org.camunda.bpm.engine.rest.dto.externaltask
Class CompleteExternalTaskDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.externaltask.CompleteExternalTaskDto
public class CompleteExternalTaskDto
- extends Object
- Author:
- Thorben Lindhauer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
workerId
protected String workerId
variables
protected Map<String,VariableValueDto> variables
CompleteExternalTaskDto
public CompleteExternalTaskDto()
getWorkerId
public String getWorkerId()
setWorkerId
public void setWorkerId(String workerId)
getVariables
public Map<String,VariableValueDto> getVariables()
setVariables
public void setVariables(Map<String,VariableValueDto> variables)
Copyright © 2016 camunda services GmbH. All rights reserved.