@camunda/connectors-element-templates 1.0.3 → 1.0.5

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 (77) hide show
  1. package/package.json +1 -1
  2. package/src/connectors.js +8 -2
  3. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +30 -30
  4. package/src/element-templates/agenticai-aiagent-outbound-connector.json +323 -9
  5. package/src/element-templates/asana-connector.json +101 -101
  6. package/src/element-templates/automation-anywhere-outbound-connector.json +1777 -961
  7. package/src/element-templates/aws-bedrock-outbound-connector.json +74 -74
  8. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  9. package/src/element-templates/aws-dynamodb-outbound-connector.json +1373 -1373
  10. package/src/element-templates/aws-eventbridge-connector-boundary.json +28 -28
  11. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  12. package/src/element-templates/aws-eventbridge-connector-start-event.json +23 -23
  13. package/src/element-templates/aws-eventbridge-outbound-connector.json +326 -326
  14. package/src/element-templates/aws-lambda-outbound-connector.json +231 -231
  15. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  16. package/src/element-templates/aws-sns-inbound-boundary.json +285 -285
  17. package/src/element-templates/aws-sns-inbound-intermediate.json +33 -33
  18. package/src/element-templates/aws-sns-inbound-message-start.json +227 -227
  19. package/src/element-templates/aws-sns-inbound-start-event.json +132 -132
  20. package/src/element-templates/aws-sns-outbound-connector.json +370 -370
  21. package/src/element-templates/aws-sqs-boundary-connector.json +232 -232
  22. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +532 -532
  23. package/src/element-templates/aws-sqs-outbound-connector.json +396 -396
  24. package/src/element-templates/aws-sqs-start-event-connector.json +389 -389
  25. package/src/element-templates/aws-textract-outbound-connector.json +123 -123
  26. package/src/element-templates/azure-blobstorage-outbound-connector.json +349 -0
  27. package/src/element-templates/blue-prism-connector.json +13 -13
  28. package/src/element-templates/box-outbound-connector.json +30 -30
  29. package/src/element-templates/easy-post-connector.json +121 -121
  30. package/src/element-templates/email-outbound-connector.json +233 -233
  31. package/src/element-templates/github-connector.json +1259 -1259
  32. package/src/element-templates/github-webhook-connector-boundary.json +35 -35
  33. package/src/element-templates/github-webhook-connector-intermediate.json +31 -31
  34. package/src/element-templates/github-webhook-connector-start-event.json +34 -34
  35. package/src/element-templates/gitlab-connector.json +3333 -3333
  36. package/src/element-templates/google-cloud-storage-outbound-connector.json +357 -0
  37. package/src/element-templates/google-drive-outbound-connector.json +414 -101
  38. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  39. package/src/element-templates/google-maps-platform-connector.json +489 -0
  40. package/src/element-templates/google-sheets-outbound-connector.json +2468 -2468
  41. package/src/element-templates/graphql-outbound-connector.json +1113 -1113
  42. package/src/element-templates/http-json-connector.json +2202 -1290
  43. package/src/element-templates/http-polling-boundary-catch-event-connector.json +6 -6
  44. package/src/element-templates/http-polling-connector.json +6 -6
  45. package/src/element-templates/hugging-face-connector.json +34 -34
  46. package/src/element-templates/idp-extraction-outbound-connector.json +115 -0
  47. package/src/element-templates/jdbc-outbound-connector.json +36 -36
  48. package/src/element-templates/kafka-inbound-connector-boundary.json +540 -540
  49. package/src/element-templates/kafka-inbound-connector-intermediate.json +585 -585
  50. package/src/element-templates/kafka-inbound-connector.json +603 -0
  51. package/src/element-templates/kafka-outbound-connector.json +261 -261
  52. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  53. package/src/element-templates/microsoft-teams-outbound-connector.json +98 -98
  54. package/src/element-templates/openai-connector.json +517 -159
  55. package/src/element-templates/operate-connector.json +569 -53
  56. package/src/element-templates/power-automate-connector.json +1724 -0
  57. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +132 -132
  58. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +941 -941
  59. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +459 -459
  60. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +269 -269
  61. package/src/element-templates/rabbitmq-outbound-connector.json +631 -631
  62. package/src/element-templates/salesforce-connector.json +44 -44
  63. package/src/element-templates/sendgrid-outbound-connector.json +787 -255
  64. package/src/element-templates/slack-inbound-boundary.json +215 -215
  65. package/src/element-templates/slack-inbound-intermediate.json +178 -178
  66. package/src/element-templates/slack-inbound-message-start.json +323 -323
  67. package/src/element-templates/slack-inbound-start-event.json +212 -212
  68. package/src/element-templates/slack-outbound-connector.json +777 -522
  69. package/src/element-templates/twilio-connector.json +29 -29
  70. package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
  71. package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
  72. package/src/element-templates/uipath-connector.json +8 -8
  73. package/src/element-templates/webhook-connector-boundary.json +1133 -1133
  74. package/src/element-templates/webhook-connector-intermediate.json +1380 -1380
  75. package/src/element-templates/webhook-connector-start-event.json +1370 -1370
  76. package/src/element-templates/webhook-connector-start-message.json +1171 -1171
  77. package/src/element-templates/agenticai-aiagent-outbound-connector-8.8.0-alpha4.json +0 -843
