From e2e467ab57e7c103df0f5f00a930757597edc3d5 Mon Sep 17 00:00:00 2001 From: Julian Haupt Date: Tue, 16 Jun 2026 21:03:36 +0200 Subject: [PATCH 1/6] Clarify diagnostics edition example --- .../user-guide/process-engine/diagnostics-data.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/documentation/user-guide/process-engine/diagnostics-data.md b/docs/documentation/user-guide/process-engine/diagnostics-data.md index 01423969..b6560af2 100644 --- a/docs/documentation/user-guide/process-engine/diagnostics-data.md +++ b/docs/documentation/user-guide/process-engine/diagnostics-data.md @@ -45,6 +45,7 @@ The "General Data" category contains information about the process engine: * Installation - an id that is stored as process engine configuration property * Product name - the name of the product (i.e., `Operaton BPM Runtime`) * Product version - the version of the process engine (i.e., `7.X.Y`) +* Product edition - the edition of the product (i.e., `community` or `enterprise`) ### Meta and environment data The "Meta/Environment Data" category contains information about the environmental setup: @@ -56,7 +57,7 @@ The "Meta/Environment Data" category contains information about the environmenta The application server information cannot be obtained in an embedded process engine setup where no web application (e.g. Tasklist, Cockpit, REST application) is deployed and used. -In case of Azul Zulu JDK, the vendor will be send as "Oracle Corporation" as it cannot be distinguished programmatically from an Oracle JDK. +In case of Azul Zulu JDK, the vendor will be sent as "Oracle Corporation" as it cannot be distinguished programmatically from an Oracle JDK. ### Usage data @@ -75,7 +76,7 @@ The counts are collected from the start of the engine or the last reported time "product": { "name": "Operaton BPM Runtime", "version": "7.14.0", - "edition": "tbd", + "edition": "enterprise", "internals": { "database": { "vendor": "h2", @@ -99,7 +100,7 @@ The counts are collected from the start of the engine or the last reported time "decision-instances": { "count": 140 }, "executed-decision-elements": { "count": 732 } }, - "data-collection-start-date": "2022-11-320T15:53:20.386+0100", + "data-collection-start-date": "2022-11-30T15:53:20.386+0100", "operaton-integration": [ "spring-boot-starter", "operaton-bpm-run" From 0fdf1452b8891f5d9abb189e64ad6c34df14d7cc Mon Sep 17 00:00:00 2001 From: Julian Haupt Date: Tue, 16 Jun 2026 21:16:01 +0200 Subject: [PATCH 2/6] Align docs with open source edition wording --- docs/documentation/introduction/extensions.md | 4 ++-- .../user-guide/process-engine/diagnostics-data.md | 14 ++------------ 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/docs/documentation/introduction/extensions.md b/docs/documentation/introduction/extensions.md index c7549325..47c83a76 100644 --- a/docs/documentation/introduction/extensions.md +++ b/docs/documentation/introduction/extensions.md @@ -10,11 +10,11 @@ menu: --- -Operaton is developed by Operaton as an open source project in collaboration with the community. This is the basis for the Operaton product provided by Operaton as a commercial offering. +Operaton is developed as an open source project in collaboration with the community. The core Operaton product is open source. ## Extensions -Operaton supports the community in its effort to build additional community extensions under the Operaton umbrella. Such community extensions are maintained by the community and are not part of the commercial Operaton product. +Operaton supports the community in its effort to build additional community extensions under the Operaton umbrella. Such community extensions are maintained by the community and are not part of the core Operaton distribution. The [Operaton Community Hub](https://github.com/operaton-community-hub) is a GitHub organization that serves as the home of Operaton open source, community-contributed extensions. You can migrate an extension you've built to the Hub, search for existing extensions, or get started with open source by helping community extension maintainers with open issue or pull request triage. diff --git a/docs/documentation/user-guide/process-engine/diagnostics-data.md b/docs/documentation/user-guide/process-engine/diagnostics-data.md index b6560af2..53f71e98 100644 --- a/docs/documentation/user-guide/process-engine/diagnostics-data.md +++ b/docs/documentation/user-guide/process-engine/diagnostics-data.md @@ -45,7 +45,7 @@ The "General Data" category contains information about the process engine: * Installation - an id that is stored as process engine configuration property * Product name - the name of the product (i.e., `Operaton BPM Runtime`) * Product version - the version of the process engine (i.e., `7.X.Y`) -* Product edition - the edition of the product (i.e., `community` or `enterprise`) +* Product edition - a legacy compatibility field. Operaton is open source and reports `community`. ### Meta and environment data The "Meta/Environment Data" category contains information about the environmental setup: @@ -76,7 +76,7 @@ The counts are collected from the start of the engine or the last reported time "product": { "name": "Operaton BPM Runtime", "version": "7.14.0", - "edition": "enterprise", + "edition": "community", "internals": { "database": { "vendor": "h2", @@ -105,16 +105,6 @@ The counts are collected from the start of the engine or the last reported time "spring-boot-starter", "operaton-bpm-run" ], - "license-key": { - "customer": "customer name", - "type": "UNIFIED", - "valid-until": "2022-09-30", - "unlimited": false, - "features": { - "camundaBPM": "true" - }, - "raw": "customer=customer name;expiryDate=2022-09-30;camundaBPM=true;optimize=false;cawemo=false" - }, "webapps": [ "cockpit", "admin" From 38d1c22485732b6ebd2dafe4d14feef79bca5c18 Mon Sep 17 00:00:00 2001 From: Julian Haupt Date: Tue, 16 Jun 2026 21:25:31 +0200 Subject: [PATCH 3/6] Remove license key references from system permissions --- .../process-engine/authorization-service.md | 20 +------------------ 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/docs/documentation/user-guide/process-engine/authorization-service.md b/docs/documentation/user-guide/process-engine/authorization-service.md index 11ca2f5c..774bc3be 100644 --- a/docs/documentation/user-guide/process-engine/authorization-service.md +++ b/docs/documentation/user-guide/process-engine/authorization-service.md @@ -723,7 +723,7 @@ retrieve the entities related to the Historic Process Instance: ### System permissions Permissions for the system resource are usually granted to operations engineers who supervise processes and applications and ensure they run smoothly from a technical perspective. -Typically, those people do not need full access to the system like an administrator does. They must be able to access and change system information, including system properties, metrics, database information, telemetry, and license key data. Administrators will not need to have system permissions because their role already grants them access to all features. See also the Administrators section. +Typically, those people do not need full access to the system like an administrator does. They must be able to access and change system information, including system properties, metrics, database information, and telemetry. Administrators will not need to have system permissions because their role already grants them access to all features. See also the Administrators section. The following table gives an overview of the features that the system permissions grant access to. @@ -797,24 +797,6 @@ The following table gives an overview of the features that the system permission X - - Get License Key - X - - - - - Set License Key - - X - - - - Delete License Key - - - X - Register Process Application From 49580cf8b69752c3b39821132d41c759e07b2a1f Mon Sep 17 00:00:00 2001 From: Julian Haupt Date: Tue, 16 Jun 2026 22:06:27 +0200 Subject: [PATCH 4/6] Remove Community Edition Docker wording --- docs/documentation/installation/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/installation/docker.md b/docs/documentation/installation/docker.md index abdd32d8..7e6e389c 100644 --- a/docs/documentation/installation/docker.md +++ b/docs/documentation/installation/docker.md @@ -7,7 +7,7 @@ description: "Run the Full Distribution using Docker" --- ## Run Operaton using Docker -The Community Edition docker images can be found on [Docker Hub](https://hub.docker.com/r/operaton/operaton/). +The Docker images can be found on [Docker Hub](https://hub.docker.com/r/operaton/operaton/). ### Start Operaton using Docker From 2dfd38917e3e87d0e03d0fa741612e7d2a0a0923 Mon Sep 17 00:00:00 2001 From: Julian Haupt Date: Tue, 16 Jun 2026 22:08:48 +0200 Subject: [PATCH 5/6] Fix Docker run example --- docs/documentation/installation/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/installation/docker.md b/docs/documentation/installation/docker.md index 7e6e389c..74fdfb00 100644 --- a/docs/documentation/installation/docker.md +++ b/docs/documentation/installation/docker.md @@ -15,5 +15,5 @@ To start [Operaton](../user-guide/operaton-bpm-run.md) execute the following com ```shell docker pull operaton/operaton:latest -docker run -d --name Operaton-p 8080:8080 operaton/operaton:latest +docker run -d --name operaton -p 8080:8080 operaton/operaton:latest ``` From ed268ca2dfd8d4872d227de976502a4e0452efeb Mon Sep 17 00:00:00 2001 From: Julian Haupt Date: Tue, 16 Jun 2026 22:31:45 +0200 Subject: [PATCH 6/6] Clarify open source edition wording --- docs/documentation/introduction/extensions.md | 4 ++-- .../user-guide/process-engine/diagnostics-data.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/documentation/introduction/extensions.md b/docs/documentation/introduction/extensions.md index 47c83a76..1c49faf2 100644 --- a/docs/documentation/introduction/extensions.md +++ b/docs/documentation/introduction/extensions.md @@ -10,11 +10,11 @@ menu: --- -Operaton is developed as an open source project in collaboration with the community. The core Operaton product is open source. +Operaton is developed as an open source project in collaboration with the community. Operaton does not have separate editions; the product is open source. ## Extensions -Operaton supports the community in its effort to build additional community extensions under the Operaton umbrella. Such community extensions are maintained by the community and are not part of the core Operaton distribution. +Operaton supports the community in its effort to build additional community extensions under the Operaton umbrella. Such community extensions are maintained by the community and are not part of the official Operaton distribution. The [Operaton Community Hub](https://github.com/operaton-community-hub) is a GitHub organization that serves as the home of Operaton open source, community-contributed extensions. You can migrate an extension you've built to the Hub, search for existing extensions, or get started with open source by helping community extension maintainers with open issue or pull request triage. diff --git a/docs/documentation/user-guide/process-engine/diagnostics-data.md b/docs/documentation/user-guide/process-engine/diagnostics-data.md index 53f71e98..93094d8b 100644 --- a/docs/documentation/user-guide/process-engine/diagnostics-data.md +++ b/docs/documentation/user-guide/process-engine/diagnostics-data.md @@ -45,7 +45,7 @@ The "General Data" category contains information about the process engine: * Installation - an id that is stored as process engine configuration property * Product name - the name of the product (i.e., `Operaton BPM Runtime`) * Product version - the version of the process engine (i.e., `7.X.Y`) -* Product edition - a legacy compatibility field. Operaton is open source and reports `community`. +* `edition` - a legacy compatibility field. Operaton does not have separate editions and reports `community` for compatibility. ### Meta and environment data The "Meta/Environment Data" category contains information about the environmental setup: