Interface OutParametersScriptObject

  • All Superinterfaces:
    com.redwood.scheduler.api.scripting.ScriptObject

    public interface OutParametersScriptObject
    extends com.redwood.scheduler.api.scripting.ScriptObject
    This interface has a read-only property for each parameter on the job it represents. It is generally published as parameters (where it represents the parameters of the current job), or chainParameters (where it represents the parameters of the current chain). The value of the property is the output value of the specified property. It is not possible to assign to these values. Examples:
    • chainParameters.TotalSales - the output value of the parameter 'TotalSales' on the current job chain.
    • Method Summary

      • Methods inherited from interface com.redwood.scheduler.api.scripting.ScriptObject

        getMember