Learn how to configure, start, and execute subprocesses efficiently within your process flow.
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.
Available for Start Subprocess action and Call Activity node.
By default, subprocesses inherit all parent process parameter values. Configure inheritance by:
Copy from Current State: Select keys to copy.
Exclude from Current State: Specify keys to ignore.
Sub-processes can also have an Append Params to Parent Process action configured inside their process definitions which will append their results to the parent process parameter values.