Interface ActivitiCancelledEvent
- All Superinterfaces:
ActivitiEvent
- All Known Subinterfaces:
ActivitiActivityCancelledEvent, ActivitiProcessCancelledEvent
- All Known Implementing Classes:
ActivitiActivityCancelledEventImpl, ActivitiProcessCancelledEventImpl
An
ActivitiEvent related to cancel event being sent when activiti object is cancelled.-
Method Summary
Methods inherited from interface ActivitiEvent
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getType
-
Method Details
-
getCause
Object getCause()- Returns:
- the cause of the cancel event. Returns null, if no specific cause has been specified.
-