I am a newbie, went through the ruote wiki documentation, but have a
question. If I have the below process definition, I was expecting to
have 2 concurrent participants that approve a given request ('ceo' and
approver), but it looks like there is a 3rd concurrent workflow show
under (ruote process using ruote_kit) as below. Not sure what I make
of this 3rd concurrent workflow. Thanks for any help
3rd Concurrent workflow:
[["participant", {"ceo"=>nil,
"task"=>"approve_business_trip_application_form", "if"=>"2.2 > 0.01"},
[]], ["approver", {"task"=>"approve_business_trip_application_form"},
[]]]
Process Definition:
PDEF_BUSINESS_TRIP_REQUEST = Ruote.process_definition :name =>
'business_trip_request', :revision => '0.1' do
cursor do
requestor :task => 'request_business_trip_application_form'
concurrence do
participant 'ceo', :if => '${f:requested_stipend} > $
{v:amount_supervised}'
participant approver :task =>
'approve_business_trip_application_form'
end
rewind :if => '${forms_not_ok}'
cancel_process :if => '${trip_request_denied}'
cursor do
requestor :task => 'business_trip_report_form'
reviewer :task => 'review_business_trip_application_form'
rewind :if => '${incomplete_report}'
archiver
end
end
end
--
you received this message because you are subscribed to the "ruote users" group.
to post : send email to [email protected]
to unsubscribe : send email to [email protected]
more options : http://groups.google.com/group/openwferu-users?hl=en