Interface FlowableJobRescheduledEvent
- All Superinterfaces:
FlowableEntityEvent
,FlowableEvent
- All Known Implementing Classes:
FlowableJobRescheduledEventImpl
-
Method Summary
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 Details
-
getRescheduledJobId
String getRescheduledJobId()- Returns:
- the job id of the original job that was rescheduled
-