@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
|
@@ -728,9 +728,9 @@
|
|
|
728
728
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
729
729
|
"name": "Kafka Boundary Event Connector",
|
|
730
730
|
"id": "io.camunda.connectors.inbound.KafkaBoundary.v1",
|
|
731
|
+
"version": 2,
|
|
731
732
|
"description": "Consume Kafka messages",
|
|
732
733
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
733
|
-
"version": 6,
|
|
734
734
|
"category": {
|
|
735
735
|
"id": "connectors",
|
|
736
736
|
"name": "Connectors"
|
|
@@ -749,53 +749,41 @@
|
|
|
749
749
|
"id": "kafka",
|
|
750
750
|
"label": "Kafka"
|
|
751
751
|
},
|
|
752
|
-
{
|
|
753
|
-
"id": "message",
|
|
754
|
-
"label": "Message deserialization"
|
|
755
|
-
},
|
|
756
752
|
{
|
|
757
753
|
"id": "activation",
|
|
758
754
|
"label": "Activation"
|
|
759
755
|
},
|
|
760
756
|
{
|
|
761
|
-
"id": "
|
|
762
|
-
"label": "
|
|
763
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
764
|
-
},
|
|
765
|
-
{
|
|
766
|
-
"id": "deduplication",
|
|
767
|
-
"label": "Deduplication",
|
|
768
|
-
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
769
|
-
},
|
|
770
|
-
{
|
|
771
|
-
"id": "output",
|
|
772
|
-
"label": "Output mapping"
|
|
757
|
+
"id": "variable-mapping",
|
|
758
|
+
"label": "Variable mapping"
|
|
773
759
|
}
|
|
774
760
|
],
|
|
775
761
|
"properties": [
|
|
776
762
|
{
|
|
763
|
+
"type": "Hidden",
|
|
777
764
|
"value": "io.camunda:connector-kafka-inbound:1",
|
|
778
765
|
"binding": {
|
|
779
|
-
"
|
|
780
|
-
"
|
|
766
|
+
"type": "zeebe:property",
|
|
767
|
+
"name": "inbound.type"
|
|
768
|
+
}
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"type": "Hidden",
|
|
772
|
+
"generatedValue": {
|
|
773
|
+
"type": "uuid"
|
|
781
774
|
},
|
|
782
|
-
"
|
|
775
|
+
"binding": {
|
|
776
|
+
"type": "bpmn:Message#property",
|
|
777
|
+
"name": "name"
|
|
778
|
+
}
|
|
783
779
|
},
|
|
784
780
|
{
|
|
785
|
-
"id": "authenticationType",
|
|
786
781
|
"label": "Authentication type",
|
|
787
782
|
"description": "Username/password or custom",
|
|
788
|
-
"
|
|
789
|
-
"value": "credentials",
|
|
790
|
-
"constraints": {
|
|
791
|
-
"notEmpty": true
|
|
792
|
-
},
|
|
783
|
+
"id": "authenticationType",
|
|
793
784
|
"group": "authentication",
|
|
794
|
-
"binding": {
|
|
795
|
-
"name": "authenticationType",
|
|
796
|
-
"type": "zeebe:property"
|
|
797
|
-
},
|
|
798
785
|
"type": "Dropdown",
|
|
786
|
+
"value": "credentials",
|
|
799
787
|
"choices": [
|
|
800
788
|
{
|
|
801
789
|
"name": "Credentials",
|
|
@@ -805,120 +793,120 @@
|
|
|
805
793
|
"name": "Custom",
|
|
806
794
|
"value": "custom"
|
|
807
795
|
}
|
|
808
|
-
]
|
|
796
|
+
],
|
|
797
|
+
"binding": {
|
|
798
|
+
"type": "zeebe:property",
|
|
799
|
+
"name": "authenticationType"
|
|
800
|
+
}
|
|
809
801
|
},
|
|
810
802
|
{
|
|
811
|
-
"id": "authentication.username",
|
|
812
803
|
"label": "Username",
|
|
813
804
|
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
814
|
-
"optional": true,
|
|
815
805
|
"group": "authentication",
|
|
806
|
+
"type": "String",
|
|
807
|
+
"feel": "optional",
|
|
808
|
+
"optional": true,
|
|
816
809
|
"binding": {
|
|
817
|
-
"
|
|
818
|
-
"
|
|
810
|
+
"type": "zeebe:property",
|
|
811
|
+
"name": "authentication.username"
|
|
819
812
|
},
|
|
820
|
-
"
|
|
813
|
+
"condition": {
|
|
814
|
+
"property": "authenticationType",
|
|
815
|
+
"equals": "credentials"
|
|
816
|
+
}
|
|
821
817
|
},
|
|
822
818
|
{
|
|
823
|
-
"id": "authentication.password",
|
|
824
819
|
"label": "Password",
|
|
825
820
|
"description": "Provide a password for the user",
|
|
826
|
-
"optional": true,
|
|
827
821
|
"group": "authentication",
|
|
822
|
+
"type": "String",
|
|
823
|
+
"feel": "optional",
|
|
824
|
+
"optional": true,
|
|
828
825
|
"binding": {
|
|
829
|
-
"
|
|
830
|
-
"
|
|
826
|
+
"type": "zeebe:property",
|
|
827
|
+
"name": "authentication.password"
|
|
831
828
|
},
|
|
832
|
-
"
|
|
829
|
+
"condition": {
|
|
830
|
+
"property": "authenticationType",
|
|
831
|
+
"equals": "credentials"
|
|
832
|
+
}
|
|
833
833
|
},
|
|
834
834
|
{
|
|
835
|
-
"id": "topic.bootstrapServers",
|
|
836
835
|
"label": "Bootstrap servers",
|
|
837
836
|
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
838
|
-
"optional": false,
|
|
839
|
-
"constraints": {
|
|
840
|
-
"notEmpty": true
|
|
841
|
-
},
|
|
842
837
|
"group": "kafka",
|
|
838
|
+
"type": "String",
|
|
839
|
+
"feel": "optional",
|
|
843
840
|
"binding": {
|
|
844
|
-
"
|
|
845
|
-
"
|
|
841
|
+
"type": "zeebe:property",
|
|
842
|
+
"name": "topic.bootstrapServers"
|
|
846
843
|
},
|
|
847
|
-
"
|
|
844
|
+
"constraints": {
|
|
845
|
+
"notEmpty": true
|
|
846
|
+
}
|
|
848
847
|
},
|
|
849
848
|
{
|
|
850
|
-
"id": "topic.topicName",
|
|
851
849
|
"label": "Topic",
|
|
852
|
-
"description": "Provide topic name",
|
|
853
|
-
"optional": false,
|
|
854
|
-
"constraints": {
|
|
855
|
-
"notEmpty": true
|
|
856
|
-
},
|
|
850
|
+
"description": "Provide the topic name",
|
|
857
851
|
"group": "kafka",
|
|
852
|
+
"type": "String",
|
|
853
|
+
"feel": "optional",
|
|
858
854
|
"binding": {
|
|
859
|
-
"
|
|
860
|
-
"
|
|
855
|
+
"type": "zeebe:property",
|
|
856
|
+
"name": "topic.topicName"
|
|
861
857
|
},
|
|
862
|
-
"
|
|
858
|
+
"constraints": {
|
|
859
|
+
"notEmpty": true
|
|
860
|
+
}
|
|
863
861
|
},
|
|
864
862
|
{
|
|
865
|
-
"
|
|
866
|
-
"label": "Consumer group ID",
|
|
863
|
+
"label": "Consumer Group ID",
|
|
867
864
|
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
868
|
-
"optional": false,
|
|
869
865
|
"group": "kafka",
|
|
866
|
+
"type": "String",
|
|
867
|
+
"feel": "optional",
|
|
868
|
+
"optional": true,
|
|
870
869
|
"binding": {
|
|
871
|
-
"
|
|
872
|
-
"
|
|
870
|
+
"type": "zeebe:property",
|
|
871
|
+
"name": "groupId"
|
|
873
872
|
},
|
|
874
|
-
"
|
|
873
|
+
"constraints": {
|
|
874
|
+
"notEmpty": false,
|
|
875
|
+
"maxLength": 250
|
|
876
|
+
}
|
|
875
877
|
},
|
|
876
878
|
{
|
|
877
|
-
"id": "additionalProperties",
|
|
878
879
|
"label": "Additional properties",
|
|
879
880
|
"description": "Provide additional Kafka consumer properties in JSON",
|
|
881
|
+
"group": "kafka",
|
|
882
|
+
"type": "String",
|
|
880
883
|
"optional": true,
|
|
881
884
|
"feel": "required",
|
|
882
|
-
"group": "kafka",
|
|
883
885
|
"binding": {
|
|
884
|
-
"
|
|
885
|
-
"
|
|
886
|
-
}
|
|
887
|
-
"type": "String"
|
|
886
|
+
"type": "zeebe:property",
|
|
887
|
+
"name": "additionalProperties"
|
|
888
|
+
}
|
|
888
889
|
},
|
|
889
890
|
{
|
|
890
|
-
"id": "offsets",
|
|
891
891
|
"label": "Offsets",
|
|
892
892
|
"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",
|
|
893
|
-
"optional": true,
|
|
894
|
-
"feel": "optional",
|
|
895
893
|
"group": "kafka",
|
|
894
|
+
"type": "String",
|
|
895
|
+
"feel": "optional",
|
|
896
|
+
"optional": true,
|
|
896
897
|
"binding": {
|
|
897
|
-
"
|
|
898
|
-
"
|
|
899
|
-
}
|
|
900
|
-
"type": "String"
|
|
898
|
+
"type": "zeebe:property",
|
|
899
|
+
"name": "offsets"
|
|
900
|
+
}
|
|
901
901
|
},
|
|
902
902
|
{
|
|
903
|
-
"id": "autoOffsetReset",
|
|
904
903
|
"label": "Auto offset reset",
|
|
905
904
|
"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",
|
|
906
|
-
"
|
|
907
|
-
"value": "latest",
|
|
908
|
-
"constraints": {
|
|
909
|
-
"notEmpty": true
|
|
910
|
-
},
|
|
905
|
+
"id": "autoOffsetReset",
|
|
911
906
|
"group": "kafka",
|
|
912
|
-
"binding": {
|
|
913
|
-
"name": "autoOffsetReset",
|
|
914
|
-
"type": "zeebe:property"
|
|
915
|
-
},
|
|
916
907
|
"type": "Dropdown",
|
|
908
|
+
"value": "latest",
|
|
917
909
|
"choices": [
|
|
918
|
-
{
|
|
919
|
-
"name": "None",
|
|
920
|
-
"value": "none"
|
|
921
|
-
},
|
|
922
910
|
{
|
|
923
911
|
"name": "Latest",
|
|
924
912
|
"value": "latest"
|
|
@@ -926,303 +914,104 @@
|
|
|
926
914
|
{
|
|
927
915
|
"name": "Earliest",
|
|
928
916
|
"value": "earliest"
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"name": "None",
|
|
920
|
+
"value": "none"
|
|
929
921
|
}
|
|
930
|
-
]
|
|
922
|
+
],
|
|
923
|
+
"binding": {
|
|
924
|
+
"type": "zeebe:property",
|
|
925
|
+
"name": "autoOffsetReset"
|
|
926
|
+
}
|
|
931
927
|
},
|
|
932
928
|
{
|
|
933
|
-
"
|
|
934
|
-
"
|
|
935
|
-
"
|
|
936
|
-
"
|
|
929
|
+
"label": "Correlation key (process)",
|
|
930
|
+
"type": "String",
|
|
931
|
+
"group": "activation",
|
|
932
|
+
"feel": "required",
|
|
933
|
+
"description": "Sets up the correlation key from process variables",
|
|
937
934
|
"binding": {
|
|
938
|
-
"
|
|
939
|
-
"
|
|
935
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
936
|
+
"name": "correlationKey"
|
|
940
937
|
},
|
|
941
|
-
"
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
"name": "No schema",
|
|
945
|
-
"value": "noSchema"
|
|
946
|
-
},
|
|
947
|
-
{
|
|
948
|
-
"name": "Inline schema",
|
|
949
|
-
"value": "inlineSchema"
|
|
950
|
-
},
|
|
951
|
-
{
|
|
952
|
-
"name": "Schema registry",
|
|
953
|
-
"value": "schemaRegistry"
|
|
954
|
-
}
|
|
955
|
-
]
|
|
938
|
+
"constraints": {
|
|
939
|
+
"notEmpty": true
|
|
940
|
+
}
|
|
956
941
|
},
|
|
957
942
|
{
|
|
958
|
-
"
|
|
959
|
-
"
|
|
960
|
-
"
|
|
961
|
-
"
|
|
962
|
-
"value": "avro",
|
|
963
|
-
"group": "kafka",
|
|
943
|
+
"label": "Correlation key (payload)",
|
|
944
|
+
"type": "String",
|
|
945
|
+
"group": "activation",
|
|
946
|
+
"feel": "required",
|
|
964
947
|
"binding": {
|
|
965
|
-
"
|
|
966
|
-
"
|
|
948
|
+
"type": "zeebe:property",
|
|
949
|
+
"name": "correlationKeyExpression"
|
|
967
950
|
},
|
|
968
|
-
"
|
|
969
|
-
|
|
970
|
-
"
|
|
971
|
-
|
|
951
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
952
|
+
"constraints": {
|
|
953
|
+
"notEmpty": true
|
|
954
|
+
}
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
"label": "Message ID expression",
|
|
958
|
+
"feel": "required",
|
|
959
|
+
"type": "String",
|
|
960
|
+
"optional": true,
|
|
961
|
+
"group": "activation",
|
|
962
|
+
"binding": {
|
|
963
|
+
"type": "zeebe:property",
|
|
964
|
+
"name": "messageIdExpression"
|
|
972
965
|
},
|
|
973
|
-
"
|
|
974
|
-
"choices": [
|
|
975
|
-
{
|
|
976
|
-
"name": "JSON",
|
|
977
|
-
"value": "json"
|
|
978
|
-
},
|
|
979
|
-
{
|
|
980
|
-
"name": "Avro (alpha)",
|
|
981
|
-
"value": "avro"
|
|
982
|
-
}
|
|
983
|
-
]
|
|
966
|
+
"description": "Expression to extract unique identifier of a message"
|
|
984
967
|
},
|
|
985
968
|
{
|
|
986
|
-
"id": "schemaStrategy.schemaRegistryUrl",
|
|
987
|
-
"label": "Schema registry URL",
|
|
988
|
-
"description": "Provide the schema registry URL",
|
|
989
|
-
"optional": false,
|
|
990
|
-
"constraints": {
|
|
991
|
-
"notEmpty": true
|
|
992
|
-
},
|
|
993
|
-
"group": "kafka",
|
|
994
|
-
"binding": {
|
|
995
|
-
"name": "schemaStrategy.schemaRegistryUrl",
|
|
996
|
-
"type": "zeebe:property"
|
|
997
|
-
},
|
|
998
|
-
"condition": {
|
|
999
|
-
"property": "schemaStrategy.type",
|
|
1000
|
-
"equals": "schemaRegistry",
|
|
1001
|
-
"type": "simple"
|
|
1002
|
-
},
|
|
1003
|
-
"type": "String"
|
|
1004
|
-
},
|
|
1005
|
-
{
|
|
1006
|
-
"id": "schemaStrategy.avro.schema",
|
|
1007
|
-
"label": "Schema",
|
|
1008
|
-
"description": "Inline schema (Avro) for the message value",
|
|
1009
|
-
"optional": false,
|
|
1010
|
-
"constraints": {
|
|
1011
|
-
"notEmpty": true
|
|
1012
|
-
},
|
|
1013
|
-
"feel": "required",
|
|
1014
|
-
"group": "message",
|
|
1015
|
-
"binding": {
|
|
1016
|
-
"name": "schemaStrategy.schema",
|
|
1017
|
-
"type": "zeebe:property"
|
|
1018
|
-
},
|
|
1019
|
-
"condition": {
|
|
1020
|
-
"property": "schemaStrategy.type",
|
|
1021
|
-
"equals": "inlineSchema",
|
|
1022
|
-
"type": "simple"
|
|
1023
|
-
},
|
|
1024
|
-
"type": "Text"
|
|
1025
|
-
},
|
|
1026
|
-
{
|
|
1027
|
-
"id": "activationCondition",
|
|
1028
969
|
"label": "Activation condition",
|
|
1029
|
-
"
|
|
1030
|
-
"optional": true,
|
|
1031
|
-
"feel": "required",
|
|
1032
|
-
"group": "activation",
|
|
1033
|
-
"binding": {
|
|
1034
|
-
"name": "activationCondition",
|
|
1035
|
-
"type": "zeebe:property"
|
|
1036
|
-
},
|
|
1037
|
-
"type": "String"
|
|
1038
|
-
},
|
|
1039
|
-
{
|
|
1040
|
-
"id": "consumeUnmatchedEvents",
|
|
1041
|
-
"label": "Consume unmatched events",
|
|
1042
|
-
"value": true,
|
|
970
|
+
"type": "String",
|
|
1043
971
|
"group": "activation",
|
|
1044
|
-
"binding": {
|
|
1045
|
-
"name": "consumeUnmatchedEvents",
|
|
1046
|
-
"type": "zeebe:property"
|
|
1047
|
-
},
|
|
1048
|
-
"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",
|
|
1049
|
-
"type": "Boolean"
|
|
1050
|
-
},
|
|
1051
|
-
{
|
|
1052
|
-
"id": "correlationKeyProcess",
|
|
1053
|
-
"label": "Correlation key (process)",
|
|
1054
|
-
"description": "Sets up the correlation key from process variables",
|
|
1055
|
-
"constraints": {
|
|
1056
|
-
"notEmpty": true
|
|
1057
|
-
},
|
|
1058
|
-
"feel": "required",
|
|
1059
|
-
"group": "correlation",
|
|
1060
|
-
"binding": {
|
|
1061
|
-
"name": "correlationKey",
|
|
1062
|
-
"type": "bpmn:Message#zeebe:subscription#property"
|
|
1063
|
-
},
|
|
1064
|
-
"type": "String"
|
|
1065
|
-
},
|
|
1066
|
-
{
|
|
1067
|
-
"id": "correlationKeyPayload",
|
|
1068
|
-
"label": "Correlation key (payload)",
|
|
1069
|
-
"description": "Extracts the correlation key from the incoming message payload",
|
|
1070
|
-
"constraints": {
|
|
1071
|
-
"notEmpty": true
|
|
1072
|
-
},
|
|
1073
|
-
"feel": "required",
|
|
1074
|
-
"group": "correlation",
|
|
1075
|
-
"binding": {
|
|
1076
|
-
"name": "correlationKeyExpression",
|
|
1077
|
-
"type": "zeebe:property"
|
|
1078
|
-
},
|
|
1079
|
-
"type": "String"
|
|
1080
|
-
},
|
|
1081
|
-
{
|
|
1082
|
-
"id": "messageIdExpression",
|
|
1083
|
-
"label": "Message ID expression",
|
|
1084
|
-
"description": "Expression to extract unique identifier of a message",
|
|
1085
|
-
"optional": true,
|
|
1086
972
|
"feel": "required",
|
|
1087
|
-
"group": "correlation",
|
|
1088
|
-
"binding": {
|
|
1089
|
-
"name": "messageIdExpression",
|
|
1090
|
-
"type": "zeebe:property"
|
|
1091
|
-
},
|
|
1092
|
-
"type": "String"
|
|
1093
|
-
},
|
|
1094
|
-
{
|
|
1095
|
-
"id": "messageTtl",
|
|
1096
|
-
"label": "Message TTL",
|
|
1097
|
-
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
1098
973
|
"optional": true,
|
|
1099
|
-
"constraints": {
|
|
1100
|
-
"notEmpty": false,
|
|
1101
|
-
"pattern": {
|
|
1102
|
-
"value": "^(PT.*|)$",
|
|
1103
|
-
"message": "must be an ISO-8601 duration"
|
|
1104
|
-
}
|
|
1105
|
-
},
|
|
1106
|
-
"feel": "optional",
|
|
1107
|
-
"group": "correlation",
|
|
1108
|
-
"binding": {
|
|
1109
|
-
"name": "messageTtl",
|
|
1110
|
-
"type": "zeebe:property"
|
|
1111
|
-
},
|
|
1112
|
-
"type": "String"
|
|
1113
|
-
},
|
|
1114
|
-
{
|
|
1115
|
-
"id": "messageNameUuid",
|
|
1116
|
-
"generatedValue": {
|
|
1117
|
-
"type": "uuid"
|
|
1118
|
-
},
|
|
1119
|
-
"group": "correlation",
|
|
1120
|
-
"binding": {
|
|
1121
|
-
"name": "name",
|
|
1122
|
-
"type": "bpmn:Message#property"
|
|
1123
|
-
},
|
|
1124
|
-
"type": "Hidden"
|
|
1125
|
-
},
|
|
1126
|
-
{
|
|
1127
|
-
"id": "deduplicationModeManualFlag",
|
|
1128
|
-
"label": "Manual mode",
|
|
1129
|
-
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1130
|
-
"value": false,
|
|
1131
|
-
"group": "deduplication",
|
|
1132
|
-
"binding": {
|
|
1133
|
-
"name": "deduplicationModeManualFlag",
|
|
1134
|
-
"type": "zeebe:property"
|
|
1135
|
-
},
|
|
1136
|
-
"type": "Boolean"
|
|
1137
|
-
},
|
|
1138
|
-
{
|
|
1139
|
-
"id": "deduplicationId",
|
|
1140
|
-
"label": "Deduplication ID",
|
|
1141
|
-
"constraints": {
|
|
1142
|
-
"notEmpty": true,
|
|
1143
|
-
"pattern": {
|
|
1144
|
-
"value": "^[a-zA-Z0-9_-]+$",
|
|
1145
|
-
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1146
|
-
}
|
|
1147
|
-
},
|
|
1148
|
-
"group": "deduplication",
|
|
1149
|
-
"binding": {
|
|
1150
|
-
"name": "deduplicationId",
|
|
1151
|
-
"type": "zeebe:property"
|
|
1152
|
-
},
|
|
1153
|
-
"condition": {
|
|
1154
|
-
"property": "deduplicationModeManualFlag",
|
|
1155
|
-
"equals": true,
|
|
1156
|
-
"type": "simple"
|
|
1157
|
-
},
|
|
1158
|
-
"type": "String"
|
|
1159
|
-
},
|
|
1160
|
-
{
|
|
1161
|
-
"id": "deduplicationModeManual",
|
|
1162
|
-
"value": "MANUAL",
|
|
1163
|
-
"group": "deduplication",
|
|
1164
|
-
"binding": {
|
|
1165
|
-
"name": "deduplicationMode",
|
|
1166
|
-
"type": "zeebe:property"
|
|
1167
|
-
},
|
|
1168
|
-
"condition": {
|
|
1169
|
-
"property": "deduplicationId",
|
|
1170
|
-
"isActive": true,
|
|
1171
|
-
"type": "simple"
|
|
1172
|
-
},
|
|
1173
|
-
"type": "Hidden"
|
|
1174
|
-
},
|
|
1175
|
-
{
|
|
1176
|
-
"id": "deduplicationModeAuto",
|
|
1177
|
-
"value": "AUTO",
|
|
1178
|
-
"group": "deduplication",
|
|
1179
974
|
"binding": {
|
|
1180
|
-
"
|
|
1181
|
-
"
|
|
1182
|
-
},
|
|
1183
|
-
"condition": {
|
|
1184
|
-
"property": "deduplicationId",
|
|
1185
|
-
"isActive": false,
|
|
1186
|
-
"type": "simple"
|
|
975
|
+
"type": "zeebe:property",
|
|
976
|
+
"name": "activationCondition"
|
|
1187
977
|
},
|
|
1188
|
-
"
|
|
978
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events"
|
|
1189
979
|
},
|
|
1190
980
|
{
|
|
1191
|
-
"id": "resultVariable",
|
|
1192
981
|
"label": "Result variable",
|
|
1193
|
-
"
|
|
1194
|
-
"group": "
|
|
982
|
+
"type": "String",
|
|
983
|
+
"group": "variable-mapping",
|
|
984
|
+
"optional": true,
|
|
1195
985
|
"binding": {
|
|
1196
|
-
"
|
|
1197
|
-
"
|
|
986
|
+
"type": "zeebe:property",
|
|
987
|
+
"name": "resultVariable"
|
|
1198
988
|
},
|
|
1199
|
-
"
|
|
989
|
+
"description": "Name of variable to store the result of the connector in"
|
|
1200
990
|
},
|
|
1201
991
|
{
|
|
1202
|
-
"id": "resultExpression",
|
|
1203
992
|
"label": "Result expression",
|
|
1204
|
-
"description": "Expression to map the
|
|
993
|
+
"description": "Expression to map the inbound payload to process variables",
|
|
994
|
+
"group": "variable-mapping",
|
|
995
|
+
"type": "Text",
|
|
1205
996
|
"feel": "required",
|
|
1206
|
-
"group": "output",
|
|
1207
997
|
"binding": {
|
|
1208
|
-
"
|
|
1209
|
-
"
|
|
1210
|
-
}
|
|
1211
|
-
"type": "Text"
|
|
998
|
+
"type": "zeebe:property",
|
|
999
|
+
"name": "resultExpression"
|
|
1000
|
+
}
|
|
1212
1001
|
}
|
|
1213
1002
|
],
|
|
1214
1003
|
"icon": {
|
|
1215
|
-
"contents": "data:image/svg+xml;
|
|
1004
|
+
"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"
|
|
1216
1005
|
},
|
|
1217
1006
|
"engines": {
|
|
1218
|
-
"camunda": "^8.
|
|
1007
|
+
"camunda": "^8.4"
|
|
1219
1008
|
}
|
|
1220
1009
|
},
|
|
1221
1010
|
{
|
|
1222
1011
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1223
1012
|
"name": "Kafka Boundary Event Connector",
|
|
1224
1013
|
"id": "io.camunda.connectors.inbound.KafkaBoundary.v1",
|
|
1225
|
-
"version":
|
|
1014
|
+
"version": 1,
|
|
1226
1015
|
"description": "Consume Kafka messages",
|
|
1227
1016
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
1228
1017
|
"category": {
|
|
@@ -1447,18 +1236,6 @@
|
|
|
1447
1236
|
"notEmpty": true
|
|
1448
1237
|
}
|
|
1449
1238
|
},
|
|
1450
|
-
{
|
|
1451
|
-
"label": "Message ID expression",
|
|
1452
|
-
"feel": "required",
|
|
1453
|
-
"type": "String",
|
|
1454
|
-
"optional": true,
|
|
1455
|
-
"group": "activation",
|
|
1456
|
-
"binding": {
|
|
1457
|
-
"type": "zeebe:property",
|
|
1458
|
-
"name": "messageIdExpression"
|
|
1459
|
-
},
|
|
1460
|
-
"description": "Expression to extract unique identifier of a message"
|
|
1461
|
-
},
|
|
1462
1239
|
{
|
|
1463
1240
|
"label": "Activation condition",
|
|
1464
1241
|
"type": "String",
|
|
@@ -1498,16 +1275,16 @@
|
|
|
1498
1275
|
"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"
|
|
1499
1276
|
},
|
|
1500
1277
|
"engines": {
|
|
1501
|
-
"camunda": "^8.
|
|
1278
|
+
"camunda": "^8.2"
|
|
1502
1279
|
}
|
|
1503
1280
|
},
|
|
1504
1281
|
{
|
|
1505
1282
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1506
1283
|
"name": "Kafka Boundary Event Connector",
|
|
1507
1284
|
"id": "io.camunda.connectors.inbound.KafkaBoundary.v1",
|
|
1508
|
-
"version": 1,
|
|
1509
1285
|
"description": "Consume Kafka messages",
|
|
1510
1286
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
1287
|
+
"version": 6,
|
|
1511
1288
|
"category": {
|
|
1512
1289
|
"id": "connectors",
|
|
1513
1290
|
"name": "Connectors"
|
|
@@ -1526,41 +1303,53 @@
|
|
|
1526
1303
|
"id": "kafka",
|
|
1527
1304
|
"label": "Kafka"
|
|
1528
1305
|
},
|
|
1306
|
+
{
|
|
1307
|
+
"id": "message",
|
|
1308
|
+
"label": "Message deserialization"
|
|
1309
|
+
},
|
|
1529
1310
|
{
|
|
1530
1311
|
"id": "activation",
|
|
1531
1312
|
"label": "Activation"
|
|
1532
1313
|
},
|
|
1533
1314
|
{
|
|
1534
|
-
"id": "
|
|
1535
|
-
"label": "
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
"properties": [
|
|
1315
|
+
"id": "correlation",
|
|
1316
|
+
"label": "Correlation",
|
|
1317
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
1318
|
+
},
|
|
1539
1319
|
{
|
|
1540
|
-
"
|
|
1541
|
-
"
|
|
1542
|
-
"
|
|
1543
|
-
"type": "zeebe:property",
|
|
1544
|
-
"name": "inbound.type"
|
|
1545
|
-
}
|
|
1320
|
+
"id": "deduplication",
|
|
1321
|
+
"label": "Deduplication",
|
|
1322
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
1546
1323
|
},
|
|
1547
1324
|
{
|
|
1548
|
-
"
|
|
1549
|
-
"
|
|
1550
|
-
|
|
1551
|
-
|
|
1325
|
+
"id": "output",
|
|
1326
|
+
"label": "Output mapping"
|
|
1327
|
+
}
|
|
1328
|
+
],
|
|
1329
|
+
"properties": [
|
|
1330
|
+
{
|
|
1331
|
+
"value": "io.camunda:connector-kafka-inbound:1",
|
|
1552
1332
|
"binding": {
|
|
1553
|
-
"
|
|
1554
|
-
"
|
|
1555
|
-
}
|
|
1333
|
+
"name": "inbound.type",
|
|
1334
|
+
"type": "zeebe:property"
|
|
1335
|
+
},
|
|
1336
|
+
"type": "Hidden"
|
|
1556
1337
|
},
|
|
1557
1338
|
{
|
|
1339
|
+
"id": "authenticationType",
|
|
1558
1340
|
"label": "Authentication type",
|
|
1559
1341
|
"description": "Username/password or custom",
|
|
1560
|
-
"
|
|
1342
|
+
"optional": false,
|
|
1343
|
+
"value": "credentials",
|
|
1344
|
+
"constraints": {
|
|
1345
|
+
"notEmpty": true
|
|
1346
|
+
},
|
|
1561
1347
|
"group": "authentication",
|
|
1348
|
+
"binding": {
|
|
1349
|
+
"name": "authenticationType",
|
|
1350
|
+
"type": "zeebe:property"
|
|
1351
|
+
},
|
|
1562
1352
|
"type": "Dropdown",
|
|
1563
|
-
"value": "credentials",
|
|
1564
1353
|
"choices": [
|
|
1565
1354
|
{
|
|
1566
1355
|
"name": "Credentials",
|
|
@@ -1570,120 +1359,120 @@
|
|
|
1570
1359
|
"name": "Custom",
|
|
1571
1360
|
"value": "custom"
|
|
1572
1361
|
}
|
|
1573
|
-
]
|
|
1574
|
-
"binding": {
|
|
1575
|
-
"type": "zeebe:property",
|
|
1576
|
-
"name": "authenticationType"
|
|
1577
|
-
}
|
|
1362
|
+
]
|
|
1578
1363
|
},
|
|
1579
1364
|
{
|
|
1365
|
+
"id": "authentication.username",
|
|
1580
1366
|
"label": "Username",
|
|
1581
1367
|
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
1582
|
-
"group": "authentication",
|
|
1583
|
-
"type": "String",
|
|
1584
|
-
"feel": "optional",
|
|
1585
1368
|
"optional": true,
|
|
1369
|
+
"group": "authentication",
|
|
1586
1370
|
"binding": {
|
|
1587
|
-
"
|
|
1588
|
-
"
|
|
1371
|
+
"name": "authentication.username",
|
|
1372
|
+
"type": "zeebe:property"
|
|
1589
1373
|
},
|
|
1590
|
-
"
|
|
1591
|
-
"property": "authenticationType",
|
|
1592
|
-
"equals": "credentials"
|
|
1593
|
-
}
|
|
1374
|
+
"type": "String"
|
|
1594
1375
|
},
|
|
1595
1376
|
{
|
|
1377
|
+
"id": "authentication.password",
|
|
1596
1378
|
"label": "Password",
|
|
1597
1379
|
"description": "Provide a password for the user",
|
|
1598
|
-
"group": "authentication",
|
|
1599
|
-
"type": "String",
|
|
1600
|
-
"feel": "optional",
|
|
1601
1380
|
"optional": true,
|
|
1381
|
+
"group": "authentication",
|
|
1602
1382
|
"binding": {
|
|
1603
|
-
"
|
|
1604
|
-
"
|
|
1383
|
+
"name": "authentication.password",
|
|
1384
|
+
"type": "zeebe:property"
|
|
1605
1385
|
},
|
|
1606
|
-
"
|
|
1607
|
-
"property": "authenticationType",
|
|
1608
|
-
"equals": "credentials"
|
|
1609
|
-
}
|
|
1386
|
+
"type": "String"
|
|
1610
1387
|
},
|
|
1611
1388
|
{
|
|
1389
|
+
"id": "topic.bootstrapServers",
|
|
1612
1390
|
"label": "Bootstrap servers",
|
|
1613
1391
|
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
1392
|
+
"optional": false,
|
|
1393
|
+
"constraints": {
|
|
1394
|
+
"notEmpty": true
|
|
1395
|
+
},
|
|
1614
1396
|
"group": "kafka",
|
|
1615
|
-
"type": "String",
|
|
1616
|
-
"feel": "optional",
|
|
1617
1397
|
"binding": {
|
|
1618
|
-
"
|
|
1619
|
-
"
|
|
1398
|
+
"name": "topic.bootstrapServers",
|
|
1399
|
+
"type": "zeebe:property"
|
|
1620
1400
|
},
|
|
1621
|
-
"
|
|
1622
|
-
"notEmpty": true
|
|
1623
|
-
}
|
|
1401
|
+
"type": "String"
|
|
1624
1402
|
},
|
|
1625
1403
|
{
|
|
1404
|
+
"id": "topic.topicName",
|
|
1626
1405
|
"label": "Topic",
|
|
1627
|
-
"description": "Provide
|
|
1406
|
+
"description": "Provide topic name",
|
|
1407
|
+
"optional": false,
|
|
1408
|
+
"constraints": {
|
|
1409
|
+
"notEmpty": true
|
|
1410
|
+
},
|
|
1628
1411
|
"group": "kafka",
|
|
1629
|
-
"type": "String",
|
|
1630
|
-
"feel": "optional",
|
|
1631
1412
|
"binding": {
|
|
1632
|
-
"
|
|
1633
|
-
"
|
|
1413
|
+
"name": "topic.topicName",
|
|
1414
|
+
"type": "zeebe:property"
|
|
1634
1415
|
},
|
|
1635
|
-
"
|
|
1636
|
-
"notEmpty": true
|
|
1637
|
-
}
|
|
1416
|
+
"type": "String"
|
|
1638
1417
|
},
|
|
1639
1418
|
{
|
|
1640
|
-
"
|
|
1419
|
+
"id": "groupId",
|
|
1420
|
+
"label": "Consumer group ID",
|
|
1641
1421
|
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
1422
|
+
"optional": false,
|
|
1642
1423
|
"group": "kafka",
|
|
1643
|
-
"type": "String",
|
|
1644
|
-
"feel": "optional",
|
|
1645
|
-
"optional": true,
|
|
1646
1424
|
"binding": {
|
|
1647
|
-
"
|
|
1648
|
-
"
|
|
1425
|
+
"name": "groupId",
|
|
1426
|
+
"type": "zeebe:property"
|
|
1649
1427
|
},
|
|
1650
|
-
"
|
|
1651
|
-
"notEmpty": false,
|
|
1652
|
-
"maxLength": 250
|
|
1653
|
-
}
|
|
1428
|
+
"type": "String"
|
|
1654
1429
|
},
|
|
1655
1430
|
{
|
|
1431
|
+
"id": "additionalProperties",
|
|
1656
1432
|
"label": "Additional properties",
|
|
1657
1433
|
"description": "Provide additional Kafka consumer properties in JSON",
|
|
1658
|
-
"group": "kafka",
|
|
1659
|
-
"type": "String",
|
|
1660
1434
|
"optional": true,
|
|
1661
1435
|
"feel": "required",
|
|
1436
|
+
"group": "kafka",
|
|
1662
1437
|
"binding": {
|
|
1663
|
-
"
|
|
1664
|
-
"
|
|
1665
|
-
}
|
|
1438
|
+
"name": "additionalProperties",
|
|
1439
|
+
"type": "zeebe:property"
|
|
1440
|
+
},
|
|
1441
|
+
"type": "String"
|
|
1666
1442
|
},
|
|
1667
1443
|
{
|
|
1444
|
+
"id": "offsets",
|
|
1668
1445
|
"label": "Offsets",
|
|
1669
1446
|
"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",
|
|
1670
|
-
"group": "kafka",
|
|
1671
|
-
"type": "String",
|
|
1672
|
-
"feel": "optional",
|
|
1673
1447
|
"optional": true,
|
|
1448
|
+
"feel": "optional",
|
|
1449
|
+
"group": "kafka",
|
|
1674
1450
|
"binding": {
|
|
1675
|
-
"
|
|
1676
|
-
"
|
|
1677
|
-
}
|
|
1451
|
+
"name": "offsets",
|
|
1452
|
+
"type": "zeebe:property"
|
|
1453
|
+
},
|
|
1454
|
+
"type": "String"
|
|
1678
1455
|
},
|
|
1679
1456
|
{
|
|
1457
|
+
"id": "autoOffsetReset",
|
|
1680
1458
|
"label": "Auto offset reset",
|
|
1681
1459
|
"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",
|
|
1682
|
-
"
|
|
1460
|
+
"optional": false,
|
|
1461
|
+
"value": "latest",
|
|
1462
|
+
"constraints": {
|
|
1463
|
+
"notEmpty": true
|
|
1464
|
+
},
|
|
1683
1465
|
"group": "kafka",
|
|
1466
|
+
"binding": {
|
|
1467
|
+
"name": "autoOffsetReset",
|
|
1468
|
+
"type": "zeebe:property"
|
|
1469
|
+
},
|
|
1684
1470
|
"type": "Dropdown",
|
|
1685
|
-
"value": "latest",
|
|
1686
1471
|
"choices": [
|
|
1472
|
+
{
|
|
1473
|
+
"name": "None",
|
|
1474
|
+
"value": "none"
|
|
1475
|
+
},
|
|
1687
1476
|
{
|
|
1688
1477
|
"name": "Latest",
|
|
1689
1478
|
"value": "latest"
|
|
@@ -1691,85 +1480,296 @@
|
|
|
1691
1480
|
{
|
|
1692
1481
|
"name": "Earliest",
|
|
1693
1482
|
"value": "earliest"
|
|
1483
|
+
}
|
|
1484
|
+
]
|
|
1485
|
+
},
|
|
1486
|
+
{
|
|
1487
|
+
"id": "schemaStrategy.type",
|
|
1488
|
+
"label": "Schema strategy",
|
|
1489
|
+
"value": "noSchema",
|
|
1490
|
+
"group": "kafka",
|
|
1491
|
+
"binding": {
|
|
1492
|
+
"name": "schemaStrategy.type",
|
|
1493
|
+
"type": "zeebe:property"
|
|
1494
|
+
},
|
|
1495
|
+
"type": "Dropdown",
|
|
1496
|
+
"choices": [
|
|
1497
|
+
{
|
|
1498
|
+
"name": "No schema",
|
|
1499
|
+
"value": "noSchema"
|
|
1694
1500
|
},
|
|
1695
1501
|
{
|
|
1696
|
-
"name": "
|
|
1697
|
-
"value": "
|
|
1502
|
+
"name": "Inline schema",
|
|
1503
|
+
"value": "inlineSchema"
|
|
1504
|
+
},
|
|
1505
|
+
{
|
|
1506
|
+
"name": "Schema registry",
|
|
1507
|
+
"value": "schemaRegistry"
|
|
1698
1508
|
}
|
|
1699
|
-
]
|
|
1509
|
+
]
|
|
1510
|
+
},
|
|
1511
|
+
{
|
|
1512
|
+
"id": "schemaStrategy.schemaType",
|
|
1513
|
+
"label": "Schema type",
|
|
1514
|
+
"description": "Select the schema 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>",
|
|
1515
|
+
"optional": false,
|
|
1516
|
+
"value": "avro",
|
|
1517
|
+
"group": "kafka",
|
|
1700
1518
|
"binding": {
|
|
1701
|
-
"
|
|
1702
|
-
"
|
|
1703
|
-
}
|
|
1519
|
+
"name": "schemaStrategy.schemaType",
|
|
1520
|
+
"type": "zeebe:property"
|
|
1521
|
+
},
|
|
1522
|
+
"condition": {
|
|
1523
|
+
"property": "schemaStrategy.type",
|
|
1524
|
+
"equals": "schemaRegistry",
|
|
1525
|
+
"type": "simple"
|
|
1526
|
+
},
|
|
1527
|
+
"type": "Dropdown",
|
|
1528
|
+
"choices": [
|
|
1529
|
+
{
|
|
1530
|
+
"name": "JSON",
|
|
1531
|
+
"value": "json"
|
|
1532
|
+
},
|
|
1533
|
+
{
|
|
1534
|
+
"name": "Avro (alpha)",
|
|
1535
|
+
"value": "avro"
|
|
1536
|
+
}
|
|
1537
|
+
]
|
|
1704
1538
|
},
|
|
1705
1539
|
{
|
|
1706
|
-
"
|
|
1707
|
-
"
|
|
1708
|
-
"
|
|
1709
|
-
"
|
|
1710
|
-
"
|
|
1540
|
+
"id": "schemaStrategy.schemaRegistryUrl",
|
|
1541
|
+
"label": "Schema registry URL",
|
|
1542
|
+
"description": "Provide the schema registry URL",
|
|
1543
|
+
"optional": false,
|
|
1544
|
+
"constraints": {
|
|
1545
|
+
"notEmpty": true
|
|
1546
|
+
},
|
|
1547
|
+
"group": "kafka",
|
|
1711
1548
|
"binding": {
|
|
1712
|
-
"
|
|
1713
|
-
"
|
|
1549
|
+
"name": "schemaStrategy.schemaRegistryUrl",
|
|
1550
|
+
"type": "zeebe:property"
|
|
1714
1551
|
},
|
|
1552
|
+
"condition": {
|
|
1553
|
+
"property": "schemaStrategy.type",
|
|
1554
|
+
"equals": "schemaRegistry",
|
|
1555
|
+
"type": "simple"
|
|
1556
|
+
},
|
|
1557
|
+
"type": "String"
|
|
1558
|
+
},
|
|
1559
|
+
{
|
|
1560
|
+
"id": "schemaStrategy.avro.schema",
|
|
1561
|
+
"label": "Schema",
|
|
1562
|
+
"description": "Inline schema (Avro) for the message value",
|
|
1563
|
+
"optional": false,
|
|
1715
1564
|
"constraints": {
|
|
1716
1565
|
"notEmpty": true
|
|
1717
|
-
}
|
|
1566
|
+
},
|
|
1567
|
+
"feel": "required",
|
|
1568
|
+
"group": "message",
|
|
1569
|
+
"binding": {
|
|
1570
|
+
"name": "schemaStrategy.schema",
|
|
1571
|
+
"type": "zeebe:property"
|
|
1572
|
+
},
|
|
1573
|
+
"condition": {
|
|
1574
|
+
"property": "schemaStrategy.type",
|
|
1575
|
+
"equals": "inlineSchema",
|
|
1576
|
+
"type": "simple"
|
|
1577
|
+
},
|
|
1578
|
+
"type": "Text"
|
|
1718
1579
|
},
|
|
1719
1580
|
{
|
|
1720
|
-
"
|
|
1721
|
-
"
|
|
1581
|
+
"id": "activationCondition",
|
|
1582
|
+
"label": "Activation condition",
|
|
1583
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1584
|
+
"optional": true,
|
|
1585
|
+
"feel": "required",
|
|
1586
|
+
"group": "activation",
|
|
1587
|
+
"binding": {
|
|
1588
|
+
"name": "activationCondition",
|
|
1589
|
+
"type": "zeebe:property"
|
|
1590
|
+
},
|
|
1591
|
+
"type": "String"
|
|
1592
|
+
},
|
|
1593
|
+
{
|
|
1594
|
+
"id": "consumeUnmatchedEvents",
|
|
1595
|
+
"label": "Consume unmatched events",
|
|
1596
|
+
"value": true,
|
|
1722
1597
|
"group": "activation",
|
|
1598
|
+
"binding": {
|
|
1599
|
+
"name": "consumeUnmatchedEvents",
|
|
1600
|
+
"type": "zeebe:property"
|
|
1601
|
+
},
|
|
1602
|
+
"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",
|
|
1603
|
+
"type": "Boolean"
|
|
1604
|
+
},
|
|
1605
|
+
{
|
|
1606
|
+
"id": "correlationKeyProcess",
|
|
1607
|
+
"label": "Correlation key (process)",
|
|
1608
|
+
"description": "Sets up the correlation key from process variables",
|
|
1609
|
+
"constraints": {
|
|
1610
|
+
"notEmpty": true
|
|
1611
|
+
},
|
|
1723
1612
|
"feel": "required",
|
|
1613
|
+
"group": "correlation",
|
|
1724
1614
|
"binding": {
|
|
1725
|
-
"
|
|
1726
|
-
"
|
|
1615
|
+
"name": "correlationKey",
|
|
1616
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
1727
1617
|
},
|
|
1618
|
+
"type": "String"
|
|
1619
|
+
},
|
|
1620
|
+
{
|
|
1621
|
+
"id": "correlationKeyPayload",
|
|
1622
|
+
"label": "Correlation key (payload)",
|
|
1728
1623
|
"description": "Extracts the correlation key from the incoming message payload",
|
|
1729
1624
|
"constraints": {
|
|
1730
1625
|
"notEmpty": true
|
|
1731
|
-
}
|
|
1626
|
+
},
|
|
1627
|
+
"feel": "required",
|
|
1628
|
+
"group": "correlation",
|
|
1629
|
+
"binding": {
|
|
1630
|
+
"name": "correlationKeyExpression",
|
|
1631
|
+
"type": "zeebe:property"
|
|
1632
|
+
},
|
|
1633
|
+
"type": "String"
|
|
1732
1634
|
},
|
|
1733
1635
|
{
|
|
1734
|
-
"
|
|
1735
|
-
"
|
|
1736
|
-
"
|
|
1636
|
+
"id": "messageIdExpression",
|
|
1637
|
+
"label": "Message ID expression",
|
|
1638
|
+
"description": "Expression to extract unique identifier of a message",
|
|
1639
|
+
"optional": true,
|
|
1737
1640
|
"feel": "required",
|
|
1641
|
+
"group": "correlation",
|
|
1642
|
+
"binding": {
|
|
1643
|
+
"name": "messageIdExpression",
|
|
1644
|
+
"type": "zeebe:property"
|
|
1645
|
+
},
|
|
1646
|
+
"type": "String"
|
|
1647
|
+
},
|
|
1648
|
+
{
|
|
1649
|
+
"id": "messageTtl",
|
|
1650
|
+
"label": "Message TTL",
|
|
1651
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
1738
1652
|
"optional": true,
|
|
1653
|
+
"constraints": {
|
|
1654
|
+
"notEmpty": false,
|
|
1655
|
+
"pattern": {
|
|
1656
|
+
"value": "^(PT.*|)$",
|
|
1657
|
+
"message": "must be an ISO-8601 duration"
|
|
1658
|
+
}
|
|
1659
|
+
},
|
|
1660
|
+
"feel": "optional",
|
|
1661
|
+
"group": "correlation",
|
|
1739
1662
|
"binding": {
|
|
1740
|
-
"
|
|
1741
|
-
"
|
|
1663
|
+
"name": "messageTtl",
|
|
1664
|
+
"type": "zeebe:property"
|
|
1742
1665
|
},
|
|
1743
|
-
"
|
|
1666
|
+
"type": "String"
|
|
1744
1667
|
},
|
|
1745
1668
|
{
|
|
1669
|
+
"id": "messageNameUuid",
|
|
1670
|
+
"generatedValue": {
|
|
1671
|
+
"type": "uuid"
|
|
1672
|
+
},
|
|
1673
|
+
"group": "correlation",
|
|
1674
|
+
"binding": {
|
|
1675
|
+
"name": "name",
|
|
1676
|
+
"type": "bpmn:Message#property"
|
|
1677
|
+
},
|
|
1678
|
+
"type": "Hidden"
|
|
1679
|
+
},
|
|
1680
|
+
{
|
|
1681
|
+
"id": "deduplicationModeManualFlag",
|
|
1682
|
+
"label": "Manual mode",
|
|
1683
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1684
|
+
"value": false,
|
|
1685
|
+
"group": "deduplication",
|
|
1686
|
+
"binding": {
|
|
1687
|
+
"name": "deduplicationModeManualFlag",
|
|
1688
|
+
"type": "zeebe:property"
|
|
1689
|
+
},
|
|
1690
|
+
"type": "Boolean"
|
|
1691
|
+
},
|
|
1692
|
+
{
|
|
1693
|
+
"id": "deduplicationId",
|
|
1694
|
+
"label": "Deduplication ID",
|
|
1695
|
+
"constraints": {
|
|
1696
|
+
"notEmpty": true,
|
|
1697
|
+
"pattern": {
|
|
1698
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
1699
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1700
|
+
}
|
|
1701
|
+
},
|
|
1702
|
+
"group": "deduplication",
|
|
1703
|
+
"binding": {
|
|
1704
|
+
"name": "deduplicationId",
|
|
1705
|
+
"type": "zeebe:property"
|
|
1706
|
+
},
|
|
1707
|
+
"condition": {
|
|
1708
|
+
"property": "deduplicationModeManualFlag",
|
|
1709
|
+
"equals": true,
|
|
1710
|
+
"type": "simple"
|
|
1711
|
+
},
|
|
1712
|
+
"type": "String"
|
|
1713
|
+
},
|
|
1714
|
+
{
|
|
1715
|
+
"id": "deduplicationModeManual",
|
|
1716
|
+
"value": "MANUAL",
|
|
1717
|
+
"group": "deduplication",
|
|
1718
|
+
"binding": {
|
|
1719
|
+
"name": "deduplicationMode",
|
|
1720
|
+
"type": "zeebe:property"
|
|
1721
|
+
},
|
|
1722
|
+
"condition": {
|
|
1723
|
+
"property": "deduplicationId",
|
|
1724
|
+
"isActive": true,
|
|
1725
|
+
"type": "simple"
|
|
1726
|
+
},
|
|
1727
|
+
"type": "Hidden"
|
|
1728
|
+
},
|
|
1729
|
+
{
|
|
1730
|
+
"id": "deduplicationModeAuto",
|
|
1731
|
+
"value": "AUTO",
|
|
1732
|
+
"group": "deduplication",
|
|
1733
|
+
"binding": {
|
|
1734
|
+
"name": "deduplicationMode",
|
|
1735
|
+
"type": "zeebe:property"
|
|
1736
|
+
},
|
|
1737
|
+
"condition": {
|
|
1738
|
+
"property": "deduplicationId",
|
|
1739
|
+
"isActive": false,
|
|
1740
|
+
"type": "simple"
|
|
1741
|
+
},
|
|
1742
|
+
"type": "Hidden"
|
|
1743
|
+
},
|
|
1744
|
+
{
|
|
1745
|
+
"id": "resultVariable",
|
|
1746
1746
|
"label": "Result variable",
|
|
1747
|
-
"
|
|
1748
|
-
"group": "
|
|
1749
|
-
"optional": true,
|
|
1747
|
+
"description": "Name of variable to store the response in",
|
|
1748
|
+
"group": "output",
|
|
1750
1749
|
"binding": {
|
|
1751
|
-
"
|
|
1752
|
-
"
|
|
1750
|
+
"name": "resultVariable",
|
|
1751
|
+
"type": "zeebe:property"
|
|
1753
1752
|
},
|
|
1754
|
-
"
|
|
1753
|
+
"type": "String"
|
|
1755
1754
|
},
|
|
1756
1755
|
{
|
|
1756
|
+
"id": "resultExpression",
|
|
1757
1757
|
"label": "Result expression",
|
|
1758
|
-
"description": "Expression to map the
|
|
1759
|
-
"group": "variable-mapping",
|
|
1760
|
-
"type": "Text",
|
|
1758
|
+
"description": "Expression to map the response into process variables",
|
|
1761
1759
|
"feel": "required",
|
|
1760
|
+
"group": "output",
|
|
1762
1761
|
"binding": {
|
|
1763
|
-
"
|
|
1764
|
-
"
|
|
1765
|
-
}
|
|
1762
|
+
"name": "resultExpression",
|
|
1763
|
+
"type": "zeebe:property"
|
|
1764
|
+
},
|
|
1765
|
+
"type": "Text"
|
|
1766
1766
|
}
|
|
1767
1767
|
],
|
|
1768
1768
|
"icon": {
|
|
1769
|
-
"contents": "data:image/svg+xml;
|
|
1769
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
|
|
1770
1770
|
},
|
|
1771
1771
|
"engines": {
|
|
1772
|
-
"camunda": "^8.
|
|
1772
|
+
"camunda": "^8.6"
|
|
1773
1773
|
}
|
|
1774
1774
|
},
|
|
1775
1775
|
{
|