@camunda/connectors-element-templates 1.0.17 → 1.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (125) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -2
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +2 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +6 -6
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +6 -6
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +6 -6
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +6 -6
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +10 -13
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3774 -33
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +7968 -4288
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +2 -5
  12. package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
  13. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -5
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1175 -1171
  16. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
  17. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
  18. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
  19. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
  20. package/src/element-templates/aws-bedrock-outbound-connector.json +775 -38
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1407 -1407
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +370 -5
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +399 -0
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
  29. package/src/element-templates/aws-lambda-outbound-connector.json +472 -468
  30. package/src/element-templates/aws-s3-outbound-connector.json +656 -15
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
  32. package/src/element-templates/aws-sns-inbound-boundary.json +230 -223
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +486 -479
  34. package/src/element-templates/aws-sns-inbound-message-start.json +240 -233
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
  37. package/src/element-templates/aws-sns-outbound-connector.json +390 -386
  38. package/src/element-templates/aws-sqs-boundary-connector.json +472 -468
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +388 -384
  40. package/src/element-templates/aws-sqs-outbound-connector.json +402 -400
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +571 -563
  43. package/src/element-templates/aws-sqs-start-message.json +866 -862
  44. package/src/element-templates/aws-textract-outbound-connector.json +358 -354
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1325 -0
  47. package/src/element-templates/blue-prism-connector.json +595 -50
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +39 -31
  50. package/src/element-templates/easy-post-connector.json +1088 -120
  51. package/src/element-templates/email-inbound-connector-boundary.json +16 -8
  52. package/src/element-templates/email-inbound-connector-intermediate.json +16 -8
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +16 -8
  55. package/src/element-templates/email-outbound-connector.json +2114 -241
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12587 -9052
  58. package/src/element-templates/github-webhook-connector-boundary.json +27 -29
  59. package/src/element-templates/github-webhook-connector-intermediate.json +40 -42
  60. package/src/element-templates/github-webhook-connector-message-start.json +19 -21
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +11 -13
  63. package/src/element-templates/gitlab-connector.json +4756 -3124
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +1285 -665
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1055 -26
  68. package/src/element-templates/google-sheets-outbound-connector.json +2413 -1419
  69. package/src/element-templates/graphql-outbound-connector.json +1136 -1127
  70. package/src/element-templates/http-json-connector.json +2779 -2129
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +1483 -1472
  72. package/src/element-templates/http-polling-connector.json +746 -735
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +249 -18
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +528 -519
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +729 -720
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +628 -619
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +666 -660
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
  85. package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +4161 -1997
  87. package/src/element-templates/openai-connector.json +579 -116
  88. package/src/element-templates/operate-connector.json +1219 -67
  89. package/src/element-templates/power-automate-connector.json +604 -12
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +863 -854
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +926 -917
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +469 -460
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +601 -592
  95. package/src/element-templates/rabbitmq-outbound-connector.json +634 -628
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +553 -9
  98. package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
  99. package/src/element-templates/send-message-connector-message-end-event.json +10 -5
  100. package/src/element-templates/send-message-connector-send-task.json +10 -5
  101. package/src/element-templates/sendgrid-outbound-connector.json +1380 -772
  102. package/src/element-templates/servicenow-connector.json +971 -3
  103. package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
  104. package/src/element-templates/servicenow-incident-connector.json +980 -3
  105. package/src/element-templates/slack-inbound-boundary.json +389 -91
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +566 -236
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +127 -122
  110. package/src/element-templates/slack-outbound-connector.json +2613 -915
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1514 -34
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +29 -20
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +39 -30
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +607 -15
  119. package/src/element-templates/webhook-connector-boundary.json +1218 -1208
  120. package/src/element-templates/webhook-connector-intermediate.json +1837 -1827
  121. package/src/element-templates/webhook-connector-receive.json +55 -45
  122. package/src/element-templates/webhook-connector-start-event.json +1299 -1292
  123. package/src/element-templates/webhook-connector-start-message.json +711 -701
  124. package/src/element-templates/whatsapp-connector.json +339 -5
  125. package/src/element-templates/http-connector.json.json +0 -654
@@ -3,9 +3,9 @@
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
4
  "name": "Amazon EventBridge Outbound Connector",
5
5
  "id": "io.camunda.connectors.AWSEventBridge.v1",
6
+ "version": 4,
6
7
  "description": "Send events to AWS EventBridge",
7
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/amazon-eventbridge/?awseventbridge=outbound",
8
- "version": 5,
8
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=outbound",
9
9
  "category": {
10
10
  "id": "connectors",
11
11
  "name": "Connectors"
@@ -21,11 +21,11 @@
21
21
  },
22
22
  {
23
23
  "id": "configuration",
24
- "label": "Queue properties"
24
+ "label": "Configuration"
25
25
  },
26
26
  {
27
27
  "id": "eventDetails",
28
- "label": "eventDetails"
28
+ "label": "Event Details"
29
29
  },
30
30
  {
31
31
  "id": "eventPayload",
@@ -33,246 +33,192 @@
33
33
  },
34
34
  {
35
35
  "id": "output",
36
- "label": "Output mapping"
37
- },
38
- {
39
- "id": "error",
40
- "label": "Error handling"
36
+ "label": "Output Mapping"
41
37
  },
42
38
  {
43
- "id": "retries",
44
- "label": "Retries"
39
+ "id": "errors",
40
+ "label": "Error Handling"
45
41
  }
46
42
  ],
47
43
  "properties": [
48
44
  {
45
+ "type": "Hidden",
49
46
  "value": "io.camunda:aws-eventbridge:1",
50
47
  "binding": {
51
- "property": "type",
52
- "type": "zeebe:taskDefinition"
53
- },
54
- "type": "Hidden"
48
+ "type": "zeebe:taskDefinition",
49
+ "property": "type"
50
+ }
55
51
  },
56
52
  {
57
- "id": "authentication.type",
53
+ "id": "authenticationType",
58
54
  "label": "Authentication",
59
- "description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/protocol/aws-lambda/#aws-authentication-types\" target=\"_blank\">documentation page</a>",
60
- "value": "credentials",
55
+ "description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=outbound\" target=\"_blank\">documentation page</a>",
61
56
  "group": "authentication",
62
- "binding": {
63
- "name": "authentication.type",
64
- "type": "zeebe:input"
65
- },
66
57
  "type": "Dropdown",
58
+ "optional": false,
59
+ "value": "credentials",
67
60
  "choices": [
68
- {
69
- "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
70
- "value": "defaultCredentialsChain"
71
- },
72
61
  {
73
62
  "name": "Credentials",
74
63
  "value": "credentials"
64
+ },
65
+ {
66
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
67
+ "value": "defaultCredentialsChain"
75
68
  }
76
- ]
69
+ ],
70
+ "binding": {
71
+ "type": "zeebe:input",
72
+ "name": "authentication.type"
73
+ },
74
+ "constraints": {
75
+ "notEmpty": true
76
+ }
77
77
  },
