Workflow Commons

Category: Modules
Subcategory: Scheduling

Overview

This module provides out-of-the-box content to get you started with building workflows in Mendix. Read more about this module and how to set it up in our documentation. 

Documentation

Workflow Commons module

Provides out-of-the-box content to get you started with building workflows in Mendix. Read more about this module and how to set it up in the documentation at https://docs.mendix.com/appstore/modules/workflow-commons/.

License

https://www.mendix.com/terms-of-use/

Mendix marketplace

https://marketplace.mendix.com/link/component/117066

Releases

Version: 2.5.0
Framework Version: 9.20.0
Release Notes: - We upgraded the module to Mendix 9.20.0 - Starting with Mendix 9.20.0, you can disable the auto-assignment of users when opening a user task. We updated the user task page templates to include the message "You can only complete a task when you are the assigned user" that is displayed when you open a user task page and you are not the assigned user for this user task - We optimized the 'Refresh' action that is used in the Task Inbox page. For this action we now use the 'Refresh entity' action that is available in the Nanoflow Commons module. This module is included by default when starting a new app. If your app currently does not include the Nanoflow Commons module, please make sure to import Nanoflow Commons from the marketplace when upgrading to v2.5.0 of Workflow Commons
Version: 2.4.0
Framework Version: 9.19.0
Release Notes: - We upgraded the module to Mendix 9.19.0 - Attachments outside the scope of a comment now need to be part of your own domain model, and should be associated to the context entity of the Workflow. This is required so you can configure the applicable security settings, since the context of a specific Workflow is not known in advance in Workflow Commons - In Studio, attachments can be added using the ‘File’ property in the Workflow wizard - In Studio Pro, attachments can be added using a specialization of System.FileDocument - As a result: Attachments in Workflow Commons are now (an optional) part of comments. A migration microflow is provided that will create a comment for every workflow instance and link all its existing attachments. If your app requires migration, this option will be shown in the Workflow Admin Center. Until the migration has been executed, existing comments and attachments will not be visible in any of the included pages and snippets. Make sure to create a backup of your data before you execute the migration - We added support for subworkflows in the Workflow Admin page and page template: whenever a workflow was called from a parent workflow, this is shown in the page header - We fixed CVE-2022-46664 - for more information, see security advisory at https://cert-portal.siemens.com/productcert/pdf/ssa-210822.pdf - We updated the icons that are used in the ‘Jump to Activity’ pop-up
Version: 2.3.2
Framework Version: 9.18.0
Release Notes: - We fixed CVE-2022-46664 - for more information, see security advisory at https://cert-portal.siemens.com/productcert/pdf/ssa-210822.pdf
Version: 2.3.1
Framework Version: 9.17.0
Release Notes: - We updated Charts module compatibility to version 3.0.1
Version: 2.3.0
Framework Version: 9.17.0
Release Notes: - We have introduced Jump-to action. For more details on this, please visit https://docs.mendix.com/refguide/jump-to/ - We moved the Workflow Definition View page from Workflow dashboard to Workflow management - We updated Charts module compatibility to version 3.0.0 - We updated Data Widgets module compatibility to version 2.5.4