wfgrouplist
Â
usage: wfgrouplist <pattern match expression for workflow group names> ...Â
[ -valid ] [ -invalid ] [ -active ] [ -inactive ] [ -scheduled ] [ -unscheduled ] [ -mode < D | E >] [ -short ] [ -members ]
Lists the groups that are configured in the system. If no option is used, the list consists of four columns: Workflow Group Names, State, Mode, and Scheduled (true/false).
With this command, you compare a single pattern match expression, or several, with the full workflow group name, <folder>.<groupconfigurationname>.<workflowgroupname>
, 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 |
---|---|
[-valid] | Lists all valid groups. |
[-invalid] | Lists all invalid groups. |
[-active] | Lists all active groups. |
[-inactive] | Lists all inactive groups. |
[-scheduled] | Lists all the scheduled workflow groups. |
[-unscheduled] | Lists all the workflow groups that are not scheduled. |
[-mode <D|E>] | Lists only workflow groups marked with a specified mode:
|
[-short] | If set only the Workflow Group Names will be listed. |
[-members] | Lists the members of the workflow groups and some details of the members, for example, Mode. |
Return Codes
Listed below are the different return codes for the wfgrouplist
command:
Code | Description |
---|---|
0 | Will be returned if the command was successful. |
13 | Will be returned if the arguments are not recognized. |
Â