78
78
  {
79
- "id": "authentication.accessKey",
80
79
  "label": "Access key",
81
- "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
82
- "optional": false,
83
- "constraints": {
84
- "notEmpty": true
85
- },
86
- "feel": "optional",
80
+ "description": "Provide an access key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=outbound\" target=\"_blank\">documentation</a>",
87
81
  "group": "authentication",
82
+ "type": "String",
88
83
  "binding": {
89
- "name": "authentication.accessKey",
90
- "type": "zeebe:input"
84
+ "type": "zeebe:input",
85
+ "name": "authentication.accessKey"
91
86
  },
92
- "condition": {
93
- "property": "authentication.type",
94
- "equals": "credentials",
95
- "type": "simple"
87
+ "constraints": {
88
+ "notEmpty": true
96
89
  },
97
- "type": "String"
90
+ "condition": {
91
+ "property": "authenticationType",
92
+ "equals": "credentials"
93
+ }
98
94
  },
99
95
  {
100
- "id": "authentication.secretKey",
101
96
  "label": "Secret key",
102
- "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
103
- "optional": false,
104
- "constraints": {
105
- "notEmpty": true
106
- },
107
- "feel": "optional",
97
+ "description": "Provide a secret key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=outbound\" target=\"_blank\">documentation</a>",
108
98
  "group": "authentication",
99
+ "type": "String",
109
100
  "binding": {
110
- "name": "authentication.secretKey",
111
- "type": "zeebe:input"
101
+ "type": "zeebe:input",
102
+ "name": "authentication.secretKey"
112
103
  },
113
- "condition": {
114
- "property": "authentication.type",
115
- "equals": "credentials",
116
- "type": "simple"
104
+ "constraints": {
105
+ "notEmpty": true
117
106
  },
118
- "type": "String"
107
+ "condition": {
108
+ "property": "authenticationType",
109
+ "equals": "credentials"
110
+ }
119
111
  },
120
112
  {
121
- "id": "configuration.region",
122
113
  "label": "Region",
123
114
  "description": "Specify the AWS region",
124
- "optional": true,
125
- "feel": "optional",
126
115
  "group": "configuration",
116
+ "type": "String",
117
+ "feel": "optional",
127
118
  "binding": {
128
- "name": "configuration.region",
129
- "type": "zeebe:input"
119
+ "type": "zeebe:input",
120
+ "name": "configuration.region"
130
121
  },
131
- "type": "String"
122
+ "constraints": {
123
+ "notEmpty": true,
124
+ "maxLength": 255
125
+ }
132
126
  },
133
127
  {
134
- "id": "configuration.endpoint",
135
- "label": "Endpoint",
136
- "description": "Specify endpoint if need to use custom endpoint",
137
- "optional": true,
138
- "group": "configuration",
128
+ "label": "Event bus name",
129
+ "description": "Enter the event bus name. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
130
+ "group": "eventDetails",
131
+ "type": "String",
132
+ "feel": "optional",
139
133
  "binding": {
140
- "name": "configuration.endpoint",
141
- "type": "zeebe:input"
134
+ "type": "zeebe:input",
135
+ "name": "input.eventBusName"
142
136
  },
143
- "type": "Hidden"
137
+ "constraints": {
138
+ "notEmpty": true
139
+ }
144
140
  },
145
141
  {
146
- "id": "input.source",
147
142
  "label": "Source",
148
- "description": "Enter the event source value. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=outbound\" target=\"_blank\">documentation</a>",
149
- "optional": false,
150
- "constraints": {
151
- "notEmpty": true
152
- },
153
- "feel": "optional",
143
+ "description": "Enter the event source value. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
154
144
  "group": "eventDetails",
145
+ "type": "String",
146
+ "feel": "optional",
155
147
  "binding": {
156
- "name": "input.source",
157
- "type": "zeebe:input"
148
+ "type": "zeebe:input",
149
+ "name": "input.source"
158
150
  },
159
- "type": "String"
151
+ "constraints": {
152
+ "notEmpty": true
153
+ }
160
154
  },
161
155
  {
162
- "id": "input.detailType",
163
156
  "label": "Detail type",
164
- "description": "Enter the event detail type. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=outbound\" target=\"_blank\">documentation</a>",
165
- "optional": false,
166
- "constraints": {
167
- "notEmpty": true
168
- },
169
- "feel": "optional",
157
+ "description": "Enter the event detail type. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
170
158
  "group": "eventDetails",
159
+ "type": "String",
160
+ "feel": "optional",
171
161
  "binding": {
172
- "name": "input.detailType",
173
- "type": "zeebe:input"
162
+ "type": "zeebe:input",
163
+ "name": "input.detailType"
174
164
  },
175
- "type": "String"
176
- },
177
- {
178
- "id": "input.eventBusName",
179
- "label": "Event bus name",
180
- "description": "Enter the event bus name. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=outbound\" target=\"_blank\">documentation</a>",
181
- "optional": false,
182
165
  "constraints": {
183
166
  "notEmpty": true
184
- },
185
- "feel": "required",
186
- "group": "eventDetails",
187
- "binding": {
188
- "name": "input.eventBusName",
189
- "type": "zeebe:input"
190
- },
191
- "type": "Text"
167
+ }
192
168
  },
193
169
  {
194
- "id": "input.detail",
195
170
  "label": "Event payload",
196
- "description": "Provide the payload for the event as JSON. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=outbound\" target=\"_blank\">documentation</a>",
197
- "optional": false,
198
- "constraints": {
199
- "notEmpty": true
200
- },
201
- "feel": "optional",
171
+ "description": "Provide the payload for the event as JSON. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
202
172
  "group": "eventPayload",
173
+ "type": "Text",
174
+ "feel": "required",
175
+ "optional": false,
203
176
  "binding": {
204
- "name": "input.detail",
205
- "type": "zeebe:input"
177
+ "type": "zeebe:input",
178
+ "name": "input.detail"
206
179
  },
207
- "type": "String"
180
+ "constraints": {
181
+ "notEmpty": true
182
+ }
208
183
  },
209
184
  {
210
- "id": "resultVariable",
211
185
  "label": "Result variable",
212
- "description": "Name of variable to store the response in",
186
+ "description": "Enter name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>",
213
187
  "group": "output",
188
+ "type": "String",
214
189
  "binding": {
215
- "key": "resultVariable",
216
- "type": "zeebe:taskHeader"
217
- },
218
- "type": "String"
190
+ "type": "zeebe:taskHeader",
191
+ "key": "resultVariable"
192
+ }
219
193
  },
220
194
  {
221
- "id": "resultExpression",
222
195
  "label": "Result expression",
223
- "description": "Expression to map the response into process variables",
224
- "feel": "required",
196
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
225
197
  "group": "output",
198
+ "type": "Text",
199
+ "feel": "required",
226
200
  "binding": {
227
- "key": "resultExpression",
228
- "type": "zeebe:taskHeader"
229
- },
230
- "type": "Text"
201
+ "type": "zeebe:taskHeader",
202
+ "key": "resultExpression"
203
+ }
231
204
  },
232
205
  {
233
- "id": "errorExpression",
234
206
  "label": "Error expression",
235
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
207
+ "description": "Expression to handle errors",
208
+ "group": "errors",
209
+ "type": "Text",
236
210
  "feel": "required",
237
- "group": "error",
238
- "binding": {
239
- "key": "errorExpression",
240
- "type": "zeebe:taskHeader"
241
- },
242
- "type": "Text"
243
- },
244
- {
245
- "id": "retryCount",
246
- "label": "Retries",
247
- "description": "Number of retries",
248
- "value": "3",
249
- "feel": "optional",
250
- "group": "retries",
251
- "binding": {
252
- "property": "retries",
253
- "type": "zeebe:taskDefinition"
254
- },
255
- "type": "String"
256
- },
257
- {
258
- "id": "retryBackoff",
259
- "label": "Retry backoff",
260
- "description": "ISO-8601 duration to wait between retries",
261
- "value": "PT0S",
262
- "feel": "optional",
263
- "group": "retries",
264
211
  "binding": {
265
- "key": "retryBackoff",
266
- "type": "zeebe:taskHeader"
267
- },
268
- "type": "String"
212
+ "type": "zeebe:taskHeader",
213
+ "key": "errorExpression"
214
+ }
269
215
  }
270
216
  ],
