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 org.flowable.common.engine.api.delegate.event.FlowableEngineEvent
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getScopeDefinitionId, getScopeId, getScopeType, getSubScopeIdMethods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEntityEvent
getEntityMethods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent
getType
-
Method Details