...
The Add Folder 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.
- Description (text box editor type) (type: string): enter the new folder's description. E.g. 'New folder description'
- Folder Name (text box editor type) (type: string): enter the new folder's name. E.g. 'Cluster1'
- Parent Folder ID (text box editor type) (type: string): enter the new folder's parent ID , or choose it from the Global Variables tree. If left empty, it will be a root folder, otherwise a subfolder.
...
- Output Status (type: boolean): outputs the operation status. If succeeded the output value is 'True', otherwise is 'False'.
- Output ID : outputs the new folder Id
Add Global Variable
This activity adds a new Global Variable.
...
The Add Global Variable 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.
- Description (text box editor type) (type: string): enter the new folder's description. E.g. 'New folder description'
- Folder ID (text box editor type) (type: string): enter the parent folder's ID for the new 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'.
- Output ID : outputs the new global variable Id
Connect To GVManager
This activity connects and returns a GVManager connection.
...