...
- Output Status (type: boolean): outputs the operation status. If succeeded the output value is 'True', otherwise is 'False'.
Get Attribute
This activity returns the specified global variable attribute.
Activity Parameters
The Get Attribute activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Connection (text box editor type) (type: string): GVManager Connection. The Output from Connect To GVManager activity should be used as Input for this parameter.
- Attribute ID (text box editor type) (type: string): enter the ID for the attribute or choose it from the Global Variables tree, as shown below:
The Read Only Output variable is the possible output value that the activity will provide:
- Output (type: Dictionary<String,String>): outputs a dictionary containing the Global Variable Attribute's details. In order to use the output you can use the GetKeyValuePair activity with the keys: 'ID', 'Name' , 'Description' , 'ID_GV_Variable' , 'Type' and 'Value'.
Get Attributes
This activity returns the global variable attributes.
Activity Parameters
The Get Attributes activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Connection (text box editor type) (type: string): GVManager Connection. The Output from Connect To GVManager activity should be used as Input for this parameter.
- Variable ID (text box editor type) (type: string): enter the ID for the global variable or choose it from the Global Variables tree, as shown below:
The Read Only Output variable is the possible output value that the activity will provide:
- Output (type: List<Dictionary<String,String>>): outputs a list of dictionaries containing the Global Variable Attribute's details. In order to use the output you can use the GetKeyValuePair activity with the keys: 'ID', 'Name' , 'Description' , 'ID_GV_Variable' , 'Type' and 'Value'.