Workflow and Workflow Group Commands(3.2)
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.2).
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.2)
- wfdisable(3.2)
- wfenable(3.2)
- wfgroupaddwf(3.2)
- wfgroupaddwfgroup(3.2)
- wfgroupdisable(3.2)
- wfgroupenable(3.2)
- wfgrouplist(3.2)
- wfgroupmodify(3.2)
- wfgroupremovewf(3.2)
- wfgroupremovewfgroup(3.2)
- wfgroupstart(3.2)
- wfgroupstop(3.2)
- wflist(3.2)
- wfstart(3.2)
- wfstop(3.2)