@camunda/connectors-element-templates 1.0.5 → 1.0.7
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 +4 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +171 -13
- package/src/element-templates/agenticai-aiagent-job-worker.json +1618 -0
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +3064 -300
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -1
- package/src/element-templates/asana-connector.json +8 -8
- package/src/element-templates/automation-anywhere-outbound-connector.json +1185 -1179
- package/src/element-templates/aws-dynamodb-outbound-connector.json +77 -77
- package/src/element-templates/aws-eventbridge-connector-boundary.json +20 -20
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +38 -38
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-start-event.json +18 -15
- package/src/element-templates/aws-eventbridge-outbound-connector.json +50 -50
- package/src/element-templates/aws-lambda-outbound-connector.json +279 -279
- 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 +486 -486
- package/src/element-templates/aws-sns-inbound-intermediate.json +491 -491
- package/src/element-templates/aws-sns-inbound-message-start.json +98 -98
- package/src/element-templates/aws-sns-inbound-start-event.json +133 -133
- package/src/element-templates/aws-sns-outbound-connector.json +423 -423
- package/src/element-templates/aws-sqs-boundary-connector.json +58 -58
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +523 -523
- package/src/element-templates/aws-sqs-outbound-connector.json +692 -692
- package/src/element-templates/aws-sqs-start-event-connector.json +709 -709
- package/src/element-templates/aws-sqs-start-message.json +460 -460
- package/src/element-templates/azure-blobstorage-outbound-connector.json +1 -1
- package/src/element-templates/blue-prism-connector.json +53 -53
- package/src/element-templates/csv-outbound-connector.json +804 -0
- package/src/element-templates/easy-post-connector.json +151 -151
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-message-start-event-connector.json +19 -19
- package/src/element-templates/email-outbound-connector.json +199 -199
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +3478 -170
- package/src/element-templates/github-connector.json +277 -277
- package/src/element-templates/github-webhook-connector-intermediate.json +44 -44
- package/src/element-templates/github-webhook-connector-start-event.json +29 -26
- package/src/element-templates/gitlab-connector.json +990 -990
- package/src/element-templates/google-drive-outbound-connector.json +423 -423
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +17 -17
- package/src/element-templates/google-sheets-outbound-connector.json +2550 -2550
- package/src/element-templates/graphql-outbound-connector.json +1179 -1179
- package/src/element-templates/http-json-connector.json +2280 -2280
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +256 -553
- package/src/element-templates/http-polling-connector.json +262 -559
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +402 -0
- package/src/element-templates/kafka-inbound-connector-boundary.json +1052 -1052
- package/src/element-templates/kafka-inbound-connector-intermediate.json +1088 -1088
- package/src/element-templates/kafka-inbound-connector-start-message.json +112 -112
- package/src/element-templates/kafka-inbound-connector.json +3 -0
- package/src/element-templates/kafka-outbound-connector.json +617 -617
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +1783 -1783
- package/src/element-templates/openai-connector.json +144 -144
- package/src/element-templates/operate-connector.json +66 -62
- package/src/element-templates/power-automate-connector.json +10 -10
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +439 -439
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +474 -474
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +11 -11
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +597 -597
- package/src/element-templates/rabbitmq-outbound-connector.json +622 -622
- package/src/element-templates/salesforce-connector.json +44 -44
- package/src/element-templates/sendgrid-outbound-connector.json +633 -633
- package/src/element-templates/slack-inbound-boundary.json +184 -184
- package/src/element-templates/slack-inbound-intermediate.json +168 -168
- package/src/element-templates/slack-inbound-message-start.json +201 -201
- package/src/element-templates/slack-inbound-start-event.json +320 -317
- package/src/element-templates/slack-outbound-connector.json +1185 -1185
- package/src/element-templates/twilio-connector.json +26 -26
- package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
- package/src/element-templates/twilio-webhook-connector.json +3 -0
- package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/uipath-connector.json +10 -10
- package/src/element-templates/webhook-connector-boundary.json +629 -629
- package/src/element-templates/webhook-connector-intermediate.json +268 -268
- package/src/element-templates/webhook-connector-start-event.json +1563 -1560
- package/src/element-templates/webhook-connector-start-message.json +1258 -1258
- package/src/element-templates/whatsapp-connector.json +39 -39
- package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"keywords": []
|
|
9
9
|
},
|
|
10
10
|
"documentationRef": "https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/google-gemini/",
|
|
11
|
-
"version":
|
|
11
|
+
"version": 2,
|
|
12
12
|
"category": {
|
|
13
13
|
"id": "connectors",
|
|
14
14
|
"name": "Connectors"
|
|
@@ -29,6 +29,10 @@
|
|
|
29
29
|
"id": "input",
|
|
30
30
|
"label": "Configure input"
|
|
31
31
|
},
|
|
32
|
+
{
|
|
33
|
+
"id": "connector",
|
|
34
|
+
"label": "Connector"
|
|
35
|
+
},
|
|
32
36
|
{
|
|
33
37
|
"id": "output",
|
|
34
38
|
"label": "Output mapping"
|
|
@@ -543,7 +547,7 @@
|
|
|
543
547
|
"name": "input.seed",
|
|
544
548
|
"type": "zeebe:input"
|
|
545
549
|
},
|
|
546
|
-
"tooltip": "Setting a seed value is useful when you make repeated requests and want the same model response.\nDeterministic outcome isn
|
|
550
|
+
"tooltip": "Setting a seed value is useful when you make repeated requests and want the same model response.\nDeterministic outcome isn’t guaranteed. Changing the model or other settings can cause variations in the response even when you use the same seed value.",
|
|
547
551
|
"type": "Number"
|
|
548
552
|
},
|
|
549
553
|
{
|
|
@@ -604,6 +608,30 @@
|
|
|
604
608
|
},
|
|
605
609
|
"type": "String"
|
|
606
610
|
},
|
|
611
|
+
{
|
|
612
|
+
"id": "version",
|
|
613
|
+
"label": "Version",
|
|
614
|
+
"description": "Version of the element template",
|
|
615
|
+
"value": "2",
|
|
616
|
+
"group": "connector",
|
|
617
|
+
"binding": {
|
|
618
|
+
"key": "elementTemplateVersion",
|
|
619
|
+
"type": "zeebe:taskHeader"
|
|
620
|
+
},
|
|
621
|
+
"type": "Hidden"
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"id": "id",
|
|
625
|
+
"label": "ID",
|
|
626
|
+
"description": "ID of the element template",
|
|
627
|
+
"value": "io.camunda.connectors.GoogleGemini.v1",
|
|
628
|
+
"group": "connector",
|
|
629
|
+
"binding": {
|
|
630
|
+
"key": "elementTemplateId",
|
|
631
|
+
"type": "zeebe:taskHeader"
|
|
632
|
+
},
|
|
633
|
+
"type": "Hidden"
|
|
634
|
+
},
|
|
607
635
|
{
|
|
608
636
|
"id": "resultVariable",
|
|
609
637
|
"label": "Result variable",
|
|
@@ -678,7 +706,7 @@
|
|
|
678
706
|
"keywords": []
|
|
679
707
|
},
|
|
680
708
|
"documentationRef": "https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/google-gemini/",
|
|
681
|
-
"version":
|
|
709
|
+
"version": 1,
|
|
682
710
|
"category": {
|
|
683
711
|
"id": "connectors",
|
|
684
712
|
"name": "Connectors"
|
|
@@ -699,10 +727,6 @@
|
|
|
699
727
|
"id": "input",
|
|
700
728
|
"label": "Configure input"
|
|
701
729
|
},
|
|
702
|
-
{
|
|
703
|
-
"id": "connector",
|
|
704
|
-
"label": "Connector"
|
|
705
|
-
},
|
|
706
730
|
{
|
|
707
731
|
"id": "output",
|
|
708
732
|
"label": "Output mapping"
|
|
@@ -1217,7 +1241,7 @@
|
|
|
1217
1241
|
"name": "input.seed",
|
|
1218
1242
|
"type": "zeebe:input"
|
|
1219
1243
|
},
|
|
1220
|
-
"tooltip": "Setting a seed value is useful when you make repeated requests and want the same model response.\nDeterministic outcome isn
|
|
1244
|
+
"tooltip": "Setting a seed value is useful when you make repeated requests and want the same model response.\nDeterministic outcome isn\u2019t guaranteed. Changing the model or other settings can cause variations in the response even when you use the same seed value.",
|
|
1221
1245
|
"type": "Number"
|
|
1222
1246
|
},
|
|
1223
1247
|
{
|
|
@@ -1278,30 +1302,6 @@
|
|
|
1278
1302
|
},
|
|
1279
1303
|
"type": "String"
|
|
1280
1304
|
},
|
|
1281
|
-
{
|
|
1282
|
-
"id": "version",
|
|
1283
|
-
"label": "Version",
|
|
1284
|
-
"description": "Version of the element template",
|
|
1285
|
-
"value": "2",
|
|
1286
|
-
"group": "connector",
|
|
1287
|
-
"binding": {
|
|
1288
|
-
"key": "elementTemplateVersion",
|
|
1289
|
-
"type": "zeebe:taskHeader"
|
|
1290
|
-
},
|
|
1291
|
-
"type": "Hidden"
|
|
1292
|
-
},
|
|
1293
|
-
{
|
|
1294
|
-
"id": "id",
|
|
1295
|
-
"label": "ID",
|
|
1296
|
-
"description": "ID of the element template",
|
|
1297
|
-
"value": "io.camunda.connectors.GoogleGemini.v1",
|
|
1298
|
-
"group": "connector",
|
|
1299
|
-
"binding": {
|
|
1300
|
-
"key": "elementTemplateId",
|
|
1301
|
-
"type": "zeebe:taskHeader"
|
|
1302
|
-
},
|
|
1303
|
-
"type": "Hidden"
|
|
1304
|
-
},
|
|
1305
1305
|
{
|
|
1306
1306
|
"id": "resultVariable",
|
|
1307
1307
|
"label": "Result variable",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
-
"name": "Google Maps Platform
|
|
4
|
+
"name": "Google Maps Platform Outbound Connector",
|
|
5
5
|
"id": "io.camunda.connectors.GoogleMapsPlatform.v1",
|
|
6
|
-
"version":
|
|
6
|
+
"version": 3,
|
|
7
7
|
"description": "The Google Maps connector validates addresses, retrieves postal addresses and calculates distances",
|
|
8
8
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-maps-platform/",
|
|
9
9
|
"category": {
|
|
@@ -403,7 +403,7 @@
|
|
|
403
403
|
"constraints": {
|
|
404
404
|
"notEmpty": false,
|
|
405
405
|
"pattern": {
|
|
406
|
-
"value": "^([0-9]
|
|
406
|
+
"value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
|
|
407
407
|
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
408
408
|
}
|
|
409
409
|
}
|
|
@@ -471,7 +471,7 @@
|
|
|
471
471
|
},
|
|
472
472
|
{
|
|
473
473
|
"label": "Error expression",
|
|
474
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
474
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>",
|
|
475
475
|
"group": "errors",
|
|
476
476
|
"type": "Text",
|
|
477
477
|
"feel": "required",
|
|
@@ -490,9 +490,9 @@
|
|
|
490
490
|
},
|
|
491
491
|
{
|
|
492
492
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
493
|
-
"name": "Google Maps Platform
|
|
493
|
+
"name": "Google Maps Platform connector",
|
|
494
494
|
"id": "io.camunda.connectors.GoogleMapsPlatform.v1",
|
|
495
|
-
"version":
|
|
495
|
+
"version": 2,
|
|
496
496
|
"description": "The Google Maps connector validates addresses, retrieves postal addresses and calculates distances",
|
|
497
497
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-maps-platform/",
|
|
498
498
|
"category": {
|
|
@@ -892,7 +892,7 @@
|
|
|
892
892
|
"constraints": {
|
|
893
893
|
"notEmpty": false,
|
|
894
894
|
"pattern": {
|
|
895
|
-
"value": "^(=|([0-9]
|
|
895
|
+
"value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
|
|
896
896
|
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
897
897
|
}
|
|
898
898
|
}
|
|
@@ -960,7 +960,7 @@
|
|
|
960
960
|
},
|
|
961
961
|
{
|
|
962
962
|
"label": "Error expression",
|
|
963
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
963
|
+
"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>",
|
|
964
964
|
"group": "errors",
|
|
965
965
|
"type": "Text",
|
|
966
966
|
"feel": "required",
|
|
@@ -981,7 +981,10 @@
|
|
|
981
981
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
982
982
|
"name": "Google Maps Platform connector",
|
|
983
983
|
"id": "io.camunda.connectors.GoogleMapsPlatform.v1",
|
|
984
|
-
"
|
|
984
|
+
"deprecated": {
|
|
985
|
+
"message": "Replace with 'Google Maps Platform connector' template.",
|
|
986
|
+
"documentationRef": "https://docs.camunda.io/docs/components/modeler/desktop-modeler/element-templates/using-templates/#replacing-templates"
|
|
987
|
+
},
|
|
985
988
|
"description": "The Google Maps connector validates addresses, retrieves postal addresses and calculates distances",
|
|
986
989
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-maps-platform/",
|
|
987
990
|
"category": {
|
|
@@ -1381,7 +1384,7 @@
|
|
|
1381
1384
|
"constraints": {
|
|
1382
1385
|
"notEmpty": false,
|
|
1383
1386
|
"pattern": {
|
|
1384
|
-
"value": "^(
|
|
1387
|
+
"value": "^([0-9]*$)|(secrets.*$)",
|
|
1385
1388
|
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
1386
1389
|
}
|
|
1387
1390
|
}
|
|
@@ -1461,19 +1464,13 @@
|
|
|
1461
1464
|
],
|
|
1462
1465
|
"icon": {
|
|
1463
1466
|
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='18' height='18' viewBox='0 0 1000 1000' xml:space='preserve'%3E%3Cdesc%3ECreated with Fabric.js 3.5.0%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='rgba(255,255,255,0)'/%3E%3Cg transform='matrix(7.8865 0 0 7.4288 492.2894 500.0022)' id='954022'%3E%3Cg style='' vector-effect='non-scaling-stroke'%3E%3Cg transform='matrix(1 0 0 1 -10.65 -48.75)'%3E%3Cpath style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; is-custom-font: none; font-file-url: none; fill: rgb(26,115,232); fill-rule: nonzero; opacity: 1;' transform=' translate(-35.5, -17.4)' d='M 60.2 2.2 C 55.8 0.8 51 0 46.1 0 C 32 0 19.3 6.4 10.8 16.5 l 21.8 18.3 L 60.2 2.2 z' stroke-linecap='round'/%3E%3C/g%3E%3Cg transform='matrix(1 0 0 1 -29.85 -23.85)'%3E%3Cpath style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; is-custom-font: none; font-file-url: none; fill: rgb(234,67,53); fill-rule: nonzero; opacity: 1;' transform=' translate(-16.3, -42.3)' d='M 10.8 16.5 C 4.1 24.5 0 34.9 0 46.1 c 0 8.7 1.7 15.7 4.6 22 l 28 -33.3 l -21.8 -18.3 z' stroke-linecap='round'/%3E%3C/g%3E%3Cg transform='matrix(1 0 0 1 13.75 -36.25)'%3E%3Cpath style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; is-custom-font: none; font-file-url: none; fill: rgb(66,133,244); fill-rule: nonzero; opacity: 1;' transform=' translate(-59.9, -29.9)' d='M 46.2 28.5 c 9.8 0 17.7 7.9 17.7 17.7 c 0 4.3 -1.6 8.3 -4.2 11.4 c 0 0 13.9 -16.6 27.5 -32.7 c -5.6 -10.8 -15.3 -19 -27 -22.7 L 32.6 34.8 c 3.3 -3.8 8.1 -6.3 13.6 -6.3' stroke-linecap='round'/%3E%3C/g%3E%3Cg transform='matrix(1 0 0 1 -14 0.25)'%3E%3Cpath style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; is-custom-font: none; font-file-url: none; fill: rgb(251,188,4); fill-rule: nonzero; opacity: 1;' transform=' translate(-32.15, -66.4)' d='M 46.2 63.8 c -9.8 0 -17.7 -7.9 -17.7 -17.7 c 0 -4.3 1.5 -8.3 4.1 -11.3 l -28 33.3 c 4.8 10.6 12.8 19.2 21 29.9 l 34.1 -40.5 c -3.3 3.9 -8.1 6.3 -13.5 6.3' stroke-linecap='round'/%3E%3C/g%3E%3Cg transform='matrix(1 0 0 1 12.85 12.5)'%3E%3Cpath style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; is-custom-font: none; font-file-url: none; fill: rgb(52,168,83); fill-rule: nonzero; opacity: 1;' transform=' translate(-59, -78.65)' d='M 59.1 109.2 c 15.4 -24.1 33.3 -35 33.3 -63 c 0 -7.7 -1.9 -14.9 -5.2 -21.3 L 25.6 98 c 2.6 3.4 5.3 7.3 7.9 11.3 c 9.4 14.5 6.8 23.1 12.8 23.1 s 3.4 -8.7 12.8 -23.2' stroke-linecap='round'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"
|
|
1464
|
-
},
|
|
1465
|
-
"engines": {
|
|
1466
|
-
"camunda": "^8.2"
|
|
1467
1467
|
}
|
|
1468
1468
|
},
|
|
1469
1469
|
{
|
|
1470
1470
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1471
1471
|
"name": "Google Maps Platform connector",
|
|
1472
1472
|
"id": "io.camunda.connectors.GoogleMapsPlatform.v1",
|
|
1473
|
-
"
|
|
1474
|
-
"message": "Replace with 'Google Maps Platform connector' template.",
|
|
1475
|
-
"documentationRef": "https://docs.camunda.io/docs/components/modeler/desktop-modeler/element-templates/using-templates/#replacing-templates"
|
|
1476
|
-
},
|
|
1473
|
+
"version": 1,
|
|
1477
1474
|
"description": "The Google Maps connector validates addresses, retrieves postal addresses and calculates distances",
|
|
1478
1475
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-maps-platform/",
|
|
1479
1476
|
"category": {
|
|
@@ -1953,6 +1950,9 @@
|
|
|
1953
1950
|
],
|
|
1954
1951
|
"icon": {
|
|
1955
1952
|
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='18' height='18' viewBox='0 0 1000 1000' xml:space='preserve'%3E%3Cdesc%3ECreated with Fabric.js 3.5.0%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='rgba(255,255,255,0)'/%3E%3Cg transform='matrix(7.8865 0 0 7.4288 492.2894 500.0022)' id='954022'%3E%3Cg style='' vector-effect='non-scaling-stroke'%3E%3Cg transform='matrix(1 0 0 1 -10.65 -48.75)'%3E%3Cpath style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; is-custom-font: none; font-file-url: none; fill: rgb(26,115,232); fill-rule: nonzero; opacity: 1;' transform=' translate(-35.5, -17.4)' d='M 60.2 2.2 C 55.8 0.8 51 0 46.1 0 C 32 0 19.3 6.4 10.8 16.5 l 21.8 18.3 L 60.2 2.2 z' stroke-linecap='round'/%3E%3C/g%3E%3Cg transform='matrix(1 0 0 1 -29.85 -23.85)'%3E%3Cpath style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; is-custom-font: none; font-file-url: none; fill: rgb(234,67,53); fill-rule: nonzero; opacity: 1;' transform=' translate(-16.3, -42.3)' d='M 10.8 16.5 C 4.1 24.5 0 34.9 0 46.1 c 0 8.7 1.7 15.7 4.6 22 l 28 -33.3 l -21.8 -18.3 z' stroke-linecap='round'/%3E%3C/g%3E%3Cg transform='matrix(1 0 0 1 13.75 -36.25)'%3E%3Cpath style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; is-custom-font: none; font-file-url: none; fill: rgb(66,133,244); fill-rule: nonzero; opacity: 1;' transform=' translate(-59.9, -29.9)' d='M 46.2 28.5 c 9.8 0 17.7 7.9 17.7 17.7 c 0 4.3 -1.6 8.3 -4.2 11.4 c 0 0 13.9 -16.6 27.5 -32.7 c -5.6 -10.8 -15.3 -19 -27 -22.7 L 32.6 34.8 c 3.3 -3.8 8.1 -6.3 13.6 -6.3' stroke-linecap='round'/%3E%3C/g%3E%3Cg transform='matrix(1 0 0 1 -14 0.25)'%3E%3Cpath style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; is-custom-font: none; font-file-url: none; fill: rgb(251,188,4); fill-rule: nonzero; opacity: 1;' transform=' translate(-32.15, -66.4)' d='M 46.2 63.8 c -9.8 0 -17.7 -7.9 -17.7 -17.7 c 0 -4.3 1.5 -8.3 4.1 -11.3 l -28 33.3 c 4.8 10.6 12.8 19.2 21 29.9 l 34.1 -40.5 c -3.3 3.9 -8.1 6.3 -13.5 6.3' stroke-linecap='round'/%3E%3C/g%3E%3Cg transform='matrix(1 0 0 1 12.85 12.5)'%3E%3Cpath style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; is-custom-font: none; font-file-url: none; fill: rgb(52,168,83); fill-rule: nonzero; opacity: 1;' transform=' translate(-59, -78.65)' d='M 59.1 109.2 c 15.4 -24.1 33.3 -35 33.3 -63 c 0 -7.7 -1.9 -14.9 -5.2 -21.3 L 25.6 98 c 2.6 3.4 5.3 7.3 7.9 11.3 c 9.4 14.5 6.8 23.1 12.8 23.1 s 3.4 -8.7 12.8 -23.2' stroke-linecap='round'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"
|
|
1953
|
+
},
|
|
1954
|
+
"engines": {
|
|
1955
|
+
"camunda": "^8.2"
|
|
1956
1956
|
}
|
|
1957
1957
|
},
|
|
1958
1958
|
{
|