Manage integration and computing tasks

更新时间: 2026-06-23 12:35:07

The Integration and Computing Tasks page lists computing, sync, and integration tasks. Each task corresponds to a scheduling node, and you can view and manage tasks from the node perspective.

Entry point to the Integration and Compute Tasks page

  1. In the top menu bar of the Dataphin homepage, choose Development > Operation Center.

  2. In the left navigation pane, select Task O&M > Auto-triggered Tasks.

  3. In the top menu bar, select the production or development environment.

  4. On the Recurring Task page, click the Integration and Computing Tasks tab.

Operations in the Integration and Computing Tasks list

After you submit integration and computing tasks to the Operation Center, they appear in the Recurring Task > Integration and Computing Tasks list. The list shows the task object, recurrence, priority, owner, related baselines, project, schedule resource group, last update time, tags, and available operations.

  • Task Object: An auto-triggered script task that is submitted to the Operation Center. The script name, script ID, and scheduling method of the task are displayed. For more information, see Scheduling methods.

  • Recurrence: The time when the task is scheduled to run in the scheduling time zone.

  • Priority: The priority of the task. If the baseline feature is enabled, the task uses the highest priority among its related baselines, which overwrites the original priority of the task.

  • Related Baselines: The baselines related to the task. This includes baselines for which the task is a descendant node and baselines that include the task as a protected ancestor node.

    Note

    This field is not displayed if the baseline feature is disabled.

  • Project: The project to which the task belongs. The project is displayed in the Project English name (Project Chinese name) format.

  • Resource Group: The name of the schedule resource group that is used by the instance at runtime.

    If the custom resource group specified for the task is not active, the project default resource group is used. If the project default resource group is also not active, the tenant default resource group is used. The priority order is: Custom resource group > Project default resource group > Tenant default resource group.

    Note

    When you change the project default resource group, the update may be delayed in the UI. However, the modified resource group is used for the actual task execution.

    Tenant default resource group: This resource group does not belong to any project. Each Dataphin instance has only one default resource group. This resource group is used to schedule a task if the task is not assigned to a specific custom resource group and the project to which the task belongs does not have a project default resource group.

The following table describes the operations that you can perform on integration and computing tasks.

Operation

Description

DAG

Click image to view the DAG of the integration or computing task. For more information, see Operations on DAG nodes of integration and computing tasks.

View Recurring Instances

View and manage the recurring instances generated for the task.

Edit Development Node

Open the task's edit page in the Dev project.

Note

This operation is available only in the Dev-Prod development mode.

Edit Node

Open the task's edit page.

Note

This operation is available only in Basic mode.

View Production Node

View the task configuration in the Prod project.

Note

This feature is not supported for tasks that are in Basic mode or in the Dev-Prod development mode but are not published to the production environment.

View Node Code

View the code of the integration or computing task node.

View Data Backfill Instances

View and manage the data backfill instances that are generated by data backfill operations.

Data Backfill

Backfill data for an auto-triggered task within a specified historical timestamp range. After a task is developed and published, it runs at scheduled times based on the scheduling configuration. To run a task in a specific period or backfill historical data, use this feature. For more information about how to backfill data for an integration or computing task node, see Backfill data for an auto triggered task.

Download Upstream and Downstream Nodes

Download the list of upstream and downstream nodes for the current node. The list includes all columns, including those that are not displayed.

After you click Download Upstream and Downstream Nodes, in the Download Upstream and Downstream Nodes dialog box, select the levels for the upstream and downstream nodes. You can select from Level 1~Level 10 or All levels. The default for both is Level 1. After you select the levels, click OK to download the Excel file. The file is named {task_name}_upstream_and_downstream_nodes_{timestamp}.xlsx.

Modify Owner

Modify the owner of the task.

Note

This applies only to the Prod environment for the Basic and Dev-Prod patterns. Modifications cannot be made in the Dev environment.

Modify Priority

Modify the priority of the task. If multiple tasks meet the scheduling conditions at the same time, the tasks with higher priorities are run first.

