org.camunda.bpm.engine.rest.dto.externaltask
Class ExternalTaskBpmnError

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.externaltask.ExternalTaskBpmnError

public class ExternalTaskBpmnError
extends Object

Author:
Christopher Zell

Field Summary
protected  String errorCode
           
protected  String workerId
           
 
Constructor Summary
ExternalTaskBpmnError()
           
 
Method Summary
 String getErrorCode()
           
 String getWorkerId()
           
 void setErrorCode(String errorCode)
           
 void setWorkerId(String workerId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

workerId

protected String workerId

errorCode

protected String errorCode
Constructor Detail

ExternalTaskBpmnError

public ExternalTaskBpmnError()
Method Detail

getWorkerId

public String getWorkerId()

setWorkerId

public void setWorkerId(String workerId)

getErrorCode

public String getErrorCode()

setErrorCode

public void setErrorCode(String errorCode)


Copyright © 2016 camunda services GmbH. All rights reserved.