---
sourceDocument: Australia Build workflows
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/build-workflows

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia Build workflows

ft:clusterId :

    - crworkflow

bundleId :

    - crworkflow

workflow :

    - Creator


---

# Explore subflows

# Exploring subflows {#ariaid-title1}

* Release version: Australia
* 
* Updated March 12, 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 4 minutes to read

Summarize  
![AI sparkle icon](https://servicenow.com/docs/portal-asset/ai-sparkle-icon) Summarized using AI  
This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.  

## Summary of Exploring subflows

Subflows in ServiceNow streamline multi-step processes by automating actions and generating necessary outputs for subsequent processes.
Unlike flows, subflows do not initiate on their own; they are triggered by playbooks, flows, other subflows, or scripts.
Users can build and manage subflows effectively with a basic understanding of the ServiceNow AI Platform's tables and fields.
Show full answer Show less  

## Key Features

* **Subflow Inputs:** Define one or more input data types needed for execution.
* **Subflow Outputs:** Store generated data for further use within workflows, with the ability to set these values using flow logic.
* **Execution Details:** Access real-time information about the subflow's status, actions executed, output values, and errors through the execution details page.
* **Error Handling:** Implement a flow error handler to catch and address errors during subflow execution, enabling automatic notifications and corrective actions.
* **Actions:** Utilize reusable actions to automate ServiceNow features without coding, allowing for efficiency and customization.

## Key Outcomes

* Improves efficiency by automating repetitive tasks.
* Provides a clear, visual representation of workflows to assist non-technical users.
* Facilitates the creation and testing of workflows from a single interface.
* Encourages process automation and reduces costs through a library of reusable actions and upgrade-safe logic.
* Supports scalability for integration and Robotic Process Automation (RPA).  
Subflows automate a repeatable multi-step process that also produces an output needed by another process. When a playbook, flow, or script calls a subflow, the subflow runs a sequence of reusable actions and flow logic to complete the process and produce output values.

## Subflows overview {#exploring-subflows__section_b3w_rgk_f1c}

A subflow is an automated process consisting of a sequence of reusable actions and flow logic, data inputs, and outputs. In contrast to flows, subflows do not have a trigger but instead run when called from a playbook,
flow, another subflow, or a script. The inputs describe the data used to run the subflow. The actions perform a sequence of operations on your data. For example, the Change - Implementation tasks subflow creates
an implementation and a post implementation task given a input change record.

Building and managing subflows requires that you have some familiarity with the ServiceNow AI Platform tables and fields that the application or process uses. Process analysts can create subflows using available actions or use an existing subflow as a template. See [Building subflows](https://servicenow-prod.fluidtopics.net/tkHG4AFtgHWT8QaG91zY4g "Workflow Studio is the default ServiceNow AI Platform process automation builder used to create subflows. Workflow Studio replaces the Workflow Editor.").

Subflows consists of the following components.

Subflow Inputs
:   A subflow input stores data used to run the subflow. Each input has a name and a data type. You can define one or more inputs that are available to the subflow. When calling a subflow, flow authors must provide data
    values for the subflow inputs.

Subflow outputs
:   A subflow output stores data generated by a subflow. Each output has a name and a data type. You can define one or more outputs that are available to the subflow. When calling a subflow, flow authors can use subflow
    outputs as data for operations later in the flow. You can use the Assign subflow outputs flow logic to set output values.

Subflow execution details
:   A subflow execution details page allows a flow author to view run-time information about an action or flow directly from the design environment. You can view details such as the current sate, actions or steps run,
    output values generated, and errors produced. See [Flow execution details](https://servicenow-prod.fluidtopics.net/74QTppHjnADqEx74Gqai7w "View run-time information about an action or flow directly from the design environment, such as the current state, items run, and values produced. Open related records from embedded ServiceNow AI Platform editors or in a new tab.").

Flow error handler
:   A flow error handler enables a subflow to catch and report errors from the subflow execution details. Run a sequence of actions and subflows to identify and correct issues. For example, have subflows log output values,
    send notifications, and run corrective subflows when they produce an error. See [Flow error handler](https://servicenow-prod.fluidtopics.net/DGh47bZrLnm7_v3V4~Vt1Q "Enable flows to catch errors. Run a sequence of actions and subflows to identify and correct issues. For example, have flows log output values, send notifications, and run corrective subflows when they produce an error.").

Actions
:   An action is a reusable operation that enables process analysts to automate ServiceNow AI Platform features without having to write code. For example, the Create Record action allows process analysts to generate records in a particular table with particular values when certain conditions occur. ServiceNow core actions like Create Record require some familiarity with ServiceNow AI Platform tables and fields. Action designers can create application-specific actions to pre-set configuration details. For example, creating a Create Incident Task action ensures that the process analyst uses the correct table and field configuration each time the action is used. You can add application-specific actions by activating the associated spoke. See [Workflow Studio actions](https://servicenow-prod.fluidtopics.net/4JCQnBQbD0FTnlV6~TKsRA "Actions can be added to any flow, enabling process analysts to automate ServiceNow AI Platform features without having to write code.").

For detailed instructions for creating a subflow, see [Create a subflow in Workflow Studio](https://servicenow-prod.fluidtopics.net/7jAqeN4sVKi_m~WDCkNaFQ "Reuse an entire flow's content as a subflow. Define the input data the subflow uses and the output data it generates. Call subflows from other flows or script.​").

## Subflows benefits {#exploring-subflows__section_f3w_rgk_f1c}

Subflows provide process owners and developers these benefits:

* Automates repetitive work to improve efficiency and experience.
* Describes a workflow in natural language to help non-technical users understand what it does.
* Displays a workflow as a diagram to help builders see available paths and connections.
* Enables creating and testing a workflow from a single interface to ensure it works as expected.
* Promotes process automation by enabling subject matter experts to develop and share reusable actions with flow authors.
* Reduces upgrade costs, with upgrade-safe ServiceNow AI Platform logic replacing complex custom script.
* Reduces development costs by providing a library of reusable actions.
* Scales with separate subscriptions for integration and Robotic Process Automation (RPA) functionality.
{#exploring-subflows__ul_zt2_bfw_l1b}
{#exploring-subflows__table_z5v_kfk_f1c__entry__3}

| Benefit | Feature | Users |
|-|-|-|
| Build an automated workflow from an existing library of automated operations. | Subflow | Application developer, process owner, or administrator |
| Run an automated workflow on demand. | Subflow | Application developer, process owner, or administrator |
| Specify the input data that an automated workflow uses to run. | Subflow | Application developer, process owner, or administrator |
| Store one or more outputs as data for use by other automated workflows. | Subflow | Application developer, process owner, or administrator |
| Build an automated operation from an existing library of automated steps. | Action | Application developer, integration owner, or process owner |
| Run an automated operation on demand. | Action | Application developer, integration owner, or process owner |
| Use one or more inputs as data to run an automated operation. | Action | Application developer, integration owner, or process owner |
| Store one or more outputs as data for use by other automated operations. | Action | Application developer, integration owner, or process owner |
[ ]

{#exploring-subflows__table_z5v_kfk_f1c}

