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.