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

## 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 creating, editing, and validating business process models.

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

**EximeeBPMS Engine** *-* is a business process execution engine that enables running and managing BPMN models. It is the main component of the EximeeBPMS platform, responsible for executing process and decision logic as well as handling user tasks and system integrations. The engine provides a rich REST interface and Java API, which make 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 -** user interface used for **monitoring, analysis, and management of process instances** running in EximeeBPMS Engine. It enables technical users and system administrators to:

* view current and completed BPMN process instances
* diagnose errors and process execution problems
* 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> Example 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, and the optional `goal` query parameter:

```
GET https://docs.eximee.com/documentation/documentation-en/budowanie-aplikacji/proces-biznesowy/eximeebpms.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
