workflow::case::get_enabled_action_ids (public)

 workflow::case::get_enabled_action_ids -case_id case_id \
    [ -trigger_type trigger_type ]

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

Get the currently enabled_action_id's of enabled user actions in the case. Note that this is different from get_enabled_actions, which only returns the action_id, which will not work for dynamic actions.

Switches:
-case_id
(required)
The ID of the case.
-trigger_type
(defaults to "user") (optional)
You can limit to e.g. user actions here. Defaults to user actions. Specify the empty string if you want all actions.
Returns:
A list of currently available enabled_action_id's.
Author:
Lars Pind <lars@collaboraid.biz>

Partial Call Graph (max 5 caller/called nodes):
%3 workflow::case::get_available_actions workflow::case::get_available_actions (public, deprecated) workflow::case::get_enabled_action_ids workflow::case::get_enabled_action_ids workflow::case::get_available_actions->workflow::case::get_enabled_action_ids workflow::case::get_available_enabled_action_ids workflow::case::get_available_enabled_action_ids (public) workflow::case::get_available_enabled_action_ids->workflow::case::get_enabled_action_ids util_memoize util_memoize (public) workflow::case::get_enabled_action_ids->util_memoize workflow::case::cache_timeout workflow::case::cache_timeout (private) workflow::case::get_enabled_action_ids->workflow::case::cache_timeout workflow::case::get_enabled_action_ids_not_cached workflow::case::get_enabled_action_ids_not_cached (public) workflow::case::get_enabled_action_ids->workflow::case::get_enabled_action_ids_not_cached

Testcases:
No testcase defined.
Source code:
    return [util_memoize [list workflow::case::get_enabled_action_ids_not_cached $case_id $trigger_type]  [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: