@camunda/connectors-element-templates 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. package/package.json +1 -1
  2. package/src/connectors.js +2 -0
  3. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +170 -13
  4. package/src/element-templates/agenticai-aiagent-outbound-connector.json +1596 -389
  5. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
  6. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -1
  7. package/src/element-templates/asana-connector.json +104 -104
  8. package/src/element-templates/automation-anywhere-outbound-connector.json +1207 -1201
  9. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  10. package/src/element-templates/aws-dynamodb-outbound-connector.json +1404 -1404
  11. package/src/element-templates/aws-eventbridge-connector-boundary.json +28 -28
  12. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  13. package/src/element-templates/aws-eventbridge-connector-start-event.json +13 -10
  14. package/src/element-templates/aws-eventbridge-outbound-connector.json +474 -474
  15. package/src/element-templates/aws-lambda-outbound-connector.json +51 -51
  16. package/src/element-templates/aws-s3-outbound-connector.json +30 -30
  17. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  18. package/src/element-templates/aws-sns-inbound-boundary.json +283 -283
  19. package/src/element-templates/aws-sns-inbound-intermediate.json +467 -467
  20. package/src/element-templates/aws-sns-inbound-message-start.json +98 -98
  21. package/src/element-templates/aws-sns-inbound-start-event.json +132 -132
  22. package/src/element-templates/aws-sns-outbound-connector.json +719 -719
  23. package/src/element-templates/aws-sqs-boundary-connector.json +420 -420
  24. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +958 -958
  25. package/src/element-templates/aws-sqs-outbound-connector.json +421 -421
  26. package/src/element-templates/aws-sqs-start-event-connector.json +388 -388
  27. package/src/element-templates/aws-sqs-start-message.json +463 -463
  28. package/src/element-templates/azure-blobstorage-outbound-connector.json +1 -1
  29. package/src/element-templates/azure-open-ai-connector.json +32 -32
  30. package/src/element-templates/blue-prism-connector.json +57 -57
  31. package/src/element-templates/box-outbound-connector.json +30 -30
  32. package/src/element-templates/csv-outbound-connector.json +392 -0
  33. package/src/element-templates/easy-post-connector.json +269 -269
  34. package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
  35. package/src/element-templates/email-outbound-connector.json +231 -231
  36. package/src/element-templates/embeddings-vector-database-outbound-connector.json +3473 -150
  37. package/src/element-templates/github-connector.json +2930 -2930
  38. package/src/element-templates/github-webhook-connector-boundary.json +21 -21
  39. package/src/element-templates/github-webhook-connector-intermediate.json +35 -35
  40. package/src/element-templates/github-webhook-connector-message-start.json +21 -21
  41. package/src/element-templates/github-webhook-connector-start-event.json +35 -32
  42. package/src/element-templates/gitlab-connector.json +1561 -1561
  43. package/src/element-templates/google-drive-outbound-connector.json +363 -363
  44. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  45. package/src/element-templates/google-maps-platform-connector.json +76 -76
  46. package/src/element-templates/google-sheets-outbound-connector.json +1177 -1177
  47. package/src/element-templates/graphql-outbound-connector.json +1182 -1182
  48. package/src/element-templates/http-json-connector.json +2332 -2332
  49. package/src/element-templates/http-polling-boundary-catch-event-connector.json +261 -558
  50. package/src/element-templates/http-polling-connector.json +259 -556
  51. package/src/element-templates/hugging-face-connector.json +34 -34
  52. package/src/element-templates/jdbc-outbound-connector.json +404 -2
  53. package/src/element-templates/kafka-inbound-connector-boundary.json +624 -624
  54. package/src/element-templates/kafka-inbound-connector-intermediate.json +1018 -1018
  55. package/src/element-templates/kafka-inbound-connector-start-message.json +532 -532
  56. package/src/element-templates/kafka-inbound-connector.json +240 -237
  57. package/src/element-templates/kafka-outbound-connector.json +588 -588
  58. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  59. package/src/element-templates/microsoft-teams-outbound-connector.json +3730 -3730
  60. package/src/element-templates/openai-connector.json +117 -117
  61. package/src/element-templates/operate-connector.json +68 -68
  62. package/src/element-templates/power-automate-connector.json +12 -12
  63. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +437 -437
  64. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +581 -581
  65. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +451 -451
  66. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +354 -354
  67. package/src/element-templates/rabbitmq-outbound-connector.json +666 -666
  68. package/src/element-templates/salesforce-connector.json +40 -40
  69. package/src/element-templates/sendgrid-outbound-connector.json +487 -487
  70. package/src/element-templates/slack-inbound-boundary.json +301 -301
  71. package/src/element-templates/slack-inbound-intermediate.json +307 -307
  72. package/src/element-templates/slack-inbound-message-start.json +350 -350
  73. package/src/element-templates/slack-inbound-start-event.json +213 -210
  74. package/src/element-templates/slack-outbound-connector.json +739 -739
  75. package/src/element-templates/twilio-connector.json +88 -88
  76. package/src/element-templates/twilio-webhook-connector.json +13 -10
  77. package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
  78. package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
  79. package/src/element-templates/uipath-connector.json +49 -49
  80. package/src/element-templates/webhook-connector-boundary.json +1644 -1644
  81. package/src/element-templates/webhook-connector-intermediate.json +972 -972
  82. package/src/element-templates/webhook-connector-start-event.json +556 -553
  83. package/src/element-templates/webhook-connector-start-message.json +33 -33
  84. package/src/element-templates/whatsapp-connector.json +6 -6
@@ -4,8 +4,11 @@
4
4
  "name": "Kafka Message Start Event Connector",
5
5
  "id": "io.camunda.connectors.inbound.KafkaMessageStart.v1",
6
6
  "description": "Consume Kafka messages",
7
+ "metadata": {
8
+ "keywords": []
9
+ },
7
10
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
8
- "version": 6,
11
+ "version": 7,
9
12
  "category": {
10
13
  "id": "connectors",
11
14
  "name": "Connectors"
@@ -15,6 +18,9 @@
15
18
  "value": "bpmn:StartEvent",
16
19
  "eventDefinition": "bpmn:MessageEventDefinition"
17
20
  },
