Variable (UDA) values can be specified for the input information of operation components.
Select Variable (uda) from the Type combo box.
A list of variables (UDA) that can be selected is displayed in the Variable list.
Click the Name column to sort the list by the name of the variable (UDA). Click the Type column to sort by type. The default is ascending.
The type of variable (UDA) displayed in the Variable list depends on the type of input information (STRING/INTEGER/PASSWORD).
Types of Input Information | Types of variables (UDA) displayed in the Variable list |
---|---|
STRING | STRING, INTEGER, BOOLEAN, DATE, XML |
INTEGER | STRING, INTEGER |
PASSWORD | STRING |
Point
Data conversion rules
Variable values are converted as follows and passed to the input information:
Types | Types of | Variable value (example) | Content passed to input information (examples) | Remarks |
---|---|---|---|---|
STRING | STRING | "aaaa" | "aaaa" | No conversion |
INTEGER | 100 | "100" | Integer strings | |
BOOLEAN | true | "true" | Boolean strings | |
DATE | 2011/08/31 10:49:12 | "1314755352734" | Date/Time (in milliseconds) strings | |
XML | <root>...</root> | "<root>...</root>" | XML data strings | |
INTEGER | STRING | "100" | 100 | Converts the strings to integers. An error occurs if characters other than numbers are included. |
INTEGER | 100 | 100 | No conversion | |
PASSWORD | STRING | "password" | "password" | No conversion |
Select the variable from the Variable list.