workflow::case::fsm::get_state_info_not_cached (private)

 workflow::case::fsm::get_state_info_not_cached case_id \
    parent_enabled_action_id all_p

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

Gets all state info from the database, include sub-action state.

Parameters:
case_id
parent_enabled_action_id
all_p
Returns:
a list of (action_id, current_state) tuples. The top-level state is the one that has action_id empty.
See Also:

Partial Call Graph (max 5 caller/called nodes):
%3 workflow::case::fsm::get_state_info workflow::case::fsm::get_state_info (private) workflow::case::fsm::get_state_info_not_cached workflow::case::fsm::get_state_info_not_cached workflow::case::fsm::get_state_info->workflow::case::fsm::get_state_info_not_cached db_list_of_lists db_list_of_lists (public) workflow::case::fsm::get_state_info_not_cached->db_list_of_lists db_string db_string (public) workflow::case::fsm::get_state_info_not_cached->db_string

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