Table Description
Batch Parameter Definition: A parameter type required by a batch process.

Each batch process (Batch Process Definition) may require a number of parameters at the time it is launched. The definition of these parameter types is held on this table.

The actual parameter values used for a given invocation of a batch process are stored on Batch Parameter Value.

Example

You design a new batch method called MyBatchClass.myBatchMethod. This method requires 2 parameters:

  • a start date; and
  • an end date.

At model generation time, SQL will be created which will insert two rows onto the Batch Parameter Definition table (one for each parameter).

Technical Notes

For more information see the Cúram Server Modelling 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>
processDefNameYesNoThe name of the batch process.SVR_STRING<100>
paramType  The parameter type.SVR_STRING<100>
lastWritten   SVR_DATETIME
Foreign Keys (2)
ChildParent
BatchParamDef.processDefNameBatchProcDef.processDefName
BatchParamDesc.paramNameBatchParamDef.paramName
Related Pages (11)