271
217
  "icon": {
272
- "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nMCAwIDI1NiAyNTYnPgogICAgPGRlZnM+CiAgICAgICAgPGxpbmVhckdyYWRpZW50IGlkPSdsb2dvc0F3c0V2ZW50YnJpZGdlMCcgeDE9JzAlJyB4Mj0nMTAwJScgeTE9JzEwMCUnIHkyPScwJSc+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMCUnIHN0b3AtY29sb3I9JyNCMDA4NEQnLz4KICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScxMDAlJyBzdG9wLWNvbG9yPScjRkY0RjhCJy8+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxwYXRoIGZpbGw9J3VybCgjbG9nb3NBd3NFdmVudGJyaWRnZTApJyBkPSdNMCAwaDI1NnYyNTZIMHonLz4KICAgIDxwYXRoIGZpbGw9JyNGRkYnCiAgICAgICAgICBkPSdNMTcxLjcwMiAyMTEuMmMtNi44NTggMC0xMi40NC01LjYxLTEyLjQ0LTEyLjUwOXM1LjU4Mi0xMi41MDkgMTIuNDQtMTIuNTA5YzYuODU3IDAgMTIuNDM4IDUuNjEgMTIuNDM4IDEyLjUxYzAgNi44OTgtNS41ODEgMTIuNTA4LTEyLjQzOCAxMi41MDhabS0yNy4yNzgtNTQuNGgtMzMuMDcxTDk0LjgxNSAxMjhsMTYuNTM4LTI4LjhoMzMuMDcxTDE2MC45NiAxMjhsLTE2LjUzNSAyOC44Wk04OC4zODcgNjkuODE4Yy02Ljg1NyAwLTEyLjQzOC01LjYxLTEyLjQzOC0xMi41MWMwLTYuODk4IDUuNTgxLTEyLjUwOCAxMi40MzgtMTIuNTA4YzYuODYxIDAgMTIuNDQzIDUuNjEgMTIuNDQzIDEyLjUwOXMtNS41ODIgMTIuNTA5LTEyLjQ0MyAxMi41MDlabTgzLjMxNSAxMDkuOTY0Yy0yLjM2MiAwLTQuNjE0LjQ1OC02LjY5OSAxLjI2MWwtMTMuNTE0LTIyLjkzMWwtLjcxMy40MjZMMTY3LjM5IDEyOS42YTMuMjI2IDMuMjI2IDAgMCAwIDAtMy4ybC0xOC4zNzQtMzJhMy4xNzcgMy4xNzcgMCAwIDAtMi43NTUtMS42aC0zMy40MzVsLjEzLS4wNzdsLTEyLjM5LTIxLjAzYzQuMDQ3LTMuNDY5IDYuNjI4LTguNjI3IDYuNjI4LTE0LjM4NGMwLTEwLjQyNi04LjQzNi0xOC45MDktMTguODA3LTE4LjkwOWMtMTAuMzY3IDAtMTguODAzIDguNDgzLTE4LjgwMyAxOC45MDljMCAxMC40MjUgOC40MzYgMTguOTA5IDE4LjgwMyAxOC45MDljMi4zNjUgMCA0LjYxOC0uNDU4IDYuNzAyLTEuMjYxbDExLjU2NyAxOS42MjVMODguMzg0IDEyNi40YTMuMjI2IDMuMjI2IDAgMCAwIDAgMy4ybDE4LjM3NyAzMmMuNTcuOTkyIDEuNjIgMS42IDIuNzU2IDEuNmgzNi43NDRjLjI2NCAwIC41MjEtLjA0Mi43Ny0uMTAybDEyLjQ5NiAyMS4yMWMtNC4wNTEgMy40NjgtNi42MjkgOC42MjYtNi42MjkgMTQuMzgzYzAgMTAuNDI2IDguNDMzIDE4LjkwOSAxOC44MDQgMTguOTA5YzEwLjM3IDAgMTguODAzLTguNDgzIDE4LjgwMy0xOC45MDljMC0xMC40MjUtOC40MzMtMTguOTA5LTE4LjgwMy0xOC45MDlabTE4Ljk2OC03Ny4wNWMtNi44NTcgMC0xMi40MzYtNS42MDktMTIuNDM2LTEyLjUwOGMwLTYuOSA1LjU3OS0xMi41MDkgMTIuNDM2LTEyLjUwOWM2Ljg1OCAwIDEyLjQ0IDUuNjEgMTIuNDQgMTIuNTA5YzAgNi45LTUuNTgyIDEyLjUwOS0xMi40NCAxMi41MDlabTIzLjMwMyAyMy42NjhsLTEyLjA4LTIxLjA0YzQuNTkyLTMuNDUzIDcuNTgtOC45NDQgNy41OC0xNS4xMzZjMC0xMC40MjYtOC40MzItMTguOTA5LTE4LjgwMy0xOC45MDljLTIuNjM4IDAtNS4xNTIuNTU0LTcuNDMzIDEuNTQ5bC05Ljg0OS0xNy4xNTVhMy4xOCAzLjE4IDAgMCAwLTIuNzU2LTEuNmgtMzkuNDQ4djYuNGgzNy42MTJsOS4xMSAxNS44NzJjLTMuNzAzIDMuNDU2LTYuMDM2IDguMzc0LTYuMDM2IDEzLjg0M2MwIDEwLjQyNiA4LjQzMyAxOC45MDkgMTguOCAxOC45MDljMS45MzIgMCAzLjgtLjI5OCA1LjU1Ni0uODQ1TDIwNy41NDUgMTI4bC0xNS44OTIgMjcuNjc0bDUuNTEyIDMuMmwxNi44MDgtMjkuMjc0YTMuMjEgMy4yMSAwIDAgMCAwLTMuMlptLTE0Ni4wNCA1MC4zOWMtNi44NiAwLTEyLjQ0Mi01LjYxMi0xMi40NDItMTIuNTA4YzAtNi45IDUuNTgxLTEyLjUxIDEyLjQ0Mi0xMi41MWM2Ljg1NyAwIDEyLjQzOSA1LjYxIDEyLjQzOSAxMi41MWMwIDYuODk2LTUuNTgyIDEyLjUwOC0xMi40NCAxMi41MDhabTEwLjM5MyAzLjIzNmM1LjA2Mi0zLjM5MiA4LjQxLTkuMTgxIDguNDEtMTUuNzQ0YzAtMTAuNDI2LTguNDM2LTE4LjkxLTE4LjgwMy0xOC45MWMtMy4wMDQgMC01LjgzMy43My04LjM1MyAxLjk5NEw0OC40NTggMTI4bDE4LjQyOC0zMi4wOTNsLTUuNTE1LTMuMkw0Mi4wMjcgMTI2LjRhMy4yMSAzLjIxIDAgMCAwIDAgMy4ybDEyLjM4OCAyMS41NjhjLTMuMjY4IDMuNDA1LTUuMjg5IDguMDIyLTUuMjg5IDEzLjExNGMwIDEwLjQyNSA4LjQzNiAxOC45MDggMTguODA3IDE4LjkwOGMxLjU2MiAwIDMuMDc0LS4yMTQgNC41MjgtLjU3OWwxMC4xNSAxNy42OGMuNTcuOTg5IDEuNjIgMS42IDIuNzU3IDEuNmgzOS40NTF2LTYuNEg4Ny4yMDRsLTguODc4LTE1LjQ2NVonLz4KPC9zdmc+Cg=="
218
+ "contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 256 256'%3E%3Cdefs%3E%3ClinearGradient id='logosAwsEventbridge0' x1='0%25' x2='100%25' y1='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23B0084D'/%3E%3Cstop offset='100%25' stop-color='%23FF4F8B'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23logosAwsEventbridge0)' d='M0 0h256v256H0z'/%3E%3Cpath fill='%23FFF' d='M171.702 211.2c-6.858 0-12.44-5.61-12.44-12.509s5.582-12.509 12.44-12.509c6.857 0 12.438 5.61 12.438 12.51c0 6.898-5.581 12.508-12.438 12.508Zm-27.278-54.4h-33.071L94.815 128l16.538-28.8h33.071L160.96 128l-16.535 28.8ZM88.387 69.818c-6.857 0-12.438-5.61-12.438-12.51c0-6.898 5.581-12.508 12.438-12.508c6.861 0 12.443 5.61 12.443 12.509s-5.582 12.509-12.443 12.509Zm83.315 109.964c-2.362 0-4.614.458-6.699 1.261l-13.514-22.931l-.713.426L167.39 129.6a3.226 3.226 0 0 0 0-3.2l-18.374-32a3.177 3.177 0 0 0-2.755-1.6h-33.435l.13-.077l-12.39-21.03c4.047-3.469 6.628-8.627 6.628-14.384c0-10.426-8.436-18.909-18.807-18.909c-10.367 0-18.803 8.483-18.803 18.909c0 10.425 8.436 18.909 18.803 18.909c2.365 0 4.618-.458 6.702-1.261l11.567 19.625L88.384 126.4a3.226 3.226 0 0 0 0 3.2l18.377 32c.57.992 1.62 1.6 2.756 1.6h36.744c.264 0 .521-.042.77-.102l12.496 21.21c-4.051 3.468-6.629 8.626-6.629 14.383c0 10.426 8.433 18.909 18.804 18.909c10.37 0 18.803-8.483 18.803-18.909c0-10.425-8.433-18.909-18.803-18.909Zm18.968-77.05c-6.857 0-12.436-5.609-12.436-12.508c0-6.9 5.579-12.509 12.436-12.509c6.858 0 12.44 5.61 12.44 12.509c0 6.9-5.582 12.509-12.44 12.509Zm23.303 23.668l-12.08-21.04c4.592-3.453 7.58-8.944 7.58-15.136c0-10.426-8.432-18.909-18.803-18.909c-2.638 0-5.152.554-7.433 1.549l-9.849-17.155a3.18 3.18 0 0 0-2.756-1.6h-39.448v6.4h37.612l9.11 15.872c-3.703 3.456-6.036 8.374-6.036 13.843c0 10.426 8.433 18.909 18.8 18.909c1.932 0 3.8-.298 5.556-.845L207.545 128l-15.892 27.674l5.512 3.2l16.808-29.274a3.21 3.21 0 0 0 0-3.2Zm-146.04 50.39c-6.86 0-12.442-5.612-12.442-12.508c0-6.9 5.581-12.51 12.442-12.51c6.857 0 12.439 5.61 12.439 12.51c0 6.896-5.582 12.508-12.44 12.508Zm10.393 3.236c5.062-3.392 8.41-9.181 8.41-15.744c0-10.426-8.436-18.91-18.803-18.91c-3.004 0-5.833.73-8.353 1.994L48.458 128l18.428-32.093l-5.515-3.2L42.027 126.4a3.21 3.21 0 0 0 0 3.2l12.388 21.568c-3.268 3.405-5.289 8.022-5.289 13.114c0 10.425 8.436 18.908 18.807 18.908c1.562 0 3.074-.214 4.528-.579l10.15 17.68c.57.989 1.62 1.6 2.757 1.6h39.451v-6.4H87.204l-8.878-15.465Z'/%3E%3C/svg%3E%0A"
273
219
  },