Note
  • This operation is available only in Basic mode and in the Prod environment of the Dev-Prod mode. You cannot modify the priority in the Dev environment.

  • If the baseline feature is enabled, you can set the priority of a task only to Lowest, Low, or Medium. To set a higher priority, configure baselines.

  • You cannot modify the priority of a baseline task. The priority of a baseline task is determined by the priority of the baseline. Adjust the priority of the baseline as needed.

  • If your compute engine is MaxCompute, the mapping between Dataphin task priorities and MaxCompute job priorities is Lowest (9), Low (7), Medium (5), High (3), and Highest (1). For more information about MaxCompute job priorities, see MaxCompute job priorities.

Pause

Pause the scheduling of the current task node. Pause tasks and their downstream tasks that are temporarily unneeded but will be used later. For example, pause a task while adjusting computing logic to prevent output data from being affected.

Resume

Resume the scheduling of a paused node.

Configure Monitoring and Alerting

Configure monitoring rules for task execution. For more information, see Overview of offline task monitoring.

Note

This operation is available only for Prod and Basic projects.

Modify Resource Group

Modify the schedule resource group used by instances generated from the task at runtime.

Note
  • If you select tasks from multiple projects, only the schedule resource groups that are granted to all these projects are listed. We recommend that you filter tasks by a single project before you perform batch settings.

  • The modification does not affect existing instances but affects only new instances. To modify the resource group that is used by an existing instance, perform the modification in the instance list.

Operations on DAG nodes of integration and computing tasks

The DAG shows the upstream and downstream dependencies of task nodes and lets you manage them. By default, it displays the main node (the selected node) and its immediate upstream and downstream nodes. Select a node to perform O&M operations.

Dataphin supports cross-project node management. To perform O&M tasks on a cross-project script node, you must have permission to view and manage the project to which the task belongs.

image.png

  • Operations on the DAG

    Expand Parent Nodes and Expand Child Nodes: Expand to view dependency nodes at different levels of the main node in the DAG.

  • Operations on DAG nodes

    Hover over a DAG node to view its name, type, recurring schedule, owner, and description. The operations that you can perform on a DAG node are the same as those in the Integration and Computing Tasks list. For more information, see Operations in the Integration and Computing Tasks list.

Batch operations for integration and computing tasks

You can perform the following batch operations on auto-triggered integration and computing tasks:

Operation

Description

Pause

Pause all selected tasks. Instances are still generated for paused tasks, but neither the instances nor their downstream dependent instances are scheduled.

Resume

Resume the scheduling of the selected tasks.

Modify Owner

Modify the owners of multiple auto triggered integration and computing tasks at a time.

Note

This operation is available only in Basic mode and in the Prod environment of the Dev-Prod mode. You cannot modify the owner in the Dev environment.

Modify Priority

Modify the priorities of multiple auto triggered integration and computing tasks at a time.

Note
  • This operation is available only in Basic mode and in the Prod environment of the Dev-Prod mode. You cannot modify the priority in the Dev environment.

  • If the baseline feature is enabled, you can set the priority of a task only to Lowest, Low, or Medium. To set a higher priority, configure baselines.

  • You cannot modify the priority of a baseline task. The priority of a baseline task is determined by the priority of the baseline. Adjust the priority of the baseline as needed.

  • If your compute engine is MaxCompute, the mapping between Dataphin task priorities and MaxCompute job priorities is Lowest (9), Low (7), Medium (5), High (3), and Highest (1). For more information about MaxCompute job priorities, see MaxCompute job priorities.

Modify Resource Group

Modify the schedule resource groups used by instances generated from multiple tasks at runtime.

Note
  • If you select tasks from multiple projects, only the schedule resource groups that are granted to all these projects are listed. We recommend that you filter tasks by a single project before you perform batch settings.

  • The modification does not affect existing instances but affects only new instances. To modify the resource group that is used by an existing instance, perform the modification in the instance list.

Data Backfill

By default, backfills data for the selected tasks and their upstream and downstream tasks in Massive Mode by specifying node IDs. In addition to the timestamp range, you can customize basic information and other configurations. For more information about the parameters, see Backfill data for the current task and its upstream and downstream tasks.

上一篇: Recurring task O&M 下一篇: Manage modeling tasks
阿里云首页 智能数据建设与治理 Dataphin 相关技术圈