This Specification Macro Task will Drive Constants and Control values from a Table Array.
Property Name | Description |
---|---|
Title | Changes the Title (not the name) of the Task. |
Array Value | A Table Array value, such as the result of a QueryDataValues Function. |
The Array used for this Task needs to be in certain format for the task to work. The Array should be laid out like so:
Array |
---|
{"Name","Length","Width","Height","Color";"Value",120,450,700,"Red"} |
Name | Length | Width | Height | Color |
---|---|---|---|---|
Value | 120 | 450 | 700 | Red |
When this Task is added the properties are static. To be able to build rules on a static property see How To: Change A Static Property To A Dynamic Property.
Property Name | Example Rule | Example Result | Meaning |
---|---|---|---|
Array Value | DWVariableTableArray | DWVariableTableArray | This will Take the Array stored in the Variable DWVariableTableArray and use it to populate the Controls and Constants in the Table. |
This task has different types of Outputs. For more information about Outputs see Specification Macros Task Node.
Outputs are only available within Specification Macros. Currently Outputs are not available for Specification Flow.
This task supports Status Outputs. These can be used to perform different actions depending on what the status outcome of the task is. For more information see Status Outputs in the Task Node Outputs section of Specification Macros Task Node.
The status output navigation is as follows:
Success
Success with Warnings
Failed (one of the following occurred)