Documentation
Contents

Cancel

Recommended Articles

  1. unify-apps

    IMAP

    Unify Integrations

    Integrate your app with IMAP to enable seamless email synchronization, real-time access, and enhanced communication workflows.

  2. unify-apps

    Preview Your Work

    Unify Automations

    Effortlessly review & monitor your automation’s performance

  3. unify-apps

    FTP/FTPS

    Unify Integrations

    Connect your app with FTP/FTPS to automate secure file transfers and streamline data exchange across systems.

  4. unify-apps

    Snowflake

    Unify Automations

    Connect to Snowflake for fast, scalable cloud data warehousing and analytics

  5. unify-apps

    Button

    Unify Applications

    Create interactive elements with ease using buttons

  6. unify-apps

    BambooHR

    Unify Automations

    Integrate your app with BambooHR to streamline HR management, automate employee data processing, and enhance onboarding workflows

  7. unify-apps

    Build your first automation

    Unify Automations

    Learn how to build your automation step by step

  8. unify-apps

    User Management

    Unify Applications

    Efficiently manage user roles and permissions

  9. unify-apps

    Microsoft Teams

    Unify Automations

    Connect your app with Microsoft Teams to enhance communication, automate workflows, and foster collaboration across your organization

  10. unify-apps

    Jira

    Unify Automations

    Use Jira to plan, track, and manage your agile and software development projects

  11. unify-apps

    Google Calendar

    Unify Integrations

    Integrate your app with Google Calendar to streamline scheduling, automate event management, and improve team coordination

  12. unify-apps

    SAP HANA

    Unify Integrations

    Connect your app with SAP HANA to leverage in-memory computing for real-time data processing and advanced analytics at scale.

  13. unify-apps

    Encoding

    Unify Data

    Convert data effortlessly with advanced encoding

#
Unify Automations
Logo
Add Actions
Logo
Call another Automation

Call another Automation

Logo

4 mins READ

Overview

Integrating child automation into a parent automation enhances reusability in your automation processes.

Image
Image

How to Call Child Automation?

It involves configuring an automation that is calling another automation.

Here's a step-by-step guide to call a child automation:

Step 1: Insert Callable Action Node

  • Within the parent automation, select the “call another automation” action within the “callable” node.

    Image
    Image

Step 2: Select Child Automation

  • In the configuration settings of the Callable node, you'll be prompted to choose which child automation to execute.

  • Only Automation with "Call from another automation" as trigger are available in the dropdown.

Step 3: Configure Execution Behavior

Determine how the parent automation should proceed after calling the child automation.

Wait for Completion

  • If True, the parent automation will pause until the child automation finishes executing. This is useful when the parent automation depends on the child automation’s output.

  • If False, the parent automation will proceed without waiting for the child automation to finish. This is suitable for independent or parallel processes.

    Image
    Image

Step 4: Map Input Parameters

For every parameter outlined in the child automation's input schema, assign corresponding values from the parent automation. These values can be:

  • Static data predefined in the automation

  • Outputs from earlier steps in the parent automation

  • Dynamic values calculated at runtime

    Image
    Image

Step 5: Handle Child Automation Output

  • If the parent automation waits for the child automation to complete, you can utilise the child's output in subsequent steps of the parent automation.

  • Map the output from the child automation to variables in the parent automation or directly incorporate it into further actions as needed.

    Image
    Image