Skip to content

Commit bf06e2c

Browse files
Merge pull request #11033 from ozgeMendix/uia-1487-global-inbox-workflow-groups
[UIA-1487] Add support for WorkflowGroups in Global Inbox
2 parents 21d311e + 3fbba9b commit bf06e2c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • content/en/docs/marketplace/platform-supported-content/modules

content/en/docs/marketplace/platform-supported-content/modules/global-inbox.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,13 @@ The **Global Inbox** consists of the following components:
6363

6464
The Global Inbox operates with the following event flow:
6565

66-
1. Publisher App registration: Each publisher application registers with the Global Inbox by publishing a **PublisherAppRegisteredEvent**. This ensures the Global Inbox knows which apps are available to send task events.
66+
1. Publisher App registration: Each publisher application registers with the Global Inbox by publishing a **PublisherAppRegisteredEvent**. This ensures the Global Inbox knows which apps are available to send task events. As part of this registration, the application's workflow groups are synchronized with the Global Inbox.
6767
2. Task update and event publication: When a workflow or task is created, updated, or completed in a publisher application that includes the Global Inbox Connector, the connector publishes the following events:
6868
* **WorkflowUpdatedEvent** – triggered when the workflow is updated.
6969
* **UserTaskUpdatedEvent** – triggered when a user task is updated.
7070
* **UserTaskEndedEvent** – triggered when a user task is completed or aborted.
7171
* **UserTaskOutcomeSelectedEvent** – triggered when a user completes a task by selecting an outcome.
72+
* **WorkflowGroupUpdatedEvent** – triggered when a workflow group is updated.
7273
3. Event consumption: The Global Inbox consumes these events and updates or creates the corresponding task entries in the central task list.
7374
4. Task visibility and navigation: Tasks become visible in the Global Inbox. Users can click a button to navigate directly to the corresponding task page in the Publisher Application to take action.
7475

@@ -138,6 +139,5 @@ Any user that can see a task in Publisher Application can see the same task in t
138139

139140
## Limitations
140141

141-
* **Global Inbox** does not support [Workflow Groups](/refguide/workflow-groups/) at the moment. This will be introduced at a later stage.
142142
* **Global Inbox** has limited support for error handling. Any exceptions that occur in a microflow after updating a user task (or other Workflow-related entity) in the same microflow (for example, updating the targeted users or due date) might result in data becoming out of sync. This is a temporary limitation that will be resolved in an upcoming version.
143143
* Workflows and tasks that are modeled in the same app that includes the Global Inbox module are NOT available in the Global Inbox. The Global Inbox app only consumes and displays workflow instances from other Mendix applications.

0 commit comments

Comments
 (0)