Databricks SDK for JavaScript
    Preparing search index...

    Interface TaskDependency

    interface TaskDependency {
        outcome?: string;
        taskKey?: string;
    }
    Index

    Properties

    Properties

    outcome?: string

    Can only be specified on condition task dependencies. The outcome of the dependent task that must be met for this task to run.

    taskKey?: string

    The name of the task this task depends on.