@@ -3,9 +3,12 @@
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
4
  "name": "Google Drive Outbound Connector",
5
5
  "id": "io.camunda.connectors.GoogleDrive.v1",
6
- "description": "Create folder or a file from template",
6
+ "description": "Manage Google Drive files and folders",
7
+ "metadata": {
8
+ "keywords": ["create file", "create file from template", "create folder"]
9
+ },
7
10
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/googledrive/",
8
- "version": 3,
11
+ "version": 5,
9
12
  "category": {
10
13
  "id": "connectors",
11
14
  "name": "Connectors"
@@ -14,6 +17,9 @@
14
17
  "elementType": {
15
18
  "value": "bpmn:ServiceTask"
16
19
  },
20
+ "engines": {
21
+ "camunda": "^8.3"
22
+ },
17
23
  "groups": [
18
24
  {
19
25
  "id": "authentication",
@@ -27,6 +33,10 @@
27
33
  "id": "operationDetails",
28
34
  "label": "Operation details"
29
35
  },
36
+ {
37
+ "id": "connector",
38
+ "label": "Connector"
39
+ },
30
40
  {
31
41
  "id": "output",
32
42
  "label": "Output mapping"
@@ -180,6 +190,14 @@
180
190
  {
181
191
  "name": "Create file from template",
182
192
  "value": "file"
193
+ },
194
+ {
195
+ "name": "Upload file",
196
+ "value": "upload"
197
+ },
198
+ {
199
+ "name": "Download file",
200
+ "value": "download"
183
201
  }
184
202
  ]
185
203
  },
@@ -196,6 +214,11 @@
196
214
  "name": "resource.name",
197
215
  "type": "zeebe:input"
198
216
  },
217
+ "condition": {
218
+ "property": "resource.type",
219
+ "oneOf": ["folder", "file"],
220
+ "type": "simple"
221
+ },
199
222
  "type": "String"
200
223
  },
201
224
  {
@@ -209,6 +232,11 @@
209
232
  "name": "resource.parent",
210
233
  "type": "zeebe:input"
211
234
  },
235
+ "condition": {
236
+ "property": "resource.type",
237
+ "oneOf": ["folder", "file", "upload"],
238
+ "type": "simple"
239
+ },
212
240
  "type": "String"
213
241
  },
214
242
  {
@@ -265,6 +293,71 @@
265
293
  },
266
294
  "type": "String"
267
295
  },
