Scheduled Script Status Page

The Scheduled Script Status page shows the current and past runtime statuses for submitted scheduled script instances in your account.

Schedule Script Status page.

You’ve got two ways to access the Scheduled Script Status page. How you open the page determines which view you’ll see first. Each view shows the same information but in a different order.

You can filter the scheduled scripts by Date, From, To, Script, Deployment ID, Queue, Status, or API Version.

Important:

Script execution details get deleted after 30 days. The statuses on the Scheduled Script Status page aren’t the same as those on the Script Deployment page. On the Script Deployment page, statuses like Not Scheduled, Scheduled, or Testing show the deployment type. On the Scheduled Script Status page, statuses show where your script is in its execution.

The following table describes each field on the page.

Field

Description

API Version

The API Version specified in the script using the @API Version JSDoc tag for the current version of the script. This means that if you submit a scheduled script using @API Version 2.0 and then submit it a second time using @API Version 2.1, the version that is shown in the API Version field will be 2.1 for all listings of the script.

Deployment ID

The deployment ID for the deployment record for the scheduled script.

Date Created

The date the script was created.

Status

The execution status for the scheduled script. This status will be one of the following:

  • Canceled – This status indicates that due to a NetSuite server error, the script was canceled before or during script execution.

  • Complete – This status indicates the script completed normally.

  • Deferred – This status indicates that the script is eligible for processing, but has not been processed due to processing constraints. For example, deferred status occurs when one job must wait for another job to finish.

  • Failed – This status indicates that the script has been processed, but failed to complete normally. If your script failed, check it for possible errors.

  • Pending – This status indicates that the script has been submitted and is waiting to be processed.

  • Processing – This status indicates the script is currently running.

  • Retry – This status indicates that the script entered the processing state, but failed to complete normally. In this case, the script is eligible to be retried. The script retries automatically, so you don’t need to create a new deployment. Check the script log to find out why it failed the first time (like a timeout, for example).

Start

The time the scheduled script execution started.

End

The time the scheduled script execution ended.

Priority

The priority for the scheduled script. For more information about priorities, see SuiteCloud Processors Priority Levels.

Queue

The queue for the scheduled script. This field only pertains to scheduled script deployments that occurred before the introduction of SuiteCloud Processors. For more information, see Scheduled Script Deployments that Continue to Use Queues.

% Complete

The script's percentage of completion. This field shows the following values:

  • 0% - Shown when Status is Pending or Processing

  • 100% - Shown when Status is Completed

Note:

You can’t script this field.

Related Topics

General Notices