Skip to content

Commit 5bbc663

Browse files
committed
docs(reference): edit app integrations
1 parent 859c562 commit 5bbc663

1 file changed

Lines changed: 27 additions & 31 deletions

File tree

docs/reference/announcements-release-notes/8100/8100-release-notes.md

Lines changed: 27 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,8 @@ Camunda 8 Run now includes a bundled Java runtime. This means you no longer need
305305

306306
<div class="release"><span class="badge badge--long" title="This feature affects SaaS">SaaS</span><span class="badge badge--medium" title="This feature affects Camunda Hub">Camunda Hub</span><span class="badge badge--medium" title="This feature affects Optimize">Optimize</span></div>
307307

308+
Release notes required.
309+
308310
### Camunda design system
309311

310312
<div class="release"><span class="badge badge--long" title="This feature affects Self-Managed">Self-Managed</span><span class="badge badge--long" title="This feature affects SaaS">SaaS</span><span class="badge badge--medium" title="This feature affects Camunda Hub">Camunda Hub</span></div>
@@ -315,29 +317,6 @@ The new Camunda visual design system is introduced for Hub with the 8.10 release
315317
- Accessibility improvements are built in, and the updated navigation menu makes it easier to find your way around.
316318
- The new design system is enabled by default for Camunda Hub in both Self-Managed and SaaS.
317319

318-
### Optimize data filters in Console
319-
320-
<!-- https://github.com/camunda/product-hub/issues/3679 -->
321-
322-
You can now configure Optimize data filters directly in Console cluster settings, without editing Helm values or configuration files.
323-
324-
The **Data filters** section in cluster settings lets you:
325-
326-
- Enable or disable Optimize export filtering per cluster.
327-
- Include or exclude process definitions by exact `bpmnProcessId`.
328-
- Include or exclude variable names by prefix — for example, `business_` includes all variables whose names start with `business_`.
329-
- Exclusion takes precedence over inclusion when both are configured.
330-
331-
New SaaS clusters include a default `business_` variable include filter, which limits Optimize to variables starting with `business_` to reduce Elasticsearch storage and shard usage. Existing clusters show data filters disabled with a one-click opt-in — no automatic migration occurs.
332-
333-
Saving filter changes triggers a rolling restart of the Orchestration Cluster; the cluster is briefly unavailable while it restarts.
334-
335-
:::warning
336-
Filtered records are permanently excluded from Optimize and cannot be recovered even if you relax the filters later.
337-
:::
338-
339-
<p class="link-arrow">[Configure Optimize data filters](/components/hub/organization/manage-clusters/settings.md#data-filters)</p>
340-
341320
## Connectors
342321

343322
<div class="release"><span class="badge badge--long" title="This feature affects SaaS">SaaS</span><span class="badge badge--long" title="This feature affects Self-Managed">Self-Managed</span><span class="badge badge--medium" title="This feature affects Connectors">Connectors</span><span class="badge badge--medium" title="This feature affects Web Modeler">Web Modeler</span><span class="badge badge--medium" title="This feature affects Desktop Modeler">Desktop Modeler</span></div>
@@ -348,18 +327,12 @@ Filtered records are permanently excluded from Optimize and cannot be recovered
348327

349328
Use the new App Integrations connector to send and receive messages in Microsoft Teams and Slack.
350329

351-
#### Send Microsoft Teams and Slack messages without managing credentials
330+
**Send messages**: You can send Microsoft Teams and Slack messages without managing credentials. The connector sends messages to Microsoft Teams and Slack, and creates channels, through your organization's Camunda app integrations. The connection is configured once for the environment, so no endpoint or credentials appear in the process model.
352331

353-
The App Integrations connector sends messages to Microsoft Teams and Slack, and creates channels, through your organization's Camunda app integrations. The connection is configured once for the environment, so no endpoint or credentials appear in the process model.
332+
**Receive messages**: You can receive Microsoft Teams and Slack messages in a process. A process can start from a message someone writes to the Camunda app in Microsoft Teams or Slack, and a process that is already holding a conversation receives the reply, so an approval, a choice, or a correction can be collected in the chat people are already in rather than in a separate form.
354333

355334
<p class="link-arrow">[App Integrations connector](/components/connectors/out-of-the-box-connectors/app-integrations.md)</p>
356335

357-
#### Receive Microsoft Teams and Slack messages in a process
358-
359-
The App Integrations connector receives messages as well as sending them. A process can start from a message someone writes to the Camunda app in Microsoft Teams or Slack, and a process that is already holding a conversation receives the reply, so an approval, a choice, or a correction can be collected in the chat people are already in rather than in a separate form.
360-
361-
<p class="link-arrow">[Receive a chat message](/components/connectors/out-of-the-box-connectors/app-integrations.md#receive-a-chat-message)</p>
362-
363336
### AWS Connectors updated to AWS SDK for Java v2
364337

365338
<!-- https://github.com/camunda/product-hub/issues/3581 -->
@@ -820,6 +793,29 @@ Wait state tracking is enabled by default and writes records to secondary storag
820793

821794
<div class="release"><span class="badge badge--long" title="This feature affects Self-Managed">Self-Managed</span><span class="badge badge--medium" title="This feature affects Optimize">Optimize</span><span class="badge badge--long" title="This feature affects SaaS">SaaS</span></div>
822795

796+
### Optimize data filters in Console
797+
798+
<!-- https://github.com/camunda/product-hub/issues/3679 -->
799+
800+
You can now configure Optimize data filters directly in cluster settings, without editing Helm values or configuration files.
801+
802+
The **Data filters** section in cluster settings lets you:
803+
804+
- Enable or disable Optimize export filtering per cluster.
805+
- Include or exclude process definitions by exact `bpmnProcessId`.
806+
- Include or exclude variable names by prefix — for example, `business_` includes all variables whose names start with `business_`.
807+
- Exclusion takes precedence over inclusion when both are configured.
808+
809+
New SaaS clusters include a default `business_` variable include filter, which limits Optimize to variables starting with `business_` to reduce Elasticsearch storage and shard usage. Existing clusters show data filters disabled with a one-click opt-in — no automatic migration occurs.
810+
811+
Saving filter changes triggers a rolling restart of the Orchestration Cluster; the cluster is briefly unavailable while it restarts.
812+
813+
:::warning
814+
Filtered records are permanently excluded from Optimize and cannot be recovered even if you relax the filters later.
815+
:::
816+
817+
<p class="link-arrow">[Configure Optimize data filters](/components/hub/organization/manage-clusters/settings.md#data-filters)</p>
818+
823819
### Object variables no longer flattened by default in Self-Managed
824820

825821
<!-- https://github.com/camunda/product-hub/issues/3785 -->

0 commit comments

Comments
 (0)