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>
  • 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