workflow::case::action::enable (private)
workflow::case::action::enable -case_id case_id -action_id action_id \ [ -parent_enabled_action_id parent_enabled_action_id ] \ [ -user_id user_id ] [ -assigned ] [ -assignees assignees ]
Defined in packages/workflow/tcl/case-procs.tcl
Update the workflow_case_enabled_actions table to say that the action is now enabled. Will automatically fire an automatic action. Does not flush the cache. Should only be called indirectly through the workflow API.
- Switches:
- -case_id (required)
- -action_id (required)
- -parent_enabled_action_id (optional)
- -user_id (optional)
- -assigned (optional, boolean)
- -assignees (optional)
- Author:
- Lars Pind <lars@collaboraid.biz>
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.