21
+ "engines": {
22
+ "camunda": "^8.3"
23
+ },
18
24
  "groups": [
19
25
  {
20
26
  "id": "authentication",
@@ -25,8 +31,8 @@
25
31
  "label": "Kafka"
26
32
  },
27
33
  {
28
- "id": "message",
29
- "label": "Message deserialization"
34
+ "id": "schema",
35
+ "label": "Schema"
30
36
  },
31
37
  {
32
38
  "id": "activation",
@@ -208,7 +214,7 @@
208
214
  "id": "schemaStrategy.type",
209
215
  "label": "Schema strategy",
210
216
  "value": "noSchema",
211
- "group": "kafka",
217
+ "group": "schema",
212
218
  "binding": {
213
219
  "name": "schemaStrategy.type",
214
220
  "type": "zeebe:property"
@@ -220,22 +226,43 @@
220
226
  "value": "noSchema"
221
227
  },
222
228
  {
223
- "name": "Inline schema",
229
+ "name": "Avro Inline schema",
224
230
  "value": "inlineSchema"
225
231
  },
226
232
  {
227
- "name": "Schema registry",
233
+ "name": "Confluent Schema registry",
228
234
  "value": "schemaRegistry"
229
235
  }
230
236
  ]
231
237
  },
238
+ {
239
+ "id": "schemaStrategy.avro.schema",
240
+ "label": "Schema",
241
+ "description": "Avro inline schema for the message value",
242
+ "optional": false,
243
+ "constraints": {
244
+ "notEmpty": true
245
+ },
246
+ "feel": "required",
247
+ "group": "schema",
248
+ "binding": {
249
+ "name": "schemaStrategy.schema",
250
+ "type": "zeebe:property"
251
+ },
252
+ "condition": {
253
+ "property": "schemaStrategy.type",
254
+ "equals": "inlineSchema",
255
+ "type": "simple"
256
+ },
257
+ "type": "Text"
258
+ },
232
259
  {
233
260
  "id": "schemaStrategy.schemaType",
234
261
  "label": "Schema type",
235
262
  "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>",
236
263
  "optional": false,
237
264
  "value": "avro",
238
- "group": "kafka",
265
+ "group": "schema",
239
266
  "binding": {
240
267
  "name": "schemaStrategy.schemaType",
241
268
  "type": "zeebe:property"
@@ -252,7 +279,7 @@
252
279
  "value": "json"
253
280
  },
254
281
  {
255
- "name": "Avro (alpha)",
282
+ "name": "Avro",
256
283
  "value": "avro"
257
284
  }
258
285
  ]
@@ -265,7 +292,7 @@
265
292
  "constraints": {
266
293
  "notEmpty": true
267
294
  },
268
- "group": "kafka",
295
+ "group": "schema",
269
296
  "binding": {
270
297
  "name": "schemaStrategy.schemaRegistryUrl",
271
298
  "type": "zeebe:property"
@@ -277,27 +304,6 @@
277
304
  },
278
305
  "type": "String"
279
306
  },
280
- {
281
- "id": "schemaStrategy.avro.schema",
282
- "label": "Schema",
283
- "description": "Inline schema (Avro) for the message value",
284
- "optional": false,
285
- "constraints": {
286
- "notEmpty": true
287
- },
288
- "feel": "required",
289
- "group": "message",
290
- "binding": {
291
- "name": "schemaStrategy.schema",
292
- "type": "zeebe:property"
293
- },
294
- "condition": {
295
- "property": "schemaStrategy.type",
296
- "equals": "inlineSchema",
297
- "type": "simple"
298
- },
299
- "type": "Text"
300
- },
301
307
  {
302
308
  "id": "activationCondition",
303
309
  "label": "Activation condition",
@@ -520,18 +526,15 @@
520
526
  ],
521
527
  "icon": {
522
528
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
523
- },
524
- "engines": {
525
- "camunda": "^8.6"
526
529
  }
527
530
  },
528
531
  {
529
532
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
530
533
  "name": "Kafka Message Start Event Connector",
531
534
  "id": "io.camunda.connectors.inbound.KafkaMessageStart.v1",
532
- "version": 1,
533
535
  "description": "Consume Kafka messages",
534
536
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
537
+ "version": 6,
535
538
  "category": {
536
539
  "id": "connectors",
537
540
  "name": "Connectors"
@@ -550,45 +553,53 @@
550
553
  "id": "kafka",
551
554
  "label": "Kafka"
552
555
  },
556
+ {
557
+ "id": "message",
558
+ "label": "Message deserialization"
559
+ },
553
560
  {
554
561
  "id": "activation",
555
562
  "label": "Activation"
556
563
  },
557
564
  {
558
565
  "id": "correlation",
559
- "label": "Subprocess correlation"
566
+ "label": "Correlation",
567
+ "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
560
568
  },
561
569
  {
562
- "id": "variable-mapping",
563
- "label": "Variable mapping"
570
+ "id": "deduplication",
571
+ "label": "Deduplication",
572
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
573
+ },
574
+ {
575
+ "id": "output",
576
+ "label": "Output mapping"
564
577
  }
565
578
  ],
566
579
  "properties": [
567
580
  {
568
- "type": "Hidden",
569
581
  "value": "io.camunda:connector-kafka-inbound:1",
570
582
  "binding": {
571
- "type": "zeebe:property",
572
- "name": "inbound.type"
573
- }
574
- },
575
- {
576
- "type": "Hidden",
577
- "generatedValue": {
578
- "type": "uuid"
583
+ "name": "inbound.type",
584
+ "type": "zeebe:property"
579
585
  },
580
- "binding": {
581
- "type": "bpmn:Message#property",
582
- "name": "name"
583
- }
586
+ "type": "Hidden"
584
587
  },
585
588
  {
589
+ "id": "authenticationType",
586
590
  "label": "Authentication type",
587
591
  "description": "Username/password or custom",
588
- "id": "authenticationType",
592
+ "optional": false,
593
+ "value": "credentials",
594
+ "constraints": {
595
+ "notEmpty": true
596
+ },
589
597
  "group": "authentication",
598
+ "binding": {
599
+ "name": "authenticationType",
600
+ "type": "zeebe:property"
601
+ },
590
602
  "type": "Dropdown",
591
- "value": "credentials",
592
603
  "choices": [
593
604
  {
594
605
  "name": "Credentials",
@@ -598,120 +609,120 @@
598
609
  "name": "Custom",
599
610
  "value": "custom"
600
611
  }
601
- ],
602
- "binding": {
603
- "type": "zeebe:property",
604
- "name": "authenticationType"
605
- }
612
+ ]
606
613
  },
