Sequence Flow

Considerations
- They are represented by an arrow indicating “from” and “to”.
Normal Flow:
Sequence
- The normal line refers to the path of the flow between two shapes and is not affected by conditions.
- The simplest use of this shape is a sequence between two Activities.
Conditional Flow:

- This flow has a condition assigned that defines whether or not the flow is used.
- It can be assigned to any shape in the Process that requires evaluating a condition in order to follow a certain path.
Default Flow:

- For decisions based on inclusive decisions or data, a type of path of the flow is that of “default” conditions.
- This type of transition takes place only if all the other conditions are false at the same time.
- Once the “Else” condition has been assigned to the transition, the arrow will be displayed as illustrated above.
Basic Properties
- Display Name: This is the display name of the sequence flow that is shown in the Work Portal.
- Name: This is the name of the sequence flow in the database.
- Description: Displays additional information for the sequence flow.
Association

Considerations
- It is used to associate information and Artifacts with Flow Objects.
- It also shows the Activities used to compensate for an Activity.
Basic Properties
- Display Name: This is the display name of the Association that is shown in the Work Portal.
- Name: This is the name of the Association in the database.
- Description: Displays additional information for the Association.