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