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, I will investigate that : http://rubyforge.org/tracker/index.php?func=detail&aid=14008&group_id=2609&atid=10023 Did you spot any error message in the OpenWFEru log or the Densha log ? I suspect something with the way the 'active' version of the workitems is implemented, but I will investigate the core engine first. Thanks and 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 -~----------~----~----~----~------~----~------~--~---
