Hi,
I'm working on a BPMN project for my academy
I cannot resolve an issue: in the process I am analyzing it is necessary to represent istances that are carried out by different actors. The process ends when all the instances have been consumed by the various actors that are part of it.
How can I represent in BPMN this multi-instance actvities that are carried out by multiple actors??
I thought of a sort of multi-instances activies that would include different pools/lanes, but ARIS Express won't let me do it.
I am sending as an attachment the set of activities that I would like to include under a multi-instances.
Can anyone tell me how to solve this problem?
Thank you for your help
Klemens Hauk on
Hi Vito,
I am not quite sure whether I fully understand your case (I am not familiar with Italian). I guess it is a budget approval process. Who are the actors? Specific persons or roles? Is the number defined? All should follow the same process flow?
Let's assume three actors.
May be you can encapsulate the process flow in a call activity with the defined pools and lanes. You start your main process with an instantiating parallel eventbased gateway with three message events that represents the actors starting their activities. After the events the above defined call activity follows. So you have three sequence flows with three parallel call activities. The three outgoing sequence flows come together in a merging parallel gateway with an end event at the outgoing side. That's my idea. May be I fully misunderstood you, then please correct me.
Regards
Klemens