@camunda/connectors-element-templates 1.0.16 → 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 (124) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -0
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +3 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +9 -8
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +9 -8
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +9 -8
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +9 -8
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +36 -39
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3769 -28
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +6979 -3299
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +469 -471
  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 +484 -486
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1756 -1752
  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 +788 -51
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1412 -1412
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +376 -11
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +408 -9
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +322 -5
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +316 -311
  29. package/src/element-templates/aws-lambda-outbound-connector.json +305 -301
  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 +422 -415
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +330 -323
  34. package/src/element-templates/aws-sns-inbound-message-start.json +348 -341
  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 +593 -589
  38. package/src/element-templates/aws-sqs-boundary-connector.json +642 -638
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +588 -584
  40. package/src/element-templates/aws-sqs-outbound-connector.json +748 -746
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +408 -400
  43. package/src/element-templates/aws-sqs-start-message.json +465 -461
  44. package/src/element-templates/aws-textract-outbound-connector.json +298 -294
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1329 -4
  47. package/src/element-templates/blue-prism-connector.json +598 -53
  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 +1017 -49
  51. package/src/element-templates/email-inbound-connector-boundary.json +32 -24
  52. package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +45 -37
  55. package/src/element-templates/email-outbound-connector.json +2129 -256
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12447 -5385
  58. package/src/element-templates/github-webhook-connector-boundary.json +11 -13
  59. package/src/element-templates/github-webhook-connector-intermediate.json +55 -57
  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 +62 -64
  63. package/src/element-templates/gitlab-connector.json +2974 -1342
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +882 -262
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1048 -19
  68. package/src/element-templates/google-sheets-outbound-connector.json +2961 -1967
  69. package/src/element-templates/graphql-outbound-connector.json +1780 -1193
  70. package/src/element-templates/http-json-connector.json +2832 -2168
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +953 -277
  72. package/src/element-templates/http-polling-connector.json +1642 -966
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +432 -5
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +21 -12
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +581 -572
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +150 -141
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +436 -430
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +165 -13
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +165 -13
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +178 -26
  85. package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +5616 -1607
  87. package/src/element-templates/openai-connector.json +608 -145
  88. package/src/element-templates/operate-connector.json +1218 -66
  89. package/src/element-templates/power-automate-connector.json +602 -10
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +799 -790
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +914 -905
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +477 -468
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +754 -745
  95. package/src/element-templates/rabbitmq-outbound-connector.json +875 -869
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +583 -39
  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 +1406 -798
  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 +639 -341
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +678 -348
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +332 -327
  110. package/src/element-templates/slack-outbound-connector.json +3313 -919
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1521 -41
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +35 -26
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +38 -29
  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 +1986 -1331
  120. package/src/element-templates/webhook-connector-intermediate.json +2193 -1538
  121. package/src/element-templates/webhook-connector-receive.json +654 -0
  122. package/src/element-templates/webhook-connector-start-event.json +1261 -700
  123. package/src/element-templates/webhook-connector-start-message.json +1754 -1067
  124. package/src/element-templates/whatsapp-connector.json +339 -5
@@ -1,11 +1,11 @@
1
1
  [
2
2
  {
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
- "name": "Amazon EventBridge Connector",
4
+ "name": "Amazon EventBridge Outbound Connector",
5
5
  "id": "io.camunda.connectors.AWSEventBridge.v1",
6
- "version": 1,
6
+ "version": 4,
7
7
  "description": "Send events to AWS EventBridge",
8
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/",
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"
@@ -49,9 +49,35 @@
49
49
  "property": "type"
50
50
  }
51
51
  },
52
+ {
53
+ "id": "authenticationType",
54
+ "label": "Authentication",
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>",
56
+ "group": "authentication",
57
+ "type": "Dropdown",
58
+ "optional": false,
59
+ "value": "credentials",
60
+ "choices": [
61
+ {
62
+ "name": "Credentials",
63
+ "value": "credentials"
64
+ },
65
+ {
66
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
67
+ "value": "defaultCredentialsChain"
68
+ }
69
+ ],
70
+ "binding": {
71
+ "type": "zeebe:input",
72
+ "name": "authentication.type"
73
+ },
74
+ "constraints": {
75
+ "notEmpty": true
76
+ }
77
+ },
52
78
  {
53
79
  "label": "Access key",
54
- "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>",
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>",
55
81
  "group": "authentication",
56
82
  "type": "String",
57
83
  "binding": {
@@ -60,11 +86,15 @@
60
86
  },
61
87
  "constraints": {
62
88
  "notEmpty": true
89
+ },
90
+ "condition": {
91
+ "property": "authenticationType",
92
+ "equals": "credentials"
63
93
  }
64
94
  },
