Class ExternalTaskFailureDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.externaltask.HandleExternalTaskDto
org.camunda.bpm.engine.rest.dto.externaltask.ExternalTaskFailureDto
- Author:
 - Thorben Lindhauer, Askar Akhmerov
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Map<String,VariableValueDto> protected intprotected longprotected Map<String,VariableValueDto> Fields inherited from class org.camunda.bpm.engine.rest.dto.externaltask.HandleExternalTaskDto
workerId - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintlongvoidsetErrorDetails(String errorDetails) voidsetErrorMessage(String errorMessage) voidsetLocalVariables(Map<String, VariableValueDto> localVariables) voidsetRetries(int retries) voidsetRetryTimeout(long retryTimeout) voidsetVariables(Map<String, VariableValueDto> variables) Methods inherited from class org.camunda.bpm.engine.rest.dto.externaltask.HandleExternalTaskDto
getWorkerId, setWorkerId 
- 
Field Details
- 
errorMessage
 - 
errorDetails
 - 
retryTimeout
protected long retryTimeout - 
retries
protected int retries - 
variables
 - 
localVariables
 
 - 
 - 
Constructor Details
- 
ExternalTaskFailureDto
public ExternalTaskFailureDto() 
 - 
 - 
Method Details
- 
getErrorMessage
 - 
setErrorMessage
 - 
getRetryTimeout
public long getRetryTimeout() - 
setRetryTimeout
public void setRetryTimeout(long retryTimeout)  - 
getRetries
public int getRetries() - 
setRetries
public void setRetries(int retries)  - 
getErrorDetails
 - 
setErrorDetails
 - 
getVariables
 - 
setVariables
 - 
getLocalVariables
 - 
setLocalVariables
 
 -