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.
yes, im using this now, since i tried looping through script but got stuck sadly, could not find any other solution, i just did not want “done task” section to get overcrowded by done tasks, makes hard to check if it want to right flow. thanks for help tho
Bonitasoft empowers development teams with Bonita, the open-source and extensible platform to solve the most demanding process automation use cases. The Bonita platform accelerates delivery of complex applications with clear separation between capabilities for visual programming and for coding. Bonita integrates with existing solutions, orchestrates heterogeneous systems, and provides deep visibility into processes across the organization.