All Products
Search
Document Center

DataWorks:Trigger event checks in Operation Center

Last Updated:Feb 27, 2026

After you register, publish, and enable an extension in a DataWorks workspace, DataWorks sends an event message to your extension when a corresponding extension point event is triggered. You can then view the result returned by the extension. This topic describes the extension point events that Operation Center supports and explains how to use them to trigger extension validation.

Prerequisites

Background information

DataWorks can notify you of extension point events by sending messages. You can also use extensions to control workflows. To do this, enable an extension for a specific extension point event. The extension then processes the event using your custom logic. To use these features, you must first register your extension in the DataWorks Management Console and then enable it in Management Center > Extension.image.png

Note

Capabilities

The Operation Center module enables your local service to receive messages for the following extension point events. You can also register a local program as a DataWorks extension. The extension receives event messages and processes them using custom logic. It then uses the UpdateWorkbenchEventResult callback API to return the result to the platform. This lets you control workflows in DataWorks. Operation Center supports the following extension points:

Event name

Event details

Node change event

  • Pre-unpublish node event.

  • Pre-freeze node event.

  • Prerequisite event for node restoration.

Note

In this context, a node refers to a task in the Auto-triggered Task list in the Production Operation Center.

Data backfill event

  • Backfill data for the current node of an auto triggered task.

  • Backfill data for the current node and its descendant nodes of an auto triggered task.

  • Backfill data in massive nodes mode.

  • Backfill data in advanced mode.

Note

In this context, a node refers to a task in the production Operation Center Auto Triggered Task list. Extension validation is triggered when you perform the listed operations on a task in the Auto Triggered Task interface of the production Operation Center. These operations do not trigger validation if they are performed on an auto triggered task in the Operation Center for the development environment. Similarly, freezing or restoring an instance from the instance interface does not trigger validation.

Supported extension points

Operation Center - Freeze and restore nodes

The following figure shows an example of the node freeze extension point.冻结扩展点

Operation Center - Unpublish node下线节点扩展点

Operation Center - Data backfill补数据扩展点

References