On 10/31/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Hi John,
>
> >>>Sorry not to be able to help you more. I tried to reply in the best
> >>>way possible with your given input.
>
> Your feedback and support helps me really !
>
> Then problem with companyDefiner was the line:
> workitem.attributes = {"field1" => ['4','3','5','9']}
> It looks like that the other workitems are deleted.
Well done ! I should have spotted that by myself.
Indeed workitem.attributes = { ... } sets all the fields in one hit,
erasing the whole field set.
> For some other tests I tried to use the log expressing but in the
> openwfe.log file a unknown expression 'log' exception is logged.
> Is it necessary to make some additional imports or configurations ?
Sorry, it's a 0.9.16 feature, I updated the online documentation a bit
too fast...
Meanwhile, you can do :
engine.register_participant :log do |workitem|
engine.ldebug "LOG #{workitem.params.msg}"
end
in the process definition
sequence do
log :msg => "please log this"
end
Going to bed now, sorry, couldn't test this "log" participant, it
should work though...
Best regards, thanks for all the feedback,
--
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
-~----------~----~----~----~------~----~------~--~---