> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flowx.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Start integration workflow action

> The Start Integration Workflow action initiates a configured workflow to enable data processing, transformation, or other tasks across connected systems.

The Start integration workflow action allows for data transfer by sending configured inputs to initiate workflows and receiving outputs at the designated result key once the workflow completes. Here’s an overview of its key functionalities:

### Triggering

When a Start integration workflow action is triggered:

* The input data mapped in Input is sent as start variables to the workflow.
* The workflow runs with these inputs.
* Workflow output data is captured on the the specified result key upon completion.

### Integratiom mapping

The Select Workflows dropdown displays:

* All workflows within the current application version.
* Any workflows referenced in the application (e.g., via the Library).

### Workflow output

To receive output data from a workflow:

* Add a Receive Message Task node to the BPMN process.
* This node ensures that output data is properly captured and processed based on the designated workflow configuration.


## Related topics

- [Integration Designer](/4.6.0/docs/platform-deep-dive/integrations/integration-designer.md)
- [FlowX.AI 5.5.0 Release Notes](/release-notes/v5.x/v5.5.0-february-2026/v5.5.0-february-2026.md)
- [Node actions](/4.6.0/docs/building-blocks/actions/actions.md)
- [Integration designer setup](/4.6.0/setup-guides/integration-designer-setup.md)
- [FlowX.AI 5.3.0 Release Notes](/release-notes/v5.x/v5.3.0-december-2025/v5.3.0-december-2025.md)
