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