cancel
Showing results for 
Search instead for 
Did you mean: 

How to create task for each Multi instance

dthknt
Champ on-the-rise
Champ on-the-rise
In my scenario I need to create a new task for each multi instance interaction.

Example: My multi instance generated 3 parallel user tasks, for each one of these 3, it should create a new instance of the next user task, not just one when all 3 are completed.

The only way I found out, was to create a new process on the xml file and for each completion of the multi instance task, I start a new process.

Any recommendations ?

thanks
1 REPLY 1

trademak
Star Contributor
Star Contributor
What you can do instead is create a multi instance sub process instead of a multi instance user task. The multi instance sub process can contain the 2 user tasks you are looking for and it will create them for every new instance of the multi instance execution.

Best regards,