You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/marketplace/platform-supported-content/modules/global-inbox.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,12 +63,13 @@ The **Global Inbox** consists of the following components:
63
63
64
64
The Global Inbox operates with the following event flow:
65
65
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.
67
67
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:
68
68
***WorkflowUpdatedEvent** – triggered when the workflow is updated.
69
69
***UserTaskUpdatedEvent** – triggered when a user task is updated.
70
70
***UserTaskEndedEvent** – triggered when a user task is completed or aborted.
71
71
***UserTaskOutcomeSelectedEvent** – triggered when a user completes a task by selecting an outcome.
72
+
***WorkflowGroupUpdatedEvent** – triggered when a workflow group is updated.
72
73
3. Event consumption: The Global Inbox consumes these events and updates or creates the corresponding task entries in the central task list.
73
74
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.
74
75
@@ -138,6 +139,5 @@ Any user that can see a task in Publisher Application can see the same task in t
138
139
139
140
## Limitations
140
141
141
-
***Global Inbox** does not support [Workflow Groups](/refguide/workflow-groups/) at the moment. This will be introduced at a later stage.
142
142
***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.
143
143
* 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