607
614
  {
615
+ "id": "authentication.username",
608
616
  "label": "Username",
609
617
  "description": "Provide the username (must have permissions to produce message to the topic)",
610
- "group": "authentication",
611
- "type": "String",
612
- "feel": "optional",
613
618
  "optional": true,
619
+ "group": "authentication",
614
620
  "binding": {
615
- "type": "zeebe:property",
616
- "name": "authentication.username"
621
+ "name": "authentication.username",
622
+ "type": "zeebe:property"
617
623
  },
618
- "condition": {
619
- "property": "authenticationType",
620
- "equals": "credentials"
621
- }
624
+ "type": "String"
622
625
  },
623
626
  {
627
+ "id": "authentication.password",
624
628
  "label": "Password",
625
629
  "description": "Provide a password for the user",
626
- "group": "authentication",
627
- "type": "String",
628
- "feel": "optional",
629
630
  "optional": true,
631
+ "group": "authentication",
630
632
  "binding": {
631
- "type": "zeebe:property",
632
- "name": "authentication.password"
633
+ "name": "authentication.password",
634
+ "type": "zeebe:property"
633
635
  },
634
- "condition": {
635
- "property": "authenticationType",
636
- "equals": "credentials"
637
- }
636
+ "type": "String"
638
637
  },
639
638
  {
639
+ "id": "topic.bootstrapServers",
640
640
  "label": "Bootstrap servers",
641
641
  "description": "Provide bootstrap server(s), comma-delimited if there are multiple",
642
+ "optional": false,
643
+ "constraints": {
644
+ "notEmpty": true
645
+ },
642
646
  "group": "kafka",
643
- "type": "String",
644
- "feel": "optional",
645
647
  "binding": {
646
- "type": "zeebe:property",
647
- "name": "topic.bootstrapServers"
648
+ "name": "topic.bootstrapServers",
649
+ "type": "zeebe:property"
648
650
  },
649
- "constraints": {
650
- "notEmpty": true
651
- }
651
+ "type": "String"
652
652
  },
653
653
  {
654
+ "id": "topic.topicName",
654
655
  "label": "Topic",
655
- "description": "Provide the topic name",
656
+ "description": "Provide topic name",
657
+ "optional": false,
658
+ "constraints": {
659
+ "notEmpty": true
660
+ },
656
661
  "group": "kafka",
657
- "type": "String",
658
- "feel": "optional",
659
662
  "binding": {
660
- "type": "zeebe:property",
661
- "name": "topic.topicName"
663
+ "name": "topic.topicName",
664
+ "type": "zeebe:property"
662
665
  },
663
- "constraints": {
664
- "notEmpty": true
665
- }
666
+ "type": "String"
666
667
  },
667
668
  {
668
- "label": "Consumer Group ID",
669
+ "id": "groupId",
670
+ "label": "Consumer group ID",
669
671
  "description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
672
+ "optional": false,
670
673
  "group": "kafka",
671
- "type": "String",
672
- "feel": "optional",
673
- "optional": true,
674
674
  "binding": {
675
- "type": "zeebe:property",
676
- "name": "groupId"
675
+ "name": "groupId",
676
+ "type": "zeebe:property"
677
677
  },
678
- "constraints": {
679
- "notEmpty": false,
680
- "maxLength": 250
681
- }
678
+ "type": "String"
682
679
  },
683
680
  {
681
+ "id": "additionalProperties",
684
682
  "label": "Additional properties",
685
683
  "description": "Provide additional Kafka consumer properties in JSON",
686
- "group": "kafka",
687
- "type": "String",
688
684
  "optional": true,
689
685
  "feel": "required",
686
+ "group": "kafka",
690
687
  "binding": {
691
- "type": "zeebe:property",
692
- "name": "additionalProperties"
693
- }
688
+ "name": "additionalProperties",
689
+ "type": "zeebe:property"
690
+ },
691
+ "type": "String"
694
692
  },
695
693
  {
694
+ "id": "offsets",
696
695
  "label": "Offsets",
697
696
  "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",
698
- "group": "kafka",
699
- "type": "String",
700
- "feel": "optional",
701
697
  "optional": true,
698
+ "feel": "optional",
699
+ "group": "kafka",
702
700
  "binding": {
703
- "type": "zeebe:property",
704
- "name": "offsets"
705
- }
701
+ "name": "offsets",
702
+ "type": "zeebe:property"
703
+ },
704
+ "type": "String"
706
705
  },
707
706
  {
707
+ "id": "autoOffsetReset",
708
708
  "label": "Auto offset reset",
709
709
  "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",
710
- "id": "autoOffsetReset",
710
+ "optional": false,
711
+ "value": "latest",
712
+ "constraints": {
713
+ "notEmpty": true
714
+ },
711
715
  "group": "kafka",
716
+ "binding": {
717
+ "name": "autoOffsetReset",
718
+ "type": "zeebe:property"
719
+ },
712
720
  "type": "Dropdown",
713
- "value": "latest",
714
721
  "choices": [
722
+ {
723
+ "name": "None",
724
+ "value": "none"
725
+ },
715
726
  {
716
727
  "name": "Latest",
717
728
  "value": "latest"
@@ -719,48 +730,139 @@
719
730
  {
720
731
  "name": "Earliest",
721
732
  "value": "earliest"
722
- },
723
- {
724
- "name": "None",
725
- "value": "none"
726
733
  }
727
- ],
728
- "binding": {
729
- "type": "zeebe:property",
730
- "name": "autoOffsetReset"
731
- }
734
+ ]
732
735
  },
733
736
  {
734
- "label": "Message ID expression",
735
- "feel": "required",
736
- "type": "String",
737
- "optional": true,
738
- "group": "activation",
737
+ "id": "schemaStrategy.type",
738
+ "label": "Schema strategy",
739
+ "value": "noSchema",
740
+ "group": "kafka",
739
741
  "binding": {
740
- "type": "zeebe:property",
741
- "name": "messageIdExpression"
742
+ "name": "schemaStrategy.type",
743
+ "type": "zeebe:property"
742
744
  },
743
- "description": "Expression to extract unique identifier of a message"
745
+ "type": "Dropdown",
746
+ "choices": [
747
+ {
748
+ "name": "No schema",
749
+ "value": "noSchema"
750
+ },
751
+ {
752
+ "name": "Inline schema",
753
+ "value": "inlineSchema"
754
+ },
755
+ {
756
+ "name": "Schema registry",
757
+ "value": "schemaRegistry"
758
+ }
759
+ ]
744
760
  },
