brunobuzzi / BpmFlow

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

Analyze BpmProcessInstance createNewTransition:from: #1151

Open brunobuzzi opened 4 years ago

brunobuzzi commented 4 years ago

BpmProcessInstance>>createNewTransition:from: This method can create N transitions but always answer the last transition. Check senders and analyze if the collection of new transitions should be returned instead of the last transition.