@camunda/connectors-element-templates 1.0.3 → 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 +98 -98
  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
@@ -385,9 +385,9 @@
385
385
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
386
386
  "name": "Kafka Outbound Connector",
387
387
  "id": "io.camunda.connectors.KAFKA.v1",
388
+ "version": 3,
388
389
  "description": "Produce Kafka message",
389
390
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound",
390
- "version": 4,
391
391
  "category": {
392
392
  "id": "connectors",
393
393
  "name": "Connectors"
@@ -411,253 +411,173 @@
411
411
  },
412
412
  {
413
413
  "id": "output",
414
- "label": "Output mapping"
414
+ "label": "Response mapping"
415
415
  },
416
416
  {
417
- "id": "error",
417
+ "id": "errors",
418
418
  "label": "Error handling"
419
- },
420
- {
421
- "id": "retries",
422
- "label": "Retries"
423
419
  }
424
420
  ],
425
421
  "properties": [
426
422
  {
423
+ "type": "Hidden",
427
424
  "value": "io.camunda:connector-kafka:1",
428
425
  "binding": {
429
- "property": "type",
430
- "type": "zeebe:taskDefinition"
431
- },
432
- "type": "Hidden"
426
+ "type": "zeebe:taskDefinition",
427
+ "property": "type"
428
+ }
433
429
  },
434
430
  {
435
- "id": "authentication.username",
436
431
  "label": "Username",
432
+ "id": "authentication.username",
437
433
  "description": "Provide the username (must have permissions to produce message to the topic)",
438
- "optional": true,
439
- "feel": "optional",
440
434
  "group": "authentication",
435
+ "type": "String",
436
+ "optional": true,
441
437
  "binding": {
442
- "name": "authentication.username",
443
- "type": "zeebe:input"
444
- },
445
- "type": "String"
438
+ "type": "zeebe:input",
439
+ "name": "authentication.username"
440
+ }
446
441
  },
447
442
  {
448
- "id": "authentication.password",
449
443
  "label": "Password",
444
+ "id": "authentication.password",
450
445
  "description": "Provide a password for the user",
451
- "optional": true,
452
- "feel": "optional",
453
446
  "group": "authentication",
447
+ "type": "String",
448
+ "optional": true,
454
449
  "binding": {
455
- "name": "authentication.password",
456
- "type": "zeebe:input"
457
- },
458
- "type": "String"
459
- },
460
- {
461
- "id": "serializationType",
462
- "label": "Serialization type",
463
- "description": "Select the serialization type. For details, visit the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound\" target=\"_blank\">documentation</a>",
464
- "optional": false,
465
- "value": "json",
466
- "group": "kafka",
467
- "binding": {
468
- "name": "serializationType",
469
- "type": "zeebe:input"
470
- },
471
- "type": "Dropdown",
472
- "choices": [
473
- {
474
- "name": "Default (JSON)",
475
- "value": "json"
476
- },
477
- {
478
- "name": "AVRO (experimental)",
479
- "value": "avro"
480
- }
481
- ]
450
+ "type": "zeebe:input",
451
+ "name": "authentication.password"
452
+ }
482
453
  },
483
454
  {
484
- "id": "topic.bootstrapServers",
485
455
  "label": "Bootstrap servers",
456
+ "id": "topic.bootstrapServers",
486
457
  "description": "Provide bootstrap server(s), comma-delimited if there are multiple",
487
- "optional": false,
488
- "constraints": {
489
- "notEmpty": true
490
- },
491
- "feel": "optional",
492
458
  "group": "kafka",
459
+ "type": "String",
460
+ "feel": "optional",
493
461
  "binding": {
494
- "name": "topic.bootstrapServers",
495
- "type": "zeebe:input"
462
+ "type": "zeebe:input",
463
+ "name": "topic.bootstrapServers"
496
464
  },
497
- "type": "String"
465
+ "constraints": {
466
+ "notEmpty": true
467
+ }
498
468
  },
