Index: openacs-4/packages/workflow/tcl/case-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/workflow/tcl/case-procs.tcl,v diff -u -r1.48 -r1.49 --- openacs-4/packages/workflow/tcl/case-procs.tcl 17 Sep 2013 19:10:34 -0000 1.48 +++ openacs-4/packages/workflow/tcl/case-procs.tcl 14 Oct 2013 17:59:52 -0000 1.49 @@ -2428,7 +2428,7 @@ workflow::case::enabled_action_get -enabled_action_id $enabled_action_id -array enabled_action workflow::action::get -action_id $enabled_action(action_id) -array action - if { [lsearch -exact { parallel dynamic } $enabled_action(parent_trigger_type)] != -1 } { + if {$enabled_action(parent_trigger_type) in { parallel dynamic }} { db_dml completed_p { update workflow_case_enabled_actions set completed_p = 't'