Interface FlowableCancelledEvent
- All Superinterfaces:
FlowableEngineEvent, FlowableEvent
- All Known Subinterfaces:
FlowableActivityCancelledEvent, FlowableMultiInstanceActivityCancelledEvent
- All Known Implementing Classes:
FlowableActivityCancelledEventImpl, FlowableMultiInstanceActivityCancelledEventImpl, FlowableProcessCancelledEventImpl
- Author:
- martin.grofcik
-
Method Summary
Methods inherited from interface FlowableEngineEvent
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getScopeDefinitionId, getScopeId, getScopeType, getSubScopeIdMethods inherited from interface FlowableEvent
getType
-
Method Details
-
getCause
Object getCause()- Returns:
- the cause of the cancel event. Returns null, if no specific cause has been specified.
-