How to call a flow from another flow in ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2022 07:44 AM
Hi,
I have a catalog item one all the flow is completed I need call another flow
I am giving if condition as task is complete then start the flow
How can I add the flow ?
Any suggestions!
Thanks in Advance!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2022 09:23 PM
You just have to pass the Flow inputs and use them in subflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2022 08:16 AM
Hi Sai,
Thanks for the response
while I am creating Subflow it is asking input and output can you help me on that ? I am new for this
Thanks in Advance!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2022 10:53 PM
You can't call a flow from another flow but you can call a subflow from a flow. Create a subflow for those two flows and theynyou can call the subflow from that third flow.
Hope This Works,
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2025 05:35 AM
Hi
I can say there are two ways to call flow/subflow in a flow.
- create a subflow and pass the triggered record reference to subflow (subflow inputs --> reference.requested) item
- if you want to call FLOW inside a flow, go to user preferences in flow and select the "Include flows with triggers in subflow picker" option.
------>
hope this resolves your issue. if it did, give a thumbs up or mark as correct solution.
regards,
Ubada Barmawar.