Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ When enabled, you can automatically assign a user task when a single user is tar
#### Target Workflow Group(s) {#workflow-group}

{{% alert color="info" %}}
**Target Workflow group(s)** was introduced in Studio Pro 11.2.0 as a beta feature. To enable this option, go to **Edit** > **Preferences** > the **New features** tab > the **Workflow** section.
**Target Workflow group(s)** was introduced in Studio Pro 11.2.0 as a beta feature and was released for GA in 11.6.0.

For more information on how to configure workflow groups, see [Workflow Groups](/refguide/workflow-groups/).
{{% /alert %}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ weight: 40

## Introduction

{{% alert color="info" %}}
This feature was introduced in Studio Pro 11.2.0 as a beta feature and was released for GA in 11.6.0.
{{% /alert %}}

A workflow group provides the means to group users for [user task targeting](/refguide/user-task/#workflow-group).

The advantage of targeting users through groups is that it is a dynamic concept: when users are added or removed from the group, the targeted users of a user task change accordingly. This does not happen when targeting users directly. For example, when a new user "John" is created and added to a "Managers" group, he will instantly see all the current tasks that are targeting this group. Similarly, those tasks will disappear from his inbox when he is removed from the group.
Expand Down