RE: AW: Problem with flow and extension activities

2009-04-02 Thread Juergen.Schumacher
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

Re: AW: Problem with flow and extension activities

2009-04-02 Thread Tammo van Lessen
Hi Daniel, (I'm moving this from user@ to dev@) > today I found out, that the workaround with setting to > "false" works only for invokes of webservices, not extension > activities. That's true. If you need a concurrent execution of extension activities you'd need to implement the abstract clas