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
(boolean) (optional)
-assignees
(optional)
Author:
Lars Pind <lars@collaboraid.biz>

Partial Call Graph (max 5 caller/called nodes):
%3 workflow::case::state_changed_handler workflow::case::state_changed_handler (private) workflow::case::action::enable workflow::case::action::enable workflow::case::state_changed_handler->workflow::case::action::enable db_boolean db_boolean (public) workflow::case::action::enable->db_boolean db_dml db_dml (public) workflow::case::action::enable->db_dml db_nextval db_nextval (public) workflow::case::action::enable->db_nextval db_string db_string (public) workflow::case::action::enable->db_string db_transaction db_transaction (public) workflow::case::action::enable->db_transaction

Testcases:
No testcase defined.
[ show source ]
Show another procedure: