@camunda/connectors-element-templates 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. package/package.json +1 -1
  2. package/src/connectors.js +2 -0
  3. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +170 -13
  4. package/src/element-templates/agenticai-aiagent-outbound-connector.json +1596 -389
  5. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
  6. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -1
  7. package/src/element-templates/asana-connector.json +104 -104
  8. package/src/element-templates/automation-anywhere-outbound-connector.json +1207 -1201
  9. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  10. package/src/element-templates/aws-dynamodb-outbound-connector.json +1404 -1404
  11. package/src/element-templates/aws-eventbridge-connector-boundary.json +28 -28
  12. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  13. package/src/element-templates/aws-eventbridge-connector-start-event.json +13 -10
  14. package/src/element-templates/aws-eventbridge-outbound-connector.json +474 -474
  15. package/src/element-templates/aws-lambda-outbound-connector.json +51 -51
  16. package/src/element-templates/aws-s3-outbound-connector.json +30 -30
  17. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  18. package/src/element-templates/aws-sns-inbound-boundary.json +283 -283
  19. package/src/element-templates/aws-sns-inbound-intermediate.json +467 -467
  20. package/src/element-templates/aws-sns-inbound-message-start.json +98 -98
  21. package/src/element-templates/aws-sns-inbound-start-event.json +132 -132
  22. package/src/element-templates/aws-sns-outbound-connector.json +719 -719
  23. package/src/element-templates/aws-sqs-boundary-connector.json +420 -420
  24. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +958 -958
  25. package/src/element-templates/aws-sqs-outbound-connector.json +421 -421
  26. package/src/element-templates/aws-sqs-start-event-connector.json +388 -388
  27. package/src/element-templates/aws-sqs-start-message.json +463 -463
  28. package/src/element-templates/azure-blobstorage-outbound-connector.json +1 -1
  29. package/src/element-templates/azure-open-ai-connector.json +32 -32
  30. package/src/element-templates/blue-prism-connector.json +57 -57
  31. package/src/element-templates/box-outbound-connector.json +30 -30
  32. package/src/element-templates/csv-outbound-connector.json +392 -0
  33. package/src/element-templates/easy-post-connector.json +269 -269
  34. package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
  35. package/src/element-templates/email-outbound-connector.json +231 -231
  36. package/src/element-templates/embeddings-vector-database-outbound-connector.json +3473 -150
  37. package/src/element-templates/github-connector.json +2930 -2930
  38. package/src/element-templates/github-webhook-connector-boundary.json +21 -21
  39. package/src/element-templates/github-webhook-connector-intermediate.json +35 -35
  40. package/src/element-templates/github-webhook-connector-message-start.json +21 -21
  41. package/src/element-templates/github-webhook-connector-start-event.json +35 -32
  42. package/src/element-templates/gitlab-connector.json +1561 -1561
  43. package/src/element-templates/google-drive-outbound-connector.json +363 -363
  44. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  45. package/src/element-templates/google-maps-platform-connector.json +76 -76
  46. package/src/element-templates/google-sheets-outbound-connector.json +1177 -1177
  47. package/src/element-templates/graphql-outbound-connector.json +1182 -1182
  48. package/src/element-templates/http-json-connector.json +2332 -2332
  49. package/src/element-templates/http-polling-boundary-catch-event-connector.json +261 -558
  50. package/src/element-templates/http-polling-connector.json +259 -556
  51. package/src/element-templates/hugging-face-connector.json +34 -34
  52. package/src/element-templates/jdbc-outbound-connector.json +404 -2
  53. package/src/element-templates/kafka-inbound-connector-boundary.json +624 -624
  54. package/src/element-templates/kafka-inbound-connector-intermediate.json +1018 -1018
  55. package/src/element-templates/kafka-inbound-connector-start-message.json +532 -532
  56. package/src/element-templates/kafka-inbound-connector.json +240 -237
  57. package/src/element-templates/kafka-outbound-connector.json +588 -588
  58. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  59. package/src/element-templates/microsoft-teams-outbound-connector.json +3730 -3730
  60. package/src/element-templates/openai-connector.json +117 -117
  61. package/src/element-templates/operate-connector.json +68 -68
  62. package/src/element-templates/power-automate-connector.json +12 -12
  63. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +437 -437
  64. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +581 -581
  65. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +451 -451
  66. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +354 -354
  67. package/src/element-templates/rabbitmq-outbound-connector.json +666 -666
  68. package/src/element-templates/salesforce-connector.json +40 -40
  69. package/src/element-templates/sendgrid-outbound-connector.json +487 -487
  70. package/src/element-templates/slack-inbound-boundary.json +301 -301
  71. package/src/element-templates/slack-inbound-intermediate.json +307 -307
  72. package/src/element-templates/slack-inbound-message-start.json +350 -350
  73. package/src/element-templates/slack-inbound-start-event.json +213 -210
  74. package/src/element-templates/slack-outbound-connector.json +739 -739
  75. package/src/element-templates/twilio-connector.json +88 -88
  76. package/src/element-templates/twilio-webhook-connector.json +13 -10
  77. package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
  78. package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
  79. package/src/element-templates/uipath-connector.json +49 -49
  80. package/src/element-templates/webhook-connector-boundary.json +1644 -1644
  81. package/src/element-templates/webhook-connector-intermediate.json +972 -972
  82. package/src/element-templates/webhook-connector-start-event.json +556 -553
  83. package/src/element-templates/webhook-connector-start-message.json +33 -33
  84. package/src/element-templates/whatsapp-connector.json +6 -6
@@ -821,9 +821,9 @@
821
821
  },
