show / hide menu

Sub Activity – Assertion

The Assertion category has the following sub activities:

  1. Assert False: This activity is used to throw an error message if the given condition is true.
  2. Assert True: This activity is used to throw an error message if the given condition is false. 

Activity NameCommonInput
Assert FalseLabel – 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.
Condition – contains boolean expression which returns either true or false

Error Message – Specify the text to be displayed if the value is True
Assert TrueLabel – 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.
Condition – contains boolean expression which returns either true or false

Error Message – Specify the text to be displayed if the value is False