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
+34-36Lines changed: 34 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,16 +35,16 @@ Global listeners:
35
35
36
36
You configure global user task listeners at the cluster level in the [Unified Configuration](/self-managed/components/orchestration-cluster/core-settings/configuration/properties.md#camunda_cluster_global_listeners).
|`event-types`| (Required) List of user task event types that trigger the listener. Supported values: `creating`, `assigning`, `updating`, `completing`, `canceling`. The shorthand `all` value is also available if the listener should react to all lifecycle events. |
45
-
|`type`| (Required) The name of the job type. Used as a reference to specify which job workers request the respective task listener job. For example, `order-items`. |
46
-
|`retries`| (Optional) Number of retries for the user task listener job (defaults to 3 if omitted). |
47
-
|`after-local`| (Optional) Boolean indicating whether the listener should run after model-level listeners. Defaults to `false` (runs before model-level listeners). |
|`event-types`| (Required) List of user task event types that trigger the listener. Supported values: `creating`, `assigning`, `updating`, `completing`, `canceling`. The shorthand `all` value is also available if the listener should react to all lifecycle events. |
45
+
|`type`| (Required) The name of the job type. Used as a reference to specify which job workers request the respective task listener job. For example, `order-items`. |
46
+
|`retries`| (Optional) Number of retries for the user task listener job (defaults to 3 if omitted). |
47
+
|`after-non-global`| (Optional) Boolean indicating whether the listener should run after model-level listeners. Defaults to `false` (runs before model-level listeners). |
48
48
49
49
### Validation behavior
50
50
@@ -61,39 +61,37 @@ In all the above cases, a suitable warning is reported in the orchestration clus
0 commit comments