The utility workflow activities, as shown in the following screenshot, offer various tools to enhance the flow and process of the workflow:
The following different activities are available under the utility category:
- Branch: The Branch activity is used to split the transition of the workflow into multiple paths.
- Join: The Join activity is used to merge two or more execution paths into one transition.
- Lock: This activity can be used to prevent contexts of the current workflow from transitioning past the lock activity. Other contexts pause when they reach the lock activity until the lock is released.
- Log Message ...