Interface FlowableCaseBusinessStatusUpdatedEvent

All Superinterfaces:
FlowableEngineEntityEvent, FlowableEngineEvent, FlowableEntityEvent, FlowableEvent

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

    • getOldBusinessStatus

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

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