Flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2025 08:24 AM
Hello Team,
I developed one flow designer where i have added wait condition for after creation of task to check task is closed complete ,or not now this condition is satisfied . as per below screenshot.
after completed of first wait condition this flow needs to be ended . without using if , else we need to do .
please advise.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2025 08:31 AM
Hi @-ooo- ,
if you don't need any condition, just select "END" from flow logic.
mark this as helpful and correct if this answers your question.
Thanks,
Yaswanth

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2025 08:35 AM
Hi,
"Create Catalog Task" action has a wait check box. This will for task to complete before it goes to next step. You can use that check box instead of wait for Condition.
You can use "End Flow" to stop the flow
Palani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2025 08:57 AM
You can use the approach suggested by @palanikumar and use that checkbox rather than giving explicit wait for condition
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2025 09:51 AM
@Ankur Bawiskar @palanikumar I have already checked condition still it is not working for me . see attached scrrenshot . please help me with any coding here .