sysauto_script
Contains scripted scheduled jobs that execute automated actions at defined intervals.
Columns
| Name | Type | ReadOnly | References | Description |
| condition | String | False |
Specifies the condition that must be met for the scheduled script to execute automatically. | |
| run_start | Datetime | False |
Defines the date and time when the scheduled script begins execution. | |
| active | String | False |
Indicates whether the scheduled script is currently active and allowed to run. | |
| run_time | Datetime | False |
Specifies the exact time of day when the scheduled script should execute. | |
| run_dayofweek | String | False |
Defines the days of the week on which the scheduled script runs. | |
| run_as_tz | String | False |
Specifies the time zone context in which the script executes to ensure consistent scheduling across regions. | |
| upgrade_safe | String | False |
Indicates whether the scheduled script is preserved during system upgrades. | |
| conditional | String | False |
Determines whether the script runs only if specific conditions are met. | |
| run_period | Datetime | False |
Defines the recurrence interval or frequency for executing the scheduled script. | |
| name | String | False |
Specifies the display name of the scheduled script for identification and management. | |
| run_dayofmonth | String | False |
Defines the specific days of the month when the script should run. | |
| run_type | String | False |
Indicates the scheduling type, such as recurring, one-time, or interval-based execution. | |
| run_as | String | False |
Specifies the user account under which the script runs, determining execution permissions. | |
| sys_id [KEY] | String | False |
Provides the system identifier (sys_id) for the scheduled script record. | |
| script | String | False |
Contains the script logic or code that executes when the scheduled job runs. |