65
95
  {
66
96
  "label": "Secret key",
67
- "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>",
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>",
68
98
  "group": "authentication",
69
99
  "type": "String",
70
100
  "binding": {
@@ -73,6 +103,10 @@
73
103
  },
74
104
  "constraints": {
75
105
  "notEmpty": true
106
+ },
107
+ "condition": {
108
+ "property": "authenticationType",
109
+ "equals": "credentials"
76
110
  }
77
111
  },
78
112
  {
@@ -184,16 +218,16 @@
184
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"
185
219
  },
186
220
  "engines": {
187
- "camunda": "^8.2"
221
+ "camunda": "^8.4"
188
222
  }
189
223
  },
190
224
  {
191
225
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
192
226
  "name": "Amazon EventBridge Outbound Connector",
193
227
  "id": "io.camunda.connectors.AWSEventBridge.v1",
228
+ "version": 2,
194
229
  "description": "Send events to AWS EventBridge",
195
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/amazon-eventbridge/?awseventbridge=outbound",
196
- "version": 5,
230
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/",
197
231
  "category": {
198
232
  "id": "connectors",
199
233
  "name": "Connectors"
@@ -209,11 +243,11 @@
209
243
  },
210
244
  {
211
245
  "id": "configuration",
212
- "label": "Queue properties"
246
+ "label": "Configuration"
213
247
  },
214
248
  {
215
249
  "id": "eventDetails",
216
- "label": "eventDetails"
250
+ "label": "Event Details"
217
251
  },
218
252
  {
219
253
  "id": "eventPayload",
@@ -221,253 +255,165 @@
221
255
  },
222
256
  {
223
257
  "id": "output",
224
- "label": "Output mapping"
225
- },
226
- {
227
- "id": "error",
228
- "label": "Error handling"
258
+ "label": "Output Mapping"
229
259
  },
230
260
  {
231
- "id": "retries",
232
- "label": "Retries"
261
+ "id": "errors",
262
+ "label": "Error Handling"
233
263
  }
234
264
  ],
235
265
  "properties": [
236
266
  {
267
+ "type": "Hidden",
237
268
  "value": "io.camunda:aws-eventbridge:1",
238
269
  "binding": {
239
- "property": "type",
240
- "type": "zeebe:taskDefinition"
241
- },
242
- "type": "Hidden"
270
+ "type": "zeebe:taskDefinition",
271
+ "property": "type"
272
+ }
243
273
  },
244
274
  {
245
- "id": "authentication.type",
246
- "label": "Authentication",
247
- "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>",
248
- "value": "credentials",
275
+ "label": "Access key",
276
+ "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>",
249
277
  "group": "authentication",
278
+ "type": "String",
250
279
  "binding": {
251
- "name": "authentication.type",
252
- "type": "zeebe:input"
280
+ "type": "zeebe:input",
281
+ "name": "authentication.accessKey"
253
282
  },
254
- "type": "Dropdown",
255
- "choices": [
256
- {
257
- "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
258
- "value": "defaultCredentialsChain"
259
- },
260
- {
261
- "name": "Credentials",
262
- "value": "credentials"
263
- }
264
- ]
265
- },
266
- {
267
- "id": "authentication.accessKey",
268
- "label": "Access key",
269
- "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
270
- "optional": false,
271
283
  "constraints": {
272
284
  "notEmpty": true
273
- },
274
- "feel": "optional",
275
- "group": "authentication",
276
- "binding": {
277
- "name": "authentication.accessKey",
278
- "type": "zeebe:input"
279
- },
280
- "condition": {
281
- "property": "authentication.type",
282
- "equals": "credentials",
283
- "type": "simple"
284
- },
285
- "type": "String"
285
+ }
286
286
  },
287
287
  {
288
- "id": "authentication.secretKey",
289
288
  "label": "Secret key",
290
- "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
291
- "optional": false,
292
- "constraints": {
293
- "notEmpty": true
294
- },
295
- "feel": "optional",
289
+ "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>",
296
290
  "group": "authentication",
291
+ "type": "String",
297
292
  "binding": {
298
- "name": "authentication.secretKey",
299
- "type": "zeebe:input"
300
- },
301
- "condition": {
302
- "property": "authentication.type",
303
- "equals": "credentials",
304
- "type": "simple"
293
+ "type": "zeebe:input",
294
+ "name": "authentication.secretKey"
305
295
  },
306
- "type": "String"
296
+ "constraints": {
297
+ "notEmpty": true
298
+ }
307
299
  },
