public interface UpdateProcessInstanceSuspensionStateSelectBuilder extends UpdateProcessInstancesRequest
Modifier and Type | Method and Description |
---|---|
UpdateProcessInstanceSuspensionStateBuilder |
byProcessDefinitionId(String processDefinitionId)
Selects the instances of the process definition with the given id.
|
UpdateProcessInstanceSuspensionStateTenantBuilder |
byProcessDefinitionKey(String processDefinitionKey)
Selects the instances of the process definitions with the given key.
|
UpdateProcessInstanceSuspensionStateBuilder |
byProcessInstanceId(String processInstanceId)
Selects the process instance with the given id.
|
byHistoricProcessInstanceQuery, byProcessInstanceIds, byProcessInstanceIds, byProcessInstanceQuery
UpdateProcessInstanceSuspensionStateBuilder byProcessInstanceId(String processInstanceId)
processInstanceId
- id of the process instanceUpdateProcessInstanceSuspensionStateBuilder byProcessDefinitionId(String processDefinitionId)
processDefinitionId
- id of the process definitionUpdateProcessInstanceSuspensionStateTenantBuilder byProcessDefinitionKey(String processDefinitionKey)
processDefinitionKey
- key of the process definitionCopyright © 2022. All rights reserved.