How to create sequential tasks based on certain conditions in flow designer?

Priyanka56
Tera Expert

Hi,

I have a requirement to create Catalog tasks based on certain conditions using Flow designer.

For example if a RITM has 5 tasks. Tasks gets created based on the location field(maintained in the custom table). Initially we have to create 1st task. Once the first task gets completed, have to create next 3 tasks.. If those 3 tasks gets closed, have to create another two and upon closure tasks have to be created as maintained in the table(Task Order).

find_real_file.png

Can anyone share some logic, how this can be applied in Flow designer conditions.?

 

Thank you in Advance.

3 REPLIES 3

harun_isakovic
Mega Guru

What about adding a wait for condition on each of those checkpoints, so the workflow doesnt proceed with creating the next set of tasks until the previous ones are completed?

Hi,

We will have to use flow designer for this requirement whereas we are unable to add 'wait for condition' to check the task state. Used 'For each' condition to pull out the records.

Apologies, but yes "For each" will work 🙂