Description
This page allows you to add a new batch process to the list of batch processes available for execution. Batch processes are executables or "mini-programs" that process a large number of records according to set parameters. Because this can slow down the system, batch processing is usually delayed until the system is offline, e.g., at night. An example of a batch process is DetermineProductDeliveryEligibility. This batch process is used to activate a large number of cases at once and is therefore run as a batch process so as to minimize system delays.
Page Preview
Page Flow Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions. Fullscreen
Fields
LabelTypeDescriptionMandatory
NamePROCESS_LONG_NAMEBatch process name.No
TypeBP_BATCH_TYPEThe batch process type, e.g., archiving batch process, 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
DescriptionBATCH_DESCRIPTIONBatch process description.No
Available Executables
LabelTypeDescriptionMandatory
Available ExecutablesPROCESS_DEFINITION_NAMENo
Links and Actions
Page Level Actions
LabelDescription
CancelThe Cancel action dismisses the page.
SaveThe Save action creates a new record from 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
There are no available executables to create a new batch process.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
At least one executable must be selected.LinkNo
Process definition not found - %1sLinkNo
The login ID %1s does not map to a user name.LinkNo
Related Entities
Technical Information
Page IDSystem_createBatchProcess
LocationC:\Users\david\dev\src\esystems-inc\Curam_V8_IS\webclient\components\core\System\BatchProcess\System_createBatchProcess.uim
Page Load InterfaceSystem.listBatchProcessesWithoutDesc
Page Submit InterfaceSystem.createBatchProcess
Linked From PagesSystem_listBatchProcess