Table Description
Batch Process Description: A description of a batch process.

A description can help a batch operator identify and understand the purpose of a batch process when viewing a list of batch processes in the administration screens.

The definition of the batch process described is stored on Batch Process Definition.

Example

You design a new class in the Rose model called 'MyBatchClass' and create a new <<batch>> method called 'myBatchMethod'.

When you build and run your online application and login as an administrator, the System... Batch window will allow you to choose your batch process and assign it a more meaningful description.

Technical Notes

Each Batch Process Definition must have a corresponding Batch Process Description in order for it to be listed on the System... Batch window.

By default, an initial description is automatically generated at design time. The initial description will be the method name.

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
processDefNameYesNoThe name of the batch process.SVR_STRING<100>
processLongName  The descriptive name of the batch process.SVR_STRING<300>
description  A description of the batch process.SVR_STRING<2000>
batchType  The type of the batch process.SVR_STRING<10>
versionNo No SVR_INT32
lastWritten   SVR_DATETIME
Foreign Keys (1)
ChildParent
BatchProcDesc.processDefNameBatchProcDef.processDefName
Related Pages (10)