308
300
  {
309
- "id": "configuration.region",
310
301
  "label": "Region",
311
302
  "description": "Specify the AWS region",
312
- "optional": true,
313
- "feel": "optional",
314
303
  "group": "configuration",
304
+ "type": "String",
305
+ "feel": "optional",
315
306
  "binding": {
316
- "name": "configuration.region",
317
- "type": "zeebe:input"
307
+ "type": "zeebe:input",
308
+ "name": "configuration.region"
318
309
  },
319
- "type": "String"
310
+ "constraints": {
311
+ "notEmpty": true,
312
+ "maxLength": 255
313
+ }
320
314
  },
321
315
  {
322
- "id": "configuration.endpoint",
323
- "label": "Endpoint",
324
- "description": "Specify endpoint if need to use custom endpoint",
325
- "optional": true,
326
- "group": "configuration",
316
+ "label": "Event bus name",
317
+ "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>",
318
+ "group": "eventDetails",
319
+ "type": "String",
320
+ "feel": "optional",
327
321
  "binding": {
328
- "name": "configuration.endpoint",
329
- "type": "zeebe:input"
322
+ "type": "zeebe:input",
323
+ "name": "input.eventBusName"
330
324
  },
331
- "type": "Hidden"
325
+ "constraints": {
326
+ "notEmpty": true
327
+ }
332
328
  },
333
329
  {
334
- "id": "input.source",
335
330
  "label": "Source",
336
- "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>",
337
- "optional": false,
338
- "constraints": {
339
- "notEmpty": true
340
- },
341
- "feel": "optional",
331
+ "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>",
342
332
  "group": "eventDetails",
333
+ "type": "String",
334
+ "feel": "optional",
343
335
  "binding": {
344
- "name": "input.source",
345
- "type": "zeebe:input"
336
+ "type": "zeebe:input",
337
+ "name": "input.source"
346
338
  },
347
- "type": "String"
339
+ "constraints": {
340
+ "notEmpty": true
341
+ }
348
342
  },
349
343
  {
350
- "id": "input.detailType",
351
344
  "label": "Detail type",
352
- "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>",
353
- "optional": false,
354
- "constraints": {
355
- "notEmpty": true
356
- },
357
- "feel": "optional",
345
+ "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>",
358
346
  "group": "eventDetails",
347
+ "type": "String",
348
+ "feel": "optional",
359
349
  "binding": {
360
- "name": "input.detailType",
361
- "type": "zeebe:input"
350
+ "type": "zeebe:input",
351
+ "name": "input.detailType"
362
352
  },
363
- "type": "String"
364
- },
365
- {
366
- "id": "input.eventBusName",
367
- "label": "Event bus name",
368
- "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>",
369
- "optional": false,
370
353
  "constraints": {
371
354
  "notEmpty": true
372
- },
373
- "feel": "required",
374
- "group": "eventDetails",
375
- "binding": {
376
- "name": "input.eventBusName",
377
- "type": "zeebe:input"
378
- },
379
- "type": "Text"
355
+ }
380
356
  },
381
357
  {
382
- "id": "input.detail",
383
358
  "label": "Event payload",
384
- "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>",
385
- "optional": false,
386
- "constraints": {
387
- "notEmpty": true
388
- },
389
- "feel": "optional",
359
+ "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>",
390
360
  "group": "eventPayload",
361
+ "type": "Text",
362
+ "feel": "required",
363
+ "optional": false,
391
364
  "binding": {
392
- "name": "input.detail",
393
- "type": "zeebe:input"
365
+ "type": "zeebe:input",
366
+ "name": "input.detail"
394
367
  },
395
- "type": "String"
368
+ "constraints": {
369
+ "notEmpty": true
370
+ }
396
371
  },
397
372
  {
398
- "id": "resultVariable",
399
373
  "label": "Result variable",
400
- "description": "Name of variable to store the response in",
374
+ "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>",
401
375
  "group": "output",
376
+ "type": "String",
402
377
  "binding": {
403
- "key": "resultVariable",
404
- "type": "zeebe:taskHeader"
405
- },
406
- "type": "String"
378
+ "type": "zeebe:taskHeader",
379
+ "key": "resultVariable"
380
+ }
407
381
  },
408
382
  {
409
- "id": "resultExpression",
410
383
  "label": "Result expression",
411
- "description": "Expression to map the response into process variables",
412
- "feel": "required",
384
+ "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>",
413
385
  "group": "output",
386
+ "type": "Text",
387
+ "feel": "required",
414
388
  "binding": {
415
- "key": "resultExpression",
416
- "type": "zeebe:taskHeader"
417
- },
418
- "type": "Text"
389
+ "type": "zeebe:taskHeader",
390
+ "key": "resultExpression"
391
+ }
419
392
  },
