All Products
Search
Document Center

Dataphin:Configure offline pipeline task properties

Last Updated:Jun 04, 2026

Schedule offline integration tasks by defining their scheduling cycle, dependencies, and parameters.

Notes

  • Only offline integration tasks with a scheduling type of recurring task node support scheduling configuration.

  • Dependencies link nodes so that the status of an upstream node affects downstream node execution.

  • A downstream node runs only after its upstream node completes. Execution follows the node's predefined scheduling time.

  • Configurations submitted before the preset scheduling time take effect on schedule. Dependencies set after the preset time generate instances only after a one-day delay.

  • A task's scheduling configuration only defines its scheduling properties. Deploy the task to production before it can run on schedule.

  • The scheduling time is the intended execution time. Actual execution depends on upstream dependency completion. Check instance running diagnostics for task execution conditions.

Access task properties

  1. On the Dataphin home page, select Development > Data Integration from the top menu bar.

  2. On the Integration page, select a Project from the top menu bar.

  3. In the left-side navigation pane, choose Integration > Batch Pipeline, then click a task in the Batch Pipeline list.

  4. In the task tab, click Attribute on the right to open the Attribute panel.

Configure offline task properties

Configure the following properties on the task properties page.

Configuration Item

Description

Basic Information .

Includes task name, ID, node type, development owner, operations owner, and description.

  • Task Name: Name assigned at task creation.

  • Node ID: Unique identifier assigned when the node is submitted.

  • Development Owner: Defaults to the current user. Select any project member.

    Note

    The development owner cannot be set in production. The development environment configuration applies.

  • Operations Owner: Defaults to the node creator. Select any project member as needed.

Configure offline pipeline scheduling.

Controls how the task recurs in production.

  • Scheduling Type: Determines the running status of task instances in production.

  • Priority: Task priority level. Defaults to the value in Management Center > Development Platform > Node Task Related Settings > Default Priority.

    Note

    Priority cannot be changed when publishing to the production environment or submitting in the Basic environment. Adjust it in production operations, where it reflects the most recent value.

  • Scheduling Cycle: Sets the task's execution frequency.

  • Conditional Scheduling: Sets criteria that trigger task scheduling. The system evaluates conditions in order and runs the first match. If no conditions match, the default schedule runs.

  • Parameter Configuration: Defines node scheduling parameters. Dataphin supports built-in and custom parameters for dynamic assignment during scheduling.

    Note

    Assign a value here for each variable defined in the node code. If no variables are defined, no configuration is needed.

Configure offline pipeline scheduling dependencies.

Defines upstream and downstream dependencies to ensure sequential execution. Set dependencies automatically or manually.

Offline pipeline task running configuration.

Configures timeout and failure rerun policies to prevent resource waste from long-running tasks.