Transitions
Transitions connect all objects permitting the sequence flow to execute from start to end.
Overview
In Bonita Studio, transitions represent sequence flow. Transition arrows are used to connect all objects, allowing the sequence flow to move from the start to the end of a process.
In addition to connecting elements in a process, transitions are used to define the direction of flow between these elements.
If a transition is not present between process elements, the sequence flow will stop. The flow is broken and the process will not reach its termination.
Sequence flow must start and end within a single process. Transitions cannot cross from one pool to another. It is best practice to label the conditions on transitions so they are easily understood in the process diagram.
Some elements, such as tasks and gateways, can have multiple outputs connecting to other elements. These multiple outputs need to be managed to create an order of flow. They can be configured using conditions to determine which path the flow should take, given the state of the process case (e.g. data variables).
To configure a transition, select it in the process diagram and go to the Details panel, General tab. You can configure the following:
-
The name and a description of the transition. The name is used to label the transition in the diagram.
-
The condition under which this transition is taken. There are three ways to specify this:
Expression Editor
Click the crayon icon to open the Expression editor. Use the provided quick operators and the available variables (parameters, business and process variables) to define the transition logic.