cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Fork construct

k_kunti
Champ in-the-making
Champ in-the-making
Hi

Does activiti engine support Dynamic fork construct.. like foreach for some given variable value… if yes please let me know how to model the same.


Alternatively… how a process should be modeled so that n parallel user tasks can be created using existing constructs/ API.
Thanks in advance.

Krish
3 REPLIES 3

jbarrez
Star Contributor
Star Contributor
A 'for-each' (multi activity instance in bpmn) is not yet supported.

It should be doable to implement it yourself, but expect some low-level internal activiti plumbing. The best place to start researching is the AbstractBpmnActivity, which is the superclass for all BPMN activities.

bruceharris
Champ in-the-making
Champ in-the-making
Found this old thread; looks like this is now possible with multi-instance

trademak
Star Contributor
Star Contributor
That's correct.