Adding a decision to a flow
You can use the Decision shape to add a conditional path to a flow. By defining the events that cause your flow to follow different paths, you can create cases that support more than one outcome.
For advanced decisions that you cannot define in when conditions, configure the Decision shape to use a different type of logic, such as a Boolean expression or decision tree.
- In the Explorer panel, click Case types, and then click the case type that you want to open.
- On the Workflow tab, click Life cycle.
- Hover over a process in a stage and then click the Configure process icon.
- Click the Flow shapes icon, and then click Decision.
- Drag the Decision shape to a position on the canvas, based on where the decision occurs in the flow.
- Connect the Decision shape to the flow, by dragging the end point of a connector from a shape in the canvas to a connection point on the Decision shape.
-
Define at least one conditional path.
- In the Otherwise go to list, select the shape to which the flow advances when there are no conditions that return a true value.
- Click Save.
- Click Stages & steps to return to the life cycle of your case type.