workflow::state::fsm::get_ids (private)

 workflow::state::fsm::get_ids [ -all ] -workflow_id workflow_id \
    [ -parent_action_id parent_action_id ]

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

Get the state_id's of all the states in the workflow.

Switches:
-all
(boolean) (optional)
-workflow_id
(required)
The ID of the workflow
-parent_action_id
(optional)
Returns:
list of state_id's.
Author:
Lars Pind <lars@collaboraid.biz>

Partial Call Graph (max 5 caller/called nodes):
%3 workflow::fsm::get_states workflow::fsm::get_states (public) workflow::state::fsm::get_ids workflow::state::fsm::get_ids workflow::fsm::get_states->workflow::state::fsm::get_ids workflow::state::fsm::get_all_info workflow::state::fsm::get_all_info (private) workflow::state::fsm::get_ids->workflow::state::fsm::get_all_info workflow::state::fsm::get_element workflow::state::fsm::get_element (public) workflow::state::fsm::get_ids->workflow::state::fsm::get_element

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