@camunda/connectors-element-templates 1.0.6 → 1.0.8

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 (99) hide show
  1. package/package.json +1 -1
  2. package/src/build_element_template_array_json_files.sh +9 -0
  3. package/src/connectors.js +26 -2
  4. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +32 -30
  5. package/src/element-templates/agenticai-aiagent-job-worker.json +3266 -0
  6. package/src/element-templates/agenticai-aiagent-outbound-connector.json +3932 -760
  7. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
  8. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +1 -1
  9. package/src/element-templates/asana-connector.json +104 -104
  10. package/src/element-templates/automation-anywhere-outbound-connector.json +657 -657
  11. package/src/element-templates/aws-bedrock-outbound-connector.json +30 -30
  12. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  13. package/src/element-templates/aws-dynamodb-outbound-connector.json +107 -107
  14. package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
  15. package/src/element-templates/aws-eventbridge-connector-intermediate.json +31 -31
  16. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  17. package/src/element-templates/aws-eventbridge-connector-receive.json +356 -0
  18. package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
  19. package/src/element-templates/aws-eventbridge-outbound-connector.json +479 -479
  20. package/src/element-templates/aws-lambda-outbound-connector.json +92 -92
  21. package/src/element-templates/aws-s3-outbound-connector.json +30 -30
  22. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  23. package/src/element-templates/aws-sns-inbound-boundary.json +303 -303
  24. package/src/element-templates/aws-sns-inbound-intermediate.json +215 -215
  25. package/src/element-templates/aws-sns-inbound-message-start.json +343 -343
  26. package/src/element-templates/aws-sns-inbound-receive.json +304 -0
  27. package/src/element-templates/aws-sns-inbound-start-event.json +130 -130
  28. package/src/element-templates/aws-sns-outbound-connector.json +726 -726
  29. package/src/element-templates/aws-sqs-boundary-connector.json +629 -629
  30. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +537 -537
  31. package/src/element-templates/aws-sqs-outbound-connector.json +440 -440
  32. package/src/element-templates/aws-sqs-receive-connector.json +418 -0
  33. package/src/element-templates/aws-sqs-start-event-connector.json +771 -771
  34. package/src/element-templates/aws-sqs-start-message.json +461 -461
  35. package/src/element-templates/azure-open-ai-connector.json +32 -32
  36. package/src/element-templates/blue-prism-connector.json +50 -50
  37. package/src/element-templates/box-outbound-connector.json +30 -30
  38. package/src/element-templates/csv-outbound-connector.json +412 -0
  39. package/src/element-templates/easy-post-connector.json +149 -149
  40. package/src/element-templates/email-inbound-connector-boundary.json +19 -19
  41. package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
  42. package/src/element-templates/email-outbound-connector.json +233 -233
  43. package/src/element-templates/embeddings-vector-database-outbound-connector.json +473 -488
  44. package/src/element-templates/github-connector.json +2417 -2417
  45. package/src/element-templates/github-webhook-connector-boundary.json +21 -21
  46. package/src/element-templates/github-webhook-connector-intermediate.json +57 -57
  47. package/src/element-templates/github-webhook-connector-message-start.json +21 -21
  48. package/src/element-templates/github-webhook-connector-receive.json +202 -0
  49. package/src/element-templates/github-webhook-connector-start-event.json +57 -57
  50. package/src/element-templates/gitlab-connector.json +1103 -1103
  51. package/src/element-templates/google-drive-outbound-connector.json +846 -846
  52. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  53. package/src/element-templates/google-maps-platform-connector.json +78 -78
  54. package/src/element-templates/google-sheets-outbound-connector.json +1067 -1067
  55. package/src/element-templates/graphql-outbound-connector.json +1181 -1181
  56. package/src/element-templates/http-json-connector.json +2471 -1866
  57. package/src/element-templates/http-polling-boundary-catch-event-connector.json +635 -6
  58. package/src/element-templates/http-polling-connector.json +635 -6
  59. package/src/element-templates/hugging-face-connector.json +34 -34
  60. package/src/element-templates/jdbc-outbound-connector.json +43 -43
  61. package/src/element-templates/kafka-inbound-connector-boundary.json +1012 -1012
  62. package/src/element-templates/kafka-inbound-connector-intermediate.json +582 -582
  63. package/src/element-templates/kafka-inbound-connector-receive.json +498 -0
  64. package/src/element-templates/kafka-inbound-connector-start-message.json +608 -608
  65. package/src/element-templates/kafka-outbound-connector.json +385 -385
  66. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  67. package/src/element-templates/microsoft-teams-outbound-connector.json +1643 -1643
  68. package/src/element-templates/openai-connector.json +122 -122
  69. package/src/element-templates/operate-connector.json +76 -72
  70. package/src/element-templates/power-automate-connector.json +10 -10
  71. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +334 -334
  72. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +861 -861
  73. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +456 -456
  74. package/src/element-templates/rabbitmq-inbound-connector-receive.json +461 -0
  75. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +258 -258
  76. package/src/element-templates/rabbitmq-outbound-connector.json +322 -322
  77. package/src/element-templates/salesforce-connector.json +44 -44
  78. package/src/element-templates/sendgrid-outbound-connector.json +470 -470
  79. package/src/element-templates/servicenow-connector.json +942 -0
  80. package/src/element-templates/servicenow-flow-starter-connector.json +643 -0
  81. package/src/element-templates/servicenow-incident-connector.json +969 -0
  82. package/src/element-templates/slack-inbound-boundary.json +303 -303
  83. package/src/element-templates/slack-inbound-intermediate.json +277 -277
  84. package/src/element-templates/slack-inbound-message-start.json +11 -11
  85. package/src/element-templates/slack-inbound-receive.json +290 -0
  86. package/src/element-templates/slack-inbound-start-event.json +247 -247
  87. package/src/element-templates/slack-outbound-connector.json +966 -966
  88. package/src/element-templates/twilio-connector.json +52 -52
  89. package/src/element-templates/twilio-webhook-boundary-connector.json +20 -20
  90. package/src/element-templates/twilio-webhook-connector.json +11 -11
  91. package/src/element-templates/twilio-webhook-intermediate-connector.json +50 -50
  92. package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
  93. package/src/element-templates/twilio-webhook-receive-connector.json +262 -0
  94. package/src/element-templates/webhook-connector-boundary.json +1150 -1150
  95. package/src/element-templates/webhook-connector-intermediate.json +1834 -1834
  96. package/src/element-templates/webhook-connector-receive.json +609 -0
  97. package/src/element-templates/webhook-connector-start-event.json +1495 -1495
  98. package/src/element-templates/webhook-connector-start-message.json +586 -586
  99. package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
