Configuring the different processing types in Studio
To access information about the PolicyCenter processing types, open the following files in Studio:
- BatchProcessType.ttx – Provides the name and codes for each processing type.
- work-queue.xml – Provides the name of the backing class and number of work instances for a processing type.
- scheduler-config.xml – Provides the schedule for any process that is Schedulable.
The number of worker tasks is important if zero (0). Setting the number of worker tasks to 0 disables the work queue as there are no workers to perform the work. To enable the work queue, set the number of workers to greater than zero.
