Workflow and Workflow Group Commands(3.0)
Apart from general mzcli
commands, there are specific mzcli
commands for Workflows and Workflow Groups.
- If a command starts with
wf
it relates to Workflows - If a command starts with
wfgroup
it relates to Workflow Groups
Workflow and Workflow Group commands accept wild cards, such as '*' and '?'. For further information about pattern match expressions see Textual Pattern Matches(3.0).
Workflow Commands
With Workflow commands you compare a single pattern match expression, or several, with the full workflow name, <folder name>.<workflow configuration name>.<workflow name>
, of all the workflows.
Workflow Group Commands
With Workflow Group commands, you compare a single pattern match expression, or several, with the workflow group name, <folder name>.<workflow group name>
, of all the workflows.
The following Workflow and Workflow Group commands are suppored:
- wfcommand (3.0)
- wfdisable(3.0)
- wfenable(3.0)
- wfgroupaddwf(3.0)
- wfgroupaddwfgroup(3.0)
- wfgroupdisable(3.0)
- wfgroupenable(3.0)
- wfgrouplist(3.0)
- wfgroupmodify(3.0)
- wfgroupremovewf(3.0)
- wfgroupremovewfgroup(3.0)
- wfgroupstart(3.0)
- wfgroupstop(3.0)
- wflist(3.0)
- wfstart(3.0)
- wfstop(3.0)