workflow::test::action_short_names (public)

 workflow::test::action_short_names action_id_list

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

Return the short names of the actions with given id:s

Parameters:
action_id_list (required)

Testcases:
No testcase defined.
Source code:
    set short_name_list [list]
    foreach action_id $action_id_list {
        workflow::action::get -action_id $action_id -array action_info

        lappend short_name_list $action_info(short_name)
    }

    return $short_name_list
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: