@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.
- package/package.json +1 -1
- package/src/build_element_template_array_json_files.sh +9 -0
- package/src/connectors.js +26 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +32 -30
- package/src/element-templates/agenticai-aiagent-job-worker.json +3266 -0
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +3932 -760
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +1 -1
- package/src/element-templates/asana-connector.json +104 -104
- package/src/element-templates/automation-anywhere-outbound-connector.json +657 -657
- package/src/element-templates/aws-bedrock-outbound-connector.json +30 -30
- package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
- package/src/element-templates/aws-dynamodb-outbound-connector.json +107 -107
- package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +31 -31
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-receive.json +356 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
- package/src/element-templates/aws-eventbridge-outbound-connector.json +479 -479
- package/src/element-templates/aws-lambda-outbound-connector.json +92 -92
- package/src/element-templates/aws-s3-outbound-connector.json +30 -30
- package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
- package/src/element-templates/aws-sns-inbound-boundary.json +303 -303
- package/src/element-templates/aws-sns-inbound-intermediate.json +215 -215
- package/src/element-templates/aws-sns-inbound-message-start.json +343 -343
- package/src/element-templates/aws-sns-inbound-receive.json +304 -0
- package/src/element-templates/aws-sns-inbound-start-event.json +130 -130
- package/src/element-templates/aws-sns-outbound-connector.json +726 -726
- package/src/element-templates/aws-sqs-boundary-connector.json +629 -629
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +537 -537
- package/src/element-templates/aws-sqs-outbound-connector.json +440 -440
- package/src/element-templates/aws-sqs-receive-connector.json +418 -0
- package/src/element-templates/aws-sqs-start-event-connector.json +771 -771
- package/src/element-templates/aws-sqs-start-message.json +461 -461
- package/src/element-templates/azure-open-ai-connector.json +32 -32
- package/src/element-templates/blue-prism-connector.json +50 -50
- package/src/element-templates/box-outbound-connector.json +30 -30
- package/src/element-templates/csv-outbound-connector.json +412 -0
- package/src/element-templates/easy-post-connector.json +149 -149
- package/src/element-templates/email-inbound-connector-boundary.json +19 -19
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-outbound-connector.json +233 -233
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +473 -488
- package/src/element-templates/github-connector.json +2417 -2417
- package/src/element-templates/github-webhook-connector-boundary.json +21 -21
- package/src/element-templates/github-webhook-connector-intermediate.json +57 -57
- package/src/element-templates/github-webhook-connector-message-start.json +21 -21
- package/src/element-templates/github-webhook-connector-receive.json +202 -0
- package/src/element-templates/github-webhook-connector-start-event.json +57 -57
- package/src/element-templates/gitlab-connector.json +1103 -1103
- package/src/element-templates/google-drive-outbound-connector.json +846 -846
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +78 -78
- package/src/element-templates/google-sheets-outbound-connector.json +1067 -1067
- package/src/element-templates/graphql-outbound-connector.json +1181 -1181
- package/src/element-templates/http-json-connector.json +2471 -1866
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +635 -6
- package/src/element-templates/http-polling-connector.json +635 -6
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +43 -43
- package/src/element-templates/kafka-inbound-connector-boundary.json +1012 -1012
- package/src/element-templates/kafka-inbound-connector-intermediate.json +582 -582
- package/src/element-templates/kafka-inbound-connector-receive.json +498 -0
- package/src/element-templates/kafka-inbound-connector-start-message.json +608 -608
- package/src/element-templates/kafka-outbound-connector.json +385 -385
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +1643 -1643
- package/src/element-templates/openai-connector.json +122 -122
- package/src/element-templates/operate-connector.json +76 -72
- package/src/element-templates/power-automate-connector.json +10 -10
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +334 -334
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +861 -861
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +456 -456
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +461 -0
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +258 -258
- package/src/element-templates/rabbitmq-outbound-connector.json +322 -322
- package/src/element-templates/salesforce-connector.json +44 -44
- package/src/element-templates/sendgrid-outbound-connector.json +470 -470
- package/src/element-templates/servicenow-connector.json +942 -0
- package/src/element-templates/servicenow-flow-starter-connector.json +643 -0
- package/src/element-templates/servicenow-incident-connector.json +969 -0
- package/src/element-templates/slack-inbound-boundary.json +303 -303
- package/src/element-templates/slack-inbound-intermediate.json +277 -277
- package/src/element-templates/slack-inbound-message-start.json +11 -11
- package/src/element-templates/slack-inbound-receive.json +290 -0
- package/src/element-templates/slack-inbound-start-event.json +247 -247
- package/src/element-templates/slack-outbound-connector.json +966 -966
- package/src/element-templates/twilio-connector.json +52 -52
- package/src/element-templates/twilio-webhook-boundary-connector.json +20 -20
- package/src/element-templates/twilio-webhook-connector.json +11 -11
- package/src/element-templates/twilio-webhook-intermediate-connector.json +50 -50
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/twilio-webhook-receive-connector.json +262 -0
- package/src/element-templates/webhook-connector-boundary.json +1150 -1150
- package/src/element-templates/webhook-connector-intermediate.json +1834 -1834
- package/src/element-templates/webhook-connector-receive.json +609 -0
- package/src/element-templates/webhook-connector-start-event.json +1495 -1495
- package/src/element-templates/webhook-connector-start-message.json +586 -586
- package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
4
|
"name": "Amazon EventBridge Boundary Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.AWSEventBridge.boundary.v1",
|
|
6
|
-
"version":
|
|
6
|
+
"version": 1,
|
|
7
7
|
"description": "Receive events from AWS EventBridge",
|
|
8
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
8
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/",
|
|
9
9
|
"category": {
|
|
10
10
|
"id": "connectors",
|
|
11
11
|
"name": "Connectors"
|
|
@@ -15,9 +15,6 @@
|
|
|
15
15
|
"value": "bpmn:BoundaryEvent",
|
|
16
16
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
17
17
|
},
|
|
18
|
-
"engines": {
|
|
19
|
-
"camunda": "^8.4"
|
|
20
|
-
},
|
|
21
18
|
"groups": [
|
|
22
19
|
{
|
|
23
20
|
"id": "endpoint",
|
|
@@ -272,7 +269,7 @@
|
|
|
272
269
|
"constraints": {
|
|
273
270
|
"notEmpty": true
|
|
274
271
|
},
|
|
275
|
-
"value": "=request.headers.
|
|
272
|
+
"value": "=request.headers.apiKey"
|
|
276
273
|
},
|
|
277
274
|
{
|
|
278
275
|
"label": "Correlation key (process)",
|
|
@@ -302,18 +299,6 @@
|
|
|
302
299
|
"notEmpty": true
|
|
303
300
|
}
|
|
304
301
|
},
|
|
305
|
-
{
|
|
306
|
-
"label": "Message ID expression",
|
|
307
|
-
"feel": "required",
|
|
308
|
-
"type": "String",
|
|
309
|
-
"optional": true,
|
|
310
|
-
"group": "activation",
|
|
311
|
-
"binding": {
|
|
312
|
-
"type": "zeebe:property",
|
|
313
|
-
"name": "messageIdExpression"
|
|
314
|
-
},
|
|
315
|
-
"description": "Expression to extract unique identifier of a message"
|
|
316
|
-
},
|
|
317
302
|
{
|
|
318
303
|
"label": "Condition",
|
|
319
304
|
"type": "String",
|
|
@@ -324,7 +309,7 @@
|
|
|
324
309
|
"type": "zeebe:property",
|
|
325
310
|
"name": "activationCondition"
|
|
326
311
|
},
|
|
327
|
-
"description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
312
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
|
|
328
313
|
},
|
|
329
314
|
{
|
|
330
315
|
"label": "Result variable",
|
|
@@ -352,6 +337,9 @@
|
|
|
352
337
|
],
|
|
353
338
|
"icon": {
|
|
354
339
|
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 256 256'%3E%3Cdefs%3E%3ClinearGradient id='logosAwsEventbridge0' x1='0%25' x2='100%25' y1='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23B0084D'/%3E%3Cstop offset='100%25' stop-color='%23FF4F8B'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23logosAwsEventbridge0)' d='M0 0h256v256H0z'/%3E%3Cpath fill='%23FFF' d='M171.702 211.2c-6.858 0-12.44-5.61-12.44-12.509s5.582-12.509 12.44-12.509c6.857 0 12.438 5.61 12.438 12.51c0 6.898-5.581 12.508-12.438 12.508Zm-27.278-54.4h-33.071L94.815 128l16.538-28.8h33.071L160.96 128l-16.535 28.8ZM88.387 69.818c-6.857 0-12.438-5.61-12.438-12.51c0-6.898 5.581-12.508 12.438-12.508c6.861 0 12.443 5.61 12.443 12.509s-5.582 12.509-12.443 12.509Zm83.315 109.964c-2.362 0-4.614.458-6.699 1.261l-13.514-22.931l-.713.426L167.39 129.6a3.226 3.226 0 0 0 0-3.2l-18.374-32a3.177 3.177 0 0 0-2.755-1.6h-33.435l.13-.077l-12.39-21.03c4.047-3.469 6.628-8.627 6.628-14.384c0-10.426-8.436-18.909-18.807-18.909c-10.367 0-18.803 8.483-18.803 18.909c0 10.425 8.436 18.909 18.803 18.909c2.365 0 4.618-.458 6.702-1.261l11.567 19.625L88.384 126.4a3.226 3.226 0 0 0 0 3.2l18.377 32c.57.992 1.62 1.6 2.756 1.6h36.744c.264 0 .521-.042.77-.102l12.496 21.21c-4.051 3.468-6.629 8.626-6.629 14.383c0 10.426 8.433 18.909 18.804 18.909c10.37 0 18.803-8.483 18.803-18.909c0-10.425-8.433-18.909-18.803-18.909Zm18.968-77.05c-6.857 0-12.436-5.609-12.436-12.508c0-6.9 5.579-12.509 12.436-12.509c6.858 0 12.44 5.61 12.44 12.509c0 6.9-5.582 12.509-12.44 12.509Zm23.303 23.668l-12.08-21.04c4.592-3.453 7.58-8.944 7.58-15.136c0-10.426-8.432-18.909-18.803-18.909c-2.638 0-5.152.554-7.433 1.549l-9.849-17.155a3.18 3.18 0 0 0-2.756-1.6h-39.448v6.4h37.612l9.11 15.872c-3.703 3.456-6.036 8.374-6.036 13.843c0 10.426 8.433 18.909 18.8 18.909c1.932 0 3.8-.298 5.556-.845L207.545 128l-15.892 27.674l5.512 3.2l16.808-29.274a3.21 3.21 0 0 0 0-3.2Zm-146.04 50.39c-6.86 0-12.442-5.612-12.442-12.508c0-6.9 5.581-12.51 12.442-12.51c6.857 0 12.439 5.61 12.439 12.51c0 6.896-5.582 12.508-12.44 12.508Zm10.393 3.236c5.062-3.392 8.41-9.181 8.41-15.744c0-10.426-8.436-18.91-18.803-18.91c-3.004 0-5.833.73-8.353 1.994L48.458 128l18.428-32.093l-5.515-3.2L42.027 126.4a3.21 3.21 0 0 0 0 3.2l12.388 21.568c-3.268 3.405-5.289 8.022-5.289 13.114c0 10.425 8.436 18.908 18.807 18.908c1.562 0 3.074-.214 4.528-.579l10.15 17.68c.57.989 1.62 1.6 2.757 1.6h39.451v-6.4H87.204l-8.878-15.465Z'/%3E%3C/svg%3E%0A"
|
|
340
|
+
},
|
|
341
|
+
"engines": {
|
|
342
|
+
"camunda": "^8.4"
|
|
355
343
|
}
|
|
356
344
|
},
|
|
357
345
|
{
|
|
@@ -713,9 +701,9 @@
|
|
|
713
701
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
714
702
|
"name": "Amazon EventBridge Boundary Event Connector",
|
|
715
703
|
"id": "io.camunda.connectors.AWSEventBridge.boundary.v1",
|
|
716
|
-
"version":
|
|
704
|
+
"version": 3,
|
|
717
705
|
"description": "Receive events from AWS EventBridge",
|
|
718
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
706
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=inbound",
|
|
719
707
|
"category": {
|
|
720
708
|
"id": "connectors",
|
|
721
709
|
"name": "Connectors"
|
|
@@ -725,6 +713,9 @@
|
|
|
725
713
|
"value": "bpmn:BoundaryEvent",
|
|
726
714
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
727
715
|
},
|
|
716
|
+
"engines": {
|
|
717
|
+
"camunda": "^8.4"
|
|
718
|
+
},
|
|
728
719
|
"groups": [
|
|
729
720
|
{
|
|
730
721
|
"id": "endpoint",
|
|
@@ -979,7 +970,7 @@
|
|
|
979
970
|
"constraints": {
|
|
980
971
|
"notEmpty": true
|
|
981
972
|
},
|
|
982
|
-
"value": "=request.headers.
|
|
973
|
+
"value": "=request.headers.apikey"
|
|
983
974
|
},
|
|
984
975
|
{
|
|
985
976
|
"label": "Correlation key (process)",
|
|
@@ -1009,6 +1000,18 @@
|
|
|
1009
1000
|
"notEmpty": true
|
|
1010
1001
|
}
|
|
1011
1002
|
},
|
|
1003
|
+
{
|
|
1004
|
+
"label": "Message ID expression",
|
|
1005
|
+
"feel": "required",
|
|
1006
|
+
"type": "String",
|
|
1007
|
+
"optional": true,
|
|
1008
|
+
"group": "activation",
|
|
1009
|
+
"binding": {
|
|
1010
|
+
"type": "zeebe:property",
|
|
1011
|
+
"name": "messageIdExpression"
|
|
1012
|
+
},
|
|
1013
|
+
"description": "Expression to extract unique identifier of a message"
|
|
1014
|
+
},
|
|
1012
1015
|
{
|
|
1013
1016
|
"label": "Condition",
|
|
1014
1017
|
"type": "String",
|
|
@@ -1019,7 +1022,7 @@
|
|
|
1019
1022
|
"type": "zeebe:property",
|
|
1020
1023
|
"name": "activationCondition"
|
|
1021
1024
|
},
|
|
1022
|
-
"description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
1025
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
|
|
1023
1026
|
},
|
|
1024
1027
|
{
|
|
1025
1028
|
"label": "Result variable",
|
|
@@ -1047,9 +1050,6 @@
|
|
|
1047
1050
|
],
|
|
1048
1051
|
"icon": {
|
|
1049
1052
|
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 256 256'%3E%3Cdefs%3E%3ClinearGradient id='logosAwsEventbridge0' x1='0%25' x2='100%25' y1='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23B0084D'/%3E%3Cstop offset='100%25' stop-color='%23FF4F8B'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23logosAwsEventbridge0)' d='M0 0h256v256H0z'/%3E%3Cpath fill='%23FFF' d='M171.702 211.2c-6.858 0-12.44-5.61-12.44-12.509s5.582-12.509 12.44-12.509c6.857 0 12.438 5.61 12.438 12.51c0 6.898-5.581 12.508-12.438 12.508Zm-27.278-54.4h-33.071L94.815 128l16.538-28.8h33.071L160.96 128l-16.535 28.8ZM88.387 69.818c-6.857 0-12.438-5.61-12.438-12.51c0-6.898 5.581-12.508 12.438-12.508c6.861 0 12.443 5.61 12.443 12.509s-5.582 12.509-12.443 12.509Zm83.315 109.964c-2.362 0-4.614.458-6.699 1.261l-13.514-22.931l-.713.426L167.39 129.6a3.226 3.226 0 0 0 0-3.2l-18.374-32a3.177 3.177 0 0 0-2.755-1.6h-33.435l.13-.077l-12.39-21.03c4.047-3.469 6.628-8.627 6.628-14.384c0-10.426-8.436-18.909-18.807-18.909c-10.367 0-18.803 8.483-18.803 18.909c0 10.425 8.436 18.909 18.803 18.909c2.365 0 4.618-.458 6.702-1.261l11.567 19.625L88.384 126.4a3.226 3.226 0 0 0 0 3.2l18.377 32c.57.992 1.62 1.6 2.756 1.6h36.744c.264 0 .521-.042.77-.102l12.496 21.21c-4.051 3.468-6.629 8.626-6.629 14.383c0 10.426 8.433 18.909 18.804 18.909c10.37 0 18.803-8.483 18.803-18.909c0-10.425-8.433-18.909-18.803-18.909Zm18.968-77.05c-6.857 0-12.436-5.609-12.436-12.508c0-6.9 5.579-12.509 12.436-12.509c6.858 0 12.44 5.61 12.44 12.509c0 6.9-5.582 12.509-12.44 12.509Zm23.303 23.668l-12.08-21.04c4.592-3.453 7.58-8.944 7.58-15.136c0-10.426-8.432-18.909-18.803-18.909c-2.638 0-5.152.554-7.433 1.549l-9.849-17.155a3.18 3.18 0 0 0-2.756-1.6h-39.448v6.4h37.612l9.11 15.872c-3.703 3.456-6.036 8.374-6.036 13.843c0 10.426 8.433 18.909 18.8 18.909c1.932 0 3.8-.298 5.556-.845L207.545 128l-15.892 27.674l5.512 3.2l16.808-29.274a3.21 3.21 0 0 0 0-3.2Zm-146.04 50.39c-6.86 0-12.442-5.612-12.442-12.508c0-6.9 5.581-12.51 12.442-12.51c6.857 0 12.439 5.61 12.439 12.51c0 6.896-5.582 12.508-12.44 12.508Zm10.393 3.236c5.062-3.392 8.41-9.181 8.41-15.744c0-10.426-8.436-18.91-18.803-18.91c-3.004 0-5.833.73-8.353 1.994L48.458 128l18.428-32.093l-5.515-3.2L42.027 126.4a3.21 3.21 0 0 0 0 3.2l12.388 21.568c-3.268 3.405-5.289 8.022-5.289 13.114c0 10.425 8.436 18.908 18.807 18.908c1.562 0 3.074-.214 4.528-.579l10.15 17.68c.57.989 1.62 1.6 2.757 1.6h39.451v-6.4H87.204l-8.878-15.465Z'/%3E%3C/svg%3E%0A"
|
|
1050
|
-
},
|
|
1051
|
-
"engines": {
|
|
1052
|
-
"camunda": "^8.4"
|
|
1053
1053
|
}
|
|
1054
1054
|
}
|
|
1055
1055
|
]
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
-
"name": "Amazon EventBridge
|
|
4
|
+
"name": "Amazon EventBridge Connector",
|
|
5
5
|
"id": "io.camunda.connectors.AWSEventBridge.intermediate.v1",
|
|
6
|
-
"version":
|
|
6
|
+
"version": 1,
|
|
7
7
|
"description": "Receive events from AWS EventBridge",
|
|
8
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/",
|
|
8
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge-webhook/",
|
|
9
9
|
"category": {
|
|
10
10
|
"id": "connectors",
|
|
11
11
|
"name": "Connectors"
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
"type": "String",
|
|
157
157
|
"group": "authorization",
|
|
158
158
|
"feel": "optional",
|
|
159
|
-
"optional":
|
|
159
|
+
"optional": false,
|
|
160
160
|
"binding": {
|
|
161
161
|
"type": "zeebe:property",
|
|
162
162
|
"name": "inbound.auth.jwt.jwkUrl"
|
|
@@ -164,6 +164,9 @@
|
|
|
164
164
|
"condition": {
|
|
165
165
|
"property": "authorizationType",
|
|
166
166
|
"equals": "JWT"
|
|
167
|
+
},
|
|
168
|
+
"constraints": {
|
|
169
|
+
"notEmpty": true
|
|
167
170
|
}
|
|
168
171
|
},
|
|
169
172
|
{
|
|
@@ -346,9 +349,9 @@
|
|
|
346
349
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
347
350
|
"name": "Amazon EventBridge Intermediate Catch Event Connector",
|
|
348
351
|
"id": "io.camunda.connectors.AWSEventBridge.intermediate.v1",
|
|
349
|
-
"version":
|
|
352
|
+
"version": 2,
|
|
350
353
|
"description": "Receive events from AWS EventBridge",
|
|
351
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/
|
|
354
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/",
|
|
352
355
|
"category": {
|
|
353
356
|
"id": "connectors",
|
|
354
357
|
"name": "Connectors"
|
|
@@ -612,7 +615,7 @@
|
|
|
612
615
|
"constraints": {
|
|
613
616
|
"notEmpty": true
|
|
614
617
|
},
|
|
615
|
-
"value": "=request.headers.
|
|
618
|
+
"value": "=request.headers.apiKey"
|
|
616
619
|
},
|
|
617
620
|
{
|
|
618
621
|
"label": "Correlation key (process)",
|
|
@@ -642,18 +645,6 @@
|
|
|
642
645
|
"notEmpty": true
|
|
643
646
|
}
|
|
644
647
|
},
|
|
645
|
-
{
|
|
646
|
-
"label": "Message ID expression",
|
|
647
|
-
"feel": "required",
|
|
648
|
-
"type": "String",
|
|
649
|
-
"optional": true,
|
|
650
|
-
"group": "activation",
|
|
651
|
-
"binding": {
|
|
652
|
-
"type": "zeebe:property",
|
|
653
|
-
"name": "messageIdExpression"
|
|
654
|
-
},
|
|
655
|
-
"description": "Expression to extract unique identifier of a message"
|
|
656
|
-
},
|
|
657
648
|
{
|
|
658
649
|
"label": "Condition",
|
|
659
650
|
"type": "String",
|
|
@@ -664,7 +655,7 @@
|
|
|
664
655
|
"type": "zeebe:property",
|
|
665
656
|
"name": "activationCondition"
|
|
666
657
|
},
|
|
667
|
-
"description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
658
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
|
|
668
659
|
},
|
|
669
660
|
{
|
|
670
661
|
"label": "Result variable",
|
|
@@ -694,16 +685,16 @@
|
|
|
694
685
|
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 256 256'%3E%3Cdefs%3E%3ClinearGradient id='logosAwsEventbridge0' x1='0%25' x2='100%25' y1='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23B0084D'/%3E%3Cstop offset='100%25' stop-color='%23FF4F8B'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23logosAwsEventbridge0)' d='M0 0h256v256H0z'/%3E%3Cpath fill='%23FFF' d='M171.702 211.2c-6.858 0-12.44-5.61-12.44-12.509s5.582-12.509 12.44-12.509c6.857 0 12.438 5.61 12.438 12.51c0 6.898-5.581 12.508-12.438 12.508Zm-27.278-54.4h-33.071L94.815 128l16.538-28.8h33.071L160.96 128l-16.535 28.8ZM88.387 69.818c-6.857 0-12.438-5.61-12.438-12.51c0-6.898 5.581-12.508 12.438-12.508c6.861 0 12.443 5.61 12.443 12.509s-5.582 12.509-12.443 12.509Zm83.315 109.964c-2.362 0-4.614.458-6.699 1.261l-13.514-22.931l-.713.426L167.39 129.6a3.226 3.226 0 0 0 0-3.2l-18.374-32a3.177 3.177 0 0 0-2.755-1.6h-33.435l.13-.077l-12.39-21.03c4.047-3.469 6.628-8.627 6.628-14.384c0-10.426-8.436-18.909-18.807-18.909c-10.367 0-18.803 8.483-18.803 18.909c0 10.425 8.436 18.909 18.803 18.909c2.365 0 4.618-.458 6.702-1.261l11.567 19.625L88.384 126.4a3.226 3.226 0 0 0 0 3.2l18.377 32c.57.992 1.62 1.6 2.756 1.6h36.744c.264 0 .521-.042.77-.102l12.496 21.21c-4.051 3.468-6.629 8.626-6.629 14.383c0 10.426 8.433 18.909 18.804 18.909c10.37 0 18.803-8.483 18.803-18.909c0-10.425-8.433-18.909-18.803-18.909Zm18.968-77.05c-6.857 0-12.436-5.609-12.436-12.508c0-6.9 5.579-12.509 12.436-12.509c6.858 0 12.44 5.61 12.44 12.509c0 6.9-5.582 12.509-12.44 12.509Zm23.303 23.668l-12.08-21.04c4.592-3.453 7.58-8.944 7.58-15.136c0-10.426-8.432-18.909-18.803-18.909c-2.638 0-5.152.554-7.433 1.549l-9.849-17.155a3.18 3.18 0 0 0-2.756-1.6h-39.448v6.4h37.612l9.11 15.872c-3.703 3.456-6.036 8.374-6.036 13.843c0 10.426 8.433 18.909 18.8 18.909c1.932 0 3.8-.298 5.556-.845L207.545 128l-15.892 27.674l5.512 3.2l16.808-29.274a3.21 3.21 0 0 0 0-3.2Zm-146.04 50.39c-6.86 0-12.442-5.612-12.442-12.508c0-6.9 5.581-12.51 12.442-12.51c6.857 0 12.439 5.61 12.439 12.51c0 6.896-5.582 12.508-12.44 12.508Zm10.393 3.236c5.062-3.392 8.41-9.181 8.41-15.744c0-10.426-8.436-18.91-18.803-18.91c-3.004 0-5.833.73-8.353 1.994L48.458 128l18.428-32.093l-5.515-3.2L42.027 126.4a3.21 3.21 0 0 0 0 3.2l12.388 21.568c-3.268 3.405-5.289 8.022-5.289 13.114c0 10.425 8.436 18.908 18.807 18.908c1.562 0 3.074-.214 4.528-.579l10.15 17.68c.57.989 1.62 1.6 2.757 1.6h39.451v-6.4H87.204l-8.878-15.465Z'/%3E%3C/svg%3E%0A"
|
|
695
686
|
},
|
|
696
687
|
"engines": {
|
|
697
|
-
"camunda": "^8.
|
|
688
|
+
"camunda": "^8.2"
|
|
698
689
|
}
|
|
699
690
|
},
|
|
700
691
|
{
|
|
701
692
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
702
|
-
"name": "Amazon EventBridge Connector",
|
|
693
|
+
"name": "Amazon EventBridge Intermediate Catch Event Connector",
|
|
703
694
|
"id": "io.camunda.connectors.AWSEventBridge.intermediate.v1",
|
|
704
|
-
"version":
|
|
695
|
+
"version": 3,
|
|
705
696
|
"description": "Receive events from AWS EventBridge",
|
|
706
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/
|
|
697
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/amazon-eventbridge/?awseventbridge=inbound",
|
|
707
698
|
"category": {
|
|
708
699
|
"id": "connectors",
|
|
709
700
|
"name": "Connectors"
|
|
@@ -854,7 +845,7 @@
|
|
|
854
845
|
"type": "String",
|
|
855
846
|
"group": "authorization",
|
|
856
847
|
"feel": "optional",
|
|
857
|
-
"optional":
|
|
848
|
+
"optional": true,
|
|
858
849
|
"binding": {
|
|
859
850
|
"type": "zeebe:property",
|
|
860
851
|
"name": "inbound.auth.jwt.jwkUrl"
|
|
@@ -862,9 +853,6 @@
|
|
|
862
853
|
"condition": {
|
|
863
854
|
"property": "authorizationType",
|
|
864
855
|
"equals": "JWT"
|
|
865
|
-
},
|
|
866
|
-
"constraints": {
|
|
867
|
-
"notEmpty": true
|
|
868
856
|
}
|
|
869
857
|
},
|
|
870
858
|
{
|
|
@@ -970,7 +958,7 @@
|
|
|
970
958
|
"constraints": {
|
|
971
959
|
"notEmpty": true
|
|
972
960
|
},
|
|
973
|
-
"value": "=request.headers.
|
|
961
|
+
"value": "=request.headers.apikey"
|
|
974
962
|
},
|
|
975
963
|
{
|
|
976
964
|
"label": "Correlation key (process)",
|
|
@@ -1000,6 +988,18 @@
|
|
|
1000
988
|
"notEmpty": true
|
|
1001
989
|
}
|
|
1002
990
|
},
|
|
991
|
+
{
|
|
992
|
+
"label": "Message ID expression",
|
|
993
|
+
"feel": "required",
|
|
994
|
+
"type": "String",
|
|
995
|
+
"optional": true,
|
|
996
|
+
"group": "activation",
|
|
997
|
+
"binding": {
|
|
998
|
+
"type": "zeebe:property",
|
|
999
|
+
"name": "messageIdExpression"
|
|
1000
|
+
},
|
|
1001
|
+
"description": "Expression to extract unique identifier of a message"
|
|
1002
|
+
},
|
|
1003
1003
|
{
|
|
1004
1004
|
"label": "Condition",
|
|
1005
1005
|
"type": "String",
|
|
@@ -1010,7 +1010,7 @@
|
|
|
1010
1010
|
"type": "zeebe:property",
|
|
1011
1011
|
"name": "activationCondition"
|
|
1012
1012
|
},
|
|
1013
|
-
"description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
1013
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
|
|
1014
1014
|
},
|
|
1015
1015
|
{
|
|
1016
1016
|
"label": "Result variable",
|
|
@@ -1040,7 +1040,7 @@
|
|
|
1040
1040
|
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 256 256'%3E%3Cdefs%3E%3ClinearGradient id='logosAwsEventbridge0' x1='0%25' x2='100%25' y1='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23B0084D'/%3E%3Cstop offset='100%25' stop-color='%23FF4F8B'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23logosAwsEventbridge0)' d='M0 0h256v256H0z'/%3E%3Cpath fill='%23FFF' d='M171.702 211.2c-6.858 0-12.44-5.61-12.44-12.509s5.582-12.509 12.44-12.509c6.857 0 12.438 5.61 12.438 12.51c0 6.898-5.581 12.508-12.438 12.508Zm-27.278-54.4h-33.071L94.815 128l16.538-28.8h33.071L160.96 128l-16.535 28.8ZM88.387 69.818c-6.857 0-12.438-5.61-12.438-12.51c0-6.898 5.581-12.508 12.438-12.508c6.861 0 12.443 5.61 12.443 12.509s-5.582 12.509-12.443 12.509Zm83.315 109.964c-2.362 0-4.614.458-6.699 1.261l-13.514-22.931l-.713.426L167.39 129.6a3.226 3.226 0 0 0 0-3.2l-18.374-32a3.177 3.177 0 0 0-2.755-1.6h-33.435l.13-.077l-12.39-21.03c4.047-3.469 6.628-8.627 6.628-14.384c0-10.426-8.436-18.909-18.807-18.909c-10.367 0-18.803 8.483-18.803 18.909c0 10.425 8.436 18.909 18.803 18.909c2.365 0 4.618-.458 6.702-1.261l11.567 19.625L88.384 126.4a3.226 3.226 0 0 0 0 3.2l18.377 32c.57.992 1.62 1.6 2.756 1.6h36.744c.264 0 .521-.042.77-.102l12.496 21.21c-4.051 3.468-6.629 8.626-6.629 14.383c0 10.426 8.433 18.909 18.804 18.909c10.37 0 18.803-8.483 18.803-18.909c0-10.425-8.433-18.909-18.803-18.909Zm18.968-77.05c-6.857 0-12.436-5.609-12.436-12.508c0-6.9 5.579-12.509 12.436-12.509c6.858 0 12.44 5.61 12.44 12.509c0 6.9-5.582 12.509-12.44 12.509Zm23.303 23.668l-12.08-21.04c4.592-3.453 7.58-8.944 7.58-15.136c0-10.426-8.432-18.909-18.803-18.909c-2.638 0-5.152.554-7.433 1.549l-9.849-17.155a3.18 3.18 0 0 0-2.756-1.6h-39.448v6.4h37.612l9.11 15.872c-3.703 3.456-6.036 8.374-6.036 13.843c0 10.426 8.433 18.909 18.8 18.909c1.932 0 3.8-.298 5.556-.845L207.545 128l-15.892 27.674l5.512 3.2l16.808-29.274a3.21 3.21 0 0 0 0-3.2Zm-146.04 50.39c-6.86 0-12.442-5.612-12.442-12.508c0-6.9 5.581-12.51 12.442-12.51c6.857 0 12.439 5.61 12.439 12.51c0 6.896-5.582 12.508-12.44 12.508Zm10.393 3.236c5.062-3.392 8.41-9.181 8.41-15.744c0-10.426-8.436-18.91-18.803-18.91c-3.004 0-5.833.73-8.353 1.994L48.458 128l18.428-32.093l-5.515-3.2L42.027 126.4a3.21 3.21 0 0 0 0 3.2l12.388 21.568c-3.268 3.405-5.289 8.022-5.289 13.114c0 10.425 8.436 18.908 18.807 18.908c1.562 0 3.074-.214 4.528-.579l10.15 17.68c.57.989 1.62 1.6 2.757 1.6h39.451v-6.4H87.204l-8.878-15.465Z'/%3E%3C/svg%3E%0A"
|
|
1041
1041
|
},
|
|
1042
1042
|
"engines": {
|
|
1043
|
-
"camunda": "^8.
|
|
1043
|
+
"camunda": "^8.4"
|
|
1044
1044
|
}
|
|
1045
1045
|
},
|
|
1046
1046
|
{
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
4
|
"name": "Amazon EventBridge Message Start Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.AWSEventBridge.MessageStart.v1",
|
|
6
|
-
"version":
|
|
6
|
+
"version": 1,
|
|
7
7
|
"description": "Receive events from AWS EventBridge",
|
|
8
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/
|
|
8
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/amazon-eventbridge/?awseventbridge=inbound",
|
|
9
9
|
"category": {
|
|
10
10
|
"id": "connectors",
|
|
11
11
|
"name": "Connectors"
|
|
@@ -15,9 +15,6 @@
|
|
|
15
15
|
"value": "bpmn:StartEvent",
|
|
16
16
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
17
17
|
},
|
|
18
|
-
"engines": {
|
|
19
|
-
"camunda": "^8.3"
|
|
20
|
-
},
|
|
21
18
|
"groups": [
|
|
22
19
|
{
|
|
23
20
|
"id": "endpoint",
|
|
@@ -386,15 +383,18 @@
|
|
|
386
383
|
],
|
|
387
384
|
"icon": {
|
|
388
385
|
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 256 256'%3E%3Cdefs%3E%3ClinearGradient id='logosAwsEventbridge0' x1='0%25' x2='100%25' y1='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23B0084D'/%3E%3Cstop offset='100%25' stop-color='%23FF4F8B'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23logosAwsEventbridge0)' d='M0 0h256v256H0z'/%3E%3Cpath fill='%23FFF' d='M171.702 211.2c-6.858 0-12.44-5.61-12.44-12.509s5.582-12.509 12.44-12.509c6.857 0 12.438 5.61 12.438 12.51c0 6.898-5.581 12.508-12.438 12.508Zm-27.278-54.4h-33.071L94.815 128l16.538-28.8h33.071L160.96 128l-16.535 28.8ZM88.387 69.818c-6.857 0-12.438-5.61-12.438-12.51c0-6.898 5.581-12.508 12.438-12.508c6.861 0 12.443 5.61 12.443 12.509s-5.582 12.509-12.443 12.509Zm83.315 109.964c-2.362 0-4.614.458-6.699 1.261l-13.514-22.931l-.713.426L167.39 129.6a3.226 3.226 0 0 0 0-3.2l-18.374-32a3.177 3.177 0 0 0-2.755-1.6h-33.435l.13-.077l-12.39-21.03c4.047-3.469 6.628-8.627 6.628-14.384c0-10.426-8.436-18.909-18.807-18.909c-10.367 0-18.803 8.483-18.803 18.909c0 10.425 8.436 18.909 18.803 18.909c2.365 0 4.618-.458 6.702-1.261l11.567 19.625L88.384 126.4a3.226 3.226 0 0 0 0 3.2l18.377 32c.57.992 1.62 1.6 2.756 1.6h36.744c.264 0 .521-.042.77-.102l12.496 21.21c-4.051 3.468-6.629 8.626-6.629 14.383c0 10.426 8.433 18.909 18.804 18.909c10.37 0 18.803-8.483 18.803-18.909c0-10.425-8.433-18.909-18.803-18.909Zm18.968-77.05c-6.857 0-12.436-5.609-12.436-12.508c0-6.9 5.579-12.509 12.436-12.509c6.858 0 12.44 5.61 12.44 12.509c0 6.9-5.582 12.509-12.44 12.509Zm23.303 23.668l-12.08-21.04c4.592-3.453 7.58-8.944 7.58-15.136c0-10.426-8.432-18.909-18.803-18.909c-2.638 0-5.152.554-7.433 1.549l-9.849-17.155a3.18 3.18 0 0 0-2.756-1.6h-39.448v6.4h37.612l9.11 15.872c-3.703 3.456-6.036 8.374-6.036 13.843c0 10.426 8.433 18.909 18.8 18.909c1.932 0 3.8-.298 5.556-.845L207.545 128l-15.892 27.674l5.512 3.2l16.808-29.274a3.21 3.21 0 0 0 0-3.2Zm-146.04 50.39c-6.86 0-12.442-5.612-12.442-12.508c0-6.9 5.581-12.51 12.442-12.51c6.857 0 12.439 5.61 12.439 12.51c0 6.896-5.582 12.508-12.44 12.508Zm10.393 3.236c5.062-3.392 8.41-9.181 8.41-15.744c0-10.426-8.436-18.91-18.803-18.91c-3.004 0-5.833.73-8.353 1.994L48.458 128l18.428-32.093l-5.515-3.2L42.027 126.4a3.21 3.21 0 0 0 0 3.2l12.388 21.568c-3.268 3.405-5.289 8.022-5.289 13.114c0 10.425 8.436 18.908 18.807 18.908c1.562 0 3.074-.214 4.528-.579l10.15 17.68c.57.989 1.62 1.6 2.757 1.6h39.451v-6.4H87.204l-8.878-15.465Z'/%3E%3C/svg%3E%0A"
|
|
386
|
+
},
|
|
387
|
+
"engines": {
|
|
388
|
+
"camunda": "^8.2"
|
|
389
389
|
}
|
|
390
390
|
},
|
|
391
391
|
{
|
|
392
392
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
393
393
|
"name": "Amazon EventBridge Message Start Event Connector",
|
|
394
394
|
"id": "io.camunda.connectors.AWSEventBridge.MessageStart.v1",
|
|
395
|
-
"version":
|
|
395
|
+
"version": 2,
|
|
396
396
|
"description": "Receive events from AWS EventBridge",
|
|
397
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/
|
|
397
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=inbound",
|
|
398
398
|
"category": {
|
|
399
399
|
"id": "connectors",
|
|
400
400
|
"name": "Connectors"
|
|
@@ -404,6 +404,9 @@
|
|
|
404
404
|
"value": "bpmn:StartEvent",
|
|
405
405
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
406
406
|
},
|
|
407
|
+
"engines": {
|
|
408
|
+
"camunda": "^8.3"
|
|
409
|
+
},
|
|
407
410
|
"groups": [
|
|
408
411
|
{
|
|
409
412
|
"id": "endpoint",
|
|
@@ -772,9 +775,6 @@
|
|
|
772
775
|
],
|
|
773
776
|
"icon": {
|
|
774
777
|
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 256 256'%3E%3Cdefs%3E%3ClinearGradient id='logosAwsEventbridge0' x1='0%25' x2='100%25' y1='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23B0084D'/%3E%3Cstop offset='100%25' stop-color='%23FF4F8B'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23logosAwsEventbridge0)' d='M0 0h256v256H0z'/%3E%3Cpath fill='%23FFF' d='M171.702 211.2c-6.858 0-12.44-5.61-12.44-12.509s5.582-12.509 12.44-12.509c6.857 0 12.438 5.61 12.438 12.51c0 6.898-5.581 12.508-12.438 12.508Zm-27.278-54.4h-33.071L94.815 128l16.538-28.8h33.071L160.96 128l-16.535 28.8ZM88.387 69.818c-6.857 0-12.438-5.61-12.438-12.51c0-6.898 5.581-12.508 12.438-12.508c6.861 0 12.443 5.61 12.443 12.509s-5.582 12.509-12.443 12.509Zm83.315 109.964c-2.362 0-4.614.458-6.699 1.261l-13.514-22.931l-.713.426L167.39 129.6a3.226 3.226 0 0 0 0-3.2l-18.374-32a3.177 3.177 0 0 0-2.755-1.6h-33.435l.13-.077l-12.39-21.03c4.047-3.469 6.628-8.627 6.628-14.384c0-10.426-8.436-18.909-18.807-18.909c-10.367 0-18.803 8.483-18.803 18.909c0 10.425 8.436 18.909 18.803 18.909c2.365 0 4.618-.458 6.702-1.261l11.567 19.625L88.384 126.4a3.226 3.226 0 0 0 0 3.2l18.377 32c.57.992 1.62 1.6 2.756 1.6h36.744c.264 0 .521-.042.77-.102l12.496 21.21c-4.051 3.468-6.629 8.626-6.629 14.383c0 10.426 8.433 18.909 18.804 18.909c10.37 0 18.803-8.483 18.803-18.909c0-10.425-8.433-18.909-18.803-18.909Zm18.968-77.05c-6.857 0-12.436-5.609-12.436-12.508c0-6.9 5.579-12.509 12.436-12.509c6.858 0 12.44 5.61 12.44 12.509c0 6.9-5.582 12.509-12.44 12.509Zm23.303 23.668l-12.08-21.04c4.592-3.453 7.58-8.944 7.58-15.136c0-10.426-8.432-18.909-18.803-18.909c-2.638 0-5.152.554-7.433 1.549l-9.849-17.155a3.18 3.18 0 0 0-2.756-1.6h-39.448v6.4h37.612l9.11 15.872c-3.703 3.456-6.036 8.374-6.036 13.843c0 10.426 8.433 18.909 18.8 18.909c1.932 0 3.8-.298 5.556-.845L207.545 128l-15.892 27.674l5.512 3.2l16.808-29.274a3.21 3.21 0 0 0 0-3.2Zm-146.04 50.39c-6.86 0-12.442-5.612-12.442-12.508c0-6.9 5.581-12.51 12.442-12.51c6.857 0 12.439 5.61 12.439 12.51c0 6.896-5.582 12.508-12.44 12.508Zm10.393 3.236c5.062-3.392 8.41-9.181 8.41-15.744c0-10.426-8.436-18.91-18.803-18.91c-3.004 0-5.833.73-8.353 1.994L48.458 128l18.428-32.093l-5.515-3.2L42.027 126.4a3.21 3.21 0 0 0 0 3.2l12.388 21.568c-3.268 3.405-5.289 8.022-5.289 13.114c0 10.425 8.436 18.908 18.807 18.908c1.562 0 3.074-.214 4.528-.579l10.15 17.68c.57.989 1.62 1.6 2.757 1.6h39.451v-6.4H87.204l-8.878-15.465Z'/%3E%3C/svg%3E%0A"
|
|
775
|
-
},
|
|
776
|
-
"engines": {
|
|
777
|
-
"camunda": "^8.2"
|
|
778
778
|
}
|
|
779
779
|
}
|
|
780
780
|
]
|