Amit Gujarathi
Giga Sage
Options
- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 11-27-2022 11:47 PM
Hi All,
I hope you're doing great.
In today's tutorial, we will be looking at one more important concept in Servicenow Flow designer i.e. Servicenow Subflow
- What is ServiceNow sub-flow Designer
- What is sub-flow in Servicenow flow
- What are the advantages of ServiceNow sub-flow in flow designer
- How we can create Servicenow custom sub-flow in flow designer
- How we can test Servicenow sub-flow in flow designer
- Demo examples of Servicenow sub-flow designer
- How we can call subflow from UI action
Let's first try to understand what is Sub flow in flow designer in Servicenow?
- Define a sequence of reusable actions that can be started from a flow, subflow, or script. Define inputs and outputs to pass data to and from the subflow.
- Unlike flows, subflows lack a trigger. Use a subflow when:
- You only want to start a flow by calling it from another flow or script.
- You want to create a set of reusable operations for use in multiple flows.
- You want to specify the inputs available to the subflow when it starts.
- You want to specify the outputs available to the parent flow after the subflow ends.
- All subflows consist of properties, one or more inputs, one or more outputs, a sequence of actions, and the data collected or created.
Please be sure to bookmark this article as well as mark it as Helpful if you thought it was helpful.
Regards,
Amit Gujarathi
Labels: