Hi, On 9/20/07, cappelaere <[EMAIL PROTECTED]> wrote: > > Question: > > I have an ActiveStoreParticipant that stores a workitem. > I can see the workitem in Densha. > I try to proceed the workitem. > The WorkitemController acts on it and calls > $openwferu_engine.proceed(workitem). > This method is aliased to "reply". > > ActiveParticipant has modified the engine reply method. It calls the > old reply. This puts the wi on the queue and destroys the workitem. > Then nothing happens.
Is an error logged in logs/openwferu_development.log ? Is an error logged in work_development/ejournal/... ? > Shouldn't my participant get called? You mean the next participant ? It depends on your process. > Would this be the "consume" > method? or do I need to implement another method? In fact you have implemented a custom participant, is that it ? Yes, it's the consume() method. No need to implement anything else apart from a cancel(ci) method if necessary. > It is hard to pick up the trail from there in the debugger. The log should help. ttys, -- 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 -~----------~----~----~----~------~----~------~--~---