822
822
  {
823
823
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
824
- "name": "Google Drive Outbound Connector",
824
+ "name": "Google Drive connector",
825
825
  "id": "io.camunda.connectors.GoogleDrive.v1",
826
- "version": 2,
826
+ "version": 1,
827
827
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/googledrive/",
828
828
  "description": "Create folder or a file from template",
829
829
  "category": {
@@ -1134,9 +1134,9 @@
1134
1134
  },
1135
1135
  {
1136
1136
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1137
- "name": "Google Drive connector",
1137
+ "name": "Google Drive Outbound Connector",
1138
1138
  "id": "io.camunda.connectors.GoogleDrive.v1",
1139
- "version": 1,
1139
+ "version": 2,
1140
1140
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/googledrive/",
1141
1141
  "description": "Create folder or a file from template",
1142
1142
  "category": {
@@ -1447,11 +1447,14 @@
1447
1447
  },
1448
1448
  {
1449
1449
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1450
- "name": "Google Drive Outbound Connector",
1450
+ "name": "Google Drive connector",
1451
1451
  "id": "io.camunda.connectors.GoogleDrive.v1",
1452
- "description": "Create folder or a file from template",
1453
1452
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/googledrive/",
1454
- "version": 3,
1453
+ "description": "Create folder or a file from template",
1454
+ "deprecated": {
1455
+ "message": "Replace with 'Google Drive connector' template.",
1456
+ "documentationRef": "https://docs.camunda.io/docs/components/modeler/desktop-modeler/element-templates/using-templates/#replacing-templates"
1457
+ },
1455
1458
  "category": {
1456
1459
  "id": "connectors",
1457
1460
  "name": "Connectors"
@@ -1478,37 +1481,25 @@
1478
1481
  "label": "Output mapping"
1479
1482
  },
1480
1483
  {
1481
- "id": "error",
1484
+ "id": "errors",
1482
1485
  "label": "Error handling"
1483
- },
1484
- {
1485
- "id": "retries",
1486
- "label": "Retries"
1487
1486
  }
1488
1487
  ],
1489
1488
  "properties": [
1490
1489
  {
1490
+ "type": "Hidden",
1491
1491
  "value": "io.camunda:google-drive:1",
1492
1492
  "binding": {
1493
- "property": "type",
1494
- "type": "zeebe:taskDefinition"
1495
- },
1496
- "type": "Hidden"
1493
+ "type": "zeebe:taskDefinition",
1494
+ "property": "type"
1495
+ }
1497
1496
  },
1498
1497
  {
1499
- "id": "authentication.authType",
1498
+ "id": "authenticationType",
1500
1499
  "label": "Type",
1501
- "optional": false,
1502
- "value": "refresh",
1503
- "constraints": {
1504
- "notEmpty": true
1505
- },
1506
1500
  "group": "authentication",
1507
- "binding": {
1508
- "name": "authentication.authType",
1509
- "type": "zeebe:input"
1510
- },
1511
1501
  "type": "Dropdown",
1502
+ "value": "bearer",
1512
1503
  "choices": [
1513
1504
  {
1514
1505
  "name": "Bearer token",
@@ -1518,106 +1509,86 @@
1518
1509
  "name": "Refresh token",
1519
1510
  "value": "refresh"
1520
1511
  }
1521
- ]
1512
+ ],
1513
+ "binding": {
1514
+ "type": "zeebe:input",
1515
+ "name": "authentication.authType",
1516
+ "key": "authentication.authType"
1517
+ }
1522
1518
  },
1523
1519
  {
1524
- "id": "authentication.bearerToken",
1525
1520
  "label": "Bearer token",
1526
- "description": "Enter a valid Google API Bearer token",
1527
- "optional": false,
1528
- "constraints": {
1529
- "notEmpty": true
1530
- },
1531
- "feel": "optional",
1521
+ "description": "Enter Google API Bearer token that is authorized to interact with desired Drive",
1532
1522
  "group": "authentication",
1523
+ "type": "String",
1533
1524
  "binding": {
1534
- "name": "authentication.bearerToken",
1535
- "type": "zeebe:input"
1525
+ "type": "zeebe:input",
1526
+ "name": "authentication.bearerToken"
1536
1527
  },
1537
- "condition": {
1538
- "property": "authentication.authType",
1539
- "equals": "bearer",
1540
- "type": "simple"
1528
+ "constraints": {
1529
+ "notEmpty": true
1541
1530
  },
1542
- "type": "String"
1531
+ "condition": {
1532
+ "property": "authenticationType",
1533
+ "equals": "bearer"
1534
+ }
1543
1535
  },
1544
1536
  {
1545
- "id": "authentication.oauthClientId",
1546
1537
  "label": "Client ID",
1547
1538
  "description": "Enter Google API Client ID",
1548
- "optional": false,
1549
- "constraints": {
1550
- "notEmpty": true
1551
- },
1552
- "feel": "optional",
1553
1539
  "group": "authentication",
1540
+ "type": "String",
1554
1541
  "binding": {
1555
- "name": "authentication.oauthClientId",
1556
- "type": "zeebe:input"
1542
+ "type": "zeebe:input",
1543
+ "name": "authentication.oauthClientId"
1557
1544
  },
1558
- "condition": {
1559
- "property": "authentication.authType",
1560
- "equals": "refresh",
1561
- "type": "simple"
1545
+ "constraints": {
1546
+ "notEmpty": true
1562
1547
  },
1563
- "type": "String"
1548
+ "condition": {
1549
+ "property": "authenticationType",
1550
+ "equals": "refresh"
1551
+ }
1564
1552
  },
1565
1553
  {
1566
- "id": "authentication.oauthClientSecret",
1567
1554
  "label": "Client secret",
1568
1555
  "description": "Enter Google API client Secret",
1569
- "optional": false,
1570
- "constraints": {
1571
- "notEmpty": true
1572
- },
1573
- "feel": "optional",
1574
1556
  "group": "authentication",
1557
+ "type": "String",
1575
1558
  "binding": {
1576
- "name": "authentication.oauthClientSecret",
1577
- "type": "zeebe:input"
1559
+ "type": "zeebe:input",
1560
+ "name": "authentication.oauthClientSecret"
1578
1561
  },
1579
- "condition": {
1580
- "property": "authentication.authType",
1581
- "equals": "refresh",
1582
- "type": "simple"
1562
+ "constraints": {
1563
+ "notEmpty": true
1583
1564
  },
1584
- "type": "String"
1565
+ "condition": {
1566
+ "property": "authenticationType",
1567
+ "equals": "refresh"
1568
+ }
1585
1569
  },
1586
1570
  {
1587
- "id": "authentication.oauthRefreshToken",
1588
1571
  "label": "Refresh token",
1589
- "description": "Enter a valid Google API refresh token",
1590
- "optional": false,
1591
- "constraints": {
1592
- "notEmpty": true
1593
- },
1594
- "feel": "optional",
1572
+ "description": "Enter Google API refresh token that is authorized to interact with desired Drive",
1595
1573
  "group": "authentication",
1574
+ "type": "String",
1596
1575
  "binding": {
1597
- "name": "authentication.oauthRefreshToken",
1598
- "type": "zeebe:input"
1599
- },
1600
- "condition": {
1601
- "property": "authentication.authType",
1602
- "equals": "refresh",
1603
- "type": "simple"
1576
+ "type": "zeebe:input",
1577
+ "name": "authentication.oauthRefreshToken"
1604
1578
  },
1605
- "type": "String"
1606
- },
1607
- {
1608
- "id": "resource.type",
1609
- "label": "Operation",
1610
- "optional": false,
1611
- "value": "folder",
1612
1579
  "constraints": {
1613
1580
  "notEmpty": true
1614
1581
  },
1582
+ "condition": {
1583
+ "property": "authenticationType",
1584
+ "equals": "refresh"
1585
+ }
1586
+ },
1587
+ {
1588
+ "id": "resourceType",
1615
1589
  "group": "operation",
1616
- "binding": {
1617
- "name": "resource.type",
1618
- "type": "zeebe:input"
1619
- },
1620
1590
  "type": "Dropdown",
1591
+ "value": "folder",
1621
1592
  "choices": [
1622
1593
  {
1623
1594
  "name": "Create folder",
@@ -1627,169 +1598,173 @@
1627
1598
  "name": "Create file from template",
1628
1599
  "value": "file"
1629
1600
  }
1630
- ]
1631
- },
1632
- {
1633
- "id": "resource.name",
1634
- "label": "New resource name",
1635
- "optional": false,
1636
- "constraints": {
1637
- "notEmpty": true
1638
- },
1639
- "feel": "optional",
1640
- "group": "operationDetails",
1601
+ ],
1641
1602
  "binding": {
1642
- "name": "resource.name",
1643
- "type": "zeebe:input"
1644
- },
1645
- "type": "String"
1603
+ "type": "zeebe:input",
1604
+ "name": "resource.type",
1605
+ "key": "resource.type"
1606
+ }
1646
1607
  },
1647
1608
  {
1648
- "id": "resource.parent",
1649
- "label": "Parent folder ID",
1650
- "description": "Your resources will be created here. If left empty, a new resource will appear in the root folder",
1651
- "optional": true,
1652
- "feel": "optional",
1609
+ "label": "File name",
1610
+ "description": "Enter name for your file",
1653
1611
  "group": "operationDetails",
1612
+ "type": "String",
1613
+ "feel": "optional",
1654
1614
  "binding": {
1655
- "name": "resource.parent",
1656
- "type": "zeebe:input"
1615
+ "type": "zeebe:input",
1616
+ "name": "resource.name"
1657
1617
  },
1658
- "type": "String"
1618
+ "constraints": {
1619
+ "notEmpty": true,
1620
+ "maxLength": 255
1621
+ },
1622
+ "condition": {
1623
+ "property": "resourceType",
1624
+ "equals": "file"
1625
+ }
1659
1626
  },
1660
1627
  {
1661
- "id": "resource.additionalGoogleDriveProperties",
1662
- "label": "Additional properties or metadata",
1663
- "optional": true,
1664
- "feel": "required",
1628
+ "label": "Folder name",
1629
+ "description": "Enter name for your folder",
1665
1630
  "group": "operationDetails",
1631
+ "type": "String",
1632
+ "feel": "optional",
1666
1633
  "binding": {
1667
- "name": "resource.additionalGoogleDriveProperties",
1668
- "type": "zeebe:input"
1634
+ "type": "zeebe:input",
1635
+ "name": "resource.name"
1669
1636
  },
1670
- "condition": {
1671
- "property": "resource.type",
1672
- "equals": "folder",
1673
- "type": "simple"
1637
+ "constraints": {
1638
+ "notEmpty": true,
1639
+ "maxLength": 255
1674
1640
  },
1675
- "type": "String"
1641
+ "condition": {
1642
+ "property": "resourceType",
1643
+ "equals": "folder"
1644
+ }
1676
1645
  },
1677
1646
  {
1678
- "id": "resource.template.id",
1679
1647
  "label": "Template ID",
1680
- "optional": false,
1648
+ "description": "Enter ID of the template you are creating a file from",
1649
+ "group": "operationDetails",
1650
+ "type": "String",
1651
+ "feel": "optional",
1652
+ "binding": {
1653
+ "type": "zeebe:input",
1654
+ "name": "resource.template.id"
1655
+ },
1681
1656
  "constraints": {
1682
1657
  "notEmpty": true
1683
1658
  },
1684
- "feel": "optional",
1659
+ "condition": {
1660
+ "property": "resourceType",
1661
+ "equals": "file"
1662
+ }
1663
+ },
1664
+ {
1665
+ "label": "Parent folder ID",
1666
+ "description": "Enter ID of the parent folder where new folder will be created",
1685
1667
  "group": "operationDetails",
1668
+ "type": "String",
1669
+ "feel": "optional",
1670
+ "optional": true,
1686
1671
  "binding": {
1687
- "name": "resource.template.id",
1688
- "type": "zeebe:input"
1672
+ "type": "zeebe:input",
1673
+ "name": "resource.parent"
1689
1674
  },
1690
1675
  "condition": {
1691
- "property": "resource.type",
1692
- "equals": "file",
1693
- "type": "simple"
1694
- },
1695
- "type": "String"
1676
+ "property": "resourceType",
1677
+ "equals": "folder"
1678
+ }
1696
1679
  },
1697
1680
  {
1698
- "id": "resource.template.variables",
1699
- "label": "Template variables",
1700
- "optional": false,
1701
- "feel": "required",
1681
+ "label": "Parent folder ID",
1682
+ "description": "Enter ID of the parent folder where new file will be created",
1702
1683
  "group": "operationDetails",
1684
+ "type": "String",
1685
+ "feel": "optional",
1686
+ "optional": true,
1703
1687
  "binding": {
1704
- "name": "resource.template.variables",
1705
- "type": "zeebe:input"
1688
+ "type": "zeebe:input",
1689
+ "name": "resource.parent"
1706
1690
  },
1707
1691
  "condition": {
1708
- "property": "resource.type",
1709
- "equals": "file",
1710
- "type": "simple"
1711
- },
1712
- "type": "String"
1692
+ "property": "resourceType",
1693
+ "equals": "file"
1694
+ }
1713
1695
  },
1714
1696
  {
1715
- "id": "resultVariable",
1716
- "label": "Result variable",
1717
- "description": "Name of variable to store the response in",
1718
- "group": "output",
1697
+ "label": "Template variables",
1698
+ "description": "Use this field to pass and update variables in your template as JSON",
1699
+ "group": "operationDetails",
1700
+ "type": "Text",
1701
+ "feel": "required",
1719
1702
  "binding": {
1720
- "key": "resultVariable",
1721
- "type": "zeebe:taskHeader"
1703
+ "type": "zeebe:input",
1704
+ "name": "resource.template.variables"
1722
1705
  },
1723
- "type": "String"
1706
+ "condition": {
1707
+ "property": "resourceType",
1708
+ "equals": "file"
1709
+ }
1724
1710
  },
1725
1711
  {
1726
- "id": "resultExpression",
1727
- "label": "Result expression",
1728
- "description": "Expression to map the response into process variables",
1712
+ "label": "Additional properties or metadata",
1713
+ "description": "Use this field to pass additional Google Drive parameters as JSON.",
1714
+ "group": "operationDetails",
1715
+ "type": "Text",
1716
+ "optional": true,
1729
1717
  "feel": "required",
1730
- "group": "output",
1731
1718
  "binding": {
1732
- "key": "resultExpression",
1733
- "type": "zeebe:taskHeader"
1734
- },
1735
- "type": "Text"
1719
+ "type": "zeebe:input",
1720
+ "name": "resource.additionalGoogleDriveProperties",
1721
+ "key": "resource.additionalGoogleDriveProperties"
1722
+ }
1736
1723
  },
