Hi,
I am new to Clover and trying to implement following logic
Extract the value of Column ‘A’ from database , check if Value is ‘Complete’ then EXIT else sleep for 5 min and check it again until value is returned as ‘Complete’
Pseudo code while(Value!=‘Complete’)
do
sleep 360s
check table again
done
The problem is I am trying to use loop and sleep component but in loop component after initializing I am not able to check the value again and come out from the loop.
I am not sure I am using right component or there is different way to achieve the above scenario in clover.
Any help will be appreciated.
Thanks,
CTCT