# Eximee Dashboard

**Eximee Dashboard** This is an Eximee platform module used for managing tasks and cases in a workplace environment (back office). It enables users to view, filter, take over, and manage tasks and business processes that are carried out in the workflow system (e.g. Eximee BPMS). Main functions of Eximee Dashboard:

* Displaying a list of tasks and cases,
* Filtering tasks and cases according to various criteria,
* Viewing task and process details,
* Taking over, forwarding, and releasing tasks,
* The ability to withdraw from a process (if the process supports it),
* Handling notes for cases and tasks.

## Task list and case list

### Task list

The task list displays individual tasks (the so-called *user tasks*) within BPMN processes. Each entry corresponds to a specific task to be performed by a user or a group of users. Tasks may come from different cases, which means that the user can see all their operational responsibilities in one place. From the list, tasks can be taken over, forwarded, or released, making it the main tool for everyday work.

**Configuration:** [Task list configuration](/documentation/documentation-en/budowanie-aplikacji/interfejs-uzytkownika/eximee-dashboard/konfiguracja/lista-zadan.md)

<figure><img src="/files/0b0489ec3e56ac6117f2e7127d465602c9b2e3f7" alt=""><figcaption><p>Figure 1. Eximee Dashboard view (Task list)</p></figcaption></figure>

***

### Case list

The case list presents complete business processes (cases) that may consist of many tasks. Unlike the task list, this view focuses on the business context – it enables analysis of the process status, its history, and related data. Each case represents a process instance and allows the user to track its progress from start to finish.

**Configuration:** [Case list configuration](/documentation/documentation-en/budowanie-aplikacji/interfejs-uzytkownika/eximee-dashboard/konfiguracja/lista-spraw.md)

<figure><img src="/files/6dda76f86ebef3dea38220fefaa3631af059d6b5" alt=""><figcaption><p>Figure 2. Eximee Dashboard view (Case list)</p></figcaption></figure>

***

## Tabs in the case view

### Case data

Tab **"Case data"** contains key information about the selected case, allowing a quick preview of the most important process data, such as the case number, status, or creation date. It is configurable and enables the presentation of the most relevant business information without the need to browse process details.

<figure><img src="/files/8d7baca491873d9c4141e7bf68dd564d52a1dc0c" alt=""><figcaption><p>Figure 3. Tab "Case data"</p></figcaption></figure>

***

### Documents

Tab **"Documents"** allows viewing and downloading documents related to the given case. The user has access to all files associated with the process in one place, which makes working with documentation easier and speeds up task execution.

<figure><img src="/files/4c4992227263b0f62cf98092bd289c99347ed2b0" alt=""><figcaption><p>Figure 4. Tab "Documents"</p></figcaption></figure>

***

### Notes

Tab **"Notes"** allows viewing and adding notes related to the case. This enables users to record important information, comments, or arrangements directly in the context of the process.

<figure><img src="/files/2c8acd7e202f7c16ef8d9eed4aa583bf4f5aa474" alt=""><figcaption><p>Figure 5. Tab "Notes"</p></figcaption></figure>

***

### Case history

Tab **"Case history"** provides a detailed insight into the process flow by presenting all events related to the case. The events are divided into system and business events, and the user can additionally filter them according to various criteria, such as event type, user, or date range. This tab is available both from the case list and the task list.

**Configuration:** ["Case History" tab](/documentation/documentation-en/budowanie-aplikacji/interfejs-uzytkownika/eximee-dashboard.md)

<figure><img src="/files/4c0638dc359689a85503abd54db279ac916fd2c8" alt=""><figcaption><p>Figure 6. Tab "Case history"</p></figcaption></figure>

\---

The task handling form in Eximee Dashboard is created in the same way as any other form, i.e. using Eximee Designer.

> See the chapter describing [business processes](/documentation/documentation-en/budowanie-aplikacji/proces-biznesowy.md).


---

# 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://docs.eximee.com/documentation/documentation-en/budowanie-aplikacji/interfejs-uzytkownika/eximee-dashboard.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.
