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 08:10 AM
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.
- 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 Sub flow 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 08:23 AM
@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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2022 10:26 AM
Hi Sai,
Should I create again my flow activities in subflow ?
Thanks in advance!!