Skip to content

Commit ba93864

Browse files
Add moved note to process instance migration, backport changes to 8.7 release notes (#5014)
1 parent e9685cf commit ba93864

File tree

2 files changed

+29
-9
lines changed
  • docs/reference/release-notes
  • versioned_docs/version-8.7/reference/release-notes

2 files changed

+29
-9
lines changed

docs/reference/release-notes/870.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ To learn more about this feature, see [Git sync](/components/modeler/web-modeler
129129

130130
### Process Instance Migration <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 Zeebe">Zeebe</span>
131131

132+
:::note
133+
This feature was originally released with 8.7.0-alpha3, and is no longer available in 8.7.0. Process instance migration is now available in [8.8.0-alpha1](./880.md#process-instance-migration-saasself-managedzeebe). For more information, see the Camunda 8.7 and 8.8 [release update blog](https://camunda.com/blog/2025/01/camunda-87-88-release-update/).
134+
:::
135+
132136
Enhanced process instance migration now supports additional BPMN elements, enabling smoother transitions for your workflows and empowering operations teams to seamlessly migrate running process instances to updated process definitions without workarounds or manual intervention.
133137

134138
You can migrate running process instances containing the following elements:
@@ -262,7 +266,7 @@ To learn more about this feature, see [HTTP Webhook Connector](/components/conne
262266
#### Spring SDK and Camunda REST API Migration
263267

264268
:::note
265-
This feature was originally released with 8.7.0-alpha3, and is no longer available in 8.7.0. The Camunda REST API migration is now available in 8.8.0-alpha1. For more information, see the Camunda 8.7 and 8.8 [release update blog](https://camunda.com/blog/2025/01/camunda-87-88-release-update/).
269+
This feature was originally released with 8.7.0-alpha3, and is no longer available in 8.7.0. The Camunda REST API migration is now available in [8.8.0-alpha1](./880.md#spring-sdk-and-camunda-rest-api-migration). For more information, see the Camunda 8.7 and 8.8 [release update blog](https://camunda.com/blog/2025/01/camunda-87-88-release-update/).
266270
:::
267271

268272
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.

versioned_docs/version-8.7/reference/release-notes/870.md

+24-8
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ A new [ad-hoc subprocess](/components/modeler/bpmn/ad-hoc/ad-hoc.md) BPMN elemen
4949

5050
### Amazon OpenSearch Optimize support <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>
5151

52+
:::note
53+
This feature was originally released with 8.7.0-alpha3, and is no longer available in 8.7.0. Amazon OpenSearch Optimize support is now available in [8.8.0-alpha1](/docs/reference/release-notes/880.md#amazon-opensearch-optimize-support-self-managedoptimize). For more information, see the Camunda 8.7 and 8.8 [release update blog](https://camunda.com/blog/2025/01/camunda-87-88-release-update/).
54+
:::
55+
5256
Camunda 8 Self-Managed now fully supports the use of Amazon OpenSearch with Optimize.
5357

5458
<!-- https://github.com/camunda/product-hub/issues/2374 -->
@@ -125,6 +129,10 @@ To learn more about this feature, see [Git sync](/components/modeler/web-modeler
125129

126130
### Process Instance Migration <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 Zeebe">Zeebe</span>
127131

132+
:::note
133+
This feature was originally released with 8.7.0-alpha3, and is no longer available in 8.7.0. Process instance migration is now available in [8.8.0-alpha1](/docs/reference/release-notes/880.md#process-instance-migration-saasself-managedzeebe). For more information, see the Camunda 8.7 and 8.8 [release update blog](https://camunda.com/blog/2025/01/camunda-87-88-release-update/).
134+
:::
135+
128136
Enhanced process instance migration now supports additional BPMN elements, enabling smoother transitions for your workflows and empowering operations teams to seamlessly migrate running process instances to updated process definitions without workarounds or manual intervention.
129137

130138
You can migrate running process instances containing the following elements:
@@ -160,6 +168,10 @@ The predefined development stage cluster for the process application is also use
160168

161169
### User task listeners <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 Modeler">Modeler</span><span class="badge badge--medium" title="This feature affects Operate">Operate</span>
162170

171+
:::note
172+
This feature was originally released with 8.7.0-alpha2, and is no longer available in 8.7.0. User task listeners are now available in [8.8.0-alpha1](/docs/reference/release-notes/880.md#user-task-listeners-saasself-managedmodeleroperate). For more information, see the Camunda 8.7 and 8.8 [release update blog](https://camunda.com/blog/2025/01/camunda-87-88-release-update/).
173+
:::
174+
163175
Task lifecycle management is enhanced with user task listeners, allowing users to react to specific user task lifecycle events.
164176

165177
- Process designers can now model task listeners for different events, such as `assigning` and `completing`.
@@ -168,8 +180,6 @@ Task lifecycle management is enhanced with user task listeners, allowing users t
168180

169181
This enhancement streamlines operations and ensures smoother incident handling, improving time to unblock process execution.
170182

171-
To learn more about this feature, see [user task listeners](/components/concepts/user-task-listeners.md).
172-
173183
<!-- https://github.com/camunda/product-hub/issues/2126 -->
174184

175185
### Zeebe user tasks modeling migration support <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 Modeler">Modeler</span>
@@ -198,9 +208,11 @@ This [alpha release](/reference/release-policy.md) contains a known issue where
198208

199209
### Camunda 8 REST API Query API <span class="badge badge--medium" title="This feature affects APIs">API</span>
200210

201-
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.
211+
:::note
212+
This feature was originally released with 8.7.0-alpha2, and is no longer available in 8.7.0. The Camunda 8 REST API Query API is now available in [8.8.0-alpha1](/docs/reference/release-notes/880.md#camunda-8-rest-api-query-api-api). For more information, see the Camunda 8.7 and 8.8 [release update blog](https://camunda.com/blog/2025/01/camunda-87-88-release-update/).
213+
:::
202214

203-
For example, send a request to the [Query decision definitions](/apis-tools/camunda-api-rest/specifications/query-decision-definitions-alpha.api.mdx) endpoint to search for decision definitions.
215+
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.
204216

205217
New Query API endpoints are added as follows:
206218

@@ -214,8 +226,6 @@ New Query API endpoints are added as follows:
214226
- User tasks
215227
- Variables
216228

217-
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.
218-
219229
### Connectors <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>
220230

221231
New Connectors and enhancements are included in this release.
@@ -255,6 +265,10 @@ To learn more about this feature, see [HTTP Webhook Connector](/components/conne
255265

256266
#### Spring SDK and Camunda REST API Migration
257267

268+
:::note
269+
This feature was originally released with 8.7.0-alpha3, and is no longer available in 8.7.0. The Camunda REST API migration is now available in [8.8.0-alpha1](/docs/reference/release-notes/880.md#spring-sdk-and-camunda-rest-api-migration). For more information, see the Camunda 8.7 and 8.8 [release update blog](https://camunda.com/blog/2025/01/camunda-87-88-release-update/).
270+
:::
271+
258272
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.
259273

260274
#### Testing Support migration
@@ -300,6 +314,10 @@ To learn more about this feature, see [view organization activity](/components/c
300314

301315
### Process instance migration <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 Zeebe">Zeebe</span>
302316

317+
:::note
318+
This feature was originally released with 8.7.0-alpha2, and is no longer available in 8.7.0. Process instance migration is now available in [8.8.0-alpha1](/docs/reference/release-notes/880.md#process-instance-migration-saasself-managedzeebe). For more information, see the Camunda 8.7 and 8.8 [release update blog](https://camunda.com/blog/2025/01/camunda-87-88-release-update/).
319+
:::
320+
303321
Enhanced process instance migration allows you to solve problems with process definitions and use the latest process improvements.
304322

305323
You can now migrate the following:
@@ -308,8 +326,6 @@ You can now migrate the following:
308326
- Escalation boundary events
309327
- Escalation event subprocesses
310328

311-
To learn more about migration, see [process instance migration](/components/concepts/process-instance-migration.md).
312-
313329
<!-- https://github.com/camunda/product-hub/issues/2556 -->
314330

315331
### Singapore region available for SaaS <span class="badge badge--long" title="This feature affects SaaS">SaaS</span>

0 commit comments

Comments
 (0)