For the complete documentation index, see llms.txt. This page is also available as Markdown.

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 1. Example process in Eximee Designer

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 2. Example process in EximeeBPMS Cockpit

Last updated

Was this helpful?