- 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
- 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
- Get App Tasks
- Add Task Comment
- Update Task Labels
- Create App Task
- Wait For App Task And Resume
- Configure task timer
- Actions
- Autopilot in Action Center - Preview
- Processes
- About processes
- Exploring processes
- Managing processes
- Notifications
- Audit

Action Center user guide
About processes
Feature availability depends on the cloud platform that you are using. For more details, check Action Center feature availability.
The Processes service page displays all queues and processes from the associated Orchestrator tenant and folders you have access to. As a business user, you can launch unattended processes directly from your organization.
Processes types
Processes generating Form Task
To create a process that generates a Form Task, you need to include specific activities while building the workflow in Studio:
- Create Form Task—creates a Form Action.
- Wait for Form Task and Resume—creates a persistence point that suspends the workflow and resumes it after a user completes the Action.
Find the above activities in the UiPath.Persistence.Activities package.
Processes generating App Tasks
To create a process that generates an App Action, you need to perform certain steps and include certain activities:
- Create an action definition and upload it to your Action Center. Visit to learn how to create action definitions.
- Using the previous action definition, create an Action App within App Studio.
- Create App Task - creates an App Action, based on an Action App that you created in App Studio.
- Wait For App Task And Resume - creates a persistence point that suspends the workflow and resumes it after a user completes the action.
Find the above activities in the UiPath.Persistence.Activities package, within both Studio or Studio Web.
Processes generating External Actions
To create a process that generates an External Action, you need to include specific activities while building the workflow in Studio:
- Create External Task—creates an External Action.
- Wait for External Task and Resume—creates a persistence point that suspends the workflow and resumes it after a user completes the Action.
Find the above activities in the UiPath.Persistence.Activities package.
Processes generating Data Labeling Actions
To create a process that generates a Data Labeling Action, you need to include specific activities while building the workflow in Studio:
- Create Labeling Task - creates a Data Labeling Action.
- Wait For External Task And Resume - creates a persistence point that suspends the workflow and resumes it after a user completes the Action.
Find the above activities in UiPath.MLServices.Activities package and in the UiPath.Persistence.Activities package.
Processes generating document validation actions
To create a process that generates a Document Validation Action, you need to include specific activities while building the workflow in Studio:
- Create Document Validation Action—creates a document validation action.
- Wait For Document Validation Action And Resume—creates a persistence point that suspends the workflow and resumes it after a user completes the Document Validation Action.
Find the above activities in the UiPath.IntelligentOCR.Activities package.
Processes generating document classification actions
To create a process that generates a Document Classification Action, you need to include specific activities while building the workflow in Studio:
- Create Document Classification Action—creates a Document Classification Action.
- Wait For Document Classification Action And Resume—creates a persistence point that suspends the workflow and resumes it after a user completes the Document Classification Action.
Find the above activities in the UiPath.IntelligentOCR.Activities package.
Processes statuses
The Processes, that generate Actions inside Action Center, display the same statuses as the Queue Items and Jobs that created them.