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
### Camunda 8 REST API Query API <spanclass="badge badge--medium"title="This feature affects APIs">API</span>
31
+
32
+
You can now use a single Query API in the Camunda 8 REST API to find process and decision data instead of using multiple component APIs.
33
+
34
+
For example, send a request to the [Query decision definitions](/apis-tools/camunda-api-rest/specifications/find-decision-definitions.api.mdx) endpoint to search for decision definitions.
35
+
36
+
New Query API endpoints are added as follows:
37
+
38
+
- Decision definitions
39
+
- Decision instances
40
+
- Decision requirements
41
+
- Flownode instances
42
+
- Incidents
43
+
- Process definitions
44
+
- Process instances
45
+
- User tasks
46
+
- Variables
47
+
48
+
To learn more about these endpoints, see the [Camunda 8 REST API](/apis-tools/camunda-api-rest/camunda-api-rest-overview.md#query-api) documentation.
New Connectors and enhancements are included in this release.
53
+
54
+
#### AWS Amazon Comprehend Connector
55
+
56
+
The new Amazon Comprehend Connector allows you to integrate your BPMN service with Amazon Comprehend, a service which extracts insights about the content of documents, such as personal identifiable information and key phrases.
57
+
58
+
To learn more about this Connector, see [Amazon Comprehend Connector](/components/connectors/out-of-the-box-connectors/amazon-comprehend.md).
59
+
60
+
#### Email Connector attachments
61
+
62
+
The Email connector is enhanced as follows:
63
+
64
+
- Supports attachments stored in the document store.
65
+
- Supports custom headers.
66
+
- Messages can now be sent as plaintext, HTML, or in both formats.
67
+
68
+
To learn more about this Connector, see [Email Connector](/components/connectors/out-of-the-box-connectors/email.md).
69
+
70
+
#### Google Gemini Connector
71
+
72
+
The new Google Gemini Connector allows you to access Gemini multimodal models from Google, capable of understanding virtually any input, and combining different types of information in your BPMN process.
73
+
74
+
To learn more about this Connector, see [Google Gemini Connector](/components/connectors/out-of-the-box-connectors/google-gemini.md).
75
+
76
+
#### Webhook Connector document upload
77
+
78
+
Document upload is now supported by the Webhook Connector. Uploads can now be stored in the document store and are available for further processing for start and intermediate events.
79
+
80
+
- Use the `documents` object to access created documents in both the response expression and the result expression.
81
+
- The `documents` object contains the references for created documents.
82
+
83
+
To learn more about this feature, see [HTTP Webhook Connector](/components/connectors/protocol/http-webhook.md).
The Connectors experience is enhanced with the migration from the Spring Zeebe to the Camunda REST API, and the removal of dependency on the Operate client.
90
+
91
+
#### Testing Support migration
92
+
93
+
Connectors are supported in the Camunda Process Test (CPT) Java library you can use to test your BPMN processes and process application.
94
+
95
+
To learn more about this feature, see [Camunda Process Test getting started](/apis-tools/testing/getting-started.md).
New features are available as part of the enhanced document handling being delivered with the 8.7 release.
111
+
112
+
- A new Document API is available as part of the [Camunda 8 REST API](/apis-tools/camunda-api-rest/camunda-api-rest-overview.md).
113
+
- The [Java client](/apis-tools/java-client/index.md) is enhanced to support these new Document API methods.
114
+
- A document store concept is introduced and implemented as an in-memory and a GCP-based document store.
115
+
- A new Tasklist [Filepicker component](/components/modeler/forms/form-element-library/forms-element-library-filepicker.md) is added for uploading documents to the document store in a form.
116
+
- The [Connector SDK](/components/connectors/custom-built-connectors/connector-sdk.md) is enhanced to provide document support in property/variable bindings.
117
+
- The [Webhook connector](/components/connectors/protocol/http-webhook.md) supports Documents via the `documents` object.
### Tags and properties in Self-Managed Console <spanclass="badge badge--long"title="This feature affects Self-Managed">Self-Managed</span><spanclass="badge badge--medium"title="This feature affects Console">Console</span>
158
+
159
+
Use custom tags and properties in Self-Managed Console to improve your orchestration cluster management.
160
+
161
+
- Administrators can now assign tags such as `prod`, `dev`, or `test` to clusters for clear identification across environments.
162
+
- Tags are shown in the Console UI, and accessible via the Administration API to streamline usage reporting and cost allocation.
163
+
- Custom properties provide contextual information about each cluster. Administrators can add detailed descriptions, team names, and include links to resources such as Grafana dashboards or internal portals, shown in the Console **Cluster Details**.
164
+
165
+
This feature allows you to differentiate clusters, ensure configurations align with production standards (for example, check TLS is enabled, correct partition counts), and improve operational efficiency by making key information more visible.
### Unified deployment experience from Web Modeler <spanclass="badge badge--long"title="This feature affects Self-Managed">Self-Managed</span><spanclass="badge badge--medium"title="This feature affects Modeler">Modeler</span>
170
+
171
+
The deployment experience is further simplified for Enterprise customers running Web Modeler Self-Managed.
172
+
173
+
- User tokens are used for deployments instead of machine-to-machine (M2M) tokens generated from a client ID and secret.
174
+
- You no longer need to enter a client ID and secret in the deploy modal. Instead, simply choose a cluster (or stage for process applications) and deploy.
In the Console activity logs you can now see information about changes made to secrets (add, update, remove), and user removals from Console (users unregistered from the organization).
186
+
Console activity logs now contain information about changes made to secrets (add, update, remove), and Console user removals (unregistered organization users).
The Email Connector allows you to integrate your BPMN service with any email server using POP3, IMAP, or SMTP. This new Connector enables you to automate the retrieval, deletion, search, and organization of emails directly within your processes.
192
+
The new Email Connector allows you to:
193
+
194
+
- Integrate your BPMN service with any email server using POP3, IMAP, or SMTP.
195
+
- Automate the retrieval, deletion, search, and organization of emails directly within your processes.
39
196
40
197
To learn more about this Connector, see [Email Connector](/components/connectors/out-of-the-box-connectors/email.md).
@@ -50,19 +207,19 @@ You can now configure and automatically generate a custom Connector template in
50
207
51
208
To learn more about generating Connector templates, see [generate a Connector template](/components/connectors/custom-built-connectors/connector-template-generator.md).
When configuring Git sync in Web Modeler, define the optional `/path` option to unlock new use cases.
58
215
59
216
- This option allows you to specify the path to the folder containing your process application files.
60
217
- Sync with your main branch to perform visual diffing, collaboration, and manual testing in Web Modeler. Remember not to make any changes in this branch.
61
-
-Vary the `/path` for multiple process applications to integrate Web Modeler with your existing monorepo containing all your code assets.
218
+
-Edit the `/path` for multiple process applications to integrate Web Modeler with your existing monorepo and code assets.
62
219
63
220
To learn more about configuring Git sync, see [Git sync](/components/modeler/web-modeler/git-sync.md).
0 commit comments