|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UpdateExternalTaskRetriesBuilder
| Method Summary | |
|---|---|
void |
set(int retries)
Sets the retries for external tasks. |
Batch |
setAsync(int retries)
Sets the retries for external tasks asynchronously as batch. |
| Methods inherited from interface org.camunda.bpm.engine.externaltask.UpdateExternalTaskRetriesSelectBuilder |
|---|
externalTaskIds, externalTaskIds, externalTaskQuery, historicProcessInstanceQuery, processInstanceIds, processInstanceIds, processInstanceQuery |
| Method Detail |
|---|
void set(int retries)
null message is created.
If the old value is 0 and the new value is greater than 0, an existing incident
is resolved.
retries -
BadUserRequestException - If no external tasks are found
If a external task id is set to null
AuthorizationException - thrown if the current user does not possess any of the following permissions:
Batch setAsync(int retries)
null message is created.
If the old value is 0 and the new value is greater than 0, an existing incident
is resolved.
retries -
BadUserRequestException - If no external tasks are found or if a external task id is set to null
AuthorizationException - if the user has no Permissions.CREATE permission on Resources.BATCH.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||