Index: openacs-4/packages/simulation/tcl/sim-action-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/tcl/sim-action-procs.tcl,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/simulation/tcl/sim-action-procs.tcl 23 Jan 2004 14:31:36 -0000 1.5 +++ openacs-4/packages/simulation/tcl/sim-action-procs.tcl 26 Jan 2004 12:34:46 -0000 1.6 @@ -287,7 +287,9 @@ } ad_proc -public simulation::action::get_ids { + {-all:boolean} {-workflow_id:required} + {-parent_action_id {}} } { Get the action_id's of all the actions in the workflow. @@ -297,7 +299,7 @@ @author Lars Pind (lars@collaboraid.biz) } { - return [workflow::action::fsm::get_ids -workflow_id $workflow_id] + return [workflow::action::fsm::get_ids -all=$all_p -workflow_id $workflow_id -parent_action_id $parent_action_id] } ad_proc -public simulation::action::get_element {