499
469
  {
500
- "id": "topic.topicName",
501
470
  "label": "Topic",
471
+ "id": "topic.topicName",
502
472
  "description": "Provide topic name",
503
- "optional": false,
504
- "constraints": {
505
- "notEmpty": true
506
- },
507
- "feel": "optional",
508
473
  "group": "kafka",
474
+ "type": "String",
475
+ "feel": "optional",
509
476
  "binding": {
510
- "name": "topic.topicName",
511
- "type": "zeebe:input"
477
+ "type": "zeebe:input",
478
+ "name": "topic.topicName"
512
479
  },
513
- "type": "String"
480
+ "constraints": {
481
+ "notEmpty": true
482
+ }
514
483
  },
515
484
  {
516
- "id": "headers",
517
485
  "label": "Headers",
486
+ "id": "headers",
518
487
  "description": "Provide Kafka producer headers in JSON",
488
+ "group": "kafka",
489
+ "type": "String",
519
490
  "optional": true,
520
491
  "feel": "required",
521
- "group": "kafka",
522
492
  "binding": {
523
- "name": "headers",
524
- "type": "zeebe:input"
525
- },
526
- "type": "String"
493
+ "type": "zeebe:input",
494
+ "name": "headers"
495
+ }
527
496
  },
528
497
  {
529
- "id": "additionalProperties",
530
498
  "label": "Additional properties",
499
+ "id": "additionalProperties",
531
500
  "description": "Provide additional Kafka producer properties in JSON",
501
+ "group": "kafka",
502
+ "type": "String",
532
503
  "optional": true,
533
504
  "feel": "required",
534
- "group": "kafka",
535
505
  "binding": {
536
- "name": "additionalProperties",
537
- "type": "zeebe:input"
538
- },
539
- "type": "String"
506
+ "type": "zeebe:input",
507
+ "name": "additionalProperties"
508
+ }
540
509
  },
541
510
  {
542
- "id": "message.key",
543
511
  "label": "Key",
512
+ "id": "message.key",
544
513
  "description": "Provide message key",
545
- "optional": false,
546
- "constraints": {
547
- "notEmpty": true
548
- },
549
- "feel": "optional",
550
514
  "group": "message",
515
+ "type": "String",
516
+ "feel": "optional",
551
517
  "binding": {
552
- "name": "message.key",
553
- "type": "zeebe:input"
518
+ "type": "zeebe:input",
519
+ "name": "message.key"
554
520
  },
555
- "type": "String"
521
+ "constraints": {
522
+ "notEmpty": true
523
+ }
556
524
  },
557
525
  {
558
- "id": "message.value",
559
526
  "label": "Value",
527
+ "id": "message.value",
560
528
  "description": "Provide message value",
561
- "optional": false,
562
- "constraints": {
563
- "notEmpty": true
564
- },
565
- "feel": "optional",
566
529
  "group": "message",
530
+ "type": "String",
531
+ "feel": "optional",
567
532
  "binding": {
568
- "name": "message.value",
569
- "type": "zeebe:input"
533
+ "type": "zeebe:input",
534
+ "name": "message.value"
570
535
  },
571
- "type": "String"
572
- },
573
- {
574
- "id": "avro.schema",
575
- "label": "Avro schema",
576
- "description": "Avro schema for the message value",
577
- "optional": false,
578
536
  "constraints": {
579
537
  "notEmpty": true
580
- },
581
- "feel": "required",
582
- "group": "message",
583
- "binding": {
584
- "name": "avro.schema",
585
- "type": "zeebe:input"
586
- },
587
- "condition": {
588
- "property": "serializationType",
589
- "equals": "avro",
590
- "type": "simple"
591
- },
592
- "type": "Text"
538
+ }
593
539
  },
594
540
  {
595
- "id": "resultVariable",
596
541
  "label": "Result variable",
597
- "description": "Name of variable to store the response in",
542
+ "id": "resultVariable",
543
+ "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>",
598
544
  "group": "output",
545
+ "type": "String",
599
546
  "binding": {
600
- "key": "resultVariable",
601
- "type": "zeebe:taskHeader"
602
- },
603
- "type": "String"
547
+ "type": "zeebe:taskHeader",
548
+ "key": "resultVariable"
549
+ }
604
550
  },
