Class ExternalTaskDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.externaltask.ExternalTaskDto
- Author:
- Thorben Lindhauer
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected String
protected Date
protected long
protected String
protected String
protected String
protected String
protected Integer
protected boolean
protected String
protected String
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExternalTaskDto
fromExternalTask
(ExternalTask task) getId()
long
boolean
-
Field Details
-
activityId
-
activityInstanceId
-
errorMessage
-
executionId
-
id
-
lockExpirationTime
-
processDefinitionId
-
processDefinitionKey
-
processDefinitionVersionTag
-
processInstanceId
-
retries
-
suspended
protected boolean suspended -
workerId
-
topicName
-
tenantId
-
priority
protected long priority -
businessKey
-
-
Constructor Details
-
ExternalTaskDto
public ExternalTaskDto()
-
-
Method Details
-
getActivityId
-
getActivityInstanceId
-
getErrorMessage
-
getExecutionId
-
getId
-
getLockExpirationTime
-
getProcessDefinitionId
-
getProcessDefinitionKey
-
getProcessDefinitionVersionTag
-
getProcessInstanceId
-
getRetries
-
isSuspended
public boolean isSuspended() -
getWorkerId
-
getTopicName
-
getTenantId
-
getPriority
public long getPriority() -
getBusinessKey
-
fromExternalTask
-