Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Activities

Image Added


Add Attribute

This activity adds a new Global Variable Attribute.   

...

The Add Folder activity parameters can be provided by manual inserted values or via IN arguments or variables:

Image RemovedImage Added

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:

Image RemovedImage Added

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.

...

  • 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 global variable ID, 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 Status (type: boolean): outputs the operation status. If succeeded the output value is 'True', otherwise is 'False'. 


Disconnect From GVManager

This activity disconnects the specified GVManager connection.   

Activity Parameters

The Disconnect From GVManager activity parameters can be provided by manual inserted values or via IN arguments or variables:

Image Added

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.


Edit Attribute


This activity edits a Global Variable Attribute.   

Activity Parameters

The Edit Attribute activity parameters can be provided by manual inserted values or via IN arguments or variables:

Image Added

Parameters:

  • Attribute ID (text box editor type) (type: string): enter the ID for the attribute to be edited or choose it from the Global Variables tree, as shown below:

Image Added

  • 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 a new attribute's description.

The Read Only Output variable is the possible output value that the activity will provide:

  • Output Status (type: boolean): outputs the operation status. If succeeded the output value is 'True', otherwise is 'False'. 


Edit Folder


This activity edits a Global Variable Folder.   

Activity Parameters

The Edit Folder activity parameters can be provided by manual inserted values or via IN arguments or variables:

Image Added

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 a new attribute's description.
  • Folder ID (text box editor type) (type: string): enter the folder ID, or choose it from the Global Variables tree, as shown below:

Image Added

  • Folder Name (text box editor type) (type: string): enter a new name for the folder.

The Read Only Output variable is the possible output value that the activity will provide:

  • Output Status (type: boolean): outputs the operation status. If succeeded the output value is 'True', otherwise is 'False'. 


Edit Global Variable


This activity edits a Global Variable.   

Activity Parameters

The Edit Global Variable activity parameters can be provided by manual inserted values or via IN arguments or variables:

Image Added

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 a new attribute's description.
  • Global Variable ID (text box editor type) (type: string): enter the ID for the variable to be edited, or choose it from the Global Variables tree, as shown below:

Image Added

  • Variable Name (text box editor type) (type: string):  enter the new variable name. If left empty, it will not be changed. 
  • Variable Type (combobox editor type) (type: string): choose the new attribute's type. If left empty, it will not be changed. 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. 
  • Variable Value (text box editor type) (type: string): enter the new attribute's value. If left empty, it will not be changed.

The Read Only Output variable is the possible output value that the activity will provide:

  • 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:

Image Added

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:

Image Added

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:

Image Added

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:

Image Added

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'. 


Get Folder


This activity returns the specified global variable folder.   

Activity Parameters

The Get Folder activity parameters can be provided by manual inserted values or via IN arguments or variables:

Image Added

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.
  • Folder ID (text box editor type) (type: string): enter the ID for the folder to be returned or choose it from the Global Variables tree, as shown below:

Image Added

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 Folder's details. In order to use the output you can use the GetKeyValuePair activity with the keys: 'ID', 'Name' , 'Description' and 'ParentName'. 


Get Folders


This activity returns the global variable folders.   

Activity Parameters

The Get Folders activity parameters can be provided by manual inserted values or via IN arguments or variables:

Image Added

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.

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' and 'ParentName'. 


Get Global Variable


This activity returns the specified global variable.   

Activity Parameters

The Get Global Variable activity parameters can be provided by manual inserted values or via IN arguments or variables:

Image Added

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.
  • Global Variable ID (text box editor type) (type: string): enter the ID for the variable to be returned or choose it from the Global Variables tree, as shown below:

Image Added

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's details. In order to use the output you can use the GetKeyValuePair activity with the keys: 'ID', 'FolderName' , 'Name' , 'Description' , 'Type' and 'Value'. 


Get Global Variables


This activity returns the global variables from the specified folder.   

Activity Parameters

The Get Global Variables activity parameters can be provided by manual inserted values or via IN arguments or variables:

Image Added

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.
  • Folder ID (text box editor type) (type: string): enter the parent folder ID for the variables to be returned from , or choose it from the Global Variables tree, as shown below:
    Image Added



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', 'FolderName' , 'Name' ,  'Description' , 'Type' and 'Value'.