274
220
  "engines": {
275
- "camunda": "^8.5"
221
+ "camunda": "^8.4"
276
222
  }
277
223
  },
278
224
  {
@@ -465,9 +411,9 @@
465
411
  },
466
412
  {
467
413
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
468
- "name": "Amazon EventBridge Connector",
414
+ "name": "Amazon EventBridge Outbound Connector",
469
415
  "id": "io.camunda.connectors.AWSEventBridge.v1",
470
- "version": 1,
416
+ "version": 3,
471
417
  "description": "Send events to AWS EventBridge",
472
418
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/",
473
419
  "category": {
@@ -515,7 +461,7 @@
515
461
  },
516
462
  {
517
463
  "label": "Access key",
518
- "description": "Provide an access key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
464
+ "description": "Provide an access key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
519
465
  "group": "authentication",
520
466
  "type": "String",
521
467
  "binding": {
@@ -528,7 +474,7 @@
528
474
  },
529
475
  {
530
476
  "label": "Secret key",
531
- "description": "Provide a secret key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
477
+ "description": "Provide a secret key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
532
478
  "group": "authentication",
533
479
  "type": "String",
534
480
  "binding": {
@@ -648,16 +594,16 @@
648
594
  "contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 256 256'%3E%3Cdefs%3E%3ClinearGradient id='logosAwsEventbridge0' x1='0%25' x2='100%25' y1='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23B0084D'/%3E%3Cstop offset='100%25' stop-color='%23FF4F8B'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23logosAwsEventbridge0)' d='M0 0h256v256H0z'/%3E%3Cpath fill='%23FFF' d='M171.702 211.2c-6.858 0-12.44-5.61-12.44-12.509s5.582-12.509 12.44-12.509c6.857 0 12.438 5.61 12.438 12.51c0 6.898-5.581 12.508-12.438 12.508Zm-27.278-54.4h-33.071L94.815 128l16.538-28.8h33.071L160.96 128l-16.535 28.8ZM88.387 69.818c-6.857 0-12.438-5.61-12.438-12.51c0-6.898 5.581-12.508 12.438-12.508c6.861 0 12.443 5.61 12.443 12.509s-5.582 12.509-12.443 12.509Zm83.315 109.964c-2.362 0-4.614.458-6.699 1.261l-13.514-22.931l-.713.426L167.39 129.6a3.226 3.226 0 0 0 0-3.2l-18.374-32a3.177 3.177 0 0 0-2.755-1.6h-33.435l.13-.077l-12.39-21.03c4.047-3.469 6.628-8.627 6.628-14.384c0-10.426-8.436-18.909-18.807-18.909c-10.367 0-18.803 8.483-18.803 18.909c0 10.425 8.436 18.909 18.803 18.909c2.365 0 4.618-.458 6.702-1.261l11.567 19.625L88.384 126.4a3.226 3.226 0 0 0 0 3.2l18.377 32c.57.992 1.62 1.6 2.756 1.6h36.744c.264 0 .521-.042.77-.102l12.496 21.21c-4.051 3.468-6.629 8.626-6.629 14.383c0 10.426 8.433 18.909 18.804 18.909c10.37 0 18.803-8.483 18.803-18.909c0-10.425-8.433-18.909-18.803-18.909Zm18.968-77.05c-6.857 0-12.436-5.609-12.436-12.508c0-6.9 5.579-12.509 12.436-12.509c6.858 0 12.44 5.61 12.44 12.509c0 6.9-5.582 12.509-12.44 12.509Zm23.303 23.668l-12.08-21.04c4.592-3.453 7.58-8.944 7.58-15.136c0-10.426-8.432-18.909-18.803-18.909c-2.638 0-5.152.554-7.433 1.549l-9.849-17.155a3.18 3.18 0 0 0-2.756-1.6h-39.448v6.4h37.612l9.11 15.872c-3.703 3.456-6.036 8.374-6.036 13.843c0 10.426 8.433 18.909 18.8 18.909c1.932 0 3.8-.298 5.556-.845L207.545 128l-15.892 27.674l5.512 3.2l16.808-29.274a3.21 3.21 0 0 0 0-3.2Zm-146.04 50.39c-6.86 0-12.442-5.612-12.442-12.508c0-6.9 5.581-12.51 12.442-12.51c6.857 0 12.439 5.61 12.439 12.51c0 6.896-5.582 12.508-12.44 12.508Zm10.393 3.236c5.062-3.392 8.41-9.181 8.41-15.744c0-10.426-8.436-18.91-18.803-18.91c-3.004 0-5.833.73-8.353 1.994L48.458 128l18.428-32.093l-5.515-3.2L42.027 126.4a3.21 3.21 0 0 0 0 3.2l12.388 21.568c-3.268 3.405-5.289 8.022-5.289 13.114c0 10.425 8.436 18.908 18.807 18.908c1.562 0 3.074-.214 4.528-.579l10.15 17.68c.57.989 1.62 1.6 2.757 1.6h39.451v-6.4H87.204l-8.878-15.465Z'/%3E%3C/svg%3E%0A"
649
595
  },
650
596
  "engines": {
651
- "camunda": "^8.2"
597
+ "camunda": "^8.4"
652
598
  }
653
599
  },
654
600
  {
655
601
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
656
- "name": "Amazon EventBridge Outbound Connector",
602
+ "name": "Amazon EventBridge Connector",
657
603
  "id": "io.camunda.connectors.AWSEventBridge.v1",
658
- "version": 4,
604
+ "version": 1,
659
605
  "description": "Send events to AWS EventBridge",
660
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=outbound",
606
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/",
661
607
  "category": {
662
608
  "id": "connectors",
663
609
  "name": "Connectors"
@@ -701,35 +647,9 @@
701
647
  "property": "type"
702
648
  }
703
649
  },
704
- {
705
- "id": "authenticationType",
706
- "label": "Authentication",
707
- "description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=outbound\" target=\"_blank\">documentation page</a>",
708
- "group": "authentication",
709
- "type": "Dropdown",
710
- "optional": false,
711
- "value": "credentials",
712
- "choices": [
713
- {
714
- "name": "Credentials",
715
- "value": "credentials"
716
- },
717
- {
718
- "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
719
- "value": "defaultCredentialsChain"
720
- }
721
- ],
722
- "binding": {
723
- "type": "zeebe:input",
724
- "name": "authentication.type"
725
- },
726
- "constraints": {
727
- "notEmpty": true
728
- }
729
- },
730
650
  {
731
651
  "label": "Access key",
732
- "description": "Provide an access key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=outbound\" target=\"_blank\">documentation</a>",
652
+ "description": "Provide an access key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
733
653
  "group": "authentication",
734
654
  "type": "String",
735
655
  "binding": {
@@ -738,15 +658,11 @@
738
658
  },
739
659
  "constraints": {
740
660
  "notEmpty": true
741
- },
742
- "condition": {
743
- "property": "authenticationType",
744
- "equals": "credentials"
745
661
  }
746
662
  },
747
663
  {
748
664
  "label": "Secret key",
749
- "description": "Provide a secret key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=outbound\" target=\"_blank\">documentation</a>",
665
+ "description": "Provide a secret key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
750
666
  "group": "authentication",
751
667
  "type": "String",
752
668
  "binding": {
@@ -755,10 +671,6 @@
755
671
  },
756
672
  "constraints": {
757
673
  "notEmpty": true
758
- },
759
- "condition": {
760
- "property": "authenticationType",
761
- "equals": "credentials"
762
674
  }
763
675
  },
764
676
  {
@@ -870,16 +782,16 @@
870
782
  "contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 256 256'%3E%3Cdefs%3E%3ClinearGradient id='logosAwsEventbridge0' x1='0%25' x2='100%25' y1='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23B0084D'/%3E%3Cstop offset='100%25' stop-color='%23FF4F8B'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23logosAwsEventbridge0)' d='M0 0h256v256H0z'/%3E%3Cpath fill='%23FFF' d='M171.702 211.2c-6.858 0-12.44-5.61-12.44-12.509s5.582-12.509 12.44-12.509c6.857 0 12.438 5.61 12.438 12.51c0 6.898-5.581 12.508-12.438 12.508Zm-27.278-54.4h-33.071L94.815 128l16.538-28.8h33.071L160.96 128l-16.535 28.8ZM88.387 69.818c-6.857 0-12.438-5.61-12.438-12.51c0-6.898 5.581-12.508 12.438-12.508c6.861 0 12.443 5.61 12.443 12.509s-5.582 12.509-12.443 12.509Zm83.315 109.964c-2.362 0-4.614.458-6.699 1.261l-13.514-22.931l-.713.426L167.39 129.6a3.226 3.226 0 0 0 0-3.2l-18.374-32a3.177 3.177 0 0 0-2.755-1.6h-33.435l.13-.077l-12.39-21.03c4.047-3.469 6.628-8.627 6.628-14.384c0-10.426-8.436-18.909-18.807-18.909c-10.367 0-18.803 8.483-18.803 18.909c0 10.425 8.436 18.909 18.803 18.909c2.365 0 4.618-.458 6.702-1.261l11.567 19.625L88.384 126.4a3.226 3.226 0 0 0 0 3.2l18.377 32c.57.992 1.62 1.6 2.756 1.6h36.744c.264 0 .521-.042.77-.102l12.496 21.21c-4.051 3.468-6.629 8.626-6.629 14.383c0 10.426 8.433 18.909 18.804 18.909c10.37 0 18.803-8.483 18.803-18.909c0-10.425-8.433-18.909-18.803-18.909Zm18.968-77.05c-6.857 0-12.436-5.609-12.436-12.508c0-6.9 5.579-12.509 12.436-12.509c6.858 0 12.44 5.61 12.44 12.509c0 6.9-5.582 12.509-12.44 12.509Zm23.303 23.668l-12.08-21.04c4.592-3.453 7.58-8.944 7.58-15.136c0-10.426-8.432-18.909-18.803-18.909c-2.638 0-5.152.554-7.433 1.549l-9.849-17.155a3.18 3.18 0 0 0-2.756-1.6h-39.448v6.4h37.612l9.11 15.872c-3.703 3.456-6.036 8.374-6.036 13.843c0 10.426 8.433 18.909 18.8 18.909c1.932 0 3.8-.298 5.556-.845L207.545 128l-15.892 27.674l5.512 3.2l16.808-29.274a3.21 3.21 0 0 0 0-3.2Zm-146.04 50.39c-6.86 0-12.442-5.612-12.442-12.508c0-6.9 5.581-12.51 12.442-12.51c6.857 0 12.439 5.61 12.439 12.51c0 6.896-5.582 12.508-12.44 12.508Zm10.393 3.236c5.062-3.392 8.41-9.181 8.41-15.744c0-10.426-8.436-18.91-18.803-18.91c-3.004 0-5.833.73-8.353 1.994L48.458 128l18.428-32.093l-5.515-3.2L42.027 126.4a3.21 3.21 0 0 0 0 3.2l12.388 21.568c-3.268 3.405-5.289 8.022-5.289 13.114c0 10.425 8.436 18.908 18.807 18.908c1.562 0 3.074-.214 4.528-.579l10.15 17.68c.57.989 1.62 1.6 2.757 1.6h39.451v-6.4H87.204l-8.878-15.465Z'/%3E%3C/svg%3E%0A"
871
783
  },
872
784
  "engines": {
873
- "camunda": "^8.4"
785
+ "camunda": "^8.2"
874
786
  }
875
787
  },
876
788
  {
877
789
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
878
790
  "name": "Amazon EventBridge Outbound Connector",
879
791
  "id": "io.camunda.connectors.AWSEventBridge.v1",
880
- "version": 3,
881
792
  "description": "Send events to AWS EventBridge",
882
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/",
793
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/amazon-eventbridge/?awseventbridge=outbound",
794
+ "version": 5,
883
795
  "category": {
884
796
  "id": "connectors",
885
797
  "name": "Connectors"
@@ -895,11 +807,11 @@
895
807
  },
896
808
  {
897
809
  "id": "configuration",
898
- "label": "Configuration"
810
+ "label": "Queue properties"
899
811
  },
900
812
  {
901
813
  "id": "eventDetails",
902
- "label": "Event Details"
814
+ "label": "eventDetails"
903
815
  },
904
816
  {
905
817
  "id": "eventPayload",
@@ -907,158 +819,246 @@
907
819
  },
908
820
  {
909
821
  "id": "output",
910
- "label": "Output Mapping"
822
+ "label": "Output mapping"
911
823
  },
912
824
  {
913
- "id": "errors",
914
- "label": "Error Handling"
825
+ "id": "error",
826
+ "label": "Error handling"
827
+ },
828
+ {
829
+ "id": "retries",
830
+ "label": "Retries"
915
831
  }
916
832
  ],
917
833
  "properties": [
918
834
  {
919
- "type": "Hidden",
920
835
  "value": "io.camunda:aws-eventbridge:1",
921
836
  "binding": {
922
- "type": "zeebe:taskDefinition",
923
- "property": "type"
924
- }
837
+ "property": "type",
838
+ "type": "zeebe:taskDefinition"
839
+ },
840
+ "type": "Hidden"
925
841
  },
926
842
  {
927
- "label": "Access key",
928
- "description": "Provide an access key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
843
+ "id": "authentication.type",
844
+ "label": "Authentication",
845
+ "description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/protocol/aws-lambda/#aws-authentication-types\" target=\"_blank\">documentation page</a>",
846
+ "value": "credentials",
929
847
  "group": "authentication",
930
- "type": "String",
931
848
  "binding": {
932
- "type": "zeebe:input",
933
- "name": "authentication.accessKey"
849
+ "name": "authentication.type",
850
+ "type": "zeebe:input"
934
851
  },
852
+ "type": "Dropdown",
853
+ "choices": [
854
+ {
855
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
856
+ "value": "defaultCredentialsChain"
857
+ },
858
+ {
859
+ "name": "Credentials",
860
+ "value": "credentials"
861
+ }
862
+ ]
863
+ },
864
+ {
865
+ "id": "authentication.accessKey",
866
+ "label": "Access key",
867
+ "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
868
+ "optional": false,
935
869
  "constraints": {
936
870
  "notEmpty": true
937
- }
871
+ },
872
+ "feel": "optional",
873
+ "group": "authentication",
874
+ "binding": {
875
+ "name": "authentication.accessKey",
876
+ "type": "zeebe:input"
877
+ },
878
+ "condition": {
879
+ "property": "authentication.type",
880
+ "equals": "credentials",
881
+ "type": "simple"
882
+ },
883
+ "type": "String"
938
884
  },
