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.1
Start Subprocess Action
- Within user tasks or task nodes.
2
Call Activity node
- Custom node type in the main process.
3
Start Embedded Subprocess node
- Using the corresponding node.
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
startedAsync
parameter accordingly.