Description
This page allows you to modify a batch process. Batch processes are "mini-programs" that execute on your application server. Batch processes are defined as part of the Cúram application development process. The Cúram administration application allows users to request the execution of a batch process on-line. Typically, your organization uses this functionality to allow users to schedule reports. The batch process is not executed immediately, rather, it is placed on a queue that executes when the Cúram Batch Launcher is initiated. By default, all batch processes are displayed on the Cúram client batch process list page; however, it is likely that you do not want users to have access to all of the batch processes. In most cases, on-line users should only have access to the reporting batch processes. You should customize the list of batch process to meet your needs.
Page Preview
Page Flow Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions. Fullscreen
Fields
LabelTypeDescriptionMandatory
ProcessPROCESS_DEFINITION_NAMEExecutable used by the batch process. Batch Process cannot be modified.No
TypeBP_BATCH_TYPEType of the batch process e.g., archiving batch process or reporting batch process. The batch process type relates to a coded description of the batch process. Using these batch process types, you can classify and group together similar batch processes.No
NamePROCESS_LONG_NAMEName of the batch process. No
DescriptionBATCH_DESCRIPTIONBatch process description.No
Links and Actions
Page Level Actions
LabelDescription
CancelThe Cancel action dismisses the page.
SaveThe Save action updates the record using the information entered on the page.
Messages
When page is loaded
MessageMessage CatalogConfigurableConfigurable Validation Reference ID
An Exception occurred as the timeout has been reached and the transaction has been rolled back.LinkNo
The login ID %1s does not map to a user name.LinkNo
When page is submitted
MessageMessage CatalogConfigurableConfigurable Validation Reference ID
An Exception occurred as the timeout has been reached and the transaction has been rolled back.LinkNo
Process definition not found - %1sLinkNo
The login ID %1s does not map to a user name.LinkNo
Related Entities
Technical Information
Page IDSystem_modifyBatchProcessFromList
LocationC:\Users\david\dev\src\esystems-inc\Curam_V8_IS\webclient\components\core\System\BatchProcess\System_modifyBatchProcessFromList.uim
Page Load InterfaceSystem.readBatchProcess
Page Submit InterfaceSystem.modifyBatchProcess
Linked From PagesSystem_listBatchProcess