Answered
manage maultiple end Event in subprocess
Hi,
Can I use multiple End event in One Process?
if yes, How to declare which End Event is Main End Event?
To Clarify the Question, let me demonstrate it.
We have main process that has a sub process. There is a inclusive or parallel gateway inside sub process that branch out into multiple paths. All of the paths leads to None End event.
Which End event is triggered in order to Continue Main Process?
for example in attached image, I want Main Process to be continued and run Task1, whenever End Event B be triggered (None of the both other End events, A or C)
Dear Azade,
. "All of the paths leads to None End event." You can use none end event but also include terminate end event to establish a difference between them. The gateway configuration is really important to accomplish your goal.
To continue with your example, you can put end events on branches A and C, but when the process instance follow the sequence flow B you can use Message and signals to jump directly into Task 1. Let us share with you the documentation to complement the previous explanation.
https://help.bizagi.com/bpm-suite/en/index.html?end_events.htm
https://help.bizagi.com/process-modeler/en/index.html?multiple_pools.htm
https://help.bizagi.com/bpm-suite/en/index.html?send_messages_accord.htm
Hope this information works for you.
Best regards.
Comments have been locked on this page!