Skip to content
Open
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 @@ -70,7 +70,7 @@ You can find the following pages in Workflow Commons:
* **Assigned tasks** – Shows a list of tasks assigned to the selected user (possible actions are reassigning and unassigning the corresponding tasks).
* **Targeted tasks** – Shows a list of all tasks that the selected user is a target user of (the administrator can re-target these tasks to another user).
* The **Groups** section – In this section, administrator can view the groups a user belongs to, add the user to new groups, or remove them from existing ones.
* **WorkflowGroup_Overview** - This page allows the workflow administrator to manage workflow groups and their members. The administrator can add or remove users from groups. Workflow groups can be used for task targeting, enabling members to view and pick up tasks targeted to their group. You can add groups to your project via Studio Pro under **App Settings** > the **Workflows** tab > the **Workflow groups** section. To allow group targeting in a user task, make sure to enable the **Workflow groups** feature in Studio Pro **Preferences** > **New features**.
* **WorkflowGroup_Overview** - This page allows the workflow administrator to manage workflow groups and their members. The administrator can add or remove users from groups. Workflow groups can be used for task targeting, enabling members to view and pick up tasks targeted to their group. You can add groups to your project via Studio Pro under **App Settings** > the **Workflows** tab > the **Workflow groups** section.
* **ConflictResolution** - This page allows the workflow administrator to resolve incompatible workflows in groups. These groups can be formed based on conflict reasons, current activities, or the execution path. Depending on the selected workflow(s), the administrator can choose one of the allowed resolution actions: Continue, Jump to Activity, Restart, or Abort. For more information on when these options are available for workflow instances, see the [Workflow Versioning Conflict Types](/refguide/workflow-versioning/#conflict-types) section in *Workflow Versioning and Conflict Mitigation*.
* **Continue** – Resumes processing workflow instances from the point they had reached before a new version of the workflow definition was deployed.
* **Jump to Activity** – Displays a list of activities that the workflow instances can jump to. After selecting an activity, the changes will be applied to the workflow instances.
Expand Down