Interface FlowableProcessTerminatedEvent
- All Superinterfaces:
org.flowable.common.engine.api.delegate.event.FlowableEntityEvent
,org.flowable.common.engine.api.delegate.event.FlowableEvent
- All Known Implementing Classes:
FlowableProcessTerminatedEventImpl
public interface FlowableProcessTerminatedEvent
extends org.flowable.common.engine.api.delegate.event.FlowableEntityEvent
Event extends default
FlowableEntityEvent
with the cause of termination- Author:
- martin.grofcik
-
Method Summary
Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEntityEvent
getEntity
Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent
getType
-
Method Details
-
getCause
Object getCause()- Returns:
- the cause of the cancel event. Returns null, if no specific cause has been specified.
-