1.8.1 : Configurable Lock Duration, Get Process Instances, Notify failure, Get Incidents #44
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
-
#28 : Retrieve lock duration for task from environment variable
Lock duration for external tasks can now be set through environment variable :
CAMUNDA_TASK_LOCK_DURATION
. Value is in millisecond (1000 = 1 second). Default is 600000 (10 minutes).The feature comes with 2 new keywords:
Set Task Lock Duration
Reset Task Lock Duration
#34 : Get Process Instances
There was already the keyword
Get All Active Process Instances
. Additionally, it is now possible withGet Process Instances
to query all kind of process instances from Camunda. Check out full capabilities at Camunda REST API documentation. Also keep in mind that in Robot the parameters are written in snake case, thus it isprocess_definition_key
instead ofprocessDefinitionKey#7 : Introducing incident management
There are now 2 new keywords:
Notify failure
Get incidents
Example
Notify failure
In addition to
complete
,unlock
,throw bpmn error
the new keywordnotify failure
is the 4th option to finish an external task. By callingnotify failure
an incident is created and the process instance is not available for thefetch workload
keyword until the incident is resolved.Get incidents
With the keyword
Get incidents
you can fetch incidents that match your filter arguments.This discussion was created from the release 1.8.1 : Configurable Lock Duration, Get Process Instances, Notify failure, Get Incidents.
Beta Was this translation helpful? Give feedback.
All reactions