Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

usage: wfgroupdisable <pattern match expression for workflow group names> ...
[ -mode < a >]

This command disables one or more workflow groups.

With this command you compare a single pattern matching expression, or several, with the full workflow group name, <folder>.<workflowgroupconfigurationname>.<workflowgroupname>, of all the workflow groups.

The command accepts wild cards, such as '*' and '?'. For further information see Textual Pattern Matches.

The command accepts the following options:

Option

Description

[ -mode < a > ]

Disable only workflow groups marked with a specified mode:

  • a - Only Autostart groups are disabled.

Return Codes

Listed below are the different return codes for the wfgroupdisable command:

Code

Description

0

Will be returned if the command was successful.

1

Will be returned if the argument count is incorrect.

2

Will be returned if the user is not found or not logged in.

3

Will be returned if no matching workflow group was found.

  • No labels