lib-bpmn-engine
lib-bpmn-engine copied to clipboard
supports multi instance tasks
How to implement a flowable multiInstanceLoopCharacteristics feature that supports multi instance tasks
<userTask id="node_975760143128" name="user" flowable:assignee="${assigneeName}">
<multiInstanceLoopCharacteristics isSequential="false" flowable:collection="node_assigneeList" flowable:elementVariable="assigneeName"></multiInstanceLoopCharacteristics>
</userTask>
Hi,
currently, multi-instance is not supported by the library, sorry.
Is there a plan to support this feature
Is there a plan to support this feature
Not planned from my side anytime soon, as I rather plan to complete the other milestones first. Pull requests are welcome ;)