| Package | Description |
|---|---|
| io.nflow.engine.workflow.instance |
Classes for describing and constructing workflow instances.
|
| Modifier and Type | Method and Description |
|---|---|
QueryWorkflowInstances.Builder |
QueryWorkflowInstances.Builder.addIds(Long... newIds)
Add identifiers to query parameters.
|
QueryWorkflowInstances.Builder |
QueryWorkflowInstances.Builder.addStates(String... newStates)
Add workflow states to query parameters.
|
QueryWorkflowInstances.Builder |
QueryWorkflowInstances.Builder.addStatuses(WorkflowInstance.WorkflowInstanceStatus... newStatuses)
Add workflow statuses to query parameters.
|
QueryWorkflowInstances.Builder |
QueryWorkflowInstances.Builder.addTypes(String... newTypes)
Add workflow definitions types to query parameters.
|
QueryWorkflowInstances.Builder |
QueryWorkflowInstances.Builder.setBusinessKey(String businessKey)
Set business key to query parameters.
|
QueryWorkflowInstances.Builder |
QueryWorkflowInstances.Builder.setExternalId(String externalId)
Set external identifier to query parameters.
|
QueryWorkflowInstances.Builder |
QueryWorkflowInstances.Builder.setIncludeActions(boolean includeActions)
Set whether workflow actions should be included in the results.
|
QueryWorkflowInstances.Builder |
QueryWorkflowInstances.Builder.setIncludeActionStateVariables(boolean includeActionStateVariables)
Set whether state variables for workflow actions should be included in the results.
|
QueryWorkflowInstances.Builder |
QueryWorkflowInstances.Builder.setIncludeChildWorkflows(boolean includeChildWorkflows)
Set whether child workflow IDs created by this instance should be included in the results.
|
QueryWorkflowInstances.Builder |
QueryWorkflowInstances.Builder.setIncludeCurrentStateVariables(boolean includeCurrentStateVariables)
Set whether current workflow state variables should be included in the results.
|
QueryWorkflowInstances.Builder |
QueryWorkflowInstances.Builder.setMaxActions(Long maxActions)
Set the maximum number of actions returned for each instance.
|
QueryWorkflowInstances.Builder |
QueryWorkflowInstances.Builder.setMaxResults(Long maxResults)
Set the maximum number of instances to be returned.
|
QueryWorkflowInstances.Builder |
QueryWorkflowInstances.Builder.setParentActionId(Long parentActionId)
Set parent action id to query parameters.
|
QueryWorkflowInstances.Builder |
QueryWorkflowInstances.Builder.setParentWorkflowId(Long parentWorkflowId)
Set parent workflow instance id to query parameters.
|
Copyright © 2014–2020 Nitor Creations. All rights reserved.