296
+ {
297
+ "id": "resource.downloadData.fileId",
298
+ "label": "File ID",
299
+ "optional": false,
300
+ "constraints": {
301
+ "notEmpty": true
302
+ },
303
+ "feel": "optional",
304
+ "group": "operationDetails",
305
+ "binding": {
306
+ "name": "resource.downloadData.fileId",
307
+ "type": "zeebe:input"
308
+ },
309
+ "condition": {
310
+ "property": "resource.type",
311
+ "equals": "download",
312
+ "type": "simple"
313
+ },
314
+ "type": "String"
315
+ },
316
+ {
317
+ "id": "resource.uploadData.document",
318
+ "label": "Document",
319
+ "description": "Upload camunda document, <a href=\"https://docs.camunda.io/docs/apis-tools/camunda-api-rest/specifications/upload-document-alpha/\">see documentation</a>",
320
+ "optional": false,
321
+ "constraints": {
322
+ "notEmpty": true
323
+ },
324
+ "feel": "required",
325
+ "group": "operationDetails",
326
+ "binding": {
327
+ "name": "resource.uploadData.document",
328
+ "type": "zeebe:input"
329
+ },
330
+ "condition": {
331
+ "property": "resource.type",
332
+ "equals": "upload",
333
+ "type": "simple"
334
+ },
335
+ "type": "String"
336
+ },
337
+ {
338
+ "id": "version",
339
+ "label": "Version",
340
+ "description": "Version of the element template",
341
+ "value": "5",
342
+ "group": "connector",
343
+ "binding": {
344
+ "key": "elementTemplateVersion",
345
+ "type": "zeebe:taskHeader"
346
+ },
347
+ "type": "Hidden"
348
+ },
349
+ {
350
+ "id": "id",
351
+ "label": "ID",
352
+ "description": "ID of the element template",
353
+ "value": "io.camunda.connectors.GoogleDrive.v1",
354
+ "group": "connector",
355
+ "binding": {
356
+ "key": "elementTemplateId",
357
+ "type": "zeebe:taskHeader"
358
+ },
359
+ "type": "Hidden"
360
+ },
268
361
  {
269
362
  "id": "resultVariable",
270
363
  "label": "Result variable",
@@ -318,7 +411,6 @@
318
411
  "label": "Retry backoff",
319
412
  "description": "ISO-8601 duration to wait between retries",
320
413
  "value": "PT0S",
321
- "feel": "optional",
322
414
  "group": "retries",
323
415
  "binding": {
324
416
  "key": "retryBackoff",
@@ -329,9 +421,6 @@
329
421
  ],
330
422
  "icon": {
331
423
  "contents": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgODcuMyA3OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCTxwYXRoIGQ9Im02LjYgNjYuODUgMy44NSA2LjY1Yy44IDEuNCAxLjk1IDIuNSAzLjMgMy4zbDEzLjc1LTIzLjhoLTI3LjVjMCAxLjU1LjQgMy4xIDEuMiA0LjV6IiBmaWxsPSIjMDA2NmRhIi8+Cgk8cGF0aCBkPSJtNDMuNjUgMjUtMTMuNzUtMjMuOGMtMS4zNS44LTIuNSAxLjktMy4zIDMuM2wtMjUuNCA0NGE5LjA2IDkuMDYgMCAwIDAgLTEuMiA0LjVoMjcuNXoiIGZpbGw9IiMwMGFjNDciLz4KCTxwYXRoIGQ9Im03My41NSA3Ni44YzEuMzUtLjggMi41LTEuOSAzLjMtMy4zbDEuNi0yLjc1IDcuNjUtMTMuMjVjLjgtMS40IDEuMi0yLjk1IDEuMi00LjVoLTI3LjUwMmw1Ljg1MiAxMS41eiIgZmlsbD0iI2VhNDMzNSIvPgoJPHBhdGggZD0ibTQzLjY1IDI1IDEzLjc1LTIzLjhjLTEuMzUtLjgtMi45LTEuMi00LjUtMS4yaC0xOC41Yy0xLjYgMC0zLjE1LjQ1LTQuNSAxLjJ6IiBmaWxsPSIjMDA4MzJkIi8+Cgk8cGF0aCBkPSJtNTkuOCA1M2gtMzIuM2wtMTMuNzUgMjMuOGMxLjM1LjggMi45IDEuMiA0LjUgMS4yaDUwLjhjMS42IDAgMy4xNS0uNDUgNC41LTEuMnoiIGZpbGw9IiMyNjg0ZmMiLz4KCTxwYXRoIGQ9Im03My40IDI2LjUtMTIuNy0yMmMtLjgtMS40LTEuOTUtMi41LTMuMy0zLjNsLTEzLjc1IDIzLjggMTYuMTUgMjhoMjcuNDVjMC0xLjU1LS40LTMuMS0xLjItNC41eiIgZmlsbD0iI2ZmYmEwMCIvPgo8L3N2Zz4="
332
- },
333
- "engines": {
334
- "camunda": "^8.5"
335
424
  }
336
425
  },
