Activities Used to Create Workflows

Activities comprise the main building blocks or steps that perform the actions in a subprocess or workflow.

Within each activity, there are a number of dependencies and relationships that can be created to other activities within subprocesses. The behavior of activities are configured through their properties and variables. Variables can also be used to output results from the activity's execution.

For example, some activities, such as the parallel activity, can have other activities placed inside them. By doing so, processes can be expanded and the branched activity can run more simultaneous activities to complete the required result.