Class AsyncLeaveJobHandler

  • All Implemented Interfaces:
    JobHandler

    public class AsyncLeaveJobHandler
    extends Object
    implements JobHandler
    Author:
    Joram Barrez
    • Constructor Detail

      • AsyncLeaveJobHandler

        public AsyncLeaveJobHandler()
    • Method Detail

      • isAsyncLeaveWithSpecificSequenceFlow

        protected boolean isAsyncLeaveWithSpecificSequenceFlow​(com.fasterxml.jackson.databind.JsonNode jobConfigurationJson)
      • determineSequenceFlow

        protected org.flowable.bpmn.model.SequenceFlow determineSequenceFlow​(JobEntity job,
                                                                             ExecutionEntity executionEntity,
                                                                             com.fasterxml.jackson.databind.JsonNode jobConfigurationJson)
      • createJobConfiguration

        public static String createJobConfiguration​(ProcessEngineConfiguration processEngineConfiguration,
                                                    org.flowable.bpmn.model.SequenceFlow sequenceFlow)