How to call a flow from another flow in ServiceNow

hemanth16
Tera Contributor

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 ?

 

hemanth16_0-1665585795327.png

Any suggestions!

 

Thanks in Advance!!

8 REPLIES 8

You just have to pass the Flow inputs and use them in subflow

hemanth16
Tera Contributor

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!!

Peter Groft
Tera Contributor

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

Ubada Barmawar
Giga Guru

Hi 

 

I can say there are two ways to call flow/subflow in a flow.

  1. create a subflow and pass the triggered record reference to subflow (subflow inputs --> reference.requested) item
  2. 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.

UbadaBarmawar_0-1746707426732.png------>UbadaBarmawar_1-1746707464932.png

 

 hope this resolves your issue. if it did, give a thumbs up or mark as correct solution.

 

regards,

Ubada Barmawar.