The Change Workflow Options and Start Conditions dialog provides a condition builder for configuring a filter specific to workflow start conditions, located in the Filtering Conditions area on the Conditions tab. You can access the condition builder in the box under the Workflow starts only if these conditions are fulfilled heading.
When you configure a filter, you need to add at least one condition. Initially, you add a condition to the default condition group. You can create additional condition groups to group a set of conditions and nest grouped conditions within other condition groups.
A condition group contains one or more conditions connected by the same logical operator. By grouping conditions, you specify that those conditions should be evaluated as a single unit. The effect is the same as if you put parentheses around an expression in a mathematical equation or logic statement.
To add a condition to a condition group
-
In the condition builder, click the name of the condition group and then click Insert condition.
Click the plus sign (+) next to the name of the condition group.
You can remove a condition, if needed, by clicking the Delete condition button labeled X on the right side of the list item representing the condition in the condition builder.
To add a condition group into another condition group
-
Click the name of the condition group, point to Insert condition group, and then click an option to specify the logical operator:
-
AND group: The condition group evaluates to TRUE if all conditions in the group are TRUE.
-
OR group: The condition group evaluates to TRUE if any condition in the group is TRUE.
-
NOT AND group: The condition group evaluates to TRUE if any condition in the group evaluates to FALSE.
-
NOT OR group: The condition group evaluates to TRUE if all conditions in the group evaluate to FALSE.
-
By default, AND is the logical operator between the conditions in a condition group. It is possible to change the logical operator by converting the condition group to a different group type: Click the name of the group, point to Convert condition group to, and then click the option appropriate to the desired logical operator.
You can remove an entire condition group, if needed, by clicking the name of the group and then clicking Delete condition group.
Once you have added a condition to a condition group, you can use the following steps to configure the condition.
To configure a condition
-
Click Configure condition to evaluate, and then choose from the following options to specify the entity or field you want the condition to evaluate:
-
Click Property of workflow target object to evaluate a certain property of the workflow target object. Then, click to choose the target property.
-
Click Property of workflow initiator to evaluate a certain property of the workflow initiator. Then, click to choose the target property.
-
Click Changed value of workflow target object property to evaluate requested changes to a certain property of the workflow target object. Then, click to choose the target property.
-
Click Workflow parameter value to evaluate the value of a certain parameter of the workflow. Then, click to choose the desired parameter.
-
Click Property of object from workflow data context to evaluate a certain property of a certain object involved in the workflow. Then, click to choose the target object and the target property.
-
Click Value generated by rule expression to evaluate the string value generated by a certain rule expression. Then, click to add entries to the rule expression.
-
-
Click the current comparison operator, if needed, and then click the operator you want the condition to use.
By default, a condition is configured to use the equals operator.
-
Click Define value to compare to, and then choose from the following options to specify the desired comparison value:
-
Click Text string to perform comparison with a literal string of characters. Then, type the desired string.
-
Click Property of workflow target object to perform comparison with the value of a certain property of the workflow target object. Then, click to choose the target property.
-
Click Property of workflow initiator to perform comparison with the value of a certain property of the workflow initiator. Then, click to choose the target property.
-
Click Changed value of workflow target object property to perform comparison with the value that is requested to be assigned to a certain property of the workflow target object. Then, click to choose the target property.
-
Click Workflow parameter value to perform comparison with the value of a certain parameter of the workflow. Then, click to choose the desired parameter.
-
Click Property of object from workflow data context to perform comparison with the value of a certain property of a certain object involved in the workflow. Then, click to choose the target object and the target property.
-
Click Value generated by rule expression to perform comparison with the string value generated by a certain rule expression. Then, click to add entries to the rule expression.
-