Number compare checkpoint

Evaluates a variable of type number against a defined number. This evaluation includes multiple possible operators, such as Greater, Equal, or Not equal.

Parameters

Name 

REST Name

Type

Default

Description

Evaluated variable*

variable

INTEGER


The variable name to receive the number value.

Operator*

operator
= (Equal)
!= (Not equal)
> (Greater)
>= (Greater or equal)
< (Less)
<= (Less or equal)

STRING


The evaluation to be performed on the number.

Value*

value

INTEGER


The value associated with the evaluation.

* Mandatory parameter