Class ExternalTaskBpmnError
- java.lang.Object
-
- org.camunda.bpm.engine.rest.dto.task.TaskBpmnErrorDto
-
- org.camunda.bpm.engine.rest.dto.externaltask.ExternalTaskBpmnError
-
public class ExternalTaskBpmnError extends TaskBpmnErrorDto
- Author:
- Christopher Zell
-
-
Field Summary
Fields Modifier and Type Field Description protected String
workerId
-
Fields inherited from class org.camunda.bpm.engine.rest.dto.task.TaskBpmnErrorDto
errorCode, errorMessage, variables
-
-
Constructor Summary
Constructors Constructor Description ExternalTaskBpmnError()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getWorkerId()
void
setWorkerId(String workerId)
-
Methods inherited from class org.camunda.bpm.engine.rest.dto.task.TaskBpmnErrorDto
getErrorCode, getErrorMessage, getVariables, setErrorCode, setErrorMessage, setVariables
-
-