Skip to content

Commit 3918b34

Browse files
committed
Add documentation for conflict resolution feature
1 parent ac08f18 commit 3918b34

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

content/en/docs/marketplace/platform-supported-content/modules/workflow-commons.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ This module allows Mendix developers with little or no experience in building wo
2222
* Audit trail for tracking workflows
2323
* Task assignment to manage user assignment and targeting. For example, when users leaving the organization or change their roles
2424
* Workflow group management
25+
* Workflow conflict resolution
2526

2627
{{% alert color="info" %}}For Workflow Commons version 2.4.0 and above, attachments are (an optional) part of comments. This means that the WorkflowAttachment entity is associated with the WorkflowComment entity. Security settings for the WorkflowAttachment entity are based on the workflows in which a user is involved, since the context of a specific workflow is not known in advance in Workflow Commons. If you would like to set custom security for attachments, you need to configure the attachment entity in your domain model and associate it with the workflow context entity of the workflow. {{% /alert %}}
2728

@@ -70,6 +71,13 @@ You can find the following pages in Workflow Commons:
7071
* **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).
7172
* 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.
7273
* **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**.
74+
* **ConflictResolution** - This page allows the workflow administrator to resolve incompatible workflows in groups, that can compose based on conflict reason, the current activities and/or the execution path. Depending on the selected workflows, the administrator can choose to continue, jump to activity, restart, or abort them. For more information on when these options are available for workflow instances, please refer to the [Workflow Documentation](https://docs.mendix.com/refguide/workflow-versioning/#conflict-types).
75+
* **Continue** – Resumes processing workflow instances from the point where they were before a new version of the workflow definition was deployed.
76+
* **Jump to Activity** – Displays a list of activities to which the workflow instances can jump. After selecting an activity, the changes will be applied to the workflow instances.
77+
* **Restart** – Stops the current task of the workflow instances and restarts them from the initial task in the workflow definition.
78+
* **Abort** – Aborts workflow instances along with all of their currently running user tasks.
79+
80+
{{% alert color="info" %}} The **Jump to Activity** option is available only if all selected workflow instances share the same current activities. {{% /alert %}}
7381

7482
### Page Templates
7583

0 commit comments

Comments
 (0)