workflow::case::enabled_action_get_element (public)

 workflow::case::enabled_action_get_element \
    -enabled_action_id enabled_action_id -element element

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

Return a single element from the information about an enabled action

Switches:
-enabled_action_id
(required)
-element
(required)
The element you want
Returns:
The element you asked for
Author:
Lars Pind <lars@collaboraid.biz>

Partial Call Graph (max 5 caller/called nodes):
%3 workflow::case::action::unenable workflow::case::action::unenable (private) workflow::case::enabled_action_get_element workflow::case::enabled_action_get_element workflow::case::action::unenable->workflow::case::enabled_action_get_element workflow::case::get_available_actions workflow::case::get_available_actions (public, deprecated) workflow::case::get_available_actions->workflow::case::enabled_action_get_element workflow::case::enabled_action_get workflow::case::enabled_action_get (public) workflow::case::enabled_action_get_element->workflow::case::enabled_action_get

Testcases:
No testcase defined.
Source code:
    enabled_action_get -enabled_action_id $enabled_action_id -array row
    return $row($element)
Generic XQL file:
packages/workflow/tcl/case-procs.xql

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

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

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