1737
1724
  {
1738
- "id": "errorExpression",
1739
- "label": "Error expression",
1740
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1741
- "feel": "required",
1742
- "group": "error",
1725
+ "label": "Result variable",
1726
+ "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>",
1727
+ "group": "output",
1728
+ "type": "String",
1743
1729
  "binding": {
1744
- "key": "errorExpression",
1745
- "type": "zeebe:taskHeader"
1746
- },
1747
- "type": "Text"
1730
+ "type": "zeebe:taskHeader",
1731
+ "key": "resultVariable"
1732
+ }
1748
1733
  },
1749
1734
  {
1750
- "id": "retryCount",
1751
- "label": "Retries",
1752
- "description": "Number of retries",
1753
- "value": "3",
1754
- "feel": "optional",
1755
- "group": "retries",
1735
+ "label": "Result expression",
1736
+ "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>",
1737
+ "group": "output",
1738
+ "type": "Text",
1739
+ "feel": "required",
1756
1740
  "binding": {
1757
- "property": "retries",
1758
- "type": "zeebe:taskDefinition"
1759
- },
1760
- "type": "String"
1741
+ "type": "zeebe:taskHeader",
1742
+ "key": "resultExpression"
1743
+ }
1761
1744
  },
1762
1745
  {
1763
- "id": "retryBackoff",
1764
- "label": "Retry backoff",
1765
- "description": "ISO-8601 duration to wait between retries",
1766
- "value": "PT0S",
1767
- "feel": "optional",
1768
- "group": "retries",
1746
+ "label": "Error expression",
1747
+ "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>",
1748
+ "group": "errors",
1749
+ "type": "Text",
1750
+ "feel": "required",
1769
1751
  "binding": {
1770
- "key": "retryBackoff",
1771
- "type": "zeebe:taskHeader"
1772
- },
1773
- "type": "String"
1752
+ "type": "zeebe:taskHeader",
1753
+ "key": "errorExpression"
1754
+ }
1774
1755
  }
