Table Description
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.

Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Attributes (4)
AttributeKeyNullableDescriptionDDL Type
paramNameYesNoThe name of the parameter.SVR_STRING<100>
processRequestIdYesNoThe ID of the batch process request.SVR_INT64
paramValue  The value of a parameter for a batch process request.SVR_STRING<100>
lastWritten   SVR_DATETIME
Foreign Keys (1)
ChildParent
BatchParamValue.processRequestIdBatchProcRequest.processRequestId
Related Pages (4)