Ask a Question
Is there a mechanism for manipulating the running instances of events? [even if just for testing]
almost 3 years ago by Marco Williams
I notice that in testing I made an event, and had it start now.
Then a little while later, I realize. a bug in the event config, and I update the event content def object.
Now my next request to the event system has 2 running events.. an instance of the one that had started already with the bug in it.. and a new instance that has the new event content correct.
Is there way to kill the old running event. .. i.e. is there a means (portal / command line / etc.. ) to manipulate the running instances of events? (even if only for testing reasons?). Or in the wild, if we had to kill a running event for some reason prematurely.