cancel
Showing results for 
Search instead for 
Did you mean: 

parallel subprocesses

flowmonkey
Champ in-the-making
Champ in-the-making
Hello,

I'm new to Activiti so please be kind Smiley Happy

I have the following use case:
- a task's result is a list of contexts; the size of the list is not known in advance;
- once the task completes, for each context an instance of the same subprocess is created and the context is set for that instance;
- all subprocess instances run concurrently; the original process is suspended;
- once all subprocess instances complete the original process resumes.

How can this be modeled with Activiti?

Thanks for your help!
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
This can be done by a multi instance subprocess based on variables.