How can I restart a Flow on a RITM besides running it as a TEST?

Matt184
Tera Contributor

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

find_real_file.png

7 REPLIES 7

This worked for me just now, thanks jay.

Works for me perfectly. You don´t need to use GlideRecord, just use current:

 

var flow = current.cat_item.flow_designer_flow;

This is the best answer here!