Package io.camunda.client.api.command
Interface EvaluateConditionalCommandStep1.EvaluateConditionalCommandStep2
- All Superinterfaces:
CommandWithTenantStep<EvaluateConditionalCommandStep1.EvaluateConditionalCommandStep2>,FinalCommandStep<EvaluateConditionalResponse>
- All Known Implementing Classes:
EvaluateConditionalCommandImpl
- Enclosing interface:
EvaluateConditionalCommandStep1
public static interface EvaluateConditionalCommandStep1.EvaluateConditionalCommandStep2
extends CommandWithTenantStep<EvaluateConditionalCommandStep1.EvaluateConditionalCommandStep2>, FinalCommandStep<EvaluateConditionalResponse>
-
Field Summary
Fields inherited from interface io.camunda.client.api.command.CommandWithTenantStep
DEFAULT_TENANT_IDENTIFIER -
Method Summary
Modifier and TypeMethodDescriptionprocessDefinitionKey(long processDefinitionKey) Set the key of the process definition to evaluate conditional start events for.Methods inherited from interface io.camunda.client.api.command.CommandWithTenantStep
tenantIdMethods inherited from interface io.camunda.client.api.command.FinalCommandStep
execute, requestTimeout, send
-
Method Details
-
processDefinitionKey
EvaluateConditionalCommandStep1.EvaluateConditionalCommandStep2 processDefinitionKey(long processDefinitionKey) Set the key of the process definition to evaluate conditional start events for. If a key is not set, the root-level conditional start events across all process definitions will be evaluated.This value will be used to evaluate only the conditional start events of the specified process definition.
- Parameters:
processDefinitionKey- the key of the process definition- Returns:
- the builder for this command
-