745
761
  {
746
- "label": "Activation condition",
747
- "type": "String",
748
- "group": "activation",
762
+ "id": "schemaStrategy.schemaType",
763
+ "label": "Schema type",
764
+ "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>",
765
+ "optional": false,
766
+ "value": "avro",
767
+ "group": "kafka",
768
+ "binding": {
769
+ "name": "schemaStrategy.schemaType",
770
+ "type": "zeebe:property"
771
+ },
772
+ "condition": {
773
+ "property": "schemaStrategy.type",
774
+ "equals": "schemaRegistry",
775
+ "type": "simple"
776
+ },
777
+ "type": "Dropdown",
778
+ "choices": [
779
+ {
780
+ "name": "JSON",
781
+ "value": "json"
782
+ },
783
+ {
784
+ "name": "Avro (alpha)",
785
+ "value": "avro"
786
+ }
787
+ ]
788
+ },
789
+ {
790
+ "id": "schemaStrategy.schemaRegistryUrl",
791
+ "label": "Schema registry URL",
792
+ "description": "Provide the schema registry URL",
793
+ "optional": false,
794
+ "constraints": {
795
+ "notEmpty": true
796
+ },
797
+ "group": "kafka",
798
+ "binding": {
799
+ "name": "schemaStrategy.schemaRegistryUrl",
800
+ "type": "zeebe:property"
801
+ },
802
+ "condition": {
803
+ "property": "schemaStrategy.type",
804
+ "equals": "schemaRegistry",
805
+ "type": "simple"
806
+ },
807
+ "type": "String"
808
+ },
809
+ {
810
+ "id": "schemaStrategy.avro.schema",
811
+ "label": "Schema",
812
+ "description": "Inline schema (Avro) for the message value",
813
+ "optional": false,
814
+ "constraints": {
815
+ "notEmpty": true
816
+ },
749
817
  "feel": "required",
818
+ "group": "message",
819
+ "binding": {
820
+ "name": "schemaStrategy.schema",
821
+ "type": "zeebe:property"
822
+ },
823
+ "condition": {
824
+ "property": "schemaStrategy.type",
825
+ "equals": "inlineSchema",
826
+ "type": "simple"
827
+ },
828
+ "type": "Text"
829
+ },
830
+ {
831
+ "id": "activationCondition",
832
+ "label": "Activation condition",
833
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
750
834
  "optional": true,
835
+ "feel": "required",
836
+ "group": "activation",
751
837
  "binding": {
752
- "type": "zeebe:property",
753
- "name": "activationCondition"
838
+ "name": "activationCondition",
839
+ "type": "zeebe:property"
754
840
  },
755
- "description": "Condition under which the Connector triggers. Leave empty to catch all events"
841
+ "type": "String"
842
+ },
843
+ {
844
+ "id": "consumeUnmatchedEvents",
845
+ "label": "Consume unmatched events",
846
+ "value": true,
847
+ "group": "activation",
848
+ "binding": {
849
+ "name": "consumeUnmatchedEvents",
850
+ "type": "zeebe:property"
851
+ },
852
+ "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",
853
+ "type": "Boolean"
756
854
  },
757
855
  {
758
- "label": "Correlation required",
759
- "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
760
856
  "id": "correlationRequired",
857
+ "label": "Subprocess correlation required",
858
+ "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
859
+ "value": "notRequired",
761
860
  "group": "correlation",
861
+ "binding": {
862
+ "name": "correlationRequired",
863
+ "type": "zeebe:property"
864
+ },
762
865
  "type": "Dropdown",
763
- "value": "notRequired",
764
866
  "choices": [
765
867
  {
766
868
  "name": "Correlation not required",
@@ -770,76 +872,186 @@
770
872
  "name": "Correlation required",
771
873
  "value": "required"
772
874
  }
773
- ],
774
- "binding": {
775
- "type": "zeebe:property",
776
- "name": "correlationRequired"
777
- }
875
+ ]
778
876
  },
779
877
  {
878
+ "id": "correlationKeyProcess",
780
879
  "label": "Correlation key (process)",
781
- "type": "String",
782
- "group": "correlation",
783
- "feel": "required",
784
880
  "description": "Sets up the correlation key from process variables",
881
+ "constraints": {
882
+ "notEmpty": true
883
+ },
884
+ "feel": "required",
885
+ "group": "correlation",
785
886
  "binding": {
786
- "type": "bpmn:Message#zeebe:subscription#property",
787
- "name": "correlationKey"
887
+ "name": "correlationKey",
888
+ "type": "bpmn:Message#zeebe:subscription#property"
889
+ },
890
+ "condition": {
891
+ "property": "correlationRequired",
892
+ "equals": "required",
893
+ "type": "simple"
788
894
  },
895
+ "type": "String"
896
+ },
897
+ {
898
+ "id": "correlationKeyPayload",
899
+ "label": "Correlation key (payload)",
900
+ "description": "Extracts the correlation key from the incoming message payload",
789
901
  "constraints": {
790
902
  "notEmpty": true
791
903
  },
904
+ "feel": "required",
905
+ "group": "correlation",
906
+ "binding": {
907
+ "name": "correlationKeyExpression",
908
+ "type": "zeebe:property"
909
+ },
792
910
  "condition": {
793
911
  "property": "correlationRequired",
794
- "equals": "required"
795
- }
912
+ "equals": "required",
913
+ "type": "simple"
914
+ },
915
+ "type": "String"
796
916
  },
