Reputation: 1107
I have a process which can be started from 3 different events, and I'm not really sure what is the right way to model it. This is an approach:
What is the right way to model it?
Upvotes: 0
Views: 1538
Reputation: 1373
Sure you can have several start events in a BPMN process diagram. Just make sure the consequence is what you want: for every start event that 'fires' you get a separate process instance, independent from all others.
As a side note, I would just recommenend that you work a bit more on the overall consistency of your diagram.
Just to illustrate a possibility (process modeling at that level is everything else than an 'exact' science)...
Upvotes: 2