diff --git a/content/en/docs/refguide/modeling/application-logic/workflows/workflow-elements/user-task.md b/content/en/docs/refguide/modeling/application-logic/workflows/workflow-elements/user-task.md index 0fd0470feed..976b0c07dc3 100644 --- a/content/en/docs/refguide/modeling/application-logic/workflows/workflow-elements/user-task.md +++ b/content/en/docs/refguide/modeling/application-logic/workflows/workflow-elements/user-task.md @@ -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 %}} diff --git a/content/en/docs/refguide/modeling/application-logic/workflows/workflow-groups.md b/content/en/docs/refguide/modeling/application-logic/workflows/workflow-groups.md index 3a1ecfb70bf..a8081192a77 100644 --- a/content/en/docs/refguide/modeling/application-logic/workflows/workflow-groups.md +++ b/content/en/docs/refguide/modeling/application-logic/workflows/workflow-groups.md @@ -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.