939
885
  {
886
+ "id": "authentication.secretKey",
940
887
  "label": "Secret key",
941
- "description": "Provide a secret key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
888
+ "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
889
+ "optional": false,
890
+ "constraints": {
891
+ "notEmpty": true
892
+ },
893
+ "feel": "optional",
942
894
  "group": "authentication",
943
- "type": "String",
944
895
  "binding": {
945
- "type": "zeebe:input",
946
- "name": "authentication.secretKey"
896
+ "name": "authentication.secretKey",
897
+ "type": "zeebe:input"
947
898
  },
948
- "constraints": {
949
- "notEmpty": true
950
- }
899
+ "condition": {
900
+ "property": "authentication.type",
901
+ "equals": "credentials",
902
+ "type": "simple"
903
+ },
904
+ "type": "String"
951
905
  },
952
906
  {
907
+ "id": "configuration.region",
953
908
  "label": "Region",
954
909
  "description": "Specify the AWS region",
955
- "group": "configuration",
956
- "type": "String",
910
+ "optional": true,
957
911
  "feel": "optional",
912
+ "group": "configuration",
958
913
  "binding": {
959
- "type": "zeebe:input",
960
- "name": "configuration.region"
914
+ "name": "configuration.region",
915
+ "type": "zeebe:input"
961
916
  },
962
- "constraints": {
963
- "notEmpty": true,
964
- "maxLength": 255
965
- }
917
+ "type": "String"
966
918
  },
