@camunda/connectors-element-templates 1.0.4 → 1.0.5

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 (77) hide show
  1. package/package.json +1 -1
  2. package/src/connectors.js +8 -2
  3. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +30 -30
  4. package/src/element-templates/agenticai-aiagent-outbound-connector.json +323 -9
  5. package/src/element-templates/asana-connector.json +101 -101
  6. package/src/element-templates/automation-anywhere-outbound-connector.json +1777 -961
  7. package/src/element-templates/aws-bedrock-outbound-connector.json +74 -74
  8. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  9. package/src/element-templates/aws-dynamodb-outbound-connector.json +1373 -1373
  10. package/src/element-templates/aws-eventbridge-connector-boundary.json +28 -28
  11. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  12. package/src/element-templates/aws-eventbridge-connector-start-event.json +23 -23
  13. package/src/element-templates/aws-eventbridge-outbound-connector.json +326 -326
  14. package/src/element-templates/aws-lambda-outbound-connector.json +231 -231
  15. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  16. package/src/element-templates/aws-sns-inbound-boundary.json +285 -285
  17. package/src/element-templates/aws-sns-inbound-intermediate.json +33 -33
  18. package/src/element-templates/aws-sns-inbound-message-start.json +227 -227
  19. package/src/element-templates/aws-sns-inbound-start-event.json +132 -132
  20. package/src/element-templates/aws-sns-outbound-connector.json +370 -370
  21. package/src/element-templates/aws-sqs-boundary-connector.json +232 -232
  22. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +532 -532
  23. package/src/element-templates/aws-sqs-outbound-connector.json +396 -396
  24. package/src/element-templates/aws-sqs-start-event-connector.json +389 -389
  25. package/src/element-templates/aws-textract-outbound-connector.json +123 -123
  26. package/src/element-templates/azure-blobstorage-outbound-connector.json +349 -0
  27. package/src/element-templates/blue-prism-connector.json +13 -13
  28. package/src/element-templates/box-outbound-connector.json +30 -30
  29. package/src/element-templates/easy-post-connector.json +121 -121
  30. package/src/element-templates/email-outbound-connector.json +233 -233
  31. package/src/element-templates/github-connector.json +1259 -1259
  32. package/src/element-templates/github-webhook-connector-boundary.json +35 -35
  33. package/src/element-templates/github-webhook-connector-intermediate.json +31 -31
  34. package/src/element-templates/github-webhook-connector-start-event.json +34 -34
  35. package/src/element-templates/gitlab-connector.json +3333 -3333
  36. package/src/element-templates/google-cloud-storage-outbound-connector.json +357 -0
  37. package/src/element-templates/google-drive-outbound-connector.json +414 -101
  38. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  39. package/src/element-templates/google-maps-platform-connector.json +489 -0
  40. package/src/element-templates/google-sheets-outbound-connector.json +2468 -2468
  41. package/src/element-templates/graphql-outbound-connector.json +1113 -1113
  42. package/src/element-templates/http-json-connector.json +2202 -1290
  43. package/src/element-templates/http-polling-boundary-catch-event-connector.json +6 -6
  44. package/src/element-templates/http-polling-connector.json +6 -6
  45. package/src/element-templates/hugging-face-connector.json +34 -34
  46. package/src/element-templates/idp-extraction-outbound-connector.json +115 -0
  47. package/src/element-templates/jdbc-outbound-connector.json +36 -36
  48. package/src/element-templates/kafka-inbound-connector-boundary.json +540 -540
  49. package/src/element-templates/kafka-inbound-connector-intermediate.json +585 -585
  50. package/src/element-templates/kafka-inbound-connector.json +603 -0
  51. package/src/element-templates/kafka-outbound-connector.json +261 -261
  52. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  53. package/src/element-templates/microsoft-teams-outbound-connector.json +97 -97
  54. package/src/element-templates/openai-connector.json +517 -159
  55. package/src/element-templates/operate-connector.json +569 -53
  56. package/src/element-templates/power-automate-connector.json +1724 -0
  57. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +132 -132
  58. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +941 -941
  59. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +459 -459
  60. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +269 -269
  61. package/src/element-templates/rabbitmq-outbound-connector.json +631 -631
  62. package/src/element-templates/salesforce-connector.json +44 -44
  63. package/src/element-templates/sendgrid-outbound-connector.json +787 -255
  64. package/src/element-templates/slack-inbound-boundary.json +215 -215
  65. package/src/element-templates/slack-inbound-intermediate.json +178 -178
  66. package/src/element-templates/slack-inbound-message-start.json +323 -323
  67. package/src/element-templates/slack-inbound-start-event.json +212 -212
  68. package/src/element-templates/slack-outbound-connector.json +777 -522
  69. package/src/element-templates/twilio-connector.json +29 -29
  70. package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
  71. package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
  72. package/src/element-templates/uipath-connector.json +8 -8
  73. package/src/element-templates/webhook-connector-boundary.json +1133 -1133
  74. package/src/element-templates/webhook-connector-intermediate.json +1380 -1380
  75. package/src/element-templates/webhook-connector-start-event.json +1370 -1370
  76. package/src/element-templates/webhook-connector-start-message.json +1171 -1171
  77. package/src/element-templates/agenticai-aiagent-outbound-connector-8.8.0-alpha4.json +0 -843
