Can we reset external worker max retry from Cockpit?
in code we reset retry while handling failure case
externalTaskService.handleFailure(externalTask, e.getMessage(), ExceptionUtils.getStackTrace(e), retries,
retryFrequency);
Can we reset external worker max retry from Cockpit?
in code we reset retry while handling failure case
externalTaskService.handleFailure(externalTask, e.getMessage(), ExceptionUtils.getStackTrace(e), retries,
retryFrequency);
Hi @mrodedra
In the cockpit, it is only available in the enterprise edition.
Or you can set retries using REST API
https://docs.camunda.org/manual/7.18/reference/rest/external-task/put-retries/
thank you . we are using enterprise version of Camunda but Iām not able to find the reset of retry from Camunda Cockpit
<camunda.version>7.21.0-ee</camunda.version>
Select Batch operation
option instead of Batches
In community edition, only Batches option is available
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.