show / hide menu

Sub Activity – Resource

The Resource activity has the following sub activities:

  1. Add Resource: This activity is used to add a particular resource to the Bot Manager
  2. Delete Resource : Deletes a particular resource which is stored in the BOT Manager.
  3. Get Multiple Resource Value: This activity can be used to retrieve the value of a specific Multiple resource i.e. Text, boolean, secure string, integer and credentials.
  4. Get Resource Value: This activity retrieves the value of a particular resource which is stored in the Bot Manager.
  5. Update Resource: This activity is used to update a particular Resource which is stored in the Bot Manager.

Activity NameCommonInputOutput
Add ResourceLabel – 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.
 
Resource – The name of a resource that contains the necessary value.
 
 
Delete ResourceLabel – 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.
 
ResourceName – The name of a resource that needs to be deleted.
 
 
Get Multiple Resource ValueLabel – 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.
 
Resources – Names of the resources whose values needed to be retrieved. 
Get Resource ValueLabel – 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.
 
Resource – The name of a resource that contains the necessary value.
 
Value – Value stored under the given Resource Name.
Update ResourceLabel – 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.
 
Resource – Update the value of resource.