967
919
  {
968
- "label": "Event bus name",
969
- "description": "Enter the event bus name. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
970
- "group": "eventDetails",
971
- "type": "String",
972
- "feel": "optional",
920
+ "id": "configuration.endpoint",
921
+ "label": "Endpoint",
922
+ "description": "Specify endpoint if need to use custom endpoint",
923
+ "optional": true,
924
+ "group": "configuration",
973
925
  "binding": {
974
- "type": "zeebe:input",
975
- "name": "input.eventBusName"
926
+ "name": "configuration.endpoint",
927
+ "type": "zeebe:input"
976
928
  },
977
- "constraints": {
978
- "notEmpty": true
979
- }
929
+ "type": "Hidden"
980
930
  },
981
931
  {
932
+ "id": "input.source",
982
933
  "label": "Source",
983
- "description": "Enter the event source value. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
984
- "group": "eventDetails",
985
- "type": "String",
934
+ "description": "Enter the event source value. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=outbound\" target=\"_blank\">documentation</a>",
935
+ "optional": false,
936
+ "constraints": {
937
+ "notEmpty": true
938
+ },
986
939
  "feel": "optional",
940
+ "group": "eventDetails",
987
941
  "binding": {
988
- "type": "zeebe:input",
989
- "name": "input.source"
942
+ "name": "input.source",
943
+ "type": "zeebe:input"
990
944
  },
991
- "constraints": {
992
- "notEmpty": true
993
- }
945
+ "type": "String"
994
946
  },
995
947
  {
948
+ "id": "input.detailType",
996
949
  "label": "Detail type",
997
- "description": "Enter the event detail type. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
998
- "group": "eventDetails",
999
- "type": "String",
950
+ "description": "Enter the event detail type. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=outbound\" target=\"_blank\">documentation</a>",
951
+ "optional": false,
952
+ "constraints": {
953
+ "notEmpty": true
954
+ },
1000
955
  "feel": "optional",
956
+ "group": "eventDetails",
1001
957
  "binding": {
1002
- "type": "zeebe:input",
1003
- "name": "input.detailType"
958
+ "name": "input.detailType",
959
+ "type": "zeebe:input"
1004
960
  },
961
+ "type": "String"
962
+ },
963
+ {
964
+ "id": "input.eventBusName",
965
+ "label": "Event bus name",
966
+ "description": "Enter the event bus name. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=outbound\" target=\"_blank\">documentation</a>",
967
+ "optional": false,
1005
968
  "constraints": {
1006
969
  "notEmpty": true
1007
- }
970
+ },
971
+ "feel": "required",
972
+ "group": "eventDetails",
973
+ "binding": {
974
+ "name": "input.eventBusName",
975
+ "type": "zeebe:input"
976
+ },
977
+ "type": "Text"
1008
978
  },
1009
979
  {
980
+ "id": "input.detail",
1010
981
  "label": "Event payload",
1011
- "description": "Provide the payload for the event as JSON. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
1012
- "group": "eventPayload",
1013
- "type": "Text",
1014
- "feel": "required",
982
+ "description": "Provide the payload for the event as JSON. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=outbound\" target=\"_blank\">documentation</a>",
1015
983
  "optional": false,
1016
- "binding": {
1017
- "type": "zeebe:input",
1018
- "name": "input.detail"
1019
- },
1020
984
  "constraints": {
1021
985
  "notEmpty": true
1022
- }
986
+ },
987
+ "feel": "optional",
988
+ "group": "eventPayload",
989
+ "binding": {
990
+ "name": "input.detail",
991
+ "type": "zeebe:input"
992
+ },
993
+ "type": "String"
1023
994
  },
