All Products
Search
Document Center

DataWorks:Workflow orchestration

Last Updated:Mar 14, 2025

Workflows are a type of automated management tool for data processing processes. You can drag different types of nodes on the configuration tab of a workflow to easily configure scheduling dependencies for the nodes. This helps accelerate the construction of a data processing process and effectively improve task development efficiency.

Feature description

DataWorks provides the following two types of workflows to meet different business requirements: auto triggered workflow and manually triggered workflow.

  • Auto triggered workflows are suitable for scenarios in which you want workflows to be scheduled on a regular basis. You can configure scheduling rules to allow workflows to be automatically run at a specified time. For example, you can configure scheduling rules to allow workflows to be scheduled by hour, by day, or by week.

  • Manually triggered workflows are suitable for scenarios in which workflows do not need to be scheduled on a regular basis. You can manually trigger the running of the workflows based on your business requirements.

Entry point

  1. Go to the Workspaces page in the DataWorks console. In the top navigation bar, select a desired region. Find the desired workspace and choose Shortcuts > Data Studio in the Actions column.

  2. Create a workflow.

    • Create an auto triggered workflow:

      Create a workflow.

    • Create a manually triggered workflow:

      In the Manual section (image), click Manual Workflow on the right side of the image > Create Manual Workflow. Next, enter a name for the manual workflow and press the Enter key to access the manual workflow editing page.

References