Hi!

First of all, thanks for making our lives easier. :D  Keep up the good
work!

I know it's pretty simple but I can't figure out how to do it.  I have
a payload that is updated everytime a participant proceeds a workitem.
The payload is an array that is filled with the participant's name so
that when a workitem comes to a participant that is already on that
list, that participant is skipped. So my process definition would look
something like

class Test0 < OpenWFE::ProcessDefinition
  sequence do
    "alpha" :if => "${f:approvers} includes 'alpha'"
    concurrence do
      "bravo" :if => "${f:approvers} includes 'bravo'"
      "charly" :if => "${f:approvers} includes 'charly'"
    end
  end
end

my initial payload includes approvers as an empty array.

if this is documented somewhere, may i have a link? Thanks!!

Raldo
--~--~---------~--~----~------------~-------~--~----~
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