Uses of Interface
com.redwood.scheduler.api.model.JobChainCallInParameter
-
Packages that use JobChainCallInParameter Package Description com.redwood.scheduler.api.model Scheduler API - Model -
-
Uses of JobChainCallInParameter in com.redwood.scheduler.api.model
Subinterfaces of JobChainCallInParameter in com.redwood.scheduler.api.model Modifier and Type Interface Description interface
JobChainCallInExpressionParameter
Maps the value of an expression to an IN parameter for the JobDefinition.interface
JobChainCallInReferenceParameter
Maps an output value from a job in a previous step, or an input value from the job chain to an IN parameter for the JobDefinition.
-