Enum AdfActivityDependencyCondition
C#
public enum AdfActivityDependencyCondition
Fields
Completed | Specifies that the dependent activity must complete either successfully or fail for the parent activity to execute. |
Failed | Specifies that the dependent activity must fail for the parent activity to execute. |
Skipped | Specifies that the dependent activity must be skipped for the parent activity to execute. |
Succeeded | Specifies that the dependent activity must complete successfully for the parent activity to execute. |