Skip to content

Releases: mendix/WorkflowCommons

3.12.1

06 Jan 13:16
686ac3d
Compare
Choose a tag to compare
  • We changed the length of the Reason attribute in the WorkflowAuditTrailRecord entity to unlimited.
  • We fixed the warnings in the module where applicable.

3.12.0

27 Nov 14:41
b350af6
Compare
Choose a tag to compare
  • We upgraded the module to Mendix 10.17.0
  • We updated Data Widgets module compatibility to v2.28.1
  • We fixed an issue where the Reason field was not displayed for Paused workflow instances after locking a workflow definition. We updated the conditional visibility to show the Reason field if available, regardless of the workflow state.
  • We fixed an issue where switching between the Minimal, Default and All views did not work correctly for the Audit Trail.
  • We added compatibility for changes in the System module that were introduced with Mendix 10.17.0

3.11.0

08 Nov 12:33
d11418f
Compare
Choose a tag to compare
  • We added 'Manage task assignments' page. This page provides the workflow administrator the ability to manage the assignment and targeting of user tasks based on a selected user. This is typically done when a user is leaving the organization or a group/role.
  • We updated Data Widgets module compatibility to v2.26.0

3.10.0

24 Sep 12:46
3e294b5
Compare
Choose a tag to compare
  • We added a constant DueDateExpirationInDays to configure the period in days for which the workflows/user tasks are to be considered almost due.
  • We added visual indicators that indicates workflows/user tasks that are almost due based on the constant DueDateExpirationInDays or overdue in pages Task Inbox, Task Dashboard, Default Workflow Admin and Workflow Definition View.
  • We added Due in x day(s) counters to the Workflow Dashboard for workflows/user tasks. Where the value of x is the DueDateExpirationInDays constant value.
  • We fixed a bug in the calculation of the overdue counters in the Workflow Dashboard.

3.9.0

27 Aug 12:40
ccfc5e0
Compare
Choose a tag to compare
  • We upgraded the module to Mendix 10.14.0
  • We replaced the usage of the 'WorkflowWaitForTimer' image with the 'WorkflowTimer' image.
  • We added compatibility for changes in the System module that were introduced with Mendix 10.14.0

3.8.1

15 Aug 09:16
6af418c
Compare
Choose a tag to compare
  • We fixed an issue in the Task Inbox and Task Dashboard pages where the ‘Assignee(s)' column did not display the Assignee name(s).

3.8.0

13 Aug 09:09
1f4947d
Compare
Choose a tag to compare
  • We upgraded the module to Mendix 10.12.0
  • We updated Data Widgets module compatibility to v2.21.2
  • We added an option to select if you want to keep the target users or re-run user targeting when retrying a workflow that has a failed user task.
  • We added a confirmation pop-up to all actions in the Workflow Admin page.
  • We added the microflows ‘ACT_UserTask_AssignToUser’ and ‘ACT_UserTask_AssignToUsers' to the ‘Use me’ folder, that can be used to assign user(s) to a user task. The 'ACT_UserTask_AssignToUsers’ microflow is only applicable for multi-user tasks.

3.7.0

22 Jul 13:39
62651a5
Compare
Choose a tag to compare
  • We added a scheduled event to clean-up expired audit trail logs. Refer to module documentation for more details and how to set it up.
  • We fixed inconsistent log node names.

3.6.0

28 Jun 13:50
3f83033
Compare
Choose a tag to compare
  • We introduced the audit trail feature to track all events and actions that have taken place in the workflows in your application. Refer to the module documentation for more details on how to configure a workflow event handler for audit trails.
  • We added a key attribute to WorkflowView and UserTaskView entities, that uniquely identifies the workflow and user task instances. The value is helpful for correlating audit trail data to the related workflow or user task.

Note: If you want to add the keys to existing WorkflowView and UserTaskView data you need to run a migration, you can either:

  • Use the migration microflow 'ACT_Key_Migrate' (also added to the 'WorkflowAdminCenter' page), or:
  • Add the 'ASu_Key_Migrate' microflow to the project's after startup microflow.

3.5.0

24 Jun 15:07
b06d71a
Compare
Choose a tag to compare
  • We added support for React client, introduced as public beta in Mendix 10.7.0. As part of this, we updated all dropdown and reference selector widgets to the new Combo Box widget.
  • We updated Atlas Core module compatibility to v3.14.2 to replace the Static image widget with the Image widget.
  • We updated Data Widgets module compatibility to v2.20.0
  • We updated Charts widget compatibility to v5.0.0

Notes:

  • Make sure that you have the Combo Box widget installed in your project. If you do not already have it, you can download it from the marketplace.
  • When importing the module in Mendix 10.6.0 or above, you might get consistency error CE6087 for renamed design properties. Right-click and update all renamed design properties in the project.