Interface FlowableJobRescheduledEvent

  • All Superinterfaces:
    org.flowable.common.engine.api.delegate.event.FlowableEntityEvent, org.flowable.common.engine.api.delegate.event.FlowableEvent
    All Known Implementing Classes:
    FlowableJobRescheduledEventImpl

    public interface FlowableJobRescheduledEvent
    extends org.flowable.common.engine.api.delegate.event.FlowableEntityEvent
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getRescheduledJobId()  
      • Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEntityEvent

        getEntity
      • Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent

        getType
    • Method Detail

      • getRescheduledJobId

        String getRescheduledJobId()
        Returns:
        the job id of the original job that was rescheduled