@@ -5,7 +5,7 @@
5
5
  "id": "io.camunda.connectors.RabbitMQ.v1",
6
6
  "description": "Send message to RabbitMQ",
7
7
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/",
8
- "version": 1,
8
+ "version": 2,
9
9
  "category": {
10
10
  "id": "connectors",
11
11
  "name": "Connectors"
@@ -78,7 +78,7 @@
78
78
  "constraints": {
79
79
  "notEmpty": true,
80
80
  "pattern": {
81
- "value": "^(amqps?://)|(secrets).*",
81
+ "value": "^(=|(amqps?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
82
82
  "message": "Must start with amqp(s):// or contain a secret reference"
83
83
  }
84
84
  },
@@ -270,7 +270,7 @@
270
270
  "id": "io.camunda.connectors.RabbitMQ.v1",
271
271
  "description": "Send message to RabbitMQ",
272
272
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound",
273
- "version": 5,
273
+ "version": 4,
274
274
  "category": {
275
275
  "id": "connectors",
276
276
  "name": "Connectors"
@@ -341,11 +341,7 @@
341
341
  "description": "URI should contain username, password, host name, port number, and virtual host",
342
342
  "optional": false,
343
343
  "constraints": {
344
- "notEmpty": true,
345
- "pattern": {
346
- "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
347
- "message": "Must start with amqp(s):// or contain a secret reference"
348
- }
344
+ "notEmpty": true
349
345
  },
350
346
  "feel": "optional",
351
347
  "group": "authentication",
@@ -861,11 +857,11 @@
861
857
  },
862
858
  {
863
859
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
864
- "name": "RabbitMQ Outbound Connector",
860
+ "name": "RabbitMQ connector",
865
861
  "id": "io.camunda.connectors.RabbitMQ.v1",
866
862
  "description": "Send message to RabbitMQ",
867
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound",
868
- "version": 4,
863
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/",
864
+ "version": 1,
869
865
  "category": {
870
866
  "id": "connectors",
871
867
  "name": "Connectors"
@@ -892,33 +888,29 @@
892
888
  "label": "Output mapping"
893
889
  },
894
890
  {
895
- "id": "error",
891
+ "id": "errors",
896
892
  "label": "Error handling"
897
- },
898
- {
899
- "id": "retries",
900
- "label": "Retries"
901
893
  }
902
894
  ],
903
895
  "properties": [
904
896
  {
897
+ "type": "Hidden",
905
898
  "value": "io.camunda:connector-rabbitmq:1",
906
899
  "binding": {
907
- "property": "type",
908
- "type": "zeebe:taskDefinition"
909
- },
910
- "type": "Hidden"
900
+ "type": "zeebe:taskDefinition",
901
+ "property": "type"
902
+ }
911
903
  },
912
904
  {
913
- "id": "authentication.authType",
905
+ "id": "connectionType",
914
906
  "label": "Connection type",
915
- "value": "uri",
916
907
  "group": "authentication",
908
+ "type": "Dropdown",
909
+ "value": "uri",
917
910
  "binding": {
918
- "name": "authentication.authType",
919
- "type": "zeebe:input"
911
+ "type": "zeebe:input",
912
+ "name": "authentication.authType"
920
913
  },
921
- "type": "Dropdown",
922
914
  "choices": [
923
915
  {
924
916
  "name": "URI",
@@ -931,267 +923,210 @@
931
923
  ]
932
924
  },
933
925
  {
934
- "id": "authentication.uri",
935
926
  "label": "URI",
936
927
  "description": "URI should contain username, password, host name, port number, and virtual host",
937
- "optional": false,
938
- "constraints": {
939
- "notEmpty": true
940
- },
941
- "feel": "optional",
942
928
  "group": "authentication",
929
+ "type": "String",
943
930
  "binding": {
944
- "name": "authentication.uri",
945
- "type": "zeebe:input"
931
+ "type": "zeebe:input",
932
+ "name": "authentication.uri"
946
933
  },
947
- "condition": {
948
- "property": "authentication.authType",
949
- "equals": "uri",
950
- "type": "simple"
934
+ "constraints": {
935
+ "notEmpty": true,
936
+ "pattern": {
937
+ "value": "^(amqps?://)|(secrets).*",
938
+ "message": "Must start with amqp(s):// or contain a secret reference"
939
+ }
951
940
  },
952
- "type": "String"
941
+ "condition": {
942
+ "property": "connectionType",
943
+ "equals": "uri"
944
+ }
953
945
  },
954
946
  {
955
- "id": "authentication.userName",
956
947
  "label": "Username",
957
- "optional": false,
958
- "constraints": {
959
- "notEmpty": true
960
- },
961
- "feel": "optional",
962
948
  "group": "authentication",
949
+ "type": "String",
963
950
  "binding": {
964
- "name": "authentication.userName",
965
- "type": "zeebe:input"
951
+ "type": "zeebe:input",
952
+ "name": "authentication.userName"
966
953
  },
967
- "condition": {
968
- "property": "authentication.authType",
969
- "equals": "credentials",
970
- "type": "simple"
954
+ "constraints": {
955
+ "notEmpty": true
971
956
  },
972
- "type": "String"
957
+ "condition": {
958
+ "property": "connectionType",
959
+ "equals": "credentials"
960
+ }
973
961
  },
974
962
  {
975
- "id": "authentication.password",
976
963
  "label": "Password",
977
- "optional": false,
978
- "constraints": {
979
- "notEmpty": true
980
- },
981
- "feel": "optional",
982
964
  "group": "authentication",
965
+ "type": "String",
983
966
  "binding": {
984
- "name": "authentication.password",
985
- "type": "zeebe:input"
986
- },
987
- "condition": {
988
- "property": "authentication.authType",
989
- "equals": "credentials",
990
- "type": "simple"
967
+ "type": "zeebe:input",
968
+ "name": "authentication.password"
991
969
  },
992
- "type": "String"
993
- },
994
- {
995
- "id": "routing.exchange",
996
- "label": "Exchange",
997
- "description": "Topic exchange: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
998
- "optional": false,
999
970
  "constraints": {
1000
971
  "notEmpty": true
1001
972
  },
973
+ "condition": {
974
+ "property": "connectionType",
975
+ "equals": "credentials"
976
+ }
977
+ },
978
+ {
979
+ "label": "Host name",
980
+ "description": "Host name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
1002
981
  "feel": "optional",
1003
982
  "group": "routing",
983
+ "type": "String",
1004
984
  "binding": {
1005
- "name": "routing.exchange",
1006
- "type": "zeebe:input"
985
+ "type": "zeebe:input",
986
+ "name": "routing.hostName"
1007
987
  },
1008
- "type": "String"
1009
- },
1010
- {
1011
- "id": "routing.routingKey",
1012
- "label": "Routing key",
1013
- "description": "Routing key: a binding is a \"link\" that was set up to bind a queue to an exchange. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
1014
- "optional": false,
1015
988
  "constraints": {
1016
989
  "notEmpty": true
1017
990
  },
991
+ "condition": {
992
+ "property": "connectionType",
993
+ "equals": "credentials"
994
+ }
995
+ },
996
+ {
997
+ "label": "Virtual host",
998
+ "description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
1018
999
  "feel": "optional",
1019
1000
  "group": "routing",
1001
+ "type": "String",
1020
1002
  "binding": {
1021
- "name": "routing.routingKey",
1022
- "type": "zeebe:input"
1003
+ "type": "zeebe:input",
1004
+ "name": "routing.virtualHost"
1023
1005
  },
1024
- "type": "String"
1025
- },
1026
- {
1027
- "id": "routing.virtualHost",
1028
- "label": "Virtual host",
1029
- "description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
1030
- "optional": false,
1031
1006
  "constraints": {
1032
1007
  "notEmpty": true
1033
1008
  },
1009
+ "condition": {
1010
+ "property": "connectionType",
1011
+ "equals": "credentials"
1012
+ }
1013
+ },
1014
+ {
1015
+ "label": "Exchange",
1016
+ "description": "Topic exchange: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
1034
1017
  "feel": "optional",
1035
1018
  "group": "routing",
1019
+ "type": "String",
1036
1020
  "binding": {
1037
- "name": "routing.virtualHost",
1038
- "type": "zeebe:input"
1039
- },
1040
- "condition": {
1041
- "property": "authentication.authType",
1042
- "equals": "credentials",
1043
- "type": "simple"
1021
+ "type": "zeebe:input",
1022
+ "name": "routing.exchange"
1044
1023
  },
1045
- "type": "String"
1046
- },
1047
- {
1048
- "id": "routing.hostName",
1049
- "label": "Host name",
1050
- "description": "Host name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
1051
- "optional": false,
1052
1024
  "constraints": {
1053
1025
  "notEmpty": true
1054
- },
1026
+ }
1027
+ },
1028
+ {
1029
+ "label": "Routing key",
1030
+ "description": "Routing key: a binding is a \"link\" that was set up to bind a queue to an exchange. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
1055
1031
  "feel": "optional",
1056
1032
  "group": "routing",
1033
+ "type": "String",
1057
1034
  "binding": {
1058
- "name": "routing.hostName",
1059
- "type": "zeebe:input"
1060
- },
1061
- "condition": {
1062
- "property": "authentication.authType",
1063
- "equals": "credentials",
1064
- "type": "simple"
1035
+ "type": "zeebe:input",
1036
+ "name": "routing.routingKey"
1065
1037
  },
1066
- "type": "String"
1038
+ "constraints": {
1039
+ "notEmpty": true
1040
+ }
1067
1041
  },
1068
1042
  {
1069
- "id": "routing.port",
1070
1043
  "label": "Port",
1071
- "description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
1072
- "optional": false,
1073
- "constraints": {
1074
- "notEmpty": true
1075
- },
1044
+ "description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
1076
1045
  "feel": "optional",
1077
1046
  "group": "routing",
1047
+ "type": "String",
1078
1048
  "binding": {
1079
- "name": "routing.port",
1080
- "type": "zeebe:input"
1081
- },
1082
- "condition": {
1083
- "property": "authentication.authType",
1084
- "equals": "credentials",
1085
- "type": "simple"
1049
+ "type": "zeebe:input",
1050
+ "name": "routing.port"
1086
1051
  },
1087
- "type": "String"
1088
- },
1089
- {
1090
- "id": "message.properties",
1091
- "label": "Properties",
1092
- "description": "Properties for the message, routing headers, etc",
1093
- "optional": true,
1094
- "value": "={}",
1095
- "feel": "required",
1096
- "group": "message",
1097
- "binding": {
1098
- "name": "message.properties",
1099
- "type": "zeebe:input"
1052
+ "constraints": {
1053
+ "notEmpty": true
1100
1054
  },
1101
- "type": "Text"
1055
+ "condition": {
1056
+ "property": "connectionType",
1057
+ "equals": "credentials"
1058
+ }
1102
1059
  },
1103
1060
  {
1104
- "id": "message.body",
1105
1061
  "label": "Message",
1106
1062
  "description": "Data to send to RabbitMQ",
1107
- "optional": false,
1108
- "constraints": {
1109
- "notEmpty": true
1110
- },
1111
- "feel": "optional",
1112
1063
  "group": "message",
1064
+ "type": "Text",
1065
+ "feel": "optional",
1113
1066
  "binding": {
1114
- "name": "message.body",
1115
- "type": "zeebe:input"
1116
- },
1117
- "type": "Text"
1067
+ "type": "zeebe:input",
1068
+ "name": "message.body"
1069
+ }
1118
1070
  },
1119
1071
  {
1120
- "id": "resultVariable",
1121
- "label": "Result variable",
1122
- "description": "Name of variable to store the response in",
1123
- "group": "output",
1124
- "binding": {
1125
- "key": "resultVariable",
1126
- "type": "zeebe:taskHeader"
1127
- },
1128
- "type": "String"
1129
- },
1130
- {
1131
- "id": "resultExpression",
1132
- "label": "Result expression",
1133
- "description": "Expression to map the response into process variables",
1072
+ "label": "Properties",
1073
+ "description": "Properties for the message, routing headers, etc.",
1074
+ "group": "message",
1075
+ "type": "Text",
1134
1076
  "feel": "required",
1135
- "group": "output",
1077
+ "value": "={}",
1136
1078
  "binding": {
1137
- "key": "resultExpression",
1138
- "type": "zeebe:taskHeader"
1139
- },
1140
- "type": "Text"
1079
+ "type": "zeebe:input",
1080
+ "name": "message.properties"
1081
+ }
1141
1082
  },
1142
1083
  {
1143
- "id": "errorExpression",
1144
- "label": "Error expression",
1145
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1146
- "feel": "required",
1147
- "group": "error",
1084
+ "label": "Result variable",
1085
+ "description": "Enter name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>",
1086
+ "group": "output",
1087
+ "type": "String",
1148
1088
  "binding": {
1149
- "key": "errorExpression",
1150
- "type": "zeebe:taskHeader"
1151
- },
1152
- "type": "Text"
1089
+ "type": "zeebe:taskHeader",
1090
+ "key": "resultVariable"
1091
+ }
1153
1092
  },
1154
1093
  {
1155
- "id": "retryCount",
1156
- "label": "Retries",
1157
- "description": "Number of retries",
1158
- "value": "3",
1159
- "feel": "optional",
1160
- "group": "retries",
1094
+ "label": "Result expression",
1095
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
1096
+ "group": "output",
1097
+ "type": "Text",
1098
+ "feel": "required",
1161
1099
  "binding": {
1162
- "property": "retries",
1163
- "type": "zeebe:taskDefinition"
1164
- },
1165
- "type": "String"
1100
+ "type": "zeebe:taskHeader",
1101
+ "key": "resultExpression"
1102
+ }
1166
1103
  },
