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>

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: