brunobuzzi / BpmFlow

An implementation of BPMN standard using GemStone/S®, Orbeon®, Bizagi® and Highcharts®
7 stars 4 forks source link

Modify multi-instance concept #938

Closed brunobuzzi closed 5 years ago

brunobuzzi commented 5 years ago

In BPM Flow multi-instance mean that an incoming transition will generate a new instance of the task each time. If a task is not multi-instance then if more than one transition arrive to it then the same form will be used. This is a mismatch with BPM standart. See BPMN-2.0.pdf pages 219 to 225.

brunobuzzi commented 5 years ago