Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This command enables one or more workflow groups.

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

This command enables one or more workflow groups. 

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

Info

Example- wfgroupenable

Code Block
<folder>.<workflowgroupconfigurationname>.<workflowgroupname>

The command accepts standard wild cards, such as '*' and '?'. For further information see Textual Pattern Matches. The command It accepts the following options:

Option

Description

[ -mode < a > ]

Enable only workflow groups marked with a specified mode:

  • a - Only Autostart groups are enabled.

Return Codes

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

Code

Description

0

Will be returned if the command

...

is 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

...

is found.

4

Will be returned if the user does not have permission to access the workflow group.