797
917
  {
798
- "label": "Correlation key (payload)",
799
- "type": "String",
918
+ "id": "messageTtl",
919
+ "label": "Message TTL",
920
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
921
+ "optional": true,
922
+ "constraints": {
923
+ "notEmpty": false,
924
+ "pattern": {
925
+ "value": "^(PT.*|)$",
926
+ "message": "must be an ISO-8601 duration"
927
+ }
928
+ },
929
+ "feel": "optional",
800
930
  "group": "correlation",
931
+ "binding": {
932
+ "name": "messageTtl",
933
+ "type": "zeebe:property"
934
+ },
935
+ "type": "String"
936
+ },
937
+ {
938
+ "id": "messageIdExpression",
939
+ "label": "Message ID expression",
940
+ "description": "Expression to extract unique identifier of a message",
941
+ "optional": true,
801
942
  "feel": "required",
943
+ "group": "correlation",
802
944
  "binding": {
803
- "type": "zeebe:property",
804
- "name": "correlationKeyExpression"
945
+ "name": "messageIdExpression",
946
+ "type": "zeebe:property"
805
947
  },
806
- "description": "Extracts the correlation key from the incoming message payload",
948
+ "type": "String"
949
+ },
950
+ {
951
+ "id": "messageNameUuid",
952
+ "generatedValue": {
953
+ "type": "uuid"
954
+ },
955
+ "group": "correlation",
956
+ "binding": {
957
+ "name": "name",
958
+ "type": "bpmn:Message#property"
959
+ },
960
+ "type": "Hidden"
961
+ },
962
+ {
963
+ "id": "deduplicationModeManualFlag",
964
+ "label": "Manual mode",
965
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
966
+ "value": false,
967
+ "group": "deduplication",
968
+ "binding": {
969
+ "name": "deduplicationModeManualFlag",
970
+ "type": "zeebe:property"
971
+ },
972
+ "type": "Boolean"
973
+ },
974
+ {
975
+ "id": "deduplicationId",
976
+ "label": "Deduplication ID",
807
977
  "constraints": {
808
- "notEmpty": true
978
+ "notEmpty": true,
979
+ "pattern": {
980
+ "value": "^[a-zA-Z0-9_-]+$",
981
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
982
+ }
983
+ },
984
+ "group": "deduplication",
985
+ "binding": {
986
+ "name": "deduplicationId",
987
+ "type": "zeebe:property"
809
988
  },
810
989
  "condition": {
811
- "property": "correlationRequired",
812
- "equals": "required"
813
- }
990
+ "property": "deduplicationModeManualFlag",
991
+ "equals": true,
992
+ "type": "simple"
993
+ },
994
+ "type": "String"
995
+ },
996
+ {
997
+ "id": "deduplicationModeManual",
998
+ "value": "MANUAL",
999
+ "group": "deduplication",
1000
+ "binding": {
1001
+ "name": "deduplicationMode",
1002
+ "type": "zeebe:property"
1003
+ },
1004
+ "condition": {
1005
+ "property": "deduplicationId",
1006
+ "isActive": true,
1007
+ "type": "simple"
1008
+ },
1009
+ "type": "Hidden"
814
1010
  },
815
1011
  {
1012
+ "id": "deduplicationModeAuto",
1013
+ "value": "AUTO",
1014
+ "group": "deduplication",
1015
+ "binding": {
1016
+ "name": "deduplicationMode",
1017
+ "type": "zeebe:property"
1018
+ },
1019
+ "condition": {
1020
+ "property": "deduplicationId",
1021
+ "isActive": false,
1022
+ "type": "simple"
1023
+ },
1024
+ "type": "Hidden"
1025
+ },
1026
+ {
1027
+ "id": "resultVariable",
816
1028
  "label": "Result variable",
817
- "type": "String",
818
- "group": "variable-mapping",
819
- "optional": true,
1029
+ "description": "Name of variable to store the response in",
1030
+ "group": "output",
820
1031
  "binding": {
821
- "type": "zeebe:property",
822
- "name": "resultVariable"
1032
+ "name": "resultVariable",
1033
+ "type": "zeebe:property"
823
1034
  },
824
- "description": "Name of variable to store the result of the connector in"
1035
+ "type": "String"
825
1036
  },
826
1037
  {
1038
+ "id": "resultExpression",
827
1039
  "label": "Result expression",
828
- "description": "Expression to map the inbound payload to process variables",
829
- "group": "variable-mapping",
830
- "type": "Text",
1040
+ "description": "Expression to map the response into process variables",
831
1041
  "feel": "required",
1042
+ "group": "output",
832
1043
  "binding": {
833
- "type": "zeebe:property",
834
- "name": "resultExpression"
835
- }
1044
+ "name": "resultExpression",
1045
+ "type": "zeebe:property"
1046
+ },
1047
+ "type": "Text"
836
1048
  }
837
1049
  ],
838
1050
  "icon": {
839
- "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"
1051
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
840
1052
  },
841
1053
  "engines": {
842
- "camunda": "^8.2"
1054
+ "camunda": "^8.6"
843
1055
  }
844
1056
  },