1775
1756
  ],
1776
1757
  "icon": {
1777
- "contents": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgODcuMyA3OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCTxwYXRoIGQ9Im02LjYgNjYuODUgMy44NSA2LjY1Yy44IDEuNCAxLjk1IDIuNSAzLjMgMy4zbDEzLjc1LTIzLjhoLTI3LjVjMCAxLjU1LjQgMy4xIDEuMiA0LjV6IiBmaWxsPSIjMDA2NmRhIi8+Cgk8cGF0aCBkPSJtNDMuNjUgMjUtMTMuNzUtMjMuOGMtMS4zNS44LTIuNSAxLjktMy4zIDMuM2wtMjUuNCA0NGE5LjA2IDkuMDYgMCAwIDAgLTEuMiA0LjVoMjcuNXoiIGZpbGw9IiMwMGFjNDciLz4KCTxwYXRoIGQ9Im03My41NSA3Ni44YzEuMzUtLjggMi41LTEuOSAzLjMtMy4zbDEuNi0yLjc1IDcuNjUtMTMuMjVjLjgtMS40IDEuMi0yLjk1IDEuMi00LjVoLTI3LjUwMmw1Ljg1MiAxMS41eiIgZmlsbD0iI2VhNDMzNSIvPgoJPHBhdGggZD0ibTQzLjY1IDI1IDEzLjc1LTIzLjhjLTEuMzUtLjgtMi45LTEuMi00LjUtMS4yaC0xOC41Yy0xLjYgMC0zLjE1LjQ1LTQuNSAxLjJ6IiBmaWxsPSIjMDA4MzJkIi8+Cgk8cGF0aCBkPSJtNTkuOCA1M2gtMzIuM2wtMTMuNzUgMjMuOGMxLjM1LjggMi45IDEuMiA0LjUgMS4yaDUwLjhjMS42IDAgMy4xNS0uNDUgNC41LTEuMnoiIGZpbGw9IiMyNjg0ZmMiLz4KCTxwYXRoIGQ9Im03My40IDI2LjUtMTIuNy0yMmMtLjgtMS40LTEuOTUtMi41LTMuMy0zLjNsLTEzLjc1IDIzLjggMTYuMTUgMjhoMjcuNDVjMC0xLjU1LS40LTMuMS0xLjItNC41eiIgZmlsbD0iI2ZmYmEwMCIvPgo8L3N2Zz4="
1778
- },
1779
- "engines": {
1780
- "camunda": "^8.5"
1758
+ "contents": "data:image/svg+xml;utf8,%3Csvg width='18' height='18' viewBox='0 0 87.3 78' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6.6 66.85 3.85 6.65c.8 1.4 1.95 2.5 3.3 3.3l13.75-23.8h-27.5c0 1.55.4 3.1 1.2 4.5z' fill='%230066da'/%3E%3Cpath d='m43.65 25-13.75-23.8c-1.35.8-2.5 1.9-3.3 3.3l-25.4 44a9.06 9.06 0 0 0 -1.2 4.5h27.5z' fill='%2300ac47'/%3E%3Cpath d='m73.55 76.8c1.35-.8 2.5-1.9 3.3-3.3l1.6-2.75 7.65-13.25c.8-1.4 1.2-2.95 1.2-4.5h-27.502l5.852 11.5z' fill='%23ea4335'/%3E%3Cpath d='m43.65 25 13.75-23.8c-1.35-.8-2.9-1.2-4.5-1.2h-18.5c-1.6 0-3.15.45-4.5 1.2z' fill='%2300832d'/%3E%3Cpath d='m59.8 53h-32.3l-13.75 23.8c1.35.8 2.9 1.2 4.5 1.2h50.8c1.6 0 3.15-.45 4.5-1.2z' fill='%232684fc'/%3E%3Cpath d='m73.4 26.5-12.7-22c-.8-1.4-1.95-2.5-3.3-3.3l-13.75 23.8 16.15 28h27.45c0-1.55-.4-3.1-1.2-4.5z' fill='%23ffba00'/%3E%3C/svg%3E"
1781
1759
  }
