IF
It returns True or False by checking the input value condition. If the condition is True, it will send the input parameter to the subsequent block. If the condition is False, it stops the workflow execution.
![if](http://13.232.169.158/wp-content/uploads/2020/08/if.png)
It returns True or False by checking the input value condition. If the condition is True, it will send the input parameter to the subsequent block. If the condition is False, it stops the workflow execution.