Condition based question

How to roll back all the flow if any of the condition is not matching ?

Hi @navaneethck_10

Which flows are you referring to??

if any of the condition we provide in the edge or path get rejected how the entire flow of rules gets roll back? or it is stopping there where it is got rejected? (condition on connection between edges)

Hello @navaneethck_10 ,
Based on my understanding, your question is: When a condition fails in the middle of the flow, does the whole process reset/rollback, or does it just stop at the failed step?
A flow can be designed with rules and logic, where multiple conditions can be defined. For example, in a simple flow, if the age is greater than 18, it will be considered STP; otherwise, it will be Non-STP.
If it is Non-STP, then it will not execute the next step. If it is STP (Straight Through Process), then it will continue to the next step. So, it won’t stop in the middle but will provide the final result (STP or Non-STP), and based on that result, the next action can be defined.