Skip to main content

AdfActivityDependencyCondition Enumeration

AdfActivityDependencyCondition Enumeration

The AdfActivityDependencyCondition enumeration provides options for determining when an Azure Data Factory activity should be executed based on the status of its dependent activities.

Enumeration Values

NameSummary
Succeeded
Specifies that the dependent activity must complete successfully for the parent activity to execute.
Failed
Specifies that the dependent activity must fail for the parent activity to execute.
Completed
Specifies that the dependent activity must complete either successfully or fail for the parent activity to execute.
Skipped
Specifies that the dependent activity must be skipped for the parent activity to execute.