Uses of Interface
com.flowable.agent.api.runtime.AgentInstanceQuery
Packages that use AgentInstanceQuery
-
Uses of AgentInstanceQuery in com.flowable.agent.api.runtime
Methods in com.flowable.agent.api.runtime that return AgentInstanceQueryModifier and TypeMethodDescriptionAgentInstanceQuery.agentDefinitionId
(String agentDefinitionId) Query by the ID of the agent definitionAgentInstanceQuery.agentDefinitionKey
(String agentDefinitionKey) Query by the key of the agent definitionAgentInstanceQuery.callbackId
(String callbackId) Query by the agent instance callback idAgentInstanceQuery.callbackType
(String callbackType) Query by the agent instance callback typeAgentInstanceQuery.chatDisabled()
Query only agent instances which are chat disabled.AgentInstanceQuery.chatEnabled()
Query only agent instances which are chat enabled.AgentRuntimeService.createAgentInstanceQuery()
AgentInstanceQuery.finished()
Query only agent instances which are finished.Query by the id of the instanceAgentInstanceQuery.ids
(Collection<String> ids) Query by multiple ids of instancesAgentInstanceQuery.orderByStartTime()
AgentInstanceQuery.referenceId
(String referenceId) Query by the agent instance reference idAgentInstanceQuery.referenceType
(String referenceType) Query by the agent instance reference typeAgentInstanceQuery.startUserId
(String startUserId) Query by the id of the user that started the instanceQuery by the tenant id of the instanceAgentInstanceQuery.unfinished()
Query only agent instances which are not yet finished.