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
Input | Notes | Example |
---|---|---|
Data string data | The payload to send to the invoked flow. Must be a string | {"exampleKey": "Example Data"} |
Flow Name flow / Required flowName | The name of the flow to invoke |
Example Payload for Invoke Flow
Example Payload for Invoke Flow
{
"data": null,
"contentType": "application/json"
}