Interface JobChainCallOutParameter

    • Field Detail

      • VERSION_JOBCHAINCALLOUTPARAMETER

        static final com.redwood.scheduler.infrastructure.logging.Versions VERSION_JOBCHAINCALLOUTPARAMETER
    • Method Detail

      • setJobParameter

        void setJobParameter​(Job job)
        Perform the required processing to set the target job parameter. Can throw runtime exception ParameterInMappingNotFoundException if the job definition parameter cannot be found on the job.
        Parameters:
        job - The context job (must be a call) for the mapping.