Index: openacs-4/contrib/packages/simulation/tcl/template-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/tcl/Attic/template-procs.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/contrib/packages/simulation/tcl/template-procs.tcl 11 Dec 2003 15:32:43 -0000 1.10 +++ openacs-4/contrib/packages/simulation/tcl/template-procs.tcl 11 Dec 2003 15:49:40 -0000 1.11 @@ -222,6 +222,14 @@ # Clone the values in the simulation table simulation::template::get -workflow_id $workflow_id -array workflow + + # Allow overriding of sim_type and duration + if { ![empty_string_p $array] } { + foreach name [array names row] { + set workflow($name) $row($name) + } + } + insert_sim \ -workflow_id $clone_workflow_id \ -sim_type $workflow(sim_type) \