The Varigence company brand logo
Products
BimlFlexBimlStudioBimlExpress
Pricing
Solutions
IndustriesUse Cases
Resources
DocumentationKnowledge BaseBlog
About
CompanyContact Us
Products
BimlFlexBimlStudioBimlExpress
Pricing
Solutions
IndustriesUse Cases
Resources
DocumentationKnowledge BaseBlog
About
CompanyContact Us
Schedule Demo
Account
Schedule Demo
Account

Enum AdfActivityDependencyCondition

Namespace:
Varigence.Languages.Biml.DataFactory
Assembly:
Biml.dll
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.

© Varigence