How to create task for each Multi instance
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2015 11:23 AM
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
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
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2015 02:42 PM
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,
Best regards,
