Table Description
Batch Parameter Description: A description of a parameter to a batch process.

A description can help a batch operator identify and understand the purpose of each parameter to a batch process when viewing detail of a batch process in the administration screens.

The definition of the batch parameter described is stored on Batch Parameter Definition.

Example

You design a new batch method called MyBatchClass.myBatchMethod. In the administration screens, a batch operator can see that your process requires two parameters:

  • a start date; and
  • an end date.

Technical Notes

For more information see the Cúram Batch Processing Guide.

Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Attributes (6)
AttributeKeyNullableDescriptionDDL Type
paramNameYesNoThe name of a parameter in the batch process.SVR_STRING<100>
processDefNameYesNoThe name of the batch process.SVR_STRING<100>
description  A description of the parameter.SVR_STRING<2000>
defaultValue  The default value of the parameter.SVR_STRING<100>
versionNo No SVR_INT32
lastWritten   SVR_DATETIME
Foreign Keys (1)
ChildParent
BatchParamDesc.paramNameBatchParamDef.paramName
Related Pages (8)