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 (optional, defaults to
"user"
)- 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):
- 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