Interface FlowableConditionalEvent

All Superinterfaces:
FlowableActivityEvent, org.flowable.common.engine.api.delegate.event.FlowableEngineEvent, org.flowable.common.engine.api.delegate.event.FlowableEvent
All Known Implementing Classes:
FlowableConditionalEventImpl

public interface FlowableConditionalEvent extends FlowableActivityEvent
An FlowableEvent related to a conditional being sent to an activity.
  • Method Details

    • getConditionExpression

      String getConditionExpression()
      Returns:
      the condition expression of the conditional event.
    • getConditionLanguage

      String getConditionLanguage()
      Returns:
      the scripting language of the condition expression.