Add and modify a parallel activity
A Parallel activity contains two or more sequences that execute at the same time. All branches complete before the activity completes, unless a Break activity is used.
- Prerequisites
- Add a resource to the workflow model
About this task
Note: Activities can be inserted at both the workflow and subprocess levels.
Procedure
- In the navigator, click .
- In the resource type list, select a resource.
- In the Displays panel, click .
- Click the Workflow Editor tab.
- Insert an activity:
- At the workflow level:
- From the Standard Activities panel, click and drag the activity you want to insert to a drop point.Note: Activities can exist only between the presubprocess and postsubprocess.
- From the Standard Activities panel, click and drag the activity you want to insert to a drop point.
- At the subprocess level:
- Double-click the local subprocess you want to add the activity to.
- From the Standard Activities panel, click and drag the activity you want to insert to a drop point.
- At the workflow level:
- To add an activity to a branch, from the Standard Activities panel, click and drag the activity you want to insert to a drop point.
- To add another branch to a Parallel activity, select the activity, and then click .A new branch is added to the right.
- Optional: If you have added this activity to a subprocess, add a Break activity to end its execution within this activity.
- Click Save.