- Subprocess A subprocess is a child process instance created by a ForkStart transition and optionally merged into its parent through a ForkEnd transition.
- Managing Subprocesses Use fork transitions, CheckAllSubprocessesCompleted, and DeleteSubprocesses in BasicPlugin to coordinate child workflow processes.