337
426
  {
@@ -1360,12 +1449,9 @@
1360
1449
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1361
1450
  "name": "Google Drive Outbound Connector",
1362
1451
  "id": "io.camunda.connectors.GoogleDrive.v1",
1363
- "description": "Manage Google Drive files and folders",
1364
- "metadata": {
1365
- "keywords": ["create file", "create file from template", "create folder"]
1366
- },
1452
+ "description": "Create folder or a file from template",
1367
1453
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/googledrive/",
1368
- "version": 5,
1454
+ "version": 3,
1369
1455
  "category": {
1370
1456
  "id": "connectors",
1371
1457
  "name": "Connectors"
@@ -1374,9 +1460,6 @@
1374
1460
  "elementType": {
1375
1461
  "value": "bpmn:ServiceTask"
1376
1462
  },
1377
- "engines": {
1378
- "camunda": "^8.3"
1379
- },
1380
1463
  "groups": [
1381
1464
  {
1382
1465
  "id": "authentication",
@@ -1390,10 +1473,6 @@
1390
1473
  "id": "operationDetails",
1391
1474
  "label": "Operation details"
1392
1475
  },
1393
- {
1394
- "id": "connector",
1395
- "label": "Connector"
1396
- },
1397
1476
  {
1398
1477
  "id": "output",
1399
1478
  "label": "Output mapping"
@@ -1547,14 +1626,6 @@
1547
1626
  {
1548
1627
  "name": "Create file from template",
1549
1628
  "value": "file"
1550
- },
1551
- {
1552
- "name": "Upload file",
1553
- "value": "upload"
1554
- },
1555
- {
1556
- "name": "Download file",
1557
- "value": "download"
1558
1629
  }
1559
1630
  ]
1560
1631
  },
@@ -1571,11 +1642,6 @@
1571
1642
  "name": "resource.name",
1572
1643
  "type": "zeebe:input"
1573
1644
  },
1574
- "condition": {
1575
- "property": "resource.type",
1576
- "oneOf": ["folder", "file"],
1577
- "type": "simple"
1578
- },
1579
1645
  "type": "String"
1580
1646
  },
1581
1647
  {
@@ -1589,11 +1655,6 @@
1589
1655
  "name": "resource.parent",
1590
1656
  "type": "zeebe:input"
1591
1657
  },
1592
- "condition": {
1593
- "property": "resource.type",
1594
- "oneOf": ["folder", "file", "upload"],
1595
- "type": "simple"
1596
- },
1597
1658
  "type": "String"
1598
1659
  },
1599
1660
  {
@@ -1650,71 +1711,6 @@
1650
1711
  },
1651
1712
  "type": "String"
1652
1713
  },
