Skip to main content

Adf Activity Dependency Element

Adf Activity Dependency Element

Attributes

AttributeAPI TypeDefaultDescription
DependsOnActivityNameAstAdfActivityBaseNode 
Specifies a reference to the activity upon which the parent activity execution is conditioned. This is a required reference to an existing definiton.
ConditionAdfActivityDependencyConditionSucceeded
Specifies the completion status of the DependsOnActivity that is required to run the parent activity.

Collection Children

ChildAPI TypeDescription
<Annotations>
    <Annotation />
</Annotations>
AstAnnotationNode
This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code.