Class QueryWorkflowInstances
java.lang.Object
io.nflow.engine.model.ModelObject
io.nflow.engine.workflow.instance.QueryWorkflowInstances
Parameters for workflow instance query.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classBuilder for workflow instance queries.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionfinal StringExternal business key.final StringExternal identifier.Workflow instance identifiers.final booleanSetting this to true will make the query return also workflow actions.final booleanSetting this to true will make the query return also the updated state variables for workflow actions.final booleanSetting this to true will make the query return also the created child workflow instance IDs.final booleanSetting this to true will make the query return also the current state variables for the workflow.final LongThe maximum number of actions to be returned for each instance by the query.final LongThe maximum number of instances to be returned by the query.Parent workflow action id.Parent workflow instance id.final booleanIf true, query also the archive tables if not enough results are found from the main tables.Workflow instance states.final StringState variable key.final StringState variable value.Workflow instance statuses.Workflow instance definition type.
- 
Method SummaryMethods inherited from class io.nflow.engine.model.ModelObjectequals, hashCode, toString
- 
Field Details- 
idsWorkflow instance identifiers.
- 
typesWorkflow instance definition type.
- 
parentWorkflowIdParent workflow instance id.
- 
parentActionIdParent workflow action id.
- 
statesWorkflow instance states.
- 
statusesWorkflow instance statuses.
- 
businessKeyExternal business key.
- 
externalIdExternal identifier.
- 
stateVariableKeyState variable key.
- 
stateVariableValueState variable value.
- 
includeActionspublic final boolean includeActionsSetting this to true will make the query return also workflow actions.
- 
includeCurrentStateVariablespublic final boolean includeCurrentStateVariablesSetting this to true will make the query return also the current state variables for the workflow.
- 
includeActionStateVariablespublic final boolean includeActionStateVariablesSetting this to true will make the query return also the updated state variables for workflow actions.
- 
includeChildWorkflowspublic final boolean includeChildWorkflowsSetting this to true will make the query return also the created child workflow instance IDs.
- 
maxResultsThe maximum number of instances to be returned by the query. If null, uses default value configured for the nFlow engine. The maximum value may also be limited by nFlow engine configuration.
- 
maxActionsThe maximum number of actions to be returned for each instance by the query. If null, uses default value configured for the nFlow engine. The maximum value may also be limited by nFlow engine configuration.
- 
queryArchivepublic final boolean queryArchiveIf true, query also the archive tables if not enough results are found from the main tables.
 
-