Index: openacs-4/packages/xowf/tcl/xowf-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/xowf-procs.tcl,v diff -u -N -r1.28.2.73 -r1.28.2.74 --- openacs-4/packages/xowf/tcl/xowf-procs.tcl 2 Jun 2022 09:18:00 -0000 1.28.2.73 +++ openacs-4/packages/xowf/tcl/xowf-procs.tcl 3 Jun 2022 14:46:02 -0000 1.28.2.74 @@ -416,6 +416,10 @@ return 0 } + Context instproc wf-specific args { + ns_log Warning "wf-specific NOT SUPPORTED for non shared workflows" + } + Context instproc object-specific {code} { #:log "=== legacy call <$code>" :uplevel [list ${:object} eval $code]