Overview
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 the Automation Cloud.
Enabling processes
To enable the Processes tab at the tenant level in Automation Cloud:
- Log in to your Automation Cloud account.
- Navigate to Admin > Tenants.
- On the desired tenant line, click the vertical ellipsis button and select Edit Services. The Edit Services window is displayed.
- Select Process Launcher and click Save. The changes are reflected in your Automation Cloud.
Processes types
Processes generating form actions
To create a process that generates an action form, 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 you complete the action.
Find the above activities in the UiPath.Persistence.Activities pack.
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 the external action is completed.
Find the above activities in the UiPath.Persistence.Activities pack.
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 the Data Labeling action is completed.
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 you complete the action.
Find the above activities in the UiPath.IntelligentOCR.Activities pack.
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 you complete the action.
Find the above activities in the UiPath.IntelligentOCR.Activities pack.
Processes statuses
Action Center Processes display the same statuses as the queues items and jobs that created them.
Updated 14 days ago