You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Amazon Web Services (AWS) region support <spanclass="badge badge--long"title="This feature affects SaaS">SaaS</span>
29
29
@@ -36,25 +36,38 @@ See the [release announcement](../announcements/870.md#amazon-web-services-aws-r
36
36
37
37
### BPMN Copilot BPMN-to-text
38
38
39
-
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:
39
+
<!--
40
+
Camunda's BPMN Copilot now also supports generating text from a BPMN diagram.
41
+
42
+
BPMN-to-text allows you to:
40
43
41
44
- Rapidly draft process documentation.
42
45
- Learn how the process works.
43
-
- Explain the process's behavior to stakeholders.
46
+
- Explain the behavior of the process to stakeholders.
44
47
45
48
To learn more about this feature, see [BPMN Copilot](/components/early-access/alpha/bpmn-copilot/bpmn-copilot.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).
55
+
The Camunda 8 Run startup script now supports additional configuration parameters: a web application port, the location of keystore TLS certificates, and log level.
56
+
57
+
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.
58
+
59
+
For more information, see the [Camunda 8 Run documentation](/self-managed/setup/deploy/local/c8run.md).
### Console cluster health and capacity monitoring
56
64
57
-
This release introduces a real-time cluster capacity metric for monitoring and scaling your Camunda 8 clusters.
65
+
Cluster capacity provides a high-level overview of how well a cluster is coping with its current workload.
66
+
67
+
- Use this information to check and monitor if a cluster is appropriately sized for its workload.
68
+
- Cluster capacity can also be used as an indicator of cluster health. For example, a cluster running at maximum capacity can be an indicator of poor cluster responsiveness.
69
+
70
+
To learn more about this feature, see [cluster capacity](/components/console/manage-clusters/cluster-capacity.md).
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.
### Amazon Web Services (AWS) region support <spanclass="badge badge--long"title="This feature affects SaaS">SaaS</span>
29
29
@@ -34,27 +34,40 @@ Camunda 8 SaaS now supports Amazon Web Services (AWS) deployments. When creating
34
34
35
35
See the [release announcement](../announcements/870.md#amazon-web-services-aws-region-support-saas) for more information.
36
36
37
+
<!--
37
38
### BPMN Copilot BPMN-to-text
38
39
39
-
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:
40
+
Camunda's BPMN Copilot now also supports generating text from a BPMN diagram.
41
+
42
+
BPMN-to-text allows you to:
40
43
41
44
- Rapidly draft process documentation.
42
45
- Learn how the process works.
43
-
- Explain the process's behavior to stakeholders.
46
+
- Explain the behavior of the process to stakeholders.
44
47
45
48
To learn more about this feature, see [BPMN Copilot](/components/early-access/alpha/bpmn-copilot/bpmn-copilot.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).
55
+
The Camunda 8 Run startup script now supports additional configuration parameters: a web application port, the location of keystore TLS certificates, and log level.
56
+
57
+
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.
58
+
59
+
For more information, see the [Camunda 8 Run documentation](/self-managed/setup/deploy/local/c8run.md).
### Console cluster health and capacity monitoring
56
64
57
-
This release introduces a real-time cluster capacity metric for monitoring and scaling your Camunda 8 clusters.
65
+
Cluster capacity provides a high-level overview of how well a cluster is coping with its current workload.
66
+
67
+
- Use this information to check and monitor if a cluster is appropriately sized for its workload.
68
+
- Cluster capacity can also be used as an indicator of cluster health. For example, a cluster running at maximum capacity can be an indicator of poor cluster responsiveness.
69
+
70
+
To learn more about this feature, see [cluster capacity](/components/console/manage-clusters/cluster-capacity.md).
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.
0 commit comments