1653
- {
1654
- "id": "resource.downloadData.fileId",
1655
- "label": "File ID",
1656
- "optional": false,
1657
- "constraints": {
1658
- "notEmpty": true
1659
- },
1660
- "feel": "optional",
1661
- "group": "operationDetails",
1662
- "binding": {
1663
- "name": "resource.downloadData.fileId",
1664
- "type": "zeebe:input"
1665
- },
1666
- "condition": {
1667
- "property": "resource.type",
1668
- "equals": "download",
1669
- "type": "simple"
1670
- },
1671
- "type": "String"
1672
- },
1673
- {
1674
- "id": "resource.uploadData.document",
1675
- "label": "Document",
1676
- "description": "Upload camunda document, <a href=\"https://docs.camunda.io/docs/apis-tools/camunda-api-rest/specifications/upload-document-alpha/\">see documentation</a>",
1677
- "optional": false,
1678
- "constraints": {
1679
- "notEmpty": true
1680
- },
1681
- "feel": "required",
1682
- "group": "operationDetails",
1683
- "binding": {
1684
- "name": "resource.uploadData.document",
1685
- "type": "zeebe:input"
1686
- },
1687
- "condition": {
1688
- "property": "resource.type",
1689
- "equals": "upload",
1690
- "type": "simple"
1691
- },
1692
- "type": "String"
1693
- },
1694
- {
1695
- "id": "version",
1696
- "label": "Version",
1697
- "description": "Version of the element template",
1698
- "value": "5",
1699
- "group": "connector",
1700
- "binding": {
1701
- "key": "elementTemplateVersion",
1702
- "type": "zeebe:taskHeader"
1703
- },
1704
- "type": "Hidden"
1705
- },
1706
- {
1707
- "id": "id",
1708
- "label": "ID",
1709
- "description": "ID of the element template",
1710
- "value": "io.camunda.connectors.GoogleDrive.v1",
1711
- "group": "connector",
1712
- "binding": {
1713
- "key": "elementTemplateId",
1714
- "type": "zeebe:taskHeader"
1715
- },
1716
- "type": "Hidden"
1717
- },
1718
1714
  {
1719
1715
  "id": "resultVariable",
1720
1716
  "label": "Result variable",
@@ -1768,6 +1764,7 @@
1768
1764
  "label": "Retry backoff",
1769
1765
  "description": "ISO-8601 duration to wait between retries",
1770
1766
  "value": "PT0S",
1767
+ "feel": "optional",
1771
1768
  "group": "retries",
1772
1769
  "binding": {
1773
1770
  "key": "retryBackoff",
@@ -1778,6 +1775,322 @@
1778
1775
  ],
1779
1776
  "icon": {
1780
1777
  "contents": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgODcuMyA3OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCTxwYXRoIGQ9Im02LjYgNjYuODUgMy44NSA2LjY1Yy44IDEuNCAxLjk1IDIuNSAzLjMgMy4zbDEzLjc1LTIzLjhoLTI3LjVjMCAxLjU1LjQgMy4xIDEuMiA0LjV6IiBmaWxsPSIjMDA2NmRhIi8+Cgk8cGF0aCBkPSJtNDMuNjUgMjUtMTMuNzUtMjMuOGMtMS4zNS44LTIuNSAxLjktMy4zIDMuM2wtMjUuNCA0NGE5LjA2IDkuMDYgMCAwIDAgLTEuMiA0LjVoMjcuNXoiIGZpbGw9IiMwMGFjNDciLz4KCTxwYXRoIGQ9Im03My41NSA3Ni44YzEuMzUtLjggMi41LTEuOSAzLjMtMy4zbDEuNi0yLjc1IDcuNjUtMTMuMjVjLjgtMS40IDEuMi0yLjk1IDEuMi00LjVoLTI3LjUwMmw1Ljg1MiAxMS41eiIgZmlsbD0iI2VhNDMzNSIvPgoJPHBhdGggZD0ibTQzLjY1IDI1IDEzLjc1LTIzLjhjLTEuMzUtLjgtMi45LTEuMi00LjUtMS4yaC0xOC41Yy0xLjYgMC0zLjE1LjQ1LTQuNSAxLjJ6IiBmaWxsPSIjMDA4MzJkIi8+Cgk8cGF0aCBkPSJtNTkuOCA1M2gtMzIuM2wtMTMuNzUgMjMuOGMxLjM1LjggMi45IDEuMiA0LjUgMS4yaDUwLjhjMS42IDAgMy4xNS0uNDUgNC41LTEuMnoiIGZpbGw9IiMyNjg0ZmMiLz4KCTxwYXRoIGQ9Im03My40IDI2LjUtMTIuNy0yMmMtLjgtMS40LTEuOTUtMi41LTMuMy0zLjNsLTEzLjc1IDIzLjggMTYuMTUgMjhoMjcuNDVjMC0xLjU1LS40LTMuMS0xLjItNC41eiIgZmlsbD0iI2ZmYmEwMCIvPgo8L3N2Zz4="
1778
+ },
1779
+ "engines": {
1780
+ "camunda": "^8.5"
1781
+ }
1782
+ },
1783
+ {
1784
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1785
+ "name": "Google Drive connector",
1786
+ "id": "io.camunda.connectors.GoogleDrive.v1",
1787
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/googledrive/",
1788
+ "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
+ },
1793
+ "category": {
1794
+ "id": "connectors",
1795
+ "name": "Connectors"
1796
+ },
1797
+ "appliesTo": ["bpmn:Task"],
1798
+ "elementType": {
1799
+ "value": "bpmn:ServiceTask"
1800
+ },
1801
+ "groups": [
1802
+ {
1803
+ "id": "authentication",
1804
+ "label": "Authentication"
1805
+ },
1806
+ {
1807
+ "id": "operation",
1808
+ "label": "Select operation"
1809
+ },
1810
+ {
1811
+ "id": "operationDetails",
1812
+ "label": "Operation details"
1813
+ },
1814
+ {
1815
+ "id": "output",
1816
+ "label": "Output mapping"
1817
+ },
1818
+ {
1819
+ "id": "errors",
1820
+ "label": "Error handling"
1821
+ }
1822
+ ],
1823
+ "properties": [
1824
+ {
1825
+ "type": "Hidden",
1826
+ "value": "io.camunda:google-drive:1",
1827
+ "binding": {
1828
+ "type": "zeebe:taskDefinition",
1829
+ "property": "type"
1830
+ }
1831
+ },
1832
+ {
1833
+ "id": "authenticationType",
1834
+ "label": "Type",
1835
+ "group": "authentication",
1836
+ "type": "Dropdown",
1837
+ "value": "bearer",
1838
+ "choices": [
1839
+ {
1840
+ "name": "Bearer token",
1841
+ "value": "bearer"
1842
+ },
1843
+ {
1844
+ "name": "Refresh token",
1845
+ "value": "refresh"
1846
+ }
1847
+ ],
1848
+ "binding": {
1849
+ "type": "zeebe:input",
1850
+ "name": "authentication.authType",
1851
+ "key": "authentication.authType"
1852
+ }
1853
+ },
1854
+ {
1855
+ "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
+ },
1863
+ "constraints": {
1864
+ "notEmpty": true
1865
+ },
1866
+ "condition": {
1867
+ "property": "authenticationType",
1868
+ "equals": "bearer"
1869
+ }
1870
+ },
1871
+ {
1872
+ "label": "Client ID",
1873
+ "description": "Enter Google API Client ID",
1874
+ "group": "authentication",
1875
+ "type": "String",
1876
+ "binding": {
1877
+ "type": "zeebe:input",
1878
+ "name": "authentication.oauthClientId"
1879
+ },
1880
+ "constraints": {
1881
+ "notEmpty": true
1882
+ },
1883
+ "condition": {
1884
+ "property": "authenticationType",
1885
+ "equals": "refresh"
1886
+ }
1887
+ },
1888
+ {
1889
+ "label": "Client secret",
1890
+ "description": "Enter Google API client Secret",
1891
+ "group": "authentication",
1892
+ "type": "String",
1893
+ "binding": {
1894
+ "type": "zeebe:input",
1895
+ "name": "authentication.oauthClientSecret"
1896
+ },
1897
+ "constraints": {
1898
+ "notEmpty": true
1899
+ },
1900
+ "condition": {
1901
+ "property": "authenticationType",
1902
+ "equals": "refresh"
1903
+ }
1904
+ },
1905
+ {
1906
+ "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
+ },
1914
+ "constraints": {
1915
+ "notEmpty": true
1916
+ },
1917
+ "condition": {
1918
+ "property": "authenticationType",
1919
+ "equals": "refresh"
1920
+ }
1921
+ },
1922
+ {
1923
+ "id": "resourceType",
1924
+ "group": "operation",
1925
+ "type": "Dropdown",
1926
+ "value": "folder",
1927
+ "choices": [
1928
+ {
1929
+ "name": "Create folder",
1930
+ "value": "folder"
1931
+ },
1932
+ {
1933
+ "name": "Create file from template",
1934
+ "value": "file"
1935
+ }
1936
+ ],
1937
+ "binding": {
1938
+ "type": "zeebe:input",
1939
+ "name": "resource.type",
1940
+ "key": "resource.type"
1941
+ }
1942
+ },
1943
+ {
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
+ },
1953
+ "constraints": {
1954
+ "notEmpty": true,
1955
+ "maxLength": 255
1956
+ },
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
+ "feel": "optional",
1968
+ "binding": {
1969
+ "type": "zeebe:input",
1970
+ "name": "resource.name"
1971
+ },
1972
+ "constraints": {
1973
+ "notEmpty": true,
1974
+ "maxLength": 255
1975
+ },
1976
+ "condition": {
1977
+ "property": "resourceType",
1978
+ "equals": "folder"
1979
+ }
1980
+ },
1981
+ {
1982
+ "label": "Template ID",
1983
+ "description": "Enter ID of the template you are creating a file from",
1984
+ "group": "operationDetails",
1985
+ "type": "String",
1986
+ "feel": "optional",
1987
+ "binding": {
1988
+ "type": "zeebe:input",
1989
+ "name": "resource.template.id"
1990
+ },
1991
+ "constraints": {
1992
+ "notEmpty": true
1993
+ },
1994
+ "condition": {
1995
+ "property": "resourceType",
1996
+ "equals": "file"
1997
+ }
1998
+ },
1999
+ {
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",
2005
+ "optional": true,
2006
+ "binding": {
2007
+ "type": "zeebe:input",
2008
+ "name": "resource.parent"
2009
+ },
2010
+ "condition": {
2011
+ "property": "resourceType",
2012
+ "equals": "folder"
2013
+ }
2014
+ },
2015
+ {
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",
2020
+ "feel": "optional",
2021
+ "optional": true,
2022
+ "binding": {
2023
+ "type": "zeebe:input",
2024
+ "name": "resource.parent"
2025
+ },
2026
+ "condition": {
2027
+ "property": "resourceType",
2028
+ "equals": "file"
2029
+ }
2030
+ },
2031
+ {
2032
+ "label": "Template variables",
2033
+ "description": "Use this field to pass and update variables in your template as JSON",
2034
+ "group": "operationDetails",
2035
+ "type": "Text",
2036
+ "feel": "required",
2037
+ "binding": {
2038
+ "type": "zeebe:input",
2039
+ "name": "resource.template.variables"
2040
+ },
2041
+ "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
+ }
2058
+ },
2059
+ {
2060
+ "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>",
2062
+ "group": "output",
2063
+ "type": "String",
2064
+ "binding": {
2065
+ "type": "zeebe:taskHeader",
2066
+ "key": "resultVariable"
2067
+ }
2068
+ },
2069
+ {
2070
+ "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",
2074
+ "feel": "required",
2075
+ "binding": {
2076
+ "type": "zeebe:taskHeader",
2077
+ "key": "resultExpression"
2078
+ }
2079
+ },
2080
+ {
2081
+ "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",
2085
+ "feel": "required",
2086
+ "binding": {
2087
+ "type": "zeebe:taskHeader",
2088
+ "key": "errorExpression"
2089
+ }
2090
+ }
2091
+ ],
2092
+ "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"
1781
2094
  }
1782
2095
  }
1783
2096
  ]