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

Documentation

Support Forums
What can we help you with?
Topics

Taskflow Input Path Element

API Type:
Varigence.Languages.Biml.Task.AstTaskflowInputPathNode
X-Ref:
  • Ast Taskflow Input Path Node

Attributes

AttributeAPI TypeDefaultDescription
OutputPathNameAstTaskflowOutputPathNode 
Specifies the name of the output path to which this input path is bound. Control flow will transfer to this input path when the precedence constraint conditions on the specified output path have been satisfied. This is a required reference to an existing definiton.
EvaluationOperationTaskEvaluationOperationTypeConstraint
Specifies the evaluation operation type selected from a list of evaluation operation types supported by Sql Sever Integration Services.
EvaluationValueTaskEvaluationOperationValueSuccess
Specifies the evaluation value type selected from a list of evaluation value types supported by Sql Sever Integration Services.
ExpressionString 
Specifies the expression that must be satisfied on the specified output path in order for control flow to be transferred to this input path. The expression must be provided in SSIS expression syntax.
IdGuid00000000-0000-0000-0000-000000000000
Allows the developer to specify a unique identifier (GUID) for the precedence constraint. This can be used to retain a consistent ID between builds.
PathAnnotationControlFlowPathAnnotationAsNeeded
Specifies the path annotation mode that should be used for the target precedence constraint input path.
SsisNameString 
Specifies the name of the object to be used in DTSX package emission.

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.

© Varigence