@camunda/connectors-element-templates 1.0.20 → 1.0.21

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 (115) hide show
  1. package/package.json +2 -2
  2. package/src/connectors-template.js +1 -3
  3. package/src/connectors.js +4 -0
  4. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +40 -40
  5. package/src/element-templates/agenticai-aiagent-job-worker.json +2483 -475
  6. package/src/element-templates/agenticai-aiagent-outbound-connector.json +5352 -3427
  7. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +717 -35
  8. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2254 -809
  9. package/src/element-templates/app-integrations-connector.json +1047 -0
  10. package/src/element-templates/asana-connector.json +1050 -216
  11. package/src/element-templates/automation-anywhere-outbound-connector.json +2046 -1553
  12. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +1067 -29
  13. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +385 -4
  14. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +441 -4
  15. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +416 -4
  16. package/src/element-templates/aws-bedrock-outbound-connector.json +2274 -624
  17. package/src/element-templates/aws-comprehend-outbound-connector.json +1572 -0
  18. package/src/element-templates/aws-dynamodb-outbound-connector.json +2385 -949
  19. package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
  20. package/src/element-templates/aws-eventbridge-connector-intermediate.json +62 -62
  21. package/src/element-templates/aws-eventbridge-connector-start-event.json +20 -20
  22. package/src/element-templates/aws-eventbridge-outbound-connector.json +680 -266
  23. package/src/element-templates/aws-lambda-outbound-connector.json +462 -63
  24. package/src/element-templates/aws-s3-outbound-connector.json +1850 -329
  25. package/src/element-templates/aws-sagemaker-outbound-connector.json +680 -51
  26. package/src/element-templates/aws-sns-inbound-boundary.json +207 -206
  27. package/src/element-templates/aws-sns-inbound-intermediate.json +410 -409
  28. package/src/element-templates/aws-sns-inbound-message-start.json +4 -3
  29. package/src/element-templates/aws-sns-inbound-receive.json +4 -3
  30. package/src/element-templates/aws-sns-inbound-start-event.json +138 -138
  31. package/src/element-templates/aws-sns-outbound-connector.json +643 -186
  32. package/src/element-templates/aws-sqs-boundary-connector.json +1059 -540
  33. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +1046 -527
  34. package/src/element-templates/aws-sqs-outbound-connector.json +596 -143
  35. package/src/element-templates/aws-sqs-receive-connector.json +525 -7
  36. package/src/element-templates/aws-sqs-start-event-connector.json +401 -401
  37. package/src/element-templates/aws-sqs-start-message.json +736 -185
  38. package/src/element-templates/aws-textract-outbound-connector.json +925 -190
  39. package/src/element-templates/azure-blobstorage-outbound-connector.json +1648 -225
  40. package/src/element-templates/azure-open-ai-connector.json +1372 -9
  41. package/src/element-templates/blue-prism-connector.json +655 -76
  42. package/src/element-templates/box-outbound-connector.json +2331 -247
  43. package/src/element-templates/csv-outbound-connector.json +44 -44
  44. package/src/element-templates/easy-post-connector.json +1178 -97
  45. package/src/element-templates/email-outbound-connector.json +3087 -1013
  46. package/src/element-templates/embeddings-vector-database-outbound-connector.json +2160 -0
  47. package/src/element-templates/github-connector.json +14049 -9863
  48. package/src/element-templates/github-webhook-connector-boundary.json +24 -24
  49. package/src/element-templates/github-webhook-connector-intermediate.json +33 -33
  50. package/src/element-templates/github-webhook-connector-message-start.json +8 -8
  51. package/src/element-templates/github-webhook-connector-receive.json +8 -8
  52. package/src/element-templates/github-webhook-connector-start-event.json +54 -54
  53. package/src/element-templates/gitlab-connector.json +2110 -208
  54. package/src/element-templates/google-cloud-storage-outbound-connector.json +1448 -241
  55. package/src/element-templates/google-drive-outbound-connector.json +2246 -694
  56. package/src/element-templates/google-gemini-outbound-connector.json +8 -22
  57. package/src/element-templates/google-maps-platform-connector.json +688 -137
  58. package/src/element-templates/google-sheets-outbound-connector.json +3631 -2475
  59. package/src/element-templates/graphql-outbound-connector.json +3346 -789
  60. package/src/element-templates/http-json-connector.json +5295 -2803
  61. package/src/element-templates/http-polling-boundary-catch-event-connector.json +2550 -590
  62. package/src/element-templates/http-polling-connector.json +2886 -926
  63. package/src/element-templates/hubspot-outbound-connector.json +2786 -36
  64. package/src/element-templates/hugging-face-connector.json +44 -43
  65. package/src/element-templates/jdbc-outbound-connector.json +505 -8
  66. package/src/element-templates/kafka-inbound-connector-boundary.json +29 -32
  67. package/src/element-templates/kafka-inbound-connector-intermediate.json +615 -618
  68. package/src/element-templates/kafka-inbound-connector-receive.json +9 -12
  69. package/src/element-templates/kafka-inbound-connector-start-message.json +9 -12
  70. package/src/element-templates/kafka-inbound-connector.json +240 -240
  71. package/src/element-templates/kafka-outbound-connector.json +494 -498
  72. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +7 -10
  73. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +7 -10
  74. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +7 -10
  75. package/src/element-templates/microsoft-office365-mail-connector.json +1095 -39
  76. package/src/element-templates/microsoft-teams-outbound-connector.json +7335 -4894
  77. package/src/element-templates/openai-connector.json +596 -102
  78. package/src/element-templates/operate-connector.json +167 -170
  79. package/src/element-templates/orchestration-connector.json +1843 -0
  80. package/src/element-templates/power-automate-connector.json +64 -64
  81. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +449 -451
  82. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +770 -772
  83. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +576 -578
  84. package/src/element-templates/rabbitmq-inbound-connector-receive.json +5 -7
  85. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +105 -105
  86. package/src/element-templates/rabbitmq-outbound-connector.json +319 -319
  87. package/src/element-templates/rpa-connector.json +6 -6
  88. package/src/element-templates/salesforce-connector.json +690 -56
  89. package/src/element-templates/send-message-connector-intermediate-throw-event.json +300 -0
  90. package/src/element-templates/send-message-connector-message-end-event.json +300 -0
  91. package/src/element-templates/send-message-connector-send-task.json +299 -0
  92. package/src/element-templates/sendgrid-outbound-connector.json +597 -597
  93. package/src/element-templates/servicenow-connector.json +1365 -8
  94. package/src/element-templates/servicenow-flow-starter-connector.json +15 -15
  95. package/src/element-templates/servicenow-incident-connector.json +1076 -30
  96. package/src/element-templates/slack-inbound-boundary.json +374 -374
  97. package/src/element-templates/slack-inbound-intermediate.json +766 -766
  98. package/src/element-templates/slack-inbound-message-start.json +145 -145
  99. package/src/element-templates/slack-inbound-receive.json +2 -2
  100. package/src/element-templates/slack-inbound-start-event.json +211 -211
  101. package/src/element-templates/slack-outbound-connector.json +2154 -1051
  102. package/src/element-templates/soap-outbound-connector.json +114 -118
  103. package/src/element-templates/twilio-connector.json +1181 -368
  104. package/src/element-templates/twilio-webhook-boundary-connector.json +29 -30
  105. package/src/element-templates/twilio-webhook-connector.json +56 -57
  106. package/src/element-templates/twilio-webhook-intermediate-connector.json +33 -34
  107. package/src/element-templates/twilio-webhook-message-start-connector.json +27 -28
  108. package/src/element-templates/twilio-webhook-receive-connector.json +9 -10
  109. package/src/element-templates/uipath-connector.json +681 -63
  110. package/src/element-templates/webhook-connector-boundary.json +1242 -587
  111. package/src/element-templates/webhook-connector-intermediate.json +1339 -684
  112. package/src/element-templates/webhook-connector-receive.json +659 -5
  113. package/src/element-templates/webhook-connector-start-event.json +1736 -1175
  114. package/src/element-templates/webhook-connector-start-message.json +1791 -1104
  115. package/src/element-templates/whatsapp-connector.json +386 -16
@@ -1,4 +1,403 @@
1
1
  [
2
+ {
3
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
+ "name": "Invoke AWS Lambda Function",
5
+ "id": "io.camunda.connectors.AWSLAMBDA.v2",
6
+ "description": "Invoke AWS Lambda functions.",
7
+ "keywords": [
8
+ "invoke function",
9
+ "run function",
10
+ "execute function",
11
+ "serverless",
12
+ "function as a service"
13
+ ],
14
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/",
15
+ "version": 7,
16
+ "category": {
17
+ "id": "connectors",
18
+ "name": "Connectors"
19
+ },
20
+ "appliesTo": ["bpmn:Task"],
21
+ "elementType": {
22
+ "value": "bpmn:ServiceTask"
23
+ },
24
+ "engines": {
25
+ "camunda": "^8.3"
26
+ },
27
+ "groups": [
28
+ {
29
+ "id": "authentication",
30
+ "label": "Authentication"
31
+ },
32
+ {
33
+ "id": "configuration",
34
+ "label": "Configuration"
35
+ },
36
+ {
37
+ "id": "operation",
38
+ "label": "Select operation"
39
+ },
40
+ {
41
+ "id": "operationDetails",
42
+ "label": "Operation details"
43
+ },
44
+ {
45
+ "id": "connector",
46
+ "label": "Connector"
47
+ },
48
+ {
49
+ "id": "output",
50
+ "label": "Output mapping"
51
+ },
52
+ {
53
+ "id": "error",
54
+ "label": "Error handling"
55
+ },
56
+ {
57
+ "id": "retries",
58
+ "label": "Retries"
59
+ }
60
+ ],
61
+ "properties": [
62
+ {
63
+ "value": "io.camunda:aws-lambda:1",
64
+ "binding": {
65
+ "property": "type",
66
+ "type": "zeebe:taskDefinition"
67
+ },
68
+ "type": "Hidden"
69
+ },
70
+ {
71
+ "id": "authentication.type",
72
+ "label": "Authentication",
73
+ "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>",
74
+ "value": "credentials",
75
+ "group": "authentication",
76
+ "binding": {
77
+ "name": "authentication.type",
78
+ "type": "zeebe:input"
79
+ },
80
+ "type": "Dropdown",
81
+ "choices": [
82
+ {
83
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
84
+ "value": "defaultCredentialsChain"
85
+ },
86
+ {
87
+ "name": "Credentials",
88
+ "value": "credentials"
89
+ }
90
+ ]
91
+ },
92
+ {
93
+ "id": "authentication.accessKey",
94
+ "label": "Access key",
95
+ "optional": false,
96
+ "constraints": {
97
+ "notEmpty": true
98
+ },
99
+ "feel": "optional",
100
+ "group": "authentication",
101
+ "binding": {
102
+ "name": "authentication.accessKey",
103
+ "type": "zeebe:input"
104
+ },
105
+ "condition": {
106
+ "property": "authentication.type",
107
+ "equals": "credentials",
108
+ "type": "simple"
109
+ },
110
+ "tooltip": "IAM access key of a user with the necessary permissions for this connector",
111
+ "type": "String",
112
+ "secret": true
113
+ },
114
+ {
115
+ "id": "authentication.secretKey",
116
+ "label": "Secret key",
117
+ "optional": false,
118
+ "constraints": {
119
+ "notEmpty": true
120
+ },
121
+ "feel": "optional",
122
+ "group": "authentication",
123
+ "binding": {
124
+ "name": "authentication.secretKey",
125
+ "type": "zeebe:input"
126
+ },
127
+ "condition": {
128
+ "property": "authentication.type",
129
+ "equals": "credentials",
130
+ "type": "simple"
131
+ },
132
+ "tooltip": "IAM secret key of a user with the necessary permissions for this connector",
133
+ "type": "String",
134
+ "secret": true
135
+ },
136
+ {
137
+ "id": "awsCredential",
138
+ "label": "AWS credential",
139
+ "description": "Choose a reusable AWS credential. When set, it is bound as a whole to the connector's 'awsCredential' input.",
140
+ "optional": true,
141
+ "group": "authentication",
142
+ "binding": {
143
+ "name": "awsCredential",
144
+ "type": "zeebe:input"
145
+ },
146
+ "type": "Configuration",
147
+ "configurationTemplate": "io.camunda:aws-credential:1"
148
+ },
149
+ {
150
+ "id": "configuration.region",
151
+ "label": "Region",
152
+ "optional": false,
153
+ "constraints": {
154
+ "notEmpty": true
155
+ },
156
+ "feel": "optional",
157
+ "group": "configuration",
158
+ "binding": {
159
+ "name": "configuration.region",
160
+ "type": "zeebe:input"
161
+ },
162
+ "type": "String"
163
+ },
164
+ {
165
+ "id": "configuration.endpoint",
166
+ "label": "Endpoint",
167
+ "description": "Specify endpoint if need to use custom endpoint",
168
+ "optional": true,
169
+ "group": "configuration",
170
+ "binding": {
171
+ "name": "configuration.endpoint",
172
+ "type": "zeebe:input"
173
+ },
174
+ "type": "Hidden"
175
+ },
176
+ {
177
+ "id": "awsFunction.operationType",
178
+ "label": "Operation type",
179
+ "optional": false,
180
+ "value": "sync",
181
+ "group": "operation",
182
+ "binding": {
183
+ "name": "awsFunction.operationType",
184
+ "type": "zeebe:input"
185
+ },
186
+ "type": "Dropdown",
187
+ "choices": [
188
+ {
189
+ "name": "Invoke function (sync)",
190
+ "value": "sync"
191
+ }
192
+ ]
193
+ },
194
+ {
195
+ "id": "awsFunction.functionName",
196
+ "label": "Function name",
197
+ "optional": false,
198
+ "constraints": {
199
+ "notEmpty": true
200
+ },
201
+ "feel": "optional",
202
+ "group": "operationDetails",
203
+ "binding": {
204
+ "name": "awsFunction.functionName",
205
+ "type": "zeebe:input"
206
+ },
207
+ "tooltip": "Name, ARN or alias of your function",
208
+ "type": "String"
209
+ },
210
+ {
211
+ "id": "awsFunction.payload",
212
+ "label": "Payload",
213
+ "optional": false,
214
+ "constraints": {
215
+ "notEmpty": true
216
+ },
217
+ "feel": "optional",
218
+ "group": "operationDetails",
219
+ "binding": {
220
+ "name": "awsFunction.payload",
221
+ "type": "zeebe:input"
222
+ },
223
+ "tooltip": "JSON input passed to the Lambda function when it is invoked.",
224
+ "placeholder": "{\"key\": \"value\"}",
225
+ "type": "Text"
226
+ },
227
+ {
228
+ "id": "version",
229
+ "label": "Version",
230
+ "description": "Version of the element template",
231
+ "value": "7",
232
+ "group": "connector",
233
+ "binding": {
234
+ "key": "elementTemplateVersion",
235
+ "type": "zeebe:taskHeader"
236
+ },
237
+ "type": "Hidden"
238
+ },
239
+ {
240
+ "id": "id",
241
+ "label": "ID",
242
+ "description": "ID of the element template",
243
+ "value": "io.camunda.connectors.AWSLAMBDA.v2",
244
+ "group": "connector",
245
+ "binding": {
246
+ "key": "elementTemplateId",
247
+ "type": "zeebe:taskHeader"
248
+ },
249
+ "type": "Hidden"
250
+ },
251
+ {
252
+ "id": "resultVariable",
253
+ "label": "Result variable",
254
+ "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>.",
255
+ "group": "output",
256
+ "binding": {
257
+ "key": "resultVariable",
258
+ "type": "zeebe:taskHeader"
259
+ },
260
+ "type": "String"
261
+ },
262
+ {
263
+ "id": "resultExpression",
264
+ "label": "Result expression",
265
+ "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>.",
266
+ "feel": "required",
267
+ "group": "output",
268
+ "binding": {
269
+ "key": "resultExpression",
270
+ "type": "zeebe:taskHeader"
271
+ },
272
+ "type": "Text"
273
+ },
274
+ {
275
+ "id": "errorExpression",
276
+ "label": "Error expression",
277
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
278
+ "feel": "required",
279
+ "group": "error",
280
+ "binding": {
281
+ "key": "errorExpression",
282
+ "type": "zeebe:taskHeader"
283
+ },
284
+ "type": "Text"
285
+ },
286
+ {
287
+ "id": "retryCount",
288
+ "label": "Retries",
289
+ "description": "Number of retries",
290
+ "value": "3",
291
+ "feel": "optional",
292
+ "group": "retries",
293
+ "binding": {
294
+ "property": "retries",
295
+ "type": "zeebe:taskDefinition"
296
+ },
297
+ "type": "String"
298
+ },
299
+ {
300
+ "id": "retryBackoff",
301
+ "label": "Retry backoff",
302
+ "description": "ISO-8601 duration to wait between retries",
303
+ "value": "PT30S",
304
+ "group": "retries",
305
+ "binding": {
306
+ "key": "retryBackoff",
307
+ "type": "zeebe:taskHeader"
308
+ },
309
+ "type": "String"
310
+ }
311
+ ],
312
+ "configurationTemplates": [
313
+ {
314
+ "id": "io.camunda:aws-credential:1",
315
+ "kind": "CREDENTIAL",
316
+ "version": 1,
317
+ "name": "AWS Credential",
318
+ "properties": [
319
+ {
320
+ "id": "authentication.type",
321
+ "label": "Authentication",
322
+ "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>",
323
+ "value": "credentials",
324
+ "group": "authentication",
325
+ "binding": {
326
+ "name": "authentication.type",
327
+ "type": "property"
328
+ },
329
+ "type": "Dropdown",
330
+ "choices": [
331
+ {
332
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
333
+ "value": "defaultCredentialsChain"
334
+ },
335
+ {
336
+ "name": "Credentials",
337
+ "value": "credentials"
338
+ }
339
+ ]
340
+ },
341
+ {
342
+ "id": "authentication.accessKey",
343
+ "label": "Access key",
344
+ "constraints": {
345
+ "notEmpty": true
346
+ },
347
+ "group": "authentication",
348
+ "binding": {
349
+ "name": "authentication.accessKey",
350
+ "type": "property"
351
+ },
352
+ "condition": {
353
+ "property": "authentication.type",
354
+ "equals": "credentials",
355
+ "type": "simple"
356
+ },
357
+ "tooltip": "IAM access key of a user with the necessary permissions for this connector",
358
+ "type": "String",
359
+ "secret": true
360
+ },
361
+ {
362
+ "id": "authentication.secretKey",
363
+ "label": "Secret key",
364
+ "constraints": {
365
+ "notEmpty": true
366
+ },
367
+ "group": "authentication",
368
+ "binding": {
369
+ "name": "authentication.secretKey",
370
+ "type": "property"
371
+ },
372
+ "condition": {
373
+ "property": "authentication.type",
374
+ "equals": "credentials",
375
+ "type": "simple"
376
+ },
377
+ "tooltip": "IAM secret key of a user with the necessary permissions for this connector",
378
+ "type": "String",
379
+ "secret": true
380
+ },
381
+ {
382
+ "id": "region",
383
+ "label": "Region",
384
+ "constraints": {
385
+ "notEmpty": true
386
+ },
387
+ "group": "configuration",
388
+ "binding": {
389
+ "name": "region",
390
+ "type": "property"
391
+ },
392
+ "type": "String"
393
+ }
394
+ ]
395
+ }
396
+ ],
397
+ "icon": {
398
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0OCA0OCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPgogICAgPHRpdGxlPkljb24tUmVzb3VyY2UvQ29tcHV0ZS9SZXNfQW1hem9uLUxhbWJkYV9MYW1iZGEtRnVuY3Rpb25fNDhfTGlnaHQ8L3RpdGxlPgogICAgPGcgaWQ9J0ljb24tUmVzb3VyY2UvQ29tcHV0ZS9SZXNfQW1hem9uLUxhbWJkYV9MYW1iZGEtRnVuY3Rpb25fNDgnIHN0cm9rZT0nbm9uZScgc3Ryb2tlLXdpZHRoPScxJyBmaWxsPSdub25lJwogICAgICAgZmlsbC1ydWxlPSdldmVub2RkJz4KICAgICAgICA8cGF0aCBkPSdNMjQsNDQgQzEyLjk3Miw0NCA0LDM1LjAyOCA0LDI0IEM0LDEyLjk3MiAxMi45NzIsNCAyNCw0IEMzNS4wMjgsNCA0NCwxMi45NzIgNDQsMjQgQzQ0LDM1LjAyOCAzNS4wMjgsNDQgMjQsNDQgTDI0LDQ0IFogTTI0LDIgQzExLjg2OSwyIDIsMTEuODY5IDIsMjQgQzIsMzYuMTMxIDExLjg2OSw0NiAyNCw0NiBDMzYuMTMxLDQ2IDQ2LDM2LjEzMSA0NiwyNCBDNDYsMTEuODY5IDM2LjEzMSwyIDI0LDIgTDI0LDIgWiBNMTcuMjMxLDM1LjI1IEwxMS44NzYsMzUuMjUgTDE4LjIyMSwyMS45NTkgTDIwLjkwMiwyNy40OTIgTDE3LjIzMSwzNS4yNSBaIE0xOS4xMTQsMTkuMjE1IEMxOC45NDYsMTguODcgMTguNTk3LDE4LjY1MSAxOC4yMTQsMTguNjUxIEwxOC4yMTEsMTguNjUxIEMxNy44MjYsMTguNjUyIDE3LjQ3NywxOC44NzQgMTcuMzEyLDE5LjIyMSBMOS4zODksMzUuODE5IEM5LjI0LDM2LjEyOSA5LjI2MiwzNi40OTMgOS40NDUsMzYuNzgzIEM5LjYyOCwzNy4wNzQgOS45NDcsMzcuMjUgMTAuMjkxLDM3LjI1IEwxNy44NjQsMzcuMjUgQzE4LjI1MSwzNy4yNSAxOC42MDMsMzcuMDI3IDE4Ljc2OSwzNi42NzggTDIyLjkxNSwyNy45MTUgQzIzLjA0NCwyNy42NDIgMjMuMDQzLDI3LjMyMyAyMi45MTEsMjcuMDUxIEwxOS4xMTQsMTkuMjE1IFogTTM2LjEyNSwzNS4yNSBMMzAuNjczLDM1LjI1IEwyMC43NjEsMTMuOTUzIEMyMC41OTcsMTMuNjAxIDIwLjI0MywxMy4zNzUgMTkuODU0LDEzLjM3NSBMMTYuMjUxLDEzLjM3NSBMMTYuMjU1LDkuMjUgTDIzLjQ3NSw5LjI1IEwzMy4zMzksMzAuNTQ1IEMzMy41MDMsMzAuODk4IDMzLjg1NiwzMS4xMjUgMzQuMjQ2LDMxLjEyNSBMMzYuMTI1LDMxLjEyNSBMMzYuMTI1LDM1LjI1IFogTTM3LjEyNSwyOS4xMjUgTDM0Ljg4NSwyOS4xMjUgTDI1LjAyMSw3LjgzIEMyNC44NTYsNy40NzcgMjQuNTAzLDcuMjUgMjQuMTEzLDcuMjUgTDE1LjI1Niw3LjI1IEMxNC43MDQsNy4yNSAxNC4yNTcsNy42OTcgMTQuMjU2LDguMjQ5IEwxNC4yNSwxNC4zNzQgQzE0LjI1LDE0LjY0IDE0LjM1NSwxNC44OTQgMTQuNTQzLDE1LjA4MiBDMTQuNzMsMTUuMjcgMTQuOTg0LDE1LjM3NSAxNS4yNSwxNS4zNzUgTDE5LjIxNywxNS4zNzUgTDI5LjEyOSwzNi42NzIgQzI5LjI5MywzNy4wMjQgMjkuNjQ2LDM3LjI1IDMwLjAzNSwzNy4yNSBMMzcuMTI1LDM3LjI1IEMzNy42NzgsMzcuMjUgMzguMTI1LDM2LjgwMyAzOC4xMjUsMzYuMjUgTDM4LjEyNSwzMC4xMjUgQzM4LjEyNSwyOS41NzIgMzcuNjc4LDI5LjEyNSAzNy4xMjUsMjkuMTI1IEwzNy4xMjUsMjkuMTI1IFonCiAgICAgICAgICAgICAgaWQ9J0FtYXpvbi1MYW1iZGEtTGFtYmRhLUZ1bmN0aW9uX1Jlc291cmNlLUljb25fbGlnaHQtYmcnIGZpbGw9JyNENDVCMDcnPjwvcGF0aD4KICAgIDwvZz4KPC9zdmc+"
399
+ }
400
+ },
2
401
  {
3
402
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
403
  "name": "AWS Lambda connector",
@@ -183,11 +582,18 @@
183
582
  },
184
583
  {
185
584
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
186
- "name": "AWS Lambda Outbound Connector",
585
+ "name": "Invoke AWS Lambda Function",
187
586
  "id": "io.camunda.connectors.AWSLAMBDA.v2",
188
- "description": "Invoke a function",
587
+ "description": "Invoke AWS Lambda functions.",
588
+ "keywords": [
589
+ "invoke function",
590
+ "run function",
591
+ "execute function",
592
+ "serverless",
593
+ "function as a service"
594
+ ],
189
595
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/",
190
- "version": 5,
596
+ "version": 6,
191
597
  "category": {
192
598
  "id": "connectors",
193
599
  "name": "Connectors"
@@ -196,6 +602,9 @@
196
602
  "elementType": {
197
603
  "value": "bpmn:ServiceTask"
198
604
  },
605
+ "engines": {
606
+ "camunda": "^8.3"
607
+ },
199
608
  "groups": [
200
609
  {
201
610
  "id": "authentication",
@@ -213,6 +622,10 @@
213
622
  "id": "operationDetails",
214
623
  "label": "Operation details"
215
624
  },
625
+ {
626
+ "id": "connector",
627
+ "label": "Connector"
628
+ },
216
629
  {
217
630
  "id": "output",
218
631
  "label": "Output mapping"
@@ -260,7 +673,6 @@
260
673
  {
261
674
  "id": "authentication.accessKey",
262
675
  "label": "Access key",
263
- "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
264
676
  "optional": false,
265
677
  "constraints": {
266
678
  "notEmpty": true
@@ -276,12 +688,12 @@
276
688
  "equals": "credentials",
277
689
  "type": "simple"
278
690
  },
691
+ "tooltip": "IAM access key of a user with the necessary permissions for this connector",
279
692
  "type": "String"
280
693
  },
281
694
  {
282
695
  "id": "authentication.secretKey",
283
696
  "label": "Secret key",
284
- "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
285
697
  "optional": false,
286
698
  "constraints": {
287
699
  "notEmpty": true
@@ -297,13 +709,16 @@
297
709
  "equals": "credentials",
298
710
  "type": "simple"
299
711
  },
712
+ "tooltip": "IAM secret key of a user with the necessary permissions for this connector",
300
713
  "type": "String"
301
714
  },
302
715
  {
303
716
  "id": "configuration.region",
304
717
  "label": "Region",
305
- "description": "Specify the AWS region",
306
- "optional": true,
718
+ "optional": false,
719
+ "constraints": {
720
+ "notEmpty": true
721
+ },
307
722
  "feel": "optional",
308
723
  "group": "configuration",
309
724
  "binding": {
@@ -345,7 +760,6 @@
345
760
  {
346
761
  "id": "awsFunction.functionName",
347
762
  "label": "Function name",
348
- "description": "Enter a name, ARN or alias of your function",
349
763
  "optional": false,
350
764
  "constraints": {
351
765
  "notEmpty": true
@@ -356,12 +770,12 @@
356
770
  "name": "awsFunction.functionName",
357
771
  "type": "zeebe:input"
358
772
  },
773
+ "tooltip": "Name, ARN or alias of your function",
359
774
  "type": "String"
360
775
  },
361
776
  {
362
777
  "id": "awsFunction.payload",
363
778
  "label": "Payload",
364
- "description": "Provide payload for your function as JSON",
365
779
  "optional": false,
366
780
  "constraints": {
367
781
  "notEmpty": true
@@ -372,12 +786,38 @@
372
786
  "name": "awsFunction.payload",
373
787
  "type": "zeebe:input"
374
788
  },
789
+ "tooltip": "JSON input passed to the Lambda function when it is invoked.",
790
+ "placeholder": "{\"key\": \"value\"}",
375
791
  "type": "Text"
376
792
  },
793
+ {
794
+ "id": "version",
795
+ "label": "Version",
796
+ "description": "Version of the element template",
797
+ "value": "6",
798
+ "group": "connector",
799
+ "binding": {
800
+ "key": "elementTemplateVersion",
801
+ "type": "zeebe:taskHeader"
802
+ },
803
+ "type": "Hidden"
804
+ },
805
+ {
806
+ "id": "id",
807
+ "label": "ID",
808
+ "description": "ID of the element template",
809
+ "value": "io.camunda.connectors.AWSLAMBDA.v2",
810
+ "group": "connector",
811
+ "binding": {
812
+ "key": "elementTemplateId",
813
+ "type": "zeebe:taskHeader"
814
+ },
815
+ "type": "Hidden"
816
+ },
377
817
  {
378
818
  "id": "resultVariable",
379
819
  "label": "Result variable",
380
- "description": "Name of variable to store the response in",
820
+ "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>.",
381
821
  "group": "output",
382
822
  "binding": {
383
823
  "key": "resultVariable",
@@ -388,7 +828,7 @@
388
828
  {
389
829
  "id": "resultExpression",
390
830
  "label": "Result expression",
391
- "description": "Expression to map the response into process variables",
831
+ "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>.",
392
832
  "feel": "required",
393
833
  "group": "output",
394
834
  "binding": {
@@ -426,8 +866,7 @@
426
866
  "id": "retryBackoff",
427
867
  "label": "Retry backoff",
428
868
  "description": "ISO-8601 duration to wait between retries",
429
- "value": "PT0S",
430
- "feel": "optional",
869
+ "value": "PT30S",
431
870
  "group": "retries",
432
871
  "binding": {
433
872
  "key": "retryBackoff",
@@ -438,9 +877,6 @@
438
877
  ],
439
878
  "icon": {
440
879
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0OCA0OCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPgogICAgPHRpdGxlPkljb24tUmVzb3VyY2UvQ29tcHV0ZS9SZXNfQW1hem9uLUxhbWJkYV9MYW1iZGEtRnVuY3Rpb25fNDhfTGlnaHQ8L3RpdGxlPgogICAgPGcgaWQ9J0ljb24tUmVzb3VyY2UvQ29tcHV0ZS9SZXNfQW1hem9uLUxhbWJkYV9MYW1iZGEtRnVuY3Rpb25fNDgnIHN0cm9rZT0nbm9uZScgc3Ryb2tlLXdpZHRoPScxJyBmaWxsPSdub25lJwogICAgICAgZmlsbC1ydWxlPSdldmVub2RkJz4KICAgICAgICA8cGF0aCBkPSdNMjQsNDQgQzEyLjk3Miw0NCA0LDM1LjAyOCA0LDI0IEM0LDEyLjk3MiAxMi45NzIsNCAyNCw0IEMzNS4wMjgsNCA0NCwxMi45NzIgNDQsMjQgQzQ0LDM1LjAyOCAzNS4wMjgsNDQgMjQsNDQgTDI0LDQ0IFogTTI0LDIgQzExLjg2OSwyIDIsMTEuODY5IDIsMjQgQzIsMzYuMTMxIDExLjg2OSw0NiAyNCw0NiBDMzYuMTMxLDQ2IDQ2LDM2LjEzMSA0NiwyNCBDNDYsMTEuODY5IDM2LjEzMSwyIDI0LDIgTDI0LDIgWiBNMTcuMjMxLDM1LjI1IEwxMS44NzYsMzUuMjUgTDE4LjIyMSwyMS45NTkgTDIwLjkwMiwyNy40OTIgTDE3LjIzMSwzNS4yNSBaIE0xOS4xMTQsMTkuMjE1IEMxOC45NDYsMTguODcgMTguNTk3LDE4LjY1MSAxOC4yMTQsMTguNjUxIEwxOC4yMTEsMTguNjUxIEMxNy44MjYsMTguNjUyIDE3LjQ3NywxOC44NzQgMTcuMzEyLDE5LjIyMSBMOS4zODksMzUuODE5IEM5LjI0LDM2LjEyOSA5LjI2MiwzNi40OTMgOS40NDUsMzYuNzgzIEM5LjYyOCwzNy4wNzQgOS45NDcsMzcuMjUgMTAuMjkxLDM3LjI1IEwxNy44NjQsMzcuMjUgQzE4LjI1MSwzNy4yNSAxOC42MDMsMzcuMDI3IDE4Ljc2OSwzNi42NzggTDIyLjkxNSwyNy45MTUgQzIzLjA0NCwyNy42NDIgMjMuMDQzLDI3LjMyMyAyMi45MTEsMjcuMDUxIEwxOS4xMTQsMTkuMjE1IFogTTM2LjEyNSwzNS4yNSBMMzAuNjczLDM1LjI1IEwyMC43NjEsMTMuOTUzIEMyMC41OTcsMTMuNjAxIDIwLjI0MywxMy4zNzUgMTkuODU0LDEzLjM3NSBMMTYuMjUxLDEzLjM3NSBMMTYuMjU1LDkuMjUgTDIzLjQ3NSw5LjI1IEwzMy4zMzksMzAuNTQ1IEMzMy41MDMsMzAuODk4IDMzLjg1NiwzMS4xMjUgMzQuMjQ2LDMxLjEyNSBMMzYuMTI1LDMxLjEyNSBMMzYuMTI1LDM1LjI1IFogTTM3LjEyNSwyOS4xMjUgTDM0Ljg4NSwyOS4xMjUgTDI1LjAyMSw3LjgzIEMyNC44NTYsNy40NzcgMjQuNTAzLDcuMjUgMjQuMTEzLDcuMjUgTDE1LjI1Niw3LjI1IEMxNC43MDQsNy4yNSAxNC4yNTcsNy42OTcgMTQuMjU2LDguMjQ5IEwxNC4yNSwxNC4zNzQgQzE0LjI1LDE0LjY0IDE0LjM1NSwxNC44OTQgMTQuNTQzLDE1LjA4MiBDMTQuNzMsMTUuMjcgMTQuOTg0LDE1LjM3NSAxNS4yNSwxNS4zNzUgTDE5LjIxNywxNS4zNzUgTDI5LjEyOSwzNi42NzIgQzI5LjI5MywzNy4wMjQgMjkuNjQ2LDM3LjI1IDMwLjAzNSwzNy4yNSBMMzcuMTI1LDM3LjI1IEMzNy42NzgsMzcuMjUgMzguMTI1LDM2LjgwMyAzOC4xMjUsMzYuMjUgTDM4LjEyNSwzMC4xMjUgQzM4LjEyNSwyOS41NzIgMzcuNjc4LDI5LjEyNSAzNy4xMjUsMjkuMTI1IEwzNy4xMjUsMjkuMTI1IFonCiAgICAgICAgICAgICAgaWQ9J0FtYXpvbi1MYW1iZGEtTGFtYmRhLUZ1bmN0aW9uX1Jlc291cmNlLUljb25fbGlnaHQtYmcnIGZpbGw9JyNENDVCMDcnPjwvcGF0aD4KICAgIDwvZz4KPC9zdmc+"
441
- },
442
- "engines": {
443
- "camunda": "^8.4"
444
880
  }
445
881
  },
446
882
  {
@@ -849,16 +1285,9 @@
849
1285
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
850
1286
  "name": "AWS Lambda Outbound Connector",
851
1287
  "id": "io.camunda.connectors.AWSLAMBDA.v2",
852
- "description": "Invoke AWS Lambda functions.",
853
- "keywords": [
854
- "invoke function",
855
- "run function",
856
- "execute function",
857
- "serverless",
858
- "function as a service"
859
- ],
1288
+ "description": "Invoke a function",
860
1289
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/",
861
- "version": 6,
1290
+ "version": 5,
862
1291
  "category": {
863
1292
  "id": "connectors",
864
1293
  "name": "Connectors"
@@ -867,9 +1296,6 @@
867
1296
  "elementType": {
868
1297
  "value": "bpmn:ServiceTask"
869
1298
  },
870
- "engines": {
871
- "camunda": "^8.3"
872
- },
873
1299
  "groups": [
874
1300
  {
875
1301
  "id": "authentication",
@@ -887,10 +1313,6 @@
887
1313
  "id": "operationDetails",
888
1314
  "label": "Operation details"
889
1315
  },
890
- {
891
- "id": "connector",
892
- "label": "Connector"
893
- },
894
1316
  {
895
1317
  "id": "output",
896
1318
  "label": "Output mapping"
@@ -981,10 +1403,7 @@
981
1403
  "id": "configuration.region",
982
1404
  "label": "Region",
983
1405
  "description": "Specify the AWS region",
984
- "optional": false,
985
- "constraints": {
986
- "notEmpty": true
987
- },
1406
+ "optional": true,
988
1407
  "feel": "optional",
989
1408
  "group": "configuration",
990
1409
  "binding": {
@@ -1055,34 +1474,10 @@
1055
1474
  },
1056
1475
  "type": "Text"
1057
1476
  },
1058
- {
1059
- "id": "version",
1060
- "label": "Version",
1061
- "description": "Version of the element template",
1062
- "value": "6",
1063
- "group": "connector",
1064
- "binding": {
1065
- "key": "elementTemplateVersion",
1066
- "type": "zeebe:taskHeader"
1067
- },
1068
- "type": "Hidden"
1069
- },
1070
- {
1071
- "id": "id",
1072
- "label": "ID",
1073
- "description": "ID of the element template",
1074
- "value": "io.camunda.connectors.AWSLAMBDA.v2",
1075
- "group": "connector",
1076
- "binding": {
1077
- "key": "elementTemplateId",
1078
- "type": "zeebe:taskHeader"
1079
- },
1080
- "type": "Hidden"
1081
- },
1082
1477
  {
1083
1478
  "id": "resultVariable",
1084
1479
  "label": "Result variable",
1085
- "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>.",
1480
+ "description": "Name of variable to store the response in",
1086
1481
  "group": "output",
1087
1482
  "binding": {
1088
1483
  "key": "resultVariable",
@@ -1093,7 +1488,7 @@
1093
1488
  {
1094
1489
  "id": "resultExpression",
1095
1490
  "label": "Result expression",
1096
- "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>.",
1491
+ "description": "Expression to map the response into process variables",
1097
1492
  "feel": "required",
1098
1493
  "group": "output",
1099
1494
  "binding": {
@@ -1131,7 +1526,8 @@
1131
1526
  "id": "retryBackoff",
1132
1527
  "label": "Retry backoff",
1133
1528
  "description": "ISO-8601 duration to wait between retries",
1134
- "value": "PT30S",
1529
+ "value": "PT0S",
1530
+ "feel": "optional",
1135
1531
  "group": "retries",
1136
1532
  "binding": {
1137
1533
  "key": "retryBackoff",
@@ -1142,6 +1538,9 @@
1142
1538
  ],
1143
1539
  "icon": {
1144
1540
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0OCA0OCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPgogICAgPHRpdGxlPkljb24tUmVzb3VyY2UvQ29tcHV0ZS9SZXNfQW1hem9uLUxhbWJkYV9MYW1iZGEtRnVuY3Rpb25fNDhfTGlnaHQ8L3RpdGxlPgogICAgPGcgaWQ9J0ljb24tUmVzb3VyY2UvQ29tcHV0ZS9SZXNfQW1hem9uLUxhbWJkYV9MYW1iZGEtRnVuY3Rpb25fNDgnIHN0cm9rZT0nbm9uZScgc3Ryb2tlLXdpZHRoPScxJyBmaWxsPSdub25lJwogICAgICAgZmlsbC1ydWxlPSdldmVub2RkJz4KICAgICAgICA8cGF0aCBkPSdNMjQsNDQgQzEyLjk3Miw0NCA0LDM1LjAyOCA0LDI0IEM0LDEyLjk3MiAxMi45NzIsNCAyNCw0IEMzNS4wMjgsNCA0NCwxMi45NzIgNDQsMjQgQzQ0LDM1LjAyOCAzNS4wMjgsNDQgMjQsNDQgTDI0LDQ0IFogTTI0LDIgQzExLjg2OSwyIDIsMTEuODY5IDIsMjQgQzIsMzYuMTMxIDExLjg2OSw0NiAyNCw0NiBDMzYuMTMxLDQ2IDQ2LDM2LjEzMSA0NiwyNCBDNDYsMTEuODY5IDM2LjEzMSwyIDI0LDIgTDI0LDIgWiBNMTcuMjMxLDM1LjI1IEwxMS44NzYsMzUuMjUgTDE4LjIyMSwyMS45NTkgTDIwLjkwMiwyNy40OTIgTDE3LjIzMSwzNS4yNSBaIE0xOS4xMTQsMTkuMjE1IEMxOC45NDYsMTguODcgMTguNTk3LDE4LjY1MSAxOC4yMTQsMTguNjUxIEwxOC4yMTEsMTguNjUxIEMxNy44MjYsMTguNjUyIDE3LjQ3NywxOC44NzQgMTcuMzEyLDE5LjIyMSBMOS4zODksMzUuODE5IEM5LjI0LDM2LjEyOSA5LjI2MiwzNi40OTMgOS40NDUsMzYuNzgzIEM5LjYyOCwzNy4wNzQgOS45NDcsMzcuMjUgMTAuMjkxLDM3LjI1IEwxNy44NjQsMzcuMjUgQzE4LjI1MSwzNy4yNSAxOC42MDMsMzcuMDI3IDE4Ljc2OSwzNi42NzggTDIyLjkxNSwyNy45MTUgQzIzLjA0NCwyNy42NDIgMjMuMDQzLDI3LjMyMyAyMi45MTEsMjcuMDUxIEwxOS4xMTQsMTkuMjE1IFogTTM2LjEyNSwzNS4yNSBMMzAuNjczLDM1LjI1IEwyMC43NjEsMTMuOTUzIEMyMC41OTcsMTMuNjAxIDIwLjI0MywxMy4zNzUgMTkuODU0LDEzLjM3NSBMMTYuMjUxLDEzLjM3NSBMMTYuMjU1LDkuMjUgTDIzLjQ3NSw5LjI1IEwzMy4zMzksMzAuNTQ1IEMzMy41MDMsMzAuODk4IDMzLjg1NiwzMS4xMjUgMzQuMjQ2LDMxLjEyNSBMMzYuMTI1LDMxLjEyNSBMMzYuMTI1LDM1LjI1IFogTTM3LjEyNSwyOS4xMjUgTDM0Ljg4NSwyOS4xMjUgTDI1LjAyMSw3LjgzIEMyNC44NTYsNy40NzcgMjQuNTAzLDcuMjUgMjQuMTEzLDcuMjUgTDE1LjI1Niw3LjI1IEMxNC43MDQsNy4yNSAxNC4yNTcsNy42OTcgMTQuMjU2LDguMjQ5IEwxNC4yNSwxNC4zNzQgQzE0LjI1LDE0LjY0IDE0LjM1NSwxNC44OTQgMTQuNTQzLDE1LjA4MiBDMTQuNzMsMTUuMjcgMTQuOTg0LDE1LjM3NSAxNS4yNSwxNS4zNzUgTDE5LjIxNywxNS4zNzUgTDI5LjEyOSwzNi42NzIgQzI5LjI5MywzNy4wMjQgMjkuNjQ2LDM3LjI1IDMwLjAzNSwzNy4yNSBMMzcuMTI1LDM3LjI1IEMzNy42NzgsMzcuMjUgMzguMTI1LDM2LjgwMyAzOC4xMjUsMzYuMjUgTDM4LjEyNSwzMC4xMjUgQzM4LjEyNSwyOS41NzIgMzcuNjc4LDI5LjEyNSAzNy4xMjUsMjkuMTI1IEwzNy4xMjUsMjkuMTI1IFonCiAgICAgICAgICAgICAgaWQ9J0FtYXpvbi1MYW1iZGEtTGFtYmRhLUZ1bmN0aW9uX1Jlc291cmNlLUljb25fbGlnaHQtYmcnIGZpbGw9JyNENDVCMDcnPjwvcGF0aD4KICAgIDwvZz4KPC9zdmc+"
1541
+ },
1542
+ "engines": {
1543
+ "camunda": "^8.4"
1145
1544
  }
1146
1545
  }
1147
1546
  ]