@camunda/connectors-element-templates 1.0.17 → 1.0.19

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 +4 -7
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +8 -8
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +8 -8
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +8 -8
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +8 -8
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +9 -12
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3770 -29
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +6274 -2594
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +549 -552
  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 +736 -739
  14. package/src/element-templates/asana-connector.json +759 -48
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1763 -1759
  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 +747 -10
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1358 -1358
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +383 -18
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +377 -12
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +407 -8
  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 +238 -234
  30. package/src/element-templates/aws-s3-outbound-connector.json +646 -5
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +13 -9
  32. package/src/element-templates/aws-sns-inbound-boundary.json +44 -37
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +210 -203
  34. package/src/element-templates/aws-sns-inbound-message-start.json +125 -118
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +134 -127
  37. package/src/element-templates/aws-sns-outbound-connector.json +581 -577
  38. package/src/element-templates/aws-sqs-boundary-connector.json +453 -449
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +530 -526
  40. package/src/element-templates/aws-sqs-outbound-connector.json +711 -709
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +213 -205
  43. package/src/element-templates/aws-sqs-start-message.json +461 -457
  44. package/src/element-templates/aws-textract-outbound-connector.json +109 -105
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +676 -19
  46. package/src/element-templates/azure-open-ai-connector.json +1329 -4
  47. package/src/element-templates/blue-prism-connector.json +569 -24
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +13 -5
  50. package/src/element-templates/easy-post-connector.json +1077 -109
  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 +58 -50
  55. package/src/element-templates/email-outbound-connector.json +2116 -243
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +3 -6
  57. package/src/element-templates/github-connector.json +15257 -11722
  58. package/src/element-templates/github-webhook-connector-boundary.json +27 -29
  59. package/src/element-templates/github-webhook-connector-intermediate.json +36 -38
  60. package/src/element-templates/github-webhook-connector-message-start.json +11 -13
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +54 -56
  63. package/src/element-templates/gitlab-connector.json +4177 -2545
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +562 -13
  65. package/src/element-templates/google-drive-outbound-connector.json +1386 -766
  66. package/src/element-templates/google-gemini-outbound-connector.json +13 -5
  67. package/src/element-templates/google-maps-platform-connector.json +1059 -30
  68. package/src/element-templates/google-sheets-outbound-connector.json +2449 -1455
  69. package/src/element-templates/graphql-outbound-connector.json +1744 -1735
  70. package/src/element-templates/http-json-connector.json +2982 -2332
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +752 -741
  72. package/src/element-templates/http-polling-connector.json +1512 -1501
  73. package/src/element-templates/hubspot-outbound-connector.json +2371 -25
  74. package/src/element-templates/hugging-face-connector.json +234 -3
  75. package/src/element-templates/jdbc-outbound-connector.json +20 -6
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +613 -604
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +528 -519
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +530 -521
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +518 -512
  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 +893 -10
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +5971 -3807
  87. package/src/element-templates/openai-connector.json +550 -87
  88. package/src/element-templates/operate-connector.json +1198 -46
  89. package/src/element-templates/power-automate-connector.json +601 -9
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +444 -435
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +484 -475
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +367 -358
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +479 -470
  95. package/src/element-templates/rabbitmq-outbound-connector.json +356 -350
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +544 -0
  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 +945 -337
  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 +490 -192
  106. package/src/element-templates/slack-inbound-intermediate.json +421 -123
  107. package/src/element-templates/slack-inbound-message-start.json +469 -139
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +216 -211
  110. package/src/element-templates/slack-outbound-connector.json +2451 -753
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1573 -93
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +19 -10
  114. package/src/element-templates/twilio-webhook-connector.json +243 -13
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +34 -25
  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 +594 -2
  119. package/src/element-templates/webhook-connector-boundary.json +580 -570
  120. package/src/element-templates/webhook-connector-intermediate.json +1390 -1380
  121. package/src/element-templates/webhook-connector-receive.json +16 -6
  122. package/src/element-templates/webhook-connector-start-event.json +1382 -1375
  123. package/src/element-templates/webhook-connector-start-message.json +1306 -1296
  124. package/src/element-templates/whatsapp-connector.json +343 -9
  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": 3,
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/aws-eventbridge/",
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,253 +33,165 @@
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",
58
- "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",
53
+ "label": "Access key",
54
+ "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>",
61
55
  "group": "authentication",
56
+ "type": "String",
62
57
  "binding": {
63
- "name": "authentication.type",
64
- "type": "zeebe:input"
58
+ "type": "zeebe:input",
59
+ "name": "authentication.accessKey"
65
60
  },
