@camunda/connectors-element-templates 1.0.16 → 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 (124) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -0
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +3 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +9 -8
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +9 -8
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +9 -8
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +9 -8
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +36 -39
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3769 -28
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +6979 -3299
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +469 -471
  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 +484 -486
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1756 -1752
  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 +788 -51
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1412 -1412
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +376 -11
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +408 -9
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +322 -5
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +316 -311
  29. package/src/element-templates/aws-lambda-outbound-connector.json +305 -301
  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 +422 -415
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +330 -323
  34. package/src/element-templates/aws-sns-inbound-message-start.json +348 -341
  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 +593 -589
  38. package/src/element-templates/aws-sqs-boundary-connector.json +642 -638
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +588 -584
  40. package/src/element-templates/aws-sqs-outbound-connector.json +748 -746
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +408 -400
  43. package/src/element-templates/aws-sqs-start-message.json +465 -461
  44. package/src/element-templates/aws-textract-outbound-connector.json +298 -294
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1329 -4
  47. package/src/element-templates/blue-prism-connector.json +598 -53
  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 +1017 -49
  51. package/src/element-templates/email-inbound-connector-boundary.json +32 -24
  52. package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +45 -37
  55. package/src/element-templates/email-outbound-connector.json +2129 -256
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12447 -5385
  58. package/src/element-templates/github-webhook-connector-boundary.json +11 -13
  59. package/src/element-templates/github-webhook-connector-intermediate.json +55 -57
  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 +62 -64
  63. package/src/element-templates/gitlab-connector.json +2974 -1342
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +882 -262
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1048 -19
  68. package/src/element-templates/google-sheets-outbound-connector.json +2961 -1967
  69. package/src/element-templates/graphql-outbound-connector.json +1780 -1193
  70. package/src/element-templates/http-json-connector.json +2832 -2168
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +953 -277
  72. package/src/element-templates/http-polling-connector.json +1642 -966
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +432 -5
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +21 -12
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +581 -572
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +150 -141
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +436 -430
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +165 -13
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +165 -13
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +178 -26
  85. package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +5616 -1607
  87. package/src/element-templates/openai-connector.json +608 -145
  88. package/src/element-templates/operate-connector.json +1218 -66
  89. package/src/element-templates/power-automate-connector.json +602 -10
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +799 -790
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +914 -905
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +477 -468
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +754 -745
  95. package/src/element-templates/rabbitmq-outbound-connector.json +875 -869
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +583 -39
  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 +1406 -798
  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 +639 -341
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +678 -348
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +332 -327
  110. package/src/element-templates/slack-outbound-connector.json +3313 -919
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1521 -41
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +35 -26
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +38 -29
  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 +1986 -1331
  120. package/src/element-templates/webhook-connector-intermediate.json +2193 -1538
  121. package/src/element-templates/webhook-connector-receive.json +654 -0
  122. package/src/element-templates/webhook-connector-start-event.json +1261 -700
  123. package/src/element-templates/webhook-connector-start-message.json +1754 -1067
  124. package/src/element-templates/whatsapp-connector.json +339 -5
@@ -4,16 +4,20 @@
4
4
  "name": "AWS Bedrock Outbound Connector",
5
5
  "id": "io.camunda.connectors.aws.bedrock.v1",
6
6
  "description": "Invoke models and converse using AWS Bedrock.",
7
- "metadata": {
8
- "keywords": [
9
- "invoke model",
10
- "run inference",
11
- "invokemodel API",
12
- "converse API"
13
- ]
14
- },
7
+ "keywords": [
8
+ "invoke model",
9
+ "run inference",
10
+ "invokemodel API",
11
+ "converse API",
12
+ "converse",
13
+ "AI",
14
+ "LLM",
15
+ "machine learning",
16
+ "language model",
17
+ "generative AI"
18
+ ],
15
19
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-bedrock/",
16
- "version": 2,
20
+ "version": 4,
17
21
  "category": {
18
22
  "id": "connectors",
19
23
  "name": "Connectors"
@@ -23,7 +27,7 @@
23
27
  "value": "bpmn:ServiceTask"
24
28
  },
25
29
  "engines": {
26
- "camunda": "^8.6"
30
+ "camunda": "^8.10"
27
31
  },
