> ## 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.

# Process status

Processes can be started by making an API call. Certain parameters needed by the process can be sent on the request body.

Some special cases for stating process instances are:

* starting a process instance from another instance and inhering some data from the first one to the second
* a process can have multiple start nodes, in which case, a start condition must be set when making the start process call

<ParamField path="PROCESS_INSTANCE_ID" type="string" required>
  The name of the process definition to instantiate.
</ParamField>

<ParamField path="ENGINE_URL" type="string" required>
  The URL of the engine.
</ParamField>


## Related topics

- [FlowX.AI 5.4.0 Release Notes](/release-notes/v5.x/v5.4.0-january-2026/v5.4.0-january-2026.md)
- [FlowX.AI 5.9.0 Release Notes](/release-notes/v5.x/v5.9.0-june-2026/v5.9.0-june-2026.md)
- [FlowX.AI 5.3.0 Release Notes](/release-notes/v5.x/v5.3.0-december-2025/v5.3.0-december-2025.md)
- [FlowX.AI 5.5.0 Release Notes](/release-notes/v5.x/v5.5.0-february-2026/v5.5.0-february-2026.md)
- [FlowX.AI 5.1.1 Release Notes (LTS)](/release-notes/v5.x/v5.1.x-lts/v5.1.1-november-2025.md)