66
- "type": "Dropdown",
67
- "choices": [
68
- {
69
- "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
70
- "value": "defaultCredentialsChain"
71
- },
72
- {
73
- "name": "Credentials",
74
- "value": "credentials"
75
- }
76
- ]
77
- },
78
- {
79
- "id": "authentication.accessKey",
80
- "label": "Access key",
81
- "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
82
- "optional": false,
83
61
  "constraints": {
84
62
  "notEmpty": true
85
- },
86
- "feel": "optional",
87
- "group": "authentication",
88
- "binding": {
89
- "name": "authentication.accessKey",
90
- "type": "zeebe:input"
91
- },
92
- "condition": {
93
- "property": "authentication.type",
94
- "equals": "credentials",
95
- "type": "simple"
96
- },
97
- "type": "String"
63
+ }
98
64
  },
99
65
  {
100
- "id": "authentication.secretKey",
101
66
  "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",
67
+ "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>",
108
68
  "group": "authentication",
69
+ "type": "String",
109
70
  "binding": {
110
- "name": "authentication.secretKey",
111
- "type": "zeebe:input"
112
- },
113
- "condition": {
114
- "property": "authentication.type",
115
- "equals": "credentials",
116
- "type": "simple"
71
+ "type": "zeebe:input",
72
+ "name": "authentication.secretKey"
117
73
  },
118
- "type": "String"
74
+ "constraints": {
75
+ "notEmpty": true
76
+ }
119
77
  },
120
78
  {
121
- "id": "configuration.region",
122
79
  "label": "Region",
123
80
  "description": "Specify the AWS region",
124
- "optional": true,
125
- "feel": "optional",
126
81
  "group": "configuration",
82
+ "type": "String",
83
+ "feel": "optional",
127
84
  "binding": {
128
- "name": "configuration.region",
129
- "type": "zeebe:input"
85
+ "type": "zeebe:input",
86
+ "name": "configuration.region"
130
87
  },
131
- "type": "String"
88
+ "constraints": {
89
+ "notEmpty": true,
90
+ "maxLength": 255
91
+ }
132
92
  },
133
93
  {
134
- "id": "configuration.endpoint",
135
- "label": "Endpoint",
136
- "description": "Specify endpoint if need to use custom endpoint",
137
- "optional": true,
138
- "group": "configuration",
94
+ "label": "Event bus name",
95
+ "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>",
96
+ "group": "eventDetails",
97
+ "type": "String",
98
+ "feel": "optional",
139
99
  "binding": {
140
- "name": "configuration.endpoint",
141
- "type": "zeebe:input"
100
+ "type": "zeebe:input",
101
+ "name": "input.eventBusName"
142
102
  },
143
- "type": "Hidden"
103
+ "constraints": {
104
+ "notEmpty": true
105
+ }
144
106
  },
145
107
  {
146
- "id": "input.source",
147
108
  "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",
109
+ "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
110
  "group": "eventDetails",
111
+ "type": "String",
112
+ "feel": "optional",
155
113
  "binding": {
156
- "name": "input.source",
157
- "type": "zeebe:input"
114
+ "type": "zeebe:input",
115
+ "name": "input.source"
158
116
  },
159
- "type": "String"
117
+ "constraints": {
118
+ "notEmpty": true
119
+ }
160
120
  },
161
121
  {
162
- "id": "input.detailType",
163
122
  "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",
123
+ "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
124
  "group": "eventDetails",
125
+ "type": "String",
126
+ "feel": "optional",
171
127
  "binding": {
172
- "name": "input.detailType",
173
- "type": "zeebe:input"
128
+ "type": "zeebe:input",
129
+ "name": "input.detailType"
174
130
  },
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
131
  "constraints": {
183
132
  "notEmpty": true
184
- },
185
- "feel": "required",
186
- "group": "eventDetails",
187
- "binding": {
188
- "name": "input.eventBusName",
189
- "type": "zeebe:input"
190
- },
191
- "type": "Text"
133
+ }
192
134
  },
193
135
  {
194
- "id": "input.detail",
195
136
  "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",
137
+ "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
138
  "group": "eventPayload",
139
+ "type": "Text",
140
+ "feel": "required",
141
+ "optional": false,
203
142
  "binding": {
204
- "name": "input.detail",
205
- "type": "zeebe:input"
143
+ "type": "zeebe:input",
144
+ "name": "input.detail"
206
145
  },
207
- "type": "String"
146
+ "constraints": {
147
+ "notEmpty": true
148
+ }
208
149
  },
209
150
  {
210
- "id": "resultVariable",
211
151
  "label": "Result variable",
212
- "description": "Name of variable to store the response in",
152
+ "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
153
  "group": "output",
154
+ "type": "String",
214
155
  "binding": {
215
- "key": "resultVariable",
216
- "type": "zeebe:taskHeader"
217
- },
218
- "type": "String"
156
+ "type": "zeebe:taskHeader",
157
+ "key": "resultVariable"
158
+ }
219
159
  },
220
160
  {
221
- "id": "resultExpression",
222
161
  "label": "Result expression",
223
- "description": "Expression to map the response into process variables",
224
- "feel": "required",
162
+ "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
163
  "group": "output",
164
+ "type": "Text",
165
+ "feel": "required",
226
166
  "binding": {
227
- "key": "resultExpression",
228
- "type": "zeebe:taskHeader"
229
- },
230
- "type": "Text"
167
+ "type": "zeebe:taskHeader",
168
+ "key": "resultExpression"
169
+ }
231
170
  },
