nitram509 / lib-bpmn-engine

A BPMN engine, meant to be embedded in Go applications with minimal hurdles, and a pleasant developer experience using it. This approach can increase transparency for non-developers.
https://nitram509.github.io/lib-bpmn-engine/
MIT License
267 stars 65 forks source link

supports multi instance tasks #225

Open wu-weichao opened 2 weeks ago

wu-weichao commented 2 weeks ago

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>
nitram509 commented 2 weeks ago

Hi,

currently, multi-instance is not supported by the library, sorry.

wu-weichao commented 2 weeks ago

Is there a plan to support this feature

nitram509 commented 2 weeks ago

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 ;)