Home
The Toolkit for Online Communities
15887 Community Members, 1 member online, 1940 visitors today
Log In Register

workflow::get_existing_short_names

OpenACS Home : ACS API Browser : workflow::get_existing_short_names

workflow::get_existing_short_names (public)

workflow::get_existing_short_names -package_key package_key \
    [ -object_id object_id ] \
    [ -ignore_workflow_id ignore_workflow_id ]
Defined in packages/workflow/tcl/workflow-procs.tcl

Returns a list of existing workflow short_names for this package_key and object_id. Useful when you're trying to ensure a short_name is unique, or construct a new short_name that is guaranteed to be unique.

Switches:
-package_key (required)
-object_id (optional)
-ignore_workflow_id (optional)
If specified, the short_name for the given workflow will not be included in the result set.
[ show source ]
Show another procedure: