@camunda/connectors-element-templates 1.0.17 → 1.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (125) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -2
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +2 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +6 -6
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +6 -6
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +6 -6
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +6 -6
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +10 -13
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3774 -33
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +7968 -4288
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +2 -5
  12. package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
  13. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -5
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1175 -1171
  16. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
  17. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
  18. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
  19. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
  20. package/src/element-templates/aws-bedrock-outbound-connector.json +775 -38
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1407 -1407
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +370 -5
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +399 -0
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
  29. package/src/element-templates/aws-lambda-outbound-connector.json +472 -468
  30. package/src/element-templates/aws-s3-outbound-connector.json +656 -15
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
  32. package/src/element-templates/aws-sns-inbound-boundary.json +230 -223
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +486 -479
  34. package/src/element-templates/aws-sns-inbound-message-start.json +240 -233
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
  37. package/src/element-templates/aws-sns-outbound-connector.json +390 -386
  38. package/src/element-templates/aws-sqs-boundary-connector.json +472 -468
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +388 -384
  40. package/src/element-templates/aws-sqs-outbound-connector.json +402 -400
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +571 -563
  43. package/src/element-templates/aws-sqs-start-message.json +866 -862
  44. package/src/element-templates/aws-textract-outbound-connector.json +358 -354
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1325 -0
  47. package/src/element-templates/blue-prism-connector.json +595 -50
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +39 -31
  50. package/src/element-templates/easy-post-connector.json +1088 -120
  51. package/src/element-templates/email-inbound-connector-boundary.json +16 -8
  52. package/src/element-templates/email-inbound-connector-intermediate.json +16 -8
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +16 -8
  55. package/src/element-templates/email-outbound-connector.json +2114 -241
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12587 -9052
  58. package/src/element-templates/github-webhook-connector-boundary.json +27 -29
  59. package/src/element-templates/github-webhook-connector-intermediate.json +40 -42
  60. package/src/element-templates/github-webhook-connector-message-start.json +19 -21
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +11 -13
  63. package/src/element-templates/gitlab-connector.json +4756 -3124
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +1285 -665
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1055 -26
  68. package/src/element-templates/google-sheets-outbound-connector.json +2413 -1419
  69. package/src/element-templates/graphql-outbound-connector.json +1136 -1127
  70. package/src/element-templates/http-json-connector.json +2779 -2129
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +1483 -1472
  72. package/src/element-templates/http-polling-connector.json +746 -735
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +249 -18
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +528 -519
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +729 -720
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +628 -619
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +666 -660
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
  85. package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +4161 -1997
  87. package/src/element-templates/openai-connector.json +579 -116
  88. package/src/element-templates/operate-connector.json +1219 -67
  89. package/src/element-templates/power-automate-connector.json +604 -12
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +863 -854
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +926 -917
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +469 -460
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +601 -592
  95. package/src/element-templates/rabbitmq-outbound-connector.json +634 -628
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +553 -9
  98. package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
  99. package/src/element-templates/send-message-connector-message-end-event.json +10 -5
  100. package/src/element-templates/send-message-connector-send-task.json +10 -5
  101. package/src/element-templates/sendgrid-outbound-connector.json +1380 -772
  102. package/src/element-templates/servicenow-connector.json +971 -3
  103. package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
  104. package/src/element-templates/servicenow-incident-connector.json +980 -3
  105. package/src/element-templates/slack-inbound-boundary.json +389 -91
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +566 -236
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +127 -122
  110. package/src/element-templates/slack-outbound-connector.json +2613 -915
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1514 -34
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +29 -20
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +39 -30
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +607 -15
  119. package/src/element-templates/webhook-connector-boundary.json +1218 -1208
  120. package/src/element-templates/webhook-connector-intermediate.json +1837 -1827
  121. package/src/element-templates/webhook-connector-receive.json +55 -45
  122. package/src/element-templates/webhook-connector-start-event.json +1299 -1292
  123. package/src/element-templates/webhook-connector-start-message.json +711 -701
  124. package/src/element-templates/whatsapp-connector.json +339 -5
  125. package/src/element-templates/http-connector.json.json +0 -654