605
551
  {
606
- "id": "resultExpression",
607
552
  "label": "Result expression",
608
- "description": "Expression to map the response into process variables",
609
- "feel": "required",
553
+ "id": "resultExpression",
554
+ "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>",
610
555
  "group": "output",
556
+ "type": "Text",
557
+ "feel": "required",
611
558
  "binding": {
612
- "key": "resultExpression",
613
- "type": "zeebe:taskHeader"
614
- },
615
- "type": "Text"
559
+ "type": "zeebe:taskHeader",
560
+ "key": "resultExpression"
561
+ }
616
562
  },
617
563
  {
618
- "id": "errorExpression",
619
564
  "label": "Error expression",
620
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
565
+ "id": "errorExpression",
566
+ "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>",
567
+ "group": "errors",
568
+ "type": "Text",
621
569
  "feel": "required",
622
- "group": "error",
623
- "binding": {
624
- "key": "errorExpression",
625
- "type": "zeebe:taskHeader"
626
- },
627
- "type": "Text"
628
- },
629
- {
630
- "id": "retryCount",
631
- "label": "Retries",
632
- "description": "Number of retries",
633
- "value": "3",
634
- "feel": "optional",
635
- "group": "retries",
636
- "binding": {
637
- "property": "retries",
638
- "type": "zeebe:taskDefinition"
639
- },
640
- "type": "String"
641
- },
642
- {
643
- "id": "retryBackoff",
644
- "label": "Retry backoff",
645
- "description": "ISO-8601 duration to wait between retries",
646
- "value": "PT0S",
647
- "feel": "optional",
648
- "group": "retries",
649
570
  "binding": {
650
- "key": "retryBackoff",
651
- "type": "zeebe:taskHeader"
652
- },
653
- "type": "String"
571
+ "type": "zeebe:taskHeader",
572
+ "key": "errorExpression"
573
+ }
654
574
  }
655
575
  ],
656
576
  "icon": {
657
- "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
577
+ "contents": "data:image/svg+xml;utf8,%3Csvg width='18' height='18' viewBox='0 0 256 416' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M201.816 230.216c-16.186 0-30.697 7.171-40.634 18.461l-25.463-18.026c2.703-7.442 4.255-15.433 4.255-23.797 0-8.219-1.498-16.076-4.112-23.408l25.406-17.835c9.936 11.233 24.409 18.365 40.548 18.365 29.875 0 54.184-24.305 54.184-54.184 0-29.879-24.309-54.184-54.184-54.184-29.875 0-54.184 24.305-54.184 54.184 0 5.348.808 10.505 2.258 15.389l-25.423 17.844c-10.62-13.175-25.911-22.374-43.333-25.182v-30.64c24.544-5.155 43.037-26.962 43.037-53.019C124.171 24.305 99.862 0 69.987 0 40.112 0 15.803 24.305 15.803 54.184c0 25.708 18.014 47.246 42.067 52.769v31.038C25.044 143.753 0 172.401 0 206.854c0 34.621 25.292 63.374 58.355 68.94v32.774c-24.299 5.341-42.552 27.011-42.552 52.894 0 29.879 24.309 54.184 54.184 54.184 29.875 0 54.184-24.305 54.184-54.184 0-25.883-18.253-47.553-42.552-52.894v-32.775a69.965 69.965 0 0 0 42.6-24.776l25.633 18.143c-1.423 4.84-2.22 9.946-2.22 15.24 0 29.879 24.309 54.184 54.184 54.184 29.875 0 54.184-24.305 54.184-54.184 0-29.879-24.309-54.184-54.184-54.184zm0-126.695c14.487 0 26.27 11.788 26.27 26.271s-11.783 26.27-26.27 26.27-26.27-11.787-26.27-26.27c0-14.483 11.783-26.271 26.27-26.271zm-158.1-49.337c0-14.483 11.784-26.27 26.271-26.27s26.27 11.787 26.27 26.27c0 14.483-11.783 26.27-26.27 26.27s-26.271-11.787-26.271-26.27zm52.541 307.278c0 14.483-11.783 26.27-26.27 26.27s-26.271-11.787-26.271-26.27c0-14.483 11.784-26.27 26.271-26.27s26.27 11.787 26.27 26.27zm-26.272-117.97c-20.205 0-36.642-16.434-36.642-36.638 0-20.205 16.437-36.642 36.642-36.642 20.204 0 36.641 16.437 36.641 36.642 0 20.204-16.437 36.638-36.641 36.638zm131.831 67.179c-14.487 0-26.27-11.788-26.27-26.271s11.783-26.27 26.27-26.27 26.27 11.787 26.27 26.27c0 14.483-11.783 26.271-26.27 26.271z' style='fill:%23231f20'/%3E%3C/svg%3E"
658
578
  },
