cancel
Showing results for 
Search instead for 
Did you mean: 

How can i handle different starting point in the BPMN

hemamalini
Champ in-the-making
Champ in-the-making
In a same process, how can i have different start points based on user choice? i need to skip few steps initially if the user didn't select that task. Should i handle this using process variables or how can i model it. What is the purpose of message start event
2 REPLIES 2

jbarrez
Star Contributor
Star Contributor
Yes, this should be modeled using variables + exclusive gateway.

One outgoing sequence flow goes to the default steps, one other skips the steps and goes to somewhere further in the process

hemamalini
Champ in-the-making
Champ in-the-making
Thanks.