Batch Parameter Value:
A value of a batch parameter to be used for a particular invocation of a batch process.
Example User Ronan Rooney requests that the batch process MyBatchClass.myBatchMethod should be executed, with the parameters:
- Start Date = 1st January 2000; and
- End Date = 31st December 2000.
The Cúram Server stores the request on Batch Process Request and also stores two rows on this table (one for each parameter value).
At some later stage (perhaps after the online day), a batch operator starts the Cúram Batch Launcher, which:
- invokes the batch process MyBatchClass.myBatchMethod which User Ronan Rooney requested, passing in the start date 1st January 2000 and end date 31st December 2000; and
- after successful invocation, removes the rows from this table.
Technical Notes For more information on the Cúram Batch Launcher, see the Cúram Operations Guide and the Cúram Batch Processing Guide.
|