workflow::action::fsm::get (public)

 workflow::action::fsm::get -action_id action_id -array array

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

Return information about an action with a given id, including FSM-related info: enabled_states, enabled_state_ids, assigned_states, assigned_state_ids, new_state, new_state_id.

Switches:
-action_id
(required)
-array
(required)
Authors:
Peter Marklund
Lars Pind <lars@collaboraid.biz>

Partial Call Graph (max 5 caller/called nodes):
%3 packages/workflow/www/admin/workflow-edit.tcl packages/workflow/ www/admin/workflow-edit.tcl workflow::action::fsm::get workflow::action::fsm::get packages/workflow/www/admin/workflow-edit.tcl->workflow::action::fsm::get workflow::action::fsm::generate_spec workflow::action::fsm::generate_spec (private) workflow::action::fsm::generate_spec->workflow::action::fsm::get workflow::action::fsm::get_element workflow::action::fsm::get_element (public) workflow::action::fsm::get_element->workflow::action::fsm::get workflow::case::action::enable workflow::case::action::enable (private) workflow::case::action::enable->workflow::action::fsm::get workflow::case::new workflow::case::new (public) workflow::case::new->workflow::action::fsm::get workflow::action::get workflow::action::get (public) workflow::action::fsm::get->workflow::action::get

Testcases:
No testcase defined.
Source code:
    # Select the info into the upvar'ed Tcl Array
    upvar $array row

    workflow::action::get -action_id $action_id -array row
Generic XQL file:
packages/workflow/tcl/action-procs.xql

PostgreSQL XQL file:
packages/workflow/tcl/action-procs-postgresql.xql

Oracle XQL file:
packages/workflow/tcl/action-procs-oracle.xql

[ hide source ] | [ make this the default ]
Show another procedure: