Uses of Class
io.nflow.engine.workflow.instance.QueryWorkflowInstances
Packages that use QueryWorkflowInstances
Package
Description
Services for for managing and querying nFlow engine during runtime.
Classes and interfaces for describing and implementing workflow definitions.
Classes for describing and constructing workflow instances.
-
Uses of QueryWorkflowInstances in io.nflow.engine.internal.dao
Methods in io.nflow.engine.internal.dao with parameters of type QueryWorkflowInstancesModifier and TypeMethodDescriptionWorkflowInstanceDao.queryWorkflowInstances(QueryWorkflowInstances query) WorkflowInstanceDao.queryWorkflowInstancesAsStream(QueryWorkflowInstances query) -
Uses of QueryWorkflowInstances in io.nflow.engine.internal.workflow
Methods in io.nflow.engine.internal.workflow with parameters of type QueryWorkflowInstancesModifier and TypeMethodDescriptionStateExecutionImpl.queryChildWorkflows(QueryWorkflowInstances query) -
Uses of QueryWorkflowInstances in io.nflow.engine.service
Methods in io.nflow.engine.service with parameters of type QueryWorkflowInstancesModifier and TypeMethodDescriptionWorkflowInstanceService.listWorkflowInstances(QueryWorkflowInstances query) Return workflow instances matching the given query.WorkflowInstanceService.listWorkflowInstancesAsStream(QueryWorkflowInstances query) Return workflow instances matching the given query. -
Uses of QueryWorkflowInstances in io.nflow.engine.workflow.definition
Methods in io.nflow.engine.workflow.definition with parameters of type QueryWorkflowInstancesModifier and TypeMethodDescriptionStateExecution.queryChildWorkflows(QueryWorkflowInstances query) Return child workflow instances for current workflow. -
Uses of QueryWorkflowInstances in io.nflow.engine.workflow.instance
Methods in io.nflow.engine.workflow.instance that return QueryWorkflowInstancesModifier and TypeMethodDescriptionQueryWorkflowInstances.Builder.build()Create the workflow instance query object.Constructors in io.nflow.engine.workflow.instance with parameters of type QueryWorkflowInstances