Index: openacs-4/packages/workflow/tcl/workflow-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/workflow/tcl/workflow-procs.tcl,v diff -u -N -r1.35 -r1.36 --- openacs-4/packages/workflow/tcl/workflow-procs.tcl 12 Feb 2019 18:00:04 -0000 1.35 +++ openacs-4/packages/workflow/tcl/workflow-procs.tcl 12 Feb 2019 18:45:14 -0000 1.36 @@ -1,6 +1,6 @@ ad_library { Procedures in the workflow namespace. - + @creation-date 8 January 2003 @author Lars Pind (lars@collaboraid.biz) @author Peter Marklund (peter@collaboraid.biz) @@ -34,15 +34,15 @@ @param package_key The package to which this workflow belongs - @param object_id The id of an ACS Object indicating the scope the workflow. + @param object_id The id of an ACS Object indicating the scope the workflow. Typically this will be the id of a package type or a package instance but it could also be some other type of ACS object within a package, for example the id of a bug in the Bug Tracker application. @param object_type The type of objects that the workflow will be applied to. Valid values are in the acs_object_types table. The parameter is optional and defaults to acs_object. - @param callbacks List of names of service contract implementations of callbacks for the workflow in + @param callbacks List of names of service contract implementations of callbacks for the workflow in impl_owner_name.impl_name format. @return New workflow_id. @@ -71,7 +71,7 @@ } { Edit a workflow. - Attributes of the array are: + Attributes of the array are: