The condition can use instance variables. To see the instance variables which are
available, click on the Instance Variables icon.
The following illustrates valid and invalid conditional expressions, where
total is an instance variable of type
Decimal:
| Valid Expression |
Invalid Expression |
| true
|
"true"
|
| total > 2500
|
2500
|
| total > 0
|
total
|