We are pleased to announce the next alpha release of Camunda Automation Runtime 7.23. This release features the following improvements:
- Idempotency of change variables batch operation
- Postgres 17 Support
- 5 Bug Fixes
You can Download Camunda for free or Run it with Docker.
For a complete list of all improvements, take a look at the release notes. Please also see the list of known issues.
If you want to dig in deeper, you can find the source code on GitHub.
Idempotency of change variables batch operation
The Set Variables Async API, and consequently the Set Variables Batch Operation, are now idempotent. This means that, when creating a batch for setting variables, if any of the selected process instances has been completed or deleted between the batch creation and its execution, the batch will still succeed.
Note that this does not apply to the Sync API, which keeps its current behavior and fails when the process instance does not exist.
Postgres 17
Our supported environments have been extended to include Postgres 17. For more information, the official release notes can be found here.
Share Your Thoughts with Us!
Your feedback is really important to us, so please download Camunda Automation Platform 7.23.0-alpha2, try it out, and let us know what you think about it.
You can contact us in the forum, send a tweet to @Camunda, or file a bug in our issue tracker.