232
171
  {
233
- "id": "errorExpression",
234
172
  "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>.",
173
+ "description": "Expression to handle errors",
174
+ "group": "errors",
175
+ "type": "Text",
236
176
  "feel": "required",
237
- "group": "error",
238
177
  "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
- "binding": {
265
- "key": "retryBackoff",
266
- "type": "zeebe:taskHeader"
267
- },
268
- "type": "String"
178
+ "type": "zeebe:taskHeader",
179
+ "key": "errorExpression"
180
+ }
269
181
  }
270
182
  ],
271
183
  "icon": {
272
- "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nMCAwIDI1NiAyNTYnPgogICAgPGRlZnM+CiAgICAgICAgPGxpbmVhckdyYWRpZW50IGlkPSdsb2dvc0F3c0V2ZW50YnJpZGdlMCcgeDE9JzAlJyB4Mj0nMTAwJScgeTE9JzEwMCUnIHkyPScwJSc+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMCUnIHN0b3AtY29sb3I9JyNCMDA4NEQnLz4KICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScxMDAlJyBzdG9wLWNvbG9yPScjRkY0RjhCJy8+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxwYXRoIGZpbGw9J3VybCgjbG9nb3NBd3NFdmVudGJyaWRnZTApJyBkPSdNMCAwaDI1NnYyNTZIMHonLz4KICAgIDxwYXRoIGZpbGw9JyNGRkYnCiAgICAgICAgICBkPSdNMTcxLjcwMiAyMTEuMmMtNi44NTggMC0xMi40NC01LjYxLTEyLjQ0LTEyLjUwOXM1LjU4Mi0xMi41MDkgMTIuNDQtMTIuNTA5YzYuODU3IDAgMTIuNDM4IDUuNjEgMTIuNDM4IDEyLjUxYzAgNi44OTgtNS41ODEgMTIuNTA4LTEyLjQzOCAxMi41MDhabS0yNy4yNzgtNTQuNGgtMzMuMDcxTDk0LjgxNSAxMjhsMTYuNTM4LTI4LjhoMzMuMDcxTDE2MC45NiAxMjhsLTE2LjUzNSAyOC44Wk04OC4zODcgNjkuODE4Yy02Ljg1NyAwLTEyLjQzOC01LjYxLTEyLjQzOC0xMi41MWMwLTYuODk4IDUuNTgxLTEyLjUwOCAxMi40MzgtMTIuNTA4YzYuODYxIDAgMTIuNDQzIDUuNjEgMTIuNDQzIDEyLjUwOXMtNS41ODIgMTIuNTA5LTEyLjQ0MyAxMi41MDlabTgzLjMxNSAxMDkuOTY0Yy0yLjM2MiAwLTQuNjE0LjQ1OC02LjY5OSAxLjI2MWwtMTMuNTE0LTIyLjkzMWwtLjcxMy40MjZMMTY3LjM5IDEyOS42YTMuMjI2IDMuMjI2IDAgMCAwIDAtMy4ybC0xOC4zNzQtMzJhMy4xNzcgMy4xNzcgMCAwIDAtMi43NTUtMS42aC0zMy40MzVsLjEzLS4wNzdsLTEyLjM5LTIxLjAzYzQuMDQ3LTMuNDY5IDYuNjI4LTguNjI3IDYuNjI4LTE0LjM4NGMwLTEwLjQyNi04LjQzNi0xOC45MDktMTguODA3LTE4LjkwOWMtMTAuMzY3IDAtMTguODAzIDguNDgzLTE4LjgwMyAxOC45MDljMCAxMC40MjUgOC40MzYgMTguOTA5IDE4LjgwMyAxOC45MDljMi4zNjUgMCA0LjYxOC0uNDU4IDYuNzAyLTEuMjYxbDExLjU2NyAxOS42MjVMODguMzg0IDEyNi40YTMuMjI2IDMuMjI2IDAgMCAwIDAgMy4ybDE4LjM3NyAzMmMuNTcuOTkyIDEuNjIgMS42IDIuNzU2IDEuNmgzNi43NDRjLjI2NCAwIC41MjEtLjA0Mi43Ny0uMTAybDEyLjQ5NiAyMS4yMWMtNC4wNTEgMy40NjgtNi42MjkgOC42MjYtNi42MjkgMTQuMzgzYzAgMTAuNDI2IDguNDMzIDE4LjkwOSAxOC44MDQgMTguOTA5YzEwLjM3IDAgMTguODAzLTguNDgzIDE4LjgwMy0xOC45MDljMC0xMC40MjUtOC40MzMtMTguOTA5LTE4LjgwMy0xOC45MDlabTE4Ljk2OC03Ny4wNWMtNi44NTcgMC0xMi40MzYtNS42MDktMTIuNDM2LTEyLjUwOGMwLTYuOSA1LjU3OS0xMi41MDkgMTIuNDM2LTEyLjUwOWM2Ljg1OCAwIDEyLjQ0IDUuNjEgMTIuNDQgMTIuNTA5YzAgNi45LTUuNTgyIDEyLjUwOS0xMi40NCAxMi41MDlabTIzLjMwMyAyMy42NjhsLTEyLjA4LTIxLjA0YzQuNTkyLTMuNDUzIDcuNTgtOC45NDQgNy41OC0xNS4xMzZjMC0xMC40MjYtOC40MzItMTguOTA5LTE4LjgwMy0xOC45MDljLTIuNjM4IDAtNS4xNTIuNTU0LTcuNDMzIDEuNTQ5bC05Ljg0OS0xNy4xNTVhMy4xOCAzLjE4IDAgMCAwLTIuNzU2LTEuNmgtMzkuNDQ4djYuNGgzNy42MTJsOS4xMSAxNS44NzJjLTMuNzAzIDMuNDU2LTYuMDM2IDguMzc0LTYuMDM2IDEzLjg0M2MwIDEwLjQyNiA4LjQzMyAxOC45MDkgMTguOCAxOC45MDljMS45MzIgMCAzLjgtLjI5OCA1LjU1Ni0uODQ1TDIwNy41NDUgMTI4bC0xNS44OTIgMjcuNjc0bDUuNTEyIDMuMmwxNi44MDgtMjkuMjc0YTMuMjEgMy4yMSAwIDAgMCAwLTMuMlptLTE0Ni4wNCA1MC4zOWMtNi44NiAwLTEyLjQ0Mi01LjYxMi0xMi40NDItMTIuNTA4YzAtNi45IDUuNTgxLTEyLjUxIDEyLjQ0Mi0xMi41MWM2Ljg1NyAwIDEyLjQzOSA1LjYxIDEyLjQzOSAxMi41MWMwIDYuODk2LTUuNTgyIDEyLjUwOC0xMi40NCAxMi41MDhabTEwLjM5MyAzLjIzNmM1LjA2Mi0zLjM5MiA4LjQxLTkuMTgxIDguNDEtMTUuNzQ0YzAtMTAuNDI2LTguNDM2LTE4LjkxLTE4LjgwMy0xOC45MWMtMy4wMDQgMC01LjgzMy43My04LjM1MyAxLjk5NEw0OC40NTggMTI4bDE4LjQyOC0zMi4wOTNsLTUuNTE1LTMuMkw0Mi4wMjcgMTI2LjRhMy4yMSAzLjIxIDAgMCAwIDAgMy4ybDEyLjM4OCAyMS41NjhjLTMuMjY4IDMuNDA1LTUuMjg5IDguMDIyLTUuMjg5IDEzLjExNGMwIDEwLjQyNSA4LjQzNiAxOC45MDggMTguODA3IDE4LjkwOGMxLjU2MiAwIDMuMDc0LS4yMTQgNC41MjgtLjU3OWwxMC4xNSAxNy42OGMuNTcuOTg5IDEuNjIgMS42IDIuNzU3IDEuNmgzOS40NTF2LTYuNEg4Ny4yMDRsLTguODc4LTE1LjQ2NVonLz4KPC9zdmc+Cg=="
184
+ "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
185
  },
