public interface ExternalTask
camunda:type="external"
is executed.Modifier and Type | Method and Description |
---|---|
String |
getActivityId() |
String |
getActivityInstanceId() |
String |
getErrorMessage() |
String |
getExecutionId() |
String |
getId() |
Date |
getLockExpirationTime() |
long |
getPriority()
Returns the priority of the external task.
|
String |
getProcessDefinitionId() |
String |
getProcessDefinitionKey() |
String |
getProcessInstanceId() |
Integer |
getRetries() |
String |
getTenantId() |
String |
getTopicName() |
String |
getWorkerId() |
boolean |
isSuspended() |
String getId()
String getTopicName()
String getWorkerId()
Date getLockExpirationTime()
String getProcessInstanceId()
String getExecutionId()
String getActivityId()
String getActivityInstanceId()
String getProcessDefinitionId()
String getProcessDefinitionKey()
Integer getRetries()
null
.String getErrorMessage()
null
if no failure was reported previously or if no error message
was submittedTo get the full error details,
use {@link ExternalTaskService#getExternalTaskErrorDetails(String)}
boolean isSuspended()
String getTenantId()
null
if the task belongs to no single tenant.long getPriority()
Copyright © 2017. All rights reserved.