Table of Contents

Start Flow

Starts a Flow and continues without waiting for its completion.

This action starts execution of a Flow and immediately continues the execution of the main Flow without waiting for the child Flow to complete. Execution of the child Flow is entirely disconnected from the main Flow, so any logs or output data from the child Flow cannot be read or associated with the main Flow.

If you need to run a Flow inside another Flow and wait for its completion, or get the value returned from it, use the Run Flow action instead.

stfl

Example Example
This flow receives order data, checks if it contains the necessary details, and then updates or inserts the order into the database. Once the order is saved, it sends a confirmation email to the user.

Properties

Name Required Description
Title No The title of the action.
Flow Yes The name of the flow to start, choose existing flow from the dropdown list.
Input No The input data passed to the flow.
Description No A description of the flow.