The document discusses best practices for using JavaScripts in CA Workload Automation. JavaScripts can be invoked at the Event, Application, and Job level to automate tasks and set properties. Key points include:
- JavaScripts are commonly used as pre-processors at Event trigger time or post-processors at job run time.
- JavaScripts can be defined in the Event, Application, or Job definitions and invoked from the JavaScript Repository or embedded.
- Properties like job names and frequencies must be set at Event trigger time while arguments can be set at run time.
- Prefixes like ESP, APPL, and WOB determine the scope of symbolic variables set by JavaScripts.