Hi, > That's true. If you need a concurrent execution of extension activities > you'd need to implement the abstract class for async extensions, fork > your own thread and call the ExtensionContext.complete method once your > processing has finished. In this case the run method can finish before > the processing is done and the navigation continues. > > HTH, > Tammo
This certainly helped, thanks. I will give it a try (but probably not this week anymore). Cheers, Juergen.
