> For the complete documentation index, see [llms.txt](https://docs.eximee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eximee.com/documentation/documentation-en/budowanie-aplikacji/proces-biznesowy/eximeebpms.md).

# EximeeBPMS

Eximee for process handling uses the EximeeBPMN engine derived from the Camunda 7 engine.

## EximeeBPMS

EximeeBPMS is a business process engine (BPM – Business Process Management) that supports modeling, execution, and monitoring of processes compliant with the standard **BPMN 2.0** (Business Process Model and Notation). It is used in systems where there is a need to manage complex workflows, system integration, or automation of business processes.

## Key components

**Process editor in Eximee Designer** - a graphical desktop tool that enables the creation, editing, and validation of business process models.

<figure><img src="/files/91866bfe6e4ba55e126aefae41ed5c8e1d95f1d7" alt=""><figcaption><p><em><strong>Figure 1.</strong> Sample process in Eximee Designer</em></p></figcaption></figure>

**EximeeBPMS Engine** *-* is the execution engine for business processes, which enables running and managing BPMN models. It is the main component of the EximeeBPMS platform, responsible for executing process logic, decision logic, and handling user tasks and system integrations. The engine provides a rich REST interface and Java API, making it possible to:

* start process instances,
* monitor and control their execution,
* integrate with external systems,
* process decision rules (DMN),
* manage user tasks (workflow).

**EximeeBPMS Cockpit -** a user interface used for **monitoring, analyzing, and managing process instances** running in the EximeeBPMS Engine. It enables technical users and system administrators to:

* view current and completed BPMN process instances
* diagnose execution errors and process issues
* manually manage instances (e.g., skipping steps, retries, cancellation),
* analyze the execution history of processes and decisions (if history logging is enabled).

<figure><img src="/files/5e7a35dd1fad6df92a27a2d7f3c436f75b888703" alt=""><figcaption><p><em><strong>Figure 2.</strong> Sample process in EximeeBPMS Cockpit</em></p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/proces-biznesowy/eximeebpms.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.