274
186
  "engines": {
275
- "camunda": "^8.5"
187
+ "camunda": "^8.4"
276
188
  }
277
189
  },
278
190
  {
279
191
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
280
- "name": "Amazon EventBridge Outbound Connector",
192
+ "name": "Amazon EventBridge Connector",
281
193
  "id": "io.camunda.connectors.AWSEventBridge.v1",
282
- "version": 2,
194
+ "version": 1,
283
195
  "description": "Send events to AWS EventBridge",
284
196
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/",
285
197
  "category": {
@@ -465,9 +377,9 @@
465
377
  },
466
378
  {
467
379
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
468
- "name": "Amazon EventBridge Connector",
380
+ "name": "Amazon EventBridge Outbound Connector",
469
381
  "id": "io.camunda.connectors.AWSEventBridge.v1",
470
- "version": 1,
382
+ "version": 2,
471
383
  "description": "Send events to AWS EventBridge",
472
384
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/",
473
385
  "category": {
@@ -655,9 +567,9 @@
655
567
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
656
568
  "name": "Amazon EventBridge Outbound Connector",
657
569
  "id": "io.camunda.connectors.AWSEventBridge.v1",
658
- "version": 4,
659
570
  "description": "Send events to AWS EventBridge",
660
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=outbound",
571
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/amazon-eventbridge/?awseventbridge=outbound",
572
+ "version": 5,
661
573
  "category": {
662
574
  "id": "connectors",
663
575
  "name": "Connectors"
@@ -673,11 +585,11 @@
673
585
  },
674
586
  {
675
587
  "id": "configuration",
676
- "label": "Configuration"
588
+ "label": "Queue properties"
677
589
  },
678
590
  {
679
591
  "id": "eventDetails",
680
- "label": "Event Details"
592
+ "label": "eventDetails"
681
593
  },
682
594
  {
683
595
  "id": "eventPayload",
@@ -685,201 +597,255 @@
685
597
  },
686
598
  {
687
599
  "id": "output",
688
- "label": "Output Mapping"
600
+ "label": "Output mapping"
689
601
  },
690
602
  {
691
- "id": "errors",
692
- "label": "Error Handling"
603
+ "id": "error",
604
+ "label": "Error handling"
605
+ },
606
+ {
607
+ "id": "retries",
608
+ "label": "Retries"
693
609
  }
694
610
  ],
695
611
  "properties": [
696
612
  {
697
- "type": "Hidden",
698
613
  "value": "io.camunda:aws-eventbridge:1",
699
614
  "binding": {
700
- "type": "zeebe:taskDefinition",
701
- "property": "type"
702
- }
615
+ "property": "type",
616
+ "type": "zeebe:taskDefinition"
617
+ },
618
+ "type": "Hidden"
703
619
  },
704
620
  {
705
- "id": "authenticationType",
621
+ "id": "authentication.type",
706
622
  "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>",
623
+ "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>",
624
+ "value": "credentials",
708
625
  "group": "authentication",
626
+ "binding": {
627
+ "name": "authentication.type",
628
+ "type": "zeebe:input"
629
+ },
709
630
  "type": "Dropdown",
710
- "optional": false,
711
- "value": "credentials",
712
631
  "choices": [
713
- {
714
- "name": "Credentials",
715
- "value": "credentials"
716
- },
717
632
  {
718
633
  "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
719
634
  "value": "defaultCredentialsChain"
635
+ },
636
+ {
637
+ "name": "Credentials",
638
+ "value": "credentials"
720
639
  }
721
- ],
722
- "binding": {
723
- "type": "zeebe:input",
724
- "name": "authentication.type"
725
- },
726
- "constraints": {
727
- "notEmpty": true
728
- }
729
- },
730
- {
731
- "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>",
733
- "group": "authentication",
734
- "type": "String",
735
- "binding": {
736
- "type": "zeebe:input",
737
- "name": "authentication.accessKey"
738
- },
640
+ ]
641
+ },
642
+ {
643
+ "id": "authentication.accessKey",
644
+ "label": "Access key",
645
+ "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
646
+ "optional": false,
739
647
  "constraints": {
740
648
  "notEmpty": true
741
649
  },
650
+ "feel": "optional",
651
+ "group": "authentication",
652
+ "binding": {
653
+ "name": "authentication.accessKey",
654
+ "type": "zeebe:input"
655
+ },
742
656
  "condition": {
743
- "property": "authenticationType",
744
- "equals": "credentials"
745
- }
657
+ "property": "authentication.type",
658
+ "equals": "credentials",
659
+ "type": "simple"
660
+ },
661
+ "type": "String"
746
662
  },
