Skip to content

Releases: mendix/WorkflowCommons

2.0.1

28 Feb 09:08
Compare
Choose a tag to compare
  • We updated the Data Widgets module to version 2.3.0

2.0.0

25 Jan 10:48
f04ae2d
Compare
Choose a tag to compare

We updated the module for the Workflow changes introduced in Mendix 9.10.0. This version of Workflow Commons requires Mendix 9.10.0 or higher.

  • Removed the ‘Task Dashboard’ page and template
  • Removed the ‘My Initiated Workflows’ page and template
  • Removed the ‘Activity Timeline’ snippets
  • Removed the tabs and columns related to completed tasks from the Task Inbox
  • Removed metrics related to completed tasks from the Workflow Dashboard
  • Updated the Data Widgets module to v2.2.2

The removed pages and snippets will be re-introduced in later releases of Workflow Commons and starter templates.

1.4.1

15 Dec 09:40
Compare
Choose a tag to compare

Updated Data Widgets module compatibility to version 2.1.1

1.4.0

28 Oct 14:04
Compare
Choose a tag to compare
  • Updated support for DataWidgets 2.0.2
  • Fixed showing wrongfully 'Unassigned' when the Account object has an empty FullName attribute
  • Updated support for administration module V2.0.1

1.3.0

30 Sep 07:36
Compare
Choose a tag to compare
  • Upgraded to Mendix 9.6
  • Added change state actions to admin pages. See also Mendix 9.6 release notes Change State action.
  • Removed Mendix SSO dependency, Workflow Commons now relies on the Administration module for account details
  • Fixed a data retrieval bug on the task dashboard page
  • Renamed usage of "Instance" as the system module workflow entities since 9.6 will not append that anymore

Breaking changes:

1.2.2

13 Jul 11:44
Compare
Choose a tag to compare
  • Fixed breaking changes that DG2 v1.2.0 introduced for enum search filters. Used on our workflow instance overviews.

1.2.1

30 Jun 13:08
Compare
Choose a tag to compare
  • Updated data grid 2 included widgets to prevent consistency errors.
  • It is strongly advised to update your Data grid 2 module to version 1.2.0+

1.2.0

29 Jun 12:33
Compare
Choose a tag to compare
  • Updated minimum required Mendix version to 9.3.0
  • Fixed minor dashboard overdue workflow and usertask bug where it did not include all overdue items.
  • Implemented redesign of timeline to be more helpful
    • It now shows the outcome
    • Is a bit more dense
    • And handles unassigned tasks more elegantly
  • Added new "My initiated workflows" page, that gives the initiator of a workflow an overview of their initiated workflows
  • Added new "My initiated workflows" page template, similair to the previous item
  • The my initiated workflows also comes with a withdraw workflow option which lets the initiator abort workflows they initiated if they are still in progress
  • Updated dashboard time period filters to now include this year and last 3 months
  • Added task inbox refresh button

1.1.0

05 May 08:19
Compare
Choose a tag to compare
  • It is now possible to add context information to task inbox grids on the admin page and the task inbox page
  • The badge that shows workflow and task instance state no longer renders as a bunch of elements in wysiwyg view and now uses brand colors via dynamic classes
  • On the user task page and workflow admin page, the notification box is moved to the sidebar and uses brand colors via classes
  • The Workflow TaskDashboard and Workflow TaskInbox page templates now contain preview screenshots when selecting them to create a page
  • The generated workflow admin page now contains save and cancel buttons
  • As a process admin it is now possible to unassign and (re-)assign to target users
  • We refactored the TaskDashboard and WorkflowDashboard datasource logic to optimize performance
  • We cleaned up warnings that were a direct cause of logic in the module, the remaining warnings are part of the used widgets
  • Fixed an alignment issue on the task inbox pages
  • Fixed an access issue with user names on the activity timeline
  • For each user task, the selected outcome (if applicable) is now visible in the activity timeline.