Package com.flowable.agent.api.runtime
Interface AgentInstance
public interface AgentInstance
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
The id of the instanceThe time the instance was startedThe id of the user that started the instanceThe tenant id of the instanceboolean
-
Method Details
-
getId
String getId()The id of the instance -
getTenantId
String getTenantId()The tenant id of the instance -
getStartTime
Date getStartTime()The time the instance was started -
getStartUserId
String getStartUserId()The id of the user that started the instance -
isChatEnabled
boolean isChatEnabled() -
getAgentDefinitionId
String getAgentDefinitionId() -
getAgentDefinitionKey
String getAgentDefinitionKey() -
getAgentDefinitionName
String getAgentDefinitionName() -
getReferenceId
String getReferenceId() -
getReferenceType
String getReferenceType() -
getCallbackId
String getCallbackId() -
getCallbackType
String getCallbackType() -
getAgentInvocationResult
AgentInvocationResult getAgentInvocationResult()
-