747
663
  {
664
+ "id": "authentication.secretKey",
748
665
  "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>",
750
- "group": "authentication",
751
- "type": "String",
752
- "binding": {
753
- "type": "zeebe:input",
754
- "name": "authentication.secretKey"
755
- },
666
+ "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
667
+ "optional": false,
756
668
  "constraints": {
757
669
  "notEmpty": true
758
670
  },
671
+ "feel": "optional",
672
+ "group": "authentication",
673
+ "binding": {
674
+ "name": "authentication.secretKey",
675
+ "type": "zeebe:input"
676
+ },
759
677
  "condition": {
760
- "property": "authenticationType",
761
- "equals": "credentials"
762
- }
678
+ "property": "authentication.type",
679
+ "equals": "credentials",
680
+ "type": "simple"
681
+ },
682
+ "type": "String"
763
683
  },
764
684
  {
685
+ "id": "configuration.region",
765
686
  "label": "Region",
766
687
  "description": "Specify the AWS region",
767
- "group": "configuration",
768
- "type": "String",
688
+ "optional": true,
769
689
  "feel": "optional",
690
+ "group": "configuration",
770
691
  "binding": {
771
- "type": "zeebe:input",
772
- "name": "configuration.region"
692
+ "name": "configuration.region",
693
+ "type": "zeebe:input"
773
694
  },
774
- "constraints": {
775
- "notEmpty": true,
776
- "maxLength": 255
777
- }
695
+ "type": "String"
778
696
  },
779
697
  {
780
- "label": "Event bus name",
781
- "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>",
782
- "group": "eventDetails",
783
- "type": "String",
784
- "feel": "optional",
698
+ "id": "configuration.endpoint",
699
+ "label": "Endpoint",
700
+ "description": "Specify endpoint if need to use custom endpoint",
701
+ "optional": true,
702
+ "group": "configuration",
785
703
  "binding": {
786
- "type": "zeebe:input",
787
- "name": "input.eventBusName"
704
+ "name": "configuration.endpoint",
705
+ "type": "zeebe:input"
788
706
  },
789
- "constraints": {
790
- "notEmpty": true
791
- }
707
+ "type": "Hidden"
792
708
  },
