I'm trying to design a process which will spawn multiple sub process(instances) and finally the outcome of the sub-processes will decide the main process flow.
As I agree there can by multiple ways to design the same, but wanted to to check from all experts in this forum.
My query is what is the followed model in this case. Do we create two individual processes - 1. to spawn the process and then wrap it up. 2. To keep track the sub processes and inform the main process(1).
Please help me with your suggestions.
Thanks & regards, BPMN developer.