Hello @Niranjan_k , you will need to convert the string to Int in your If statement condition using Convert.toInt32(Strvalue) < 25 but please note that =< is “Less than or equal to” and < is “Less Than”
In your else statement, you can call a Terminate Workflow activity if you want to end the workflow immediately.