workflow::action::fsm::get_new_state (public)
workflow::action::fsm::get_new_state -action_id action_id
Defined in packages/workflow/tcl/action-procs.tcl
Return the ID of the new state for an action
- Switches:
- -action_id (required)
- The action_id of the action.
- Returns:
- The ID of the new state after executing this action, or the empty string if the action doesn't change the state.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: return [workflow::action::get_from_request_cache $action_id "new_state_id"]Generic XQL file: packages/workflow/tcl/action-procs.xql
PostgreSQL XQL file: packages/workflow/tcl/action-procs-postgresql.xql
Oracle XQL file: packages/workflow/tcl/action-procs-oracle.xql