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

Sai Kumar B
Mega Sage
Mega Sage

@hemanth16 

You can't call a flow from another flow but you can call a Subflow from a flow.  Create a Subflow and call from the main flow.

Hi Sai,

 

Thanks for the response

 

while I am creating Sub flow it is asking input and output can you help me on that ? I am new for this

 

Thanks in Advance!!

@hemanth16 Yes, to call subflow inputs must be passed from main flow. I would suggest to refer the following learning plan it guides you how to create subflow and how to call subflow from the main flow

Creating Subflows in Flow Designer 

Hi Sai,

 

Should I create again my flow activities in subflow ?

 

Thanks in advance!!