public interface ExternalTask
camunda:type="external"
is executed.Modifier and Type | Method and Description |
---|---|
String |
getActivityId() |
String |
getActivityInstanceId() |
String |
getBusinessKey()
Returns the business key of the process instance the external task belongs to
|
String |
getErrorMessage() |
String |
getExecutionId() |
Map<String,String> |
getExtensionProperties()
Returns a map containing all custom extension properties of the external task.
|
String |
getId() |
Date |
getLockExpirationTime() |
long |
getPriority()
Returns the priority of the external task.
|
String |
getProcessDefinitionId() |
String |
getProcessDefinitionKey() |
String |
getProcessDefinitionVersionTag() |
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()
String getProcessDefinitionVersionTag()
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()
Map<String,String> getExtensionProperties()
null
String getBusinessKey()
Copyright © 2022. All rights reserved.