action-center
2024.10
false
- Before you begin
- Getting started
- Activities
- Designing long-running workflows
- Start Job And Get Reference
- Wait For Job And Resume
- Add Queue Item And Get Reference
- Wait For Queue Item And Resume
- Create Form Task
- Wait For Form Task And Resume
- Resume After Delay
- Assign Tasks
- Create External Task
- Wait For External Task And Resume
- Complete Task
- Forward Task
- Get Form Tasks
- Get Task Data
- Add Task Comment
- Update Task Labels
- Actions
- Processes
- Notifications
- Audit
- Troubleshooting

Action Center user guide
Last updated Apr 29, 2026
Persistence activities
The Persistence package allows you to create robust and responsive long-running workflows by offering activities for efficient data storage and retrieval. This ensures that automation process states are preserved, allowing for seamless continuation even after interruptions.
Available activities
The following table lists the activities that are included in the Persistence.Activities package.
| Activity | Description |
|---|---|
| Start Job And Get Reference | Invokes a Job in Orchestrator with arguments and fetches the corresponding job object in order to wait for job completion at any time during the execution of the workflow. |
| Wait For Job and Resume | Suspends the execution of the current workflow until a specified Job is completed. |
| Add Queue Item And Get Reference | Adds an Orchestrator Queue Item with parameters and retrieves the corresponding Queue Item Object in order to wait for transaction completion at any time during the execution of the workflow. |
| Wait for Queue Item And Resume | Suspends the execution of the current workflow until a specified transaction reaches a completion state (Successful, Failed, Abandoned, Deleted). |
| Create Form Task | Creates a form task in On-Premises Orchestrator and in Action Center, both cloud and on-premises instances. |
| Wait for Form Task And Resume | Suspends the execution of the current workflow until a specified Task is completed. |
| Resume After Delay | Suspends the execution of the workflow and resumes it at a specified date and time. |
| Assign Tasks | Assigns one or more tasks in the current workflow to a user in Orchestrator by using an email address or a username registered in Orchestrator. |
| Create External Tasks | Creates a task in Orchestrator with the given data, task title, task priority and task catalog. |
| Wait For External Task and Resume | Suspends the execution of the current workflow until a specified Task is completed. |
| Complete Task | Completes the specified action without the need for the corresponding human intervention. |
| Forward Task | Forwards the specified action to the specified user. |
| Get Form Tasks | Helps you query a single action or a set of actions filtered by specific criteria, namely the action's DTO properties. |
| Get Task Data | Fetches the current state of the specified action's task data. |
| Add Task Comment | Instructs the robot to add a comment on an existing action, indicated by their ID. |
| Update Task Labels | Updates the labels for existing actions. |