1024
995
  {
996
+ "id": "resultVariable",
1025
997
  "label": "Result variable",
1026
- "description": "Enter name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>",
998
+ "description": "Name of variable to store the response in",
1027
999
  "group": "output",
1028
- "type": "String",
1029
1000
  "binding": {
1030
- "type": "zeebe:taskHeader",
1031
- "key": "resultVariable"
1032
- }
1001
+ "key": "resultVariable",
1002
+ "type": "zeebe:taskHeader"
1003
+ },
1004
+ "type": "String"
1033
1005
  },
1034
1006
  {
1007
+ "id": "resultExpression",
1035
1008
  "label": "Result expression",
1036
- "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
1037
- "group": "output",
1038
- "type": "Text",
1009
+ "description": "Expression to map the response into process variables",
1039
1010
  "feel": "required",
1011
+ "group": "output",
1040
1012
  "binding": {
1041
- "type": "zeebe:taskHeader",
1042
- "key": "resultExpression"
1043
- }
1013
+ "key": "resultExpression",
1014
+ "type": "zeebe:taskHeader"
1015
+ },
1016
+ "type": "Text"
1044
1017
  },
1045
1018
  {
1019
+ "id": "errorExpression",
1046
1020
  "label": "Error expression",
1047
- "description": "Expression to handle errors",
1048
- "group": "errors",
1049
- "type": "Text",
1021
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1050
1022
  "feel": "required",
1023
+ "group": "error",
1051
1024
  "binding": {
1052
- "type": "zeebe:taskHeader",
1053
- "key": "errorExpression"
1054
- }
1025
+ "key": "errorExpression",
1026
+ "type": "zeebe:taskHeader"
1027
+ },
1028
+ "type": "Text"
1029
+ },
1030
+ {
1031
+ "id": "retryCount",
1032
+ "label": "Retries",
1033
+ "description": "Number of retries",
1034
+ "value": "3",
1035
+ "feel": "optional",
1036
+ "group": "retries",
1037
+ "binding": {
1038
+ "property": "retries",
1039
+ "type": "zeebe:taskDefinition"
1040
+ },
1041
+ "type": "String"
1042
+ },
1043
+ {
1044
+ "id": "retryBackoff",
1045
+ "label": "Retry backoff",
1046
+ "description": "ISO-8601 duration to wait between retries",
1047
+ "value": "PT0S",
1048
+ "feel": "optional",
1049
+ "group": "retries",
1050
+ "binding": {
1051
+ "key": "retryBackoff",
1052
+ "type": "zeebe:taskHeader"
1053
+ },
1054
+ "type": "String"
1055
1055
  }
1056
1056
  ],
