How to create sequential tasks based on certain conditions in flow designer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2022 05:32 AM
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).
Can anyone share some logic, how this can be applied in Flow designer conditions.?
Thank you in Advance.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-13-2022 11:39 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2022 12:25 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2022 01:06 PM
Apologies, but yes "For each" will work 🙂