workflow::case::get_enabled_actions (public, deprecated)

 workflow::case::get_enabled_actions -case_id case_id

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

Deprecated. Invoking this procedure generates a warning.

Get the currently enabled user actions, based on the state of the case

Switches:
-case_id (required)
The ID of the case.
Returns:
A list of action_id's of the actions which are currently enabled
Author:
Lars Pind <lars@collaboraid.biz>
See Also:

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc workflow::case::get_enabled_actions
    return [util_memoize [list workflow::case::get_enabled_actions_not_cached $case_id]  [workflow::case::cache_timeout]]
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: