wflist
usage: wflist <pattern match expression for workflow names>Â [ -invalid | -valid | -active | -inactive ] [ -not-member-of-wfgroup ] [ -long [ -activationMode]] [ -loop [ N ]]
This command lists workflows. If you use the command without any options, all workflows will be listed.
With this command you compare a single pattern match expression, or several, with the full workflow name, <folder>.<workflowconfigurationname>.<workflowname>, of all the workflows.
The command accepts wild cards, such as '*' and '?'. For further information see Textual Pattern Matches.
The command accepts the following options:
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 [ -activationMode]] | 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 Note! When combining [-active] and [-long], the Execution Context and the execution time for the workflow will be listed. |
Return Codes
Listed below are the different return codes for the wflist
command:
Code | Description |
---|---|
0 | Will be returned if the command was successful. |
1 | Will be returned if the number of arguments is incorrect. |