In Sparkflows, we can use the ‘Assert’ and ‘Decision’ processors to make decisions and execute a path based on outcome. ‘Assert’ processor would evaluate a condition and based on True/False it would execute the path accordingly. The ‘Decision’ processor would evaluate a condition and would continue to the next processor only if it is True else processing would terminate.
For more information read the Sparkflows Documentation here:
Hey Chris,
In Sparkflows, we can use the ‘Assert’ and ‘Decision’ processors to make decisions and execute a path based on outcome. ‘Assert’ processor would evaluate a condition and based on True/False it would execute the path accordingly. The ‘Decision’ processor would evaluate a condition and would continue to the next processor only if it is True else processing would terminate.
For more information read the Sparkflows Documentation here:
https://docs.sparkflows.io/en/latest/tutorials/control-structures/assert.html?highlight=assert#assert
https://docs.sparkflows.io/en/latest/tutorials/control-structures/decision.html?highlight=decision#decision