Hi,

Please look at following example

class P1 < OpenWFE::ProcessDefinition
        sequence do
                participant "a"
                participant "b"
                participant "c"
        end


end


class P2 < OpenWFE::ProcessDefinition
        sequence do
                participant "a"
                participant "b"
                participant "c"
                participant "d"
        end


end

class P3 < OpenWFE::ProcessDefinition
        sequence do
                participant "a"
                participant "b"
                participant "c"
                participant "d"
                participant "e"
        end

end

In this case, can we somehow reuse P1 in P2 and P3 ?

-Regards
Makarand
--~--~---------~--~----~------------~-------~--~----~
you received this message because you are subscribed to the "ruote users" group.
to post : send email to [email protected]
to unsubscribe : send email to [email protected]
more options : http://groups.google.com/group/openwferu-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to