@@ -4,11 +4,19 @@
4
4
  "name": "AWS S3 Outbound Connector",
5
5
  "id": "io.camunda.connectors.aws.s3.v1",
6
6
  "description": "Execute S3 requests",
7
- "metadata": {
8
- "keywords": []
9
- },
7
+ "keywords": [
8
+ "upload file",
9
+ "download file",
10
+ "delete file",
11
+ "upload object",
12
+ "download object",
13
+ "delete object",
14
+ "object storage",
15
+ "bucket",
16
+ "file storage"
17
+ ],
10
18
  "documentationRef": "https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/amazon-s3/",
11
- "version": 1,
19
+ "version": 3,
12
20
  "category": {
13
21
  "id": "connectors",
14
22
  "name": "Connectors"
@@ -18,7 +26,7 @@
18
26
  "value": "bpmn:ServiceTask"
19
27
  },
20
28
  "engines": {
21
- "camunda": "^8.7"
29
+ "camunda": "^8.10"
22
30
  },
23
31
  "groups": [
24
32
  {
@@ -45,6 +53,10 @@
45
53
  "id": "downloadObject",
46
54
  "label": "Download an object"
47
55
  },
56
+ {
57
+ "id": "connector",
58
+ "label": "Connector"
59
+ },
48
60
  {
49
61
  "id": "output",
50
62
  "label": "Output mapping"
@@ -266,14 +278,199 @@
266
278
  "type": "String"
267
279
  },
268
280
  {
269
- "id": "uploadActionDocument",
270
- "label": "Document",
271
- "optional": false,
281
+ "id": "action_document_documentSource",
282
+ "label": "Document source",
283
+ "value": "camunda",
284
+ "group": "uploadObject",
285
+ "binding": {
286
+ "name": "action.action_document_documentSource",
287
+ "type": "zeebe:input"
288
+ },
289
+ "condition": {
290
+ "property": "actionDiscriminator",
291
+ "equals": "uploadObject",
292
+ "type": "simple"
293
+ },
294
+ "tooltip": "Document to be uploaded on AWS S3",
295
+ "type": "Dropdown",
296
+ "choices": [
297
+ {
298
+ "name": "Camunda Document",
299
+ "value": "camunda"
300
+ },
301
+ {
302
+ "name": "Inline Content",
303
+ "value": "inline"
304
+ },
305
+ {
306
+ "name": "From URL",
307
+ "value": "external"
308
+ }
309
+ ]
310
+ },
311
+ {
312
+ "id": "action_document_camundaReference",
313
+ "label": "Camunda document",
272
314
  "constraints": {
273
315
  "notEmpty": true
274
316
  },
275
317
  "feel": "required",
276
318
  "group": "uploadObject",
319
+ "binding": {
320
+ "name": "action.action_document_camundaReference",
321
+ "type": "zeebe:input"
322
+ },
323
+ "condition": {
324
+ "allMatch": [
325
+ {
326
+ "property": "action_document_documentSource",
327
+ "equals": "camunda",
328
+ "type": "simple"
329
+ },
330
+ {
331
+ "property": "actionDiscriminator",
332
+ "equals": "uploadObject",
333
+ "type": "simple"
334
+ }
335
+ ]
336
+ },
337
+ "type": "String"
338
+ },
339
+ {
340
+ "id": "action_document_inline_content",
341
+ "label": "Content",
342
+ "constraints": {
343
+ "notEmpty": true
344
+ },
345
+ "feel": "optional",
346
+ "group": "uploadObject",
347
+ "binding": {
348
+ "name": "action.action_document_inline_content",
349
+ "type": "zeebe:input"
350
+ },
351
+ "condition": {
352
+ "allMatch": [
353
+ {
354
+ "property": "action_document_documentSource",
355
+ "equals": "inline",
356
+ "type": "simple"
357
+ },
358
+ {
359
+ "property": "actionDiscriminator",
360
+ "equals": "uploadObject",
361
+ "type": "simple"
362
+ }
363
+ ]
364
+ },
365
+ "type": "String"
366
+ },
367
+ {
368
+ "id": "action_document_inline_fileName",
369
+ "label": "File name",
370
+ "feel": "optional",
371
+ "group": "uploadObject",
372
+ "binding": {
373
+ "name": "action.action_document_inline_fileName",
374
+ "type": "zeebe:input"
375
+ },
376
+ "condition": {
377
+ "allMatch": [
378
+ {
379
+ "property": "action_document_documentSource",
380
+ "equals": "inline",
381
+ "type": "simple"
382
+ },
383
+ {
384
+ "property": "actionDiscriminator",
385
+ "equals": "uploadObject",
386
+ "type": "simple"
387
+ }
388
+ ]
389
+ },
390
+ "type": "String"
391
+ },
392
+ {
393
+ "id": "action_document_inline_contentType",
394
+ "label": "Content type",
395
+ "feel": "optional",
396
+ "group": "uploadObject",
397
+ "binding": {
398
+ "name": "action.action_document_inline_contentType",
399
+ "type": "zeebe:input"
400
+ },
401
+ "condition": {
402
+ "allMatch": [
403
+ {
404
+ "property": "action_document_documentSource",
405
+ "equals": "inline",
406
+ "type": "simple"
407
+ },
408
+ {
409
+ "property": "actionDiscriminator",
410
+ "equals": "uploadObject",
411
+ "type": "simple"
412
+ }
413
+ ]
414
+ },
415
+ "type": "String"
416
+ },
417
+ {
418
+ "id": "action_document_external_url",
419
+ "label": "URL",
420
+ "constraints": {
421
+ "notEmpty": true
422
+ },
423
+ "feel": "optional",
424
+ "group": "uploadObject",
425
+ "binding": {
426
+ "name": "action.action_document_external_url",
427
+ "type": "zeebe:input"
428
+ },
429
+ "condition": {
430
+ "allMatch": [
431
+ {
432
+ "property": "action_document_documentSource",
433
+ "equals": "external",
434
+ "type": "simple"
435
+ },
436
+ {
437
+ "property": "actionDiscriminator",
438
+ "equals": "uploadObject",
439
+ "type": "simple"
440
+ }
441
+ ]
442
+ },
443
+ "type": "String"
444
+ },
445
+ {
446
+ "id": "action_document_external_fileName",
447
+ "label": "File name",
448
+ "feel": "optional",
449
+ "group": "uploadObject",
450
+ "binding": {
451
+ "name": "action.action_document_external_fileName",
452
+ "type": "zeebe:input"
453
+ },
454
+ "condition": {
455
+ "allMatch": [
456
+ {
457
+ "property": "action_document_documentSource",
458
+ "equals": "external",
459
+ "type": "simple"
460
+ },
461
+ {
462
+ "property": "actionDiscriminator",
463
+ "equals": "uploadObject",
464
+ "type": "simple"
465
+ }
466
+ ]
467
+ },
468
+ "type": "String"
469
+ },
470
+ {
471
+ "id": "uploadActionDocument",
472
+ "value": "=if action_document_documentSource = \"camunda\" then action_document_camundaReference else if action_document_documentSource = \"inline\" then { \"camunda.document.type\": \"inline\", content: action_document_inline_content, name: action_document_inline_fileName, contentType: action_document_inline_contentType } else if action_document_documentSource = \"external\" then { \"camunda.document.type\": \"external\", url: action_document_external_url, name: action_document_external_fileName } else null",
473
+ "group": "uploadObject",
277
474
  "binding": {
278
475
  "name": "action.document",
279
476
  "type": "zeebe:input"
@@ -283,8 +480,7 @@
283
480
  "equals": "uploadObject",
284
481
  "type": "simple"
285
482
  },
286
- "tooltip": "Document to be uploaded on AWS S3",
287
- "type": "String"
483
+ "type": "Hidden"
288
484
  },
289
485
  {
290
486
  "id": "downloadActionBucket",
@@ -347,10 +543,34 @@
347
543
  "tooltip": "If set to true, a document reference will be created. If set to false, the content will be extracted and provided inside the response.",
348
544
  "type": "Boolean"
349
545
  },
546
+ {
547
+ "id": "version",
548
+ "label": "Version",
549
+ "description": "Version of the element template",
550
+ "value": "3",
551
+ "group": "connector",
552
+ "binding": {
553
+ "key": "elementTemplateVersion",
554
+ "type": "zeebe:taskHeader"
555
+ },
556
+ "type": "Hidden"
557
+ },
558
+ {
559
+ "id": "id",
560
+ "label": "ID",
561
+ "description": "ID of the element template",
562
+ "value": "io.camunda.connectors.aws.s3.v1",
563
+ "group": "connector",
564
+ "binding": {
565
+ "key": "elementTemplateId",
566
+ "type": "zeebe:taskHeader"
567
+ },
568
+ "type": "Hidden"
569
+ },
350
570
  {
351
571
  "id": "resultVariable",
352
572
  "label": "Result variable",
353
- "description": "Name of variable to store the response in",
573
+ "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>.",
354
574
  "group": "output",
355
575
  "binding": {
356
576
  "key": "resultVariable",
@@ -361,7 +581,7 @@
361
581
  {
362
582
  "id": "resultExpression",
363
583
  "label": "Result expression",
364
- "description": "Expression to map the response into process variables",
584
+ "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>.",
365
585
  "feel": "required",
366
586
  "group": "output",
367
587
  "binding": {
@@ -417,9 +637,17 @@
417
637
  "name": "AWS S3 Outbound Connector",
418
638
  "id": "io.camunda.connectors.aws.s3.v1",
419
639
  "description": "Execute S3 requests",
420
- "metadata": {
421
- "keywords": []
422
- },
640
+ "keywords": [
641
+ "upload file",
642
+ "download file",
643
+ "delete file",
644
+ "upload object",
645
+ "download object",
646
+ "delete object",
647
+ "object storage",
648
+ "bucket",
649
+ "file storage"
650
+ ],
423
651
  "documentationRef": "https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/amazon-s3/",
424
652
  "version": 2,
425
653
  "category": {
@@ -788,6 +1016,419 @@
788
1016
  },
789
1017
  "type": "Hidden"
790
1018
  },
1019
+ {
1020
+ "id": "resultVariable",
1021
+ "label": "Result variable",
1022
+ "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>.",
1023
+ "group": "output",
1024
+ "binding": {
1025
+ "key": "resultVariable",
1026
+ "type": "zeebe:taskHeader"
1027
+ },
1028
+ "type": "String"
1029
+ },
1030
+ {
1031
+ "id": "resultExpression",
1032
+ "label": "Result expression",
1033
+ "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>.",
1034
+ "feel": "required",
1035
+ "group": "output",
1036
+ "binding": {
1037
+ "key": "resultExpression",
1038
+ "type": "zeebe:taskHeader"
1039
+ },
1040
+ "type": "Text"
1041
+ },
1042
+ {
1043
+ "id": "errorExpression",
1044
+ "label": "Error expression",
1045
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1046
+ "feel": "required",
1047
+ "group": "error",
1048
+ "binding": {
1049
+ "key": "errorExpression",
1050
+ "type": "zeebe:taskHeader"
1051
+ },
1052
+ "type": "Text"
1053
+ },
1054
+ {
1055
+ "id": "retryCount",
1056
+ "label": "Retries",
1057
+ "description": "Number of retries",
1058
+ "value": "3",
1059
+ "feel": "optional",
1060
+ "group": "retries",
1061
+ "binding": {
1062
+ "property": "retries",
1063
+ "type": "zeebe:taskDefinition"
1064
+ },
1065
+ "type": "String"
1066
+ },
1067
+ {
1068
+ "id": "retryBackoff",
1069
+ "label": "Retry backoff",
1070
+ "description": "ISO-8601 duration to wait between retries",
1071
+ "value": "PT0S",
1072
+ "group": "retries",
1073
+ "binding": {
1074
+ "key": "retryBackoff",
1075
+ "type": "zeebe:taskHeader"
1076
+ },
1077
+ "type": "String"
1078
+ }
1079
+ ],
1080
+ "icon": {
1081
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy4xMjUgMy4wOTM4MUwxMC41MzEyIDguMDMxMzFMMTMuMTI1IDEyLjk2ODhMMTQuMTg3NSAxMi4zNzUxVjMuNjg3NTZMMTMuMTI1IDMuMDkzODFaIiBmaWxsPSIjRTI1NDQ0Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTMuMTI1IDMuMDkzODFMNy45Mzc1IDMuNjg3NTZMNS4yOTY4OCA4LjAzMTMxTDcuOTM3NSAxMi4zNzUxTDEzLjEyNSAxMi45Njg4VjMuMDkzODFaIiBmaWxsPSIjN0IxRDEzIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMi42NTYyNSAzLjA5MzgxTDEuODEyNSAzLjQ2ODgxVjEyLjU5MzhMMi42NTYyNSAxMi45Njg4TDcuOTM3NSA4LjAzMTMxTDIuNjU2MjUgMy4wOTM4MVoiIGZpbGw9IiM1ODE1MEQiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yLjY0NDUzIDMuMDgzMzFMNy45NDQxMyA0LjU1NTUzVjExLjYzODhMMi42NDQ1MyAxMi45NzIyVjMuMDgzMzFaIiBmaWxsPSIjRTI1NDQ0Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNy45NDc1MiA1LjMzMzVMNS42OTcyNyA0Ljk3MjM3TDcuOTQ3NTIgMi40MTY4MUwxMC4xOTIyIDQuOTcyMzdMNy45NDc1MiA1LjMzMzVaIiBmaWxsPSIjNTgxNTBEIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTAuMTkyMiA0Ljk3MjM3TDcuOTQ0NzMgNS4zMzkwM0w1LjY5NzI3IDQuOTcyMzdWMi40MTY4MSIgZmlsbD0iIzU4MTUwRCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTcuOTQ3NTIgMTAuNjk0NEw1LjY5NzI3IDExLjExMTFMNy45NDc1MiAxMy4zMDU1TDEwLjE5MjIgMTEuMTExMUw3Ljk0NzUyIDEwLjY5NDRaIiBmaWxsPSIjNTgxNTBEIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNy45Mzc1IDAuNTAwMDYxTDUuNjg3NSAxLjY4NzU2VjQuOTY4ODFMNy45NDQ1IDQuMzMzNDFMNy45Mzc1IDAuNTAwMDYxWiIgZmlsbD0iIzdCMUQxMyIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTcuOTQ0NzMgNi4xMzg5OEw1LjY5NzI3IDYuMzgzNDVWOS42NTk2M0w3Ljk0NDczIDkuOTE2NzZWNi4xMzg5OFoiIGZpbGw9IiM3QjFEMTMiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03Ljk0NDczIDExLjY2NjZMNS42OTcyNyAxMS4xMDMxVjE0LjMyMzhMNy45NDQ3MyAxNS41VjExLjY2NjZaIiBmaWxsPSIjN0IxRDEzIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTAuMTkxOCAxMS4xMDMxTDcuOTQ0MzQgMTEuNjY2OFYxNS41TDEwLjE5MTggMTQuMzIzOFYxMS4xMDMxWiIgZmlsbD0iI0UyNTQ0NCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTcuOTQ0MzQgNi4xMzg5OEwxMC4xOTE4IDYuMzgzNDVWOS42NTk2M0w3Ljk0NDM0IDkuOTE2NzZWNi4xMzg5OFoiIGZpbGw9IiNFMjU0NDQiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjkzNzUgMC41MDAwNjFMMTAuMTg3NSAxLjY4NzU2VjQuOTY4ODFMNy45Mzc1IDQuMzQzODFWMC41MDAwNjFaIiBmaWxsPSIjRTI1NDQ0Ii8+Cjwvc3ZnPgo="
1082
+ }
1083
+ },
1084
+ {
1085
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1086
+ "name": "AWS S3 Outbound Connector",
1087
+ "id": "io.camunda.connectors.aws.s3.v1",
1088
+ "description": "Execute S3 requests",
1089
+ "metadata": {
1090
+ "keywords": []
1091
+ },
1092
+ "documentationRef": "https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/amazon-s3/",
1093
+ "version": 1,
1094
+ "category": {
1095
+ "id": "connectors",
1096
+ "name": "Connectors"
1097
+ },
1098
+ "appliesTo": ["bpmn:Task"],
1099
+ "elementType": {
1100
+ "value": "bpmn:ServiceTask"
1101
+ },
1102
+ "engines": {
1103
+ "camunda": "^8.7"
1104
+ },
1105
+ "groups": [
1106
+ {
1107
+ "id": "authentication",
1108
+ "label": "Authentication"
1109
+ },
1110
+ {
1111
+ "id": "configuration",
1112
+ "label": "Configuration"
1113
+ },
1114
+ {
1115
+ "id": "action",
1116
+ "label": "Action"
1117
+ },
1118
+ {
1119
+ "id": "deleteObject",
1120
+ "label": "Delete an object"
1121
+ },
1122
+ {
1123
+ "id": "uploadObject",
1124
+ "label": "Upload an object"
1125
+ },
1126
+ {
1127
+ "id": "downloadObject",
1128
+ "label": "Download an object"
1129
+ },
1130
+ {
1131
+ "id": "output",
1132
+ "label": "Output mapping"
1133
+ },
1134
+ {
1135
+ "id": "error",
1136
+ "label": "Error handling"
1137
+ },
1138
+ {
1139
+ "id": "retries",
1140
+ "label": "Retries"
1141
+ }
1142
+ ],
1143
+ "properties": [
1144
+ {
1145
+ "value": "io.camunda:aws-s3:1",
1146
+ "binding": {
1147
+ "property": "type",
1148
+ "type": "zeebe:taskDefinition"
1149
+ },
1150
+ "type": "Hidden"
1151
+ },
1152
+ {
1153
+ "id": "authentication.type",
1154
+ "label": "Authentication",
1155
+ "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>",
1156
+ "value": "credentials",
1157
+ "group": "authentication",
1158
+ "binding": {
1159
+ "name": "authentication.type",
1160
+ "type": "zeebe:input"
1161
+ },
1162
+ "type": "Dropdown",
1163
+ "choices": [
1164
+ {
1165
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
1166
+ "value": "defaultCredentialsChain"
1167
+ },
1168
+ {
1169
+ "name": "Credentials",
1170
+ "value": "credentials"
1171
+ }
1172
+ ]
1173
+ },
1174
+ {
1175
+ "id": "authentication.accessKey",
1176
+ "label": "Access key",
1177
+ "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
1178
+ "optional": false,
1179
+ "constraints": {
1180
+ "notEmpty": true
1181
+ },
1182
+ "feel": "optional",
1183
+ "group": "authentication",
1184
+ "binding": {
1185
+ "name": "authentication.accessKey",
1186
+ "type": "zeebe:input"
1187
+ },
1188
+ "condition": {
1189
+ "property": "authentication.type",
1190
+ "equals": "credentials",
1191
+ "type": "simple"
1192
+ },
1193
+ "type": "String"
1194
+ },
1195
+ {
1196
+ "id": "authentication.secretKey",
1197
+ "label": "Secret key",
1198
+ "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
1199
+ "optional": false,
1200
+ "constraints": {
1201
+ "notEmpty": true
1202
+ },
1203
+ "feel": "optional",
1204
+ "group": "authentication",
1205
+ "binding": {
1206
+ "name": "authentication.secretKey",
1207
+ "type": "zeebe:input"
1208
+ },
1209
+ "condition": {
1210
+ "property": "authentication.type",
1211
+ "equals": "credentials",
1212
+ "type": "simple"
1213
+ },
1214
+ "type": "String"
1215
+ },
1216
+ {
1217
+ "id": "configuration.region",
1218
+ "label": "Region",
1219
+ "description": "Specify the AWS region",
1220
+ "optional": false,
1221
+ "constraints": {
1222
+ "notEmpty": true
1223
+ },
1224
+ "feel": "optional",
1225
+ "group": "configuration",
1226
+ "binding": {
1227
+ "name": "configuration.region",
1228
+ "type": "zeebe:input"
1229
+ },
1230
+ "type": "String"
1231
+ },
1232
+ {
1233
+ "id": "configuration.endpoint",
1234
+ "label": "Endpoint",
1235
+ "description": "Specify endpoint if need to use custom endpoint",
1236
+ "optional": true,
1237
+ "group": "configuration",
1238
+ "binding": {
1239
+ "name": "configuration.endpoint",
1240
+ "type": "zeebe:input"
1241
+ },
1242
+ "type": "Hidden"
1243
+ },
1244
+ {
1245
+ "id": "actionDiscriminator",
1246
+ "label": "Action",
1247
+ "value": "uploadObject",
1248
+ "group": "action",
1249
+ "binding": {
1250
+ "name": "actionDiscriminator",
1251
+ "type": "zeebe:input"
1252
+ },
1253
+ "type": "Dropdown",
1254
+ "choices": [
1255
+ {
1256
+ "name": "Delete object",
1257
+ "value": "deleteObject"
1258
+ },
1259
+ {
1260
+ "name": "Download object",
1261
+ "value": "downloadObject"
1262
+ },
1263
+ {
1264
+ "name": "Upload object",
1265
+ "value": "uploadObject"
1266
+ }
1267
+ ]
1268
+ },
1269
+ {
1270
+ "id": "deleteActionBucket",
1271
+ "label": "AWS bucket",
1272
+ "optional": false,
1273
+ "constraints": {
1274
+ "notEmpty": true
1275
+ },
1276
+ "feel": "optional",
1277
+ "group": "deleteObject",
1278
+ "binding": {
1279
+ "name": "action.bucket",
1280
+ "type": "zeebe:input"
1281
+ },
1282
+ "condition": {
1283
+ "property": "actionDiscriminator",
1284
+ "equals": "deleteObject",
1285
+ "type": "simple"
1286
+ },
1287
+ "tooltip": "Bucket from where an object should be deleted",
1288
+ "type": "String"
1289
+ },
1290
+ {
1291
+ "id": "deleteActionKey",
1292
+ "label": "AWS key",
1293
+ "optional": false,
1294
+ "constraints": {
1295
+ "notEmpty": true
1296
+ },
1297
+ "feel": "optional",
1298
+ "group": "deleteObject",
1299
+ "binding": {
1300
+ "name": "action.key",
1301
+ "type": "zeebe:input"
1302
+ },
1303
+ "condition": {
1304
+ "property": "actionDiscriminator",
1305
+ "equals": "deleteObject",
1306
+ "type": "simple"
1307
+ },
1308
+ "tooltip": "Key of the object which should be deleted",
1309
+ "type": "String"
1310
+ },
1311
+ {
1312
+ "id": "uploadActionBucket",
1313
+ "label": "AWS bucket",
1314
+ "optional": false,
1315
+ "constraints": {
1316
+ "notEmpty": true
1317
+ },
1318
+ "feel": "optional",
1319
+ "group": "uploadObject",
1320
+ "binding": {
1321
+ "name": "action.bucket",
1322
+ "type": "zeebe:input"
1323
+ },
1324
+ "condition": {
1325
+ "property": "actionDiscriminator",
1326
+ "equals": "uploadObject",
1327
+ "type": "simple"
1328
+ },
1329
+ "tooltip": "Bucket from where an object should be uploaded",
1330
+ "type": "String"
1331
+ },
1332
+ {
1333
+ "id": "uploadActionKey",
1334
+ "label": "AWS key",
1335
+ "optional": true,
1336
+ "feel": "optional",
1337
+ "group": "uploadObject",
1338
+ "binding": {
1339
+ "name": "action.key",
1340
+ "type": "zeebe:input"
1341
+ },
1342
+ "condition": {
1343
+ "property": "actionDiscriminator",
1344
+ "equals": "uploadObject",
1345
+ "type": "simple"
1346
+ },
1347
+ "tooltip": "Key of the uploaded object, if not given. The file name from the document metadata will be used",
1348
+ "type": "String"
1349
+ },
1350
+ {
1351
+ "id": "uploadActionDocument",
1352
+ "label": "Document",
1353
+ "optional": false,
1354
+ "constraints": {
1355
+ "notEmpty": true
1356
+ },
1357
+ "feel": "required",
1358
+ "group": "uploadObject",
1359
+ "binding": {
1360
+ "name": "action.document",
1361
+ "type": "zeebe:input"
1362
+ },
1363
+ "condition": {
1364
+ "property": "actionDiscriminator",
1365
+ "equals": "uploadObject",
1366
+ "type": "simple"
1367
+ },
1368
+ "tooltip": "Document to be uploaded on AWS S3",
1369
+ "type": "String"
1370
+ },
1371
+ {
1372
+ "id": "downloadActionBucket",
1373
+ "label": "AWS bucket",
1374
+ "optional": false,
1375
+ "constraints": {
1376
+ "notEmpty": true
1377
+ },
1378
+ "feel": "optional",
1379
+ "group": "downloadObject",
1380
+ "binding": {
1381
+ "name": "action.bucket",
1382
+ "type": "zeebe:input"
1383
+ },
1384
+ "condition": {
1385
+ "property": "actionDiscriminator",
1386
+ "equals": "downloadObject",
1387
+ "type": "simple"
1388
+ },
1389
+ "tooltip": "Bucket from where an object should be downloaded",
1390
+ "type": "String"
1391
+ },
1392
+ {
1393
+ "id": "downloadActionKey",
1394
+ "label": "AWS key",
1395
+ "optional": false,
1396
+ "constraints": {
1397
+ "notEmpty": true
1398
+ },
1399
+ "feel": "optional",
1400
+ "group": "downloadObject",
1401
+ "binding": {
1402
+ "name": "action.key",
1403
+ "type": "zeebe:input"
1404
+ },
1405
+ "condition": {
1406
+ "property": "actionDiscriminator",
1407
+ "equals": "downloadObject",
1408
+ "type": "simple"
1409
+ },
1410
+ "tooltip": "Key of the object which should be download",
1411
+ "type": "String"
1412
+ },
1413
+ {
1414
+ "id": "downloadActionAsFile",
1415
+ "label": "Create document",
1416
+ "optional": false,
1417
+ "value": true,
1418
+ "feel": "static",
1419
+ "group": "downloadObject",
1420
+ "binding": {
1421
+ "name": "action.asFile",
1422
+ "type": "zeebe:input"
1423
+ },
1424
+ "condition": {
1425
+ "property": "actionDiscriminator",
1426
+ "equals": "downloadObject",
1427
+ "type": "simple"
1428
+ },
1429
+ "tooltip": "If set to true, a document reference will be created. If set to false, the content will be extracted and provided inside the response.",
1430
+ "type": "Boolean"
1431
+ },
791
1432
  {
792
1433
  "id": "resultVariable",
793
1434
  "label": "Result variable",