659
579
  "engines": {
660
- "camunda": "^8.5"
580
+ "camunda": "^8.4"
661
581
  }
662
582
  },
663
583
  {
@@ -838,11 +758,11 @@
838
758
  },
839
759
  {
840
760
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
841
- "name": "Kafka producer connector",
761
+ "name": "Kafka Outbound Connector",
842
762
  "id": "io.camunda.connectors.KAFKA.v1",
843
- "version": 1,
844
763
  "description": "Produce Kafka message",
845
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/",
764
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound",
765
+ "version": 4,
846
766
  "category": {
847
767
  "id": "connectors",
848
768
  "name": "Connectors"
@@ -866,150 +786,253 @@
866
786
  },
867
787
  {
868
788
  "id": "output",
869
- "label": "Response mapping"
789
+ "label": "Output mapping"
870
790
  },
871
791
  {
872
- "id": "errors",
792
+ "id": "error",
873
793
  "label": "Error handling"
794
+ },
795
+ {
796
+ "id": "retries",
797
+ "label": "Retries"
874
798
  }
875
799
  ],
876
800
  "properties": [
877
801
  {
878
- "type": "Hidden",
879
- "value": "io.camunda:connector-kafka:1",
880
- "binding": {
881
- "type": "zeebe:taskDefinition",
882
- "property": "type"
883
- }
802
+ "value": "io.camunda:connector-kafka:1",
803
+ "binding": {
804
+ "property": "type",
805
+ "type": "zeebe:taskDefinition"
806
+ },
807
+ "type": "Hidden"
884
808
  },
885
809
  {
810
+ "id": "authentication.username",
886
811
  "label": "Username",
887
812
  "description": "Provide the username (must have permissions to produce message to the topic)",
888
- "group": "authentication",
889
- "type": "String",
890
813
  "optional": true,
814
+ "feel": "optional",
815
+ "group": "authentication",
891
816
  "binding": {
892
- "type": "zeebe:input",
893
- "name": "authentication.username"
894
- }
817
+ "name": "authentication.username",
818
+ "type": "zeebe:input"
819
+ },
820
+ "type": "String"
895
821
  },
896
822
  {
823
+ "id": "authentication.password",
897
824
  "label": "Password",
898
825
  "description": "Provide a password for the user",
899
- "group": "authentication",
900
- "type": "String",
901
826
  "optional": true,
827
+ "feel": "optional",
828
+ "group": "authentication",
902
829
  "binding": {
903
- "type": "zeebe:input",
904
- "name": "authentication.password"
905
- }
830
+ "name": "authentication.password",
831
+ "type": "zeebe:input"
832
+ },
833
+ "type": "String"
906
834
  },
907
835
  {
908
- "label": "Bootstrap servers",
909
- "description": "Provide bootstrap server(s), comma-delimited if there are multiple",
836
+ "id": "serializationType",
837
+ "label": "Serialization type",
838
+ "description": "Select the serialization type. For details, visit the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound\" target=\"_blank\">documentation</a>",
839
+ "optional": false,
840
+ "value": "json",
910
841
  "group": "kafka",
911
- "type": "String",
912
- "feel": "optional",
913
842
  "binding": {
914
- "type": "zeebe:input",
915
- "name": "topic.bootstrapServers"
843
+ "name": "serializationType",
844
+ "type": "zeebe:input"
916
845
  },
846
+ "type": "Dropdown",
847
+ "choices": [
848
+ {
849
+ "name": "Default (JSON)",
850
+ "value": "json"
851
+ },
852
+ {
853
+ "name": "AVRO (experimental)",
854
+ "value": "avro"
855
+ }
856
+ ]
857
+ },
858
+ {
859
+ "id": "topic.bootstrapServers",
860
+ "label": "Bootstrap servers",
861
+ "description": "Provide bootstrap server(s), comma-delimited if there are multiple",
862
+ "optional": false,
917
863
  "constraints": {
918
864
  "notEmpty": true
919
- }
865
+ },
866
+ "feel": "optional",
867
+ "group": "kafka",
868
+ "binding": {
869
+ "name": "topic.bootstrapServers",
870
+ "type": "zeebe:input"
871
+ },
872
+ "type": "String"
920
873
  },
