public interface UpdateProcessDefinitionSuspensionStateSelectBuilder
Modifier and Type | Method and Description |
---|---|
UpdateProcessDefinitionSuspensionStateBuilder |
byProcessDefinitionId(String processDefinitionId)
Selects the process definition with the given id.
|
UpdateProcessDefinitionSuspensionStateTenantBuilder |
byProcessDefinitionKey(String processDefinitionKey)
Selects the process definitions with the given key.
|
UpdateProcessDefinitionSuspensionStateBuilder byProcessDefinitionId(String processDefinitionId)
processDefinitionId
- id of the process definitionUpdateProcessDefinitionSuspensionStateTenantBuilder byProcessDefinitionKey(String processDefinitionKey)
processDefinitionKey
- key of the process definitionCopyright © 2020. All rights reserved.