• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

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