Adf Activity Dependency Element
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
DependsOnActivityName | AstAdfActivityBaseNode | Specifies a reference to the activity upon which the parent activity execution is conditioned. This is a required reference to an existing definiton. | |
Condition | AdfActivityDependencyCondition | Succeeded | Specifies the completion status of the DependsOnActivity that is required to run the parent activity. |
Collection Children
Child | API Type | Description |
---|---|---|
<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. |