@camunda/connectors-element-templates 1.0.5 → 1.0.6

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 (84) hide show
  1. package/package.json +1 -1
  2. package/src/connectors.js +2 -0
  3. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +170 -13
  4. package/src/element-templates/agenticai-aiagent-outbound-connector.json +1596 -389
  5. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
  6. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -1
  7. package/src/element-templates/asana-connector.json +104 -104
  8. package/src/element-templates/automation-anywhere-outbound-connector.json +1207 -1201
  9. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  10. package/src/element-templates/aws-dynamodb-outbound-connector.json +1404 -1404
  11. package/src/element-templates/aws-eventbridge-connector-boundary.json +28 -28
  12. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  13. package/src/element-templates/aws-eventbridge-connector-start-event.json +13 -10
  14. package/src/element-templates/aws-eventbridge-outbound-connector.json +474 -474
  15. package/src/element-templates/aws-lambda-outbound-connector.json +51 -51
  16. package/src/element-templates/aws-s3-outbound-connector.json +30 -30
  17. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  18. package/src/element-templates/aws-sns-inbound-boundary.json +283 -283
  19. package/src/element-templates/aws-sns-inbound-intermediate.json +467 -467
  20. package/src/element-templates/aws-sns-inbound-message-start.json +98 -98
  21. package/src/element-templates/aws-sns-inbound-start-event.json +132 -132
  22. package/src/element-templates/aws-sns-outbound-connector.json +719 -719
  23. package/src/element-templates/aws-sqs-boundary-connector.json +420 -420
  24. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +958 -958
  25. package/src/element-templates/aws-sqs-outbound-connector.json +421 -421
  26. package/src/element-templates/aws-sqs-start-event-connector.json +388 -388
  27. package/src/element-templates/aws-sqs-start-message.json +463 -463
  28. package/src/element-templates/azure-blobstorage-outbound-connector.json +1 -1
  29. package/src/element-templates/azure-open-ai-connector.json +32 -32
  30. package/src/element-templates/blue-prism-connector.json +57 -57
  31. package/src/element-templates/box-outbound-connector.json +30 -30
  32. package/src/element-templates/csv-outbound-connector.json +392 -0
  33. package/src/element-templates/easy-post-connector.json +269 -269
  34. package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
  35. package/src/element-templates/email-outbound-connector.json +231 -231
  36. package/src/element-templates/embeddings-vector-database-outbound-connector.json +3473 -150
  37. package/src/element-templates/github-connector.json +2930 -2930
  38. package/src/element-templates/github-webhook-connector-boundary.json +21 -21
  39. package/src/element-templates/github-webhook-connector-intermediate.json +35 -35
  40. package/src/element-templates/github-webhook-connector-message-start.json +21 -21
  41. package/src/element-templates/github-webhook-connector-start-event.json +35 -32
  42. package/src/element-templates/gitlab-connector.json +1561 -1561
  43. package/src/element-templates/google-drive-outbound-connector.json +363 -363
  44. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  45. package/src/element-templates/google-maps-platform-connector.json +76 -76
  46. package/src/element-templates/google-sheets-outbound-connector.json +1177 -1177
  47. package/src/element-templates/graphql-outbound-connector.json +1182 -1182
  48. package/src/element-templates/http-json-connector.json +2332 -2332
  49. package/src/element-templates/http-polling-boundary-catch-event-connector.json +261 -558
  50. package/src/element-templates/http-polling-connector.json +259 -556
  51. package/src/element-templates/hugging-face-connector.json +34 -34
  52. package/src/element-templates/jdbc-outbound-connector.json +404 -2
  53. package/src/element-templates/kafka-inbound-connector-boundary.json +624 -624
  54. package/src/element-templates/kafka-inbound-connector-intermediate.json +1018 -1018
  55. package/src/element-templates/kafka-inbound-connector-start-message.json +532 -532
  56. package/src/element-templates/kafka-inbound-connector.json +240 -237
  57. package/src/element-templates/kafka-outbound-connector.json +588 -588
  58. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  59. package/src/element-templates/microsoft-teams-outbound-connector.json +3730 -3730
  60. package/src/element-templates/openai-connector.json +117 -117
  61. package/src/element-templates/operate-connector.json +68 -68
  62. package/src/element-templates/power-automate-connector.json +12 -12
  63. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +437 -437
  64. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +581 -581
  65. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +451 -451
  66. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +354 -354
  67. package/src/element-templates/rabbitmq-outbound-connector.json +666 -666
  68. package/src/element-templates/salesforce-connector.json +40 -40
  69. package/src/element-templates/sendgrid-outbound-connector.json +487 -487
  70. package/src/element-templates/slack-inbound-boundary.json +301 -301
  71. package/src/element-templates/slack-inbound-intermediate.json +307 -307
  72. package/src/element-templates/slack-inbound-message-start.json +350 -350
  73. package/src/element-templates/slack-inbound-start-event.json +213 -210
  74. package/src/element-templates/slack-outbound-connector.json +739 -739
  75. package/src/element-templates/twilio-connector.json +88 -88
  76. package/src/element-templates/twilio-webhook-connector.json +13 -10
  77. package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
  78. package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
  79. package/src/element-templates/uipath-connector.json +49 -49
  80. package/src/element-templates/webhook-connector-boundary.json +1644 -1644
  81. package/src/element-templates/webhook-connector-intermediate.json +972 -972
  82. package/src/element-templates/webhook-connector-start-event.json +556 -553
  83. package/src/element-templates/webhook-connector-start-message.json +33 -33
  84. package/src/element-templates/whatsapp-connector.json +6 -6
@@ -3,9 +3,12 @@
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
4
  "name": "Amazon EventBridge Outbound Connector",
5
5
  "id": "io.camunda.connectors.AWSEventBridge.v1",
6
- "version": 4,
7
6
  "description": "Send events to AWS EventBridge",
