Behavioural perspective
Represents
- when process elements are being performed (i.e., dependencies)
- how process elements are performed through feedback loops, iteration, complex decision-making conditions, entry and exit criteria, etc.
- When Event A appears, Task A is performed until Exit Condition X is true. When Task A is finished and Entry Condition Y is true, Task B is performed. Now, if Decision-making Condition Z is true, process is finished. Otherwise sequence Task A, Task B is iterated.