Conditional Steps
Conditional steps are used when you require the workflow to branch along different paths. A conditional step requires resolution before the workflow can proceed to the next step. When you create a conditional step, the workflow will evaluate or test the value of the field. Based on the value, the workflow gets routed along a specific path. You must configure a minimum of two outcomes. All outcomes must be unique.
When you configure a conditional step, you must give the XPath of the element or field that is checked or verified. For example, you want to add a conditional step to check if the loan amount exceeds a certain figure or the first name is XYZ. You must specfy the XPath of the amount element or the name element.
For a conditional step, specify the following parameters:
Parameter |
Description |
---|---|
Name | Name of the step. |
Display label | Display name of the step. |
Outcome | Outcome on the evaluation of the condition. Specify a minimum of two outcomes. |
Name | Name of the outcome. |
XPath | XPath of the outcome. |