# About processes

> :::note
Feature availability depends on the cloud platform that you are using. For more details, check [Action Center feature availability](feature-availability.md).
:::

:::note
Feature availability depends on the cloud platform that you are using. For more details, check [Action Center feature availability](feature-availability.md).
:::

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](https://docs.uipath.com/activities/docs/create-form-task)—creates a Form Action.
* [Wait for Form Task and Resume](https://docs.uipath.com/activities/docs/wait-for-form-task-and-resume)—creates a persistence point that suspends the workflow and resumes it after a user completes the Action.

:::note
Find the above activities in the [UiPath.Persistence.Activities](https://docs.uipath.com/activities/docs/about-the-persistence-activities-pack) 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](https://docs.uipath.com/action-center/automation-cloud/latest/user-guide/create-user-action) - creates an App Action, based on an Action App that you created in App Studio.
* [Wait For App Task And Resume](https://docs.uipath.com/action-center/automation-cloud/latest/user-guide/wait-for-user-action-and-resume) - creates a persistence point that suspends the workflow and resumes it after a user completes the action.

:::note
Find the above activities in the [UiPath.Persistence.Activities](https://docs.uipath.com/activities/docs/about-the-persistence-activities-pack) 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](https://docs.uipath.com/activities/docs/create-external-task)—creates an External Action.
* [Wait for External Task and Resume](https://docs.uipath.com/activities/docs/wait-for-external-task-and-resume)—creates a persistence point that suspends the workflow and resumes it after a user completes the Action.

:::note
Find the above activities in the [UiPath.Persistence.Activities](https://docs.uipath.com/activities/docs/about-the-persistence-activities-pack) 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](https://docs.uipath.com/activities/docs/create-labeling-task) - creates a Data Labeling Action.
* [Wait For External Task And Resume](https://docs.uipath.com/activities/docs/wait-for-external-task-and-resume) - creates a persistence point that suspends the workflow and resumes it after a user completes the Action.

:::note
Find the above activities in [UiPath.MLServices.Activities](https://docs.uipath.com/activities/docs/about-the-ml-services-activities-pack) package and in the [UiPath.Persistence.Activities](https://docs.uipath.com/activities/docs/about-the-persistence-activities-pack) 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](https://docs.uipath.com/activities/docs/create-document-validation-action)—creates a document validation action.
* [Wait For Document Validation Action And Resume](https://docs.uipath.com/activities/docs/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.

:::note
Find the above activities in the [UiPath.IntelligentOCR.Activities](https://docs.uipath.com/activities/docs/about-the-intelligent-ocr-activities-pack) 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](https://docs.uipath.com/activities/docs/create-document-classification-action)—creates a Document Classification Action.
* [Wait For Document Classification Action And Resume](https://docs.uipath.com/activities/docs/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.

:::note
Find the above activities in the [UiPath.IntelligentOCR.Activities](https://docs.uipath.com/activities/docs/about-the-intelligent-ocr-activities-pack) package.
:::

## Processes statuses

The **Processes**, that generate Actions inside Action Center, display the same statuses as the [Queue Items](https://docs.uipath.com/orchestrator/automation-cloud/latest/user-guide/queue-item-statuses#item-statuses) and [Jobs](https://docs.uipath.com/orchestrator/automation-cloud/latest/user-guide/managing-triggers) that created them.
