Class TimerJobSchedulerImpl

    • Constructor Detail

    • Method Detail

      • rescheduleTimerJobAfterExecution

        public void rescheduleTimerJobAfterExecution​(JobEntity timerJob,
                                                     org.flowable.variable.api.delegate.VariableScope variableScope)
        Description copied from interface: TimerJobScheduler
        Re-schedule a timer job once it has finished with its execution.
        Specified by:
        rescheduleTimerJobAfterExecution in interface TimerJobScheduler
        Parameters:
        timerJob - the job that was executed
        variableScope - the variable scope in which it was executed.
      • scheduleTimer

        protected void scheduleTimer​(TimerJobEntity timerJob)
      • sendTimerScheduledEvent

        protected void sendTimerScheduledEvent​(TimerJobEntity timerJob)