Search

Validator

Articles

The Validator node gets the inputs from the previous nodes and validates them based on the defined conditions. Validator node is used to validate data and then proceed with further execution of the task. If the validation fails, the user can specify whether further execution of the task is required or not in the Properties section.

Image description

Multiple levels of validations rules can be added using constant values/Variables/expressions and different operators like =, !=, <, >, <=, >=, like, AND, OR etc.

Validator node cannot be used with any of the Subtask nodes. Only Validator node can connect to a node that is already connected to another node.

Properties Of Validator Node

Image description

  1. Name: Name of the node. A default name is displayed in this field, which the user can edit according to the task and the intent of using the node.
  2. Description: A short note on the purpose of the node.
  3. Stop on Validation Error: If the user enables this toggle button to ON, the execution stops on validation error.
  4. Mark run Failure on Node Fail: When the Mark run Failure on Node Fail field is ON, if the node execution fails then the complete task execution is marked as fail.

Setting Up Actions On Validator

Double click on the validator node and click on the Actions tab to set up the validation rules.

Image description

Users can set additional rules by clicking on the + icon. And “-” icon to delete the rule conditions.

Did you find what you were looking for?