1167
1104
  {
1168
- "id": "retryBackoff",
1169
- "label": "Retry backoff",
1170
- "description": "ISO-8601 duration to wait between retries",
1171
- "value": "PT0S",
1172
- "feel": "optional",
1173
- "group": "retries",
1105
+ "label": "Error expression",
1106
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
1107
+ "group": "errors",
1108
+ "type": "Text",
1109
+ "feel": "required",
1174
1110
  "binding": {
1175
- "key": "retryBackoff",
1176
- "type": "zeebe:taskHeader"
1177
- },
1178
- "type": "String"
1111
+ "type": "zeebe:taskHeader",
1112
+ "key": "errorExpression"
1113
+ }
1179
1114
  }
1180
1115
  ],
1181
1116
  "icon": {
1182
- "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
1117
+ "contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='-7.5 0 271 271' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M245.44 108.308h-85.09a7.738 7.738 0 0 1-7.735-7.734v-88.68C152.615 5.327 147.29 0 140.726 0h-30.375c-6.568 0-11.89 5.327-11.89 11.894v88.143c0 4.573-3.697 8.29-8.27 8.31l-27.885.133c-4.612.025-8.359-3.717-8.35-8.325l.173-88.241C54.144 5.337 48.817 0 42.24 0H11.89C5.321 0 0 5.327 0 11.894V260.21c0 5.834 4.726 10.56 10.555 10.56H245.44c5.834 0 10.56-4.726 10.56-10.56V118.868c0-5.834-4.726-10.56-10.56-10.56zm-39.902 93.233c0 7.645-6.198 13.844-13.843 13.844H167.69c-7.646 0-13.844-6.199-13.844-13.844v-24.005c0-7.646 6.198-13.844 13.844-13.844h24.005c7.645 0 13.843 6.198 13.843 13.844v24.005z' fill='%23F60'/%3E%3C/svg%3E"
1183
1118
  },
