From 40d8cdf1c011ecf5b953fa071ff8125535b23b67 Mon Sep 17 00:00:00 2001 From: Cole Garbo Date: Mon, 3 Mar 2025 16:57:12 -0500 Subject: [PATCH 01/12] inital release notes draft --- docs/reference/release-notes/870.md | 64 ++++++++++++++++++- .../reference/release-notes/870.md | 58 +++++++++++++++++ 2 files changed, 119 insertions(+), 3 deletions(-) diff --git a/docs/reference/release-notes/870.md b/docs/reference/release-notes/870.md index d68e08e1add..37ecc6bec23 100644 --- a/docs/reference/release-notes/870.md +++ b/docs/reference/release-notes/870.md @@ -19,11 +19,69 @@ These release notes identify the new features included in 8.7, including [alpha | ---------------------- | ---------------------------- | ------------ | ------------ | ------------ | | 8 April 2025 | 13 October 2026 | - | - | - | +## 8.7.0-alpha5 + +| Release date | Changelog(s) | Blog | +| :--------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------ | +| 11 February 2025 | | | + +### Play multi-tenancy Self-Managed + +Play now offers isolation so you can have a dedicated manual testing environment without additional costs. This is available for all Web Modeler Self-Managed environments. + + + +### Process landscape visualization + +The process landscape solution provides a comprehensive, hierarchical view of all related processes. This release enables automation leads to: + +- Visualize the entire process landscape of a project in a single, interactive interface +- Drill down from high-level processes to detailed sub-processes and activities + +For more information, see the [process landscape visualization](/components/modeler/web-modeler/process-landscape-visualization.md) documentation. + + + +### Web Modeler governance and change control + +Web Modeler now supports stronger governance and change control to ensure safe production deployments for processes with low to medium complexity and criticality. The following capabilities are now available: + +- Reviews cannot be performed by the user who created the process application version, and the reviewer is logged in the version history of a process application +- Admins can enable production deployments for reviewed process applications as an alternative to using their own deployment pipeline + +For more information, see the [process governance](/docs/components/modeler/web-modeler/process-application-pipeline.md) documentation. + + + +### BPMN Copilot now supports diagram-to-text + +Besides [generating BPMN](/docs/components/early-access/alpha/bpmn-copilot/bpmn-copilot.md), Camunda's BPMN Copilot now supports generating text from the BPMN diagram. This can be used to: + +- rapidly draft process documentation +- learn how the process works +- explain the process's behavior to stakeholders + +For more information, see the [BPMN Copilot documentation](/components/early-access/alpha/bpmn-copilot/bpmn-copilot.md). + + + +### Advanced configuration options for Camunda 8 Run + +Camunda 8 Run now supports additional advanced configuration options, including a Docker deployment, metrics access, and TLS certificates. For more information, see the [Camunda 8 Run documentation](/docs/self-managed/setup/deploy/local/c8run.md). + + + +### Health and capacity monitoring for clusters in Console + +This release introduces a real-time cluster capacity metric and enhanced documentation with clear best practices for monitoring and scaling your Camunda Platform 8 clusters—empowering proactive measures, reducing downtime risk, and ensuring consistent performance. + + + ## 8.7.0-alpha4 -| Release date | Changelog(s) | Blog | -| :--------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------ | -| 11 February 2025 | | [Release blog](https://camunda.com/blog/2025/02/camunda-alpha-release-february-2025/) | +| Release date | Changelog(s) | Blog | +| :------------ | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------ | +| 11 March 2025 | | [Release blog](https://camunda.com/blog/2025/02/camunda-alpha-release-february-2025/) | ### BPMN Copilot SaaS diff --git a/versioned_docs/version-8.7/reference/release-notes/870.md b/versioned_docs/version-8.7/reference/release-notes/870.md index e360f5548dc..e20970a003f 100644 --- a/versioned_docs/version-8.7/reference/release-notes/870.md +++ b/versioned_docs/version-8.7/reference/release-notes/870.md @@ -19,6 +19,64 @@ These release notes identify the new features included in 8.7, including [alpha | ---------------------- | ---------------------------- | ------------ | ------------ | ------------ | | 8 April 2025 | 13 October 2026 | - | - | - | +## 8.7.0-alpha5 + +| Release date | Changelog(s) | Blog | +| :--------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------ | +| 11 February 2025 | | | + +### Play multi-tenancy Self-Managed + +Play now offers isolation so you can have a dedicated manual testing environment without additional costs. This is available for all Web Modeler Self-Managed environments. + + + +### Process landscape visualization + +The process landscape solution provides a comprehensive, hierarchical view of all related processes. This release enables automation leads to: + +- Visualize the entire process landscape of a project in a single, interactive interface +- Drill down from high-level processes to detailed sub-processes and activities + +For more information, see the [process landscape visualization](/components/modeler/web-modeler/process-landscape-visualization.md) documentation. + + + +### Web Modeler governance and change control + +Web Modeler now supports stronger governance and change control to ensure safe production deployments for processes with low to medium complexity and criticality. The following capabilities are now available: + +- Reviews cannot be performed by the user who created the process application version, and the reviewer is logged in the version history of a process application +- Admins can enable production deployments for reviewed process applications as an alternative to using their own deployment pipeline + +For more information, see the [process governance](/docs/components/modeler/web-modeler/process-application-pipeline.md) documentation. + + + +### BPMN Copilot now supports diagram-to-text + +Besides [generating BPMN](/docs/components/early-access/alpha/bpmn-copilot/bpmn-copilot.md), Camunda's BPMN Copilot now supports generating text from the BPMN diagram. This can be used to: + +- rapidly draft process documentation +- learn how the process works +- explain the process's behavior to stakeholders + +For more information, see the [BPMN Copilot documentation](/components/early-access/alpha/bpmn-copilot/bpmn-copilot.md). + + + +### Advanced configuration options for Camunda 8 Run + +Camunda 8 Run now supports additional advanced configuration options, including a Docker deployment, metrics access, and TLS certificates. For more information, see the [Camunda 8 Run documentation](/docs/self-managed/setup/deploy/local/c8run.md). + + + +### Health and capacity monitoring for clusters in Console + +This release introduces a real-time cluster capacity metric and enhanced documentation with clear best practices for monitoring and scaling your Camunda Platform 8 clusters—empowering proactive measures, reducing downtime risk, and ensuring consistent performance. + + + ## 8.7.0-alpha4 | Release date | Changelog(s) | Blog | From bf2305c7a89b39b0ec1dd86b491b0f5f48aa753b Mon Sep 17 00:00:00 2001 From: Cole Garbo Date: Tue, 4 Mar 2025 11:58:01 -0500 Subject: [PATCH 02/12] Add document extraction --- versioned_docs/version-8.7/reference/release-notes/870.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/versioned_docs/version-8.7/reference/release-notes/870.md b/versioned_docs/version-8.7/reference/release-notes/870.md index e20970a003f..0f5b61a9c5c 100644 --- a/versioned_docs/version-8.7/reference/release-notes/870.md +++ b/versioned_docs/version-8.7/reference/release-notes/870.md @@ -53,7 +53,7 @@ For more information, see the [process governance](/docs/components/modeler/web- -### BPMN Copilot now supports diagram-to-text +### BPMN-to-text in BPMN Copilot Besides [generating BPMN](/docs/components/early-access/alpha/bpmn-copilot/bpmn-copilot.md), Camunda's BPMN Copilot now supports generating text from the BPMN diagram. This can be used to: @@ -77,6 +77,12 @@ This release introduces a real-time cluster capacity metric and enhanced documen +### Document extraction for unstructured data + +The new document extraction UI allows users to configure projects for unstructured (LLM extraction) data. Define the taxonomy, test cases, and choose models for LLM-based extraction, then publish and share projects across the organization. + + + ## 8.7.0-alpha4 | Release date | Changelog(s) | Blog | From c88de97d7eb2c930ab860944564015d663cf955d Mon Sep 17 00:00:00 2001 From: Cole Garbo Date: Tue, 4 Mar 2025 13:01:20 -0500 Subject: [PATCH 03/12] backport --- docs/reference/release-notes/870.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/reference/release-notes/870.md b/docs/reference/release-notes/870.md index 37ecc6bec23..7719b9e1105 100644 --- a/docs/reference/release-notes/870.md +++ b/docs/reference/release-notes/870.md @@ -53,7 +53,7 @@ For more information, see the [process governance](/docs/components/modeler/web- -### BPMN Copilot now supports diagram-to-text +### BPMN-to-text in BPMN Copilot Besides [generating BPMN](/docs/components/early-access/alpha/bpmn-copilot/bpmn-copilot.md), Camunda's BPMN Copilot now supports generating text from the BPMN diagram. This can be used to: @@ -77,6 +77,12 @@ This release introduces a real-time cluster capacity metric and enhanced documen +### Document extraction for unstructured data + +The new document extraction UI allows users to configure projects for unstructured (LLM extraction) data. Define the taxonomy, test cases, and choose models for LLM-based extraction, then publish and share projects across the organization. + + + ## 8.7.0-alpha4 | Release date | Changelog(s) | Blog | From 021f281a476008a1eff32639e760e4f8fd7d1226 Mon Sep 17 00:00:00 2001 From: Cole Garbo Date: Tue, 4 Mar 2025 16:14:23 -0500 Subject: [PATCH 04/12] aws region support --- docs/reference/release-notes/870.md | 11 ++++++++++- .../version-8.7/reference/release-notes/870.md | 11 ++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/docs/reference/release-notes/870.md b/docs/reference/release-notes/870.md index 7719b9e1105..a449e38995d 100644 --- a/docs/reference/release-notes/870.md +++ b/docs/reference/release-notes/870.md @@ -73,7 +73,7 @@ Camunda 8 Run now supports additional advanced configuration options, including ### Health and capacity monitoring for clusters in Console -This release introduces a real-time cluster capacity metric and enhanced documentation with clear best practices for monitoring and scaling your Camunda Platform 8 clusters—empowering proactive measures, reducing downtime risk, and ensuring consistent performance. +This release introduces a real-time cluster capacity metric for monitoring and scaling your Camunda Platform 8 clusters. @@ -83,6 +83,15 @@ The new document extraction UI allows users to configure projects for unstructur +### Amazon Web Services (AWS) region support SaaS + +Camunda 8 SaaS now supports Amazon Web Services (AWS) deployments. When [creating a new cluster](/components/console/manage-clusters/create-cluster.md), you can select from the following new AWS regions: + +- Frankfurt, Europe (eu-central-1) +- North America, Virginia (us-east-1) + +See the [release announcement](../announcements/870.md#amazon-web-services-aws-region-support-saas) for more information. + ## 8.7.0-alpha4 | Release date | Changelog(s) | Blog | diff --git a/versioned_docs/version-8.7/reference/release-notes/870.md b/versioned_docs/version-8.7/reference/release-notes/870.md index 0f5b61a9c5c..a1cf34c26a4 100644 --- a/versioned_docs/version-8.7/reference/release-notes/870.md +++ b/versioned_docs/version-8.7/reference/release-notes/870.md @@ -73,7 +73,7 @@ Camunda 8 Run now supports additional advanced configuration options, including ### Health and capacity monitoring for clusters in Console -This release introduces a real-time cluster capacity metric and enhanced documentation with clear best practices for monitoring and scaling your Camunda Platform 8 clusters—empowering proactive measures, reducing downtime risk, and ensuring consistent performance. +This release introduces a real-time cluster capacity metric for monitoring and scaling your Camunda Platform 8 clusters. @@ -83,6 +83,15 @@ The new document extraction UI allows users to configure projects for unstructur +### Amazon Web Services (AWS) region support SaaS + +Camunda 8 SaaS now supports Amazon Web Services (AWS) deployments. When [creating a new cluster](/components/console/manage-clusters/create-cluster.md), you can select from the following new AWS regions: + +- Frankfurt, Europe (eu-central-1) +- North America, Virginia (us-east-1) + +See the [release announcement](../announcements/870.md#amazon-web-services-aws-region-support-saas) for more information. + ## 8.7.0-alpha4 | Release date | Changelog(s) | Blog | From 0918f69f17ad8ae46e00a2539dac2e3c98f528b6 Mon Sep 17 00:00:00 2001 From: Cole Garbo Date: Wed, 5 Mar 2025 08:05:42 -0500 Subject: [PATCH 05/12] C8Run note update --- docs/reference/release-notes/870.md | 2 +- versioned_docs/version-8.7/reference/release-notes/870.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/release-notes/870.md b/docs/reference/release-notes/870.md index a449e38995d..6857ee303ea 100644 --- a/docs/reference/release-notes/870.md +++ b/docs/reference/release-notes/870.md @@ -67,7 +67,7 @@ For more information, see the [BPMN Copilot documentation](/components/early-acc ### Advanced configuration options for Camunda 8 Run -Camunda 8 Run now supports additional advanced configuration options, including a Docker deployment, metrics access, and TLS certificates. For more information, see the [Camunda 8 Run documentation](/docs/self-managed/setup/deploy/local/c8run.md). +The Camunda 8 Run startup script now supports additional configuration parameters: web application port, location of keystore TLS certificates, or log level. This release also introduces a new `--docker` option, which starts C8Run with the `docker-compose up` command, and deploys Camunda 8 in containers instead of starting with a Java engine. For more information, see the [Camunda 8 Run documentation](/docs/self-managed/setup/deploy/local/c8run.md). diff --git a/versioned_docs/version-8.7/reference/release-notes/870.md b/versioned_docs/version-8.7/reference/release-notes/870.md index a1cf34c26a4..09d4756a2ff 100644 --- a/versioned_docs/version-8.7/reference/release-notes/870.md +++ b/versioned_docs/version-8.7/reference/release-notes/870.md @@ -67,7 +67,7 @@ For more information, see the [BPMN Copilot documentation](/components/early-acc ### Advanced configuration options for Camunda 8 Run -Camunda 8 Run now supports additional advanced configuration options, including a Docker deployment, metrics access, and TLS certificates. For more information, see the [Camunda 8 Run documentation](/docs/self-managed/setup/deploy/local/c8run.md). +The Camunda 8 Run startup script now supports additional configuration parameters: web application port, location of keystore TLS certificates, or log level. This release also introduces a new `--docker` option, which starts C8Run with the `docker-compose up` command, and deploys Camunda 8 in containers instead of starting with a Java engine. For more information, see the [Camunda 8 Run documentation](/docs/self-managed/setup/deploy/local/c8run.md). From 4e4e0a6812807fde7f012b5f5b721010394f0737 Mon Sep 17 00:00:00 2001 From: Cole Garbo Date: Wed, 5 Mar 2025 15:21:21 -0500 Subject: [PATCH 06/12] update dates, release note wording --- docs/reference/release-notes/870.md | 20 +++++++++---------- .../reference/release-notes/870.md | 20 +++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/docs/reference/release-notes/870.md b/docs/reference/release-notes/870.md index 6857ee303ea..1a6d746b0dc 100644 --- a/docs/reference/release-notes/870.md +++ b/docs/reference/release-notes/870.md @@ -21,19 +21,19 @@ These release notes identify the new features included in 8.7, including [alpha ## 8.7.0-alpha5 -| Release date | Changelog(s) | Blog | -| :--------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------ | -| 11 February 2025 | | | +| Release date | Changelog(s) | Blog | +| :------------ | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------ | +| 11 March 2025 | | | ### Play multi-tenancy Self-Managed -Play now offers isolation so you can have a dedicated manual testing environment without additional costs. This is available for all Web Modeler Self-Managed environments. +Play now offers multi-tenancy, enabling you to have an isolated, dedicated testing environment without additional costs. This feature is available for Web Modeler in Self-Managed environments. ### Process landscape visualization -The process landscape solution provides a comprehensive, hierarchical view of all related processes. This release enables automation leads to: +Process landscape visualization provides a comprehensive, hierarchical view of all related processes. This release enables automation leads to: - Visualize the entire process landscape of a project in a single, interactive interface - Drill down from high-level processes to detailed sub-processes and activities @@ -44,7 +44,7 @@ For more information, see the [process landscape visualization](/components/mode ### Web Modeler governance and change control -Web Modeler now supports stronger governance and change control to ensure safe production deployments for processes with low to medium complexity and criticality. The following capabilities are now available: +Web Modeler now supports stronger governance and change control. This ensure safe production deployment for processes with low to medium complexity and criticality. The following capabilities are now available: - Reviews cannot be performed by the user who created the process application version, and the reviewer is logged in the version history of a process application - Admins can enable production deployments for reviewed process applications as an alternative to using their own deployment pipeline @@ -57,9 +57,9 @@ For more information, see the [process governance](/docs/components/modeler/web- Besides [generating BPMN](/docs/components/early-access/alpha/bpmn-copilot/bpmn-copilot.md), Camunda's BPMN Copilot now supports generating text from the BPMN diagram. This can be used to: -- rapidly draft process documentation -- learn how the process works -- explain the process's behavior to stakeholders +- Rapidly draft process documentation +- Learn how the process works +- Explain the process's behavior to stakeholders For more information, see the [BPMN Copilot documentation](/components/early-access/alpha/bpmn-copilot/bpmn-copilot.md). @@ -67,7 +67,7 @@ For more information, see the [BPMN Copilot documentation](/components/early-acc ### Advanced configuration options for Camunda 8 Run -The Camunda 8 Run startup script now supports additional configuration parameters: web application port, location of keystore TLS certificates, or log level. This release also introduces a new `--docker` option, which starts C8Run with the `docker-compose up` command, and deploys Camunda 8 in containers instead of starting with a Java engine. For more information, see the [Camunda 8 Run documentation](/docs/self-managed/setup/deploy/local/c8run.md). +The Camunda 8 Run startup script now supports additional configuration parameters: a web application port, the location of keystore TLS certificates, and log level. This release also introduces a new `--docker` option, which starts C8Run with the `docker-compose up` command, and deploys Camunda 8 in containers instead of starting with a Java engine. For more information, see the [Camunda 8 Run documentation](/docs/self-managed/setup/deploy/local/c8run.md). diff --git a/versioned_docs/version-8.7/reference/release-notes/870.md b/versioned_docs/version-8.7/reference/release-notes/870.md index 09d4756a2ff..13fcc54652d 100644 --- a/versioned_docs/version-8.7/reference/release-notes/870.md +++ b/versioned_docs/version-8.7/reference/release-notes/870.md @@ -21,19 +21,19 @@ These release notes identify the new features included in 8.7, including [alpha ## 8.7.0-alpha5 -| Release date | Changelog(s) | Blog | -| :--------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------ | -| 11 February 2025 | | | +| Release date | Changelog(s) | Blog | +| :------------ | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------ | +| 11 March 2025 | | | ### Play multi-tenancy Self-Managed -Play now offers isolation so you can have a dedicated manual testing environment without additional costs. This is available for all Web Modeler Self-Managed environments. +Play now offers multi-tenancy, enabling you to have an isolated, dedicated testing environment without additional costs. This feature is available for Web Modeler in Self-Managed environments. ### Process landscape visualization -The process landscape solution provides a comprehensive, hierarchical view of all related processes. This release enables automation leads to: +Process landscape visualization provides a comprehensive, hierarchical view of all related processes. This release enables automation leads to: - Visualize the entire process landscape of a project in a single, interactive interface - Drill down from high-level processes to detailed sub-processes and activities @@ -44,7 +44,7 @@ For more information, see the [process landscape visualization](/components/mode ### Web Modeler governance and change control -Web Modeler now supports stronger governance and change control to ensure safe production deployments for processes with low to medium complexity and criticality. The following capabilities are now available: +Web Modeler now supports stronger governance and change control. This ensure safe production deployment for processes with low to medium complexity and criticality. The following capabilities are now available: - Reviews cannot be performed by the user who created the process application version, and the reviewer is logged in the version history of a process application - Admins can enable production deployments for reviewed process applications as an alternative to using their own deployment pipeline @@ -57,9 +57,9 @@ For more information, see the [process governance](/docs/components/modeler/web- Besides [generating BPMN](/docs/components/early-access/alpha/bpmn-copilot/bpmn-copilot.md), Camunda's BPMN Copilot now supports generating text from the BPMN diagram. This can be used to: -- rapidly draft process documentation -- learn how the process works -- explain the process's behavior to stakeholders +- Rapidly draft process documentation +- Learn how the process works +- Explain the process's behavior to stakeholders For more information, see the [BPMN Copilot documentation](/components/early-access/alpha/bpmn-copilot/bpmn-copilot.md). @@ -67,7 +67,7 @@ For more information, see the [BPMN Copilot documentation](/components/early-acc ### Advanced configuration options for Camunda 8 Run -The Camunda 8 Run startup script now supports additional configuration parameters: web application port, location of keystore TLS certificates, or log level. This release also introduces a new `--docker` option, which starts C8Run with the `docker-compose up` command, and deploys Camunda 8 in containers instead of starting with a Java engine. For more information, see the [Camunda 8 Run documentation](/docs/self-managed/setup/deploy/local/c8run.md). +The Camunda 8 Run startup script now supports additional configuration parameters: a web application port, the location of keystore TLS certificates, and log level. This release also introduces a new `--docker` option, which starts C8Run with the `docker-compose up` command, and deploys Camunda 8 in containers instead of starting with a Java engine. For more information, see the [Camunda 8 Run documentation](/docs/self-managed/setup/deploy/local/c8run.md). From 197517ad22c7e4eeeacec6c25b519e652a6d776a Mon Sep 17 00:00:00 2001 From: Cole Garbo Date: Wed, 5 Mar 2025 15:23:10 -0500 Subject: [PATCH 07/12] fix dates round 2 --- docs/reference/release-notes/870.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/release-notes/870.md b/docs/reference/release-notes/870.md index 1a6d746b0dc..79b97099d0f 100644 --- a/docs/reference/release-notes/870.md +++ b/docs/reference/release-notes/870.md @@ -94,9 +94,9 @@ See the [release announcement](../announcements/870.md#amazon-web-services-aws-r ## 8.7.0-alpha4 -| Release date | Changelog(s) | Blog | -| :------------ | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------ | -| 11 March 2025 |
  • [ Camunda 8 core ](https://github.com/camunda/camunda/releases/tag/8.7.0-alpha5)
  • [ Connectors ](https://github.com/camunda/connectors/releases/tag/8.7.0-alpha5)
| [Release blog](https://camunda.com/blog/2025/02/camunda-alpha-release-february-2025/) | +| Release date | Changelog(s) | Blog | +| :--------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------ | +| 11 February 2025 |
  • [ Camunda 8 core ](https://github.com/camunda/camunda/releases/tag/8.7.0-alpha4)
  • [ Connectors ](https://github.com/camunda/connectors/releases/tag/8.7.0-alpha4)
| [Release blog](https://camunda.com/blog/2025/02/camunda-alpha-release-february-2025/) | ### BPMN Copilot SaaS From abd1c1c4a4435947e0ec105e9e8e7d70e08a103b Mon Sep 17 00:00:00 2001 From: Cole Garbo Date: Thu, 6 Mar 2025 10:47:56 -0500 Subject: [PATCH 08/12] apply reviews suggestions --- docs/reference/release-notes/870.md | 34 +++++++++---------- .../reference/release-notes/870.md | 34 +++++++++---------- 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/docs/reference/release-notes/870.md b/docs/reference/release-notes/870.md index 79b97099d0f..7d3e44c9992 100644 --- a/docs/reference/release-notes/870.md +++ b/docs/reference/release-notes/870.md @@ -27,7 +27,7 @@ These release notes identify the new features included in 8.7, including [alpha ### Play multi-tenancy Self-Managed -Play now offers multi-tenancy, enabling you to have an isolated, dedicated testing environment without additional costs. This feature is available for Web Modeler in Self-Managed environments. +Play multi-tenancy allows you to have an isolated, dedicated testing environment without additional cost. This feature is available for Web Modeler in Self-Managed environments. @@ -35,45 +35,45 @@ Play now offers multi-tenancy, enabling you to have an isolated, dedicated testi Process landscape visualization provides a comprehensive, hierarchical view of all related processes. This release enables automation leads to: -- Visualize the entire process landscape of a project in a single, interactive interface -- Drill down from high-level processes to detailed sub-processes and activities +- Visualize the entire process landscape of a project in a single, interactive interface. +- Drill down from high-level processes to detailed sub-processes and activities. -For more information, see the [process landscape visualization](/components/modeler/web-modeler/process-landscape-visualization.md) documentation. +To learn more about this feature, see [process landscape visualization](/components/modeler/web-modeler/process-landscape-visualization.md). ### Web Modeler governance and change control -Web Modeler now supports stronger governance and change control. This ensure safe production deployment for processes with low to medium complexity and criticality. The following capabilities are now available: +Web Modeler now supports stronger governance and change control. This ensures safe production deployment for processes with low to medium complexity and criticality. The following capabilities are now available: -- Reviews cannot be performed by the user who created the process application version, and the reviewer is logged in the version history of a process application -- Admins can enable production deployments for reviewed process applications as an alternative to using their own deployment pipeline +- Reviews cannot be performed by the user who created the process application version, and the reviewer is logged in the version history of a process application. +- Admins can enable production deployments for reviewed process applications as an alternative to using their own deployment pipeline. -For more information, see the [process governance](/docs/components/modeler/web-modeler/process-application-pipeline.md) documentation. +To learn more about this feature, see [process governance](/docs/components/modeler/web-modeler/process-application-pipeline.md). -### BPMN-to-text in BPMN Copilot +### BPMN Copilot BPMN-to-text Besides [generating BPMN](/docs/components/early-access/alpha/bpmn-copilot/bpmn-copilot.md), Camunda's BPMN Copilot now supports generating text from the BPMN diagram. This can be used to: -- Rapidly draft process documentation -- Learn how the process works -- Explain the process's behavior to stakeholders +- Rapidly draft process documentation. +- Learn how the process works. +- Explain the process's behavior to stakeholders. -For more information, see the [BPMN Copilot documentation](/components/early-access/alpha/bpmn-copilot/bpmn-copilot.md). +To learn more about this feature, see [BPMN Copilot](/components/early-access/alpha/bpmn-copilot/bpmn-copilot.md). -### Advanced configuration options for Camunda 8 Run +### Camunda 8 Run advanced configuration options The Camunda 8 Run startup script now supports additional configuration parameters: a web application port, the location of keystore TLS certificates, and log level. This release also introduces a new `--docker` option, which starts C8Run with the `docker-compose up` command, and deploys Camunda 8 in containers instead of starting with a Java engine. For more information, see the [Camunda 8 Run documentation](/docs/self-managed/setup/deploy/local/c8run.md). -### Health and capacity monitoring for clusters in Console +### Console cluster health and capacity monitoring -This release introduces a real-time cluster capacity metric for monitoring and scaling your Camunda Platform 8 clusters. +This release introduces a real-time cluster capacity metric for monitoring and scaling your Camunda 8 clusters. @@ -85,7 +85,7 @@ The new document extraction UI allows users to configure projects for unstructur ### Amazon Web Services (AWS) region support SaaS -Camunda 8 SaaS now supports Amazon Web Services (AWS) deployments. When [creating a new cluster](/components/console/manage-clusters/create-cluster.md), you can select from the following new AWS regions: +Camunda 8 SaaS now supports Amazon Web Services (AWS) deployments. When creating a new cluster, you can select from the following new [AWS regions](/reference/regions.md): - Frankfurt, Europe (eu-central-1) - North America, Virginia (us-east-1) diff --git a/versioned_docs/version-8.7/reference/release-notes/870.md b/versioned_docs/version-8.7/reference/release-notes/870.md index 13fcc54652d..b1e25ab9f27 100644 --- a/versioned_docs/version-8.7/reference/release-notes/870.md +++ b/versioned_docs/version-8.7/reference/release-notes/870.md @@ -27,7 +27,7 @@ These release notes identify the new features included in 8.7, including [alpha ### Play multi-tenancy Self-Managed -Play now offers multi-tenancy, enabling you to have an isolated, dedicated testing environment without additional costs. This feature is available for Web Modeler in Self-Managed environments. +Play multi-tenancy allows you to have an isolated, dedicated testing environment without additional cost. This feature is available for Web Modeler in Self-Managed environments. @@ -35,45 +35,45 @@ Play now offers multi-tenancy, enabling you to have an isolated, dedicated testi Process landscape visualization provides a comprehensive, hierarchical view of all related processes. This release enables automation leads to: -- Visualize the entire process landscape of a project in a single, interactive interface -- Drill down from high-level processes to detailed sub-processes and activities +- Visualize the entire process landscape of a project in a single, interactive interface. +- Drill down from high-level processes to detailed sub-processes and activities. -For more information, see the [process landscape visualization](/components/modeler/web-modeler/process-landscape-visualization.md) documentation. +To learn more about this feature, see [process landscape visualization](/components/modeler/web-modeler/process-landscape-visualization.md). ### Web Modeler governance and change control -Web Modeler now supports stronger governance and change control. This ensure safe production deployment for processes with low to medium complexity and criticality. The following capabilities are now available: +Web Modeler now supports stronger governance and change control. This ensures safe production deployment for processes with low to medium complexity and criticality. The following capabilities are now available: -- Reviews cannot be performed by the user who created the process application version, and the reviewer is logged in the version history of a process application -- Admins can enable production deployments for reviewed process applications as an alternative to using their own deployment pipeline +- Reviews cannot be performed by the user who created the process application version, and the reviewer is logged in the version history of a process application. +- Admins can enable production deployments for reviewed process applications as an alternative to using their own deployment pipeline. -For more information, see the [process governance](/docs/components/modeler/web-modeler/process-application-pipeline.md) documentation. +To learn more about this feature, see [process governance](/docs/components/modeler/web-modeler/process-application-pipeline.md). -### BPMN-to-text in BPMN Copilot +### BPMN Copilot BPMN-to-text Besides [generating BPMN](/docs/components/early-access/alpha/bpmn-copilot/bpmn-copilot.md), Camunda's BPMN Copilot now supports generating text from the BPMN diagram. This can be used to: -- Rapidly draft process documentation -- Learn how the process works -- Explain the process's behavior to stakeholders +- Rapidly draft process documentation. +- Learn how the process works. +- Explain the process's behavior to stakeholders. -For more information, see the [BPMN Copilot documentation](/components/early-access/alpha/bpmn-copilot/bpmn-copilot.md). +To learn more about this feature, see [BPMN Copilot](/components/early-access/alpha/bpmn-copilot/bpmn-copilot.md). -### Advanced configuration options for Camunda 8 Run +### Camunda 8 Run advanced configuration options The Camunda 8 Run startup script now supports additional configuration parameters: a web application port, the location of keystore TLS certificates, and log level. This release also introduces a new `--docker` option, which starts C8Run with the `docker-compose up` command, and deploys Camunda 8 in containers instead of starting with a Java engine. For more information, see the [Camunda 8 Run documentation](/docs/self-managed/setup/deploy/local/c8run.md). -### Health and capacity monitoring for clusters in Console +### Console cluster health and capacity monitoring -This release introduces a real-time cluster capacity metric for monitoring and scaling your Camunda Platform 8 clusters. +This release introduces a real-time cluster capacity metric for monitoring and scaling your Camunda 8 clusters. @@ -85,7 +85,7 @@ The new document extraction UI allows users to configure projects for unstructur ### Amazon Web Services (AWS) region support SaaS -Camunda 8 SaaS now supports Amazon Web Services (AWS) deployments. When [creating a new cluster](/components/console/manage-clusters/create-cluster.md), you can select from the following new AWS regions: +Camunda 8 SaaS now supports Amazon Web Services (AWS) deployments. When creating a new cluster, you can select from the following new [AWS regions](/reference/regions.md): - Frankfurt, Europe (eu-central-1) - North America, Virginia (us-east-1) From 669fc43a8f14c5bdde6336e82a59c13c5fe0d4b7 Mon Sep 17 00:00:00 2001 From: mesellings Date: Fri, 7 Mar 2025 16:20:54 +0000 Subject: [PATCH 09/12] Add IDP entry --- docs/reference/release-notes/870.md | 13 +++++++++++++ .../version-8.7/reference/release-notes/870.md | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/docs/reference/release-notes/870.md b/docs/reference/release-notes/870.md index 7d3e44c9992..b461838fb6d 100644 --- a/docs/reference/release-notes/870.md +++ b/docs/reference/release-notes/870.md @@ -92,6 +92,19 @@ Camunda 8 SaaS now supports Amazon Web Services (AWS) deployments. When creating See the [release announcement](../announcements/870.md#amazon-web-services-aws-region-support-saas) for more information. +### Intelligent document processing + +Use intelligent document processing (IDP) to integrate automated document processing into your end-to-end processes. + +- IDP uses artificial intelligence (AI) and machine learning (ML) to identify, extract, and organize data from your structured and unstructured documents into a structured format you can use in your processes. +- For example, you can use IDP to extract data from invoices and other document types in your document processing workflow. + +:::note +IDP is only supported for Camunda 8 SaaS with the 8.7.0-alpha5 release. Support for Camunda 8 Self-Managed and Camunda 8 Run is planned for delivery with the 8.7 release. +::: + + + ## 8.7.0-alpha4 | Release date | Changelog(s) | Blog | diff --git a/versioned_docs/version-8.7/reference/release-notes/870.md b/versioned_docs/version-8.7/reference/release-notes/870.md index b1e25ab9f27..04184adf4ca 100644 --- a/versioned_docs/version-8.7/reference/release-notes/870.md +++ b/versioned_docs/version-8.7/reference/release-notes/870.md @@ -92,6 +92,19 @@ Camunda 8 SaaS now supports Amazon Web Services (AWS) deployments. When creating See the [release announcement](../announcements/870.md#amazon-web-services-aws-region-support-saas) for more information. +### Intelligent document processing + +Use intelligent document processing (IDP) to integrate automated document processing into your end-to-end processes. + +- IDP uses artificial intelligence (AI) and machine learning (ML) to identify, extract, and organize data from your structured and unstructured documents into a structured format you can use in your processes. +- For example, you can use IDP to extract data from invoices and other document types in your document processing workflow. + +:::note +IDP is only supported for Camunda 8 SaaS with the 8.7.0-alpha5 release. Support for Camunda 8 Self-Managed and Camunda 8 Run is planned for delivery with the 8.7 release. +::: + + + ## 8.7.0-alpha4 | Release date | Changelog(s) | Blog | From d72ab694d8adb93e13e96b7a5ffb1c8874c02ec0 Mon Sep 17 00:00:00 2001 From: Cole Garbo Date: Fri, 7 Mar 2025 13:24:09 -0500 Subject: [PATCH 10/12] update IDP, links, ordering --- docs/reference/release-notes/870.md | 84 ++++++++++--------- .../reference/release-notes/870.md | 84 ++++++++++--------- 2 files changed, 86 insertions(+), 82 deletions(-) diff --git a/docs/reference/release-notes/870.md b/docs/reference/release-notes/870.md index b461838fb6d..80fc8ab71e5 100644 --- a/docs/reference/release-notes/870.md +++ b/docs/reference/release-notes/870.md @@ -25,37 +25,18 @@ These release notes identify the new features included in 8.7, including [alpha | :------------ | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------ | | 11 March 2025 | | | -### Play multi-tenancy Self-Managed - -Play multi-tenancy allows you to have an isolated, dedicated testing environment without additional cost. This feature is available for Web Modeler in Self-Managed environments. - - - -### Process landscape visualization - -Process landscape visualization provides a comprehensive, hierarchical view of all related processes. This release enables automation leads to: - -- Visualize the entire process landscape of a project in a single, interactive interface. -- Drill down from high-level processes to detailed sub-processes and activities. - -To learn more about this feature, see [process landscape visualization](/components/modeler/web-modeler/process-landscape-visualization.md). - - - -### Web Modeler governance and change control - -Web Modeler now supports stronger governance and change control. This ensures safe production deployment for processes with low to medium complexity and criticality. The following capabilities are now available: +### Amazon Web Services (AWS) region support SaaS -- Reviews cannot be performed by the user who created the process application version, and the reviewer is logged in the version history of a process application. -- Admins can enable production deployments for reviewed process applications as an alternative to using their own deployment pipeline. +Camunda 8 SaaS now supports Amazon Web Services (AWS) deployments. When creating a new cluster, you can select from the following new [AWS regions](/reference/regions.md): -To learn more about this feature, see [process governance](/docs/components/modeler/web-modeler/process-application-pipeline.md). +- Frankfurt, Europe (eu-central-1) +- North America, Virginia (us-east-1) - +See the [release announcement](../announcements/870.md#amazon-web-services-aws-region-support-saas) for more information. ### BPMN Copilot BPMN-to-text -Besides [generating BPMN](/docs/components/early-access/alpha/bpmn-copilot/bpmn-copilot.md), Camunda's BPMN Copilot now supports generating text from the BPMN diagram. This can be used to: +Besides [generating BPMN](/components/early-access/alpha/bpmn-copilot/bpmn-copilot.md), Camunda's BPMN Copilot now supports generating text from the BPMN diagram. This can be used to: - Rapidly draft process documentation. - Learn how the process works. @@ -67,7 +48,7 @@ To learn more about this feature, see [BPMN Copilot](/components/early-access/al ### Camunda 8 Run advanced configuration options -The Camunda 8 Run startup script now supports additional configuration parameters: a web application port, the location of keystore TLS certificates, and log level. This release also introduces a new `--docker` option, which starts C8Run with the `docker-compose up` command, and deploys Camunda 8 in containers instead of starting with a Java engine. For more information, see the [Camunda 8 Run documentation](/docs/self-managed/setup/deploy/local/c8run.md). +The Camunda 8 Run startup script now supports additional configuration parameters: a web application port, the location of keystore TLS certificates, and log level. This release also introduces a new `--docker` option, which starts C8Run with the `docker-compose up` command, and deploys Camunda 8 in containers instead of starting with a Java engine. For more information, see the [Camunda 8 Run documentation](/self-managed/setup/deploy/local/c8run.md). @@ -77,21 +58,6 @@ This release introduces a real-time cluster capacity metric for monitoring and s -### Document extraction for unstructured data - -The new document extraction UI allows users to configure projects for unstructured (LLM extraction) data. Define the taxonomy, test cases, and choose models for LLM-based extraction, then publish and share projects across the organization. - - - -### Amazon Web Services (AWS) region support SaaS - -Camunda 8 SaaS now supports Amazon Web Services (AWS) deployments. When creating a new cluster, you can select from the following new [AWS regions](/reference/regions.md): - -- Frankfurt, Europe (eu-central-1) -- North America, Virginia (us-east-1) - -See the [release announcement](../announcements/870.md#amazon-web-services-aws-region-support-saas) for more information. - ### Intelligent document processing Use intelligent document processing (IDP) to integrate automated document processing into your end-to-end processes. @@ -103,8 +69,44 @@ Use intelligent document processing (IDP) to integrate automated document proces IDP is only supported for Camunda 8 SaaS with the 8.7.0-alpha5 release. Support for Camunda 8 Self-Managed and Camunda 8 Run is planned for delivery with the 8.7 release. ::: +To learn more about this feature, see [intelligent document processing](/components/modeler/web-modeler/intelligent-document-processing.md). + +#### Document extraction for unstructured data + +The new [document extraction UI](/components/modeler/web-modeler/idp/idp-document-extraction.md) for intelligent document processing allows users to configure projects for unstructured (LLM extraction) data. Define the taxonomy, test cases, and choose models for LLM-based extraction, then publish and share projects across the organization. + + + +### Play multi-tenancy Self-Managed + +Play multi-tenancy allows you to have an isolated, dedicated testing environment without additional cost. This feature is available for Web Modeler in Self-Managed environments. + + + +### Process landscape visualization + +Process landscape visualization provides a comprehensive, hierarchical view of all related processes. This release enables automation leads to: + +- Visualize the entire process landscape of a project in a single, interactive interface. +- Drill down from high-level processes to detailed sub-processes and activities. + +To learn more about this feature, see [process landscape visualization](/components/modeler/web-modeler/process-landscape-visualization.md). + + + +### Web Modeler governance and change control + +Web Modeler now supports stronger governance and change control. This ensures safe production deployment for processes with low to medium complexity and criticality. The following capabilities are now available: + +- Reviews cannot be performed by the user who created the process application version, and the reviewer is logged in the version history of a process application. +- Admins can enable production deployments for reviewed process applications as an alternative to using their own deployment pipeline. + +To learn more about this feature, see [process governance](/components/modeler/web-modeler/process-application-pipeline.md). + + + ## 8.7.0-alpha4 | Release date | Changelog(s) | Blog | diff --git a/versioned_docs/version-8.7/reference/release-notes/870.md b/versioned_docs/version-8.7/reference/release-notes/870.md index 04184adf4ca..ce46199ee8a 100644 --- a/versioned_docs/version-8.7/reference/release-notes/870.md +++ b/versioned_docs/version-8.7/reference/release-notes/870.md @@ -25,37 +25,18 @@ These release notes identify the new features included in 8.7, including [alpha | :------------ | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------ | | 11 March 2025 | | | -### Play multi-tenancy Self-Managed - -Play multi-tenancy allows you to have an isolated, dedicated testing environment without additional cost. This feature is available for Web Modeler in Self-Managed environments. - - - -### Process landscape visualization - -Process landscape visualization provides a comprehensive, hierarchical view of all related processes. This release enables automation leads to: - -- Visualize the entire process landscape of a project in a single, interactive interface. -- Drill down from high-level processes to detailed sub-processes and activities. - -To learn more about this feature, see [process landscape visualization](/components/modeler/web-modeler/process-landscape-visualization.md). - - - -### Web Modeler governance and change control - -Web Modeler now supports stronger governance and change control. This ensures safe production deployment for processes with low to medium complexity and criticality. The following capabilities are now available: +### Amazon Web Services (AWS) region support SaaS -- Reviews cannot be performed by the user who created the process application version, and the reviewer is logged in the version history of a process application. -- Admins can enable production deployments for reviewed process applications as an alternative to using their own deployment pipeline. +Camunda 8 SaaS now supports Amazon Web Services (AWS) deployments. When creating a new cluster, you can select from the following new [AWS regions](/reference/regions.md): -To learn more about this feature, see [process governance](/docs/components/modeler/web-modeler/process-application-pipeline.md). +- Frankfurt, Europe (eu-central-1) +- North America, Virginia (us-east-1) - +See the [release announcement](../announcements/870.md#amazon-web-services-aws-region-support-saas) for more information. ### BPMN Copilot BPMN-to-text -Besides [generating BPMN](/docs/components/early-access/alpha/bpmn-copilot/bpmn-copilot.md), Camunda's BPMN Copilot now supports generating text from the BPMN diagram. This can be used to: +Besides [generating BPMN](/components/early-access/alpha/bpmn-copilot/bpmn-copilot.md), Camunda's BPMN Copilot now supports generating text from the BPMN diagram. This can be used to: - Rapidly draft process documentation. - Learn how the process works. @@ -67,7 +48,7 @@ To learn more about this feature, see [BPMN Copilot](/components/early-access/al ### Camunda 8 Run advanced configuration options -The Camunda 8 Run startup script now supports additional configuration parameters: a web application port, the location of keystore TLS certificates, and log level. This release also introduces a new `--docker` option, which starts C8Run with the `docker-compose up` command, and deploys Camunda 8 in containers instead of starting with a Java engine. For more information, see the [Camunda 8 Run documentation](/docs/self-managed/setup/deploy/local/c8run.md). +The Camunda 8 Run startup script now supports additional configuration parameters: a web application port, the location of keystore TLS certificates, and log level. This release also introduces a new `--docker` option, which starts C8Run with the `docker-compose up` command, and deploys Camunda 8 in containers instead of starting with a Java engine. For more information, see the [Camunda 8 Run documentation](/self-managed/setup/deploy/local/c8run.md). @@ -77,21 +58,6 @@ This release introduces a real-time cluster capacity metric for monitoring and s -### Document extraction for unstructured data - -The new document extraction UI allows users to configure projects for unstructured (LLM extraction) data. Define the taxonomy, test cases, and choose models for LLM-based extraction, then publish and share projects across the organization. - - - -### Amazon Web Services (AWS) region support SaaS - -Camunda 8 SaaS now supports Amazon Web Services (AWS) deployments. When creating a new cluster, you can select from the following new [AWS regions](/reference/regions.md): - -- Frankfurt, Europe (eu-central-1) -- North America, Virginia (us-east-1) - -See the [release announcement](../announcements/870.md#amazon-web-services-aws-region-support-saas) for more information. - ### Intelligent document processing Use intelligent document processing (IDP) to integrate automated document processing into your end-to-end processes. @@ -103,8 +69,44 @@ Use intelligent document processing (IDP) to integrate automated document proces IDP is only supported for Camunda 8 SaaS with the 8.7.0-alpha5 release. Support for Camunda 8 Self-Managed and Camunda 8 Run is planned for delivery with the 8.7 release. ::: +To learn more about this feature, see [intelligent document processing](/components/modeler/web-modeler/intelligent-document-processing.md). + +#### Document extraction for unstructured data + +The new [document extraction UI](/components/modeler/web-modeler/idp/idp-document-extraction.md) for intelligent document processing allows users to configure projects for unstructured (LLM extraction) data. Define the taxonomy, test cases, and choose models for LLM-based extraction, then publish and share projects across the organization. + + + +### Play multi-tenancy Self-Managed + +Play multi-tenancy allows you to have an isolated, dedicated testing environment without additional cost. This feature is available for Web Modeler in Self-Managed environments. + + + +### Process landscape visualization + +Process landscape visualization provides a comprehensive, hierarchical view of all related processes. This release enables automation leads to: + +- Visualize the entire process landscape of a project in a single, interactive interface. +- Drill down from high-level processes to detailed sub-processes and activities. + +To learn more about this feature, see [process landscape visualization](/components/modeler/web-modeler/process-landscape-visualization.md). + + + +### Web Modeler governance and change control + +Web Modeler now supports stronger governance and change control. This ensures safe production deployment for processes with low to medium complexity and criticality. The following capabilities are now available: + +- Reviews cannot be performed by the user who created the process application version, and the reviewer is logged in the version history of a process application. +- Admins can enable production deployments for reviewed process applications as an alternative to using their own deployment pipeline. + +To learn more about this feature, see [process governance](/components/modeler/web-modeler/process-application-pipeline.md). + + + ## 8.7.0-alpha4 | Release date | Changelog(s) | Blog | From 026618b797c39d523ab09e6dabd482f5824c16c3 Mon Sep 17 00:00:00 2001 From: Christina Ausley Date: Mon, 10 Mar 2025 15:02:31 -0400 Subject: [PATCH 11/12] add release notes for RPA --- docs/reference/release-notes/870.md | 8 ++++++++ versioned_docs/version-8.7/reference/release-notes/870.md | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/docs/reference/release-notes/870.md b/docs/reference/release-notes/870.md index 80fc8ab71e5..c0a0c04d21f 100644 --- a/docs/reference/release-notes/870.md +++ b/docs/reference/release-notes/870.md @@ -96,6 +96,14 @@ To learn more about this feature, see [process landscape visualization](/compone +### Robotic Process Automation (RPA) production-ready + +The [RPA solution](/components/RPA/overview.md) is graduating to [production-ready](/components/RPA/production.md), empowering customers to deploy robust, scalable, and maintainable automation workflows seamlessly. + +Users can now implement, troubleshoot, and maintain automation RPA scripts in Desktop Modeler. This major update introduces a suite of powerful features designed to enhance the development, deployment, and management of [RPA scripts](/components/RPA/getting-started.md). + + + ### Web Modeler governance and change control Web Modeler now supports stronger governance and change control. This ensures safe production deployment for processes with low to medium complexity and criticality. The following capabilities are now available: diff --git a/versioned_docs/version-8.7/reference/release-notes/870.md b/versioned_docs/version-8.7/reference/release-notes/870.md index ce46199ee8a..847cd69505a 100644 --- a/versioned_docs/version-8.7/reference/release-notes/870.md +++ b/versioned_docs/version-8.7/reference/release-notes/870.md @@ -96,6 +96,14 @@ To learn more about this feature, see [process landscape visualization](/compone +### Robotic Process Automation (RPA) production-ready + +The [RPA solution](/components/RPA/overview.md) is graduating to [production-ready](/components/RPA/production.md), empowering customers to deploy robust, scalable, and maintainable automation workflows seamlessly. + +Users can now implement, troubleshoot, and maintain automation RPA scripts in Desktop Modeler. This major update introduces a suite of powerful features designed to enhance the development, deployment, and management of [RPA scripts](/components/RPA/getting-started.md). + + + ### Web Modeler governance and change control Web Modeler now supports stronger governance and change control. This ensures safe production deployment for processes with low to medium complexity and criticality. The following capabilities are now available: From bd822f166c4739140a203320daea5efd97fa7f0b Mon Sep 17 00:00:00 2001 From: Amara Date: Mon, 10 Mar 2025 15:56:54 -0500 Subject: [PATCH 12/12] fix casing on RPA links --- versioned_docs/version-8.7/reference/release-notes/870.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versioned_docs/version-8.7/reference/release-notes/870.md b/versioned_docs/version-8.7/reference/release-notes/870.md index 847cd69505a..4b7643d751e 100644 --- a/versioned_docs/version-8.7/reference/release-notes/870.md +++ b/versioned_docs/version-8.7/reference/release-notes/870.md @@ -98,9 +98,9 @@ To learn more about this feature, see [process landscape visualization](/compone ### Robotic Process Automation (RPA) production-ready -The [RPA solution](/components/RPA/overview.md) is graduating to [production-ready](/components/RPA/production.md), empowering customers to deploy robust, scalable, and maintainable automation workflows seamlessly. +The [RPA solution](/components/rpa/overview.md) is graduating to [production-ready](/components/rpa/production.md), empowering customers to deploy robust, scalable, and maintainable automation workflows seamlessly. -Users can now implement, troubleshoot, and maintain automation RPA scripts in Desktop Modeler. This major update introduces a suite of powerful features designed to enhance the development, deployment, and management of [RPA scripts](/components/RPA/getting-started.md). +Users can now implement, troubleshoot, and maintain automation RPA scripts in Desktop Modeler. This major update introduces a suite of powerful features designed to enhance the development, deployment, and management of [RPA scripts](/components/rpa/getting-started.md).