# About processes

> 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.

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 Actions

To create a process that generates a Form Action, 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 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 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/standalone/2024.10/user-guide/queue-item-statuses#item-statuses) and [Jobs](https://docs.uipath.com/orchestrator/standalone/2024.10/user-guide/managing-triggers) that created them.
