Flow Designer : Creation of task when two sub-task are closed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2024 10:47 PM
Hi Team,
Need support on how to implement below scenario in flow designer:
Want to create a catalog task in sub flow when two parallel task which are present in main flow are closed completed.
So basically when task 1 is closed completed in main flow before creating new task 3 in subflow need to check Task 2 is closed complete or not. If it is closed then new task should be created otherwise need to wait till is is closed.
Or Visa versa
when task 2 is closed completed in main flow before creating new task 3 in subflow need to check Task 1 is closed complete or not. If it is closed then new task should be created otherwise need to wait till is is closed.
See below image for reference
Thanks
Pramod Pandey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2024 11:54 PM
@SunilKumar_P Can you guide me on this case.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2024 05:20 AM
Hi @pramod pandey1, You can try the below steps.
1. Create a subflow input of type Reference to Requested Item table.
2. Use Look up Records action on Catalog Task table with condition as Request Item is Inputs>Requetsed Item
3. Use For Each flow logic and inside for each wait for condition as shown below.
It looks like working for me.
Regards,
Sunil