- asynchronous - they will execute alongside the parent process since the parent process does not need to wait for the sub-process to end
- synchronous - the parent process will wait until the sub-processes are finished before advancing
Configuring & starting subprocesses
The sub-processes will be designed in the same way as the main process, by using the FLOWX Designer. They can be started by a parent process in one of two ways:- by using a StartSubprocess action inside any of the task nodes in the process
- by adding a custom Subprocess Run node type in the process
- paramsToCopy - choose which of the keys from the parent process parameters to be copied to the sub-process
- withoutParams - choose which of the keys from the parent process parameters are to be ignored when copying parameter values from the parent process to the sub-process