420
393
  {
421
- "id": "errorExpression",
422
394
  "label": "Error expression",
423
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
395
+ "description": "Expression to handle errors",
396
+ "group": "errors",
397
+ "type": "Text",
424
398
  "feel": "required",
425
- "group": "error",
426
- "binding": {
427
- "key": "errorExpression",
428
- "type": "zeebe:taskHeader"
429
- },
430
- "type": "Text"
431
- },
432
- {
433
- "id": "retryCount",
434
- "label": "Retries",
435
- "description": "Number of retries",
436
- "value": "3",
437
- "feel": "optional",
438
- "group": "retries",
439
399
  "binding": {
440
- "property": "retries",
441
- "type": "zeebe:taskDefinition"
442
- },
443
- "type": "String"
444
- },
445
- {
446
- "id": "retryBackoff",
447
- "label": "Retry backoff",
448
- "description": "ISO-8601 duration to wait between retries",
449
- "value": "PT0S",
450
- "feel": "optional",
451
- "group": "retries",
452
- "binding": {
453
- "key": "retryBackoff",
454
- "type": "zeebe:taskHeader"
455
- },
456
- "type": "String"
400
+ "type": "zeebe:taskHeader",
401
+ "key": "errorExpression"
402
+ }
457
403
  }
458
404
  ],
