Hi Pat, I'm only going to comment on one issue :
On 9/23/07, Pat Cappelaere <[EMAIL PROTECTED]> wrote: > > Well, let's look around line 251 of activeparticipant.rb in reply method. > The Engine reply method is overloaded. It does an "oldreply' and destroys > the workitem. Densha thinks everything went fine and tells the user that > the workitem was proceeded when it was a ctually deleted from the database. > No potential replay possible. If the handling of an incoming reply fails the engine logs the date, the flow expression id, the workitem as replied, ... to the error journal. Potential replay is possible. The engine doesn't care about the database, it's outside of its scope (it's actually in the scope of the worklist). The override of the engine.reply() is just a convenience. As said before, you can discard it and use the reply() of the WorkItem class. Best regards, -- John Mettraux -///- http://jmettraux.openwfe.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenWFEru dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/openwferu-dev?hl=en -~----------~----~----~----~------~----~------~--~---
