All Products
Search
Document Center

DataWorks:Operating history

Last Updated:Jun 20, 2026

The Operating history pane displays records for all nodes you have run in DataStudio over the past three days. You can click a record to view its run log.

Note

The Operating history pane displays only runs performed by the current account in DataStudio over the past three days. To view the daily run status of scheduled tasks, go to Operation Center > Cycle Instance and view the run logs for the instance nodes.

View operating history

  1. Log on to the DataWorks console and click DataStudio for the target workspace.

  2. In the left-side navigation pane, click Operating history. By default, this pane displays all nodes.

    From the status drop-down list, select a status to filter the nodes.

    The available statuses are All, Succeeded, Failed, Waiting for resource, Pending, Running, and Stopped.

  3. Click a record to view its run log in the right-side pane.

    SELECT '123';
    set SKYNET_ONDUTY=1912232488744735;
    set SKYNET_TENANT_ID=-;
    set SKYNET_DAGTYPE=-;
    set WRAPPER_SQLSEQ=1;
    set WRAPPER_RETRYNUM=1;
    set biz_id=-_20190903_-_1_woxxx-;
    SELECT '123';
    Failed: ODPS-0420095: Access Denied - Authorization Failed [4003], You have NO privilege to do the restricted operation on enied.  Context ID:2/3f0c4a-462f-4add-b418-595d18f1006e.
    2019-09-03 14:36:30 INFO ================================================================
    2019-09-03 14:36:30 INFO Exit code of the Shell command 1
    2019-09-03 14:36:30 INFO --- Invocation of Shell command completed ---
    2019-09-03 14:36:30 ERROR Shell run failed!
    2019-09-03 14:36:30 ERROR Current task status: ERROR
    2019-09-03 14:36:30 INFO Cost time is: 1.598s

Stop a running node

You can use this pane to find and stop a running node.

In the Operating history pane, select running from the status drop-down list. Click the target record, and then click Stop in the details pane on the right.

Save as an ad hoc node

To reuse the SQL statement from a run record, click Save.

In the Create Node dialog box, configure the node parameters and click OK.