793
709
  {
710
+ "id": "input.source",
794
711
  "label": "Source",
795
- "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>",
796
- "group": "eventDetails",
797
- "type": "String",
712
+ "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>",
713
+ "optional": false,
714
+ "constraints": {
715
+ "notEmpty": true
716
+ },
798
717
  "feel": "optional",
718
+ "group": "eventDetails",
799
719
  "binding": {
800
- "type": "zeebe:input",
801
- "name": "input.source"
720
+ "name": "input.source",
721
+ "type": "zeebe:input"
802
722
  },
803
- "constraints": {
804
- "notEmpty": true
805
- }
723
+ "type": "String"
806
724
  },
807
725
  {
726
+ "id": "input.detailType",
808
727
  "label": "Detail type",
809
- "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>",
810
- "group": "eventDetails",
811
- "type": "String",
728
+ "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>",
729
+ "optional": false,
730
+ "constraints": {
731
+ "notEmpty": true
732
+ },
812
733
  "feel": "optional",
734
+ "group": "eventDetails",
813
735
  "binding": {
814
- "type": "zeebe:input",
815
- "name": "input.detailType"
736
+ "name": "input.detailType",
737
+ "type": "zeebe:input"
816
738
  },
739
+ "type": "String"
740
+ },
741
+ {
742
+ "id": "input.eventBusName",
743
+ "label": "Event bus name",
744
+ "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>",
745
+ "optional": false,
817
746
  "constraints": {
818
747
  "notEmpty": true
819
- }
748
+ },
749
+ "feel": "required",
750
+ "group": "eventDetails",
751
+ "binding": {
752
+ "name": "input.eventBusName",
753
+ "type": "zeebe:input"
754
+ },
755
+ "type": "Text"
820
756
  },
821
757
  {
758
+ "id": "input.detail",
822
759
  "label": "Event payload",
823
- "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>",
824
- "group": "eventPayload",
825
- "type": "Text",
826
- "feel": "required",
760
+ "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>",
827
761
  "optional": false,
828
- "binding": {
829
- "type": "zeebe:input",
830
- "name": "input.detail"
831
- },
832
762
  "constraints": {
833
763
  "notEmpty": true
834
- }
764
+ },
765
+ "feel": "optional",
766
+ "group": "eventPayload",
767
+ "binding": {
768
+ "name": "input.detail",
769
+ "type": "zeebe:input"
770
+ },
771
+ "type": "String"
835
772
  },
836
773
  {
774
+ "id": "resultVariable",
837
775
  "label": "Result variable",
838
- "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>",
776
+ "description": "Name of variable to store the response in",
839
777
  "group": "output",
840
- "type": "String",
841
778
  "binding": {
842
- "type": "zeebe:taskHeader",
843
- "key": "resultVariable"
844
- }
779
+ "key": "resultVariable",
780
+ "type": "zeebe:taskHeader"
781
+ },
782
+ "type": "String"
845
783
  },
846
784
  {
785
+ "id": "resultExpression",
847
786
  "label": "Result expression",
848
- "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>",
849
- "group": "output",
850
- "type": "Text",
787
+ "description": "Expression to map the response into process variables",
851
788
  "feel": "required",
789
+ "group": "output",
852
790
  "binding": {
853
- "type": "zeebe:taskHeader",
854
- "key": "resultExpression"
855
- }
791
+ "key": "resultExpression",
792
+ "type": "zeebe:taskHeader"
793
+ },
794
+ "type": "Text"
856
795
  },
857
796
  {
797
+ "id": "errorExpression",
858
798
  "label": "Error expression",
859
- "description": "Expression to handle errors",
860
- "group": "errors",
861
- "type": "Text",
799
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
862
800
  "feel": "required",
801
+ "group": "error",
863
802
  "binding": {
864
- "type": "zeebe:taskHeader",
865
- "key": "errorExpression"
866
- }
803
+ "key": "errorExpression",
804
+ "type": "zeebe:taskHeader"
805
+ },
806
+ "type": "Text"
807
+ },
808
+ {
809
+ "id": "retryCount",
810
+ "label": "Retries",
811
+ "description": "Number of retries",
812
+ "value": "3",
813
+ "feel": "optional",
814
+ "group": "retries",
815
+ "binding": {
816
+ "property": "retries",
817
+ "type": "zeebe:taskDefinition"
818
+ },
819
+ "type": "String"
820
+ },
821
+ {
822
+ "id": "retryBackoff",
823
+ "label": "Retry backoff",
824
+ "description": "ISO-8601 duration to wait between retries",
825
+ "value": "PT0S",
826
+ "feel": "optional",
827
+ "group": "retries",
828
+ "binding": {
829
+ "key": "retryBackoff",
830
+ "type": "zeebe:taskHeader"
831
+ },
832
+ "type": "String"
867
833
  }
