Workflow Activities
Last modified: August 20, 2024
These activities can only be used in microflows.
Introduction
The activities described in this document are in the Workflow Activities section of the Toolbox.
The following are the workflow activities you can use in your microflow:
- Apply jump-to option – allows the workflow to continue from the selected workflow activity
- Call workflow – calls a workflow
- Change workflow state – allows you to add Abort, Continue, Pause, Restart, and Resume operations to a workflow and control workflow instances
- Complete user task – sets which outcome the specified user task should follow
- Generate jump-to options – generates a list of workflow activities as possible next steps where the workflow can jump to
- Retrieve workflow activity records – retrieves a list of System.WorkflowActivityRecord objects sorted by activity start time
- Retrieve workflow context – retrieves the workflow context entity
- Retrieve workflows – retrieve a list of System.Workflow objects associated with the given workflow context object
- Show user task page – opens a user task page specified in user task properties
- Show workflow admin page – opens a workflow overview page
- Lock workflow – locks the selected workflow
- Unlock workflow – unlocks the selected workflow
- Notify workflow – notifies the workflow that is suspended on the Wait for notification activity