845
1057
  {
@@ -1322,12 +1534,9 @@
1322
1534
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1323
1535
  "name": "Kafka Message Start Event Connector",
1324
1536
  "id": "io.camunda.connectors.inbound.KafkaMessageStart.v1",
1537
+ "version": 1,
1325
1538
  "description": "Consume Kafka messages",
1326
- "metadata": {
1327
- "keywords": []
1328
- },
1329
1539
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
1330
- "version": 7,
1331
1540
  "category": {
1332
1541
  "id": "connectors",
1333
1542
  "name": "Connectors"
@@ -1337,9 +1546,6 @@
1337
1546
  "value": "bpmn:StartEvent",
1338
1547
  "eventDefinition": "bpmn:MessageEventDefinition"
1339
1548
  },
1340
- "engines": {
1341
- "camunda": "^8.3"
1342
- },
1343
1549
  "groups": [
1344
1550
  {
1345
1551
  "id": "authentication",
@@ -1349,53 +1555,45 @@
1349
1555
  "id": "kafka",
1350
1556
  "label": "Kafka"
1351
1557
  },
1352
- {
1353
- "id": "schema",
1354
- "label": "Schema"
1355
- },
1356
1558
  {
1357
1559
  "id": "activation",
1358
1560
  "label": "Activation"
1359
1561
  },
1360
1562
  {
1361
1563
  "id": "correlation",
1362
- "label": "Correlation",
1363
- "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
1364
- },
1365
- {
1366
- "id": "deduplication",
1367
- "label": "Deduplication",
1368
- "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
1564
+ "label": "Subprocess correlation"
1369
1565
  },
1370
1566
  {
1371
- "id": "output",
1372
- "label": "Output mapping"
1567
+ "id": "variable-mapping",
1568
+ "label": "Variable mapping"
1373
1569
  }
1374
1570
  ],
1375
1571
  "properties": [
1376
1572
  {
1573
+ "type": "Hidden",
1377
1574
  "value": "io.camunda:connector-kafka-inbound:1",
1378
1575
  "binding": {
1379
- "name": "inbound.type",
1380
- "type": "zeebe:property"
1576
+ "type": "zeebe:property",
1577
+ "name": "inbound.type"
1578
+ }
1579
+ },
1580
+ {
1581
+ "type": "Hidden",
1582
+ "generatedValue": {
1583
+ "type": "uuid"
1381
1584
  },
1382
- "type": "Hidden"
1585
+ "binding": {
1586
+ "type": "bpmn:Message#property",
1587
+ "name": "name"
1588
+ }
1383
1589
  },
1384
1590
  {
1385
- "id": "authenticationType",
1386
1591
  "label": "Authentication type",
1387
1592
  "description": "Username/password or custom",
1388
- "optional": false,
1389
- "value": "credentials",
1390
- "constraints": {
1391
- "notEmpty": true
1392
- },
1593
+ "id": "authenticationType",
1393
1594
  "group": "authentication",
1394
- "binding": {
1395
- "name": "authenticationType",
1396
- "type": "zeebe:property"
1397
- },
1398
1595
  "type": "Dropdown",
1596
+ "value": "credentials",
1399
1597
  "choices": [
1400
1598
  {
1401
1599
  "name": "Credentials",
@@ -1405,260 +1603,169 @@
1405
1603
  "name": "Custom",
1406
1604
  "value": "custom"
1407
1605
  }
1408
- ]
1606
+ ],
1607
+ "binding": {
1608
+ "type": "zeebe:property",
1609
+ "name": "authenticationType"
1610
+ }
1409
1611
  },
1410
1612
  {
1411
- "id": "authentication.username",
1412
1613
  "label": "Username",
1413
1614
  "description": "Provide the username (must have permissions to produce message to the topic)",
1414
- "optional": true,
1415
1615
  "group": "authentication",
1616
+ "type": "String",
1617
+ "feel": "optional",
1618
+ "optional": true,
1416
1619
  "binding": {
1417
- "name": "authentication.username",
1418
- "type": "zeebe:property"
1620
+ "type": "zeebe:property",
1621
+ "name": "authentication.username"
1419
1622
  },
1420
- "type": "String"
1623
+ "condition": {
1624
+ "property": "authenticationType",
1625
+ "equals": "credentials"
1626
+ }
1421
1627
  },
1422
1628
  {
1423
- "id": "authentication.password",
1424
1629
  "label": "Password",
1425
1630
  "description": "Provide a password for the user",
1426
- "optional": true,
1427
1631
  "group": "authentication",
1632
+ "type": "String",
1633
+ "feel": "optional",
1634
+ "optional": true,
1428
1635
  "binding": {
1429
- "name": "authentication.password",
1430
- "type": "zeebe:property"
1636
+ "type": "zeebe:property",
1637
+ "name": "authentication.password"
1431
1638
  },
1432
- "type": "String"
1639
+ "condition": {
1640
+ "property": "authenticationType",
1641
+ "equals": "credentials"
1642
+ }
1433
1643
  },
1434
1644
  {
1435
- "id": "topic.bootstrapServers",
1436
1645
  "label": "Bootstrap servers",
1437
1646
  "description": "Provide bootstrap server(s), comma-delimited if there are multiple",
1438
- "optional": false,
1439
- "constraints": {
1440
- "notEmpty": true
1441
- },
1442
1647
  "group": "kafka",
1648
+ "type": "String",
1649
+ "feel": "optional",
1443
1650
  "binding": {
1444
- "name": "topic.bootstrapServers",
1445
- "type": "zeebe:property"
1651
+ "type": "zeebe:property",
1652
+ "name": "topic.bootstrapServers"
1446
1653
  },
1447
- "type": "String"
1654
+ "constraints": {
1655
+ "notEmpty": true
1656
+ }
1448
1657
  },
1449
1658
  {
1450
- "id": "topic.topicName",
1451
1659
  "label": "Topic",
1452
- "description": "Provide topic name",
1453
- "optional": false,
1454
- "constraints": {
1455
- "notEmpty": true
1456
- },
1660
+ "description": "Provide the topic name",
1457
1661
  "group": "kafka",
1662
+ "type": "String",
1663
+ "feel": "optional",
1458
1664
  "binding": {
1459
- "name": "topic.topicName",
1460
- "type": "zeebe:property"
1665
+ "type": "zeebe:property",
1666
+ "name": "topic.topicName"
1461
1667
  },
1462
- "type": "String"
1668
+ "constraints": {
1669
+ "notEmpty": true
1670
+ }
1463
1671
  },
1464
1672
  {
1465
- "id": "groupId",
1466
- "label": "Consumer group ID",
1673
+ "label": "Consumer Group ID",
1467
1674
  "description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
1468
- "optional": false,
1469
1675
  "group": "kafka",
1676
+ "type": "String",
1677
+ "feel": "optional",
1678
+ "optional": true,
1470
1679
  "binding": {
1471
- "name": "groupId",
1472
- "type": "zeebe:property"
1680
+ "type": "zeebe:property",
1681
+ "name": "groupId"
1473
1682
  },
1474
- "type": "String"
1683
+ "constraints": {
1684
+ "notEmpty": false,
1685
+ "maxLength": 250
1686
+ }
1475
1687
  },
1476
1688
  {
1477
- "id": "additionalProperties",
1478
1689
  "label": "Additional properties",
1479
1690
  "description": "Provide additional Kafka consumer properties in JSON",
1691
+ "group": "kafka",
1692
+ "type": "String",
1480
1693
  "optional": true,
1481
1694
  "feel": "required",
1482
- "group": "kafka",
1483
1695
  "binding": {
1484
- "name": "additionalProperties",
1485
- "type": "zeebe:property"
1486
- },
1487
- "type": "String"
1696
+ "type": "zeebe:property",
1697
+ "name": "additionalProperties"
1698
+ }
1488
1699
  },
1489
1700
  {
1490
- "id": "offsets",
1491
1701
  "label": "Offsets",
1492
1702
  "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",
1493
- "optional": true,
1494
- "feel": "optional",
1495
1703
  "group": "kafka",
1704
+ "type": "String",
1705
+ "feel": "optional",
1706
+ "optional": true,
1496
1707
  "binding": {
1497
- "name": "offsets",
1498
- "type": "zeebe:property"
1499
- },
1500
- "type": "String"
1708
+ "type": "zeebe:property",
1709
+ "name": "offsets"
1710
+ }
1501
1711
  },
