Interface FlowableProcessBusinessStatusUpdatedEvent
- All Superinterfaces:
FlowableEngineEntityEvent, FlowableEngineEvent, FlowableEntityEvent, FlowableEvent
- All Known Implementing Classes:
FlowableProcessBusinessStatusUpdatedEventImpl
An event representing a process business status being updated.
- Author:
- Matthias Stöckli
-
Method Summary
Modifier and TypeMethodDescriptionReturns the business status of the process after the update.Returns the business status of the process before the update.Methods inherited from interface FlowableEngineEvent
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getScopeDefinitionId, getScopeId, getScopeType, getSubScopeIdMethods inherited from interface FlowableEntityEvent
getEntityMethods inherited from interface FlowableEvent
getType
-
Method Details