- From the process diagram, connect the desired activities to the gateway.
- To define the branching conditions, double-click the gateway.
- From the Gateway Editor that appears, select one of the following conditions for each branch:
Option | Description |
---|
Always Execute | Always run the activity in this branch. |
---|
Never Execute | Never run the activity in this branch. Other branches of the process flow will continue to
run. |
---|
Conditionally Execute | Run the activity in this branch when the condition is met. |
---|
- If you selected Conditionally Execute, enter the conditional expression in the Expression text box.
- You can enter a parameter in the expression, but it must be qualified with the name of the owning activity. If the activity or parameter names contain spaces, you must surround them with single quotation marks. To help you enter a parameter in the expression, you can do the following:
- Select a parameter from the list and click to insert it into the expression.
-
Click to display the current value of the conditional expression.
Possible values are TRUE, FALSE, or EXPRESSION INVALID.
-
Click to validate the syntax of the conditional expression and the parameter names.
- Click OK to close the Gateway Editor.
|