Achim Hofmann 11.Jan.08 08:00 AM a Web browser Lotus Workflow Engine6.5.1Windows 2000; Windows XP
Dear all,
I would like to do some modifications on the main document when the user has successfully completed an activity. I implemented my code into the PostActivityCompleted event. When there's only one activity following, that works fine. But when there're two or more parallel activities following which the binder has to been routed to, that doen't work anymore. This is because the PostActivityCompleted event is only called for ONE of the copies of the binder, so all other copies keep unmodified.
I would move my code into the QueryActivityCompleted event but I have to ensure that the code will only be executed when the user completed the activity successfully. The code must not run when the user tries to complete the activity while forgot to complete a task or decision.
Does anyone have an idea how to resolve that problem ?