Hi John, nice to contact with you.

> I still have to implement the rendering of many expressions, among
> them "if" and "case" (maybe I'll implement them within the same
> javascript class).
>
> Note that your process can be written as :
>
> ---8<---
> class UserCallCenter < OpenWFE::ProcessDefinition
>    sequence do
>        # The user call to call center and ucc fills the ticket
>        _set :field => "subject", :value => "ucc"
>        _set :field => "department", :value => "CHANGE ME PLEASE"
>        _set :field => "description", :value => "Something
> descriptive"
>        _set :field => "severity", :value => "low"
>        ucc
>
>        #the flow branch depending of department value
>        subprocess :field-ref => "department"
>         # or subprocess :ref => "${f:department}"
>
>         # or maybe it's just a participant
>         # participant :field-ref => "department"
>
>        #back to user call center to assure conformity with user
>        ucc
>    end
> end
> --->8---
>
> I guess I'll have to implement the "subprocess" javascript class very
> quickly for you.
>
> Best regards and thanks a lot for the patches, welcome on board,
>
> --
> John Mettraux   -///-  http://jmettraux.openwfe.org

Thanks for the very ilustrative example and the finest rails frontend
to OpenWFE-ru called "electric-car" (japanese joke).
I'll contact this forum as in dig into the code.
Best regards.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OpenWFEru 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/openwferu-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to