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 (optional, boolean)
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>

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