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

And added to db/dev_data.rb:
#
# launch_permissions

p = LaunchPermission.new
p.groupname = ""
p.url = "/process_definitions/travel.rb"
p.save!


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.


Thanks,
Ron.



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

Reply via email to