@camunda/connectors-element-templates 1.0.16 → 1.0.17
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.
- package/package.json +1 -1
- package/src/connectors.js +2 -0
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +1 -0
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +3 -2
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +3 -2
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +3 -2
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +3 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +30 -30
- package/src/element-templates/agenticai-aiagent-job-worker.json +163 -163
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +2144 -2144
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +467 -466
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +482 -481
- package/src/element-templates/automation-anywhere-outbound-connector.json +613 -613
- package/src/element-templates/aws-bedrock-outbound-connector.json +74 -74
- package/src/element-templates/aws-dynamodb-outbound-connector.json +80 -80
- package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +22 -22
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
- package/src/element-templates/aws-eventbridge-outbound-connector.json +188 -188
- package/src/element-templates/aws-lambda-outbound-connector.json +238 -238
- package/src/element-templates/aws-sns-inbound-boundary.json +193 -193
- package/src/element-templates/aws-sns-inbound-intermediate.json +332 -332
- package/src/element-templates/aws-sns-inbound-message-start.json +110 -110
- package/src/element-templates/aws-sns-outbound-connector.json +741 -741
- package/src/element-templates/aws-sqs-boundary-connector.json +232 -232
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +493 -493
- package/src/element-templates/aws-sqs-outbound-connector.json +753 -753
- package/src/element-templates/aws-sqs-start-event-connector.json +483 -483
- package/src/element-templates/aws-sqs-start-message.json +438 -438
- package/src/element-templates/aws-textract-outbound-connector.json +123 -123
- package/src/element-templates/azure-open-ai-connector.json +32 -32
- package/src/element-templates/blue-prism-connector.json +6 -6
- package/src/element-templates/easy-post-connector.json +114 -114
- package/src/element-templates/email-inbound-connector-boundary.json +19 -19
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-message-start-event-connector.json +32 -32
- package/src/element-templates/email-outbound-connector.json +233 -233
- package/src/element-templates/github-connector.json +11435 -7908
- package/src/element-templates/github-webhook-connector-boundary.json +16 -16
- package/src/element-templates/github-webhook-connector-intermediate.json +25 -25
- package/src/element-templates/github-webhook-connector-start-event.json +64 -64
- package/src/element-templates/gitlab-connector.json +3394 -3394
- package/src/element-templates/google-drive-outbound-connector.json +420 -420
- package/src/element-templates/google-maps-platform-connector.json +14 -14
- package/src/element-templates/google-sheets-outbound-connector.json +1055 -1055
- package/src/element-templates/graphql-outbound-connector.json +1341 -763
- package/src/element-templates/http-connector.json.json +654 -0
- package/src/element-templates/http-json-connector.json +1489 -1475
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +801 -136
- package/src/element-templates/http-polling-connector.json +1604 -939
- package/src/element-templates/hugging-face-connector.json +196 -0
- package/src/element-templates/kafka-inbound-connector-boundary.json +483 -483
- package/src/element-templates/kafka-inbound-connector-intermediate.json +466 -466
- package/src/element-templates/kafka-inbound-connector-start-message.json +529 -529
- package/src/element-templates/kafka-outbound-connector.json +360 -360
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +147 -7
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +147 -7
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +160 -20
- package/src/element-templates/microsoft-teams-outbound-connector.json +1892 -47
- package/src/element-templates/openai-connector.json +83 -83
- package/src/element-templates/operate-connector.json +21 -21
- package/src/element-templates/power-automate-connector.json +4 -4
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +422 -422
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +338 -338
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +463 -463
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +360 -360
- package/src/element-templates/rabbitmq-outbound-connector.json +354 -354
- package/src/element-templates/salesforce-connector.json +38 -38
- package/src/element-templates/sendgrid-outbound-connector.json +354 -354
- package/src/element-templates/slack-inbound-boundary.json +253 -253
- package/src/element-templates/slack-inbound-message-start.json +321 -321
- package/src/element-templates/slack-inbound-start-event.json +327 -327
- package/src/element-templates/slack-outbound-connector.json +1203 -507
- package/src/element-templates/twilio-connector.json +65 -65
- package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
- package/src/element-templates/twilio-webhook-intermediate-connector.json +25 -25
- package/src/element-templates/uipath-connector.json +10 -10
- package/src/element-templates/webhook-connector-boundary.json +1192 -547
- package/src/element-templates/webhook-connector-intermediate.json +1258 -613
- package/src/element-templates/webhook-connector-receive.json +644 -0
- package/src/element-templates/webhook-connector-start-event.json +1690 -1136
- package/src/element-templates/webhook-connector-start-message.json +1601 -924
|
@@ -495,11 +495,11 @@
|
|
|
495
495
|
},
|
|
496
496
|
{
|
|
497
497
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
498
|
-
"name": "Kafka
|
|
498
|
+
"name": "Kafka consumer connector",
|
|
499
499
|
"id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
|
|
500
|
-
"
|
|
501
|
-
"
|
|
502
|
-
"
|
|
500
|
+
"version": 1,
|
|
501
|
+
"description": "Consume Kafka message",
|
|
502
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka-inbound/",
|
|
503
503
|
"category": {
|
|
504
504
|
"id": "connectors",
|
|
505
505
|
"name": "Connectors"
|
|
@@ -518,53 +518,41 @@
|
|
|
518
518
|
"id": "kafka",
|
|
519
519
|
"label": "Kafka"
|
|
520
520
|
},
|
|
521
|
-
{
|
|
522
|
-
"id": "message",
|
|
523
|
-
"label": "Message deserialization"
|
|
524
|
-
},
|
|
525
521
|
{
|
|
526
522
|
"id": "activation",
|
|
527
523
|
"label": "Activation"
|
|
528
524
|
},
|
|
529
525
|
{
|
|
530
|
-
"id": "
|
|
531
|
-
"label": "
|
|
532
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
533
|
-
},
|
|
534
|
-
{
|
|
535
|
-
"id": "deduplication",
|
|
536
|
-
"label": "Deduplication",
|
|
537
|
-
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
538
|
-
},
|
|
539
|
-
{
|
|
540
|
-
"id": "output",
|
|
541
|
-
"label": "Output mapping"
|
|
526
|
+
"id": "variable-mapping",
|
|
527
|
+
"label": "Variable mapping"
|
|
542
528
|
}
|
|
543
529
|
],
|
|
544
530
|
"properties": [
|
|
545
531
|
{
|
|
532
|
+
"type": "Hidden",
|
|
546
533
|
"value": "io.camunda:connector-kafka-inbound:1",
|
|
547
534
|
"binding": {
|
|
548
|
-
"
|
|
549
|
-
"
|
|
535
|
+
"type": "zeebe:property",
|
|
536
|
+
"name": "inbound.type"
|
|
537
|
+
}
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"type": "Hidden",
|
|
541
|
+
"generatedValue": {
|
|
542
|
+
"type": "uuid"
|
|
550
543
|
},
|
|
551
|
-
"
|
|
544
|
+
"binding": {
|
|
545
|
+
"type": "bpmn:Message#property",
|
|
546
|
+
"name": "name"
|
|
547
|
+
}
|
|
552
548
|
},
|
|
553
549
|
{
|
|
554
|
-
"id": "authenticationType",
|
|
555
550
|
"label": "Authentication type",
|
|
556
551
|
"description": "Username/password or custom",
|
|
557
|
-
"
|
|
558
|
-
"value": "credentials",
|
|
559
|
-
"constraints": {
|
|
560
|
-
"notEmpty": true
|
|
561
|
-
},
|
|
552
|
+
"id": "authenticationType",
|
|
562
553
|
"group": "authentication",
|
|
563
|
-
"binding": {
|
|
564
|
-
"name": "authenticationType",
|
|
565
|
-
"type": "zeebe:property"
|
|
566
|
-
},
|
|
567
554
|
"type": "Dropdown",
|
|
555
|
+
"value": "credentials",
|
|
568
556
|
"choices": [
|
|
569
557
|
{
|
|
570
558
|
"name": "Credentials",
|
|
@@ -574,143 +562,104 @@
|
|
|
574
562
|
"name": "Custom",
|
|
575
563
|
"value": "custom"
|
|
576
564
|
}
|
|
577
|
-
]
|
|
565
|
+
],
|
|
566
|
+
"binding": {
|
|
567
|
+
"type": "zeebe:property",
|
|
568
|
+
"name": "authenticationType"
|
|
569
|
+
}
|
|
578
570
|
},
|
|
579
571
|
{
|
|
580
|
-
"id": "authentication.username",
|
|
581
572
|
"label": "Username",
|
|
582
573
|
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
583
|
-
"optional": true,
|
|
584
574
|
"group": "authentication",
|
|
575
|
+
"type": "String",
|
|
576
|
+
"feel": "optional",
|
|
577
|
+
"optional": true,
|
|
585
578
|
"binding": {
|
|
586
|
-
"
|
|
587
|
-
"
|
|
579
|
+
"type": "zeebe:property",
|
|
580
|
+
"name": "authentication.username"
|
|
588
581
|
},
|
|
589
|
-
"
|
|
582
|
+
"condition": {
|
|
583
|
+
"property": "authenticationType",
|
|
584
|
+
"equals": "credentials"
|
|
585
|
+
}
|
|
590
586
|
},
|
|
591
587
|
{
|
|
592
|
-
"id": "authentication.password",
|
|
593
588
|
"label": "Password",
|
|
594
589
|
"description": "Provide a password for the user",
|
|
595
|
-
"optional": true,
|
|
596
590
|
"group": "authentication",
|
|
591
|
+
"type": "String",
|
|
592
|
+
"feel": "optional",
|
|
593
|
+
"optional": true,
|
|
597
594
|
"binding": {
|
|
598
|
-
"
|
|
599
|
-
"
|
|
600
|
-
},
|
|
601
|
-
"type": "String"
|
|
602
|
-
},
|
|
603
|
-
{
|
|
604
|
-
"id": "serializationType",
|
|
605
|
-
"label": "Deserialization type",
|
|
606
|
-
"description": "Select the deserialization type. For details, visit the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound\" target=\"_blank\">documentation</a>",
|
|
607
|
-
"optional": false,
|
|
608
|
-
"value": "json",
|
|
609
|
-
"group": "kafka",
|
|
610
|
-
"binding": {
|
|
611
|
-
"name": "serializationType",
|
|
612
|
-
"type": "zeebe:property"
|
|
595
|
+
"type": "zeebe:property",
|
|
596
|
+
"name": "authentication.password"
|
|
613
597
|
},
|
|
614
|
-
"
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
"value": "json"
|
|
619
|
-
},
|
|
620
|
-
{
|
|
621
|
-
"name": "Avro (experimental)",
|
|
622
|
-
"value": "avro"
|
|
623
|
-
}
|
|
624
|
-
]
|
|
598
|
+
"condition": {
|
|
599
|
+
"property": "authenticationType",
|
|
600
|
+
"equals": "credentials"
|
|
601
|
+
}
|
|
625
602
|
},
|
|
626
603
|
{
|
|
627
|
-
"id": "topic.bootstrapServers",
|
|
628
604
|
"label": "Bootstrap servers",
|
|
629
605
|
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
630
|
-
"optional": false,
|
|
631
|
-
"constraints": {
|
|
632
|
-
"notEmpty": true
|
|
633
|
-
},
|
|
634
606
|
"group": "kafka",
|
|
607
|
+
"type": "String",
|
|
608
|
+
"feel": "optional",
|
|
635
609
|
"binding": {
|
|
636
|
-
"
|
|
637
|
-
"
|
|
610
|
+
"type": "zeebe:property",
|
|
611
|
+
"name": "topic.bootstrapServers"
|
|
638
612
|
},
|
|
639
|
-
"type": "String"
|
|
640
|
-
},
|
|
641
|
-
{
|
|
642
|
-
"id": "topic.topicName",
|
|
643
|
-
"label": "Topic",
|
|
644
|
-
"description": "Provide topic name",
|
|
645
|
-
"optional": false,
|
|
646
613
|
"constraints": {
|
|
647
614
|
"notEmpty": true
|
|
648
|
-
}
|
|
649
|
-
"group": "kafka",
|
|
650
|
-
"binding": {
|
|
651
|
-
"name": "topic.topicName",
|
|
652
|
-
"type": "zeebe:property"
|
|
653
|
-
},
|
|
654
|
-
"type": "String"
|
|
615
|
+
}
|
|
655
616
|
},
|
|
656
617
|
{
|
|
657
|
-
"
|
|
658
|
-
"
|
|
659
|
-
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
660
|
-
"optional": false,
|
|
618
|
+
"label": "Topic",
|
|
619
|
+
"description": "Provide the topic name",
|
|
661
620
|
"group": "kafka",
|
|
621
|
+
"type": "String",
|
|
622
|
+
"feel": "optional",
|
|
662
623
|
"binding": {
|
|
663
|
-
"
|
|
664
|
-
"
|
|
624
|
+
"type": "zeebe:property",
|
|
625
|
+
"name": "topic.topicName"
|
|
665
626
|
},
|
|
666
|
-
"
|
|
627
|
+
"constraints": {
|
|
628
|
+
"notEmpty": true
|
|
629
|
+
}
|
|
667
630
|
},
|
|
668
631
|
{
|
|
669
|
-
"id": "additionalProperties",
|
|
670
632
|
"label": "Additional properties",
|
|
671
633
|
"description": "Provide additional Kafka consumer properties in JSON",
|
|
634
|
+
"group": "kafka",
|
|
635
|
+
"type": "String",
|
|
672
636
|
"optional": true,
|
|
673
637
|
"feel": "required",
|
|
674
|
-
"group": "kafka",
|
|
675
638
|
"binding": {
|
|
676
|
-
"
|
|
677
|
-
"
|
|
678
|
-
}
|
|
679
|
-
"type": "String"
|
|
639
|
+
"type": "zeebe:property",
|
|
640
|
+
"name": "additionalProperties"
|
|
641
|
+
}
|
|
680
642
|
},
|
|
681
643
|
{
|
|
682
|
-
"id": "offsets",
|
|
683
644
|
"label": "Offsets",
|
|
684
|
-
"description": "
|
|
685
|
-
"optional": true,
|
|
686
|
-
"feel": "optional",
|
|
645
|
+
"description": "Comma-separated list of offsets, e.g., '10,23' or '=[ \"10\", \"23\"]'. If specified, it has to have the same number of values as the number of partitions",
|
|
687
646
|
"group": "kafka",
|
|
647
|
+
"type": "String",
|
|
648
|
+
"feel": "optional",
|
|
649
|
+
"optional": true,
|
|
688
650
|
"binding": {
|
|
689
|
-
"
|
|
690
|
-
"
|
|
691
|
-
}
|
|
692
|
-
"type": "String"
|
|
651
|
+
"type": "zeebe:property",
|
|
652
|
+
"name": "offsets"
|
|
653
|
+
}
|
|
693
654
|
},
|
|
694
655
|
{
|
|
695
|
-
"id": "autoOffsetReset",
|
|
696
656
|
"label": "Auto offset reset",
|
|
697
657
|
"description": "What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. You should only select none if you specified the offsets",
|
|
698
|
-
"
|
|
699
|
-
"value": "latest",
|
|
700
|
-
"constraints": {
|
|
701
|
-
"notEmpty": true
|
|
702
|
-
},
|
|
658
|
+
"id": "autoOffsetReset",
|
|
703
659
|
"group": "kafka",
|
|
704
|
-
"binding": {
|
|
705
|
-
"name": "autoOffsetReset",
|
|
706
|
-
"type": "zeebe:property"
|
|
707
|
-
},
|
|
708
660
|
"type": "Dropdown",
|
|
661
|
+
"value": "latest",
|
|
709
662
|
"choices": [
|
|
710
|
-
{
|
|
711
|
-
"name": "None",
|
|
712
|
-
"value": "none"
|
|
713
|
-
},
|
|
714
663
|
{
|
|
715
664
|
"name": "Latest",
|
|
716
665
|
"value": "latest"
|
|
@@ -718,230 +667,92 @@
|
|
|
718
667
|
{
|
|
719
668
|
"name": "Earliest",
|
|
720
669
|
"value": "earliest"
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
"name": "None",
|
|
673
|
+
"value": "none"
|
|
721
674
|
}
|
|
722
|
-
]
|
|
723
|
-
},
|
|
724
|
-
{
|
|
725
|
-
"id": "avro.schema",
|
|
726
|
-
"label": "Avro schema",
|
|
727
|
-
"description": "Avro schema for the message value",
|
|
728
|
-
"optional": false,
|
|
729
|
-
"constraints": {
|
|
730
|
-
"notEmpty": true
|
|
731
|
-
},
|
|
732
|
-
"feel": "required",
|
|
733
|
-
"group": "message",
|
|
675
|
+
],
|
|
734
676
|
"binding": {
|
|
735
|
-
"
|
|
736
|
-
"
|
|
737
|
-
}
|
|
738
|
-
"condition": {
|
|
739
|
-
"property": "serializationType",
|
|
740
|
-
"equals": "avro",
|
|
741
|
-
"type": "simple"
|
|
742
|
-
},
|
|
743
|
-
"type": "Text"
|
|
677
|
+
"type": "zeebe:property",
|
|
678
|
+
"name": "autoOffsetReset"
|
|
679
|
+
}
|
|
744
680
|
},
|
|
745
681
|
{
|
|
746
|
-
"
|
|
747
|
-
"
|
|
748
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
749
|
-
"optional": true,
|
|
750
|
-
"feel": "required",
|
|
682
|
+
"label": "Correlation key (process)",
|
|
683
|
+
"type": "String",
|
|
751
684
|
"group": "activation",
|
|
685
|
+
"feel": "required",
|
|
686
|
+
"description": "Sets up the correlation key from process variables",
|
|
752
687
|
"binding": {
|
|
753
|
-
"
|
|
754
|
-
"
|
|
688
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
689
|
+
"name": "correlationKey"
|
|
755
690
|
},
|
|
756
|
-
"
|
|
691
|
+
"constraints": {
|
|
692
|
+
"notEmpty": true
|
|
693
|
+
}
|
|
757
694
|
},
|
|
758
695
|
{
|
|
759
|
-
"
|
|
760
|
-
"
|
|
761
|
-
"value": true,
|
|
696
|
+
"label": "Correlation key (payload)",
|
|
697
|
+
"type": "String",
|
|
762
698
|
"group": "activation",
|
|
763
|
-
"binding": {
|
|
764
|
-
"name": "consumeUnmatchedEvents",
|
|
765
|
-
"type": "zeebe:property"
|
|
766
|
-
},
|
|
767
|
-
"tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
|
|
768
|
-
"type": "Boolean"
|
|
769
|
-
},
|
|
770
|
-
{
|
|
771
|
-
"id": "correlationKeyProcess",
|
|
772
|
-
"label": "Correlation key (process)",
|
|
773
|
-
"description": "Sets up the correlation key from process variables",
|
|
774
|
-
"constraints": {
|
|
775
|
-
"notEmpty": true
|
|
776
|
-
},
|
|
777
699
|
"feel": "required",
|
|
778
|
-
"group": "correlation",
|
|
779
700
|
"binding": {
|
|
780
|
-
"
|
|
781
|
-
"
|
|
701
|
+
"type": "zeebe:property",
|
|
702
|
+
"name": "correlationKeyExpression"
|
|
782
703
|
},
|
|
783
|
-
"type": "String"
|
|
784
|
-
},
|
|
785
|
-
{
|
|
786
|
-
"id": "correlationKeyPayload",
|
|
787
|
-
"label": "Correlation key (payload)",
|
|
788
704
|
"description": "Extracts the correlation key from the incoming message payload",
|
|
789
705
|
"constraints": {
|
|
790
706
|
"notEmpty": true
|
|
791
|
-
}
|
|
792
|
-
"feel": "required",
|
|
793
|
-
"group": "correlation",
|
|
794
|
-
"binding": {
|
|
795
|
-
"name": "correlationKeyExpression",
|
|
796
|
-
"type": "zeebe:property"
|
|
797
|
-
},
|
|
798
|
-
"type": "String"
|
|
707
|
+
}
|
|
799
708
|
},
|
|
800
709
|
{
|
|
801
|
-
"
|
|
802
|
-
"
|
|
803
|
-
"
|
|
804
|
-
"optional": true,
|
|
710
|
+
"label": "Activation condition",
|
|
711
|
+
"type": "String",
|
|
712
|
+
"group": "activation",
|
|
805
713
|
"feel": "required",
|
|
806
|
-
"group": "correlation",
|
|
807
|
-
"binding": {
|
|
808
|
-
"name": "messageIdExpression",
|
|
809
|
-
"type": "zeebe:property"
|
|
810
|
-
},
|
|
811
|
-
"type": "String"
|
|
812
|
-
},
|
|
813
|
-
{
|
|
814
|
-
"id": "messageTtl",
|
|
815
|
-
"label": "Message TTL",
|
|
816
|
-
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
817
714
|
"optional": true,
|
|
818
|
-
"constraints": {
|
|
819
|
-
"notEmpty": false,
|
|
820
|
-
"pattern": {
|
|
821
|
-
"value": "^(PT.*|)$",
|
|
822
|
-
"message": "must be an ISO-8601 duration"
|
|
823
|
-
}
|
|
824
|
-
},
|
|
825
|
-
"feel": "optional",
|
|
826
|
-
"group": "correlation",
|
|
827
|
-
"binding": {
|
|
828
|
-
"name": "messageTtl",
|
|
829
|
-
"type": "zeebe:property"
|
|
830
|
-
},
|
|
831
|
-
"type": "String"
|
|
832
|
-
},
|
|
833
|
-
{
|
|
834
|
-
"id": "messageNameUuid",
|
|
835
|
-
"generatedValue": {
|
|
836
|
-
"type": "uuid"
|
|
837
|
-
},
|
|
838
|
-
"group": "correlation",
|
|
839
715
|
"binding": {
|
|
840
|
-
"
|
|
841
|
-
"
|
|
842
|
-
},
|
|
843
|
-
"type": "Hidden"
|
|
844
|
-
},
|
|
845
|
-
{
|
|
846
|
-
"id": "deduplicationModeManualFlag",
|
|
847
|
-
"label": "Manual mode",
|
|
848
|
-
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
849
|
-
"value": false,
|
|
850
|
-
"group": "deduplication",
|
|
851
|
-
"binding": {
|
|
852
|
-
"name": "deduplicationModeManualFlag",
|
|
853
|
-
"type": "zeebe:property"
|
|
854
|
-
},
|
|
855
|
-
"type": "Boolean"
|
|
856
|
-
},
|
|
857
|
-
{
|
|
858
|
-
"id": "deduplicationId",
|
|
859
|
-
"label": "Deduplication ID",
|
|
860
|
-
"constraints": {
|
|
861
|
-
"notEmpty": true,
|
|
862
|
-
"pattern": {
|
|
863
|
-
"value": "^[a-zA-Z0-9_-]+$",
|
|
864
|
-
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
865
|
-
}
|
|
866
|
-
},
|
|
867
|
-
"group": "deduplication",
|
|
868
|
-
"binding": {
|
|
869
|
-
"name": "deduplicationId",
|
|
870
|
-
"type": "zeebe:property"
|
|
871
|
-
},
|
|
872
|
-
"condition": {
|
|
873
|
-
"property": "deduplicationModeManualFlag",
|
|
874
|
-
"equals": true,
|
|
875
|
-
"type": "simple"
|
|
876
|
-
},
|
|
877
|
-
"type": "String"
|
|
878
|
-
},
|
|
879
|
-
{
|
|
880
|
-
"id": "deduplicationModeManual",
|
|
881
|
-
"value": "MANUAL",
|
|
882
|
-
"group": "deduplication",
|
|
883
|
-
"binding": {
|
|
884
|
-
"name": "deduplicationMode",
|
|
885
|
-
"type": "zeebe:property"
|
|
886
|
-
},
|
|
887
|
-
"condition": {
|
|
888
|
-
"property": "deduplicationId",
|
|
889
|
-
"isActive": true,
|
|
890
|
-
"type": "simple"
|
|
891
|
-
},
|
|
892
|
-
"type": "Hidden"
|
|
893
|
-
},
|
|
894
|
-
{
|
|
895
|
-
"id": "deduplicationModeAuto",
|
|
896
|
-
"value": "AUTO",
|
|
897
|
-
"group": "deduplication",
|
|
898
|
-
"binding": {
|
|
899
|
-
"name": "deduplicationMode",
|
|
900
|
-
"type": "zeebe:property"
|
|
901
|
-
},
|
|
902
|
-
"condition": {
|
|
903
|
-
"property": "deduplicationId",
|
|
904
|
-
"isActive": false,
|
|
905
|
-
"type": "simple"
|
|
716
|
+
"type": "zeebe:property",
|
|
717
|
+
"name": "activationCondition"
|
|
906
718
|
},
|
|
907
|
-
"
|
|
719
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events"
|
|
908
720
|
},
|
|
909
721
|
{
|
|
910
|
-
"id": "resultVariable",
|
|
911
722
|
"label": "Result variable",
|
|
912
|
-
"
|
|
913
|
-
"group": "
|
|
723
|
+
"type": "String",
|
|
724
|
+
"group": "variable-mapping",
|
|
725
|
+
"optional": true,
|
|
914
726
|
"binding": {
|
|
915
|
-
"
|
|
916
|
-
"
|
|
727
|
+
"type": "zeebe:property",
|
|
728
|
+
"name": "resultVariable"
|
|
917
729
|
},
|
|
918
|
-
"
|
|
730
|
+
"description": "Name of variable to store the result of the connector in"
|
|
919
731
|
},
|
|
920
732
|
{
|
|
921
|
-
"id": "resultExpression",
|
|
922
733
|
"label": "Result expression",
|
|
923
|
-
"description": "Expression to map the
|
|
734
|
+
"description": "Expression to map the inbound payload to process variables",
|
|
735
|
+
"group": "variable-mapping",
|
|
736
|
+
"type": "Text",
|
|
924
737
|
"feel": "required",
|
|
925
|
-
"group": "output",
|
|
926
738
|
"binding": {
|
|
927
|
-
"
|
|
928
|
-
"
|
|
929
|
-
}
|
|
930
|
-
"type": "Text"
|
|
739
|
+
"type": "zeebe:property",
|
|
740
|
+
"name": "resultExpression"
|
|
741
|
+
}
|
|
931
742
|
}
|
|
932
743
|
],
|
|
933
744
|
"icon": {
|
|
934
|
-
"contents": "data:image/svg+xml;
|
|
745
|
+
"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"
|
|
935
746
|
},
|
|
936
747
|
"engines": {
|
|
937
|
-
"camunda": "^8.
|
|
748
|
+
"camunda": "^8.2"
|
|
938
749
|
}
|
|
939
750
|
},
|
|
940
751
|
{
|
|
941
752
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
942
753
|
"name": "Kafka Intermediate Catch Event Connector",
|
|
943
754
|
"id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
|
|
944
|
-
"version":
|
|
755
|
+
"version": 4,
|
|
945
756
|
"description": "Consume Kafka messages",
|
|
946
757
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
947
758
|
"category": {
|
|
@@ -1063,7 +874,6 @@
|
|
|
1063
874
|
"description": "Provide the topic name",
|
|
1064
875
|
"group": "kafka",
|
|
1065
876
|
"type": "String",
|
|
1066
|
-
"feel": "optional",
|
|
1067
877
|
"binding": {
|
|
1068
878
|
"type": "zeebe:property",
|
|
1069
879
|
"name": "topic.topicName"
|
|
@@ -1077,7 +887,6 @@
|
|
|
1077
887
|
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
1078
888
|
"group": "kafka",
|
|
1079
889
|
"type": "String",
|
|
1080
|
-
"feel": "optional",
|
|
1081
890
|
"optional": true,
|
|
1082
891
|
"binding": {
|
|
1083
892
|
"type": "zeebe:property",
|
|
@@ -1166,6 +975,18 @@
|
|
|
1166
975
|
"notEmpty": true
|
|
1167
976
|
}
|
|
1168
977
|
},
|
|
978
|
+
{
|
|
979
|
+
"label": "Message ID expression",
|
|
980
|
+
"feel": "required",
|
|
981
|
+
"type": "String",
|
|
982
|
+
"optional": true,
|
|
983
|
+
"group": "activation",
|
|
984
|
+
"binding": {
|
|
985
|
+
"type": "zeebe:property",
|
|
986
|
+
"name": "messageIdExpression"
|
|
987
|
+
},
|
|
988
|
+
"description": "Expression to extract unique identifier of a message"
|
|
989
|
+
},
|
|
1169
990
|
{
|
|
1170
991
|
"label": "Activation condition",
|
|
1171
992
|
"type": "String",
|
|
@@ -1205,16 +1026,16 @@
|
|
|
1205
1026
|
"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"
|
|
1206
1027
|
},
|
|
1207
1028
|
"engines": {
|
|
1208
|
-
"camunda": "^8.
|
|
1029
|
+
"camunda": "^8.5"
|
|
1209
1030
|
}
|
|
1210
1031
|
},
|
|
1211
1032
|
{
|
|
1212
1033
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1213
1034
|
"name": "Kafka Intermediate Catch Event Connector",
|
|
1214
1035
|
"id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
|
|
1215
|
-
"version": 4,
|
|
1216
1036
|
"description": "Consume Kafka messages",
|
|
1217
1037
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
1038
|
+
"version": 5,
|
|
1218
1039
|
"category": {
|
|
1219
1040
|
"id": "connectors",
|
|
1220
1041
|
"name": "Connectors"
|
|
@@ -1233,41 +1054,53 @@
|
|
|
1233
1054
|
"id": "kafka",
|
|
1234
1055
|
"label": "Kafka"
|
|
1235
1056
|
},
|
|
1057
|
+
{
|
|
1058
|
+
"id": "message",
|
|
1059
|
+
"label": "Message deserialization"
|
|
1060
|
+
},
|
|
1236
1061
|
{
|
|
1237
1062
|
"id": "activation",
|
|
1238
1063
|
"label": "Activation"
|
|
1239
1064
|
},
|
|
1240
1065
|
{
|
|
1241
|
-
"id": "
|
|
1242
|
-
"label": "
|
|
1066
|
+
"id": "correlation",
|
|
1067
|
+
"label": "Correlation",
|
|
1068
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
1069
|
+
},
|
|
1070
|
+
{
|
|
1071
|
+
"id": "deduplication",
|
|
1072
|
+
"label": "Deduplication",
|
|
1073
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
1074
|
+
},
|
|
1075
|
+
{
|
|
1076
|
+
"id": "output",
|
|
1077
|
+
"label": "Output mapping"
|
|
1243
1078
|
}
|
|
1244
1079
|
],
|
|
1245
1080
|
"properties": [
|
|
1246
1081
|
{
|
|
1247
|
-
"type": "Hidden",
|
|
1248
1082
|
"value": "io.camunda:connector-kafka-inbound:1",
|
|
1249
1083
|
"binding": {
|
|
1250
|
-
"
|
|
1251
|
-
"
|
|
1252
|
-
}
|
|
1253
|
-
},
|
|
1254
|
-
{
|
|
1255
|
-
"type": "Hidden",
|
|
1256
|
-
"generatedValue": {
|
|
1257
|
-
"type": "uuid"
|
|
1084
|
+
"name": "inbound.type",
|
|
1085
|
+
"type": "zeebe:property"
|
|
1258
1086
|
},
|
|
1259
|
-
"
|
|
1260
|
-
"type": "bpmn:Message#property",
|
|
1261
|
-
"name": "name"
|
|
1262
|
-
}
|
|
1087
|
+
"type": "Hidden"
|
|
1263
1088
|
},
|
|
1264
1089
|
{
|
|
1090
|
+
"id": "authenticationType",
|
|
1265
1091
|
"label": "Authentication type",
|
|
1266
1092
|
"description": "Username/password or custom",
|
|
1267
|
-
"
|
|
1093
|
+
"optional": false,
|
|
1094
|
+
"value": "credentials",
|
|
1095
|
+
"constraints": {
|
|
1096
|
+
"notEmpty": true
|
|
1097
|
+
},
|
|
1268
1098
|
"group": "authentication",
|
|
1099
|
+
"binding": {
|
|
1100
|
+
"name": "authenticationType",
|
|
1101
|
+
"type": "zeebe:property"
|
|
1102
|
+
},
|
|
1269
1103
|
"type": "Dropdown",
|
|
1270
|
-
"value": "credentials",
|
|
1271
1104
|
"choices": [
|
|
1272
1105
|
{
|
|
1273
1106
|
"name": "Credentials",
|
|
@@ -1277,213 +1110,364 @@
|
|
|
1277
1110
|
"name": "Custom",
|
|
1278
1111
|
"value": "custom"
|
|
1279
1112
|
}
|
|
1280
|
-
]
|
|
1281
|
-
"binding": {
|
|
1282
|
-
"type": "zeebe:property",
|
|
1283
|
-
"name": "authenticationType"
|
|
1284
|
-
}
|
|
1113
|
+
]
|
|
1285
1114
|
},
|
|
1286
1115
|
{
|
|
1116
|
+
"id": "authentication.username",
|
|
1287
1117
|
"label": "Username",
|
|
1288
1118
|
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
1289
|
-
"group": "authentication",
|
|
1290
|
-
"type": "String",
|
|
1291
|
-
"feel": "optional",
|
|
1292
1119
|
"optional": true,
|
|
1120
|
+
"group": "authentication",
|
|
1293
1121
|
"binding": {
|
|
1294
|
-
"
|
|
1295
|
-
"
|
|
1122
|
+
"name": "authentication.username",
|
|
1123
|
+
"type": "zeebe:property"
|
|
1296
1124
|
},
|
|
1297
|
-
"
|
|
1298
|
-
"property": "authenticationType",
|
|
1299
|
-
"equals": "credentials"
|
|
1300
|
-
}
|
|
1125
|
+
"type": "String"
|
|
1301
1126
|
},
|
|
1302
1127
|
{
|
|
1128
|
+
"id": "authentication.password",
|
|
1303
1129
|
"label": "Password",
|
|
1304
1130
|
"description": "Provide a password for the user",
|
|
1305
|
-
"group": "authentication",
|
|
1306
|
-
"type": "String",
|
|
1307
|
-
"feel": "optional",
|
|
1308
1131
|
"optional": true,
|
|
1132
|
+
"group": "authentication",
|
|
1309
1133
|
"binding": {
|
|
1310
|
-
"
|
|
1311
|
-
"
|
|
1134
|
+
"name": "authentication.password",
|
|
1135
|
+
"type": "zeebe:property"
|
|
1312
1136
|
},
|
|
1313
|
-
"
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1137
|
+
"type": "String"
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
"id": "serializationType",
|
|
1141
|
+
"label": "Deserialization type",
|
|
1142
|
+
"description": "Select the deserialization type. For details, visit the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound\" target=\"_blank\">documentation</a>",
|
|
1143
|
+
"optional": false,
|
|
1144
|
+
"value": "json",
|
|
1145
|
+
"group": "kafka",
|
|
1146
|
+
"binding": {
|
|
1147
|
+
"name": "serializationType",
|
|
1148
|
+
"type": "zeebe:property"
|
|
1149
|
+
},
|
|
1150
|
+
"type": "Dropdown",
|
|
1151
|
+
"choices": [
|
|
1152
|
+
{
|
|
1153
|
+
"name": "Default (JSON)",
|
|
1154
|
+
"value": "json"
|
|
1155
|
+
},
|
|
1156
|
+
{
|
|
1157
|
+
"name": "Avro (experimental)",
|
|
1158
|
+
"value": "avro"
|
|
1159
|
+
}
|
|
1160
|
+
]
|
|
1317
1161
|
},
|
|
1318
1162
|
{
|
|
1163
|
+
"id": "topic.bootstrapServers",
|
|
1319
1164
|
"label": "Bootstrap servers",
|
|
1320
1165
|
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
1166
|
+
"optional": false,
|
|
1167
|
+
"constraints": {
|
|
1168
|
+
"notEmpty": true
|
|
1169
|
+
},
|
|
1321
1170
|
"group": "kafka",
|
|
1322
|
-
"
|
|
1171
|
+
"binding": {
|
|
1172
|
+
"name": "topic.bootstrapServers",
|
|
1173
|
+
"type": "zeebe:property"
|
|
1174
|
+
},
|
|
1175
|
+
"type": "String"
|
|
1176
|
+
},
|
|
1177
|
+
{
|
|
1178
|
+
"id": "topic.topicName",
|
|
1179
|
+
"label": "Topic",
|
|
1180
|
+
"description": "Provide topic name",
|
|
1181
|
+
"optional": false,
|
|
1182
|
+
"constraints": {
|
|
1183
|
+
"notEmpty": true
|
|
1184
|
+
},
|
|
1185
|
+
"group": "kafka",
|
|
1186
|
+
"binding": {
|
|
1187
|
+
"name": "topic.topicName",
|
|
1188
|
+
"type": "zeebe:property"
|
|
1189
|
+
},
|
|
1190
|
+
"type": "String"
|
|
1191
|
+
},
|
|
1192
|
+
{
|
|
1193
|
+
"id": "groupId",
|
|
1194
|
+
"label": "Consumer group ID",
|
|
1195
|
+
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
1196
|
+
"optional": false,
|
|
1197
|
+
"group": "kafka",
|
|
1198
|
+
"binding": {
|
|
1199
|
+
"name": "groupId",
|
|
1200
|
+
"type": "zeebe:property"
|
|
1201
|
+
},
|
|
1202
|
+
"type": "String"
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"id": "additionalProperties",
|
|
1206
|
+
"label": "Additional properties",
|
|
1207
|
+
"description": "Provide additional Kafka consumer properties in JSON",
|
|
1208
|
+
"optional": true,
|
|
1209
|
+
"feel": "required",
|
|
1210
|
+
"group": "kafka",
|
|
1211
|
+
"binding": {
|
|
1212
|
+
"name": "additionalProperties",
|
|
1213
|
+
"type": "zeebe:property"
|
|
1214
|
+
},
|
|
1215
|
+
"type": "String"
|
|
1216
|
+
},
|
|
1217
|
+
{
|
|
1218
|
+
"id": "offsets",
|
|
1219
|
+
"label": "Offsets",
|
|
1220
|
+
"description": "List of offsets, e.g. '10' or '=[10, 23]'. If specified, it has to have the same number of values as the number of partitions",
|
|
1221
|
+
"optional": true,
|
|
1323
1222
|
"feel": "optional",
|
|
1223
|
+
"group": "kafka",
|
|
1324
1224
|
"binding": {
|
|
1325
|
-
"
|
|
1326
|
-
"
|
|
1225
|
+
"name": "offsets",
|
|
1226
|
+
"type": "zeebe:property"
|
|
1227
|
+
},
|
|
1228
|
+
"type": "String"
|
|
1229
|
+
},
|
|
1230
|
+
{
|
|
1231
|
+
"id": "autoOffsetReset",
|
|
1232
|
+
"label": "Auto offset reset",
|
|
1233
|
+
"description": "What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. You should only select none if you specified the offsets",
|
|
1234
|
+
"optional": false,
|
|
1235
|
+
"value": "latest",
|
|
1236
|
+
"constraints": {
|
|
1237
|
+
"notEmpty": true
|
|
1238
|
+
},
|
|
1239
|
+
"group": "kafka",
|
|
1240
|
+
"binding": {
|
|
1241
|
+
"name": "autoOffsetReset",
|
|
1242
|
+
"type": "zeebe:property"
|
|
1243
|
+
},
|
|
1244
|
+
"type": "Dropdown",
|
|
1245
|
+
"choices": [
|
|
1246
|
+
{
|
|
1247
|
+
"name": "None",
|
|
1248
|
+
"value": "none"
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
"name": "Latest",
|
|
1252
|
+
"value": "latest"
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"name": "Earliest",
|
|
1256
|
+
"value": "earliest"
|
|
1257
|
+
}
|
|
1258
|
+
]
|
|
1259
|
+
},
|
|
1260
|
+
{
|
|
1261
|
+
"id": "avro.schema",
|
|
1262
|
+
"label": "Avro schema",
|
|
1263
|
+
"description": "Avro schema for the message value",
|
|
1264
|
+
"optional": false,
|
|
1265
|
+
"constraints": {
|
|
1266
|
+
"notEmpty": true
|
|
1267
|
+
},
|
|
1268
|
+
"feel": "required",
|
|
1269
|
+
"group": "message",
|
|
1270
|
+
"binding": {
|
|
1271
|
+
"name": "avro.schema",
|
|
1272
|
+
"type": "zeebe:property"
|
|
1273
|
+
},
|
|
1274
|
+
"condition": {
|
|
1275
|
+
"property": "serializationType",
|
|
1276
|
+
"equals": "avro",
|
|
1277
|
+
"type": "simple"
|
|
1278
|
+
},
|
|
1279
|
+
"type": "Text"
|
|
1280
|
+
},
|
|
1281
|
+
{
|
|
1282
|
+
"id": "activationCondition",
|
|
1283
|
+
"label": "Activation condition",
|
|
1284
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1285
|
+
"optional": true,
|
|
1286
|
+
"feel": "required",
|
|
1287
|
+
"group": "activation",
|
|
1288
|
+
"binding": {
|
|
1289
|
+
"name": "activationCondition",
|
|
1290
|
+
"type": "zeebe:property"
|
|
1291
|
+
},
|
|
1292
|
+
"type": "String"
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
"id": "consumeUnmatchedEvents",
|
|
1296
|
+
"label": "Consume unmatched events",
|
|
1297
|
+
"value": true,
|
|
1298
|
+
"group": "activation",
|
|
1299
|
+
"binding": {
|
|
1300
|
+
"name": "consumeUnmatchedEvents",
|
|
1301
|
+
"type": "zeebe:property"
|
|
1327
1302
|
},
|
|
1328
|
-
"
|
|
1329
|
-
|
|
1330
|
-
}
|
|
1303
|
+
"tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
|
|
1304
|
+
"type": "Boolean"
|
|
1331
1305
|
},
|
|
1332
1306
|
{
|
|
1333
|
-
"
|
|
1334
|
-
"
|
|
1335
|
-
"
|
|
1336
|
-
"type": "String",
|
|
1337
|
-
"binding": {
|
|
1338
|
-
"type": "zeebe:property",
|
|
1339
|
-
"name": "topic.topicName"
|
|
1340
|
-
},
|
|
1307
|
+
"id": "correlationKeyProcess",
|
|
1308
|
+
"label": "Correlation key (process)",
|
|
1309
|
+
"description": "Sets up the correlation key from process variables",
|
|
1341
1310
|
"constraints": {
|
|
1342
1311
|
"notEmpty": true
|
|
1343
|
-
}
|
|
1312
|
+
},
|
|
1313
|
+
"feel": "required",
|
|
1314
|
+
"group": "correlation",
|
|
1315
|
+
"binding": {
|
|
1316
|
+
"name": "correlationKey",
|
|
1317
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
1318
|
+
},
|
|
1319
|
+
"type": "String"
|
|
1344
1320
|
},
|
|
1345
1321
|
{
|
|
1346
|
-
"
|
|
1347
|
-
"
|
|
1348
|
-
"
|
|
1349
|
-
"
|
|
1350
|
-
|
|
1322
|
+
"id": "correlationKeyPayload",
|
|
1323
|
+
"label": "Correlation key (payload)",
|
|
1324
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
1325
|
+
"constraints": {
|
|
1326
|
+
"notEmpty": true
|
|
1327
|
+
},
|
|
1328
|
+
"feel": "required",
|
|
1329
|
+
"group": "correlation",
|
|
1351
1330
|
"binding": {
|
|
1352
|
-
"
|
|
1353
|
-
"
|
|
1331
|
+
"name": "correlationKeyExpression",
|
|
1332
|
+
"type": "zeebe:property"
|
|
1354
1333
|
},
|
|
1355
|
-
"
|
|
1356
|
-
"notEmpty": false,
|
|
1357
|
-
"maxLength": 250
|
|
1358
|
-
}
|
|
1334
|
+
"type": "String"
|
|
1359
1335
|
},
|
|
1360
1336
|
{
|
|
1361
|
-
"
|
|
1362
|
-
"
|
|
1363
|
-
"
|
|
1364
|
-
"type": "String",
|
|
1337
|
+
"id": "messageIdExpression",
|
|
1338
|
+
"label": "Message ID expression",
|
|
1339
|
+
"description": "Expression to extract unique identifier of a message",
|
|
1365
1340
|
"optional": true,
|
|
1366
1341
|
"feel": "required",
|
|
1342
|
+
"group": "correlation",
|
|
1367
1343
|
"binding": {
|
|
1368
|
-
"
|
|
1369
|
-
"
|
|
1370
|
-
}
|
|
1344
|
+
"name": "messageIdExpression",
|
|
1345
|
+
"type": "zeebe:property"
|
|
1346
|
+
},
|
|
1347
|
+
"type": "String"
|
|
1371
1348
|
},
|
|
1372
1349
|
{
|
|
1373
|
-
"
|
|
1374
|
-
"
|
|
1375
|
-
"
|
|
1376
|
-
"type": "String",
|
|
1377
|
-
"feel": "optional",
|
|
1350
|
+
"id": "messageTtl",
|
|
1351
|
+
"label": "Message TTL",
|
|
1352
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
1378
1353
|
"optional": true,
|
|
1354
|
+
"constraints": {
|
|
1355
|
+
"notEmpty": false,
|
|
1356
|
+
"pattern": {
|
|
1357
|
+
"value": "^(PT.*|)$",
|
|
1358
|
+
"message": "must be an ISO-8601 duration"
|
|
1359
|
+
}
|
|
1360
|
+
},
|
|
1361
|
+
"feel": "optional",
|
|
1362
|
+
"group": "correlation",
|
|
1379
1363
|
"binding": {
|
|
1380
|
-
"
|
|
1381
|
-
"
|
|
1382
|
-
}
|
|
1364
|
+
"name": "messageTtl",
|
|
1365
|
+
"type": "zeebe:property"
|
|
1366
|
+
},
|
|
1367
|
+
"type": "String"
|
|
1383
1368
|
},
|
|
1384
1369
|
{
|
|
1385
|
-
"
|
|
1386
|
-
"
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
"
|
|
1390
|
-
"value": "latest",
|
|
1391
|
-
"choices": [
|
|
1392
|
-
{
|
|
1393
|
-
"name": "Latest",
|
|
1394
|
-
"value": "latest"
|
|
1395
|
-
},
|
|
1396
|
-
{
|
|
1397
|
-
"name": "Earliest",
|
|
1398
|
-
"value": "earliest"
|
|
1399
|
-
},
|
|
1400
|
-
{
|
|
1401
|
-
"name": "None",
|
|
1402
|
-
"value": "none"
|
|
1403
|
-
}
|
|
1404
|
-
],
|
|
1370
|
+
"id": "messageNameUuid",
|
|
1371
|
+
"generatedValue": {
|
|
1372
|
+
"type": "uuid"
|
|
1373
|
+
},
|
|
1374
|
+
"group": "correlation",
|
|
1405
1375
|
"binding": {
|
|
1406
|
-
"
|
|
1407
|
-
"
|
|
1408
|
-
}
|
|
1376
|
+
"name": "name",
|
|
1377
|
+
"type": "bpmn:Message#property"
|
|
1378
|
+
},
|
|
1379
|
+
"type": "Hidden"
|
|
1409
1380
|
},
|
|
1410
1381
|
{
|
|
1411
|
-
"
|
|
1412
|
-
"
|
|
1413
|
-
"
|
|
1414
|
-
"
|
|
1415
|
-
"
|
|
1382
|
+
"id": "deduplicationModeManualFlag",
|
|
1383
|
+
"label": "Manual mode",
|
|
1384
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1385
|
+
"value": false,
|
|
1386
|
+
"group": "deduplication",
|
|
1416
1387
|
"binding": {
|
|
1417
|
-
"
|
|
1418
|
-
"
|
|
1388
|
+
"name": "deduplicationModeManualFlag",
|
|
1389
|
+
"type": "zeebe:property"
|
|
1419
1390
|
},
|
|
1420
|
-
"
|
|
1421
|
-
"notEmpty": true
|
|
1422
|
-
}
|
|
1391
|
+
"type": "Boolean"
|
|
1423
1392
|
},
|
|
1424
1393
|
{
|
|
1425
|
-
"
|
|
1426
|
-
"
|
|
1427
|
-
"
|
|
1428
|
-
|
|
1394
|
+
"id": "deduplicationId",
|
|
1395
|
+
"label": "Deduplication ID",
|
|
1396
|
+
"constraints": {
|
|
1397
|
+
"notEmpty": true,
|
|
1398
|
+
"pattern": {
|
|
1399
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
1400
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1401
|
+
}
|
|
1402
|
+
},
|
|
1403
|
+
"group": "deduplication",
|
|
1429
1404
|
"binding": {
|
|
1430
|
-
"
|
|
1431
|
-
"
|
|
1405
|
+
"name": "deduplicationId",
|
|
1406
|
+
"type": "zeebe:property"
|
|
1432
1407
|
},
|
|
1433
|
-
"
|
|
1434
|
-
|
|
1435
|
-
"
|
|
1436
|
-
|
|
1408
|
+
"condition": {
|
|
1409
|
+
"property": "deduplicationModeManualFlag",
|
|
1410
|
+
"equals": true,
|
|
1411
|
+
"type": "simple"
|
|
1412
|
+
},
|
|
1413
|
+
"type": "String"
|
|
1437
1414
|
},
|
|
1438
1415
|
{
|
|
1439
|
-
"
|
|
1440
|
-
"
|
|
1441
|
-
"
|
|
1442
|
-
"optional": true,
|
|
1443
|
-
"group": "activation",
|
|
1416
|
+
"id": "deduplicationModeManual",
|
|
1417
|
+
"value": "MANUAL",
|
|
1418
|
+
"group": "deduplication",
|
|
1444
1419
|
"binding": {
|
|
1445
|
-
"
|
|
1446
|
-
"
|
|
1420
|
+
"name": "deduplicationMode",
|
|
1421
|
+
"type": "zeebe:property"
|
|
1447
1422
|
},
|
|
1448
|
-
"
|
|
1423
|
+
"condition": {
|
|
1424
|
+
"property": "deduplicationId",
|
|
1425
|
+
"isActive": true,
|
|
1426
|
+
"type": "simple"
|
|
1427
|
+
},
|
|
1428
|
+
"type": "Hidden"
|
|
1449
1429
|
},
|
|
1450
1430
|
{
|
|
1451
|
-
"
|
|
1452
|
-
"
|
|
1453
|
-
"group": "
|
|
1454
|
-
"feel": "required",
|
|
1455
|
-
"optional": true,
|
|
1431
|
+
"id": "deduplicationModeAuto",
|
|
1432
|
+
"value": "AUTO",
|
|
1433
|
+
"group": "deduplication",
|
|
1456
1434
|
"binding": {
|
|
1457
|
-
"
|
|
1458
|
-
"
|
|
1435
|
+
"name": "deduplicationMode",
|
|
1436
|
+
"type": "zeebe:property"
|
|
1459
1437
|
},
|
|
1460
|
-
"
|
|
1438
|
+
"condition": {
|
|
1439
|
+
"property": "deduplicationId",
|
|
1440
|
+
"isActive": false,
|
|
1441
|
+
"type": "simple"
|
|
1442
|
+
},
|
|
1443
|
+
"type": "Hidden"
|
|
1461
1444
|
},
|
|
1462
1445
|
{
|
|
1446
|
+
"id": "resultVariable",
|
|
1463
1447
|
"label": "Result variable",
|
|
1464
|
-
"
|
|
1465
|
-
"group": "
|
|
1466
|
-
"optional": true,
|
|
1448
|
+
"description": "Name of variable to store the response in",
|
|
1449
|
+
"group": "output",
|
|
1467
1450
|
"binding": {
|
|
1468
|
-
"
|
|
1469
|
-
"
|
|
1451
|
+
"name": "resultVariable",
|
|
1452
|
+
"type": "zeebe:property"
|
|
1470
1453
|
},
|
|
1471
|
-
"
|
|
1454
|
+
"type": "String"
|
|
1472
1455
|
},
|
|
1473
1456
|
{
|
|
1457
|
+
"id": "resultExpression",
|
|
1474
1458
|
"label": "Result expression",
|
|
1475
|
-
"description": "Expression to map the
|
|
1476
|
-
"group": "variable-mapping",
|
|
1477
|
-
"type": "Text",
|
|
1459
|
+
"description": "Expression to map the response into process variables",
|
|
1478
1460
|
"feel": "required",
|
|
1461
|
+
"group": "output",
|
|
1479
1462
|
"binding": {
|
|
1480
|
-
"
|
|
1481
|
-
"
|
|
1482
|
-
}
|
|
1463
|
+
"name": "resultExpression",
|
|
1464
|
+
"type": "zeebe:property"
|
|
1465
|
+
},
|
|
1466
|
+
"type": "Text"
|
|
1483
1467
|
}
|
|
1484
1468
|
],
|
|
1485
1469
|
"icon": {
|
|
1486
|
-
"contents": "data:image/svg+xml;
|
|
1470
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
|
|
1487
1471
|
},
|
|
1488
1472
|
"engines": {
|
|
1489
1473
|
"camunda": "^8.5"
|
|
@@ -1491,11 +1475,11 @@
|
|
|
1491
1475
|
},
|
|
1492
1476
|
{
|
|
1493
1477
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1494
|
-
"name": "Kafka
|
|
1478
|
+
"name": "Kafka Intermediate Catch Event Connector",
|
|
1495
1479
|
"id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
|
|
1496
|
-
"version":
|
|
1497
|
-
"description": "Consume Kafka
|
|
1498
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka
|
|
1480
|
+
"version": 2,
|
|
1481
|
+
"description": "Consume Kafka messages",
|
|
1482
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
1499
1483
|
"category": {
|
|
1500
1484
|
"id": "connectors",
|
|
1501
1485
|
"name": "Connectors"
|
|
@@ -1624,6 +1608,22 @@
|
|
|
1624
1608
|
"notEmpty": true
|
|
1625
1609
|
}
|
|
1626
1610
|
},
|
|
1611
|
+
{
|
|
1612
|
+
"label": "Consumer Group ID",
|
|
1613
|
+
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
1614
|
+
"group": "kafka",
|
|
1615
|
+
"type": "String",
|
|
1616
|
+
"feel": "optional",
|
|
1617
|
+
"optional": true,
|
|
1618
|
+
"binding": {
|
|
1619
|
+
"type": "zeebe:property",
|
|
1620
|
+
"name": "groupId"
|
|
1621
|
+
},
|
|
1622
|
+
"constraints": {
|
|
1623
|
+
"notEmpty": false,
|
|
1624
|
+
"maxLength": 250
|
|
1625
|
+
}
|
|
1626
|
+
},
|
|
1627
1627
|
{
|
|
1628
1628
|
"label": "Additional properties",
|
|
1629
1629
|
"description": "Provide additional Kafka consumer properties in JSON",
|
|
@@ -1638,7 +1638,7 @@
|
|
|
1638
1638
|
},
|
|
1639
1639
|
{
|
|
1640
1640
|
"label": "Offsets",
|
|
1641
|
-
"description": "
|
|
1641
|
+
"description": "List of offsets, e.g. '10' or '=[10, 23]'. If specified, it has to have the same number of values as the number of partitions",
|
|
1642
1642
|
"group": "kafka",
|
|
1643
1643
|
"type": "String",
|
|
1644
1644
|
"feel": "optional",
|