HCL Workload Automation, Version 9.4

Disable and customize the creation of predefined tasks

This section defines the environment for which predefined tasks are created.

precannedTaskCreation
Some predefined tasks are created by default and are available when you log in to the console. There is a predefined Monitor task for every object, for both z/OS® and distributed engines. Default value is all. To change this setting, use one of the following values:
all
All predefined tasks are created. This is the default.
distributed
Only predefined tasks for distributed engines are created
zos
Only predefined tasks for z/OS engines are created
none
No predefined task is created.
<?xml version"1.0"?>
<tdwc>
.
.
 <settings>
<application>
<property name="precannedTaskCreation" value="all"/>
</application>
 </settings>
.
.
</tdwc>
See TdwcGlobalSettings.xml sample to view the complete syntax for the file.

For more information about how to customize global settings, see Customizing your global settings.