- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2021 04:23 PM
Here are 4 checkbox variables on the catalog form:
Here is the flow that makes one task per checkbox. I have a 'wait' condition checked for each task, but not because they need to happen in order (they shouldn't; I want them to all be created at once if the user clicks more than one above), but because if I don't have a wait condition, then the flow goes straight to step 15 and closes the request record. How do I get the tasks to all open at once, but keep the RITM open until all tasks get closed?
Solved! Go to Solution.
- Labels:
-
Request Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2021 04:36 PM
Hey,
Have you tried nesting these if statements/tasks inside a 'Do the following in parallel' flow logic?
https://docs.servicenow.com/bundle/quebec-servicenow-platform/page/administer/flow-designer/concept/flow-logic-do-following-in-parallel.html
Keep the 'wait' condition checked. Then all tasks must complete before moving on.
I've used this successfully for a process like you mention.
Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2021 04:36 PM
Hey,
Have you tried nesting these if statements/tasks inside a 'Do the following in parallel' flow logic?
https://docs.servicenow.com/bundle/quebec-servicenow-platform/page/administer/flow-designer/concept/flow-logic-do-following-in-parallel.html
Keep the 'wait' condition checked. Then all tasks must complete before moving on.
I've used this successfully for a process like you mention.
Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2021 04:52 PM
that feature is new to me, thank you! works great now
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2021 02:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2021 02:53 PM
nevermind they finally worked but like five minutes later!! 😞