Scheduler and workflow parameters

Guidewire provides the following configuration parameters in the config.xml file that relate to batch process scheduler and workflow.

For information on editing config.xml and setting configuration parameters, see Working with configuration parameters.

SchedulerEnabled

Whether to enable the internal batch process application scheduler. See Administering PolicyCenter processes for more information on batch processes and the scheduler.

Default: true

Dynamic: Yes

WorkflowLogDebug

Configuration parameter WorkflowLogDebug takes a Boolean value:

  • If set to true, PolicyCenter outputs the ordinary verbose system workflow log messages from the Guidewire server to the workflow log.
  • If set to false, PolicyCenter does not output any of the ordinary system messages.

The setting of this parameter does not have any effect on calls to log workflow messages made by customers. Therefore, all customer log messages are output. If customers experience too many workflow messages being written to the xx_workflowlog table, Guidewire recommends that you set this parameter to false.

Default: true

WorkflowLogPurgeDaysOld

Number of days to retain workflow log information before PurgeWorkflowLogs batch processing deletes it.

See Purge Workflow Logs batch process for details.

Default: 30

WorkflowPurgeDaysOld

Number of days to retain workflow information before PurgeWorkflows batch processing deletes it.

See Purge Workflows batch process for details.

Default: 60

WorkflowStatsIntervalMins

Aggregation interval in minutes for workflow timing statistics. Statistics such as the mean, standard deviation, and similar statistics used in reporting on the execution of workflow steps all use this time interval. A value of 0 disables statistics reporting.

Default: 60