921
874
  {
875
+ "id": "topic.topicName",
922
876
  "label": "Topic",
923
877
  "description": "Provide topic name",
924
- "group": "kafka",
925
- "type": "String",
878
+ "optional": false,
879
+ "constraints": {
880
+ "notEmpty": true
881
+ },
926
882
  "feel": "optional",
883
+ "group": "kafka",
927
884
  "binding": {
928
- "type": "zeebe:input",
929
- "name": "topic.topicName"
885
+ "name": "topic.topicName",
886
+ "type": "zeebe:input"
930
887
  },
931
- "constraints": {
932
- "notEmpty": true
933
- }
888
+ "type": "String"
889
+ },
890
+ {
891
+ "id": "headers",
892
+ "label": "Headers",
893
+ "description": "Provide Kafka producer headers in JSON",
894
+ "optional": true,
895
+ "feel": "required",
896
+ "group": "kafka",
897
+ "binding": {
898
+ "name": "headers",
899
+ "type": "zeebe:input"
900
+ },
901
+ "type": "String"
934
902
  },
935
903
  {
904
+ "id": "additionalProperties",
936
905
  "label": "Additional properties",
937
906
  "description": "Provide additional Kafka producer properties in JSON",
938
- "group": "kafka",
939
- "type": "String",
940
907
  "optional": true,
941
908
  "feel": "required",
909
+ "group": "kafka",
942
910
  "binding": {
943
- "type": "zeebe:input",
944
- "name": "additionalProperties"
945
- }
911
+ "name": "additionalProperties",
912
+ "type": "zeebe:input"
913
+ },
914
+ "type": "String"
946
915
  },
947
916
  {
917
+ "id": "message.key",
948
918
  "label": "Key",
949
919
  "description": "Provide message key",
950
- "group": "message",
951
- "type": "String",
920
+ "optional": false,
921
+ "constraints": {
922
+ "notEmpty": true
923
+ },
952
924
  "feel": "optional",
925
+ "group": "message",
953
926
  "binding": {
954
- "type": "zeebe:input",
955
- "name": "message.key"
927
+ "name": "message.key",
928
+ "type": "zeebe:input"
956
929
  },
957
- "constraints": {
958
- "notEmpty": true
959
- }
930
+ "type": "String"
960
931
  },
961
932
  {
933
+ "id": "message.value",
962
934
  "label": "Value",
963
935
  "description": "Provide message value",
964
- "group": "message",
965
- "type": "String",
936
+ "optional": false,
937
+ "constraints": {
938
+ "notEmpty": true
939
+ },
966
940
  "feel": "optional",
941
+ "group": "message",
967
942
  "binding": {
968
- "type": "zeebe:input",
969
- "name": "message.value"
943
+ "name": "message.value",
944
+ "type": "zeebe:input"
970
945
  },
946
+ "type": "String"
947
+ },
948
+ {
949
+ "id": "avro.schema",
950
+ "label": "Avro schema",
951
+ "description": "Avro schema for the message value",
952
+ "optional": false,
971
953
  "constraints": {
972
954
  "notEmpty": true
973
- }
955
+ },
956
+ "feel": "required",
957
+ "group": "message",
958
+ "binding": {
959
+ "name": "avro.schema",
960
+ "type": "zeebe:input"
961
+ },
962
+ "condition": {
963
+ "property": "serializationType",
964
+ "equals": "avro",
965
+ "type": "simple"
966
+ },
967
+ "type": "Text"
974
968
  },
