All product information in wiki.bizagi.com is only valid for Bizagi BPM Suite 9.1.X.
For newer Bizagi BPM Suite versions (10.X and up) please visit the User Guide.
 

Sequence Flow

From Business Process Management, BPM and Workflow Automation Wiki | BizAgi BPMS

Jump to: navigation, search

<keywords content="keywords">

Sequence flow, conditional flow, default flow

</keywords>

Sequence Flow or Transition

The Sequence Flow (arrow) connects two shapes in the process flow and defines the execution order of activities: This shape indicates the path to take from one shape to another.


Image:Bulletazul.gif  Transitions can be simple or include business conditions.

Image:Bulletazul.gif  Some connecting rules regarding Sequence Flows:


  • Only one transition can come out of the following shapes: Start, Intermediate Event and Timer Intermediate Event.
  • No transitions come out of the following shapes: Terminate End Event
  • Two or more transitions must always exit the Exclusive gateway

Conditional Flow

Image:Modeling_the_Process4_Image100.jpg Conditional flow has a condition expression assigned that determines whether or not the flow is used. This flow has mini-diamond at the beginning of the line.

It can be used outgoing from a User or Manual Task and Exclusive or Inclusive Gateways. If used in a gateway it will not have a mini-diamond.


Default Flow

Image:Modeling_the_Process4_Image020.jpg Is the default branch to be chosen if all other conditions evaluate to false. It is used as the default path when using Conditional Flows, Exclusive Gateways or Inclusive Gateways. This type of sequence flow takes place only if all the other conditions are not true at the same time. Once the “Else” condition has been assigned to the transition, the arrow will appear as illustrated in the drawing.

Example: In this process, there is a Conditional Flow and a Default Flow that evaluate if a Legalization was successful or not.


Example: In this process, there are normal sequence flows and two sequence flow conditioned by an Exclusive Gateway. (Client reported?)


Image:Modeling_the_Process4_Image021.jpg

<comments />