...
- Attribute Name (text box editor type) (type: string): enter the new attribute's name. E.g. 'Role'
- Attribute Type (combobox editor type) (type: string): choose the new attribute-'s type. E.g. 'Text' . NOTE: If 'Password' type is selected, a password in plain text is required. If 'Binary' type is selected, the full path of the file is required.
- Attribute Value (text box editor type) (type: string): enter the new attribute's value. E.g. 'Administrator'
- Connection (text box editor type) (type: string): GVManager Connection. The Output from Connect To GVManager activity should be used as Input for this parameter.
- Description (text box editor type) (type: string): enter the new attribute's description.
- Global Variable ID (text box editor type) (type: string): enter the ID for the parent global variable or choose it from the Global Variables tree, as shown below:
...
- Output Status (type: boolean): outputs the operation status. If succeeded the output value is 'True', otherwise is 'False'.
Connect To GVManager
This activity connects and returns a GVManager connection.
Activity Parameters
The Connect To GVManager activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- ClientHash (text box editor type) (type: string): enter the client hash for RestAPI client. It can be copied from Flowster Administrator by selecting the RestAPI clientApp in Integrator page.
- Password (password editor type) (type: string): enter the password.
- Password Binding (text box editor type) (type: string): bind to a variable containing the encrypted password for connection. This parameter is used only when the user wants to send an encrypted password from outside the task, for example Flowster Studio Portal.
- Rest API Address (combo box editor type) (type: string): enter the RestAPI address. It can be copied from Flowster Administrator by selecting the RestAPI clientApp in Integrator page.
- Username (text box editor type) (type: string): enter the username with domain. E.g. 'fmrp.intern\demouser'
The Read Only Output variable is the possible output value that the activity will provide:
- Connection (type: string): outputs the GVManager connection. The output of this activity should be used as input for all Connection parameters used for all activities placed under Global Variables Manager category.