975
969
  {
970
+ "id": "resultVariable",
976
971
  "label": "Result variable",
977
- "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>",
972
+ "description": "Name of variable to store the response in",
978
973
  "group": "output",
979
- "type": "String",
980
974
  "binding": {
981
- "type": "zeebe:taskHeader",
982
- "key": "resultVariable"
983
- }
975
+ "key": "resultVariable",
976
+ "type": "zeebe:taskHeader"
977
+ },
978
+ "type": "String"
984
979
  },
985
980
  {
981
+ "id": "resultExpression",
986
982
  "label": "Result expression",
987
- "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>",
988
- "group": "output",
989
- "type": "Text",
983
+ "description": "Expression to map the response into process variables",
990
984
  "feel": "required",
985
+ "group": "output",
991
986
  "binding": {
992
- "type": "zeebe:taskHeader",
993
- "key": "resultExpression"
994
- }
987
+ "key": "resultExpression",
988
+ "type": "zeebe:taskHeader"
989
+ },
990
+ "type": "Text"
995
991
  },
996
992
  {
993
+ "id": "errorExpression",
997
994
  "label": "Error expression",
998
- "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>",
999
- "group": "errors",
1000
- "type": "Text",
995
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1001
996
  "feel": "required",
997
+ "group": "error",
1002
998
  "binding": {
1003
- "type": "zeebe:taskHeader",
1004
- "key": "errorExpression"
1005
- }
999
+ "key": "errorExpression",
1000
+ "type": "zeebe:taskHeader"
1001
+ },
1002
+ "type": "Text"
1003
+ },
1004
+ {
1005
+ "id": "retryCount",
1006
+ "label": "Retries",
1007
+ "description": "Number of retries",
1008
+ "value": "3",
1009
+ "feel": "optional",
1010
+ "group": "retries",
1011
+ "binding": {
1012
+ "property": "retries",
1013
+ "type": "zeebe:taskDefinition"
1014
+ },
1015
+ "type": "String"
1016
+ },
1017
+ {
1018
+ "id": "retryBackoff",
1019
+ "label": "Retry backoff",
1020
+ "description": "ISO-8601 duration to wait between retries",
1021
+ "value": "PT0S",
1022
+ "feel": "optional",
1023
+ "group": "retries",
1024
+ "binding": {
1025
+ "key": "retryBackoff",
1026
+ "type": "zeebe:taskHeader"
1027
+ },
1028
+ "type": "String"
1006
1029
  }
1007
1030
  ],
1008
1031
  "icon": {
1009
- "contents": "data:image/svg+xml;utf8,%3Csvg width='18' height='18' viewBox='0 0 256 416' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M201.816 230.216c-16.186 0-30.697 7.171-40.634 18.461l-25.463-18.026c2.703-7.442 4.255-15.433 4.255-23.797 0-8.219-1.498-16.076-4.112-23.408l25.406-17.835c9.936 11.233 24.409 18.365 40.548 18.365 29.875 0 54.184-24.305 54.184-54.184 0-29.879-24.309-54.184-54.184-54.184-29.875 0-54.184 24.305-54.184 54.184 0 5.348.808 10.505 2.258 15.389l-25.423 17.844c-10.62-13.175-25.911-22.374-43.333-25.182v-30.64c24.544-5.155 43.037-26.962 43.037-53.019C124.171 24.305 99.862 0 69.987 0 40.112 0 15.803 24.305 15.803 54.184c0 25.708 18.014 47.246 42.067 52.769v31.038C25.044 143.753 0 172.401 0 206.854c0 34.621 25.292 63.374 58.355 68.94v32.774c-24.299 5.341-42.552 27.011-42.552 52.894 0 29.879 24.309 54.184 54.184 54.184 29.875 0 54.184-24.305 54.184-54.184 0-25.883-18.253-47.553-42.552-52.894v-32.775a69.965 69.965 0 0 0 42.6-24.776l25.633 18.143c-1.423 4.84-2.22 9.946-2.22 15.24 0 29.879 24.309 54.184 54.184 54.184 29.875 0 54.184-24.305 54.184-54.184 0-29.879-24.309-54.184-54.184-54.184zm0-126.695c14.487 0 26.27 11.788 26.27 26.271s-11.783 26.27-26.27 26.27-26.27-11.787-26.27-26.27c0-14.483 11.783-26.271 26.27-26.271zm-158.1-49.337c0-14.483 11.784-26.27 26.271-26.27s26.27 11.787 26.27 26.27c0 14.483-11.783 26.27-26.27 26.27s-26.271-11.787-26.271-26.27zm52.541 307.278c0 14.483-11.783 26.27-26.27 26.27s-26.271-11.787-26.271-26.27c0-14.483 11.784-26.27 26.271-26.27s26.27 11.787 26.27 26.27zm-26.272-117.97c-20.205 0-36.642-16.434-36.642-36.638 0-20.205 16.437-36.642 36.642-36.642 20.204 0 36.641 16.437 36.641 36.642 0 20.204-16.437 36.638-36.641 36.638zm131.831 67.179c-14.487 0-26.27-11.788-26.27-26.271s11.783-26.27 26.27-26.27 26.27 11.787 26.27 26.27c0 14.483-11.783 26.271-26.27 26.271z' style='fill:%23231f20'/%3E%3C/svg%3E"
1032
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
1010
1033
  },
