execute_background_script
Run server-side JavaScript on a ServiceNow instance in the background, enabling custom scripts to execute outside the request lifecycle for automation and development tasks.
Instructions
Execute a background script on the instance (server-side JavaScript). [Scripting]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Application scope (default global) | |
| script | Yes | JavaScript code to execute |