1502
1712
  {
1503
- "id": "autoOffsetReset",
1504
1713
  "label": "Auto offset reset",
1505
1714
  "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",
1506
- "optional": false,
1507
- "value": "latest",
1508
- "constraints": {
1509
- "notEmpty": true
1510
- },
1511
- "group": "kafka",
1512
- "binding": {
1513
- "name": "autoOffsetReset",
1514
- "type": "zeebe:property"
1515
- },
1516
- "type": "Dropdown",
1517
- "choices": [
1518
- {
1519
- "name": "None",
1520
- "value": "none"
1521
- },
1522
- {
1523
- "name": "Latest",
1524
- "value": "latest"
1525
- },
1526
- {
1527
- "name": "Earliest",
1528
- "value": "earliest"
1529
- }
1530
- ]
1531
- },
1532
- {
1533
- "id": "schemaStrategy.type",
1534
- "label": "Schema strategy",
1535
- "value": "noSchema",
1536
- "group": "schema",
1537
- "binding": {
1538
- "name": "schemaStrategy.type",
1539
- "type": "zeebe:property"
1540
- },
1541
- "type": "Dropdown",
1542
- "choices": [
1543
- {
1544
- "name": "No schema",
1545
- "value": "noSchema"
1546
- },
1547
- {
1548
- "name": "Avro Inline schema",
1549
- "value": "inlineSchema"
1550
- },
1551
- {
1552
- "name": "Confluent Schema registry",
1553
- "value": "schemaRegistry"
1554
- }
1555
- ]
1556
- },
1557
- {
1558
- "id": "schemaStrategy.avro.schema",
1559
- "label": "Schema",
1560
- "description": "Avro inline schema for the message value",
1561
- "optional": false,
1562
- "constraints": {
1563
- "notEmpty": true
1564
- },
1565
- "feel": "required",
1566
- "group": "schema",
1567
- "binding": {
1568
- "name": "schemaStrategy.schema",
1569
- "type": "zeebe:property"
1570
- },
1571
- "condition": {
1572
- "property": "schemaStrategy.type",
1573
- "equals": "inlineSchema",
1574
- "type": "simple"
1575
- },
1576
- "type": "Text"
1577
- },
1578
- {
1579
- "id": "schemaStrategy.schemaType",
1580
- "label": "Schema type",
1581
- "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>",
1582
- "optional": false,
1583
- "value": "avro",
1584
- "group": "schema",
1585
- "binding": {
1586
- "name": "schemaStrategy.schemaType",
1587
- "type": "zeebe:property"
1588
- },
1589
- "condition": {
1590
- "property": "schemaStrategy.type",
1591
- "equals": "schemaRegistry",
1592
- "type": "simple"
1593
- },
1715
+ "id": "autoOffsetReset",
1716
+ "group": "kafka",
1594
1717
  "type": "Dropdown",
1718
+ "value": "latest",
1595
1719
  "choices": [
1596
1720
  {
1597
- "name": "JSON",
1598
- "value": "json"
1721
+ "name": "Latest",
1722
+ "value": "latest"
1599
1723
  },
1600
1724
  {
1601
- "name": "Avro",
1602
- "value": "avro"
1725
+ "name": "Earliest",
1726
+ "value": "earliest"
1727
+ },
1728
+ {
1729
+ "name": "None",
1730
+ "value": "none"
1603
1731
  }
1604
- ]
1605
- },
1606
- {
1607
- "id": "schemaStrategy.schemaRegistryUrl",
1608
- "label": "Schema registry URL",
1609
- "description": "Provide the schema registry URL",
1610
- "optional": false,
1611
- "constraints": {
1612
- "notEmpty": true
1613
- },
1614
- "group": "schema",
1732
+ ],
1615
1733
  "binding": {
1616
- "name": "schemaStrategy.schemaRegistryUrl",
1617
- "type": "zeebe:property"
1618
- },
1619
- "condition": {
1620
- "property": "schemaStrategy.type",
1621
- "equals": "schemaRegistry",
1622
- "type": "simple"
1623
- },
1624
- "type": "String"
1734
+ "type": "zeebe:property",
1735
+ "name": "autoOffsetReset"
1736
+ }
1625
1737
  },
1626
1738
  {
1627
- "id": "activationCondition",
1628
- "label": "Activation condition",
1629
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
1630
- "optional": true,
1739
+ "label": "Message ID expression",
1631
1740
  "feel": "required",
1741
+ "type": "String",
1742
+ "optional": true,
1632
1743
  "group": "activation",
1633
1744
  "binding": {
1634
- "name": "activationCondition",
1635
- "type": "zeebe:property"
1745
+ "type": "zeebe:property",
1746
+ "name": "messageIdExpression"
1636
1747
  },
1637
- "type": "String"
1748
+ "description": "Expression to extract unique identifier of a message"
1638
1749
  },
1639
1750
  {
1640
- "id": "consumeUnmatchedEvents",
1641
- "label": "Consume unmatched events",
1642
- "value": true,
1751
+ "label": "Activation condition",
1752
+ "type": "String",
1643
1753
  "group": "activation",
1754
+ "feel": "required",
1755
+ "optional": true,
1644
1756
  "binding": {
1645
- "name": "consumeUnmatchedEvents",
1646
- "type": "zeebe:property"
1757
+ "type": "zeebe:property",
1758
+ "name": "activationCondition"
1647
1759
  },
1648
- "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",
1649
- "type": "Boolean"
1760
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events"
1650
1761
  },
1651
1762
  {
1652
- "id": "correlationRequired",
1653
- "label": "Subprocess correlation required",
1763
+ "label": "Correlation required",
1654
1764
  "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
1655
- "value": "notRequired",
1765
+ "id": "correlationRequired",
1656
1766
  "group": "correlation",
1657
- "binding": {
1658
- "name": "correlationRequired",
1659
- "type": "zeebe:property"
1660
- },
1661
1767
  "type": "Dropdown",
1768
+ "value": "notRequired",
1662
1769
  "choices": [
1663
1770
  {
1664
1771
  "name": "Correlation not required",
@@ -1668,183 +1775,76 @@
1668
1775
  "name": "Correlation required",
1669
1776
  "value": "required"
1670
1777
  }
1671
- ]
1778
+ ],
1779
+ "binding": {
1780
+ "type": "zeebe:property",
1781
+ "name": "correlationRequired"
1782
+ }
1672
1783
  },
