On 9/17/07, John Mettraux <[EMAIL PROTECTED]> wrote: > On 9/17/07, rfoxmich <[EMAIL PROTECTED]> wrote: > > > > I'm still having inconsistencies with the field hash not always > > being visible in work items in concurrence. I took the raw densha > > openwferu svn checkout from Sunday and added the following. > > > > public/process_definitions/travel.rb: > > class Travel < OpenWFE::ProcessDefinition > > > > set :v => "manager", :value => "alpha" > > set :v => "budget", :value => "bravo" > > set :v => "todo", :value => "bravo" > > > > set :f => "type", :value => "travel" > > set :f => "request_id", :value => "1234" > > > > sequence do > > concurrence do > > manager > > budget > > end > > todo > > end > > end > > > (snip) > > > > > > If you launch this process a couple of times and look at the workitems > > in the stores page, the first launch is always good, but subsequent > > launches, have workitems that don't appear to be able to see the > > values of the type, request_id fields.
Hi Ron, would that test case somehow reproduce your situation ? http://openwferu.rubyforge.org/svn/trunk/openwfe-ruby/test/ft_71_b14008.rb Thanks in advance, -- 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 -~----------~----~----~----~------~----~------~--~---
