Process each catalog task separately in flow designer

ShAn21
Tera Guru

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.

 

ShAn21_0-1669833988772.png

 

 

 

Regards

8 REPLIES 8

ricker
Tera Guru

ShAn21,

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.

Hi Ricker,

Thanks for your input. But how does this let me make sure that each task once closed follow its own process? 

 

Regards

 

Hi @ShAn21 

What is the process after completion of each tasks created through the input by user??

 

 


Thanks and Regards,

Saurabh Gupta

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