How to call a Flow from a Workflow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2023 03:21 PM
I've seen several posts that show how to call a Workflow from a Flow, but I need to do it the other way around - call the Flow from the Workflow. I know I need a Run Script but that's all I know.
I have several complicated workflows that are initiated from a Service Portal catalog item and would like to start converting them to flows a little at a time. Several of the workflows have what could be considered a subflow; it's these subflows that I would like to turn into flows.
For example...
I have three separate workflows that have many steps in common - for example, 1. Build/reimage a computer, 2. Order a new computer, 3. Return to equipment to stock.
If I build a flow for ordering a new computer, I want to be able to have the workflow control the steps before and after the build flow, and have the workflow wait until the build flow is done.
What is the best way to achieve this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2023 08:05 AM
Thanks for the reply.
I actually just found a similar post a few minutes ago that is actually geared towards Run Script actions that seems to work: https://www.servicenow.com/community/developer-forum/how-to-launch-a-flow-from-a-script/m-p/1370964