Sequence flow - bluesoft-rnd/aperte-workflow-core GitHub Wiki
Sequence flow is an element on the [process flow diagram](Aperte Modeler process diagram), used to connect two other elements to provide a transition between them. It is represented by a full line with an arrow at one end to indicate its direction.
Attributes
Attribute name | Type | Required | Default value | Description |
---|---|---|---|---|
Name | String | True | - | The name of this element. |
Button type | Enum | False | - | The type of the button associated with this transition. The button is going to be rendered in the gui related to the step from which this transition is starting. The list of possible choices here is generated from the plugin metadata in Aperte Workflow runtime. |
Condition expression | String | False | - | If the transition is starting in the Decision activity, this attribute serves as logical value to be evaluated. |
Description | String | False | - | The additional description for this element. |
Aperte Modeler examples
Working with button types
- Select the desired sequence flow by left clicking it.
- Open the Attributes palette on the right side of editor.
- Click the value of the Button type attribute, and choose the value from the list.
Working with dockers
- Click Add a Docker to an edge button from top menu.
- Click on desired sequence flow. Do notice that now a new, red dot appears in the place that was clicked.
- Click on the red dot and drag it somewhere. That way you can influence the sequence flow shape.
- If you want to remove the docker use the Delete a Docker button from the top menu.