868
834
  ],
869
835
  "icon": {
870
- "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"
836
+ "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nMCAwIDI1NiAyNTYnPgogICAgPGRlZnM+CiAgICAgICAgPGxpbmVhckdyYWRpZW50IGlkPSdsb2dvc0F3c0V2ZW50YnJpZGdlMCcgeDE9JzAlJyB4Mj0nMTAwJScgeTE9JzEwMCUnIHkyPScwJSc+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMCUnIHN0b3AtY29sb3I9JyNCMDA4NEQnLz4KICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScxMDAlJyBzdG9wLWNvbG9yPScjRkY0RjhCJy8+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxwYXRoIGZpbGw9J3VybCgjbG9nb3NBd3NFdmVudGJyaWRnZTApJyBkPSdNMCAwaDI1NnYyNTZIMHonLz4KICAgIDxwYXRoIGZpbGw9JyNGRkYnCiAgICAgICAgICBkPSdNMTcxLjcwMiAyMTEuMmMtNi44NTggMC0xMi40NC01LjYxLTEyLjQ0LTEyLjUwOXM1LjU4Mi0xMi41MDkgMTIuNDQtMTIuNTA5YzYuODU3IDAgMTIuNDM4IDUuNjEgMTIuNDM4IDEyLjUxYzAgNi44OTgtNS41ODEgMTIuNTA4LTEyLjQzOCAxMi41MDhabS0yNy4yNzgtNTQuNGgtMzMuMDcxTDk0LjgxNSAxMjhsMTYuNTM4LTI4LjhoMzMuMDcxTDE2MC45NiAxMjhsLTE2LjUzNSAyOC44Wk04OC4zODcgNjkuODE4Yy02Ljg1NyAwLTEyLjQzOC01LjYxLTEyLjQzOC0xMi41MWMwLTYuODk4IDUuNTgxLTEyLjUwOCAxMi40MzgtMTIuNTA4YzYuODYxIDAgMTIuNDQzIDUuNjEgMTIuNDQzIDEyLjUwOXMtNS41ODIgMTIuNTA5LTEyLjQ0MyAxMi41MDlabTgzLjMxNSAxMDkuOTY0Yy0yLjM2MiAwLTQuNjE0LjQ1OC02LjY5OSAxLjI2MWwtMTMuNTE0LTIyLjkzMWwtLjcxMy40MjZMMTY3LjM5IDEyOS42YTMuMjI2IDMuMjI2IDAgMCAwIDAtMy4ybC0xOC4zNzQtMzJhMy4xNzcgMy4xNzcgMCAwIDAtMi43NTUtMS42aC0zMy40MzVsLjEzLS4wNzdsLTEyLjM5LTIxLjAzYzQuMDQ3LTMuNDY5IDYuNjI4LTguNjI3IDYuNjI4LTE0LjM4NGMwLTEwLjQyNi04LjQzNi0xOC45MDktMTguODA3LTE4LjkwOWMtMTAuMzY3IDAtMTguODAzIDguNDgzLTE4LjgwMyAxOC45MDljMCAxMC40MjUgOC40MzYgMTguOTA5IDE4LjgwMyAxOC45MDljMi4zNjUgMCA0LjYxOC0uNDU4IDYuNzAyLTEuMjYxbDExLjU2NyAxOS42MjVMODguMzg0IDEyNi40YTMuMjI2IDMuMjI2IDAgMCAwIDAgMy4ybDE4LjM3NyAzMmMuNTcuOTkyIDEuNjIgMS42IDIuNzU2IDEuNmgzNi43NDRjLjI2NCAwIC41MjEtLjA0Mi43Ny0uMTAybDEyLjQ5NiAyMS4yMWMtNC4wNTEgMy40NjgtNi42MjkgOC42MjYtNi42MjkgMTQuMzgzYzAgMTAuNDI2IDguNDMzIDE4LjkwOSAxOC44MDQgMTguOTA5YzEwLjM3IDAgMTguODAzLTguNDgzIDE4LjgwMy0xOC45MDljMC0xMC40MjUtOC40MzMtMTguOTA5LTE4LjgwMy0xOC45MDlabTE4Ljk2OC03Ny4wNWMtNi44NTcgMC0xMi40MzYtNS42MDktMTIuNDM2LTEyLjUwOGMwLTYuOSA1LjU3OS0xMi41MDkgMTIuNDM2LTEyLjUwOWM2Ljg1OCAwIDEyLjQ0IDUuNjEgMTIuNDQgMTIuNTA5YzAgNi45LTUuNTgyIDEyLjUwOS0xMi40NCAxMi41MDlabTIzLjMwMyAyMy42NjhsLTEyLjA4LTIxLjA0YzQuNTkyLTMuNDUzIDcuNTgtOC45NDQgNy41OC0xNS4xMzZjMC0xMC40MjYtOC40MzItMTguOTA5LTE4LjgwMy0xOC45MDljLTIuNjM4IDAtNS4xNTIuNTU0LTcuNDMzIDEuNTQ5bC05Ljg0OS0xNy4xNTVhMy4xOCAzLjE4IDAgMCAwLTIuNzU2LTEuNmgtMzkuNDQ4djYuNGgzNy42MTJsOS4xMSAxNS44NzJjLTMuNzAzIDMuNDU2LTYuMDM2IDguMzc0LTYuMDM2IDEzLjg0M2MwIDEwLjQyNiA4LjQzMyAxOC45MDkgMTguOCAxOC45MDljMS45MzIgMCAzLjgtLjI5OCA1LjU1Ni0uODQ1TDIwNy41NDUgMTI4bC0xNS44OTIgMjcuNjc0bDUuNTEyIDMuMmwxNi44MDgtMjkuMjc0YTMuMjEgMy4yMSAwIDAgMCAwLTMuMlptLTE0Ni4wNCA1MC4zOWMtNi44NiAwLTEyLjQ0Mi01LjYxMi0xMi40NDItMTIuNTA4YzAtNi45IDUuNTgxLTEyLjUxIDEyLjQ0Mi0xMi41MWM2Ljg1NyAwIDEyLjQzOSA1LjYxIDEyLjQzOSAxMi41MWMwIDYuODk2LTUuNTgyIDEyLjUwOC0xMi40NCAxMi41MDhabTEwLjM5MyAzLjIzNmM1LjA2Mi0zLjM5MiA4LjQxLTkuMTgxIDguNDEtMTUuNzQ0YzAtMTAuNDI2LTguNDM2LTE4LjkxLTE4LjgwMy0xOC45MWMtMy4wMDQgMC01LjgzMy43My04LjM1MyAxLjk5NEw0OC40NTggMTI4bDE4LjQyOC0zMi4wOTNsLTUuNTE1LTMuMkw0Mi4wMjcgMTI2LjRhMy4yMSAzLjIxIDAgMCAwIDAgMy4ybDEyLjM4OCAyMS41NjhjLTMuMjY4IDMuNDA1LTUuMjg5IDguMDIyLTUuMjg5IDEzLjExNGMwIDEwLjQyNSA4LjQzNiAxOC45MDggMTguODA3IDE4LjkwOGMxLjU2MiAwIDMuMDc0LS4yMTQgNC41MjgtLjU3OWwxMC4xNSAxNy42OGMuNTcuOTg5IDEuNjIgMS42IDIuNzU3IDEuNmgzOS40NTF2LTYuNEg4Ny4yMDRsLTguODc4LTE1LjQ2NVonLz4KPC9zdmc+Cg=="
871
837
  },