1057
1057
  "icon": {
1058
- "contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 256 256'%3E%3Cdefs%3E%3ClinearGradient id='logosAwsEventbridge0' x1='0%25' x2='100%25' y1='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23B0084D'/%3E%3Cstop offset='100%25' stop-color='%23FF4F8B'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23logosAwsEventbridge0)' d='M0 0h256v256H0z'/%3E%3Cpath fill='%23FFF' d='M171.702 211.2c-6.858 0-12.44-5.61-12.44-12.509s5.582-12.509 12.44-12.509c6.857 0 12.438 5.61 12.438 12.51c0 6.898-5.581 12.508-12.438 12.508Zm-27.278-54.4h-33.071L94.815 128l16.538-28.8h33.071L160.96 128l-16.535 28.8ZM88.387 69.818c-6.857 0-12.438-5.61-12.438-12.51c0-6.898 5.581-12.508 12.438-12.508c6.861 0 12.443 5.61 12.443 12.509s-5.582 12.509-12.443 12.509Zm83.315 109.964c-2.362 0-4.614.458-6.699 1.261l-13.514-22.931l-.713.426L167.39 129.6a3.226 3.226 0 0 0 0-3.2l-18.374-32a3.177 3.177 0 0 0-2.755-1.6h-33.435l.13-.077l-12.39-21.03c4.047-3.469 6.628-8.627 6.628-14.384c0-10.426-8.436-18.909-18.807-18.909c-10.367 0-18.803 8.483-18.803 18.909c0 10.425 8.436 18.909 18.803 18.909c2.365 0 4.618-.458 6.702-1.261l11.567 19.625L88.384 126.4a3.226 3.226 0 0 0 0 3.2l18.377 32c.57.992 1.62 1.6 2.756 1.6h36.744c.264 0 .521-.042.77-.102l12.496 21.21c-4.051 3.468-6.629 8.626-6.629 14.383c0 10.426 8.433 18.909 18.804 18.909c10.37 0 18.803-8.483 18.803-18.909c0-10.425-8.433-18.909-18.803-18.909Zm18.968-77.05c-6.857 0-12.436-5.609-12.436-12.508c0-6.9 5.579-12.509 12.436-12.509c6.858 0 12.44 5.61 12.44 12.509c0 6.9-5.582 12.509-12.44 12.509Zm23.303 23.668l-12.08-21.04c4.592-3.453 7.58-8.944 7.58-15.136c0-10.426-8.432-18.909-18.803-18.909c-2.638 0-5.152.554-7.433 1.549l-9.849-17.155a3.18 3.18 0 0 0-2.756-1.6h-39.448v6.4h37.612l9.11 15.872c-3.703 3.456-6.036 8.374-6.036 13.843c0 10.426 8.433 18.909 18.8 18.909c1.932 0 3.8-.298 5.556-.845L207.545 128l-15.892 27.674l5.512 3.2l16.808-29.274a3.21 3.21 0 0 0 0-3.2Zm-146.04 50.39c-6.86 0-12.442-5.612-12.442-12.508c0-6.9 5.581-12.51 12.442-12.51c6.857 0 12.439 5.61 12.439 12.51c0 6.896-5.582 12.508-12.44 12.508Zm10.393 3.236c5.062-3.392 8.41-9.181 8.41-15.744c0-10.426-8.436-18.91-18.803-18.91c-3.004 0-5.833.73-8.353 1.994L48.458 128l18.428-32.093l-5.515-3.2L42.027 126.4a3.21 3.21 0 0 0 0 3.2l12.388 21.568c-3.268 3.405-5.289 8.022-5.289 13.114c0 10.425 8.436 18.908 18.807 18.908c1.562 0 3.074-.214 4.528-.579l10.15 17.68c.57.989 1.62 1.6 2.757 1.6h39.451v-6.4H87.204l-8.878-15.465Z'/%3E%3C/svg%3E%0A"
1058
+ "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nMCAwIDI1NiAyNTYnPgogICAgPGRlZnM+CiAgICAgICAgPGxpbmVhckdyYWRpZW50IGlkPSdsb2dvc0F3c0V2ZW50YnJpZGdlMCcgeDE9JzAlJyB4Mj0nMTAwJScgeTE9JzEwMCUnIHkyPScwJSc+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMCUnIHN0b3AtY29sb3I9JyNCMDA4NEQnLz4KICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScxMDAlJyBzdG9wLWNvbG9yPScjRkY0RjhCJy8+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxwYXRoIGZpbGw9J3VybCgjbG9nb3NBd3NFdmVudGJyaWRnZTApJyBkPSdNMCAwaDI1NnYyNTZIMHonLz4KICAgIDxwYXRoIGZpbGw9JyNGRkYnCiAgICAgICAgICBkPSdNMTcxLjcwMiAyMTEuMmMtNi44NTggMC0xMi40NC01LjYxLTEyLjQ0LTEyLjUwOXM1LjU4Mi0xMi41MDkgMTIuNDQtMTIuNTA5YzYuODU3IDAgMTIuNDM4IDUuNjEgMTIuNDM4IDEyLjUxYzAgNi44OTgtNS41ODEgMTIuNTA4LTEyLjQzOCAxMi41MDhabS0yNy4yNzgtNTQuNGgtMzMuMDcxTDk0LjgxNSAxMjhsMTYuNTM4LTI4LjhoMzMuMDcxTDE2MC45NiAxMjhsLTE2LjUzNSAyOC44Wk04OC4zODcgNjkuODE4Yy02Ljg1NyAwLTEyLjQzOC01LjYxLTEyLjQzOC0xMi41MWMwLTYuODk4IDUuNTgxLTEyLjUwOCAxMi40MzgtMTIuNTA4YzYuODYxIDAgMTIuNDQzIDUuNjEgMTIuNDQzIDEyLjUwOXMtNS41ODIgMTIuNTA5LTEyLjQ0MyAxMi41MDlabTgzLjMxNSAxMDkuOTY0Yy0yLjM2MiAwLTQuNjE0LjQ1OC02LjY5OSAxLjI2MWwtMTMuNTE0LTIyLjkzMWwtLjcxMy40MjZMMTY3LjM5IDEyOS42YTMuMjI2IDMuMjI2IDAgMCAwIDAtMy4ybC0xOC4zNzQtMzJhMy4xNzcgMy4xNzcgMCAwIDAtMi43NTUtMS42aC0zMy40MzVsLjEzLS4wNzdsLTEyLjM5LTIxLjAzYzQuMDQ3LTMuNDY5IDYuNjI4LTguNjI3IDYuNjI4LTE0LjM4NGMwLTEwLjQyNi04LjQzNi0xOC45MDktMTguODA3LTE4LjkwOWMtMTAuMzY3IDAtMTguODAzIDguNDgzLTE4LjgwMyAxOC45MDljMCAxMC40MjUgOC40MzYgMTguOTA5IDE4LjgwMyAxOC45MDljMi4zNjUgMCA0LjYxOC0uNDU4IDYuNzAyLTEuMjYxbDExLjU2NyAxOS42MjVMODguMzg0IDEyNi40YTMuMjI2IDMuMjI2IDAgMCAwIDAgMy4ybDE4LjM3NyAzMmMuNTcuOTkyIDEuNjIgMS42IDIuNzU2IDEuNmgzNi43NDRjLjI2NCAwIC41MjEtLjA0Mi43Ny0uMTAybDEyLjQ5NiAyMS4yMWMtNC4wNTEgMy40NjgtNi42MjkgOC42MjYtNi42MjkgMTQuMzgzYzAgMTAuNDI2IDguNDMzIDE4LjkwOSAxOC44MDQgMTguOTA5YzEwLjM3IDAgMTguODAzLTguNDgzIDE4LjgwMy0xOC45MDljMC0xMC40MjUtOC40MzMtMTguOTA5LTE4LjgwMy0xOC45MDlabTE4Ljk2OC03Ny4wNWMtNi44NTcgMC0xMi40MzYtNS42MDktMTIuNDM2LTEyLjUwOGMwLTYuOSA1LjU3OS0xMi41MDkgMTIuNDM2LTEyLjUwOWM2Ljg1OCAwIDEyLjQ0IDUuNjEgMTIuNDQgMTIuNTA5YzAgNi45LTUuNTgyIDEyLjUwOS0xMi40NCAxMi41MDlabTIzLjMwMyAyMy42NjhsLTEyLjA4LTIxLjA0YzQuNTkyLTMuNDUzIDcuNTgtOC45NDQgNy41OC0xNS4xMzZjMC0xMC40MjYtOC40MzItMTguOTA5LTE4LjgwMy0xOC45MDljLTIuNjM4IDAtNS4xNTIuNTU0LTcuNDMzIDEuNTQ5bC05Ljg0OS0xNy4xNTVhMy4xOCAzLjE4IDAgMCAwLTIuNzU2LTEuNmgtMzkuNDQ4djYuNGgzNy42MTJsOS4xMSAxNS44NzJjLTMuNzAzIDMuNDU2LTYuMDM2IDguMzc0LTYuMDM2IDEzLjg0M2MwIDEwLjQyNiA4LjQzMyAxOC45MDkgMTguOCAxOC45MDljMS45MzIgMCAzLjgtLjI5OCA1LjU1Ni0uODQ1TDIwNy41NDUgMTI4bC0xNS44OTIgMjcuNjc0bDUuNTEyIDMuMmwxNi44MDgtMjkuMjc0YTMuMjEgMy4yMSAwIDAgMCAwLTMuMlptLTE0Ni4wNCA1MC4zOWMtNi44NiAwLTEyLjQ0Mi01LjYxMi0xMi40NDItMTIuNTA4YzAtNi45IDUuNTgxLTEyLjUxIDEyLjQ0Mi0xMi41MWM2Ljg1NyAwIDEyLjQzOSA1LjYxIDEyLjQzOSAxMi41MWMwIDYuODk2LTUuNTgyIDEyLjUwOC0xMi40NCAxMi41MDhabTEwLjM5MyAzLjIzNmM1LjA2Mi0zLjM5MiA4LjQxLTkuMTgxIDguNDEtMTUuNzQ0YzAtMTAuNDI2LTguNDM2LTE4LjkxLTE4LjgwMy0xOC45MWMtMy4wMDQgMC01LjgzMy43My04LjM1MyAxLjk5NEw0OC40NTggMTI4bDE4LjQyOC0zMi4wOTNsLTUuNTE1LTMuMkw0Mi4wMjcgMTI2LjRhMy4yMSAzLjIxIDAgMCAwIDAgMy4ybDEyLjM4OCAyMS41NjhjLTMuMjY4IDMuNDA1LTUuMjg5IDguMDIyLTUuMjg5IDEzLjExNGMwIDEwLjQyNSA4LjQzNiAxOC45MDggMTguODA3IDE4LjkwOGMxLjU2MiAwIDMuMDc0LS4yMTQgNC41MjgtLjU3OWwxMC4xNSAxNy42OGMuNTcuOTg5IDEuNjIgMS42IDIuNzU3IDEuNmgzOS40NTF2LTYuNEg4Ny4yMDRsLTguODc4LTE1LjQ2NVonLz4KPC9zdmc+Cg=="
1059
1059
  },
1060
1060
  "engines": {
1061
- "camunda": "^8.4"
1061
+ "camunda": "^8.5"
1062
1062
  }
1063
1063
  },
1064
1064
  {
@@ -1066,9 +1066,14 @@
1066
1066
  "name": "Amazon EventBridge Outbound Connector",
1067
1067
  "id": "io.camunda.connectors.AWSEventBridge.v1",
1068
1068
  "description": "Send events to AWS EventBridge",
1069
- "metadata": {
1070
- "keywords": ["emit event", "publish event", "send event", "trigger event"]
1071
- },
1069
+ "keywords": [
1070
+ "emit event",
1071
+ "publish event",
1072
+ "send event",
1073
+ "trigger event",
1074
+ "event bus",
1075
+ "cloud event"
1076
+ ],
1072
1077
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=outbound",
1073
1078
  "version": 6,
1074
1079
  "category": {
@@ -1308,7 +1313,7 @@
1308
1313
  {
1309
1314
  "id": "resultVariable",
1310
1315
  "label": "Result variable",
1311
- "description": "Name of variable to store the response in",
1316
+ "description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>.",
1312
1317
  "group": "output",
1313
1318
  "binding": {
1314
1319
  "key": "resultVariable",
@@ -1319,7 +1324,7 @@
1319
1324
  {
1320
1325
  "id": "resultExpression",
1321
1326
  "label": "Result expression",
1322
- "description": "Expression to map the response into process variables",
1327
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>.",
1323
1328
  "feel": "required",
1324
1329
  "group": "output",
1325
1330
  "binding": {