Hi, On 9/22/07, cappelaere <[EMAIL PROTECTED]> wrote: > > John, > > I turned logging on :) so this helps a little...although I am seing > various problems tha tmight be related. So let me go over my use- > case. > SPOT_Feasibilities worflow starts and has one participant with one > activity (for now). > SPOT_participant starts GetFeasibility activity and sends x messages > out. It also creates x workitems. It now waits until the x workitems > have been completed to relinquished control to engine and go to the > next activity. I am not sending any messages right now and am only > creating one workitem to test. > > >From Densha, I can see the workitem pending in the store. So for > testing, I proceed the workitem. > I get "workitem got proceeded" back and workitem is deleted from db > but my participant never got called.
I don't understand. May I see you participant registration code ? May I see you participant code ? You say that you have one participant, that does plenty of things. Why are you looking at the Densha stores ? Is it an ActiveStoreParticipant or a custom participant you implemented ? Is that related to the queue of workitems you were building via an Active[Store]Participant ? about the patched engine.reply(wi) method, feel free to comment that out of config/openwferu_engine.rb and use wi.reply(engine), it works too (wi being an instance of OpenWFE::Extras::WorkItem). You don't have to use the whole Densha if you only need the ActiveStoreParticipant. Waiting for more information. 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 -~----------~----~----~----~------~----~------~--~---
