workflow::role::get_existing_short_names (public)

 workflow::role::get_existing_short_names -workflow_id workflow_id \
    [ -ignore_role_id ignore_role_id ]

Defined in packages/workflow/tcl/role-procs.tcl

Returns a list of existing role short_names in this workflow. 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:
-workflow_id (required)
-ignore_role_id (optional)
If specified, the short_name for the given role will not be included in the result set.

Testcases:
No testcase defined.
[ show source ]
Show another procedure: