Interface PriorityProvider<T>

    • Method Detail

      • determinePriority

        long determinePriority​(ExecutionEntity execution,
                               T param,
                               java.lang.String jobDefinitionId)
        Parameters:
        execution - may be null when the job is not created in the context of a running process instance (e.g. a timer start event)
        param - extra parameter to determine priority on
        jobDefinitionId - the job definition id if related to a job
        Returns:
        the determined priority