Question
Stop Script execution from CEP panel.
Is there a way to force an script to stop executing from CEP panel? For example in long loops:
my first thought was to make the loop in the CEP context and pass the index and the data in each loop to an extendscript method, so I can control the loop outside, but it seems to be a little cumbersome.
Is there a simpler aproach? I'm especially thinking about more complex processes with more loops and complexity layers