@@ -3,12 +3,9 @@
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
4
  "name": "AWS Lambda Outbound Connector",
5
5
  "id": "io.camunda.connectors.AWSLAMBDA.v2",
6
- "description": "Invoke AWS Lambda functions.",
7
- "metadata": {
8
- "keywords": ["invoke function", "run function"]
9
- },
6
+ "description": "Invoke a function",
10
7
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/",
11
- "version": 6,
8
+ "version": 5,
12
9
  "category": {
13
10
  "id": "connectors",
14
11
  "name": "Connectors"
@@ -17,9 +14,6 @@
17
14
  "elementType": {
18
15
  "value": "bpmn:ServiceTask"
19
16
  },
20
- "engines": {
21
- "camunda": "^8.3"
22
- },
23
17
  "groups": [
24
18
  {
25
19
  "id": "authentication",
@@ -37,10 +31,6 @@
37
31
  "id": "operationDetails",
38
32
  "label": "Operation details"
39
33
  },
40
- {
41
- "id": "connector",
42
- "label": "Connector"
43
- },
44
34
  {
45
35
  "id": "output",
46
36
  "label": "Output mapping"
@@ -131,10 +121,7 @@
131
121
  "id": "configuration.region",
132
122
  "label": "Region",
133
123
  "description": "Specify the AWS region",
134
- "optional": false,
135
- "constraints": {
136
- "notEmpty": true
137
- },
124
+ "optional": true,
138
125
  "feel": "optional",
139
126
  "group": "configuration",
140
127
  "binding": {
@@ -205,30 +192,6 @@
205
192
  },
206
193
  "type": "Text"
207
194
  },
208
- {
209
- "id": "version",
210
- "label": "Version",
211
- "description": "Version of the element template",
212
- "value": "6",
213
- "group": "connector",
214
- "binding": {
215
- "key": "elementTemplateVersion",
216
- "type": "zeebe:taskHeader"
217
- },
218
- "type": "Hidden"
219
- },
220
- {
221
- "id": "id",
222
- "label": "ID",
223
- "description": "ID of the element template",
224
- "value": "io.camunda.connectors.AWSLAMBDA.v2",
225
- "group": "connector",
226
- "binding": {
227
- "key": "elementTemplateId",
228
- "type": "zeebe:taskHeader"
229
- },
230
- "type": "Hidden"
231
- },
232
195
  {
233
196
  "id": "resultVariable",
234
197
  "label": "Result variable",
@@ -282,6 +245,7 @@
282
245
  "label": "Retry backoff",
283
246
  "description": "ISO-8601 duration to wait between retries",
284
247
  "value": "PT0S",
248
+ "feel": "optional",
285
249
  "group": "retries",
286
250
  "binding": {
287
251
  "key": "retryBackoff",
@@ -292,6 +256,191 @@
292
256
  ],
293
257
  "icon": {
294
258
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0OCA0OCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPgogICAgPHRpdGxlPkljb24tUmVzb3VyY2UvQ29tcHV0ZS9SZXNfQW1hem9uLUxhbWJkYV9MYW1iZGEtRnVuY3Rpb25fNDhfTGlnaHQ8L3RpdGxlPgogICAgPGcgaWQ9J0ljb24tUmVzb3VyY2UvQ29tcHV0ZS9SZXNfQW1hem9uLUxhbWJkYV9MYW1iZGEtRnVuY3Rpb25fNDgnIHN0cm9rZT0nbm9uZScgc3Ryb2tlLXdpZHRoPScxJyBmaWxsPSdub25lJwogICAgICAgZmlsbC1ydWxlPSdldmVub2RkJz4KICAgICAgICA8cGF0aCBkPSdNMjQsNDQgQzEyLjk3Miw0NCA0LDM1LjAyOCA0LDI0IEM0LDEyLjk3MiAxMi45NzIsNCAyNCw0IEMzNS4wMjgsNCA0NCwxMi45NzIgNDQsMjQgQzQ0LDM1LjAyOCAzNS4wMjgsNDQgMjQsNDQgTDI0LDQ0IFogTTI0LDIgQzExLjg2OSwyIDIsMTEuODY5IDIsMjQgQzIsMzYuMTMxIDExLjg2OSw0NiAyNCw0NiBDMzYuMTMxLDQ2IDQ2LDM2LjEzMSA0NiwyNCBDNDYsMTEuODY5IDM2LjEzMSwyIDI0LDIgTDI0LDIgWiBNMTcuMjMxLDM1LjI1IEwxMS44NzYsMzUuMjUgTDE4LjIyMSwyMS45NTkgTDIwLjkwMiwyNy40OTIgTDE3LjIzMSwzNS4yNSBaIE0xOS4xMTQsMTkuMjE1IEMxOC45NDYsMTguODcgMTguNTk3LDE4LjY1MSAxOC4yMTQsMTguNjUxIEwxOC4yMTEsMTguNjUxIEMxNy44MjYsMTguNjUyIDE3LjQ3NywxOC44NzQgMTcuMzEyLDE5LjIyMSBMOS4zODksMzUuODE5IEM5LjI0LDM2LjEyOSA5LjI2MiwzNi40OTMgOS40NDUsMzYuNzgzIEM5LjYyOCwzNy4wNzQgOS45NDcsMzcuMjUgMTAuMjkxLDM3LjI1IEwxNy44NjQsMzcuMjUgQzE4LjI1MSwzNy4yNSAxOC42MDMsMzcuMDI3IDE4Ljc2OSwzNi42NzggTDIyLjkxNSwyNy45MTUgQzIzLjA0NCwyNy42NDIgMjMuMDQzLDI3LjMyMyAyMi45MTEsMjcuMDUxIEwxOS4xMTQsMTkuMjE1IFogTTM2LjEyNSwzNS4yNSBMMzAuNjczLDM1LjI1IEwyMC43NjEsMTMuOTUzIEMyMC41OTcsMTMuNjAxIDIwLjI0MywxMy4zNzUgMTkuODU0LDEzLjM3NSBMMTYuMjUxLDEzLjM3NSBMMTYuMjU1LDkuMjUgTDIzLjQ3NSw5LjI1IEwzMy4zMzksMzAuNTQ1IEMzMy41MDMsMzAuODk4IDMzLjg1NiwzMS4xMjUgMzQuMjQ2LDMxLjEyNSBMMzYuMTI1LDMxLjEyNSBMMzYuMTI1LDM1LjI1IFogTTM3LjEyNSwyOS4xMjUgTDM0Ljg4NSwyOS4xMjUgTDI1LjAyMSw3LjgzIEMyNC44NTYsNy40NzcgMjQuNTAzLDcuMjUgMjQuMTEzLDcuMjUgTDE1LjI1Niw3LjI1IEMxNC43MDQsNy4yNSAxNC4yNTcsNy42OTcgMTQuMjU2LDguMjQ5IEwxNC4yNSwxNC4zNzQgQzE0LjI1LDE0LjY0IDE0LjM1NSwxNC44OTQgMTQuNTQzLDE1LjA4MiBDMTQuNzMsMTUuMjcgMTQuOTg0LDE1LjM3NSAxNS4yNSwxNS4zNzUgTDE5LjIxNywxNS4zNzUgTDI5LjEyOSwzNi42NzIgQzI5LjI5MywzNy4wMjQgMjkuNjQ2LDM3LjI1IDMwLjAzNSwzNy4yNSBMMzcuMTI1LDM3LjI1IEMzNy42NzgsMzcuMjUgMzguMTI1LDM2LjgwMyAzOC4xMjUsMzYuMjUgTDM4LjEyNSwzMC4xMjUgQzM4LjEyNSwyOS41NzIgMzcuNjc4LDI5LjEyNSAzNy4xMjUsMjkuMTI1IEwzNy4xMjUsMjkuMTI1IFonCiAgICAgICAgICAgICAgaWQ9J0FtYXpvbi1MYW1iZGEtTGFtYmRhLUZ1bmN0aW9uX1Jlc291cmNlLUljb25fbGlnaHQtYmcnIGZpbGw9JyNENDVCMDcnPjwvcGF0aD4KICAgIDwvZz4KPC9zdmc+"
259
+ },
260
+ "engines": {
261
+ "camunda": "^8.4"
262
+ }
263
+ },
264
+ {
265
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
266
+ "name": "AWS Lambda Outbound Connector",
267
+ "id": "io.camunda.connectors.AWSLAMBDA.v2",
268
+ "version": 3,
269
+ "description": "Invoke a function",
270
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/",
271
+ "category": {
272
+ "id": "connectors",
273
+ "name": "Connectors"
274
+ },
275
+ "appliesTo": ["bpmn:Task"],
276
+ "elementType": {
277
+ "value": "bpmn:ServiceTask"
278
+ },
279
+ "groups": [
280
+ {
281
+ "id": "authentication",
282
+ "label": "Authentication"
283
+ },
284
+ {
285
+ "id": "configuration",
286
+ "label": "Configuration"
287
+ },
288
+ {
289
+ "id": "operation",
290
+ "label": "Select operation"
291
+ },
292
+ {
293
+ "id": "operationDetails",
294
+ "label": "Operation details"
295
+ },
296
+ {
297
+ "id": "output",
298
+ "label": "Output mapping"
299
+ },
300
+ {
301
+ "id": "errors",
302
+ "label": "Error handling"
303
+ }
304
+ ],
305
+ "properties": [
306
+ {
307
+ "type": "Hidden",
308
+ "value": "io.camunda:aws-lambda:1",
309
+ "binding": {
310
+ "type": "zeebe:taskDefinition",
311
+ "property": "type"
312
+ }
313
+ },
314
+ {
315
+ "label": "Access key",
316
+ "description": "Provide an access key of a user with permissions to invoke specified AWS Lambda function",
317
+ "group": "authentication",
318
+ "type": "String",
319
+ "binding": {
320
+ "type": "zeebe:input",
321
+ "name": "authentication.accessKey"
322
+ },
323
+ "constraints": {
324
+ "notEmpty": true
325
+ }
326
+ },
327
+ {
328
+ "label": "Secret key",
329
+ "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
330
+ "group": "authentication",
331
+ "type": "String",
332
+ "binding": {
333
+ "type": "zeebe:input",
334
+ "name": "authentication.secretKey"
335
+ },
336
+ "constraints": {
337
+ "notEmpty": true
338
+ }
339
+ },
340
+ {
341
+ "label": "Region",
342
+ "description": "Specify the AWS region",
343
+ "group": "configuration",
344
+ "type": "String",
345
+ "feel": "optional",
346
+ "binding": {
347
+ "type": "zeebe:input",
348
+ "name": "configuration.region"
349
+ },
350
+ "constraints": {
351
+ "notEmpty": true,
352
+ "maxLength": 255
353
+ }
354
+ },
355
+ {
356
+ "id": "operationType",
357
+ "group": "operation",
358
+ "type": "Dropdown",
359
+ "value": "sync",
360
+ "choices": [
361
+ {
362
+ "name": "Invoke function (sync)",
363
+ "value": "sync"
364
+ }
365
+ ],
366
+ "binding": {
367
+ "type": "zeebe:input",
368
+ "name": "awsFunction.operationType",
369
+ "key": "awsFunction.operationType"
370
+ }
371
+ },
372
+ {
373
+ "label": "Function name",
374
+ "description": "Enter a name, ARN or alias of your function",
375
+ "group": "operationDetails",
376
+ "type": "String",
377
+ "feel": "optional",
378
+ "binding": {
379
+ "type": "zeebe:input",
380
+ "name": "awsFunction.functionName"
381
+ },
382
+ "constraints": {
383
+ "notEmpty": true,
384
+ "maxLength": 255
385
+ },
386
+ "condition": {
387
+ "property": "operationType",
388
+ "equals": "sync"
389
+ }
390
+ },
391
+ {
392
+ "label": "Payload",
393
+ "description": "Provide payload for your function as JSON",
394
+ "group": "operationDetails",
395
+ "type": "Text",
396
+ "feel": "required",
397
+ "binding": {
398
+ "type": "zeebe:input",
399
+ "name": "awsFunction.payload"
400
+ },
401
+ "condition": {
402
+ "property": "operationType",
403
+ "equals": "sync"
404
+ }
405
+ },
406
+ {
407
+ "label": "Result variable",
408
+ "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>",
409
+ "group": "output",
410
+ "type": "String",
411
+ "binding": {
412
+ "type": "zeebe:taskHeader",
413
+ "key": "resultVariable"
414
+ }
415
+ },
416
+ {
417
+ "label": "Result expression",
418
+ "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>",
419
+ "group": "output",
420
+ "type": "Text",
421
+ "feel": "required",
422
+ "binding": {
423
+ "type": "zeebe:taskHeader",
424
+ "key": "resultExpression"
425
+ }
426
+ },
427
+ {
428
+ "label": "Error expression",
429
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
430
+ "group": "errors",
431
+ "type": "Text",
432
+ "feel": "required",
433
+ "binding": {
434
+ "type": "zeebe:taskHeader",
435
+ "key": "errorExpression"
436
+ }
437
+ }
438
+ ],
439
+ "icon": {
440
+ "contents": "data:image/svg+xml;utf8,%3Csvg width='18' height='18' viewBox='0 0 48 48' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EIcon-Resource/Compute/Res_Amazon-Lambda_Lambda-Function_48_Light%3C/title%3E%3Cg id='Icon-Resource/Compute/Res_Amazon-Lambda_Lambda-Function_48' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M24,44 C12.972,44 4,35.028 4,24 C4,12.972 12.972,4 24,4 C35.028,4 44,12.972 44,24 C44,35.028 35.028,44 24,44 L24,44 Z M24,2 C11.869,2 2,11.869 2,24 C2,36.131 11.869,46 24,46 C36.131,46 46,36.131 46,24 C46,11.869 36.131,2 24,2 L24,2 Z M17.231,35.25 L11.876,35.25 L18.221,21.959 L20.902,27.492 L17.231,35.25 Z M19.114,19.215 C18.946,18.87 18.597,18.651 18.214,18.651 L18.211,18.651 C17.826,18.652 17.477,18.874 17.312,19.221 L9.389,35.819 C9.24,36.129 9.262,36.493 9.445,36.783 C9.628,37.074 9.947,37.25 10.291,37.25 L17.864,37.25 C18.251,37.25 18.603,37.027 18.769,36.678 L22.915,27.915 C23.044,27.642 23.043,27.323 22.911,27.051 L19.114,19.215 Z M36.125,35.25 L30.673,35.25 L20.761,13.953 C20.597,13.601 20.243,13.375 19.854,13.375 L16.251,13.375 L16.255,9.25 L23.475,9.25 L33.339,30.545 C33.503,30.898 33.856,31.125 34.246,31.125 L36.125,31.125 L36.125,35.25 Z M37.125,29.125 L34.885,29.125 L25.021,7.83 C24.856,7.477 24.503,7.25 24.113,7.25 L15.256,7.25 C14.704,7.25 14.257,7.697 14.256,8.249 L14.25,14.374 C14.25,14.64 14.355,14.894 14.543,15.082 C14.73,15.27 14.984,15.375 15.25,15.375 L19.217,15.375 L29.129,36.672 C29.293,37.024 29.646,37.25 30.035,37.25 L37.125,37.25 C37.678,37.25 38.125,36.803 38.125,36.25 L38.125,30.125 C38.125,29.572 37.678,29.125 37.125,29.125 L37.125,29.125 Z' id='Amazon-Lambda-Lambda-Function_Resource-Icon_light-bg' fill='%23D45B07'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
441
+ },
442
+ "engines": {
443
+ "camunda": "^8.2"
295
444
  }
296
445
  },
297
446
  {
@@ -516,9 +665,9 @@
516
665
  },
517
666
  {
518
667
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
519
- "name": "AWS Lambda Outbound Connector",
668
+ "name": "AWS Lambda connector",
520
669
  "id": "io.camunda.connectors.AWSLAMBDA.v2",
521
- "version": 3,
670
+ "version": 2,
522
671
  "description": "Invoke a function",
523
672
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/",
524
673
  "category": {
@@ -700,9 +849,12 @@
700
849
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
701
850
  "name": "AWS Lambda Outbound Connector",
702
851
  "id": "io.camunda.connectors.AWSLAMBDA.v2",
703
- "description": "Invoke a function",
852
+ "description": "Invoke AWS Lambda functions.",
853
+ "metadata": {
854
+ "keywords": ["invoke function", "run function"]
855
+ },
704
856
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/",
705
- "version": 5,
857
+ "version": 6,
706
858
  "category": {
707
859
  "id": "connectors",
708
860
  "name": "Connectors"
@@ -711,6 +863,9 @@
711
863
  "elementType": {
712
864
  "value": "bpmn:ServiceTask"
713
865
  },
866
+ "engines": {
867
+ "camunda": "^8.3"
868
+ },
714
869
  "groups": [
715
870
  {
716
871
  "id": "authentication",
@@ -728,6 +883,10 @@
728
883
  "id": "operationDetails",
729
884
  "label": "Operation details"
730
885
  },
886
+ {
887
+ "id": "connector",
888
+ "label": "Connector"
889
+ },
731
890
  {
732
891
  "id": "output",
733
892
  "label": "Output mapping"
@@ -818,7 +977,10 @@
818
977
  "id": "configuration.region",
819
978
  "label": "Region",
820
979
  "description": "Specify the AWS region",
821
- "optional": true,
980
+ "optional": false,
981
+ "constraints": {
982
+ "notEmpty": true
983
+ },
822
984
  "feel": "optional",
823
985
  "group": "configuration",
824
986
  "binding": {
@@ -889,6 +1051,30 @@
889
1051
  },
890
1052
  "type": "Text"
891
1053
  },
1054
+ {
1055
+ "id": "version",
1056
+ "label": "Version",
1057
+ "description": "Version of the element template",
1058
+ "value": "6",
1059
+ "group": "connector",
1060
+ "binding": {
1061
+ "key": "elementTemplateVersion",
1062
+ "type": "zeebe:taskHeader"
1063
+ },
1064
+ "type": "Hidden"
1065
+ },
1066
+ {
1067
+ "id": "id",
1068
+ "label": "ID",
1069
+ "description": "ID of the element template",
1070
+ "value": "io.camunda.connectors.AWSLAMBDA.v2",
1071
+ "group": "connector",
1072
+ "binding": {
1073
+ "key": "elementTemplateId",
1074
+ "type": "zeebe:taskHeader"
1075
+ },
1076
+ "type": "Hidden"
1077
+ },
892
1078
  {
893
1079
  "id": "resultVariable",
894
1080
  "label": "Result variable",
@@ -942,7 +1128,6 @@
942
1128
  "label": "Retry backoff",
943
1129
  "description": "ISO-8601 duration to wait between retries",
944
1130
  "value": "PT0S",
945
- "feel": "optional",
946
1131
  "group": "retries",
947
1132
  "binding": {
948
1133
  "key": "retryBackoff",
@@ -953,191 +1138,6 @@
953
1138
  ],
954
1139
  "icon": {
955
1140
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0OCA0OCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPgogICAgPHRpdGxlPkljb24tUmVzb3VyY2UvQ29tcHV0ZS9SZXNfQW1hem9uLUxhbWJkYV9MYW1iZGEtRnVuY3Rpb25fNDhfTGlnaHQ8L3RpdGxlPgogICAgPGcgaWQ9J0ljb24tUmVzb3VyY2UvQ29tcHV0ZS9SZXNfQW1hem9uLUxhbWJkYV9MYW1iZGEtRnVuY3Rpb25fNDgnIHN0cm9rZT0nbm9uZScgc3Ryb2tlLXdpZHRoPScxJyBmaWxsPSdub25lJwogICAgICAgZmlsbC1ydWxlPSdldmVub2RkJz4KICAgICAgICA8cGF0aCBkPSdNMjQsNDQgQzEyLjk3Miw0NCA0LDM1LjAyOCA0LDI0IEM0LDEyLjk3MiAxMi45NzIsNCAyNCw0IEMzNS4wMjgsNCA0NCwxMi45NzIgNDQsMjQgQzQ0LDM1LjAyOCAzNS4wMjgsNDQgMjQsNDQgTDI0LDQ0IFogTTI0LDIgQzExLjg2OSwyIDIsMTEuODY5IDIsMjQgQzIsMzYuMTMxIDExLjg2OSw0NiAyNCw0NiBDMzYuMTMxLDQ2IDQ2LDM2LjEzMSA0NiwyNCBDNDYsMTEuODY5IDM2LjEzMSwyIDI0LDIgTDI0LDIgWiBNMTcuMjMxLDM1LjI1IEwxMS44NzYsMzUuMjUgTDE4LjIyMSwyMS45NTkgTDIwLjkwMiwyNy40OTIgTDE3LjIzMSwzNS4yNSBaIE0xOS4xMTQsMTkuMjE1IEMxOC45NDYsMTguODcgMTguNTk3LDE4LjY1MSAxOC4yMTQsMTguNjUxIEwxOC4yMTEsMTguNjUxIEMxNy44MjYsMTguNjUyIDE3LjQ3NywxOC44NzQgMTcuMzEyLDE5LjIyMSBMOS4zODksMzUuODE5IEM5LjI0LDM2LjEyOSA5LjI2MiwzNi40OTMgOS40NDUsMzYuNzgzIEM5LjYyOCwzNy4wNzQgOS45NDcsMzcuMjUgMTAuMjkxLDM3LjI1IEwxNy44NjQsMzcuMjUgQzE4LjI1MSwzNy4yNSAxOC42MDMsMzcuMDI3IDE4Ljc2OSwzNi42NzggTDIyLjkxNSwyNy45MTUgQzIzLjA0NCwyNy42NDIgMjMuMDQzLDI3LjMyMyAyMi45MTEsMjcuMDUxIEwxOS4xMTQsMTkuMjE1IFogTTM2LjEyNSwzNS4yNSBMMzAuNjczLDM1LjI1IEwyMC43NjEsMTMuOTUzIEMyMC41OTcsMTMuNjAxIDIwLjI0MywxMy4zNzUgMTkuODU0LDEzLjM3NSBMMTYuMjUxLDEzLjM3NSBMMTYuMjU1LDkuMjUgTDIzLjQ3NSw5LjI1IEwzMy4zMzksMzAuNTQ1IEMzMy41MDMsMzAuODk4IDMzLjg1NiwzMS4xMjUgMzQuMjQ2LDMxLjEyNSBMMzYuMTI1LDMxLjEyNSBMMzYuMTI1LDM1LjI1IFogTTM3LjEyNSwyOS4xMjUgTDM0Ljg4NSwyOS4xMjUgTDI1LjAyMSw3LjgzIEMyNC44NTYsNy40NzcgMjQuNTAzLDcuMjUgMjQuMTEzLDcuMjUgTDE1LjI1Niw3LjI1IEMxNC43MDQsNy4yNSAxNC4yNTcsNy42OTcgMTQuMjU2LDguMjQ5IEwxNC4yNSwxNC4zNzQgQzE0LjI1LDE0LjY0IDE0LjM1NSwxNC44OTQgMTQuNTQzLDE1LjA4MiBDMTQuNzMsMTUuMjcgMTQuOTg0LDE1LjM3NSAxNS4yNSwxNS4zNzUgTDE5LjIxNywxNS4zNzUgTDI5LjEyOSwzNi42NzIgQzI5LjI5MywzNy4wMjQgMjkuNjQ2LDM3LjI1IDMwLjAzNSwzNy4yNSBMMzcuMTI1LDM3LjI1IEMzNy42NzgsMzcuMjUgMzguMTI1LDM2LjgwMyAzOC4xMjUsMzYuMjUgTDM4LjEyNSwzMC4xMjUgQzM4LjEyNSwyOS41NzIgMzcuNjc4LDI5LjEyNSAzNy4xMjUsMjkuMTI1IEwzNy4xMjUsMjkuMTI1IFonCiAgICAgICAgICAgICAgaWQ9J0FtYXpvbi1MYW1iZGEtTGFtYmRhLUZ1bmN0aW9uX1Jlc291cmNlLUljb25fbGlnaHQtYmcnIGZpbGw9JyNENDVCMDcnPjwvcGF0aD4KICAgIDwvZz4KPC9zdmc+"
956
- },
957
- "engines": {
958
- "camunda": "^8.4"
959
- }
960
- },
961
- {
962
- "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
963
- "name": "AWS Lambda connector",
964
- "id": "io.camunda.connectors.AWSLAMBDA.v2",
965
- "version": 2,
966
- "description": "Invoke a function",
967
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/",
968
- "category": {
969
- "id": "connectors",
970
- "name": "Connectors"
971
- },
972
- "appliesTo": ["bpmn:Task"],
973
- "elementType": {
974
- "value": "bpmn:ServiceTask"
975
- },
976
- "groups": [
977
- {
978
- "id": "authentication",
979
- "label": "Authentication"
980
- },
981
- {
982
- "id": "configuration",
983
- "label": "Configuration"
984
- },
985
- {
986
- "id": "operation",
987
- "label": "Select operation"
988
- },
989
- {
990
- "id": "operationDetails",
991
- "label": "Operation details"
992
- },
993
- {
994
- "id": "output",
995
- "label": "Output mapping"
996
- },
997
- {
998
- "id": "errors",
999
- "label": "Error handling"
1000
- }
1001
- ],
1002
- "properties": [
1003
- {
1004
- "type": "Hidden",
1005
- "value": "io.camunda:aws-lambda:1",
1006
- "binding": {
1007
- "type": "zeebe:taskDefinition",
1008
- "property": "type"
1009
- }
1010
- },
1011
- {
1012
- "label": "Access key",
1013
- "description": "Provide an access key of a user with permissions to invoke specified AWS Lambda function",
1014
- "group": "authentication",
1015
- "type": "String",
1016
- "binding": {
1017
- "type": "zeebe:input",
1018
- "name": "authentication.accessKey"
1019
- },
1020
- "constraints": {
1021
- "notEmpty": true
1022
- }
1023
- },
1024
- {
1025
- "label": "Secret key",
1026
- "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
1027
- "group": "authentication",
1028
- "type": "String",
1029
- "binding": {
1030
- "type": "zeebe:input",
1031
- "name": "authentication.secretKey"
1032
- },
1033
- "constraints": {
1034
- "notEmpty": true
1035
- }
1036
- },
1037
- {
1038
- "label": "Region",
1039
- "description": "Specify the AWS region",
1040
- "group": "configuration",
1041
- "type": "String",
1042
- "feel": "optional",
1043
- "binding": {
1044
- "type": "zeebe:input",
1045
- "name": "configuration.region"
1046
- },
1047
- "constraints": {
1048
- "notEmpty": true,
1049
- "maxLength": 255
1050
- }
1051
- },
1052
- {
1053
- "id": "operationType",
1054
- "group": "operation",
1055
- "type": "Dropdown",
1056
- "value": "sync",
1057
- "choices": [
1058
- {
1059
- "name": "Invoke function (sync)",
1060
- "value": "sync"
1061
- }
1062
- ],
1063
- "binding": {
1064
- "type": "zeebe:input",
1065
- "name": "awsFunction.operationType",
1066
- "key": "awsFunction.operationType"
1067
- }
1068
- },
1069
- {
1070
- "label": "Function name",
1071
- "description": "Enter a name, ARN or alias of your function",
1072
- "group": "operationDetails",
1073
- "type": "String",
1074
- "feel": "optional",
1075
- "binding": {
1076
- "type": "zeebe:input",
1077
- "name": "awsFunction.functionName"
1078
- },
1079
- "constraints": {
1080
- "notEmpty": true,
1081
- "maxLength": 255
1082
- },
1083
- "condition": {
1084
- "property": "operationType",
1085
- "equals": "sync"
1086
- }
1087
- },
1088
- {
1089
- "label": "Payload",
1090
- "description": "Provide payload for your function as JSON",
1091
- "group": "operationDetails",
1092
- "type": "Text",
1093
- "feel": "required",
1094
- "binding": {
1095
- "type": "zeebe:input",
1096
- "name": "awsFunction.payload"
1097
- },
1098
- "condition": {
1099
- "property": "operationType",
1100
- "equals": "sync"
1101
- }
1102
- },
1103
- {
1104
- "label": "Result variable",
1105
- "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>",
1106
- "group": "output",
1107
- "type": "String",
1108
- "binding": {
1109
- "type": "zeebe:taskHeader",
1110
- "key": "resultVariable"
1111
- }
1112
- },
1113
- {
1114
- "label": "Result expression",
1115
- "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>",
1116
- "group": "output",
1117
- "type": "Text",
1118
- "feel": "required",
1119
- "binding": {
1120
- "type": "zeebe:taskHeader",
1121
- "key": "resultExpression"
1122
- }
1123
- },
1124
- {
1125
- "label": "Error expression",
1126
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
1127
- "group": "errors",
1128
- "type": "Text",
1129
- "feel": "required",
1130
- "binding": {
1131
- "type": "zeebe:taskHeader",
1132
- "key": "errorExpression"
1133
- }
1134
- }
1135
- ],
1136
- "icon": {
1137
- "contents": "data:image/svg+xml;utf8,%3Csvg width='18' height='18' viewBox='0 0 48 48' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EIcon-Resource/Compute/Res_Amazon-Lambda_Lambda-Function_48_Light%3C/title%3E%3Cg id='Icon-Resource/Compute/Res_Amazon-Lambda_Lambda-Function_48' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M24,44 C12.972,44 4,35.028 4,24 C4,12.972 12.972,4 24,4 C35.028,4 44,12.972 44,24 C44,35.028 35.028,44 24,44 L24,44 Z M24,2 C11.869,2 2,11.869 2,24 C2,36.131 11.869,46 24,46 C36.131,46 46,36.131 46,24 C46,11.869 36.131,2 24,2 L24,2 Z M17.231,35.25 L11.876,35.25 L18.221,21.959 L20.902,27.492 L17.231,35.25 Z M19.114,19.215 C18.946,18.87 18.597,18.651 18.214,18.651 L18.211,18.651 C17.826,18.652 17.477,18.874 17.312,19.221 L9.389,35.819 C9.24,36.129 9.262,36.493 9.445,36.783 C9.628,37.074 9.947,37.25 10.291,37.25 L17.864,37.25 C18.251,37.25 18.603,37.027 18.769,36.678 L22.915,27.915 C23.044,27.642 23.043,27.323 22.911,27.051 L19.114,19.215 Z M36.125,35.25 L30.673,35.25 L20.761,13.953 C20.597,13.601 20.243,13.375 19.854,13.375 L16.251,13.375 L16.255,9.25 L23.475,9.25 L33.339,30.545 C33.503,30.898 33.856,31.125 34.246,31.125 L36.125,31.125 L36.125,35.25 Z M37.125,29.125 L34.885,29.125 L25.021,7.83 C24.856,7.477 24.503,7.25 24.113,7.25 L15.256,7.25 C14.704,7.25 14.257,7.697 14.256,8.249 L14.25,14.374 C14.25,14.64 14.355,14.894 14.543,15.082 C14.73,15.27 14.984,15.375 15.25,15.375 L19.217,15.375 L29.129,36.672 C29.293,37.024 29.646,37.25 30.035,37.25 L37.125,37.25 C37.678,37.25 38.125,36.803 38.125,36.25 L38.125,30.125 C38.125,29.572 37.678,29.125 37.125,29.125 L37.125,29.125 Z' id='Amazon-Lambda-Lambda-Function_Resource-Icon_light-bg' fill='%23D45B07'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
1138
- },
1139
- "engines": {
1140
- "camunda": "^8.2"
1141
1141
  }
1142
1142
  }
1143
1143
  ]