workflow::case::enabled_action_get (public)
workflow::case::enabled_action_get \ -enabled_action_id enabled_action_id -array array
Defined in packages/workflow/tcl/case-procs.tcl
Get information about an enabled action
- Switches:
- -enabled_action_id (required)
- -array (required)
- The name of an array in which information will be returned.
- Author:
- Lars Pind <lars@collaboraid.biz>
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: # Select the info into the upvar'ed Tcl Array upvar $array row db_1row select_enabled_action {} -column_array rowGeneric XQL file: <fullquery name="workflow::case::enabled_action_get.select_enabled_action"> <querytext> select enabled_action_id, case_id, action_id, assigned_p, completed_p, parent_enabled_action_id, to_char(execution_time, 'YYYY-MM-DD HH24:MI:SS') as execution_time_ansi, coalesce((select a2.trigger_type from workflow_case_enabled_actions e2, workflow_actions a2 where e2.enabled_action_id = e.parent_enabled_action_id and a2.action_id = e2.action_id), 'workflow') as parent_trigger_type from workflow_case_enabled_actions e where enabled_action_id = :enabled_action_id </querytext> </fullquery>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