1184
1119
  "engines": {
1185
- "camunda": "^8.5"
1120
+ "camunda": "^8.2"
1186
1121
  }
1187
1122
  },
1188
1123
  {
1189
1124
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1190
- "name": "RabbitMQ connector",
1125
+ "name": "RabbitMQ Outbound Connector",
1191
1126
  "id": "io.camunda.connectors.RabbitMQ.v1",
1192
1127
  "description": "Send message to RabbitMQ",
1193
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/",
1194
- "version": 2,
1128
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound",
1129
+ "version": 5,
1195
1130
  "category": {
1196
1131
  "id": "connectors",
1197
1132
  "name": "Connectors"
@@ -1218,29 +1153,33 @@
1218
1153
  "label": "Output mapping"
1219
1154
  },
1220
1155
  {
1221
- "id": "errors",
1156
+ "id": "error",
1222
1157
  "label": "Error handling"
1158
+ },
1159
+ {
1160
+ "id": "retries",
1161
+ "label": "Retries"
1223
1162
  }
1224
1163
  ],
1225
1164
  "properties": [
1226
1165
  {
1227
- "type": "Hidden",
1228
1166
  "value": "io.camunda:connector-rabbitmq:1",
1229
1167
  "binding": {
1230
- "type": "zeebe:taskDefinition",
1231
- "property": "type"
1232
- }
1168
+ "property": "type",
1169
+ "type": "zeebe:taskDefinition"
1170
+ },
1171
+ "type": "Hidden"
1233
1172
  },
