
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2022 08:07 PM
If I check the box called, Wait, within the 'Create Catalog Task' Action, then test the flow, the flow does not create the catalog task. The flow stops on the 'Create Catalog Task' Action with a status of waiting.
I expected it to create the catalog task, then wait for that catalog task be be closed. Is that not the expected behavior?
What is it waiting for, if not that?
Solved! Go to Solution.
- Labels:
-
flow designer
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2022 10:44 PM
The wait checkbox is to wait till the catalog task is closed
Reference - https://docs.servicenow.com/bundle/sandiego-servicenow-platform/page/administer/flow-designer/refere...
Wait |
Pauses the flow until this task completes and is no longer active (active=false). Alternatively, you can add a wait condition by dragging-and-dropping a true/false field from the data panel into the Wait field. The flow only waits for the task to complete when this field is true. |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2022 10:44 PM
The wait checkbox is to wait till the catalog task is closed
Reference - https://docs.servicenow.com/bundle/sandiego-servicenow-platform/page/administer/flow-designer/refere...
Wait |
Pauses the flow until this task completes and is no longer active (active=false). Alternatively, you can add a wait condition by dragging-and-dropping a true/false field from the data panel into the Wait field. The flow only waits for the task to complete when this field is true. |

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2022 08:10 AM
The 'Create Catalog Task' action is not creating the Task, it is just waiting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2023 03:12 PM
Why do you say there was no task created? What does Execution history show? Did you look at the Task table?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2023 01:48 PM
Hi ricker, this was awhile back, but I believe the issue was domain related. The tasks were created, but not in the correct domain, so they did not appear on the task related list on the RITM. I probably ended up applying the domain with the create action.