Create No.Of Subtasks dynamically

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2015 11:08 PM
Hi,
I have an requirement to crease N no.of subtasks dynamically and my flow has to wait all created subtasks getting closed then move to next stage.
How can i achieve this. Please help me with suggestions.
Thanks,
Suresh
I have an requirement to crease N no.of subtasks dynamically and my flow has to wait all created subtasks getting closed then move to next stage.
How can i achieve this. Please help me with suggestions.
Thanks,
Suresh
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2015 05:58 AM
There is an API on the taskService to create subtasks.
However, the waiting behavior is not implemented like that I believe. Most likely you might need to have additional logic to check that requirement, before you call the Activiti engine.
However, the waiting behavior is not implemented like that I believe. Most likely you might need to have additional logic to check that requirement, before you call the Activiti engine.
