workflow::action::generate_short_name (public)

 workflow::action::generate_short_name -workflow_id workflow_id \
    -pretty_name pretty_name [ -short_name short_name ] \
    [ -action_id action_id ]

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

Generate a unique short_name from pretty_name.

Switches:
-workflow_id
(required)
-pretty_name
(required)
-short_name
(optional)
-action_id
(optional)
If you pass in this, we will allow that action's short_name to be reused.

Partial Call Graph (max 5 caller/called nodes):
%3 workflow::action::edit workflow::action::edit (public) workflow::action::generate_short_name workflow::action::generate_short_name workflow::action::edit->workflow::action::generate_short_name _ _ (public) workflow::action::generate_short_name->_ util_text_to_url util_text_to_url (public) workflow::action::generate_short_name->util_text_to_url workflow::action::get_existing_short_names workflow::action::get_existing_short_names (public) workflow::action::generate_short_name->workflow::action::get_existing_short_names

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