1011
1034
  "engines": {
1012
- "camunda": "^8.2"
1035
+ "camunda": "^8.5"
1013
1036
  }
1014
1037
  },
1015
1038
  {
@@ -1362,11 +1385,11 @@
1362
1385
  },
1363
1386
  {
1364
1387
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1365
- "name": "Kafka Outbound Connector",
1388
+ "name": "Kafka producer connector",
1366
1389
  "id": "io.camunda.connectors.KAFKA.v1",
1367
- "version": 3,
1390
+ "version": 1,
1368
1391
  "description": "Produce Kafka message",
1369
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound",
1392
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/",
1370
1393
  "category": {
1371
1394
  "id": "connectors",
1372
1395
  "name": "Connectors"
@@ -1408,7 +1431,6 @@
1408
1431
  },
1409
1432
  {
1410
1433
  "label": "Username",
1411
- "id": "authentication.username",
1412
1434
  "description": "Provide the username (must have permissions to produce message to the topic)",
1413
1435
  "group": "authentication",
1414
1436
  "type": "String",
@@ -1420,7 +1442,6 @@
1420
1442
  },
1421
1443
  {
1422
1444
  "label": "Password",
1423
- "id": "authentication.password",
1424
1445
  "description": "Provide a password for the user",
1425
1446
  "group": "authentication",
1426
1447
  "type": "String",
@@ -1432,7 +1453,6 @@
1432
1453
  },
1433
1454
  {
1434
1455
  "label": "Bootstrap servers",
1435
- "id": "topic.bootstrapServers",
1436
1456
  "description": "Provide bootstrap server(s), comma-delimited if there are multiple",
1437
1457
  "group": "kafka",
1438
1458
  "type": "String",
@@ -1447,7 +1467,6 @@
1447
1467
  },
1448
1468
  {
1449
1469
  "label": "Topic",
1450
- "id": "topic.topicName",
1451
1470
  "description": "Provide topic name",
1452
1471
  "group": "kafka",
1453
1472
  "type": "String",
@@ -1460,22 +1479,8 @@
1460
1479
  "notEmpty": true
1461
1480
  }
1462
1481
  },
1463
- {
1464
- "label": "Headers",
1465
- "id": "headers",
1466
- "description": "Provide Kafka producer headers in JSON",
1467
- "group": "kafka",
1468
- "type": "String",
1469
- "optional": true,
1470
- "feel": "required",
1471
- "binding": {
1472
- "type": "zeebe:input",
1473
- "name": "headers"
1474
- }
1475
- },
1476
1482
  {
1477
1483
  "label": "Additional properties",
1478
- "id": "additionalProperties",
1479
1484
  "description": "Provide additional Kafka producer properties in JSON",
1480
1485
  "group": "kafka",
1481
1486
  "type": "String",
@@ -1488,7 +1493,6 @@
1488
1493
  },
1489
1494
  {
1490
1495
  "label": "Key",
1491
- "id": "message.key",
1492
1496
  "description": "Provide message key",
1493
1497
  "group": "message",
1494
1498
  "type": "String",
@@ -1503,7 +1507,6 @@
1503
1507
  },
