On 11/15/06, Chris Miner <[EMAIL PROTECTED]> wrote: > > > As I understand in the normal case a participant should reply to the wf engine > after participation to allow the workflow to continue. > > What is the correct response in the event of an unexpected failure during the > consume method of a participant? What happens if the Participant throws an > exception during consume execution? Is the workflow stalled? Is the > participation attempted again later?
Hi Chris, there's an else-ref that is used in case of problem with a participant : http://www.openwfe.org/manual/ch06s02.html#id2547206 If the workflow engine cannot dispatch the workitem to the participant, it will freeze the participant expression (workflow stalled). An expression can get unfrozen via the control API of the workflow engine. Best regards, -- John Mettraux -///- http://jmettraux.openwfe.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenWFE users" 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/openwfe-users?hl=en -~----------~----~----~----~------~----~------~--~---