1782
1760
  },
1783
1761
  {
1784
1762
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1785
- "name": "Google Drive connector",
1763
+ "name": "Google Drive Outbound Connector",
1786
1764
  "id": "io.camunda.connectors.GoogleDrive.v1",
1787
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/googledrive/",
1788
1765
  "description": "Create folder or a file from template",
1789
- "deprecated": {
1790
- "message": "Replace with 'Google Drive connector' template.",
1791
- "documentationRef": "https://docs.camunda.io/docs/components/modeler/desktop-modeler/element-templates/using-templates/#replacing-templates"
1792
- },
1766
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/googledrive/",
1767
+ "version": 3,
1793
1768
  "category": {
1794
1769
  "id": "connectors",
1795
1770
  "name": "Connectors"
@@ -1816,25 +1791,37 @@
1816
1791
  "label": "Output mapping"
1817
1792
  },
1818
1793
  {
1819
- "id": "errors",
1794
+ "id": "error",
1820
1795
  "label": "Error handling"
1796
+ },
1797
+ {
1798
+ "id": "retries",
1799
+ "label": "Retries"
1821
1800
  }
1822
1801
  ],
1823
1802
  "properties": [
1824
1803
  {
1825
- "type": "Hidden",
1826
1804
  "value": "io.camunda:google-drive:1",
1827
1805
  "binding": {
1828
- "type": "zeebe:taskDefinition",
1829
- "property": "type"
1830
- }
1806
+ "property": "type",
1807
+ "type": "zeebe:taskDefinition"
1808
+ },
1809
+ "type": "Hidden"
1831
1810
  },
1832
1811
  {
1833
- "id": "authenticationType",
1812
+ "id": "authentication.authType",
1834
1813
  "label": "Type",
1814
+ "optional": false,
1815
+ "value": "refresh",
1816
+ "constraints": {
1817
+ "notEmpty": true
1818
+ },
1835
1819
  "group": "authentication",
1820
+ "binding": {
1821
+ "name": "authentication.authType",
1822
+ "type": "zeebe:input"
1823
+ },
1836
1824
  "type": "Dropdown",
1837
- "value": "bearer",
1838
1825
  "choices": [
1839
1826
  {
1840
1827
  "name": "Bearer token",
@@ -1844,86 +1831,106 @@
1844
1831
  "name": "Refresh token",
1845
1832
  "value": "refresh"
1846
1833
  }
1847
- ],
1848
- "binding": {
1849
- "type": "zeebe:input",
1850
- "name": "authentication.authType",
1851
- "key": "authentication.authType"
1852
- }
1834
+ ]
1853
1835
  },
