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)
- Partial Call Graph (max 5 caller/called nodes):
- 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_listXQL Not present: Generic, PostgreSQL, Oracle