Interface FlowableProcessBusinessStatusUpdatedEvent

All Superinterfaces:
FlowableEngineEntityEvent, FlowableEngineEvent, FlowableEntityEvent, FlowableEvent
All Known Implementing Classes:
FlowableProcessBusinessStatusUpdatedEventImpl

public interface FlowableProcessBusinessStatusUpdatedEvent extends FlowableEngineEntityEvent
An event representing a process business status being updated.
Author:
Matthias Stöckli
  • Method Details

    • getOldBusinessStatus

      String getOldBusinessStatus()
      Returns the business status of the process before the update.
      Returns:
      the old business status
    • getNewBusinessStatus

      String getNewBusinessStatus()
      Returns the business status of the process after the update.
      Returns:
      the new business status