Hi,
On 10/31/07, John Mettraux <[EMAIL PROTECTED]> wrote:
>
> I'll work on this "Ruby array within the process definition" issue a bit
> later.
It's in, at revision 1214.
This is now possible :
---8<---
process_definition :name => "test", :revision => "0.1" do
sequence do
set :field => "f0", :value => [ "this", "is", "my", :ruby,
"array" ] # <======= here
participant "Toto"
end
end
--->8---
Before revision 1214, the array was turned into a String.
Best regards,
--
John Mettraux -///- http://jmettraux.openwfe.org
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---