7
+ "metadata": {
8
+ "keywords": ["emit event", "publish event", "send event", "trigger event"]
9
+ },
8
10
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=outbound",
11
+ "version": 6,
9
12
  "category": {
10
13
  "id": "connectors",
11
14
  "name": "Connectors"
@@ -14,227 +17,8 @@
14
17
  "elementType": {
15
18
  "value": "bpmn:ServiceTask"
16
19
  },
17
- "groups": [
18
- {
19
- "id": "authentication",
20
- "label": "Authentication"
21
- },
22
- {
23
- "id": "configuration",
24
- "label": "Configuration"
25
- },
26
- {
27
- "id": "eventDetails",
28
- "label": "Event Details"
29
- },
30
- {
31
- "id": "eventPayload",
32
- "label": "Event Payload"
33
- },
34
- {
35
- "id": "output",
36
- "label": "Output Mapping"
37
- },
38
- {
39
- "id": "errors",
40
- "label": "Error Handling"
41
- }
42
- ],
43
- "properties": [
44
- {
45
- "type": "Hidden",
46
- "value": "io.camunda:aws-eventbridge:1",
47
- "binding": {
48
- "type": "zeebe:taskDefinition",
49
- "property": "type"
50
- }
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
- },
78
- {
79
- "label": "Access key",
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>",
81
- "group": "authentication",
82
- "type": "String",
83
- "binding": {
84
- "type": "zeebe:input",
85
- "name": "authentication.accessKey"
86
- },
87
- "constraints": {
88
- "notEmpty": true
89
- },
90
- "condition": {
91
- "property": "authenticationType",
92
- "equals": "credentials"
93
- }
94
- },
95
- {
96
- "label": "Secret key",
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>",
98
- "group": "authentication",
99
- "type": "String",
100
- "binding": {
101
- "type": "zeebe:input",
102
- "name": "authentication.secretKey"
103
- },
104
- "constraints": {
105
- "notEmpty": true
106
- },
107
- "condition": {
108
- "property": "authenticationType",
109
- "equals": "credentials"
110
- }
111
- },
112
- {
113
- "label": "Region",
114
- "description": "Specify the AWS region",
115
- "group": "configuration",
116
- "type": "String",
117
- "feel": "optional",
118
- "binding": {
119
- "type": "zeebe:input",
120
- "name": "configuration.region"
121
- },
122
- "constraints": {
123
- "notEmpty": true,
124
- "maxLength": 255
125
- }
126
- },
127
- {
128
- "label": "Event bus name",
129
- "description": "Enter the event bus name. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
130
- "group": "eventDetails",
131
- "type": "String",
132
- "feel": "optional",
133
- "binding": {
134
- "type": "zeebe:input",
135
- "name": "input.eventBusName"
136
- },
137
- "constraints": {
138
- "notEmpty": true
139
- }
140
- },
141
- {
142
- "label": "Source",
143
- "description": "Enter the event source value. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
144
- "group": "eventDetails",
145
- "type": "String",
146
- "feel": "optional",
147
- "binding": {
148
- "type": "zeebe:input",
149
- "name": "input.source"
150
- },
151
- "constraints": {
152
- "notEmpty": true
153
- }
154
- },
155
- {
156
- "label": "Detail type",
157
- "description": "Enter the event detail type. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
158
- "group": "eventDetails",
159
- "type": "String",
160
- "feel": "optional",
161
- "binding": {
162
- "type": "zeebe:input",
163
- "name": "input.detailType"
164
- },
165
- "constraints": {
166
- "notEmpty": true
167
- }
168
- },
169
- {
170
- "label": "Event payload",
171
- "description": "Provide the payload for the event as JSON. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
172
- "group": "eventPayload",
173
- "type": "Text",
174
- "feel": "required",
175
- "optional": false,
176
- "binding": {
177
- "type": "zeebe:input",
178
- "name": "input.detail"
179
- },
180
- "constraints": {
181
- "notEmpty": true
182
- }
183
- },
184
- {
185
- "label": "Result variable",
186
- "description": "Enter name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>",
187
- "group": "output",
188
- "type": "String",
189
- "binding": {
190
- "type": "zeebe:taskHeader",
191
- "key": "resultVariable"
192
- }
193
- },
194
- {
195
- "label": "Result expression",
196
- "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
197
- "group": "output",
198
- "type": "Text",
199
- "feel": "required",
200
- "binding": {
201
- "type": "zeebe:taskHeader",
202
- "key": "resultExpression"
203
- }
204
- },
205
- {
206
- "label": "Error expression",
207
- "description": "Expression to handle errors",
208
- "group": "errors",
209
- "type": "Text",
210
- "feel": "required",
211
- "binding": {
212
- "type": "zeebe:taskHeader",
213
- "key": "errorExpression"
214
- }
215
- }
216
- ],
217
- "icon": {
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"
219
- },
220
20
  "engines": {
221
- "camunda": "^8.4"
222
- }
223
- },
224
- {
225
- "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
226
- "name": "Amazon EventBridge Outbound Connector",
227
- "id": "io.camunda.connectors.AWSEventBridge.v1",
228
- "description": "Send events to AWS EventBridge",
229
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/amazon-eventbridge/?awseventbridge=outbound",
230
- "version": 5,
231
- "category": {
232
- "id": "connectors",
233
- "name": "Connectors"
234
- },
235
- "appliesTo": ["bpmn:Task"],
236
- "elementType": {
237
- "value": "bpmn:ServiceTask"
21
+ "camunda": "^8.3"
238
22
  },
239
23
  "groups": [
240
24
  {
@@ -247,12 +31,16 @@
247
31
  },
248
32
  {
249
33
  "id": "eventDetails",
250
- "label": "eventDetails"
34
+ "label": "Event Details"
251
35
  },
252
36
  {
253
37
  "id": "eventPayload",
254
38
  "label": "Event Payload"
255
39
  },
40
+ {
41
+ "id": "connector",
42
+ "label": "Connector"
43
+ },
256
44
  {
257
45
  "id": "output",
258
46
  "label": "Output mapping"
@@ -278,7 +66,7 @@
278
66
  {
279
67
  "id": "authentication.type",
280
68
  "label": "Authentication",
281
- "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>",
69
+ "description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/#aws-authentication-types\" target=\"_blank\">documentation page</a>",
282
70
  "value": "credentials",
283
71
  "group": "authentication",
284
72
  "binding": {
@@ -343,7 +131,10 @@
343
131
  "id": "configuration.region",
344
132
  "label": "Region",
345
133
  "description": "Specify the AWS region",
346
- "optional": true,
134
+ "optional": false,
135
+ "constraints": {
136
+ "notEmpty": true
137
+ },
347
138
  "feel": "optional",
348
139
  "group": "configuration",
349
140
  "binding": {
@@ -429,21 +220,45 @@
429
220
  "type": "String"
430
221
  },
431
222
  {
432
- "id": "resultVariable",
433
- "label": "Result variable",
434
- "description": "Name of variable to store the response in",
435
- "group": "output",
223
+ "id": "version",
224
+ "label": "Version",
225
+ "description": "Version of the element template",
226
+ "value": "6",
227
+ "group": "connector",
436
228
  "binding": {
437
- "key": "resultVariable",
229
+ "key": "elementTemplateVersion",
438
230
  "type": "zeebe:taskHeader"
439
231
  },
440
- "type": "String"
232
+ "type": "Hidden"
441
233
  },
442
234
  {
443
- "id": "resultExpression",
444
- "label": "Result expression",
445
- "description": "Expression to map the response into process variables",
446
- "feel": "required",
235
+ "id": "id",
236
+ "label": "ID",
237
+ "description": "ID of the element template",
238
+ "value": "io.camunda.connectors.AWSEventBridge.v1",
239
+ "group": "connector",
240
+ "binding": {
241
+ "key": "elementTemplateId",
242
+ "type": "zeebe:taskHeader"
243
+ },
244
+ "type": "Hidden"
245
+ },
246
+ {
247
+ "id": "resultVariable",
248
+ "label": "Result variable",
249
+ "description": "Name of variable to store the response in",
250
+ "group": "output",
251
+ "binding": {
252
+ "key": "resultVariable",
253
+ "type": "zeebe:taskHeader"
254
+ },
255
+ "type": "String"
256
+ },
257
+ {
258
+ "id": "resultExpression",
259
+ "label": "Result expression",
260
+ "description": "Expression to map the response into process variables",
261
+ "feel": "required",
447
262
  "group": "output",
448
263
  "binding": {
449
264
  "key": "resultExpression",
@@ -481,7 +296,6 @@
481
296
  "label": "Retry backoff",
482
297
  "description": "ISO-8601 duration to wait between retries",
483
298
  "value": "PT0S",
484
- "feel": "optional",
485
299
  "group": "retries",
486
300
  "binding": {
487
301
  "key": "retryBackoff",
@@ -492,9 +306,6 @@
492
306
  ],
493
307
  "icon": {
494
308
  "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nMCAwIDI1NiAyNTYnPgogICAgPGRlZnM+CiAgICAgICAgPGxpbmVhckdyYWRpZW50IGlkPSdsb2dvc0F3c0V2ZW50YnJpZGdlMCcgeDE9JzAlJyB4Mj0nMTAwJScgeTE9JzEwMCUnIHkyPScwJSc+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMCUnIHN0b3AtY29sb3I9JyNCMDA4NEQnLz4KICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScxMDAlJyBzdG9wLWNvbG9yPScjRkY0RjhCJy8+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxwYXRoIGZpbGw9J3VybCgjbG9nb3NBd3NFdmVudGJyaWRnZTApJyBkPSdNMCAwaDI1NnYyNTZIMHonLz4KICAgIDxwYXRoIGZpbGw9JyNGRkYnCiAgICAgICAgICBkPSdNMTcxLjcwMiAyMTEuMmMtNi44NTggMC0xMi40NC01LjYxLTEyLjQ0LTEyLjUwOXM1LjU4Mi0xMi41MDkgMTIuNDQtMTIuNTA5YzYuODU3IDAgMTIuNDM4IDUuNjEgMTIuNDM4IDEyLjUxYzAgNi44OTgtNS41ODEgMTIuNTA4LTEyLjQzOCAxMi41MDhabS0yNy4yNzgtNTQuNGgtMzMuMDcxTDk0LjgxNSAxMjhsMTYuNTM4LTI4LjhoMzMuMDcxTDE2MC45NiAxMjhsLTE2LjUzNSAyOC44Wk04OC4zODcgNjkuODE4Yy02Ljg1NyAwLTEyLjQzOC01LjYxLTEyLjQzOC0xMi41MWMwLTYuODk4IDUuNTgxLTEyLjUwOCAxMi40MzgtMTIuNTA4YzYuODYxIDAgMTIuNDQzIDUuNjEgMTIuNDQzIDEyLjUwOXMtNS41ODIgMTIuNTA5LTEyLjQ0MyAxMi41MDlabTgzLjMxNSAxMDkuOTY0Yy0yLjM2MiAwLTQuNjE0LjQ1OC02LjY5OSAxLjI2MWwtMTMuNTE0LTIyLjkzMWwtLjcxMy40MjZMMTY3LjM5IDEyOS42YTMuMjI2IDMuMjI2IDAgMCAwIDAtMy4ybC0xOC4zNzQtMzJhMy4xNzcgMy4xNzcgMCAwIDAtMi43NTUtMS42aC0zMy40MzVsLjEzLS4wNzdsLTEyLjM5LTIxLjAzYzQuMDQ3LTMuNDY5IDYuNjI4LTguNjI3IDYuNjI4LTE0LjM4NGMwLTEwLjQyNi04LjQzNi0xOC45MDktMTguODA3LTE4LjkwOWMtMTAuMzY3IDAtMTguODAzIDguNDgzLTE4LjgwMyAxOC45MDljMCAxMC40MjUgOC40MzYgMTguOTA5IDE4LjgwMyAxOC45MDljMi4zNjUgMCA0LjYxOC0uNDU4IDYuNzAyLTEuMjYxbDExLjU2NyAxOS42MjVMODguMzg0IDEyNi40YTMuMjI2IDMuMjI2IDAgMCAwIDAgMy4ybDE4LjM3NyAzMmMuNTcuOTkyIDEuNjIgMS42IDIuNzU2IDEuNmgzNi43NDRjLjI2NCAwIC41MjEtLjA0Mi43Ny0uMTAybDEyLjQ5NiAyMS4yMWMtNC4wNTEgMy40NjgtNi42MjkgOC42MjYtNi42MjkgMTQuMzgzYzAgMTAuNDI2IDguNDMzIDE4LjkwOSAxOC44MDQgMTguOTA5YzEwLjM3IDAgMTguODAzLTguNDgzIDE4LjgwMy0xOC45MDljMC0xMC40MjUtOC40MzMtMTguOTA5LTE4LjgwMy0xOC45MDlabTE4Ljk2OC03Ny4wNWMtNi44NTcgMC0xMi40MzYtNS42MDktMTIuNDM2LTEyLjUwOGMwLTYuOSA1LjU3OS0xMi41MDkgMTIuNDM2LTEyLjUwOWM2Ljg1OCAwIDEyLjQ0IDUuNjEgMTIuNDQgMTIuNTA5YzAgNi45LTUuNTgyIDEyLjUwOS0xMi40NCAxMi41MDlabTIzLjMwMyAyMy42NjhsLTEyLjA4LTIxLjA0YzQuNTkyLTMuNDUzIDcuNTgtOC45NDQgNy41OC0xNS4xMzZjMC0xMC40MjYtOC40MzItMTguOTA5LTE4LjgwMy0xOC45MDljLTIuNjM4IDAtNS4xNTIuNTU0LTcuNDMzIDEuNTQ5bC05Ljg0OS0xNy4xNTVhMy4xOCAzLjE4IDAgMCAwLTIuNzU2LTEuNmgtMzkuNDQ4djYuNGgzNy42MTJsOS4xMSAxNS44NzJjLTMuNzAzIDMuNDU2LTYuMDM2IDguMzc0LTYuMDM2IDEzLjg0M2MwIDEwLjQyNiA4LjQzMyAxOC45MDkgMTguOCAxOC45MDljMS45MzIgMCAzLjgtLjI5OCA1LjU1Ni0uODQ1TDIwNy41NDUgMTI4bC0xNS44OTIgMjcuNjc0bDUuNTEyIDMuMmwxNi44MDgtMjkuMjc0YTMuMjEgMy4yMSAwIDAgMCAwLTMuMlptLTE0Ni4wNCA1MC4zOWMtNi44NiAwLTEyLjQ0Mi01LjYxMi0xMi40NDItMTIuNTA4YzAtNi45IDUuNTgxLTEyLjUxIDEyLjQ0Mi0xMi41MWM2Ljg1NyAwIDEyLjQzOSA1LjYxIDEyLjQzOSAxMi41MWMwIDYuODk2LTUuNTgyIDEyLjUwOC0xMi40NCAxMi41MDhabTEwLjM5MyAzLjIzNmM1LjA2Mi0zLjM5MiA4LjQxLTkuMTgxIDguNDEtMTUuNzQ0YzAtMTAuNDI2LTguNDM2LTE4LjkxLTE4LjgwMy0xOC45MWMtMy4wMDQgMC01LjgzMy43My04LjM1MyAxLjk5NEw0OC40NTggMTI4bDE4LjQyOC0zMi4wOTNsLTUuNTE1LTMuMkw0Mi4wMjcgMTI2LjRhMy4yMSAzLjIxIDAgMCAwIDAgMy4ybDEyLjM4OCAyMS41NjhjLTMuMjY4IDMuNDA1LTUuMjg5IDguMDIyLTUuMjg5IDEzLjExNGMwIDEwLjQyNSA4LjQzNiAxOC45MDggMTguODA3IDE4LjkwOGMxLjU2MiAwIDMuMDc0LS4yMTQgNC41MjgtLjU3OWwxMC4xNSAxNy42OGMuNTcuOTg5IDEuNjIgMS42IDIuNzU3IDEuNmgzOS40NTF2LTYuNEg4Ny4yMDRsLTguODc4LTE1LjQ2NVonLz4KPC9zdmc+Cg=="
495
- },
496
- "engines": {
497
- "camunda": "^8.5"
498
309
  }
499
310
  },
500
311
  {
@@ -873,204 +684,13 @@
873
684
  "camunda": "^8.2"
874
685
  }
875
686
  },
876
- {
877
- "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
878
- "name": "Amazon EventBridge Outbound Connector",
879
- "id": "io.camunda.connectors.AWSEventBridge.v1",
880
- "version": 2,
881
- "description": "Send events to AWS EventBridge",
882
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/",
883
- "category": {
884
- "id": "connectors",
885
- "name": "Connectors"
886
- },
887
- "appliesTo": ["bpmn:Task"],
888
- "elementType": {
889
- "value": "bpmn:ServiceTask"
890
- },
891
- "groups": [
892
- {
893
- "id": "authentication",
894
- "label": "Authentication"
895
- },
896
- {
897
- "id": "configuration",
898
- "label": "Configuration"
899
- },
900
- {
901
- "id": "eventDetails",
902
- "label": "Event Details"
903
- },
904
- {
905
- "id": "eventPayload",
906
- "label": "Event Payload"
907
- },
908
- {
909
- "id": "output",
910
- "label": "Output Mapping"
911
- },
912
- {
913
- "id": "errors",
914
- "label": "Error Handling"
915
- }
916
- ],
917
- "properties": [
918
- {
919
- "type": "Hidden",
920
- "value": "io.camunda:aws-eventbridge:1",
921
- "binding": {
922
- "type": "zeebe:taskDefinition",
923
- "property": "type"
924
- }
925
- },
926
- {
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/next/components/connectors/out-of-the-box-connectors/aws-eventbridge/\" target=\"_blank\">documentation</a>",
929
- "group": "authentication",
930
- "type": "String",
931
- "binding": {
932
- "type": "zeebe:input",
933
- "name": "authentication.accessKey"
934
- },
935
- "constraints": {
936
- "notEmpty": true
937
- }
938
- },
939
- {
940
- "label": "Secret key",
941
- "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>",
942
- "group": "authentication",
943
- "type": "String",
944
- "binding": {
945
- "type": "zeebe:input",
946
- "name": "authentication.secretKey"
947
- },
948
- "constraints": {
949
- "notEmpty": true
950
- }
951
- },
952
- {
953
- "label": "Region",
954
- "description": "Specify the AWS region",
955
- "group": "configuration",
956
- "type": "String",
957
- "feel": "optional",
958
- "binding": {
959
- "type": "zeebe:input",
960
- "name": "configuration.region"
961
- },
962
- "constraints": {
963
- "notEmpty": true,
964
- "maxLength": 255
965
- }
966
- },
967
- {
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",
973
- "binding": {
974
- "type": "zeebe:input",
975
- "name": "input.eventBusName"
976
- },
977
- "constraints": {
978
- "notEmpty": true
979
- }
980
- },
981
- {
982
- "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",
986
- "feel": "optional",
987
- "binding": {
988
- "type": "zeebe:input",
989
- "name": "input.source"
990
- },
991
- "constraints": {
992
- "notEmpty": true
993
- }
994
- },
995
- {
996
- "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",
1000
- "feel": "optional",
1001
- "binding": {
1002
- "type": "zeebe:input",
1003
- "name": "input.detailType"
1004
- },
1005
- "constraints": {
1006
- "notEmpty": true
1007
- }
1008
- },
1009
- {
1010
- "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",
1015
- "optional": false,
1016
- "binding": {
1017
- "type": "zeebe:input",
1018
- "name": "input.detail"
1019
- },
1020
- "constraints": {
1021
- "notEmpty": true
1022
- }
1023
- },
1024
- {
1025
- "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>",
1027
- "group": "output",
1028
- "type": "String",
1029
- "binding": {
1030
- "type": "zeebe:taskHeader",
1031
- "key": "resultVariable"
1032
- }
1033
- },
1034
- {
1035
- "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",
1039
- "feel": "required",
1040
- "binding": {
1041
- "type": "zeebe:taskHeader",
1042
- "key": "resultExpression"
1043
- }
1044
- },
1045
- {
1046
- "label": "Error expression",
1047
- "description": "Expression to handle errors",
1048
- "group": "errors",
1049
- "type": "Text",
1050
- "feel": "required",
1051
- "binding": {
1052
- "type": "zeebe:taskHeader",
1053
- "key": "errorExpression"
1054
- }
1055
- }
1056
- ],
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"
1059
- },
1060
- "engines": {
1061
- "camunda": "^8.2"
1062
- }
1063
- },
1064
687
  {
1065
688
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1066
689
  "name": "Amazon EventBridge Outbound Connector",
1067
690
  "id": "io.camunda.connectors.AWSEventBridge.v1",
1068
691
  "description": "Send events to AWS EventBridge",
1069
- "metadata": {
1070
- "keywords": ["emit event", "publish event", "send event", "trigger event"]
1071
- },
1072
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=outbound",
1073
- "version": 6,
692
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/amazon-eventbridge/?awseventbridge=outbound",
693
+ "version": 5,
1074
694
  "category": {
1075
695
  "id": "connectors",
1076
696
  "name": "Connectors"
@@ -1079,9 +699,6 @@
1079
699
  "elementType": {
1080
700
  "value": "bpmn:ServiceTask"
1081
701
  },
1082
- "engines": {
1083
- "camunda": "^8.3"
1084
- },
1085
702
  "groups": [
1086
703
  {
1087
704
  "id": "authentication",
@@ -1093,16 +710,12 @@
1093
710
  },
1094
711
  {
1095
712
  "id": "eventDetails",
1096
- "label": "Event Details"
713
+ "label": "eventDetails"
1097
714
  },
1098
715
  {
1099
716
  "id": "eventPayload",
1100
717
  "label": "Event Payload"
1101
718
  },
1102
- {
1103
- "id": "connector",
1104
- "label": "Connector"
1105
- },
1106
719
  {
1107
720
  "id": "output",
1108
721
  "label": "Output mapping"
@@ -1128,7 +741,7 @@
1128
741
  {
1129
742
  "id": "authentication.type",
1130
743
  "label": "Authentication",
1131
- "description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/#aws-authentication-types\" target=\"_blank\">documentation page</a>",
744
+ "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>",
1132
745
  "value": "credentials",
1133
746
  "group": "authentication",
1134
747
  "binding": {
@@ -1193,10 +806,7 @@
1193
806
  "id": "configuration.region",
1194
807
  "label": "Region",
1195
808
  "description": "Specify the AWS region",
1196
- "optional": false,
1197
- "constraints": {
1198
- "notEmpty": true
1199
- },
809
+ "optional": true,
1200
810
  "feel": "optional",
1201
811
  "group": "configuration",
1202
812
  "binding": {
@@ -1282,39 +892,15 @@
1282
892
  "type": "String"
1283
893
  },
1284
894
  {
1285
- "id": "version",
1286
- "label": "Version",
1287
- "description": "Version of the element template",
1288
- "value": "6",
1289
- "group": "connector",
895
+ "id": "resultVariable",
896
+ "label": "Result variable",
897
+ "description": "Name of variable to store the response in",
898
+ "group": "output",
1290
899
  "binding": {
1291
- "key": "elementTemplateVersion",
900
+ "key": "resultVariable",
1292
901
  "type": "zeebe:taskHeader"
1293
902
  },
1294
- "type": "Hidden"
1295
- },
1296
- {
1297
- "id": "id",
1298
- "label": "ID",
1299
- "description": "ID of the element template",
1300
- "value": "io.camunda.connectors.AWSEventBridge.v1",
1301
- "group": "connector",
1302
- "binding": {
1303
- "key": "elementTemplateId",
1304
- "type": "zeebe:taskHeader"
1305
- },
1306
- "type": "Hidden"
1307
- },
1308
- {
1309
- "id": "resultVariable",
1310
- "label": "Result variable",
1311
- "description": "Name of variable to store the response in",
1312
- "group": "output",
1313
- "binding": {
1314
- "key": "resultVariable",
1315
- "type": "zeebe:taskHeader"
1316
- },
1317
- "type": "String"
903
+ "type": "String"
1318
904
  },
1319
905
  {
1320
906
  "id": "resultExpression",
@@ -1358,6 +944,7 @@
1358
944
  "label": "Retry backoff",
1359
945
  "description": "ISO-8601 duration to wait between retries",
1360
946
  "value": "PT0S",
947
+ "feel": "optional",
1361
948
  "group": "retries",
1362
949
  "binding": {
1363
950
  "key": "retryBackoff",
@@ -1368,6 +955,419 @@
1368
955
  ],
1369
956
  "icon": {
1370
957
  "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nMCAwIDI1NiAyNTYnPgogICAgPGRlZnM+CiAgICAgICAgPGxpbmVhckdyYWRpZW50IGlkPSdsb2dvc0F3c0V2ZW50YnJpZGdlMCcgeDE9JzAlJyB4Mj0nMTAwJScgeTE9JzEwMCUnIHkyPScwJSc+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0nMCUnIHN0b3AtY29sb3I9JyNCMDA4NEQnLz4KICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PScxMDAlJyBzdG9wLWNvbG9yPScjRkY0RjhCJy8+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxwYXRoIGZpbGw9J3VybCgjbG9nb3NBd3NFdmVudGJyaWRnZTApJyBkPSdNMCAwaDI1NnYyNTZIMHonLz4KICAgIDxwYXRoIGZpbGw9JyNGRkYnCiAgICAgICAgICBkPSdNMTcxLjcwMiAyMTEuMmMtNi44NTggMC0xMi40NC01LjYxLTEyLjQ0LTEyLjUwOXM1LjU4Mi0xMi41MDkgMTIuNDQtMTIuNTA5YzYuODU3IDAgMTIuNDM4IDUuNjEgMTIuNDM4IDEyLjUxYzAgNi44OTgtNS41ODEgMTIuNTA4LTEyLjQzOCAxMi41MDhabS0yNy4yNzgtNTQuNGgtMzMuMDcxTDk0LjgxNSAxMjhsMTYuNTM4LTI4LjhoMzMuMDcxTDE2MC45NiAxMjhsLTE2LjUzNSAyOC44Wk04OC4zODcgNjkuODE4Yy02Ljg1NyAwLTEyLjQzOC01LjYxLTEyLjQzOC0xMi41MWMwLTYuODk4IDUuNTgxLTEyLjUwOCAxMi40MzgtMTIuNTA4YzYuODYxIDAgMTIuNDQzIDUuNjEgMTIuNDQzIDEyLjUwOXMtNS41ODIgMTIuNTA5LTEyLjQ0MyAxMi41MDlabTgzLjMxNSAxMDkuOTY0Yy0yLjM2MiAwLTQuNjE0LjQ1OC02LjY5OSAxLjI2MWwtMTMuNTE0LTIyLjkzMWwtLjcxMy40MjZMMTY3LjM5IDEyOS42YTMuMjI2IDMuMjI2IDAgMCAwIDAtMy4ybC0xOC4zNzQtMzJhMy4xNzcgMy4xNzcgMCAwIDAtMi43NTUtMS42aC0zMy40MzVsLjEzLS4wNzdsLTEyLjM5LTIxLjAzYzQuMDQ3LTMuNDY5IDYuNjI4LTguNjI3IDYuNjI4LTE0LjM4NGMwLTEwLjQyNi04LjQzNi0xOC45MDktMTguODA3LTE4LjkwOWMtMTAuMzY3IDAtMTguODAzIDguNDgzLTE4LjgwMyAxOC45MDljMCAxMC40MjUgOC40MzYgMTguOTA5IDE4LjgwMyAxOC45MDljMi4zNjUgMCA0LjYxOC0uNDU4IDYuNzAyLTEuMjYxbDExLjU2NyAxOS42MjVMODguMzg0IDEyNi40YTMuMjI2IDMuMjI2IDAgMCAwIDAgMy4ybDE4LjM3NyAzMmMuNTcuOTkyIDEuNjIgMS42IDIuNzU2IDEuNmgzNi43NDRjLjI2NCAwIC41MjEtLjA0Mi43Ny0uMTAybDEyLjQ5NiAyMS4yMWMtNC4wNTEgMy40NjgtNi42MjkgOC42MjYtNi42MjkgMTQuMzgzYzAgMTAuNDI2IDguNDMzIDE4LjkwOSAxOC44MDQgMTguOTA5YzEwLjM3IDAgMTguODAzLTguNDgzIDE4LjgwMy0xOC45MDljMC0xMC40MjUtOC40MzMtMTguOTA5LTE4LjgwMy0xOC45MDlabTE4Ljk2OC03Ny4wNWMtNi44NTcgMC0xMi40MzYtNS42MDktMTIuNDM2LTEyLjUwOGMwLTYuOSA1LjU3OS0xMi41MDkgMTIuNDM2LTEyLjUwOWM2Ljg1OCAwIDEyLjQ0IDUuNjEgMTIuNDQgMTIuNTA5YzAgNi45LTUuNTgyIDEyLjUwOS0xMi40NCAxMi41MDlabTIzLjMwMyAyMy42NjhsLTEyLjA4LTIxLjA0YzQuNTkyLTMuNDUzIDcuNTgtOC45NDQgNy41OC0xNS4xMzZjMC0xMC40MjYtOC40MzItMTguOTA5LTE4LjgwMy0xOC45MDljLTIuNjM4IDAtNS4xNTIuNTU0LTcuNDMzIDEuNTQ5bC05Ljg0OS0xNy4xNTVhMy4xOCAzLjE4IDAgMCAwLTIuNzU2LTEuNmgtMzkuNDQ4djYuNGgzNy42MTJsOS4xMSAxNS44NzJjLTMuNzAzIDMuNDU2LTYuMDM2IDguMzc0LTYuMDM2IDEzLjg0M2MwIDEwLjQyNiA4LjQzMyAxOC45MDkgMTguOCAxOC45MDljMS45MzIgMCAzLjgtLjI5OCA1LjU1Ni0uODQ1TDIwNy41NDUgMTI4bC0xNS44OTIgMjcuNjc0bDUuNTEyIDMuMmwxNi44MDgtMjkuMjc0YTMuMjEgMy4yMSAwIDAgMCAwLTMuMlptLTE0Ni4wNCA1MC4zOWMtNi44NiAwLTEyLjQ0Mi01LjYxMi0xMi40NDItMTIuNTA4YzAtNi45IDUuNTgxLTEyLjUxIDEyLjQ0Mi0xMi41MWM2Ljg1NyAwIDEyLjQzOSA1LjYxIDEyLjQzOSAxMi41MWMwIDYuODk2LTUuNTgyIDEyLjUwOC0xMi40NCAxMi41MDhabTEwLjM5MyAzLjIzNmM1LjA2Mi0zLjM5MiA4LjQxLTkuMTgxIDguNDEtMTUuNzQ0YzAtMTAuNDI2LTguNDM2LTE4LjkxLTE4LjgwMy0xOC45MWMtMy4wMDQgMC01LjgzMy43My04LjM1MyAxLjk5NEw0OC40NTggMTI4bDE4LjQyOC0zMi4wOTNsLTUuNTE1LTMuMkw0Mi4wMjcgMTI2LjRhMy4yMSAzLjIxIDAgMCAwIDAgMy4ybDEyLjM4OCAyMS41NjhjLTMuMjY4IDMuNDA1LTUuMjg5IDguMDIyLTUuMjg5IDEzLjExNGMwIDEwLjQyNSA4LjQzNiAxOC45MDggMTguODA3IDE4LjkwOGMxLjU2MiAwIDMuMDc0LS4yMTQgNC41MjgtLjU3OWwxMC4xNSAxNy42OGMuNTcuOTg5IDEuNjIgMS42IDIuNzU3IDEuNmgzOS40NTF2LTYuNEg4Ny4yMDRsLTguODc4LTE1LjQ2NVonLz4KPC9zdmc+Cg=="
958
+ },
959
+ "engines": {
960
+ "camunda": "^8.5"
961
+ }
962
+ },
963
+ {
964
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
965
+ "name": "Amazon EventBridge Outbound Connector",
966
+ "id": "io.camunda.connectors.AWSEventBridge.v1",
967
+ "version": 2,
968
+ "description": "Send events to AWS EventBridge",
969
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/",
970
+ "category": {
971
+ "id": "connectors",
972
+ "name": "Connectors"
973
+ },
974
+ "appliesTo": ["bpmn:Task"],
975
+ "elementType": {
976
+ "value": "bpmn:ServiceTask"
977
+ },
978
+ "groups": [
979
+ {
980
+ "id": "authentication",
981
+ "label": "Authentication"
982
+ },
983
+ {
984
+ "id": "configuration",
985
+ "label": "Configuration"
986
+ },
987
+ {
988
+ "id": "eventDetails",
989
+ "label": "Event Details"
990
+ },
991
+ {
992
+ "id": "eventPayload",
993
+ "label": "Event Payload"
994
+ },
995
+ {
996
+ "id": "output",
997
+ "label": "Output Mapping"
998
+ },
999
+ {
1000
+ "id": "errors",
1001
+ "label": "Error Handling"
1002
+ }
1003
+ ],
1004
+ "properties": [
1005
+ {
1006
+ "type": "Hidden",
1007
+ "value": "io.camunda:aws-eventbridge:1",
1008
+ "binding": {
1009
+ "type": "zeebe:taskDefinition",
1010
+ "property": "type"
1011
+ }
1012
+ },
1013
+ {
1014
+ "label": "Access key",
1015
+ "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>",
1016
+ "group": "authentication",
1017
+ "type": "String",
1018
+ "binding": {
1019
+ "type": "zeebe:input",
1020
+ "name": "authentication.accessKey"
1021
+ },
1022
+ "constraints": {
1023
+ "notEmpty": true
1024
+ }
1025
+ },
1026
+ {
1027
+ "label": "Secret key",
1028
+ "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>",
1029
+ "group": "authentication",
1030
+ "type": "String",
1031
+ "binding": {
1032
+ "type": "zeebe:input",
1033
+ "name": "authentication.secretKey"
1034
+ },
1035
+ "constraints": {
1036
+ "notEmpty": true
1037
+ }
1038
+ },
1039
+ {
1040
+ "label": "Region",
1041
+ "description": "Specify the AWS region",
1042
+ "group": "configuration",
1043
+ "type": "String",
1044
+ "feel": "optional",
1045
+ "binding": {
1046
+ "type": "zeebe:input",
1047
+ "name": "configuration.region"
1048
+ },
1049
+ "constraints": {
1050
+ "notEmpty": true,
1051
+ "maxLength": 255
1052
+ }
1053
+ },
1054
+ {
1055
+ "label": "Event bus name",
1056
+ "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>",
1057
+ "group": "eventDetails",
1058
+ "type": "String",
1059
+ "feel": "optional",
1060
+ "binding": {
1061
+ "type": "zeebe:input",
1062
+ "name": "input.eventBusName"
1063
+ },
1064
+ "constraints": {
1065
+ "notEmpty": true
1066
+ }
1067
+ },
1068
+ {
1069
+ "label": "Source",
1070
+ "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>",
1071
+ "group": "eventDetails",
1072
+ "type": "String",
1073
+ "feel": "optional",
1074
+ "binding": {
1075
+ "type": "zeebe:input",
1076
+ "name": "input.source"
1077
+ },
1078
+ "constraints": {
1079
+ "notEmpty": true
1080
+ }
1081
+ },
1082
+ {
1083
+ "label": "Detail type",
1084
+ "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>",
1085
+ "group": "eventDetails",
1086
+ "type": "String",
1087
+ "feel": "optional",
1088
+ "binding": {
1089
+ "type": "zeebe:input",
1090
+ "name": "input.detailType"
1091
+ },
1092
+ "constraints": {
1093
+ "notEmpty": true
1094
+ }
1095
+ },
1096
+ {
1097
+ "label": "Event payload",
1098
+ "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>",
1099
+ "group": "eventPayload",
1100
+ "type": "Text",
1101
+ "feel": "required",
1102
+ "optional": false,
1103
+ "binding": {
1104
+ "type": "zeebe:input",
1105
+ "name": "input.detail"
1106
+ },
1107
+ "constraints": {
1108
+ "notEmpty": true
1109
+ }
1110
+ },
1111
+ {
1112
+ "label": "Result variable",
1113
+ "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>",
1114
+ "group": "output",
1115
+ "type": "String",
1116
+ "binding": {
1117
+ "type": "zeebe:taskHeader",
1118
+ "key": "resultVariable"
1119
+ }
1120
+ },
1121
+ {
1122
+ "label": "Result expression",
1123
+ "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>",
1124
+ "group": "output",
1125
+ "type": "Text",
1126
+ "feel": "required",
1127
+ "binding": {
1128
+ "type": "zeebe:taskHeader",
1129
+ "key": "resultExpression"
1130
+ }
1131
+ },
1132
+ {
1133
+ "label": "Error expression",
1134
+ "description": "Expression to handle errors",
1135
+ "group": "errors",
1136
+ "type": "Text",
1137
+ "feel": "required",
1138
+ "binding": {
1139
+ "type": "zeebe:taskHeader",
1140
+ "key": "errorExpression"
1141
+ }
1142
+ }
1143
+ ],
1144
+ "icon": {
1145
+ "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"
1146
+ },
1147
+ "engines": {
1148
+ "camunda": "^8.2"
1149
+ }
1150
+ },
1151
+ {
1152
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1153
+ "name": "Amazon EventBridge Outbound Connector",
1154
+ "id": "io.camunda.connectors.AWSEventBridge.v1",
1155
+ "version": 4,
1156
+ "description": "Send events to AWS EventBridge",
1157
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=outbound",
1158
+ "category": {
1159
+ "id": "connectors",
1160
+ "name": "Connectors"
1161
+ },
1162
+ "appliesTo": ["bpmn:Task"],
1163
+ "elementType": {
1164
+ "value": "bpmn:ServiceTask"
1165
+ },
1166
+ "groups": [
1167
+ {
1168
+ "id": "authentication",
1169
+ "label": "Authentication"
1170
+ },
1171
+ {
1172
+ "id": "configuration",
1173
+ "label": "Configuration"
1174
+ },
1175
+ {
1176
+ "id": "eventDetails",
1177
+ "label": "Event Details"
1178
+ },
1179
+ {
1180
+ "id": "eventPayload",
1181
+ "label": "Event Payload"
1182
+ },
1183
+ {
1184
+ "id": "output",
1185
+ "label": "Output Mapping"
1186
+ },
1187
+ {
1188
+ "id": "errors",
1189
+ "label": "Error Handling"
1190
+ }
1191
+ ],
1192
+ "properties": [
1193
+ {
1194
+ "type": "Hidden",
1195
+ "value": "io.camunda:aws-eventbridge:1",
1196
+ "binding": {
1197
+ "type": "zeebe:taskDefinition",
1198
+ "property": "type"
1199
+ }
1200
+ },
1201
+ {
1202
+ "id": "authenticationType",
1203
+ "label": "Authentication",
1204
+ "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>",
1205
+ "group": "authentication",
1206
+ "type": "Dropdown",
1207
+ "optional": false,
1208
+ "value": "credentials",
1209
+ "choices": [
1210
+ {
1211
+ "name": "Credentials",
1212
+ "value": "credentials"
1213
+ },
1214
+ {
1215
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
1216
+ "value": "defaultCredentialsChain"
1217
+ }
1218
+ ],
1219
+ "binding": {
1220
+ "type": "zeebe:input",
1221
+ "name": "authentication.type"
1222
+ },
1223
+ "constraints": {
1224
+ "notEmpty": true
1225
+ }
1226
+ },
1227
+ {
1228
+ "label": "Access key",
1229
+ "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>",
1230
+ "group": "authentication",
1231
+ "type": "String",
1232
+ "binding": {
1233
+ "type": "zeebe:input",
1234
+ "name": "authentication.accessKey"
1235
+ },
1236
+ "constraints": {
1237
+ "notEmpty": true
1238
+ },
1239
+ "condition": {
1240
+ "property": "authenticationType",
1241
+ "equals": "credentials"
1242
+ }
1243
+ },
1244
+ {
1245
+ "label": "Secret key",
1246
+ "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>",
1247
+ "group": "authentication",
1248
+ "type": "String",
1249
+ "binding": {
1250
+ "type": "zeebe:input",
1251
+ "name": "authentication.secretKey"
1252
+ },
1253
+ "constraints": {
1254
+ "notEmpty": true
1255
+ },
1256
+ "condition": {
1257
+ "property": "authenticationType",
1258
+ "equals": "credentials"
1259
+ }
1260
+ },
1261
+ {
1262
+ "label": "Region",
1263
+ "description": "Specify the AWS region",
1264
+ "group": "configuration",
1265
+ "type": "String",
1266
+ "feel": "optional",
1267
+ "binding": {
1268
+ "type": "zeebe:input",
1269
+ "name": "configuration.region"
1270
+ },
1271
+ "constraints": {
1272
+ "notEmpty": true,
1273
+ "maxLength": 255
1274
+ }
1275
+ },
1276
+ {
1277
+ "label": "Event bus name",
1278
+ "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>",
1279
+ "group": "eventDetails",
1280
+ "type": "String",
1281
+ "feel": "optional",
1282
+ "binding": {
1283
+ "type": "zeebe:input",
1284
+ "name": "input.eventBusName"
1285
+ },
1286
+ "constraints": {
1287
+ "notEmpty": true
1288
+ }
1289
+ },
1290
+ {
1291
+ "label": "Source",
1292
+ "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>",
1293
+ "group": "eventDetails",
1294
+ "type": "String",
1295
+ "feel": "optional",
1296
+ "binding": {
1297
+ "type": "zeebe:input",
1298
+ "name": "input.source"
1299
+ },
1300
+ "constraints": {
1301
+ "notEmpty": true
1302
+ }
1303
+ },
1304
+ {
1305
+ "label": "Detail type",
1306
+ "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>",
1307
+ "group": "eventDetails",
1308
+ "type": "String",
1309
+ "feel": "optional",
1310
+ "binding": {
1311
+ "type": "zeebe:input",
1312
+ "name": "input.detailType"
1313
+ },
1314
+ "constraints": {
1315
+ "notEmpty": true
1316
+ }
1317
+ },
1318
+ {
1319
+ "label": "Event payload",
1320
+ "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>",
1321
+ "group": "eventPayload",
1322
+ "type": "Text",
1323
+ "feel": "required",
1324
+ "optional": false,
1325
+ "binding": {
1326
+ "type": "zeebe:input",
1327
+ "name": "input.detail"
1328
+ },
1329
+ "constraints": {
1330
+ "notEmpty": true
1331
+ }
1332
+ },
1333
+ {
1334
+ "label": "Result variable",
1335
+ "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>",
1336
+ "group": "output",
1337
+ "type": "String",
1338
+ "binding": {
1339
+ "type": "zeebe:taskHeader",
1340
+ "key": "resultVariable"
1341
+ }
1342
+ },
1343
+ {
1344
+ "label": "Result expression",
1345
+ "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>",
1346
+ "group": "output",
1347
+ "type": "Text",
1348
+ "feel": "required",
1349
+ "binding": {
1350
+ "type": "zeebe:taskHeader",
1351
+ "key": "resultExpression"
1352
+ }
1353
+ },
1354
+ {
1355
+ "label": "Error expression",
1356
+ "description": "Expression to handle errors",
1357
+ "group": "errors",
1358
+ "type": "Text",
1359
+ "feel": "required",
1360
+ "binding": {
1361
+ "type": "zeebe:taskHeader",
1362
+ "key": "errorExpression"
1363
+ }
1364
+ }
1365
+ ],
1366
+ "icon": {
1367
+ "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"
1368
+ },
1369
+ "engines": {
1370
+ "camunda": "^8.4"
1371
1371
  }
1372
1372
  }
1373
1373
  ]