Each node can have two edges:
- on_true: what happens when the condition is true
- on_false: what happens when the condition is false
Each edge property ( on_true and on_false) can have 4 possible values:
- SUCCESS
- It will END the evaluation flow and return an approvement
- The record status will change to EVALUATE_SUCCESS
- FAILURE
- It will END the evaluation flow and deny the record.
- The record status will change to EVALUATE_FAILURE
- MANUAL
- It will END the evaluation flow and send the record to a MANUAL analysis.
- The record status will change to EVALUATE_MANUAL
- Another Node ID
- It will CONTINUE the evaluation flow and send the record to the next rule.