Version 1.8.2 : Implicit retries countdown #53
Noordsestern
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This release contains 1 bugfix and 1 enhancement:
#48 - Exception when setting
retry_timeout
inNotify Failure
It was not possible to set retry tiemout. This is now fixed
#49 - Implicit Retry Countdown
Prior this release, it was necessary to manage retries counter yourself. Although the algorithm is simple, it was overhead and bulky:
Now you can always set
retries
, but only when set for the first time, it is actually interpreted. If the process instance already has retries set, then CamundaLibrary is counting down retries automatically:This discussion was created from the release Implicit retries countdown.
Beta Was this translation helpful? Give feedback.
All reactions