Package com.flowable.agent.api.history
Interface HistoricAgentInstance
public interface HistoricAgentInstance
-
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 -
getEndTime
Date getEndTime()The time the instance was ended -
isChatEnabled
boolean isChatEnabled() -
getState
String getState() -
getStartUserId
String getStartUserId()The id of the user that started the instance -
getAgentDefinitionId
String getAgentDefinitionId() -
getAgentDefinitionKey
String getAgentDefinitionKey() -
getAgentDefinitionName
String getAgentDefinitionName() -
getReferenceId
String getReferenceId() -
getReferenceType
String getReferenceType() -
getCallbackId
String getCallbackId() -
getCallbackType
String getCallbackType()
-