Skip to main content

Cross Flow Component

The Cross Flow component includes triggers and actions for flow to flow invocations.

Component key: cross-flow

Description

The Cross Flow component includes triggers and actions for flow to flow invocations.

Triggers

Cross Flow Trigger

The cross flow trigger allows you to create flows that are designed to be invoked by other flows. | key: crossFlow


Actions

Invoke Flow

Invokes another flow and passes data to that flow. | key: invokeFlow

InputNotesExample
Input
Data
string
data
Notes
The payload to send to the invoked flow. Must be a string
Example
{"exampleKey": "Example Data"}
Input
Flow Name
flow
/ Required
flowName
Notes
The name of the flow to invoke
Example
 

{
"data": null,
"contentType": "application/json"
}