Class JobThresholdExecutionProcessor

java.lang.Object
com.flowable.platform.engine.impl.sandbox.job.JobThresholdExecutionProcessor
All Implemented Interfaces:
org.flowable.job.service.JobProcessor

public class JobThresholdExecutionProcessor extends Object implements org.flowable.job.service.JobProcessor
Author:
Filip Hrisafov
  • Constructor Details

    • JobThresholdExecutionProcessor

      public JobThresholdExecutionProcessor()
  • Method Details

    • process

      public void process(org.flowable.job.service.JobProcessorContext jobProcessorContext)
      Specified by:
      process in interface org.flowable.job.service.JobProcessor
    • processBeforeExecuteRuntimeJob

      protected void processBeforeExecuteRuntimeJob(org.flowable.job.service.impl.persistence.entity.AbstractRuntimeJobEntity runtimeJob, int maxAllowedElementRepetitions)
    • processBeforeCreateRuntimeJob

      protected void processBeforeCreateRuntimeJob(org.flowable.job.service.impl.persistence.entity.AbstractRuntimeJobEntity runtimeJob, int maxAllowedElementRepetitions)