workflow::case::fsm::get (public)
workflow::case::fsm::get -case_id case_id -array array \ [ -parent_enabled_action_id parent_enabled_action_id ] \ [ -action_id action_id ] [ -enabled_action_id enabled_action_id ]
Defined in packages/workflow/tcl/case-procs.tcl
Get information about an FSM case set as values in your array. case_id state_short_name pretty_state state_hide_fields state_id parent_enabled_action_id parent_case_id entry_id top_case_id workflow_id object_id
- Switches:
- -case_id (required)
- The ID of the case
- -array (required)
- The name of an array in which information will be returned.
- -parent_enabled_action_id (optional)
- If specified, will return the sub-case information for the given action.
- -action_id (optional)
- Deprecated. Same effect as enabled_action_id, but will not work for dynamic workflows.
- -enabled_action_id (optional)
- If specified, will return the case information as if the given action had already been executed. This is useful for presenting forms for actions that do not take place until the user hits OK.
- Author:
- Lars Pind <lars@collaboraid.biz>
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.