Leo
Results
2
issues of
Leo
**Is your feature request related to a problem? Please describe.** Flowable-rest module add/delete multiple instances execution API In flowable-engine Include **runtimeService.addMultiInstanceExecution** and **runtimeService.deleteMultiInstanceExecution** function. ``` public Execution addMultiInstanceExecution(String activityId, String...
How to implement a flowable multiInstanceLoopCharacteristics feature that supports multi instance tasks ``` ```
enhancement