Uses of Class
io.nflow.engine.workflow.instance.QueryWorkflowInstances.Builder
Packages that use QueryWorkflowInstances.Builder
Package
Description
Classes for describing and constructing workflow instances.
-
Uses of QueryWorkflowInstances.Builder in io.nflow.engine.workflow.instance
Methods in io.nflow.engine.workflow.instance that return QueryWorkflowInstances.BuilderModifier and TypeMethodDescriptionAdd identifiers to query parameters.Add workflow states to query parameters.QueryWorkflowInstances.Builder.addStatuses(WorkflowInstance.WorkflowInstanceStatus... newStatuses) Add workflow statuses to query parameters.Add workflow definitions types to query parameters.QueryWorkflowInstances.Builder.setBusinessKey(String businessKey) Set business key to query parameters.QueryWorkflowInstances.Builder.setExternalId(String externalId) Set external identifier to query parameters.QueryWorkflowInstances.Builder.setIncludeActions(boolean includeActions) Set whether workflow actions should be included in the results.QueryWorkflowInstances.Builder.setIncludeActionStateVariables(boolean includeActionStateVariables) Set whether state variables for workflow actions should be included in the results.QueryWorkflowInstances.Builder.setIncludeChildWorkflows(boolean includeChildWorkflows) Set whether child workflow IDs created by this instance should be included in the results.QueryWorkflowInstances.Builder.setIncludeCurrentStateVariables(boolean includeCurrentStateVariables) Set whether current workflow state variables should be included in the results.QueryWorkflowInstances.Builder.setMaxActions(Long maxActions) Set the maximum number of actions returned for each instance.QueryWorkflowInstances.Builder.setMaxResults(Long maxResults) Set the maximum number of instances to be returned.QueryWorkflowInstances.Builder.setParentActionId(Long parentActionId) Set parent action id to query parameters.QueryWorkflowInstances.Builder.setParentWorkflowId(Long parentWorkflowId) Set parent workflow instance id to query parameters.QueryWorkflowInstances.Builder.setQueryArchive(boolean queryArchive) If true, query also the archive tables if not enough results are found from the main tables.QueryWorkflowInstances.Builder.setStateVariable(String stateVariableKey, String stateVariableValue) Set state variable key and value to query parameters.