1234
1173
  {
1235
- "id": "connectionType",
1174
+ "id": "authentication.authType",
1236
1175
  "label": "Connection type",
1237
- "group": "authentication",
1238
- "type": "Dropdown",
1239
1176
  "value": "uri",
1177
+ "group": "authentication",
1240
1178
  "binding": {
1241
- "type": "zeebe:input",
1242
- "name": "authentication.authType"
1179
+ "name": "authentication.authType",
1180
+ "type": "zeebe:input"
1243
1181
  },
1182
+ "type": "Dropdown",
1244
1183
  "choices": [
1245
1184
  {
1246
1185
  "name": "URI",
@@ -1253,201 +1192,262 @@
1253
1192
  ]
1254
1193
  },
1255
1194
  {
1195
+ "id": "authentication.uri",
1256
1196
  "label": "URI",
1257
1197
  "description": "URI should contain username, password, host name, port number, and virtual host",
1258
- "group": "authentication",
1259
- "type": "String",
1260
- "binding": {
1261
- "type": "zeebe:input",
1262
- "name": "authentication.uri"
1263
- },
1198
+ "optional": false,
1264
1199
  "constraints": {
1265
1200
  "notEmpty": true,
1266
1201
  "pattern": {
1267
- "value": "^(=|(amqps?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
1202
+ "value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
1268
1203
  "message": "Must start with amqp(s):// or contain a secret reference"
1269
1204
  }
1270
1205
  },
1206
+ "feel": "optional",
1207
+ "group": "authentication",
1208
+ "binding": {
1209
+ "name": "authentication.uri",
1210
+ "type": "zeebe:input"
1211
+ },
1271
1212
  "condition": {
1272
- "property": "connectionType",
1273
- "equals": "uri"
1274
- }
1213
+ "property": "authentication.authType",
1214
+ "equals": "uri",
1215
+ "type": "simple"
1216
+ },
1217
+ "type": "String"
1275
1218
  },