28
32
  "groups": [
29
33
  {
@@ -46,6 +50,10 @@
46
50
  "id": "converse",
47
51
  "label": "Converse"
48
52
  },
53
+ {
54
+ "id": "connector",
55
+ "label": "Connector"
56
+ },
49
57
  {
50
58
  "id": "output",
51
59
  "label": "Output mapping"
@@ -335,11 +343,295 @@
335
343
  "type": "Number"
336
344
  },
337
345
  {
338
- "id": "data.newDocuments",
339
- "label": "documents",
340
- "optional": true,
346
+ "id": "data_newDocuments_documentMode",
347
+ "label": "Number of documents",
348
+ "value": "none",
349
+ "group": "converse",
350
+ "binding": {
351
+ "name": "data.data_newDocuments_documentMode",
352
+ "type": "zeebe:input"
353
+ },
354
+ "condition": {
355
+ "property": "action",
356
+ "equals": "converse",
357
+ "type": "simple"
358
+ },
359
+ "type": "Dropdown",
360
+ "choices": [
361
+ {
362
+ "name": "None",
363
+ "value": "none"
364
+ },
365
+ {
366
+ "name": "Single document",
367
+ "value": "single"
368
+ },
369
+ {
370
+ "name": "Multiple documents",
371
+ "value": "multiple"
372
+ }
373
+ ]
374
+ },
375
+ {
376
+ "id": "data_newDocuments_single_documentSource",
377
+ "label": "Document source",
378
+ "value": "camunda",
379
+ "group": "converse",
380
+ "binding": {
381
+ "name": "data.data_newDocuments_single_documentSource",
382
+ "type": "zeebe:input"
383
+ },
384
+ "condition": {
385
+ "allMatch": [
386
+ {
387
+ "property": "data_newDocuments_documentMode",
388
+ "equals": "single",
389
+ "type": "simple"
390
+ },
391
+ {
392
+ "property": "action",
393
+ "equals": "converse",
394
+ "type": "simple"
395
+ }
396
+ ]
397
+ },
398
+ "type": "Dropdown",
399
+ "choices": [
400
+ {
401
+ "name": "Camunda Document",
402
+ "value": "camunda"
403
+ },
404
+ {
405
+ "name": "Inline Content",
406
+ "value": "inline"
407
+ },
408
+ {
409
+ "name": "From URL",
410
+ "value": "external"
411
+ }
412
+ ]
413
+ },
414
+ {
415
+ "id": "data_newDocuments_single_camundaReference",
416
+ "label": "Camunda document",
417
+ "constraints": {
418
+ "notEmpty": true
419
+ },
420
+ "feel": "required",
421
+ "group": "converse",
422
+ "binding": {
423
+ "name": "data.data_newDocuments_single_camundaReference",
424
+ "type": "zeebe:input"
425
+ },
426
+ "condition": {
427
+ "allMatch": [
428
+ {
429
+ "property": "data_newDocuments_documentMode",
430
+ "equals": "single",
431
+ "type": "simple"
432
+ },
433
+ {
434
+ "property": "data_newDocuments_single_documentSource",
435
+ "equals": "camunda",
436
+ "type": "simple"
437
+ },
438
+ {
439
+ "property": "action",
440
+ "equals": "converse",
441
+ "type": "simple"
442
+ }
443
+ ]
444
+ },
445
+ "type": "String"
446
+ },
447
+ {
448
+ "id": "data_newDocuments_single_inline_content",
449
+ "label": "Content",
450
+ "constraints": {
451
+ "notEmpty": true
452
+ },
453
+ "feel": "optional",
454
+ "group": "converse",
455
+ "binding": {
456
+ "name": "data.data_newDocuments_single_inline_content",
457
+ "type": "zeebe:input"
458
+ },
459
+ "condition": {
460
+ "allMatch": [
461
+ {
462
+ "property": "data_newDocuments_documentMode",
463
+ "equals": "single",
464
+ "type": "simple"
465
+ },
466
+ {
467
+ "property": "data_newDocuments_single_documentSource",
468
+ "equals": "inline",
469
+ "type": "simple"
470
+ },
471
+ {
472
+ "property": "action",
473
+ "equals": "converse",
474
+ "type": "simple"
475
+ }
476
+ ]
477
+ },
478
+ "type": "String"
479
+ },
480
+ {
481
+ "id": "data_newDocuments_single_inline_fileName",
482
+ "label": "File name",
483
+ "feel": "optional",
484
+ "group": "converse",
485
+ "binding": {
486
+ "name": "data.data_newDocuments_single_inline_fileName",
487
+ "type": "zeebe:input"
488
+ },
489
+ "condition": {
490
+ "allMatch": [
491
+ {
492
+ "property": "data_newDocuments_documentMode",
493
+ "equals": "single",
494
+ "type": "simple"
495
+ },
496
+ {
497
+ "property": "data_newDocuments_single_documentSource",
498
+ "equals": "inline",
499
+ "type": "simple"
500
+ },
501
+ {
502
+ "property": "action",
503
+ "equals": "converse",
504
+ "type": "simple"
505
+ }
506
+ ]
507
+ },
508
+ "type": "String"
509
+ },
510
+ {
511
+ "id": "data_newDocuments_single_inline_contentType",
512
+ "label": "Content type",
513
+ "feel": "optional",
514
+ "group": "converse",
515
+ "binding": {
516
+ "name": "data.data_newDocuments_single_inline_contentType",
517
+ "type": "zeebe:input"
518
+ },
519
+ "condition": {
520
+ "allMatch": [
521
+ {
522
+ "property": "data_newDocuments_documentMode",
523
+ "equals": "single",
524
+ "type": "simple"
525
+ },
526
+ {
527
+ "property": "data_newDocuments_single_documentSource",
528
+ "equals": "inline",
529
+ "type": "simple"
530
+ },
531
+ {
532
+ "property": "action",
533
+ "equals": "converse",
534
+ "type": "simple"
535
+ }
536
+ ]
537
+ },
538
+ "type": "String"
539
+ },
540
+ {
541
+ "id": "data_newDocuments_single_external_url",
542
+ "label": "URL",
543
+ "constraints": {
544
+ "notEmpty": true
545
+ },
546
+ "feel": "optional",
547
+ "group": "converse",
548
+ "binding": {
549
+ "name": "data.data_newDocuments_single_external_url",
550
+ "type": "zeebe:input"
551
+ },
552
+ "condition": {
553
+ "allMatch": [
554
+ {
555
+ "property": "data_newDocuments_documentMode",
556
+ "equals": "single",
557
+ "type": "simple"
558
+ },
559
+ {
560
+ "property": "data_newDocuments_single_documentSource",
561
+ "equals": "external",
562
+ "type": "simple"
563
+ },
564
+ {
565
+ "property": "action",
566
+ "equals": "converse",
567
+ "type": "simple"
568
+ }
569
+ ]
570
+ },
571
+ "type": "String"
572
+ },
573
+ {
574
+ "id": "data_newDocuments_single_external_fileName",
575
+ "label": "File name",
576
+ "feel": "optional",
577
+ "group": "converse",
578
+ "binding": {
579
+ "name": "data.data_newDocuments_single_external_fileName",
580
+ "type": "zeebe:input"
581
+ },
582
+ "condition": {
583
+ "allMatch": [
584
+ {
585
+ "property": "data_newDocuments_documentMode",
586
+ "equals": "single",
587
+ "type": "simple"
588
+ },
589
+ {
590
+ "property": "data_newDocuments_single_documentSource",
591
+ "equals": "external",
592
+ "type": "simple"
593
+ },
594
+ {
595
+ "property": "action",
596
+ "equals": "converse",
597
+ "type": "simple"
598
+ }
599
+ ]
600
+ },
601
+ "type": "String"
602
+ },
603
+ {
604
+ "id": "data_newDocuments_multiple_expression",
605
+ "label": "Documents",
606
+ "constraints": {
607
+ "notEmpty": true
608
+ },
341
609
  "feel": "required",
342
610
  "group": "converse",
611
+ "binding": {
612
+ "name": "data.data_newDocuments_multiple_expression",
613
+ "type": "zeebe:input"
614
+ },
615
+ "condition": {
616
+ "allMatch": [
617
+ {
618
+ "property": "data_newDocuments_documentMode",
619
+ "equals": "multiple",
620
+ "type": "simple"
621
+ },
622
+ {
623
+ "property": "action",
624
+ "equals": "converse",
625
+ "type": "simple"
626
+ }
627
+ ]
628
+ },
629
+ "type": "String"
630
+ },
631
+ {
632
+ "id": "data.newDocuments",
633
+ "value": "=if data_newDocuments_documentMode = \"multiple\" then data_newDocuments_multiple_expression else if data_newDocuments_documentMode = \"single\" then (if data_newDocuments_single_documentSource = \"camunda\" then [data_newDocuments_single_camundaReference] else if data_newDocuments_single_documentSource = \"inline\" then [{ \"camunda.document.type\": \"inline\", content: data_newDocuments_single_inline_content, name: data_newDocuments_single_inline_fileName, contentType: data_newDocuments_single_inline_contentType }] else if data_newDocuments_single_documentSource = \"external\" then [{ \"camunda.document.type\": \"external\", url: data_newDocuments_single_external_url, name: data_newDocuments_single_external_fileName }] else null) else null",
634
+ "group": "converse",
343
635
  "binding": {
344
636
  "name": "data.newDocuments",
345
637
  "type": "zeebe:input"
@@ -349,12 +641,36 @@
349
641
  "equals": "converse",
350
642
  "type": "simple"
351
643
  },
352
- "type": "String"
644
+ "type": "Hidden"
645
+ },
646
+ {
647
+ "id": "version",
648
+ "label": "Version",
649
+ "description": "Version of the element template",
650
+ "value": "4",
651
+ "group": "connector",
652
+ "binding": {
653
+ "key": "elementTemplateVersion",
654
+ "type": "zeebe:taskHeader"
655
+ },
656
+ "type": "Hidden"
657
+ },
658
+ {
659
+ "id": "id",
660
+ "label": "ID",
661
+ "description": "ID of the element template",
662
+ "value": "io.camunda.connectors.aws.bedrock.v1",
663
+ "group": "connector",
664
+ "binding": {
665
+ "key": "elementTemplateId",
666
+ "type": "zeebe:taskHeader"
667
+ },
668
+ "type": "Hidden"
353
669
  },
354
670
  {
355
671
  "id": "resultVariable",
356
672
  "label": "Result variable",
357
- "description": "Name of variable to store the response in",
673
+ "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>.",
358
674
  "group": "output",
359
675
  "binding": {
360
676
  "key": "resultVariable",
@@ -365,7 +681,7 @@
365
681
  {
366
682
  "id": "resultExpression",
367
683
  "label": "Result expression",
368
- "description": "Expression to map the response into process variables",
684
+ "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>.",
369
685
  "feel": "required",
370
686
  "group": "output",
371
687
  "binding": {
@@ -418,11 +734,19 @@
418
734
  },
419
735
  {
420
736
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
421
- "name": "AWS BedRock Outbound Connector",
737
+ "name": "AWS Bedrock Outbound Connector",
422
738
  "id": "io.camunda.connectors.aws.bedrock.v1",
423
- "description": "Execute bedrock requests",
424
- "documentationRef": "https://docs.camunda.io/docs/",
425
- "version": 1,
739
+ "description": "Invoke models and converse using AWS Bedrock.",
740
+ "metadata": {
741
+ "keywords": [
742
+ "invoke model",
743
+ "run inference",
744
+ "invokemodel API",
745
+ "converse API"
746
+ ]
747
+ },
748
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-bedrock/",
749
+ "version": 2,
426
750
  "category": {
427
751
  "id": "connectors",
428
752
  "name": "Connectors"
@@ -632,6 +956,24 @@
632
956
  },
633
957
  "type": "String"
634
958
  },
959
+ {
960
+ "id": "data.messagesHistory",
961
+ "label": "Message History",
962
+ "description": "Specify the message history, when previous context is needed",
963
+ "optional": true,
964
+ "feel": "required",
965
+ "group": "converse",
966
+ "binding": {
967
+ "name": "data.messagesHistory",
968
+ "type": "zeebe:input"
969
+ },
970
+ "condition": {
971
+ "property": "action",
972
+ "equals": "converse",
973
+ "type": "simple"
974
+ },
975
+ "type": "String"
976
+ },
635
977
  {
636
978
  "id": "data.modelId1",
637
979
  "label": "Model ID",
@@ -654,7 +996,7 @@
654
996
  "type": "String"
655
997
  },
656
998
  {
657
- "id": "data.nextMessage",
999
+ "id": "data.newMessage",
658
1000
  "label": "New Message",
659
1001
  "description": "Specify the next message",
660
1002
  "optional": false,
@@ -664,7 +1006,7 @@
664
1006
  "feel": "optional",
665
1007
  "group": "converse",
666
1008
  "binding": {
667
- "name": "data.nextMessage",
1009
+ "name": "data.newMessage",
668
1010
  "type": "zeebe:input"
669
1011
  },
670
1012
  "condition": {
@@ -675,14 +1017,13 @@
675
1017
  "type": "String"
676
1018
  },
677
1019
  {
678
- "id": "data.messages",
679
- "label": "Message History",
680
- "description": "Specify the message history, when previous context is needed",
1020
+ "id": "data.maxTokens",
1021
+ "label": "Max token returned",
681
1022
  "optional": true,
682
- "feel": "required",
1023
+ "feel": "optional",
683
1024
  "group": "converse",
684
1025
  "binding": {
685
- "name": "data.messages",
1026
+ "name": "data.maxTokens",
686
1027
  "type": "zeebe:input"
687
1028
  },
688
1029
  "condition": {
@@ -690,16 +1031,16 @@
690
1031
  "equals": "converse",
691
1032
  "type": "simple"
692
1033
  },
693
- "type": "String"
1034
+ "type": "Number"
694
1035
  },
695
1036
  {
696
- "id": "data.maxTokens",
697
- "label": "Max token returned",
1037
+ "id": "data.temperature",
1038
+ "label": "Temperature",
698
1039
  "optional": true,
699
1040
  "feel": "optional",
700
1041
  "group": "converse",
701
1042
  "binding": {
702
- "name": "data.maxTokens",
1043
+ "name": "data.temperature",
703
1044
  "type": "zeebe:input"
704
1045
  },
705
1046
  "condition": {
@@ -707,16 +1048,16 @@
707
1048
  "equals": "converse",
708
1049
  "type": "simple"
709
1050
  },
710
- "type": "String"
1051
+ "type": "Number"
711
1052
  },
712
1053
  {
713
- "id": "data.temperature",
714
- "label": "Temperature",
1054
+ "id": "data.topP",
1055
+ "label": "top P",
715
1056
  "optional": true,
716
1057
  "feel": "optional",
717
1058
  "group": "converse",
718
1059
  "binding": {
719
- "name": "data.temperature",
1060
+ "name": "data.topP",
720
1061
  "type": "zeebe:input"
721
1062
  },
722
1063
  "condition": {
@@ -724,16 +1065,16 @@
724
1065
  "equals": "converse",
725
1066
  "type": "simple"
726
1067
  },
727
- "type": "String"
1068
+ "type": "Number"
728
1069
  },
729
1070
  {
730
- "id": "data.topP",
731
- "label": "top P",
1071
+ "id": "data.newDocuments",
1072
+ "label": "documents",
732
1073
  "optional": true,
733
- "feel": "optional",
1074
+ "feel": "required",
734
1075
  "group": "converse",
735
1076
  "binding": {
736
- "name": "data.topP",
1077
+ "name": "data.newDocuments",
737
1078
  "type": "zeebe:input"
738
1079
  },
739
1080
  "condition": {
@@ -796,7 +1137,6 @@
796
1137
  "label": "Retry backoff",
797
1138
  "description": "ISO-8601 duration to wait between retries",
798
1139
  "value": "PT0S",
799
- "feel": "optional",
800
1140
  "group": "retries",
801
1141
  "binding": {
802
1142
  "key": "retryBackoff",
@@ -814,14 +1154,18 @@
814
1154
  "name": "AWS Bedrock Outbound Connector",
815
1155
  "id": "io.camunda.connectors.aws.bedrock.v1",
816
1156
  "description": "Invoke models and converse using AWS Bedrock.",
817
- "metadata": {
818
- "keywords": [
819
- "invoke model",
820
- "run inference",
821
- "invokemodel API",
822
- "converse API"
823
- ]
824
- },
1157
+ "keywords": [
1158
+ "invoke model",
1159
+ "run inference",
1160
+ "invokemodel API",
1161
+ "converse API",
1162
+ "converse",
1163
+ "AI",
1164
+ "LLM",
1165
+ "machine learning",
1166
+ "language model",
1167
+ "generative AI"
1168
+ ],
825
1169
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-bedrock/",
826
1170
  "version": 3,
827
1171
  "category": {
@@ -1192,7 +1536,7 @@
1192
1536
  {
1193
1537
  "id": "resultVariable",
1194
1538
  "label": "Result variable",
1195
- "description": "Name of variable to store the response in",
1539
+ "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>.",
1196
1540
  "group": "output",
1197
1541
  "binding": {
1198
1542
  "key": "resultVariable",
@@ -1203,7 +1547,7 @@
1203
1547
  {
1204
1548
  "id": "resultExpression",
1205
1549
  "label": "Result expression",
1206
- "description": "Expression to map the response into process variables",
1550
+ "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>.",
1207
1551
  "feel": "required",
1208
1552
  "group": "output",
1209
1553
  "binding": {
@@ -1253,5 +1597,398 @@
1253
1597
  "icon": {
1254
1598
  "contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iODBweCIgaGVpZ2h0PSI4MHB4IiB2aWV3Qm94PSIwIDAgODAgODAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BbWF6b24tQmVkcm9ja182NDwvdGl0bGU+CiAgICA8ZyBpZD0iSWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BbWF6b24tQmVkcm9ja182NCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikljb24tQXJjaGl0ZWN0dXJlLUJHLzY0L01hY2hpbmUtTGVhcm5pbmciIGZpbGw9IiM5OTY5ZjciPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIwIiB3aWR0aD0iODAiIGhlaWdodD0iODAiPjwvcmVjdD4KICAgICAgICA8L2c+CiAgICAgICAgPGcgaWQ9Ikljb24tU2VydmljZS82NC9BbWF6b24tQmVkcm9ja182NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTIuMDAwMDAwLCAxMi4wMDAwMDApIiBmaWxsPSIjRkZGRkZGIj4KICAgICAgICAgICAgPHBhdGggZD0iTTUyLDI2Ljk5OTg5MTggQzUwLjg5NywyNi45OTk4OTE4IDUwLDI2LjEwMjg5MTggNTAsMjQuOTk5ODkxOCBDNTAsMjMuODk2ODkxOCA1MC44OTcsMjIuOTk5ODkxOCA1MiwyMi45OTk4OTE4IEM1My4xMDMsMjIuOTk5ODkxOCA1NCwyMy44OTY4OTE4IDU0LDI0Ljk5OTg5MTggQzU0LDI2LjEwMjg5MTggNTMuMTAzLDI2Ljk5OTg5MTggNTIsMjYuOTk5ODkxOCBMNTIsMjYuOTk5ODkxOCBaIE0yMC4xMTMsNTMuOTA3ODkxOCBMMTYuODY1LDUyLjAxMzg5MTggTDIzLjUzLDQ3Ljg0Nzg5MTggTDIyLjQ3LDQ2LjE1MTg5MTggTDE0LjkxMyw1MC44NzQ4OTE4IEw5LDQ3LjQyNTg5MTggTDksMzguNTM0ODkxOCBMMTQuNTU1LDM0LjgzMTg5MTggTDEzLjQ0NSwzMy4xNjc4OTE4IEw3Ljk1OSwzNi44MjQ4OTE4IEwyLDMzLjQxOTg5MTggTDIsMjguNTc5ODkxOCBMOC40OTYsMjQuODY3ODkxOCBMNy41MDQsMjMuMTMxODkxOCBMMiwyNi4yNzY4OTE4IEwyLDIyLjU3OTg5MTggTDgsMTkuMTUxODkxOCBMMTQsMjIuNTc5ODkxOCBMMTQsMjYuNDMzODkxOCBMOS40ODUsMjkuMTQyODkxOCBMMTAuNTE1LDMwLjg1Njg5MTggTDE1LDI4LjE2NTg5MTggTDE5LjQ4NSwzMC44NTY4OTE4IEwyMC41MTUsMjkuMTQyODkxOCBMMTYsMjYuNDMzODkxOCBMMTYsMjIuNTM0ODkxOCBMMjEuNTU1LDE4LjgzMTg5MTggQzIxLjgzMywxOC42NDU4OTE4IDIyLDE4LjMzMzg5MTggMjIsMTcuOTk5ODkxOCBMMjIsMTAuOTk5ODkxOCBMMjAsMTAuOTk5ODkxOCBMMjAsMTcuNDY0ODkxOCBMMTQuOTU5LDIwLjgyNDg5MTggTDksMTcuNDE5ODkxOCBMOSw4LjU3Mzg5MTgxIEwxNCw1LjY1Nzg5MTgxIEwxNCwxMy45OTk4OTE4IEwxNiwxMy45OTk4OTE4IEwxNiw0LjQ5MDg5MTgxIEwyMC4xMTMsMi4wOTE4OTE4MSBMMjgsNC43MjA4OTE4MSBMMjgsMzMuNDMzODkxOCBMMTMuNDg1LDQyLjE0Mjg5MTggTDE0LjUxNSw0My44NTY4OTE4IEwyOCwzNS43NjU4OTE4IEwyOCw1MS4yNzg4OTE4IEwyMC4xMTMsNTMuOTA3ODkxOCBaIE01MCwzNy45OTk4OTE4IEM1MCwzOS4xMDI4OTE4IDQ5LjEwMywzOS45OTk4OTE4IDQ4LDM5Ljk5OTg5MTggQzQ2Ljg5NywzOS45OTk4OTE4IDQ2LDM5LjEwMjg5MTggNDYsMzcuOTk5ODkxOCBDNDYsMzYuODk2ODkxOCA0Ni44OTcsMzUuOTk5ODkxOCA0OCwzNS45OTk4OTE4IEM0OS4xMDMsMzUuOTk5ODkxOCA1MCwzNi44OTY4OTE4IDUwLDM3Ljk5OTg5MTggTDUwLDM3Ljk5OTg5MTggWiBNNDAsNDcuOTk5ODkxOCBDNDAsNDkuMTAyODkxOCAzOS4xMDMsNDkuOTk5ODkxOCAzOCw0OS45OTk4OTE4IEMzNi44OTcsNDkuOTk5ODkxOCAzNiw0OS4xMDI4OTE4IDM2LDQ3Ljk5OTg5MTggQzM2LDQ2Ljg5Njg5MTggMzYuODk3LDQ1Ljk5OTg5MTggMzgsNDUuOTk5ODkxOCBDMzkuMTAzLDQ1Ljk5OTg5MTggNDAsNDYuODk2ODkxOCA0MCw0Ny45OTk4OTE4IEw0MCw0Ny45OTk4OTE4IFogTTM5LDcuOTk5ODkxODEgQzM5LDYuODk2ODkxODEgMzkuODk3LDUuOTk5ODkxODEgNDEsNS45OTk4OTE4MSBDNDIuMTAzLDUuOTk5ODkxODEgNDMsNi44OTY4OTE4MSA0Myw3Ljk5OTg5MTgxIEM0Myw5LjEwMjg5MTgxIDQyLjEwMyw5Ljk5OTg5MTgxIDQxLDkuOTk5ODkxODEgQzM5Ljg5Nyw5Ljk5OTg5MTgxIDM5LDkuMTAyODkxODEgMzksNy45OTk4OTE4MSBMMzksNy45OTk4OTE4MSBaIE01MiwyMC45OTk4OTE4IEM1MC4xNDEsMjAuOTk5ODkxOCA0OC41ODksMjIuMjc5ODkxOCA0OC4xNDIsMjMuOTk5ODkxOCBMMzAsMjMuOTk5ODkxOCBMMzAsMTguOTk5ODkxOCBMNDEsMTguOTk5ODkxOCBDNDEuNTUzLDE4Ljk5OTg5MTggNDIsMTguNTUxODkxOCA0MiwxNy45OTk4OTE4IEw0MiwxMS44NTc4OTE4IEM0My43MiwxMS40MTA4OTE4IDQ1LDkuODU3ODkxODEgNDUsNy45OTk4OTE4MSBDNDUsNS43OTM4OTE4MSA0My4yMDYsMy45OTk4OTE4MSA0MSwzLjk5OTg5MTgxIEMzOC43OTQsMy45OTk4OTE4MSAzNyw1Ljc5Mzg5MTgxIDM3LDcuOTk5ODkxODEgQzM3LDkuODU3ODkxODEgMzguMjgsMTEuNDEwODkxOCA0MCwxMS44NTc4OTE4IEw0MCwxNi45OTk4OTE4IEwzMCwxNi45OTk4OTE4IEwzMCwzLjk5OTg5MTgxIEMzMCwzLjU2ODg5MTgxIDI5LjcyNSwzLjE4Nzg5MTgxIDI5LjMxNiwzLjA1MDg5MTgxIEwyMC4zMTYsMC4wNTA4OTE4MTEgQzIwLjA0MiwtMC4wMzkxMDgxODkgMTkuNzQ0LC0wLjAwOTEwODE4OTA0IDE5LjQ5NiwwLjEzNTg5MTgxMSBMNy40OTYsNy4xMzU4OTE4MSBDNy4xODgsNy4zMTQ4OTE4MSA3LDcuNjQ0ODkxODEgNyw3Ljk5OTg5MTgxIEw3LDE3LjQxOTg5MTggTDAuNTA0LDIxLjEzMTg5MTggQzAuMTkyLDIxLjMwOTg5MTggMCwyMS42NDA4OTE4IDAsMjEuOTk5ODkxOCBMMCwzMy45OTk4OTE4IEMwLDM0LjM1ODg5MTggMC4xOTIsMzQuNjg5ODkxOCAwLjUwNCwzNC44Njc4OTE4IEw3LDM4LjU3OTg5MTggTDcsNDcuOTk5ODkxOCBDNyw0OC4zNTQ4OTE4IDcuMTg4LDQ4LjY4NDg5MTggNy40OTYsNDguODYzODkxOCBMMTkuNDk2LDU1Ljg2Mzg5MTggQzE5LjY1LDU1Ljk1Mzg5MTggMTkuODI1LDU1Ljk5OTg5MTggMjAsNTUuOTk5ODkxOCBDMjAuMTA2LDU1Ljk5OTg5MTggMjAuMjEzLDU1Ljk4Mjg5MTggMjAuMzE2LDU1Ljk0ODg5MTggTDI5LjMxNiw1Mi45NDg4OTE4IEMyOS43MjUsNTIuODExODkxOCAzMCw1Mi40MzA4OTE4IDMwLDUxLjk5OTg5MTggTDMwLDM5Ljk5OTg5MTggTDM3LDM5Ljk5OTg5MTggTDM3LDQ0LjE0MTg5MTggQzM1LjI4LDQ0LjU4ODg5MTggMzQsNDYuMTQxODkxOCAzNCw0Ny45OTk4OTE4IEMzNCw1MC4yMDU4OTE4IDM1Ljc5NCw1MS45OTk4OTE4IDM4LDUxLjk5OTg5MTggQzQwLjIwNiw1MS45OTk4OTE4IDQyLDUwLjIwNTg5MTggNDIsNDcuOTk5ODkxOCBDNDIsNDYuMTQxODkxOCA0MC43Miw0NC41ODg4OTE4IDM5LDQ0LjE0MTg5MTggTDM5LDM4Ljk5OTg5MTggQzM5LDM4LjQ0Nzg5MTggMzguNTUzLDM3Ljk5OTg5MTggMzgsMzcuOTk5ODkxOCBMMzAsMzcuOTk5ODkxOCBMMzAsMzIuOTk5ODkxOCBMNDIuNSwzMi45OTk4OTE4IEw0NC42MzgsMzUuODQ5ODkxOCBDNDQuMjM5LDM2LjQ3MTg5MTggNDQsMzcuMjA2ODkxOCA0NCwzNy45OTk4OTE4IEM0NCw0MC4yMDU4OTE4IDQ1Ljc5NCw0MS45OTk4OTE4IDQ4LDQxLjk5OTg5MTggQzUwLjIwNiw0MS45OTk4OTE4IDUyLDQwLjIwNTg5MTggNTIsMzcuOTk5ODkxOCBDNTIsMzUuNzkzODkxOCA1MC4yMDYsMzMuOTk5ODkxOCA0OCwzMy45OTk4OTE4IEM0Ny4zMTYsMzMuOTk5ODkxOCA0Ni42ODIsMzQuMTg3ODkxOCA0Ni4xMTksMzQuNDkxODkxOCBMNDMuOCwzMS4zOTk4OTE4IEM0My42MTEsMzEuMTQ3ODkxOCA0My4zMTQsMzAuOTk5ODkxOCA0MywzMC45OTk4OTE4IEwzMCwzMC45OTk4OTE4IEwzMCwyNS45OTk4OTE4IEw0OC4xNDIsMjUuOTk5ODkxOCBDNDguNTg5LDI3LjcxOTg5MTggNTAuMTQxLDI4Ljk5OTg5MTggNTIsMjguOTk5ODkxOCBDNTQuMjA2LDI4Ljk5OTg5MTggNTYsMjcuMjA1ODkxOCA1NiwyNC45OTk4OTE4IEM1NiwyMi43OTM4OTE4IDU0LjIwNiwyMC45OTk4OTE4IDUyLDIwLjk5OTg5MTggTDUyLDIwLjk5OTg5MTggWiIgaWQ9IkZpbGwtMSI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+"
1255
1599
  }
1600
+ },
1601
+ {
1602
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1603
+ "name": "AWS BedRock Outbound Connector",
1604
+ "id": "io.camunda.connectors.aws.bedrock.v1",
1605
+ "description": "Execute bedrock requests",
1606
+ "documentationRef": "https://docs.camunda.io/docs/",
1607
+ "version": 1,
1608
+ "category": {
1609
+ "id": "connectors",
1610
+ "name": "Connectors"
1611
+ },
1612
+ "appliesTo": ["bpmn:Task"],
1613
+ "elementType": {
1614
+ "value": "bpmn:ServiceTask"
1615
+ },
1616
+ "engines": {
1617
+ "camunda": "^8.6"
1618
+ },
1619
+ "groups": [
1620
+ {
1621
+ "id": "authentication",
1622
+ "label": "Authentication"
1623
+ },
1624
+ {
1625
+ "id": "configuration",
1626
+ "label": "Configuration"
1627
+ },
1628
+ {
1629
+ "id": "action",
1630
+ "label": "Action"
1631
+ },
1632
+ {
1633
+ "id": "invokeModel",
1634
+ "label": "Invoke Model"
1635
+ },
1636
+ {
1637
+ "id": "converse",
1638
+ "label": "Converse"
1639
+ },
1640
+ {
1641
+ "id": "output",
1642
+ "label": "Output mapping"
1643
+ },
1644
+ {
1645
+ "id": "error",
1646
+ "label": "Error handling"
1647
+ },
1648
+ {
1649
+ "id": "retries",
1650
+ "label": "Retries"
1651
+ }
1652
+ ],
1653
+ "properties": [
1654
+ {
1655
+ "value": "io.camunda:aws-bedrock:1",
1656
+ "binding": {
1657
+ "property": "type",
1658
+ "type": "zeebe:taskDefinition"
1659
+ },
1660
+ "type": "Hidden"
1661
+ },
1662
+ {
1663
+ "id": "authentication.type",
1664
+ "label": "Authentication",
1665
+ "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>",
1666
+ "value": "credentials",
1667
+ "group": "authentication",
1668
+ "binding": {
1669
+ "name": "authentication.type",
1670
+ "type": "zeebe:input"
1671
+ },
1672
+ "type": "Dropdown",
1673
+ "choices": [
1674
+ {
1675
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
1676
+ "value": "defaultCredentialsChain"
1677
+ },
1678
+ {
1679
+ "name": "Credentials",
1680
+ "value": "credentials"
1681
+ }
1682
+ ]
1683
+ },
1684
+ {
1685
+ "id": "authentication.accessKey",
1686
+ "label": "Access key",
1687
+ "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
1688
+ "optional": false,
1689
+ "constraints": {
1690
+ "notEmpty": true
1691
+ },
1692
+ "feel": "optional",
1693
+ "group": "authentication",
1694
+ "binding": {
1695
+ "name": "authentication.accessKey",
1696
+ "type": "zeebe:input"
1697
+ },
1698
+ "condition": {
1699
+ "property": "authentication.type",
1700
+ "equals": "credentials",
1701
+ "type": "simple"
1702
+ },
1703
+ "type": "String"
1704
+ },
1705
+ {
1706
+ "id": "authentication.secretKey",
1707
+ "label": "Secret key",
1708
+ "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
1709
+ "optional": false,
1710
+ "constraints": {
1711
+ "notEmpty": true
1712
+ },
1713
+ "feel": "optional",
1714
+ "group": "authentication",
1715
+ "binding": {
1716
+ "name": "authentication.secretKey",
1717
+ "type": "zeebe:input"
1718
+ },
1719
+ "condition": {
1720
+ "property": "authentication.type",
1721
+ "equals": "credentials",
1722
+ "type": "simple"
1723
+ },
1724
+ "type": "String"
1725
+ },
1726
+ {
1727
+ "id": "configuration.region",
1728
+ "label": "Region",
1729
+ "description": "Specify the AWS region",
1730
+ "optional": false,
1731
+ "constraints": {
1732
+ "notEmpty": true
1733
+ },
1734
+ "feel": "optional",
1735
+ "group": "configuration",
1736
+ "binding": {
1737
+ "name": "configuration.region",
1738
+ "type": "zeebe:input"
1739
+ },
1740
+ "type": "String"
1741
+ },
1742
+ {
1743
+ "id": "configuration.endpoint",
1744
+ "label": "Endpoint",
1745
+ "description": "Specify endpoint if need to use custom endpoint",
1746
+ "optional": true,
1747
+ "group": "configuration",
1748
+ "binding": {
1749
+ "name": "configuration.endpoint",
1750
+ "type": "zeebe:input"
1751
+ },
1752
+ "type": "Hidden"
1753
+ },
1754
+ {
1755
+ "id": "action",
1756
+ "label": "Action",
1757
+ "value": "invokeModel",
1758
+ "group": "action",
1759
+ "binding": {
1760
+ "name": "action",
1761
+ "type": "zeebe:input"
1762
+ },
1763
+ "type": "Dropdown",
1764
+ "choices": [
1765
+ {
1766
+ "name": "Invoke Model",
1767
+ "value": "invokeModel"
1768
+ },
1769
+ {
1770
+ "name": "Converse",
1771
+ "value": "converse"
1772
+ }
1773
+ ]
1774
+ },
1775
+ {
1776
+ "id": "data.modelId0",
1777
+ "label": "Model ID",
1778
+ "description": "Specify the model ID. Details in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/model-ids.html\" target=\"_blank\">documentation</a>",
1779
+ "optional": false,
1780
+ "constraints": {
1781
+ "notEmpty": true
1782
+ },
1783
+ "feel": "optional",
1784
+ "group": "invokeModel",
1785
+ "binding": {
1786
+ "name": "data.modelId",
1787
+ "type": "zeebe:input"
1788
+ },
1789
+ "condition": {
1790
+ "property": "action",
1791
+ "equals": "invokeModel",
1792
+ "type": "simple"
1793
+ },
1794
+ "type": "String"
1795
+ },
1796
+ {
1797
+ "id": "data.payload",
1798
+ "label": "Payload",
1799
+ "description": "Specify the payload. Details in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters.html\" target=\"_blank\">documentation</a>",
1800
+ "optional": false,
1801
+ "constraints": {
1802
+ "notEmpty": true
1803
+ },
1804
+ "feel": "required",
1805
+ "group": "invokeModel",
1806
+ "binding": {
1807
+ "name": "data.payload",
1808
+ "type": "zeebe:input"
1809
+ },
1810
+ "condition": {
1811
+ "property": "action",
1812
+ "equals": "invokeModel",
1813
+ "type": "simple"
1814
+ },
1815
+ "type": "String"
1816
+ },
1817
+ {
1818
+ "id": "data.modelId1",
1819
+ "label": "Model ID",
1820
+ "description": "Specify the model ID. Details in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/model-ids.html\" target=\"_blank\">documentation</a>",
1821
+ "optional": false,
1822
+ "constraints": {
1823
+ "notEmpty": true
1824
+ },
1825
+ "feel": "optional",
1826
+ "group": "converse",
1827
+ "binding": {
1828
+ "name": "data.modelId",
1829
+ "type": "zeebe:input"
1830
+ },
1831
+ "condition": {
1832
+ "property": "action",
1833
+ "equals": "converse",
1834
+ "type": "simple"
1835
+ },
1836
+ "type": "String"
1837
+ },
1838
+ {
1839
+ "id": "data.nextMessage",
1840
+ "label": "New Message",
1841
+ "description": "Specify the next message",
1842
+ "optional": false,
1843
+ "constraints": {
1844
+ "notEmpty": true
1845
+ },
1846
+ "feel": "optional",
1847
+ "group": "converse",
1848
+ "binding": {
1849
+ "name": "data.nextMessage",
1850
+ "type": "zeebe:input"
1851
+ },
1852
+ "condition": {
1853
+ "property": "action",
1854
+ "equals": "converse",
1855
+ "type": "simple"
1856
+ },
1857
+ "type": "String"
1858
+ },
1859
+ {
1860
+ "id": "data.messages",
1861
+ "label": "Message History",
1862
+ "description": "Specify the message history, when previous context is needed",
1863
+ "optional": true,
1864
+ "feel": "required",
1865
+ "group": "converse",
1866
+ "binding": {
1867
+ "name": "data.messages",
1868
+ "type": "zeebe:input"
1869
+ },
1870
+ "condition": {
1871
+ "property": "action",
1872
+ "equals": "converse",
1873
+ "type": "simple"
1874
+ },
1875
+ "type": "String"
1876
+ },
1877
+ {
1878
+ "id": "data.maxTokens",
1879
+ "label": "Max token returned",
1880
+ "optional": true,
1881
+ "feel": "optional",
1882
+ "group": "converse",
1883
+ "binding": {
1884
+ "name": "data.maxTokens",
1885
+ "type": "zeebe:input"
1886
+ },
1887
+ "condition": {
1888
+ "property": "action",
1889
+ "equals": "converse",
1890
+ "type": "simple"
1891
+ },
1892
+ "type": "String"
1893
+ },
1894
+ {
1895
+ "id": "data.temperature",
1896
+ "label": "Temperature",
1897
+ "optional": true,
1898
+ "feel": "optional",
1899
+ "group": "converse",
1900
+ "binding": {
1901
+ "name": "data.temperature",
1902
+ "type": "zeebe:input"
1903
+ },
1904
+ "condition": {
1905
+ "property": "action",
1906
+ "equals": "converse",
1907
+ "type": "simple"
1908
+ },
1909
+ "type": "String"
1910
+ },
1911
+ {
1912
+ "id": "data.topP",
1913
+ "label": "top P",
1914
+ "optional": true,
1915
+ "feel": "optional",
1916
+ "group": "converse",
1917
+ "binding": {
1918
+ "name": "data.topP",
1919
+ "type": "zeebe:input"
1920
+ },
1921
+ "condition": {
1922
+ "property": "action",
1923
+ "equals": "converse",
1924
+ "type": "simple"
1925
+ },
1926
+ "type": "String"
1927
+ },
1928
+ {
1929
+ "id": "resultVariable",
1930
+ "label": "Result variable",
1931
+ "description": "Name of variable to store the response in",
1932
+ "group": "output",
1933
+ "binding": {
1934
+ "key": "resultVariable",
1935
+ "type": "zeebe:taskHeader"
1936
+ },
1937
+ "type": "String"
1938
+ },
1939
+ {
1940
+ "id": "resultExpression",
1941
+ "label": "Result expression",
1942
+ "description": "Expression to map the response into process variables",
1943
+ "feel": "required",
1944
+ "group": "output",
1945
+ "binding": {
1946
+ "key": "resultExpression",
1947
+ "type": "zeebe:taskHeader"
1948
+ },
1949
+ "type": "Text"
1950
+ },
1951
+ {
1952
+ "id": "errorExpression",
1953
+ "label": "Error expression",
1954
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1955
+ "feel": "required",
1956
+ "group": "error",
1957
+ "binding": {
1958
+ "key": "errorExpression",
1959
+ "type": "zeebe:taskHeader"
1960
+ },
1961
+ "type": "Text"
1962
+ },
1963
+ {
1964
+ "id": "retryCount",
1965
+ "label": "Retries",
1966
+ "description": "Number of retries",
1967
+ "value": "3",
1968
+ "feel": "optional",
1969
+ "group": "retries",
1970
+ "binding": {
1971
+ "property": "retries",
1972
+ "type": "zeebe:taskDefinition"
1973
+ },
1974
+ "type": "String"
1975
+ },
1976
+ {
1977
+ "id": "retryBackoff",
1978
+ "label": "Retry backoff",
1979
+ "description": "ISO-8601 duration to wait between retries",
1980
+ "value": "PT0S",
1981
+ "feel": "optional",
1982
+ "group": "retries",
1983
+ "binding": {
1984
+ "key": "retryBackoff",
1985
+ "type": "zeebe:taskHeader"
1986
+ },
1987
+ "type": "String"
1988
+ }
1989
+ ],
1990
+ "icon": {
1991
+ "contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iODBweCIgaGVpZ2h0PSI4MHB4IiB2aWV3Qm94PSIwIDAgODAgODAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BbWF6b24tQmVkcm9ja182NDwvdGl0bGU+CiAgICA8ZyBpZD0iSWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BbWF6b24tQmVkcm9ja182NCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikljb24tQXJjaGl0ZWN0dXJlLUJHLzY0L01hY2hpbmUtTGVhcm5pbmciIGZpbGw9IiM5OTY5ZjciPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIwIiB3aWR0aD0iODAiIGhlaWdodD0iODAiPjwvcmVjdD4KICAgICAgICA8L2c+CiAgICAgICAgPGcgaWQ9Ikljb24tU2VydmljZS82NC9BbWF6b24tQmVkcm9ja182NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTIuMDAwMDAwLCAxMi4wMDAwMDApIiBmaWxsPSIjRkZGRkZGIj4KICAgICAgICAgICAgPHBhdGggZD0iTTUyLDI2Ljk5OTg5MTggQzUwLjg5NywyNi45OTk4OTE4IDUwLDI2LjEwMjg5MTggNTAsMjQuOTk5ODkxOCBDNTAsMjMuODk2ODkxOCA1MC44OTcsMjIuOTk5ODkxOCA1MiwyMi45OTk4OTE4IEM1My4xMDMsMjIuOTk5ODkxOCA1NCwyMy44OTY4OTE4IDU0LDI0Ljk5OTg5MTggQzU0LDI2LjEwMjg5MTggNTMuMTAzLDI2Ljk5OTg5MTggNTIsMjYuOTk5ODkxOCBMNTIsMjYuOTk5ODkxOCBaIE0yMC4xMTMsNTMuOTA3ODkxOCBMMTYuODY1LDUyLjAxMzg5MTggTDIzLjUzLDQ3Ljg0Nzg5MTggTDIyLjQ3LDQ2LjE1MTg5MTggTDE0LjkxMyw1MC44NzQ4OTE4IEw5LDQ3LjQyNTg5MTggTDksMzguNTM0ODkxOCBMMTQuNTU1LDM0LjgzMTg5MTggTDEzLjQ0NSwzMy4xNjc4OTE4IEw3Ljk1OSwzNi44MjQ4OTE4IEwyLDMzLjQxOTg5MTggTDIsMjguNTc5ODkxOCBMOC40OTYsMjQuODY3ODkxOCBMNy41MDQsMjMuMTMxODkxOCBMMiwyNi4yNzY4OTE4IEwyLDIyLjU3OTg5MTggTDgsMTkuMTUxODkxOCBMMTQsMjIuNTc5ODkxOCBMMTQsMjYuNDMzODkxOCBMOS40ODUsMjkuMTQyODkxOCBMMTAuNTE1LDMwLjg1Njg5MTggTDE1LDI4LjE2NTg5MTggTDE5LjQ4NSwzMC44NTY4OTE4IEwyMC41MTUsMjkuMTQyODkxOCBMMTYsMjYuNDMzODkxOCBMMTYsMjIuNTM0ODkxOCBMMjEuNTU1LDE4LjgzMTg5MTggQzIxLjgzMywxOC42NDU4OTE4IDIyLDE4LjMzMzg5MTggMjIsMTcuOTk5ODkxOCBMMjIsMTAuOTk5ODkxOCBMMjAsMTAuOTk5ODkxOCBMMjAsMTcuNDY0ODkxOCBMMTQuOTU5LDIwLjgyNDg5MTggTDksMTcuNDE5ODkxOCBMOSw4LjU3Mzg5MTgxIEwxNCw1LjY1Nzg5MTgxIEwxNCwxMy45OTk4OTE4IEwxNiwxMy45OTk4OTE4IEwxNiw0LjQ5MDg5MTgxIEwyMC4xMTMsMi4wOTE4OTE4MSBMMjgsNC43MjA4OTE4MSBMMjgsMzMuNDMzODkxOCBMMTMuNDg1LDQyLjE0Mjg5MTggTDE0LjUxNSw0My44NTY4OTE4IEwyOCwzNS43NjU4OTE4IEwyOCw1MS4yNzg4OTE4IEwyMC4xMTMsNTMuOTA3ODkxOCBaIE01MCwzNy45OTk4OTE4IEM1MCwzOS4xMDI4OTE4IDQ5LjEwMywzOS45OTk4OTE4IDQ4LDM5Ljk5OTg5MTggQzQ2Ljg5NywzOS45OTk4OTE4IDQ2LDM5LjEwMjg5MTggNDYsMzcuOTk5ODkxOCBDNDYsMzYuODk2ODkxOCA0Ni44OTcsMzUuOTk5ODkxOCA0OCwzNS45OTk4OTE4IEM0OS4xMDMsMzUuOTk5ODkxOCA1MCwzNi44OTY4OTE4IDUwLDM3Ljk5OTg5MTggTDUwLDM3Ljk5OTg5MTggWiBNNDAsNDcuOTk5ODkxOCBDNDAsNDkuMTAyODkxOCAzOS4xMDMsNDkuOTk5ODkxOCAzOCw0OS45OTk4OTE4IEMzNi44OTcsNDkuOTk5ODkxOCAzNiw0OS4xMDI4OTE4IDM2LDQ3Ljk5OTg5MTggQzM2LDQ2Ljg5Njg5MTggMzYuODk3LDQ1Ljk5OTg5MTggMzgsNDUuOTk5ODkxOCBDMzkuMTAzLDQ1Ljk5OTg5MTggNDAsNDYuODk2ODkxOCA0MCw0Ny45OTk4OTE4IEw0MCw0Ny45OTk4OTE4IFogTTM5LDcuOTk5ODkxODEgQzM5LDYuODk2ODkxODEgMzkuODk3LDUuOTk5ODkxODEgNDEsNS45OTk4OTE4MSBDNDIuMTAzLDUuOTk5ODkxODEgNDMsNi44OTY4OTE4MSA0Myw3Ljk5OTg5MTgxIEM0Myw5LjEwMjg5MTgxIDQyLjEwMyw5Ljk5OTg5MTgxIDQxLDkuOTk5ODkxODEgQzM5Ljg5Nyw5Ljk5OTg5MTgxIDM5LDkuMTAyODkxODEgMzksNy45OTk4OTE4MSBMMzksNy45OTk4OTE4MSBaIE01MiwyMC45OTk4OTE4IEM1MC4xNDEsMjAuOTk5ODkxOCA0OC41ODksMjIuMjc5ODkxOCA0OC4xNDIsMjMuOTk5ODkxOCBMMzAsMjMuOTk5ODkxOCBMMzAsMTguOTk5ODkxOCBMNDEsMTguOTk5ODkxOCBDNDEuNTUzLDE4Ljk5OTg5MTggNDIsMTguNTUxODkxOCA0MiwxNy45OTk4OTE4IEw0MiwxMS44NTc4OTE4IEM0My43MiwxMS40MTA4OTE4IDQ1LDkuODU3ODkxODEgNDUsNy45OTk4OTE4MSBDNDUsNS43OTM4OTE4MSA0My4yMDYsMy45OTk4OTE4MSA0MSwzLjk5OTg5MTgxIEMzOC43OTQsMy45OTk4OTE4MSAzNyw1Ljc5Mzg5MTgxIDM3LDcuOTk5ODkxODEgQzM3LDkuODU3ODkxODEgMzguMjgsMTEuNDEwODkxOCA0MCwxMS44NTc4OTE4IEw0MCwxNi45OTk4OTE4IEwzMCwxNi45OTk4OTE4IEwzMCwzLjk5OTg5MTgxIEMzMCwzLjU2ODg5MTgxIDI5LjcyNSwzLjE4Nzg5MTgxIDI5LjMxNiwzLjA1MDg5MTgxIEwyMC4zMTYsMC4wNTA4OTE4MTEgQzIwLjA0MiwtMC4wMzkxMDgxODkgMTkuNzQ0LC0wLjAwOTEwODE4OTA0IDE5LjQ5NiwwLjEzNTg5MTgxMSBMNy40OTYsNy4xMzU4OTE4MSBDNy4xODgsNy4zMTQ4OTE4MSA3LDcuNjQ0ODkxODEgNyw3Ljk5OTg5MTgxIEw3LDE3LjQxOTg5MTggTDAuNTA0LDIxLjEzMTg5MTggQzAuMTkyLDIxLjMwOTg5MTggMCwyMS42NDA4OTE4IDAsMjEuOTk5ODkxOCBMMCwzMy45OTk4OTE4IEMwLDM0LjM1ODg5MTggMC4xOTIsMzQuNjg5ODkxOCAwLjUwNCwzNC44Njc4OTE4IEw3LDM4LjU3OTg5MTggTDcsNDcuOTk5ODkxOCBDNyw0OC4zNTQ4OTE4IDcuMTg4LDQ4LjY4NDg5MTggNy40OTYsNDguODYzODkxOCBMMTkuNDk2LDU1Ljg2Mzg5MTggQzE5LjY1LDU1Ljk1Mzg5MTggMTkuODI1LDU1Ljk5OTg5MTggMjAsNTUuOTk5ODkxOCBDMjAuMTA2LDU1Ljk5OTg5MTggMjAuMjEzLDU1Ljk4Mjg5MTggMjAuMzE2LDU1Ljk0ODg5MTggTDI5LjMxNiw1Mi45NDg4OTE4IEMyOS43MjUsNTIuODExODkxOCAzMCw1Mi40MzA4OTE4IDMwLDUxLjk5OTg5MTggTDMwLDM5Ljk5OTg5MTggTDM3LDM5Ljk5OTg5MTggTDM3LDQ0LjE0MTg5MTggQzM1LjI4LDQ0LjU4ODg5MTggMzQsNDYuMTQxODkxOCAzNCw0Ny45OTk4OTE4IEMzNCw1MC4yMDU4OTE4IDM1Ljc5NCw1MS45OTk4OTE4IDM4LDUxLjk5OTg5MTggQzQwLjIwNiw1MS45OTk4OTE4IDQyLDUwLjIwNTg5MTggNDIsNDcuOTk5ODkxOCBDNDIsNDYuMTQxODkxOCA0MC43Miw0NC41ODg4OTE4IDM5LDQ0LjE0MTg5MTggTDM5LDM4Ljk5OTg5MTggQzM5LDM4LjQ0Nzg5MTggMzguNTUzLDM3Ljk5OTg5MTggMzgsMzcuOTk5ODkxOCBMMzAsMzcuOTk5ODkxOCBMMzAsMzIuOTk5ODkxOCBMNDIuNSwzMi45OTk4OTE4IEw0NC42MzgsMzUuODQ5ODkxOCBDNDQuMjM5LDM2LjQ3MTg5MTggNDQsMzcuMjA2ODkxOCA0NCwzNy45OTk4OTE4IEM0NCw0MC4yMDU4OTE4IDQ1Ljc5NCw0MS45OTk4OTE4IDQ4LDQxLjk5OTg5MTggQzUwLjIwNiw0MS45OTk4OTE4IDUyLDQwLjIwNTg5MTggNTIsMzcuOTk5ODkxOCBDNTIsMzUuNzkzODkxOCA1MC4yMDYsMzMuOTk5ODkxOCA0OCwzMy45OTk4OTE4IEM0Ny4zMTYsMzMuOTk5ODkxOCA0Ni42ODIsMzQuMTg3ODkxOCA0Ni4xMTksMzQuNDkxODkxOCBMNDMuOCwzMS4zOTk4OTE4IEM0My42MTEsMzEuMTQ3ODkxOCA0My4zMTQsMzAuOTk5ODkxOCA0MywzMC45OTk4OTE4IEwzMCwzMC45OTk4OTE4IEwzMCwyNS45OTk4OTE4IEw0OC4xNDIsMjUuOTk5ODkxOCBDNDguNTg5LDI3LjcxOTg5MTggNTAuMTQxLDI4Ljk5OTg5MTggNTIsMjguOTk5ODkxOCBDNTQuMjA2LDI4Ljk5OTg5MTggNTYsMjcuMjA1ODkxOCA1NiwyNC45OTk4OTE4IEM1NiwyMi43OTM4OTE4IDU0LjIwNiwyMC45OTk4OTE4IDUyLDIwLjk5OTg5MTggTDUyLDIwLjk5OTg5MTggWiIgaWQ9IkZpbGwtMSI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+"
1992
+ }
1256
1993
  }
1257
1994
  ]