-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
Problem:
for the failedJobRetryTimeCycle we need to use "fox" namespace prefix instead of "camunda"
--> needs to be fiexed in latest and 7.0 docs
e.g. here:
http://docs.camunda.org/latest/guides/user-guide/#process-engine-the-job-executor-failed-jobs
Wrong:
<extensionElements>
<camunda:failedJobRetryTimeCycle>R5/PT5M</camunda:failedJobRetryTimeCycle>
</extensionElements>
Right:
<bpmn2:extensionElements>
<fox:failedJobRetryTimeCycle>R3/PT10M</fox:failedJobRetryTimeCycle>
</bpmn2:extensionElements>