1854
1836
  {
1837
+ "id": "authentication.bearerToken",
1855
1838
  "label": "Bearer token",
1856
- "description": "Enter Google API Bearer token that is authorized to interact with desired Drive",
1857
- "group": "authentication",
1858
- "type": "String",
1859
- "binding": {
1860
- "type": "zeebe:input",
1861
- "name": "authentication.bearerToken"
1862
- },
1839
+ "description": "Enter a valid Google API Bearer token",
1840
+ "optional": false,
1863
1841
  "constraints": {
1864
1842
  "notEmpty": true
1865
1843
  },
1844
+ "feel": "optional",
1845
+ "group": "authentication",
1846
+ "binding": {
1847
+ "name": "authentication.bearerToken",
1848
+ "type": "zeebe:input"
1849
+ },
1866
1850
  "condition": {
1867
- "property": "authenticationType",
1868
- "equals": "bearer"
1869
- }
1851
+ "property": "authentication.authType",
1852
+ "equals": "bearer",
1853
+ "type": "simple"
1854
+ },
1855
+ "type": "String"
1870
1856
  },
1871
1857
  {
1858
+ "id": "authentication.oauthClientId",
1872
1859
  "label": "Client ID",
1873
1860
  "description": "Enter Google API Client ID",
1874
- "group": "authentication",
1875
- "type": "String",
1876
- "binding": {
1877
- "type": "zeebe:input",
1878
- "name": "authentication.oauthClientId"
1879
- },
1861
+ "optional": false,
1880
1862
  "constraints": {
1881
1863
  "notEmpty": true
1882
1864
  },
1865
+ "feel": "optional",
1866
+ "group": "authentication",
1867
+ "binding": {
1868
+ "name": "authentication.oauthClientId",
1869
+ "type": "zeebe:input"
1870
+ },
1883
1871
  "condition": {
1884
- "property": "authenticationType",
1885
- "equals": "refresh"
1886
- }
1872
+ "property": "authentication.authType",
1873
+ "equals": "refresh",
1874
+ "type": "simple"
1875
+ },
1876
+ "type": "String"
1887
1877
  },
1888
1878
  {
1879
+ "id": "authentication.oauthClientSecret",
1889
1880
  "label": "Client secret",
1890
1881
  "description": "Enter Google API client Secret",
1891
- "group": "authentication",
1892
- "type": "String",
1893
- "binding": {
1894
- "type": "zeebe:input",
1895
- "name": "authentication.oauthClientSecret"
1896
- },
1882
+ "optional": false,
1897
1883
  "constraints": {
1898
1884
  "notEmpty": true
1899
1885
  },
1886
+ "feel": "optional",
1887
+ "group": "authentication",
1888
+ "binding": {
1889
+ "name": "authentication.oauthClientSecret",
1890
+ "type": "zeebe:input"
1891
+ },
1900
1892
  "condition": {
1901
- "property": "authenticationType",
1902
- "equals": "refresh"
1903
- }
1893
+ "property": "authentication.authType",
1894
+ "equals": "refresh",
1895
+ "type": "simple"
1896
+ },
1897
+ "type": "String"
1904
1898
  },
1905
1899
  {
1900
+ "id": "authentication.oauthRefreshToken",
1906
1901
  "label": "Refresh token",
1907
- "description": "Enter Google API refresh token that is authorized to interact with desired Drive",
1908
- "group": "authentication",
1909
- "type": "String",
1910
- "binding": {
1911
- "type": "zeebe:input",
1912
- "name": "authentication.oauthRefreshToken"
1913
- },
1902
+ "description": "Enter a valid Google API refresh token",
1903
+ "optional": false,
1914
1904
  "constraints": {
1915
1905
  "notEmpty": true
1916
1906
  },
1907
+ "feel": "optional",
1908
+ "group": "authentication",
1909
+ "binding": {
1910
+ "name": "authentication.oauthRefreshToken",
1911
+ "type": "zeebe:input"
1912
+ },
1917
1913
  "condition": {
1918
- "property": "authenticationType",
1919
- "equals": "refresh"
1920
- }
1914
+ "property": "authentication.authType",
1915
+ "equals": "refresh",
1916
+ "type": "simple"
1917
+ },
1918
+ "type": "String"
1921
1919
  },
1922
1920
  {
1923
- "id": "resourceType",
1921
+ "id": "resource.type",
1922
+ "label": "Operation",
1923
+ "optional": false,
1924
+ "value": "folder",
1925
+ "constraints": {
1926
+ "notEmpty": true
1927
+ },
1924
1928
  "group": "operation",
1929
+ "binding": {
1930
+ "name": "resource.type",
1931
+ "type": "zeebe:input"
1932
+ },
1925
1933
  "type": "Dropdown",
1926
- "value": "folder",
1927
1934
  "choices": [
1928
1935
  {
1929
1936
  "name": "Create folder",
@@ -1933,164 +1940,157 @@
1933
1940
  "name": "Create file from template",
1934
1941
  "value": "file"
1935
1942
  }
1936
- ],
1937
- "binding": {
1938
- "type": "zeebe:input",
1939
- "name": "resource.type",
1940
- "key": "resource.type"
1941
- }
1943
+ ]
1942
1944
  },