872
838
  "engines": {
873
- "camunda": "^8.4"
839
+ "camunda": "^8.5"
874
840
  }
875
841
  },
876
842
  {
877
843
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
878
844
  "name": "Amazon EventBridge Outbound Connector",
879
845
  "id": "io.camunda.connectors.AWSEventBridge.v1",
880
- "version": 3,
846
+ "version": 4,
881
847
  "description": "Send events to AWS EventBridge",
882
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/",
848
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=outbound",
883
849
  "category": {
884
850
  "id": "connectors",
885
851
  "name": "Connectors"
@@ -923,9 +889,35 @@
923
889
  "property": "type"
924
890
  }
925
891
  },
892
+ {
893
+ "id": "authenticationType",
894
+ "label": "Authentication",
895
+ "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>",
896
+ "group": "authentication",
897
+ "type": "Dropdown",
898
+ "optional": false,
899
+ "value": "credentials",
900
+ "choices": [
901
+ {
902
+ "name": "Credentials",
903
+ "value": "credentials"
904
+ },
905
+ {
906
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
907
+ "value": "defaultCredentialsChain"
908
+ }
909
+ ],
910
+ "binding": {
911
+ "type": "zeebe:input",
912
+ "name": "authentication.type"
913
+ },
914
+ "constraints": {
915
+ "notEmpty": true
916
+ }
917
+ },
926
918
  {
927
919
  "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>",
920
+ "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>",
929
921
  "group": "authentication",
930
922
  "type": "String",
931
923
  "binding": {
@@ -934,11 +926,15 @@
934
926
  },
935
927
  "constraints": {
936
928
  "notEmpty": true
929
+ },
930
+ "condition": {
931
+ "property": "authenticationType",
932
+ "equals": "credentials"
937
933
  }
938
934
  },
939
935
  {
940
936
  "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>",
937
+ "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>",
942
938
  "group": "authentication",
943
939
  "type": "String",
944
940
  "binding": {
@@ -947,6 +943,10 @@
947
943
  },
948
944
  "constraints": {
949
945
  "notEmpty": true
946
+ },
947
+ "condition": {
948
+ "property": "authenticationType",
949
+ "equals": "credentials"
950
950
  }
951
951
  },
952
952
  {
@@ -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": {