How to run 2 wait for conditions for 2 tasks in flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2024 05:49 AM
Hi,
How can I use 2 wait for conditions at a time. Currently, 2 tasks are triggered parallel and in the "Create catalog task" I removed the check for "Wait". So, the task will complete apart from action made on it. But I'm using wait for condition, where it will wait till the task is closed completed or not. Based on that it will go to the next step
Once the task is closed, the wait for condition will be completed. But my requirement is, I want to trigger wait for condition at a time for multiple tasks. Like, for each task, one wait for condition. If any one of the task is closed skip or incomplete. The other wait for condition should be automatically completed.
Right now, wait for condition is triggering 1 by 1 based on the task completion. I need to implement based on below scenario( Note : Task can be N number. So, I cant use do the following in parallel flow logic).
Thanks,
Ripunjai.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2024 04:46 AM
Hi @Community Alums ,
There is an action called 'do in parallel' which can be used in your case.
I hope this helps...
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....