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: docs/components/concepts/global-user-task-listeners.md
+36-36Lines changed: 36 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,16 +22,18 @@ They are particularly useful for:
22
22
23
23
## Configure global user task listeners
24
24
25
-
Set global user task listeners at the cluster level using the `zeebe.broker.experimental.listeners.task` path in the broker configuration.
25
+
You configure global user task listeners at the cluster level in the [Unified Configuration](/self-managed/components/orchestration-cluster/core-settings/configuration/properties.md#camundaclusterglobal-listeners).
|`event-types`| Yes | <p>List of user task event types that trigger the listener.</p><p>Supported values: `creating`, `assigning`, `updating`, `completing`, `canceling`.</p><p>The shorthand `all` value is also available if the listener should react to all lifecycle events.</p> |
32
-
|`type`| Yes | <p>The name of the job type.</p><p>Used as a reference to specify which job workers request the respective task listener job. For example, `order-items`.</p> |
33
-
|`retries`| No | Number of retries for the user task listener job. Defaults to `3` if not set. |
34
-
|`after-local`| No | Boolean indicating whether the listener should run after model-level listeners. Defaults to `false` (runs before model-level listeners). |
|`event-types`| Yes | <p>List of user task event types that trigger the listener.</p><p>Supported values: `creating`, `assigning`, `updating`, `completing`, `canceling`.</p><p>The shorthand `all` value is also available if the listener should react to all lifecycle events.</p> |
34
+
|`type`| Yes | <p>The name of the job type.</p><p>Used as a reference to specify which job workers request the respective task listener job. For example, `order-items`.</p> |
35
+
|`retries`| No | Number of retries for the user task listener job. Defaults to `3` if not set. |
36
+
|`after-non-global`| No | Boolean indicating whether the listener should run after model-level listeners. Defaults to `false` (runs before model-level listeners). |
35
37
36
38
### How the configuration is validated
37
39
@@ -50,37 +52,35 @@ In all cases, a suitable warning is reported in the orchestration cluster startu
50
52
The following is an example YAML configuration and environment variables:
0 commit comments