On 8/30/07, Matt Zukowski <[EMAIL PROTECTED]> wrote: > > Ah well at least I know what's going on now. > > I'm not sure if assuming that BlockParticipants don't usually wait > around long is a good assumption to make... In my case, I wanted to > cancel the processes because they were sitting in an error state. Is > there another way of just wiping (or otherwise dealing with) workflows > stuck with errors?
Hi Matt, there is something about that : http://openwferu.rubyforge.org/padmin.html#replay But I (and the engine) don't know what's inside the BlockParticipant, maybe you're handling the errors by yourself and thus can cure/cancel them by yourself. Maybe an opportunity for a smarter extension of BlockParticipant... SmartBlockParticipant. With the "replay after error" technique (assuming that the BlockParticipant simply raises errors), you could imagine registering an improved version of the BlockParticipant and replaying. 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 -~----------~----~----~----~------~----~------~--~---
