Automation Center properties
Summarize
Summary of Automation Center properties
Automation Center properties in ServiceNow allow you to configure and customize various aspects of the Automation Center workspace, reporting, action management, migration, and integration with related features such as Spotlight, Recommended Actions, and Now Assist. These properties enable you to optimize data retention, display settings, cost calculations, and system integration behavior to suit your organizational needs.
Show less
Key Properties and Their Uses
- Workspace Data Display and Retention:
snac.workspace.date.defaultnumofdayssets the default timeframe for data display in the workspace (default 7 days).snac.purgeautomationdataindayscontrols how long automation execution data, logs, and insights are retained (default 14 days).
- Reporting and Cost Savings:
snac.reportingcurrencydefines the currency used in dashboards and reports (default USD).snac.savingsaveragingwindowdetermines the moving average window for cost and time saved per run (default 4 runs).
- Spotlight Feature Integration:
snac.use.spotlight.score.for.requestsenables or disables the Spotlight scoring feature (default enabled).snac.use.spotlight.group.for.requestsstores the Spotlight group ID used by the system.
- Recommended Actions:
snac.userecommendedactionstoggles the Recommended Actions application within Automation Center (default disabled).
- Action Management:
snac.maxnumberofactionssets the max number of actions displayed in the action center.snac.maxnumberofrecentexecutionscontrols how many recent action executions are shown (default 12).snac.newactionthresholddefines how long the “New action” tag appears for new actions (default 12 days).
- Migration Accelerator:
snac.rpamigration.base.urlconfigures the base URL used during UiPath automation migration to RPA Hub.snac.pollingtimeoutmigrationreportsets the timeout duration for polling migration report status to avoid indefinite waits (default 300 ms).
- Now Assist for Automation Center:
snacassist.autocalculatesavingssets how many automations have savings auto-calculated (default 2).snacassist.enterprisedevhourlyratedefines the enterprise development hourly rate for savings calculations (default $50).snacassist.maxcalculatesavingslimits the maximum automations selectable for savings calculation at once (default 10).
- Additional Settings:
snac.pdiinstancetypesidentifies which instance types are considered Personal Developer Instances for agent creation.snac.lensimagebatchsizecontrols the number of images sent per call to the lens skill for image processing (recommended 5–10, default 8).
Practical Benefits for ServiceNow Customers
By configuring these properties, you can tailor the Automation Center environment to your company’s operational cadence and reporting requirements, enhance performance and usability of automation insights, control the visibility and lifecycle of actions, and streamline migration and integration processes. This ensures efficient automation management, improved cost and time savings visibility, and smoother adoption of advanced features like Spotlight and Now Assist.
You can access system properties for Automation Center by navigating to .
| Property | Description |
|---|---|
sn_ac.workspace.date.default_num_of_days |
Defines the default number of days that data is shown in the Automation Center workspace.
|
sn_ac.purge_automation_data_in_days |
Defines the number of days the automation execution data, import error logs, action logs data, and automation insights information is retained.
|
sn_ac.reporting_currency |
Defines the currency that is used in the Automation Center
dashboards and reports.
|
| sn_ac.savings_averaging_window | Calculates the moving average for cost and time saved per run.
|
| Property | Description |
|---|---|
sn_ac.use.spotlight.score.for.requests |
When turned on (by setting the value to True),
Spotlight feature is enabled in the Automation Center workspace.
|
sn_ac.use.spotlight.group.for.requests |
Stores the spotlight group sys_id to let the system know which spotlight
group to use.
|
| Property | Description |
|---|---|
sn_ac.use_recommended_actions |
When turned on (by setting the value to True),
Recommended Actions application is enabled in the Automation Center
workspace.
|
| Property | Description |
|---|---|
|
sn_ac.max_number_of_actions |
Sets the maximum number of actions to show in all actions section in action center.
|
| sn_ac.max_number_of_recent_executions | Controls the number of action log cards we want to show in the recent section in action center.
|
| sn_ac.new_action_threshold | Controls the number of days the "New action" tag should appear for the newly created actions.
|
| Property | Description |
|---|---|
| sn_ac.rpamigration.base.url |
When you migrate UiPath automations to RPA Hub using Automation Center, this URL is used. When you generate a report using repository URL, in the Base URL field this value is populated.
|
| sn_ac.polling_timeout_migration_report | Defines the maximum duration (in milliseconds/seconds) to wait while polling for the migration report status before the request times out. This ensures that long-running or stalled migration status checks do
not block the process indefinitely.
|
| Property | Description |
|---|---|
| sn_ac_assist.auto_calculate_savings | Defines the number of automations for which the time and cost savings will be automatically calculated.
|
| sn_ac_assist.enterprise_dev_hourly_rate | Defines the value of development hourly rate for enterprise.
|
| sn_ac_assist.max_calculate_savings | Defines the maximum number of automations that can be selected at once for calculation of the time and cost savings.
|
| sn_ac.pdi_instance_types | Controls which instance types are PDI (Personal Developer Instances). When creating an agent, you need an instance. When you create an instance, this property is used to decide which instance types are PDI.
|
| sn_ac.lens_image_batch_size | Number of images sent per call to the lens skill for image processing. Suggested range is from 5 to 10.
|