Interface ConditionalResult

All Superinterfaces:
CanCopy<ConditionalResult>, HasId<ResultId>, HasParent<ConditionalResult,Transition>, Model<ConditionalResult,ResultId>, OriginAware<ConditionalResult>, Result<ConditionalResult>, Validatable

Represents a conditional result that is executed when specific conditions are met. ConditionalResult extends the base Result interface to provide conditional execution based on workflow attributes and state.
Since:
1.0
See Also:
  • Method Details

    • getConditions

      ConditionGroup getConditions()
      Gets the conditions that determine when this result should be executed.
      Returns:
      the conditions for this conditional result