Once you deploy manually triggered tasks, manually triggered workflows, or event-driven workflows to the production environment, use Operation Center to view, run, and manage them through list views or DAGs.
Nodes submitted to Operation Center do not run automatically. Run them manually as described in this topic.
Version support:
-
Data Development (Data Studio) (New Version): supports manually triggered tasks, manually triggered workflows, and event-driven workflows.
-
Data Development (DataStudio) (Old Version): supports manually triggered workflows only.
Prerequisites
Before you begin, ensure that you have:
-
Deployed manually triggered tasks, manually triggered workflows, or event-driven workflows to the production environment. See Create a manually triggered task, Create a manually triggered workflow, or Create an event-driven workflow
Go to the Manual Task page
-
Log on to the DataWorks console. In the top navigation bar, select the target region.
-
In the left navigation pane, choose Data Development and O&M > Operation Center. Select your workspace from the drop-down list and click Go to Operation Center.
-
In the left navigation pane, click Manually Triggered Node O&M > Manual Triggered Nodes.
Manage manually triggered tasks
On the Manually Triggered Tasks tab, filter tasks by Task Name, Task Type, Scheduling Resource Group, or other conditions.
| Operation | Description |
|---|---|
| DAG | Click DAG in the Actions column to open the task's DAG. View code, lineage, and other details in the DAG. |
| Run | Click Run, configure run parameters in the dialog box, and click OK to trigger a Manually Triggered Instance. |
| View Instances | Click View Instances to open the Manual Instance tab on the Manual Instance page. |
| More | Click More to access Change Owner, Modify Scheduling Resource Group, and Unpublish Node. |
| Batch Operations | Select multiple tasks to run Modify Scheduling Resource Group or Unpublish Node in bulk. |
Run parameters for manually triggered tasks
Configure the following parameters when you click Run:
| Parameter | Description |
|---|---|
| Data Timestamp | Select one or more data timestamp ranges, including past or future dates. If you select multiple timestamps, the system runs them sequentially in timestamp order. |
| Order | Run tasks in chronological or reverse chronological order of data timestamps. |
Manage event-driven workflows
On the Event-Driven Workflow tab, filter workflows by Task Name, Trigger, or other conditions.
| Operation | Description |
|---|---|
| DAG | Click DAG in the Actions column to open the workflow's DAG. |
| Run | Click Run, configure run parameters in the dialog box, and click Run to trigger an Event-driven Workflow Instance. |
| View Instances | Click View Instances to open the Event-Driven Workflow Instance tab on the Manual Instance page. |
| More | Click More to access Change Owner and Unpublish. |
| Batch Operations | Select multiple workflows to run Modify Scheduling Resource Group or Unpublish in bulk. |
Run parameters for event-driven workflows
Configure the following parameters when you click Run:
| Parameter | Description |
|---|---|
| Data Timestamp | Select one or more data timestamp ranges, including past or future dates. If you select multiple timestamps, the system runs them sequentially in timestamp order. |
| Run Policy | Configure alert settings for the workflow run. |
| Order | Run in chronological or reverse chronological order of data timestamps. |
Manage manually triggered workflows
On the Manually Triggered Workflow tab, filter workflows by Task Name, Tag, My Nodes, Modified Today, or other conditions.
| Operation | Description |
|---|---|
| DAG | Click DAG in the Actions column to open the workflow's DAG. |
| Run | Click Run, configure run parameters in the dialog box, and click Run to trigger a Manually Triggered Workflow Instance. |
| View Instances | Click View Instances to open the Manually Triggered Workflow Instance tab on the Manual Instance page. |
| More | Click More to access Change Owner, Modify Scheduling Resource Group, and Unpublish Manually Triggered Workflow. |
| Batch Operations | Select multiple workflows to run Modify Scheduling Resource Group or Unpublish Manually Triggered Workflow in bulk. |
Run parameters for manually triggered workflows
Configure the following parameters when you click Run:
| Parameter | Description |
|---|---|
| Range | Run the entire workflow or select specific nodes. |
| Data Timestamp | Select one or more data timestamp ranges, including past or future dates. If you select multiple timestamps, the system runs them sequentially in timestamp order. |
| Workflow Parameters | If the workflow uses parameters defined during development, assign values before running. See Use workflow parameters. |
| Order | Run in chronological or reverse chronological order of data timestamps. |
In list mode, the entire workflow runs. Nodes with dependencies run top to bottom following their dependency order; nodes without dependencies run simultaneously.
Manage task DAGs
Click a workflow name or DAG in the Actions column to open the task's DAG. Right-click any node to access the following operations.
| Operation | Description |
|---|---|
| View Code | View the code of the selected node. |
| Edit Node | Go to the Data Development page to edit the workflow. |
| View Instances | View instance records for the selected node on the Manual Instance page. |
| View Lineage | View the task lineage diagram. |
| Modify Scheduling Resource Group | Change the scheduling resource group for the selected node. Available for manually triggered tasks and manually triggered workflows only. |