show / hide menu

Sub Activity – Assertion

The Assertion activity has the following sub activities:

  1. Assert False: This activity checks if the given value is true, then it will throw an Error.
  2. Assert True: This activity checks if the given value is false, then it will throw an Error.

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