1276
1219
  {
1220
+ "id": "authentication.userName",
1277
1221
  "label": "Username",
1278
- "group": "authentication",
1279
- "type": "String",
1280
- "binding": {
1281
- "type": "zeebe:input",
1282
- "name": "authentication.userName"
1283
- },
1222
+ "optional": false,
1284
1223
  "constraints": {
1285
1224
  "notEmpty": true
1286
1225
  },
1226
+ "feel": "optional",
1227
+ "group": "authentication",
1228
+ "binding": {
1229
+ "name": "authentication.userName",
1230
+ "type": "zeebe:input"
1231
+ },
1287
1232
  "condition": {
1288
- "property": "connectionType",
1289
- "equals": "credentials"
1290
- }
1233
+ "property": "authentication.authType",
1234
+ "equals": "credentials",
1235
+ "type": "simple"
1236
+ },
1237
+ "type": "String"
1291
1238
  },
1292
1239
  {
1240
+ "id": "authentication.password",
1293
1241
  "label": "Password",
1294
- "group": "authentication",
1295
- "type": "String",
1296
- "binding": {
1297
- "type": "zeebe:input",
1298
- "name": "authentication.password"
1299
- },
1242
+ "optional": false,
1300
1243
  "constraints": {
1301
1244
  "notEmpty": true
1302
1245
  },
1246
+ "feel": "optional",
1247
+ "group": "authentication",
1248
+ "binding": {
1249
+ "name": "authentication.password",
1250
+ "type": "zeebe:input"
1251
+ },
1303
1252
  "condition": {
1304
- "property": "connectionType",
1305
- "equals": "credentials"
1306
- }
1253
+ "property": "authentication.authType",
1254
+ "equals": "credentials",
1255
+ "type": "simple"
1256
+ },
1257
+ "type": "String"
1307
1258
  },