1943
1945
  {
1944
- "label": "File name",
1945
- "description": "Enter name for your file",
1946
- "group": "operationDetails",
1947
- "type": "String",
1948
- "feel": "optional",
1949
- "binding": {
1950
- "type": "zeebe:input",
1951
- "name": "resource.name"
1952
- },
1946
+ "id": "resource.name",
1947
+ "label": "New resource name",
1948
+ "optional": false,
1953
1949
  "constraints": {
1954
- "notEmpty": true,
1955
- "maxLength": 255
1950
+ "notEmpty": true
1956
1951
  },
1957
- "condition": {
1958
- "property": "resourceType",
1959
- "equals": "file"
1960
- }
1961
- },
1962
- {
1963
- "label": "Folder name",
1964
- "description": "Enter name for your folder",
1965
- "group": "operationDetails",
1966
- "type": "String",
1967
1952
  "feel": "optional",
1953
+ "group": "operationDetails",
1968
1954
  "binding": {
1969
- "type": "zeebe:input",
1970
- "name": "resource.name"
1971
- },
1972
- "constraints": {
1973
- "notEmpty": true,
1974
- "maxLength": 255
1955
+ "name": "resource.name",
1956
+ "type": "zeebe:input"
1975
1957
  },
1976
- "condition": {
1977
- "property": "resourceType",
1978
- "equals": "folder"
1979
- }
1958
+ "type": "String"
1980
1959
  },
1981
1960
  {
1982
- "label": "Template ID",
1983
- "description": "Enter ID of the template you are creating a file from",
1984
- "group": "operationDetails",
1985
- "type": "String",
1961
+ "id": "resource.parent",
1962
+ "label": "Parent folder ID",
1963
+ "description": "Your resources will be created here. If left empty, a new resource will appear in the root folder",
1964
+ "optional": true,
1986
1965
  "feel": "optional",
1966
+ "group": "operationDetails",
1987
1967
  "binding": {
1988
- "type": "zeebe:input",
1989
- "name": "resource.template.id"
1990
- },
1991
- "constraints": {
1992
- "notEmpty": true
1968
+ "name": "resource.parent",
1969
+ "type": "zeebe:input"
1993
1970
  },
1994
- "condition": {
1995
- "property": "resourceType",
1996
- "equals": "file"
1997
- }
1971
+ "type": "String"
1998
1972
  },
1999
1973
  {
2000
- "label": "Parent folder ID",
2001
- "description": "Enter ID of the parent folder where new folder will be created",
2002
- "group": "operationDetails",
2003
- "type": "String",
2004
- "feel": "optional",
1974
+ "id": "resource.additionalGoogleDriveProperties",
1975
+ "label": "Additional properties or metadata",
2005
1976
  "optional": true,
1977
+ "feel": "required",
1978
+ "group": "operationDetails",
2006
1979
  "binding": {
2007
- "type": "zeebe:input",
2008
- "name": "resource.parent"
1980
+ "name": "resource.additionalGoogleDriveProperties",
1981
+ "type": "zeebe:input"
2009
1982
  },
2010
1983
  "condition": {
2011
- "property": "resourceType",
2012
- "equals": "folder"
2013
- }
1984
+ "property": "resource.type",
1985
+ "equals": "folder",
1986
+ "type": "simple"
1987
+ },
1988
+ "type": "String"
2014
1989
  },
2015
1990
  {
2016
- "label": "Parent folder ID",
2017
- "description": "Enter ID of the parent folder where new file will be created",
2018
- "group": "operationDetails",
2019
- "type": "String",
1991
+ "id": "resource.template.id",
1992
+ "label": "Template ID",
1993
+ "optional": false,
1994
+ "constraints": {
1995
+ "notEmpty": true
1996
+ },
2020
1997
  "feel": "optional",
2021
- "optional": true,
1998
+ "group": "operationDetails",
2022
1999
  "binding": {
2023
- "type": "zeebe:input",
2024
- "name": "resource.parent"
2000
+ "name": "resource.template.id",
2001
+ "type": "zeebe:input"
2025
2002
  },
2026
2003
  "condition": {
2027
- "property": "resourceType",
2028
- "equals": "file"
2029
- }
2004
+ "property": "resource.type",
2005
+ "equals": "file",
2006
+ "type": "simple"
2007
+ },
2008
+ "type": "String"
2030
2009
  },
2031
2010
  {
2011
+ "id": "resource.template.variables",
2032
2012
  "label": "Template variables",
2033
- "description": "Use this field to pass and update variables in your template as JSON",
2034
- "group": "operationDetails",
2035
- "type": "Text",
2013
+ "optional": false,
2036
2014
  "feel": "required",
2015
+ "group": "operationDetails",
2037
2016
  "binding": {
2038
- "type": "zeebe:input",
2039
- "name": "resource.template.variables"
2017
+ "name": "resource.template.variables",
2018
+ "type": "zeebe:input"
2040
2019
  },
2041
2020
  "condition": {
2042
- "property": "resourceType",
2043
- "equals": "file"
2044
- }
2045
- },
2046
- {
2047
- "label": "Additional properties or metadata",
2048
- "description": "Use this field to pass additional Google Drive parameters as JSON.",
2049
- "group": "operationDetails",
2050
- "type": "Text",
2051
- "optional": true,
2052
- "feel": "required",
2053
- "binding": {
2054
- "type": "zeebe:input",
2055
- "name": "resource.additionalGoogleDriveProperties",
2056
- "key": "resource.additionalGoogleDriveProperties"
2057
- }
2021
+ "property": "resource.type",
2022
+ "equals": "file",
2023
+ "type": "simple"
2024
+ },
2025
+ "type": "String"
2058
2026
  },
2059
2027
  {
2028
+ "id": "resultVariable",
2060
2029
  "label": "Result variable",
2061
- "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>",
2030
+ "description": "Name of variable to store the response in",
2062
2031
  "group": "output",
2063
- "type": "String",
2064
2032
  "binding": {
2065
- "type": "zeebe:taskHeader",
2066
- "key": "resultVariable"
2067
- }
2033
+ "key": "resultVariable",
2034
+ "type": "zeebe:taskHeader"
2035
+ },
2036
+ "type": "String"
2068
2037
  },
