Flow Designer Wait for a duration of time Action with Script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-11-2021 12:48 AM
Currently we're trying to give the flow designer a chance instead of using the classical way to create workflows. We're wondering why there's no substitute for the workflow timer scripting capabilities in the flow designers wait for duration action. Has anybody an idea how we can use scripting capabilities in combination with the wait for duration action in flow designer? Or is this an example were we have to use still the classic workflows?
Classic workflow Timer activity with option "Script":
Flow designer Wait for a duration of time Action without any Script option:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-11-2021 12:57 AM
Check below links
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-11-2021 01:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-11-2021 01:56 AM
yes script based waiting is not there in Flow Designer
But till when do you wish to wait? possibly you can try to use Do Until Flow logic with some stop condition
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-11-2021 03:31 AM
We want to wait until next thursday starting from the closed date of an incident. Of course, for that we can implement a new field which contains that next thursday and use it in the flow designer. But we dont have to do this using the classic workflows and the timer activity there. Seems like the do until flow is not a feasible solution. Regards, Marco