1673
1784
  {
1674
- "id": "correlationKeyProcess",
1675
1785
  "label": "Correlation key (process)",
1676
- "description": "Sets up the correlation key from process variables",
1677
- "constraints": {
1678
- "notEmpty": true
1679
- },
1680
- "feel": "required",
1786
+ "type": "String",
1681
1787
  "group": "correlation",
1788
+ "feel": "required",
1789
+ "description": "Sets up the correlation key from process variables",
1682
1790
  "binding": {
1683
- "name": "correlationKey",
1684
- "type": "bpmn:Message#zeebe:subscription#property"
1685
- },
1686
- "condition": {
1687
- "property": "correlationRequired",
1688
- "equals": "required",
1689
- "type": "simple"
1791
+ "type": "bpmn:Message#zeebe:subscription#property",
1792
+ "name": "correlationKey"
1690
1793
  },
1691
- "type": "String"
1692
- },
1693
- {
1694
- "id": "correlationKeyPayload",
1695
- "label": "Correlation key (payload)",
1696
- "description": "Extracts the correlation key from the incoming message payload",
1697
1794
  "constraints": {
1698
1795
  "notEmpty": true
1699
1796
  },
1700
- "feel": "required",
1701
- "group": "correlation",
1702
- "binding": {
1703
- "name": "correlationKeyExpression",
1704
- "type": "zeebe:property"
1705
- },
1706
1797
  "condition": {
1707
1798
  "property": "correlationRequired",
1708
- "equals": "required",
1709
- "type": "simple"
1710
- },
1711
- "type": "String"
1799
+ "equals": "required"
1800
+ }
1712
1801
  },
1713
1802
  {
1714
- "id": "messageTtl",
1715
- "label": "Message TTL",
1716
- "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
1717
- "optional": true,
1718
- "constraints": {
1719
- "notEmpty": false,
1720
- "pattern": {
1721
- "value": "^(PT.*|)$",
1722
- "message": "must be an ISO-8601 duration"
1723
- }
1724
- },
1725
- "feel": "optional",
1803
+ "label": "Correlation key (payload)",
1804
+ "type": "String",
1726
1805
  "group": "correlation",
1727
- "binding": {
1728
- "name": "messageTtl",
1729
- "type": "zeebe:property"
1730
- },
1731
- "type": "String"
1732
- },
1733
- {
1734
- "id": "messageIdExpression",
1735
- "label": "Message ID expression",
1736
- "description": "Expression to extract unique identifier of a message",
1737
- "optional": true,
1738
1806
  "feel": "required",
1739
- "group": "correlation",
1740
- "binding": {
1741
- "name": "messageIdExpression",
1742
- "type": "zeebe:property"
1743
- },
1744
- "type": "String"
1745
- },
1746
- {
1747
- "id": "messageNameUuid",
1748
- "generatedValue": {
1749
- "type": "uuid"
1750
- },
1751
- "group": "correlation",
1752
- "binding": {
1753
- "name": "name",
1754
- "type": "bpmn:Message#property"
1755
- },
1756
- "type": "Hidden"
1757
- },
1758
- {
1759
- "id": "deduplicationModeManualFlag",
1760
- "label": "Manual mode",
1761
- "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
1762
- "value": false,
1763
- "group": "deduplication",
1764
1807
  "binding": {
1765
- "name": "deduplicationModeManualFlag",
1766
- "type": "zeebe:property"
1808
+ "type": "zeebe:property",
1809
+ "name": "correlationKeyExpression"
1767
1810
  },
1768
- "type": "Boolean"
1769
- },
1770
- {
1771
- "id": "deduplicationId",
1772
- "label": "Deduplication ID",
1811
+ "description": "Extracts the correlation key from the incoming message payload",
1773
1812
  "constraints": {
1774
- "notEmpty": true,
1775
- "pattern": {
1776
- "value": "^[a-zA-Z0-9_-]+$",
1777
- "message": "can only contain alphanumeric characters, dashes, and underscores"
1778
- }
1779
- },
1780
- "group": "deduplication",
1781
- "binding": {
1782
- "name": "deduplicationId",
1783
- "type": "zeebe:property"
1784
- },
1785
- "condition": {
1786
- "property": "deduplicationModeManualFlag",
1787
- "equals": true,
1788
- "type": "simple"
1789
- },
1790
- "type": "String"
1791
- },
1792
- {
1793
- "id": "deduplicationModeManual",
1794
- "value": "MANUAL",
1795
- "group": "deduplication",
1796
- "binding": {
1797
- "name": "deduplicationMode",
1798
- "type": "zeebe:property"
1799
- },
1800
- "condition": {
1801
- "property": "deduplicationId",
1802
- "isActive": true,
1803
- "type": "simple"
1804
- },
1805
- "type": "Hidden"
1806
- },
1807
- {
1808
- "id": "deduplicationModeAuto",
1809
- "value": "AUTO",
1810
- "group": "deduplication",
1811
- "binding": {
1812
- "name": "deduplicationMode",
1813
- "type": "zeebe:property"
1813
+ "notEmpty": true
1814
1814
  },
1815
1815
  "condition": {
1816
- "property": "deduplicationId",
1817
- "isActive": false,
1818
- "type": "simple"
1819
- },
1820
- "type": "Hidden"
1816
+ "property": "correlationRequired",
1817
+ "equals": "required"
1818
+ }
1821
1819
  },
1822
1820
  {
1823
- "id": "resultVariable",
1824
1821
  "label": "Result variable",
1825
- "description": "Name of variable to store the response in",
1826
- "group": "output",
1822
+ "type": "String",
1823
+ "group": "variable-mapping",
1824
+ "optional": true,
1827
1825
  "binding": {
1828
- "name": "resultVariable",
1829
- "type": "zeebe:property"
1826
+ "type": "zeebe:property",
1827
+ "name": "resultVariable"
1830
1828
  },
1831
- "type": "String"
1829
+ "description": "Name of variable to store the result of the connector in"
1832
1830
  },
1833
1831
  {
1834
- "id": "resultExpression",
1835
1832
  "label": "Result expression",
1836
- "description": "Expression to map the response into process variables",
1833
+ "description": "Expression to map the inbound payload to process variables",
1834
+ "group": "variable-mapping",
1835
+ "type": "Text",
1837
1836
  "feel": "required",
1838
- "group": "output",
1839
1837
  "binding": {
1840
- "name": "resultExpression",
1841
- "type": "zeebe:property"
1842
- },
1843
- "type": "Text"
1838
+ "type": "zeebe:property",
1839
+ "name": "resultExpression"
1840
+ }
1844
1841
  }
1845
1842
  ],
1846
1843
  "icon": {
1847
- "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
1844
+ "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"
1845
+ },
1846
+ "engines": {
1847
+ "camunda": "^8.2"
1848
1848
  }
1849
1849
  }
1850
1850
  ]