public class QueryWorkflowInstances extends ModelObject
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryWorkflowInstances.Builder
Builder for workflow instance queries.
|
| Modifier and Type | Field and Description |
|---|---|
String |
businessKey
External business key.
|
String |
externalId
External identifier.
|
List<Long> |
ids
Workflow instance identifiers.
|
boolean |
includeActions
Setting this to true will make the query return also workflow actions.
|
boolean |
includeActionStateVariables
Setting this to true will make the query return also the updated state variables for workflow actions.
|
boolean |
includeChildWorkflows
Setting this to true will make the query return also the created child workflow instance IDs.
|
boolean |
includeCurrentStateVariables
Setting this to true will make the query return also the current state variables for the workflow.
|
Long |
maxActions
The maximum number of actions to be returned for each instance by the query.
|
Long |
maxResults
The maximum number of instances to be returned by the query.
|
Long |
parentActionId
Parent workflow action id.
|
Long |
parentWorkflowId
Parent workflow instance id.
|
List<String> |
states
Workflow instance states.
|
List<WorkflowInstance.WorkflowInstanceStatus> |
statuses
Workflow instance statuses.
|
List<String> |
types
Workflow instance definition type.
|
public Long parentWorkflowId
public Long parentActionId
public final List<WorkflowInstance.WorkflowInstanceStatus> statuses
public final String businessKey
public final String externalId
public final boolean includeActions
public final boolean includeCurrentStateVariables
public final boolean includeActionStateVariables
public final boolean includeChildWorkflows
public final Long maxResults
public final Long maxActions
Copyright © 2014–2020 Nitor Creations. All rights reserved.