workflow::case::action::fsm::execute_state_change (private)

 workflow::case::action::fsm::execute_state_change [ -initial ] \
    [ -case_id case_id ] [ -action_id action_id ] \
    [ -enabled_action_id enabled_action_id ] \
    [ -parent_enabled_action_id parent_enabled_action_id ]

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

Modify the state of the case as required when executing the given action.

Switches:
-initial
(boolean) (optional)
Set this if this is an initial action.
-case_id
(optional)
The ID of the case.
-action_id
(optional)
The ID of the action
-enabled_action_id
(optional)
The ID of the action
-parent_enabled_action_id
(optional)
Specify this, if this is an initial action.
Author:
Lars Pind <lars@collaboraid.biz>

Partial Call Graph (max 5 caller/called nodes):
%3 workflow::case::action::execute workflow::case::action::execute (public) workflow::case::action::fsm::execute_state_change workflow::case::action::fsm::execute_state_change workflow::case::action::execute->workflow::case::action::fsm::execute_state_change db_dml db_dml (public) workflow::case::action::fsm::execute_state_change->db_dml db_transaction db_transaction (public) workflow::case::action::fsm::execute_state_change->db_transaction workflow::action::get workflow::action::get (public) workflow::case::action::fsm::execute_state_change->workflow::action::get workflow::case::action::get_enabled_action_id workflow::case::action::get_enabled_action_id (private) workflow::case::action::fsm::execute_state_change->workflow::case::action::get_enabled_action_id workflow::case::enabled_action_get workflow::case::enabled_action_get (public) workflow::case::action::fsm::execute_state_change->workflow::case::enabled_action_get

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