workflow::fsm::generate_spec (public)workflow::fsm::generate_spec -workflow_id workflow_id \
[ -workflow_handler workflow_handler ] [ -handlers handlers ]
Defined in packages/workflow/tcl/workflow-procs.tclGenerate a spec for a workflow in array list style.
- Switches:
- -workflow_id (required)
- The id of the workflow to generate a spec for.
- -workflow_handler (defaults to
"workflow") (optional) - -handlers (defaults to
"
roles workflow::role
actions workflow::action::fsm
states workflow::state::fsm
") (optional)
- Returns:
- The spec for the workflow.
- Author:
- Lars Pind <lars@collaboraid.biz>
See Also:
|