Uses of Interface
com.flowable.agent.api.history.HistoricAgentInstanceQuery
Packages that use HistoricAgentInstanceQuery
-
Uses of HistoricAgentInstanceQuery in com.flowable.agent.api.history
Methods in com.flowable.agent.api.history that return HistoricAgentInstanceQueryModifier and TypeMethodDescriptionHistoricAgentInstanceQuery.agentDefinitionId
(String agentDefinitionId) Query by the ID of the agent definitionHistoricAgentInstanceQuery.chatDisabled()
Query only agent instances which are chat disabled.HistoricAgentInstanceQuery.chatEnabled()
Query only agent instances which are chat enabled.AgentHistoryService.createHistoricAgentInstanceQuery()
HistoricAgentInstanceQuery.finished()
Query only agent instances which are finished.Query by the id of the instanceHistoricAgentInstanceQuery.ids
(Collection<String> ids) Query by multiple ids of instancesHistoricAgentInstanceQuery.referenceId
(String referenceId) Query by the agent instance reference idHistoricAgentInstanceQuery.referenceType
(String referenceType) Query by the agent instance reference typeHistoricAgentInstanceQuery.startUserId
(String startUserId) Query by the id of the user that started the instanceQuery by the tenant id of the instanceHistoricAgentInstanceQuery.unfinished()
Query only agent instances which are not yet finished.