# Digital Processes Dashboard

Emporix Orchestration Engine orchestrates business behaviour for systems to optimize key outcomes based on events. They consist of a trigger that makes the process start and of steps that need to be performed after the trigger takes place.

All digital processes are executed top-down and run independently from each other.

## Digital processes listing

To access the page, in the navigation menu go to **OE** → **Digital Process**.

What you can see in the page is a list of all the digital processes that are created in your tenant. You can manage the digital processes by creating new ones or deleting those which are no longer needed, activating or inactivating the ones which already exist.

{% hint style="info" %}
To check how to create a new digital process, see the [Creating Digital Processes](https://developer.emporix.io/oe/oe-celonis/digital-processes/working-with-digital-processes/creating-digital-processes) documentation.
{% endhint %}

* **Active**: order the list by active or inactive digital processes.
* **Name**: alphabetical order, you can also search for a specific scenario process by typing its name in the search field.
* **Last Published**: you can sort the scenario processes by the date they were published or search for a scenario process that was published on a specific date (using the search field).
* **Running, Failed, Completed and Stopped instances**: check how many times the process run, failed, got completed or stopped. For example, every single time a new order is placed and the “new order” scenario is triggered, it counts as one instance.
* **Statuses**: represent the validations of the digital process blueprints, they are not related to the running instances.
  * Pending - process configuration is being validated.
  * Invalid - the process is not configured properly and cannot run.
  * Validated - the process was configured successfully, the validated status covers both active and inactive states.
* **Deleting a digital process**: removes a digital process from the list of available processes, every time you delete a process you see a popup window with a request to confirm the action. Deleting a digital process is possible only when there are no running instances of the process.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.emporix.io/oe/oe-celonis/digital-processes/digital-process-listing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