459
405
  "icon": {
460
- "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nMCAwIDI1NiAyNTYnPgogICAgPGRlZnM+CiAgICAgICAgPGxpbmVhckdyYWRpZW50IGlkPSdsb2dvc0F3c0V2ZW50YnJpZGdlMCcgeDE9JzAlJyB4Mj0nMTAwJScgeTE9JzEwMCUnIHkyPScwJSc+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMCUnIHN0b3AtY29sb3I9JyNCMDA4NEQnLz4KICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScxMDAlJyBzdG9wLWNvbG9yPScjRkY0RjhCJy8+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxwYXRoIGZpbGw9J3VybCgjbG9nb3NBd3NFdmVudGJyaWRnZTApJyBkPSdNMCAwaDI1NnYyNTZIMHonLz4KICAgIDxwYXRoIGZpbGw9JyNGRkYnCiAgICAgICAgICBkPSdNMTcxLjcwMiAyMTEuMmMtNi44NTggMC0xMi40NC01LjYxLTEyLjQ0LTEyLjUwOXM1LjU4Mi0xMi41MDkgMTIuNDQtMTIuNTA5YzYuODU3IDAgMTIuNDM4IDUuNjEgMTIuNDM4IDEyLjUxYzAgNi44OTgtNS41ODEgMTIuNTA4LTEyLjQzOCAxMi41MDhabS0yNy4yNzgtNTQuNGgtMzMuMDcxTDk0LjgxNSAxMjhsMTYuNTM4LTI4LjhoMzMuMDcxTDE2MC45NiAxMjhsLTE2LjUzNSAyOC44Wk04OC4zODcgNjkuODE4Yy02Ljg1NyAwLTEyLjQzOC01LjYxLTEyLjQzOC0xMi41MWMwLTYuODk4IDUuNTgxLTEyLjUwOCAxMi40MzgtMTIuNTA4YzYuODYxIDAgMTIuNDQzIDUuNjEgMTIuNDQzIDEyLjUwOXMtNS41ODIgMTIuNTA5LTEyLjQ0MyAxMi41MDlabTgzLjMxNSAxMDkuOTY0Yy0yLjM2MiAwLTQuNjE0LjQ1OC02LjY5OSAxLjI2MWwtMTMuNTE0LTIyLjkzMWwtLjcxMy40MjZMMTY3LjM5IDEyOS42YTMuMjI2IDMuMjI2IDAgMCAwIDAtMy4ybC0xOC4zNzQtMzJhMy4xNzcgMy4xNzcgMCAwIDAtMi43NTUtMS42aC0zMy40MzVsLjEzLS4wNzdsLTEyLjM5LTIxLjAzYzQuMDQ3LTMuNDY5IDYuNjI4LTguNjI3IDYuNjI4LTE0LjM4NGMwLTEwLjQyNi04LjQzNi0xOC45MDktMTguODA3LTE4LjkwOWMtMTAuMzY3IDAtMTguODAzIDguNDgzLTE4LjgwMyAxOC45MDljMCAxMC40MjUgOC40MzYgMTguOTA5IDE4LjgwMyAxOC45MDljMi4zNjUgMCA0LjYxOC0uNDU4IDYuNzAyLTEuMjYxbDExLjU2NyAxOS42MjVMODguMzg0IDEyNi40YTMuMjI2IDMuMjI2IDAgMCAwIDAgMy4ybDE4LjM3NyAzMmMuNTcuOTkyIDEuNjIgMS42IDIuNzU2IDEuNmgzNi43NDRjLjI2NCAwIC41MjEtLjA0Mi43Ny0uMTAybDEyLjQ5NiAyMS4yMWMtNC4wNTEgMy40NjgtNi42MjkgOC42MjYtNi42MjkgMTQuMzgzYzAgMTAuNDI2IDguNDMzIDE4LjkwOSAxOC44MDQgMTguOTA5YzEwLjM3IDAgMTguODAzLTguNDgzIDE4LjgwMy0xOC45MDljMC0xMC40MjUtOC40MzMtMTguOTA5LTE4LjgwMy0xOC45MDlabTE4Ljk2OC03Ny4wNWMtNi44NTcgMC0xMi40MzYtNS42MDktMTIuNDM2LTEyLjUwOGMwLTYuOSA1LjU3OS0xMi41MDkgMTIuNDM2LTEyLjUwOWM2Ljg1OCAwIDEyLjQ0IDUuNjEgMTIuNDQgMTIuNTA5YzAgNi45LTUuNTgyIDEyLjUwOS0xMi40NCAxMi41MDlabTIzLjMwMyAyMy42NjhsLTEyLjA4LTIxLjA0YzQuNTkyLTMuNDUzIDcuNTgtOC45NDQgNy41OC0xNS4xMzZjMC0xMC40MjYtOC40MzItMTguOTA5LTE4LjgwMy0xOC45MDljLTIuNjM4IDAtNS4xNTIuNTU0LTcuNDMzIDEuNTQ5bC05Ljg0OS0xNy4xNTVhMy4xOCAzLjE4IDAgMCAwLTIuNzU2LTEuNmgtMzkuNDQ4djYuNGgzNy42MTJsOS4xMSAxNS44NzJjLTMuNzAzIDMuNDU2LTYuMDM2IDguMzc0LTYuMDM2IDEzLjg0M2MwIDEwLjQyNiA4LjQzMyAxOC45MDkgMTguOCAxOC45MDljMS45MzIgMCAzLjgtLjI5OCA1LjU1Ni0uODQ1TDIwNy41NDUgMTI4bC0xNS44OTIgMjcuNjc0bDUuNTEyIDMuMmwxNi44MDgtMjkuMjc0YTMuMjEgMy4yMSAwIDAgMCAwLTMuMlptLTE0Ni4wNCA1MC4zOWMtNi44NiAwLTEyLjQ0Mi01LjYxMi0xMi40NDItMTIuNTA4YzAtNi45IDUuNTgxLTEyLjUxIDEyLjQ0Mi0xMi41MWM2Ljg1NyAwIDEyLjQzOSA1LjYxIDEyLjQzOSAxMi41MWMwIDYuODk2LTUuNTgyIDEyLjUwOC0xMi40NCAxMi41MDhabTEwLjM5MyAzLjIzNmM1LjA2Mi0zLjM5MiA4LjQxLTkuMTgxIDguNDEtMTUuNzQ0YzAtMTAuNDI2LTguNDM2LTE4LjkxLTE4LjgwMy0xOC45MWMtMy4wMDQgMC01LjgzMy43My04LjM1MyAxLjk5NEw0OC40NTggMTI4bDE4LjQyOC0zMi4wOTNsLTUuNTE1LTMuMkw0Mi4wMjcgMTI2LjRhMy4yMSAzLjIxIDAgMCAwIDAgMy4ybDEyLjM4OCAyMS41NjhjLTMuMjY4IDMuNDA1LTUuMjg5IDguMDIyLTUuMjg5IDEzLjExNGMwIDEwLjQyNSA4LjQzNiAxOC45MDggMTguODA3IDE4LjkwOGMxLjU2MiAwIDMuMDc0LS4yMTQgNC41MjgtLjU3OWwxMC4xNSAxNy42OGMuNTcuOTg5IDEuNjIgMS42IDIuNzU3IDEuNmgzOS40NTF2LTYuNEg4Ny4yMDRsLTguODc4LTE1LjQ2NVonLz4KPC9zdmc+Cg=="
406
+ "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"
461
407
  },
462
408
  "engines": {
463
- "camunda": "^8.5"
409
+ "camunda": "^8.2"
464
410
  }
465
411
  },
466
412
  {
467
413
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
468
414
  "name": "Amazon EventBridge Outbound Connector",
469
415
  "id": "io.camunda.connectors.AWSEventBridge.v1",
470
- "version": 2,
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": {