show / hide menu

Sub Activity – Environment

The Environment activity has the following sub activities:

  1. Beep: This activity is used to generate a sound on the speaker.
  2. Get Environment Folder: This activity gets the path to the specified system folder.
  3. Get Environment Variable: This activity returns the content of the specific variable from the environment.

Activity NameCommonInputOutput
BeepLabel – A classifying string applied to an activity which can be renamed by the user. It is the display name.

Disable – The user can enable or disable the activity.

ContinueOnError – It specifies the remaining activities to be executed even when one fails. This field supports only Boolean values (True or False). By default, the value is false so execution terminates when an error occurs.

Private – If selected, the log will not be shown in BOT Manager.
 
  
Get Environment FolderLabel – A classifying string applied to an activity which can be renamed by the user. It is the display name.

Disable – The user can enable or disable the activity.

ContinueOnError – It specifies the remaining activities to be executed even when one fails. This field supports only Boolean values (True or False). By default, the value is false so execution terminates when an error occurs.

Private – If selected, the log will not be shown in BOT Manager.
 
SpecialFolder – Gets the path to the system special folder that is identified by the SpecifiedFolder.
 
FolderPath – The SpecialFolder whose path is to be retrieved.
Get Environment VariableLabel – A classifying string applied to an activity which can be renamed by the user. It is the display name.

Disable – The user can enable or disable the activity.

ContinueOnError – It specifies the remaining activities to be executed even when one fails. This field supports only Boolean values (True or False). By default, the value is false so execution terminates when an error occurs.

Private – If selected, the log will not be shown in BOT Manager.
 
VariableName – Name of the environment variable to be retrieved.
 
Value – Retrieves the value of an environment variable.