for loop action + wait conditino
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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
You can do like this for your requirement.
Thanks and Regards
Sai Venkatesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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!!
