Building and Configuring Sub-Processes
Sub-processes are processes in a larger process. Like the processes they are a part of, sub-processes contain their own start and end events; they cannot contain a message start event or time start event. Sub-processes are only helpful for organizing complex processes into manageable sections.
To build a sub-process
- Add the Sub-process object to the canvas.
- Connect the sub-process to other objects in your process with Sequence Flows.
- Click the tab at the bottom of the canvas or in the pane on the left to open it. When you have many sub-processes, use the arrows to the right to scroll to a sub-process.
- Build your sub-process as you would any other process: drag objects onto the canvas and then connect and configure them.
- Click Save.
- Return to the main process.
To configure a sub-process
- Double-click the sub-process to open its properties window.
- Type a name for the sub-process in Name.
- Configure the outflow path after you connect it to other objects on the canvas.
Related Topics