Class FailureRequestDto
java.lang.Object
org.camunda.bpm.client.impl.RequestDto
org.camunda.bpm.client.task.impl.dto.FailureRequestDto
- Author:
- Tassilo Weidner
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected Map<String,
TypedValueField> protected int
protected long
protected Map<String,
TypedValueField> Fields inherited from class org.camunda.bpm.client.impl.RequestDto
workerId
-
Constructor Summary
ConstructorDescriptionFailureRequestDto
(String workerId, String errorMessage, String errorDetails, int retries, long retryTimeout, Map<String, TypedValueField> variables, Map<String, TypedValueField> localVariables) -
Method Summary
Modifier and TypeMethodDescriptionint
long
Methods inherited from class org.camunda.bpm.client.impl.RequestDto
getWorkerId
-
Field Details
-
errorMessage
-
errorDetails
-
retries
protected int retries -
retryTimeout
protected long retryTimeout -
variables
-
localVariables
-
-
Constructor Details
-
FailureRequestDto
public FailureRequestDto(String workerId, String errorMessage, String errorDetails, int retries, long retryTimeout, Map<String, TypedValueField> variables, Map<String, TypedValueField> localVariables)
-
-
Method Details
-
getErrorMessage
-
getErrorDetails
-
getRetries
public int getRetries() -
getRetryTimeout
public long getRetryTimeout() -
getVariables
-
getLocalVariables
-