Evaluators are Java classes, which can be used to verify whether the given condition in a workflow evaluates to true or false. For more information on Evaluators, refer Library JSON.
To create an evaluator, perform the following steps in Canvas Studio:
Enter an appropriate name in the Evaluator Name field, e.g. equals.
Enter the relevant class name in Evaluator Class field, e.g. com.intellectdesign.canvas.rules.impl.EqualsEvaluator.
The Evaluator Class Name should be appropriate and relevant. It is not possible to derive the classes of the previously existing evaluators. |
To enable grouping for the evaluator, select the Is Group? Checkbox.
The Is Group? Checkbox is an optional field. |