Standard Activities

Activities define how each subprocess is executed. Task steps are created by placing multiple activities in a subprocess. The placement of these activities defines how the subprocess functions when a workflow runs.

Tip: When you create subprocesses through the use of activities, it is important to review your subprocess to ensure that it functions as intended. The preferred method is by testing your workflow before putting it into production.

Workflow Level Activities

The If/Else and Parallel activities are available at both the subprocess and workflow levels. The Local Subprocess activity is available only at the workflow level.

Custom Activities

You can create your own user-defined activities for use in a subprocess. For more information, see Third Party Activities.