This release introduces important fixes and enhancements to improve functionality and user experience.
Key Changes:
- New Feature: A dedicated window for displaying model-level and log-level KPIs for process models.
- Bugfix: Resolved an issue that prevented the ACL editor from being displayed in specific scenarios.
- Other Improvements: Various minor bug fixes to enhance overall stability and performance.
We recommend updating to this release for a smoother and more reliable experience.
Installation
ProcessM can be deployed as a Docker image or a standalone Java package. We recommend using the official Docker image, as it includes all runtime dependencies and simply runs with a single command. For environments without the virtualization and Docker support, one can still use the Java binaries, but it requires manual installation and configuration of dependencies.
Docker image
For Docker users, download and run ProcessM by simply executing the following command:
docker run -d -p 80:2080 -p 443:2443 --name processm processm/processm-server-full:latest
Local installation
For non-containerized installation, download the official binary package below and then follow the administrative manual for the details of configuration and running.
Full Changelog: https://github.com/ProcessMPUT/processm/commits/0.7.0
Source code of this version: https://github.com/ProcessMPUT/processm/tree/0.7.0