Hello Everyone,
I have a issue, im trying to loop groovy script, im using this, its service task and my goal is to keep it executing till condition met:
for(;;){
if(isItOkay == true){
return “200OK”
break;
}
}
but it gets stuck on loop still if condition met, but when i restart web server, it executes script since condition met. Any solution please?
i can do loopback but it will accumulate 200k over done tasks, and its not beautiful. ![]()
best regards,
BonitaPerson
