How can I restart a Flow on a RITM besides running it as a TEST?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2021 11:59 AM
We use Flows for most of our catalog items (Ordering software, AD groups, Access, etc) and occasionally the flow will stop. This might be from an error or just simply timing out. We currently have to go back into the flow and hit TEST (screenshot below) and then enter the RITM number to rerun the flow against that request. I'd like to find a way that we could do this perhaps in a script (and provide a list to restart) or even a UI Action menu. Is it possible to do something like this? Thanks for the help!
-Matt
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2022 05:40 AM
This worked for me just now, thanks jay.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2022 07:48 AM
Works for me perfectly. You don´t need to use GlideRecord, just use current:
var flow = current.cat_item.flow_designer_flow;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2024 12:02 PM
This is the best answer here!