Hi Chris, are you using AbstractSyncExtensionOperation or AbstractAsyncExtensionOperation. The synchronous one takes care of completing the activity automatically once the run method is finished. The ExtensionContext::complete() is only necessary if you're following the asynchronous model.
I hope that answers your question. Best, Tammo Christian Fonden wrote: > Hello ODE Team, > > just one simply question: > Everytime I call the ExtensionContext::complete() method - believing > what is written in the header comment of that method - to signal the > scheduler that my extension activity has completed successfully, the > following row is appearing in the ODE log: > WARN - Activity has already been completed. > > I am not calling this method twice, so i find it very irritating. > Nothing serious, but perhaps some one can put a bit of clarity into this. > > > Greets > Chris -- Tammo van Lessen - http://www.taval.de
