...
Code Block |
---|
usage: wflist <pattern match expression for workflow names> [ -invalid | -valid | -active | -inactive ] [ -not-member-of-wfgroup ] [ -long [ -activation-modeactivationMode]] [ -loop [ N ]] |
This command lists workflows. If you use the command without any options, all workflows will be listed.
...
Option | Description | |||||
---|---|---|---|---|---|---|
[-invalid] | Lists all invalid workflows. | |||||
[-valid] | Lists all valid workflows. | |||||
[-active] | Lists all active workflows. | |||||
[-inactive] | Lists all inactive workflows. | |||||
[-not-member-of-wfgroup ] | Lists all the workflows that are not included in a workflow group. | |||||
[-long] | Lists the workflow state and information about the latest start (aborted or not started). If the workflow is running | |||||
[-long [ -activation-modeactivationMode]] | Lists the workflow state and information about the latest start as well as the workflow's activation mode. If the workflow is enabled it will be shown as ENABLED. | |||||
[-loop [ N ]] | Sets a loop mode that runs the
|
...