Configuring Batch Processing with a Custom Business Service
If a custom business service that you define includes a loop that processes every business component record, and if it runs business service code on each of these records, then you must consider how this configuration uses the server component. The following table compares how the two server components work in this situation.
Server Component | Description |
---|---|
Workflow Process Manager |
The business service and the loop handle every record at one time. It is recommended that you use this configuration to run this business service and the Workflow Process. |
Workflow Process Batch Manager |
The business service for the Workflow Process already contains a loop. Using Workflow Process Batch Manager causes the business service loop to run for every record in the primary business component. This configuration can result in undesirable duplicate and repeated execution. |