On Fri, May 30, 2008 at 4:59 PM, goomap <[EMAIL PROTECTED]> wrote: > > I want to compensate previous work after the error occurs. > But it seems I can not do subprocess in 'else-ref'. > > So, is anyone know that how can I execute subprocess in 'else-ref' > attribute? > Or maybe someone can suggest me how to compensate previous work in any > other ways.
Hello, you can't use else-ref with subprocesses. You might want to consider using a combination of do/undo expressions. See http://www.openwfe.org/manual/ch06s09.html#expression_do Best regards, -- John Mettraux - http://jmettraux.wordpress.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