1504
1508
  {
1505
1509
  "label": "Value",
1506
- "id": "message.value",
1507
1510
  "description": "Provide message value",
1508
1511
  "group": "message",
1509
1512
  "type": "String",
@@ -1518,7 +1521,6 @@
1518
1521
  },
1519
1522
  {
1520
1523
  "label": "Result variable",
1521
- "id": "resultVariable",
1522
1524
  "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>",
1523
1525
  "group": "output",
1524
1526
  "type": "String",
@@ -1529,7 +1531,6 @@
1529
1531
  },
1530
1532
  {
1531
1533
  "label": "Result expression",
1532
- "id": "resultExpression",
1533
1534
  "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>",
1534
1535
  "group": "output",
1535
1536
  "type": "Text",
@@ -1541,7 +1542,6 @@
1541
1542
  },
1542
1543
  {
1543
1544
  "label": "Error expression",
1544
- "id": "errorExpression",
1545
1545
  "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>",
1546
1546
  "group": "errors",
1547
1547
  "type": "Text",
@@ -1556,7 +1556,7 @@
1556
1556
  "contents": "data:image/svg+xml;utf8,%3Csvg width='18' height='18' viewBox='0 0 256 416' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M201.816 230.216c-16.186 0-30.697 7.171-40.634 18.461l-25.463-18.026c2.703-7.442 4.255-15.433 4.255-23.797 0-8.219-1.498-16.076-4.112-23.408l25.406-17.835c9.936 11.233 24.409 18.365 40.548 18.365 29.875 0 54.184-24.305 54.184-54.184 0-29.879-24.309-54.184-54.184-54.184-29.875 0-54.184 24.305-54.184 54.184 0 5.348.808 10.505 2.258 15.389l-25.423 17.844c-10.62-13.175-25.911-22.374-43.333-25.182v-30.64c24.544-5.155 43.037-26.962 43.037-53.019C124.171 24.305 99.862 0 69.987 0 40.112 0 15.803 24.305 15.803 54.184c0 25.708 18.014 47.246 42.067 52.769v31.038C25.044 143.753 0 172.401 0 206.854c0 34.621 25.292 63.374 58.355 68.94v32.774c-24.299 5.341-42.552 27.011-42.552 52.894 0 29.879 24.309 54.184 54.184 54.184 29.875 0 54.184-24.305 54.184-54.184 0-25.883-18.253-47.553-42.552-52.894v-32.775a69.965 69.965 0 0 0 42.6-24.776l25.633 18.143c-1.423 4.84-2.22 9.946-2.22 15.24 0 29.879 24.309 54.184 54.184 54.184 29.875 0 54.184-24.305 54.184-54.184 0-29.879-24.309-54.184-54.184-54.184zm0-126.695c14.487 0 26.27 11.788 26.27 26.271s-11.783 26.27-26.27 26.27-26.27-11.787-26.27-26.27c0-14.483 11.783-26.271 26.27-26.271zm-158.1-49.337c0-14.483 11.784-26.27 26.271-26.27s26.27 11.787 26.27 26.27c0 14.483-11.783 26.27-26.27 26.27s-26.271-11.787-26.271-26.27zm52.541 307.278c0 14.483-11.783 26.27-26.27 26.27s-26.271-11.787-26.271-26.27c0-14.483 11.784-26.27 26.271-26.27s26.27 11.787 26.27 26.27zm-26.272-117.97c-20.205 0-36.642-16.434-36.642-36.638 0-20.205 16.437-36.642 36.642-36.642 20.204 0 36.641 16.437 36.641 36.642 0 20.204-16.437 36.638-36.641 36.638zm131.831 67.179c-14.487 0-26.27-11.788-26.27-26.271s11.783-26.27 26.27-26.27 26.27 11.787 26.27 26.27c0 14.483-11.783 26.271-26.27 26.271z' style='fill:%23231f20'/%3E%3C/svg%3E"
1557
1557
  },
1558
1558
  "engines": {
1559
- "camunda": "^8.4"
1559
+ "camunda": "^8.2"
1560
1560
  }
1561
1561
  }
1562
1562
  ]