# Exploring processes

> The **Processes**, that generate Actions in Action Center, are all queues and unattended processes from the Orchestrator folders that you have access to.

The **Processes**, that generate Actions in Action Center, are all queues and unattended processes from the Orchestrator folders that you have access to.

![docs image](https://dev-assets.cms.uipath.com/assets/images/action-center/action-center-docs-image-101171-a6e914b9-2110de5d.webp)

## Prerequisites

* You are in the correct Orchestrator folder context.
* You have the right [user permissions](https://docs.uipath.com/action-center/standalone/2023.10/user-guide/roles-and-permissions#custom-roles---processes) to view and manage processes.

## Accessing processes

To access processes, navigate to the **Processes** tab from the left-hand menu.

## Displaying processes

A card is displayed for every queue or unattended process found in the Orchestrator folders that you have access to, containing the following details:

* Process name.
* Description.
* Recipient folder name.
* Latest publishing date and time .
* Published package version (for processes only).

  ![docs image](https://dev-assets.cms.uipath.com/assets/images/action-center/action-center-docs-image-100191-0b2da6b6-fbf92eb0.webp)

## Running processes

* To run an unattended process, hover over the process card and click **Run**![docs image](https://dev-assets.cms.uipath.com/assets/images/action-center/action-center-docs-image-processes_run_16px-dc419417-f439c01a.png).
* To trigger an unattended process using a queue, provide the queue schema. For a sample workflow, [click here](https://docs.uipath.com/releasenotes/docs/cloud-action-center-general-availability#sample-workflows).
* To trigger an unattended process using a file upload, provide the file.

For more information about how to trigger an unattended process using a file upload, go [here](https://docs.uipath.com/action-center/standalone/2023.10/user-guide/managing-processes#triggering-unattended-processes-through-file-upload).

## Viewing details

To view a specific process detail, hover over the process card and click **View details**![](https://dev-assets.cms.uipath.com/assets/images/action-center/action-center-image-processes_eye_24px-def9f3c8-55e4afe7.png).

The **Details** page opens, displaying an entry for every process run, with the following details:

* Status.
* Creation date.
* Start date.
* End date.
* Source (for processes).
* Exception (for queues).

To view more specific details, select **View process data**![](https://dev-assets.cms.uipath.com/assets/images/action-center/action-center-image-processes_eye_24px-def9f3c8-55e4afe7.png) for a specific entry. This expands the **Input** and **Output/Result** data of the corresponding process, to help you track the changes made between entries.

To restart a process, kill it, or remove it from the entries list, click More options ![](https://dev-assets.cms.uipath.com/assets/images/action-center/action-center-docs-image-more_options_16px-6082cdca-5461860d.png).

![docs image](https://dev-assets.cms.uipath.com/assets/images/action-center/action-center-docs-image-100187-45a90a83-f0e4126b.webp)

## Viewing logs

Viewing logs is not available for processes in **New** state. To debug your processes or just to track their executions:

1. On the **View Details** page of the selected process, open the **More Actions**![docs image](https://dev-assets.cms.uipath.com/assets/images/action-center/action-center-docs-image-More_VT-68ebfd48-960a3e20.png) menu for a specific run.
2. Click **View logs**. The logs page opens, listing all the registered logs for the selected process execution.
3. For more details about a log entry, click **View detail**. The **Log Detail** window opens.

### Downloading logs

To download the logs to your machine in CSV format, click **Download**.

**Additional information**: We recommend downloading logs periodically to keep them beyond the 30 days retention period.

## Checking the wait events of suspended processes

Every time a job or queue enters the suspended state, a new trigger containing the latest wait events is created. To check the events processes in **Suspended** state:

1. Access the **View Wait Events** page.
2. On the **View Details** page of the selected process, open the **More Actions**![docs image](https://dev-assets.cms.uipath.com/assets/images/action-center/action-center-docs-image-More_VT-68ebfd48-960a3e20.png) menu for the **Suspended** execution.
3. Click **View wait events**.

**Result** The wait events page opens, listing the following suspension details:
* **Status**—the process corresponding trigger status;
* **Wait Event Type**—the type of the event the processes is waiting on ( **Task**,**Queue Item**,**Job**,**Time Delay**);
* **Identifier**—the ID of the event the process is waiting on;

:::note
The ID relates to the wait event type, as follows: Task -> Action ID, Queue Item -> Queue ID, and Job -> Job ID.
:::

* **Title**—the name of the corresponding queue or process;
* **Assignee**—the currently assigned user to complete the action (This field is populated only for wait events of type **Task**). If empty, the task is unassigned.
* **Time Delay**—the time stamp of the process resumption (This field is populated only for wait events of type **Time Delay**).
* **Created**—the time stamp of the process creation;
* **Last Modified**—the time stamp of the process last revision;
* **Status Message**—the status message set in the corresponding [Wait and resume](https://docs.uipath.com/activities/other/latest/workflow/wait-for-job-and-resume) activity.

  ![docs image](https://dev-assets.cms.uipath.com/assets/images/action-center/action-center-docs-image-101140-84ac7c4b-1c3774b9.webp)

## Total runs

The **Total Runs** panel provides simplified analytics of the total number of runs for the corresponding process, in the indicated time span (last 24 hours, last week, or last month). On the main page of the service, the analytics refer to the total runs of all processes, displaying the recent ones and their status.
