workflow::action::fsm::set_enabled_in_state (public)
workflow::action::fsm::set_enabled_in_state -action_id action_id \ -state_id state_id [ -enabled ] [ -assigned ] \ [ -workflow_id workflow_id ]
Defined in packages/workflow/tcl/action-procs.tcl
Edit the enabled state of an action
- Switches:
- -action_id (required)
- -state_id (required)
- -enabled (optional, boolean)
- -assigned (optional, boolean)
- -workflow_id (optional)
- Optionally provide the workflow_id. If not, this will be gotten from a query.
- Author:
- Lars Pind <lars@collaboraid.biz>
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.