Interface FlowableConditionalEvent
-
- All Superinterfaces:
FlowableActivityEvent,FlowableEngineEvent,FlowableEvent
- All Known Implementing Classes:
FlowableConditionalEventImpl
public interface FlowableConditionalEvent extends FlowableActivityEvent
AnFlowableEventrelated to a conditional being sent to an activity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetConditionExpression()-
Methods inherited from interface org.flowable.engine.delegate.event.FlowableActivityEvent
getActivityId, getActivityName, getActivityType, getBehaviorClass
-
Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEngineEvent
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getScopeDefinitionId, getScopeId, getScopeType, getSubScopeId
-
Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent
getType
-
-
-
-
Method Detail
-
getConditionExpression
String getConditionExpression()
- Returns:
- the condition expression of the conditional event.
-
-