2069
2038
  {
2039
+ "id": "resultExpression",
2070
2040
  "label": "Result expression",
2071
- "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>",
2072
- "group": "output",
2073
- "type": "Text",
2041
+ "description": "Expression to map the response into process variables",
2074
2042
  "feel": "required",
2043
+ "group": "output",
2075
2044
  "binding": {
2076
- "type": "zeebe:taskHeader",
2077
- "key": "resultExpression"
2078
- }
2045
+ "key": "resultExpression",
2046
+ "type": "zeebe:taskHeader"
2047
+ },
2048
+ "type": "Text"
2079
2049
  },
2080
2050
  {
2051
+ "id": "errorExpression",
2081
2052
  "label": "Error expression",
2082
- "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>",
2083
- "group": "errors",
2084
- "type": "Text",
2053
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
2085
2054
  "feel": "required",
2055
+ "group": "error",
2086
2056
  "binding": {
2087
- "type": "zeebe:taskHeader",
2088
- "key": "errorExpression"
2089
- }
2057
+ "key": "errorExpression",
2058
+ "type": "zeebe:taskHeader"
2059
+ },
2060
+ "type": "Text"
2061
+ },
2062
+ {
2063
+ "id": "retryCount",
2064
+ "label": "Retries",
2065
+ "description": "Number of retries",
2066
+ "value": "3",
2067
+ "feel": "optional",
2068
+ "group": "retries",
2069
+ "binding": {
2070
+ "property": "retries",
2071
+ "type": "zeebe:taskDefinition"
2072
+ },
2073
+ "type": "String"
2074
+ },
2075
+ {
2076
+ "id": "retryBackoff",
2077
+ "label": "Retry backoff",
2078
+ "description": "ISO-8601 duration to wait between retries",
2079
+ "value": "PT0S",
2080
+ "feel": "optional",
2081
+ "group": "retries",
2082
+ "binding": {
2083
+ "key": "retryBackoff",
2084
+ "type": "zeebe:taskHeader"
2085
+ },
2086
+ "type": "String"
2090
2087
  }
2091
2088
  ],
2092
2089
  "icon": {
2093
- "contents": "data:image/svg+xml;utf8,%3Csvg width='18' height='18' viewBox='0 0 87.3 78' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6.6 66.85 3.85 6.65c.8 1.4 1.95 2.5 3.3 3.3l13.75-23.8h-27.5c0 1.55.4 3.1 1.2 4.5z' fill='%230066da'/%3E%3Cpath d='m43.65 25-13.75-23.8c-1.35.8-2.5 1.9-3.3 3.3l-25.4 44a9.06 9.06 0 0 0 -1.2 4.5h27.5z' fill='%2300ac47'/%3E%3Cpath d='m73.55 76.8c1.35-.8 2.5-1.9 3.3-3.3l1.6-2.75 7.65-13.25c.8-1.4 1.2-2.95 1.2-4.5h-27.502l5.852 11.5z' fill='%23ea4335'/%3E%3Cpath d='m43.65 25 13.75-23.8c-1.35-.8-2.9-1.2-4.5-1.2h-18.5c-1.6 0-3.15.45-4.5 1.2z' fill='%2300832d'/%3E%3Cpath d='m59.8 53h-32.3l-13.75 23.8c1.35.8 2.9 1.2 4.5 1.2h50.8c1.6 0 3.15-.45 4.5-1.2z' fill='%232684fc'/%3E%3Cpath d='m73.4 26.5-12.7-22c-.8-1.4-1.95-2.5-3.3-3.3l-13.75 23.8 16.15 28h27.45c0-1.55-.4-3.1-1.2-4.5z' fill='%23ffba00'/%3E%3C/svg%3E"
2090
+ "contents": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgODcuMyA3OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCTxwYXRoIGQ9Im02LjYgNjYuODUgMy44NSA2LjY1Yy44IDEuNCAxLjk1IDIuNSAzLjMgMy4zbDEzLjc1LTIzLjhoLTI3LjVjMCAxLjU1LjQgMy4xIDEuMiA0LjV6IiBmaWxsPSIjMDA2NmRhIi8+Cgk8cGF0aCBkPSJtNDMuNjUgMjUtMTMuNzUtMjMuOGMtMS4zNS44LTIuNSAxLjktMy4zIDMuM2wtMjUuNCA0NGE5LjA2IDkuMDYgMCAwIDAgLTEuMiA0LjVoMjcuNXoiIGZpbGw9IiMwMGFjNDciLz4KCTxwYXRoIGQ9Im03My41NSA3Ni44YzEuMzUtLjggMi41LTEuOSAzLjMtMy4zbDEuNi0yLjc1IDcuNjUtMTMuMjVjLjgtMS40IDEuMi0yLjk1IDEuMi00LjVoLTI3LjUwMmw1Ljg1MiAxMS41eiIgZmlsbD0iI2VhNDMzNSIvPgoJPHBhdGggZD0ibTQzLjY1IDI1IDEzLjc1LTIzLjhjLTEuMzUtLjgtMi45LTEuMi00LjUtMS4yaC0xOC41Yy0xLjYgMC0zLjE1LjQ1LTQuNSAxLjJ6IiBmaWxsPSIjMDA4MzJkIi8+Cgk8cGF0aCBkPSJtNTkuOCA1M2gtMzIuM2wtMTMuNzUgMjMuOGMxLjM1LjggMi45IDEuMiA0LjUgMS4yaDUwLjhjMS42IDAgMy4xNS0uNDUgNC41LTEuMnoiIGZpbGw9IiMyNjg0ZmMiLz4KCTxwYXRoIGQ9Im03My40IDI2LjUtMTIuNy0yMmMtLjgtMS40LTEuOTUtMi41LTMuMy0zLjNsLTEzLjc1IDIzLjggMTYuMTUgMjhoMjcuNDVjMC0xLjU1LS40LTMuMS0xLjItNC41eiIgZmlsbD0iI2ZmYmEwMCIvPgo8L3N2Zz4="
2091
+ },
2092
+ "engines": {
2093
+ "camunda": "^8.5"
2094
2094
  }
2095
2095
  }
2096
2096
  ]