for loop action + wait conditino

Jagadeesh_Maddi
Tera Contributor

i have created multiple catalog tasks using for loop and the wait condition is off so that it would first create the catalog tasks and won't wait till the state is closed but after creating all the tasks at once i would like to wait for all the tasks to be completed that were created at the first.

here i have done like this because if i use that wait condition the flow would never be move forward unless the present catalog task is completed but i want is that the for loop should be worked parallelly or the after wait condition that would check catalog task created in for loop 

please suggest me the best thing and also mention the process as well 

3 REPLIES 3

SAI VENKATESH
Kilo Patron

Hi @Jagadeesh_Maddi 

 

For your Scenario you can use flow logic called " Do the following in parallel" and there will be a check box called "wait" if you check that it will wait until the step get completes

 

SAIVENKATESH_0-1767040719396.png

SAIVENKATESH_1-1767040997865.png        

SAIVENKATESH_2-1767041036876.png


You can do like this for your requirement.

 

Thanks and Regards

Sai Venkatesh

 

 

Jagadeesh_Maddi
Tera Contributor

here i have used for loop because i want to create a separate catalog task for each row taken in multirow variable set and that won't be possible with "do the following in parallel"flow logic

Jagadeesh_Maddi
Tera Contributor

hi @SAI VENKATESH 
here i have used for loop because i have create catalog tasks for each and every row taken through mrvs so if i use that 'do the following in parallel' flow logic then it wont be possible!!