show / hide menu

Sub Activity – Image

The Image activity has the following sub activities:

  1. Load Image: Loads image from a specified location.
  2. Save Image: Saves image to a specified location.

Activity NameCommonInputOutput
Load ImageLabel – 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.
 
File Path – Full path of the file.
 
Image – An image variable in which specified image is loaded.
Save ImageLabel – 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.
 
Image – An image variable in which specified image is saved.

FilePath – Full path of the file.