Package com.flowable.agent.api.runtime
Interface AgentInstanceExchange
public interface AgentInstanceExchange
-
Method Details
-
getId
String getId() -
getAgentInstanceId
String getAgentInstanceId() -
getAgentDefinitionId
String getAgentDefinitionId() -
getAgentDefinitionKey
String getAgentDefinitionKey() -
getOperationKey
String getOperationKey() -
getCreationTime
Date getCreationTime() -
getType
String getType() -
getUserId
String getUserId() -
isProcessing
boolean isProcessing() -
getContent
String getContent() -
getTechnicalContent
String getTechnicalContent() -
getTokenCount
Long getTokenCount()
-