Version Compatibility
Each version of EximeeBPMS is bound to a specific version of the External Task Clients.
Java Client
The Java External Task Client always shares the same version number as the EximeeBPMS release it ships with:
| EximeeBPMS version | Java client version |
|---|---|
| 1.0.0 | 1.0.0 |
| 1.1.0 | 1.1.0 |
| 1.2.0 | 1.2.0 |
| 1.3.0 | 1.3.0 |
| 1.3.1-ee (Enterprise Edition) | 1.3.1-ee |
| 1.3.2-ee (Enterprise Edition) | 1.3.2-ee |
Only these default combinations are recommended (and supported) by EximeeBPMS. Nevertheless, the Java External Task Client can be combined with newer patch versions of the EximeeBPMS Workflow Engine.
JavaScript Client
There is no EximeeBPMS-maintained JavaScript/NodeJS External Task Client. The camunda-external-task-client-js project maintained by Camunda is compatible with EximeeBPMS’s REST API to the extent it targets Camunda 7’s REST API, but it is not released or version-pinned alongside EximeeBPMS — consult that project’s own documentation for its compatibility guidance.