1308
1259
  {
1309
- "label": "Host name",
1310
- "description": "Host name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
1260
+ "id": "routing.exchange",
1261
+ "label": "Exchange",
1262
+ "description": "Topic exchange: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
1263
+ "optional": false,
1264
+ "constraints": {
1265
+ "notEmpty": true
1266
+ },
1311
1267
  "feel": "optional",
1312
1268
  "group": "routing",
1313
- "type": "String",
1314
1269
  "binding": {
1315
- "type": "zeebe:input",
1316
- "name": "routing.hostName"
1270
+ "name": "routing.exchange",
1271
+ "type": "zeebe:input"
1317
1272
  },
1273
+ "type": "String"
1274
+ },
1275
+ {
1276
+ "id": "routing.routingKey",
1277
+ "label": "Routing key",
1278
+ "description": "Routing key: a binding is a \"link\" that was set up to bind a queue to an exchange. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
1279
+ "optional": false,
1318
1280
  "constraints": {
1319
1281
  "notEmpty": true
1320
1282
  },
1321
- "condition": {
1322
- "property": "connectionType",
1323
- "equals": "credentials"
1324
- }
1325
- },
1326
- {
1327
- "label": "Virtual host",
1328
- "description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
1329
1283
  "feel": "optional",
1330
1284
  "group": "routing",
1331
- "type": "String",
1332
1285
  "binding": {
1333
- "type": "zeebe:input",
1334
- "name": "routing.virtualHost"
1286
+ "name": "routing.routingKey",
1287
+ "type": "zeebe:input"
1335
1288
  },
1289
+ "type": "String"
1290
+ },
1291
+ {
1292
+ "id": "routing.virtualHost",
1293
+ "label": "Virtual host",
1294
+ "description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
1295
+ "optional": false,
1336
1296
  "constraints": {
1337
1297
  "notEmpty": true
1338
1298
  },
1339
- "condition": {
1340
- "property": "connectionType",
1341
- "equals": "credentials"
1342
- }
1343
- },
1344
- {
1345
- "label": "Exchange",
1346
- "description": "Topic exchange: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
1347
1299
  "feel": "optional",
1348
1300
  "group": "routing",
1349
- "type": "String",
1350
1301
  "binding": {
1351
- "type": "zeebe:input",
1352
- "name": "routing.exchange"
1302
+ "name": "routing.virtualHost",
1303
+ "type": "zeebe:input"
1353
1304
  },
1354
- "constraints": {
1355
- "notEmpty": true
1356
- }
1305
+ "condition": {
1306
+ "property": "authentication.authType",
1307
+ "equals": "credentials",
1308
+ "type": "simple"
1309
+ },
1310
+ "type": "String"
1357
1311
  },
1358
1312
  {
1359
- "label": "Routing key",
1360
- "description": "Routing key: a binding is a \"link\" that was set up to bind a queue to an exchange. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
1313
+ "id": "routing.hostName",
1314
+ "label": "Host name",
1315
+ "description": "Host name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
1316
+ "optional": false,
1317
+ "constraints": {
1318
+ "notEmpty": true
1319
+ },
1361
1320
  "feel": "optional",
1362
1321
  "group": "routing",
1363
- "type": "String",
1364
1322
  "binding": {
1365
- "type": "zeebe:input",
1366
- "name": "routing.routingKey"
1323
+ "name": "routing.hostName",
1324
+ "type": "zeebe:input"
1367
1325
  },
1368
- "constraints": {
1369
- "notEmpty": true
1370
- }
1326
+ "condition": {
1327
+ "property": "authentication.authType",
1328
+ "equals": "credentials",
1329
+ "type": "simple"
1330
+ },
1331
+ "type": "String"
1371
1332
  },
1372
1333
  {
1334
+ "id": "routing.port",
1373
1335
  "label": "Port",
1374
- "description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
1336
+ "description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
1337
+ "optional": false,
1338
+ "constraints": {
1339
+ "notEmpty": true
1340
+ },
1375
1341
  "feel": "optional",
1376
1342
  "group": "routing",
1377
- "type": "String",
1378
1343
  "binding": {
1379
- "type": "zeebe:input",
1380
- "name": "routing.port"
1381
- },
1382
- "constraints": {
1383
- "notEmpty": true
1344
+ "name": "routing.port",
1345
+ "type": "zeebe:input"
1384
1346
  },
1385
1347
  "condition": {
1386
- "property": "connectionType",
1387
- "equals": "credentials"
1388
- }
1348
+ "property": "authentication.authType",
1349
+ "equals": "credentials",
1350
+ "type": "simple"
1351
+ },
1352
+ "type": "String"
1389
1353
  },
1390
1354
  {
1391
- "label": "Message",
1392
- "description": "Data to send to RabbitMQ",
1355
+ "id": "message.properties",
1356
+ "label": "Properties",
1357
+ "description": "Properties for the message, routing headers, etc",
1358
+ "optional": true,
1359
+ "value": "={}",
1360
+ "feel": "required",
1393
1361
  "group": "message",
1394
- "type": "Text",
1395
- "feel": "optional",
1396
1362
  "binding": {
1397
- "type": "zeebe:input",
1398
- "name": "message.body"
1399
- }
1363
+ "name": "message.properties",
1364
+ "type": "zeebe:input"
1365
+ },
1366
+ "type": "Text"
1400
1367
  },
