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

Partial Call Graph (max 5 caller/called nodes):
%3 workflow::test::assert_case_state workflow::test::assert_case_state (public) workflow::test::action_short_names workflow::test::action_short_names workflow::test::assert_case_state->workflow::test::action_short_names workflow::test::assert_user_actions workflow::test::assert_user_actions (public) workflow::test::assert_user_actions->workflow::test::action_short_names workflow::action::get workflow::action::get (public) workflow::test::action_short_names->workflow::action::get

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 ]
Show another procedure: