-
Notifications
You must be signed in to change notification settings - Fork 275
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(migration): add information about set variables async api changes
- Loading branch information
1 parent
892f86c
commit d46c958
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
|
||
title: "Update from 7.22 to 7.23" | ||
weight: 1 | ||
layout: "single" | ||
|
||
menu: | ||
main: | ||
name: "7.22 to 7.23" | ||
identifier: "migration-guide-723" | ||
parent: "migration-guide-minor" | ||
pre: "Update from `7.22.x` to `7.23.0`." | ||
|
||
--- | ||
|
||
This document guides you through the update from Camunda `7.22.x` to `7.23.0` and covers the following use cases: | ||
|
||
1. For developers: [Set Variables Async API](#Set Variables Async API) | ||
|
||
This guide covers mandatory migration steps and optional considerations for the initial configuration of new functionality included in Camunda 7.23. | ||
|
||
# Set Variables Async API | ||
|
||
Before version 7.22.1, the Set Variables Async API failed whenever at least one of the process instances did not exist. Starting version 7.22.1, the behavior has changed: if any of the process instances was deleted or completed, the call will still succeed. As a consequence, the Set Variables Batch Operation which will also succeed in this case. | ||
|
||
Please note that this does not apply to the sync API, which keeps its behavior and fails if the process instance does not exist. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters