Subprocesses are smaller process flows triggered by actions in the main process. They can inherit some process parameter values from the parent process and communicate with front-end apps using the same connection details as their parent process.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.
Overview
Subprocesses can be started in two modes:- Asynchronous: Execute alongside the parent process without delaying it.
- Synchronous: The parent process waits until subprocesses are finished before advancing.
Configuring & starting subprocesses
Design subprocesses within the FlowX Designer, mirroring the main process structure.Parameter inheritance
Available for Start Subprocess action and Call Activity node.
- Copy from Current State: Select keys to copy.
- Exclude from Current State: Specify keys to ignore.
Append Params to Parent Process
Executing subprocesses
Define subprocess execution mode:- Asynchronous/Synchronous: Set the
startedAsyncparameter accordingly.

