Process each catalog task separately in flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2022 10:47 AM
Hi Team,
I have a scenario where I have to create catalog tasks and assign to the assignment group based on the groups chosen in the list collector variable on the form. The number of tasks can be dynamic as the end user can choose any number of groups.
This seems easy to create but the issue is I have to process these tasks separately as each one has to enter its own process post closure. Basically once closed the task must trigger the next related task of its own and not wait for others. The same will be for other tasks.
I tried using combo of 'For Each' and 'Do the following in parallel' but it waits for tasks in order. I dont see 'do in parallel' serves any purpose but still. Only after first one is closed it checks for next one. I want this to be done in parallel.
Any help here is appreciated.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2022 12:13 PM
You don't need the "Do the following in Parallel" step....and probably get rid of "Wait for Condition" also. You only need to create a task inside the For Each loop and make sure the Wait checkbox is not checked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2022 12:32 PM
Hi Ricker,
Thanks for your input. But how does this let me make sure that each task once closed follow its own process?
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2022 01:01 PM - edited ‎11-30-2022 01:01 PM
Hi @ShAn21
What is the process after completion of each tasks created through the input by user??
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2022 01:06 PM
Hi Saurabh,
Each of these tasks created will follow up with another task which will be assigned to the same team.
This is only dependent on the previous task for this team only and not other tasks and therefore it should be independent from other task status.
Regards