robotframework-camunda
robotframework-camunda copied to clipboard
lock_duration in docu should be corrected
Keyword description of Fetch Workload:
If not provided, this keyword will use a lock_duration of 60000 ms (10 minutes) and set {{deserialize_value=True}}
CamundaLibrary.py line 154, 155: "The default is either environment variable CAMUNDA_TASK_LOCK_DURATION or 600000 (10 minutes)."
line 144 "Value is in milliseconds (1000 = 1 minute)" should also be corrected.
Good catch! Thank you for raising the issue.