The code below doesn't seem to allow for passing through options into the Rufus::Decision::Participant when the Rufus::Decision::Table is instantiated.

W

def consume (workitem)

      table = @options['table']
      raise(ArgumentError.new("'table' option is missing")) unless table

      table = Rufus::Decision::Table.new(table)

      workitem.fields = table.run(workitem.fields)

      reply_to_engine(workitem)
    end
  end

On 5/27/10 10:59 AM, John Mettraux wrote:
On Thu, May 27, 2010 at 10:56:22AM -0500, Wes Gamble wrote:
I'd like to use the ruby_eval option with my
Rufus::Decision::Participant decision table that is registered with
my ruote engine via Engine#register_participant.

However, if I am reading the Rufus::Decision::Participant code
correctly, I don't think that this is currently possible.
Hello,

what makes you think that ?


Best regards,


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