Global Inbox Connector

Content Type: Module
Categories: Scheduling

Overview

The Global Inbox Connector module can be used to publish workflow tasks to a centralized user task inbox. See the Global Inbox module for more details.

Documentation

Please see Global Inbox Connector in the Mendix documentation for details.

Releases

Version: 0.3.0
Framework Version: 11.6.0
Release Notes:
  • We updated ASU_GlobalInboxConnector_Startup microflow to migrate existing WorkflowUserTask objects to the Global Inbox.

 

Note: Only tasks that are in progress will be included in the migration. The migration is executed synchronously and may take some time. If you do not want to perform this migration, you can remove it from the startup flow. See the module documentation for more details.

 

  • We removed the AppId constant; it will now be configured automatically in the startup microflow.
  • We renamed the GlobalInboxEventService event names, related entities, and microflows.
  • We fixed an issue where multiple objects could get created for a single Workflow Definition.

 

Important: When updating your apps, ensure to update and deploy the app with the Global Inbox module first (requires update to version 0.3.0 as well), before deploying the Global Inbox Connector module.

 

Version: 0.2.0
Framework Version: 11.6.0
Release Notes:
  • We added support for Workflow Groups.
Version: 0.1.0
Framework Version: 11.6.0
Release Notes:

Initial release of the Global Inbox Connector module. See the documentation tab for more details.