Skip to main content

Enum AdfActivityDependencyCondition

Namespace: Varigence.Languages.Biml.DataFactory

Assembly: Biml.dll

C#


public enum AdfActivityDependencyCondition

Fields

FieldsDescription
CompletedSpecifies that the dependent activity must complete either successfully or fail for the parent activity to execute.
FailedSpecifies that the dependent activity must fail for the parent activity to execute.
SkippedSpecifies that the dependent activity must be skipped for the parent activity to execute.
SucceededSpecifies that the dependent activity must complete successfully for the parent activity to execute.