1401
1368
  {
1402
- "label": "Properties",
1403
- "description": "Properties for the message, routing headers, etc.",
1369
+ "id": "message.body",
1370
+ "label": "Message",
1371
+ "description": "Data to send to RabbitMQ",
1372
+ "optional": false,
1373
+ "constraints": {
1374
+ "notEmpty": true
1375
+ },
1376
+ "feel": "optional",
1404
1377
  "group": "message",
1405
- "type": "Text",
1406
- "feel": "required",
1407
- "value": "={}",
1408
1378
  "binding": {
1409
- "type": "zeebe:input",
1410
- "name": "message.properties"
1411
- }
1379
+ "name": "message.body",
1380
+ "type": "zeebe:input"
1381
+ },
1382
+ "type": "Text"
1412
1383
  },
1413
1384
  {
1385
+ "id": "resultVariable",
1414
1386
  "label": "Result variable",
1415
- "description": "Enter name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>",
1387
+ "description": "Name of variable to store the response in",
1416
1388
  "group": "output",
1417
- "type": "String",
1418
1389
  "binding": {
1419
- "type": "zeebe:taskHeader",
1420
- "key": "resultVariable"
1421
- }
1390
+ "key": "resultVariable",
1391
+ "type": "zeebe:taskHeader"
1392
+ },
1393
+ "type": "String"
1422
1394
  },
1423
1395
  {
1396
+ "id": "resultExpression",
1424
1397
  "label": "Result expression",
1425
- "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
1426
- "group": "output",
1427
- "type": "Text",
1398
+ "description": "Expression to map the response into process variables",
1428
1399
  "feel": "required",
1400
+ "group": "output",
1429
1401
  "binding": {
1430
- "type": "zeebe:taskHeader",
1431
- "key": "resultExpression"
1432
- }
1402
+ "key": "resultExpression",
1403
+ "type": "zeebe:taskHeader"
1404
+ },
1405
+ "type": "Text"
1433
1406
  },
1434
1407
  {
1408
+ "id": "errorExpression",
1435
1409
  "label": "Error expression",
1436
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
1437
- "group": "errors",
1438
- "type": "Text",
1410
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1439
1411
  "feel": "required",
1412
+ "group": "error",
1440
1413
  "binding": {
1441
- "type": "zeebe:taskHeader",
1442
- "key": "errorExpression"
1443
- }
1414
+ "key": "errorExpression",
1415
+ "type": "zeebe:taskHeader"
1416
+ },
1417
+ "type": "Text"
1418
+ },
1419
+ {
1420
+ "id": "retryCount",
1421
+ "label": "Retries",
1422
+ "description": "Number of retries",
1423
+ "value": "3",
1424
+ "feel": "optional",
1425
+ "group": "retries",
1426
+ "binding": {
1427
+ "property": "retries",
1428
+ "type": "zeebe:taskDefinition"
1429
+ },
1430
+ "type": "String"
1431
+ },
1432
+ {
1433
+ "id": "retryBackoff",
1434
+ "label": "Retry backoff",
1435
+ "description": "ISO-8601 duration to wait between retries",
1436
+ "value": "PT0S",
1437
+ "feel": "optional",
1438
+ "group": "retries",
1439
+ "binding": {
1440
+ "key": "retryBackoff",
1441
+ "type": "zeebe:taskHeader"
1442
+ },
1443
+ "type": "String"
1444
1444
  }
1445
1445
  ],
1446
1446
  "icon": {
1447
- "contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='-7.5 0 271 271' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M245.44 108.308h-85.09a7.738 7.738 0 0 1-7.735-7.734v-88.68C152.615 5.327 147.29 0 140.726 0h-30.375c-6.568 0-11.89 5.327-11.89 11.894v88.143c0 4.573-3.697 8.29-8.27 8.31l-27.885.133c-4.612.025-8.359-3.717-8.35-8.325l.173-88.241C54.144 5.337 48.817 0 42.24 0H11.89C5.321 0 0 5.327 0 11.894V260.21c0 5.834 4.726 10.56 10.555 10.56H245.44c5.834 0 10.56-4.726 10.56-10.56V118.868c0-5.834-4.726-10.56-10.56-10.56zm-39.902 93.233c0 7.645-6.198 13.844-13.843 13.844H167.69c-7.646 0-13.844-6.199-13.844-13.844v-24.005c0-7.646 6.198-13.844 13.844-13.844h24.005c7.645 0 13.843 6.198 13.843 13.844v24.005z' fill='%23F60'/%3E%3C/svg%3E"
1447
+ "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
1448
1448
  },
1449
1449
  "engines": {
1450
- "camunda": "^8.2"
1450
+ "camunda": "^8.5"
1451
1451
  }
1452
1452
  },
1453
1453
  {