@camunda/connectors-element-templates 1.0.17 → 1.0.19

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 (125) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -2
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +4 -7
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +8 -8
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +8 -8
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +8 -8
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +8 -8
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +9 -12
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3770 -29
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +6274 -2594
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +549 -552
  12. package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
  13. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +736 -739
  14. package/src/element-templates/asana-connector.json +759 -48
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1763 -1759
  16. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
  17. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
  18. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
  19. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
  20. package/src/element-templates/aws-bedrock-outbound-connector.json +747 -10
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1358 -1358
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +383 -18
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +377 -12
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +407 -8
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
  29. package/src/element-templates/aws-lambda-outbound-connector.json +238 -234
  30. package/src/element-templates/aws-s3-outbound-connector.json +646 -5
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +13 -9
  32. package/src/element-templates/aws-sns-inbound-boundary.json +44 -37
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +210 -203
  34. package/src/element-templates/aws-sns-inbound-message-start.json +125 -118
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +134 -127
  37. package/src/element-templates/aws-sns-outbound-connector.json +581 -577
  38. package/src/element-templates/aws-sqs-boundary-connector.json +453 -449
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +530 -526
  40. package/src/element-templates/aws-sqs-outbound-connector.json +711 -709
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +213 -205
  43. package/src/element-templates/aws-sqs-start-message.json +461 -457
  44. package/src/element-templates/aws-textract-outbound-connector.json +109 -105
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +676 -19
  46. package/src/element-templates/azure-open-ai-connector.json +1329 -4
  47. package/src/element-templates/blue-prism-connector.json +569 -24
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +13 -5
  50. package/src/element-templates/easy-post-connector.json +1077 -109
  51. package/src/element-templates/email-inbound-connector-boundary.json +32 -24
  52. package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +58 -50
  55. package/src/element-templates/email-outbound-connector.json +2116 -243
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +3 -6
  57. package/src/element-templates/github-connector.json +15257 -11722
  58. package/src/element-templates/github-webhook-connector-boundary.json +27 -29
  59. package/src/element-templates/github-webhook-connector-intermediate.json +36 -38
  60. package/src/element-templates/github-webhook-connector-message-start.json +11 -13
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +54 -56
  63. package/src/element-templates/gitlab-connector.json +4177 -2545
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +562 -13
  65. package/src/element-templates/google-drive-outbound-connector.json +1386 -766
  66. package/src/element-templates/google-gemini-outbound-connector.json +13 -5
  67. package/src/element-templates/google-maps-platform-connector.json +1059 -30
  68. package/src/element-templates/google-sheets-outbound-connector.json +2449 -1455
  69. package/src/element-templates/graphql-outbound-connector.json +1744 -1735
  70. package/src/element-templates/http-json-connector.json +2982 -2332
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +752 -741
  72. package/src/element-templates/http-polling-connector.json +1512 -1501
  73. package/src/element-templates/hubspot-outbound-connector.json +2371 -25
  74. package/src/element-templates/hugging-face-connector.json +234 -3
  75. package/src/element-templates/jdbc-outbound-connector.json +20 -6
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +613 -604
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +528 -519
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +530 -521
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +518 -512
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
  85. package/src/element-templates/microsoft-office365-mail-connector.json +893 -10
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +5971 -3807
  87. package/src/element-templates/openai-connector.json +550 -87
  88. package/src/element-templates/operate-connector.json +1198 -46
  89. package/src/element-templates/power-automate-connector.json +601 -9
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +444 -435
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +484 -475
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +367 -358
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +479 -470
  95. package/src/element-templates/rabbitmq-outbound-connector.json +356 -350
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +544 -0
  98. package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
  99. package/src/element-templates/send-message-connector-message-end-event.json +10 -5
  100. package/src/element-templates/send-message-connector-send-task.json +10 -5
  101. package/src/element-templates/sendgrid-outbound-connector.json +945 -337
  102. package/src/element-templates/servicenow-connector.json +971 -3
  103. package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
  104. package/src/element-templates/servicenow-incident-connector.json +980 -3
  105. package/src/element-templates/slack-inbound-boundary.json +490 -192
  106. package/src/element-templates/slack-inbound-intermediate.json +421 -123
  107. package/src/element-templates/slack-inbound-message-start.json +469 -139
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +216 -211
  110. package/src/element-templates/slack-outbound-connector.json +2451 -753
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1573 -93
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +19 -10
  114. package/src/element-templates/twilio-webhook-connector.json +243 -13
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +34 -25
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +594 -2
  119. package/src/element-templates/webhook-connector-boundary.json +580 -570
  120. package/src/element-templates/webhook-connector-intermediate.json +1390 -1380
  121. package/src/element-templates/webhook-connector-receive.json +16 -6
  122. package/src/element-templates/webhook-connector-start-event.json +1382 -1375
  123. package/src/element-templates/webhook-connector-start-message.json +1306 -1296
  124. package/src/element-templates/whatsapp-connector.json +343 -9
  125. package/src/element-templates/http-connector.json.json +0 -654
@@ -951,22 +951,9 @@
951
951
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
952
952
  "name": "Google Sheets Outbound Connector",
953
953
  "id": "io.camunda.connectors.GoogleSheets.v1",
954
- "description": "Manage spreadsheets with Google Sheets",
955
- "metadata": {
956
- "keywords": [
957
- "create spreadsheet",
958
- "add values to spreadsheet",
959
- "create row",
960
- "create column",
961
- "create worksheet",
962
- "delete worksheet",
963
- "get row",
964
- "get spreadsheet details",
965
- "get worksheet data"
966
- ]
967
- },
954
+ "version": 2,
968
955
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/",
969
- "version": 4,
956
+ "description": "Work with spreadsheets",
970
957
  "category": {
971
958
  "id": "connectors",
972
959
  "name": "Connectors"
@@ -993,37 +980,25 @@
993
980
  "label": "Output mapping"
994
981
  },
995
982
  {
996
- "id": "error",
983
+ "id": "errors",
997
984
  "label": "Error handling"
998
- },
999
- {
1000
- "id": "retries",
1001
- "label": "Retries"
1002
985
  }
1003
986
  ],
1004
987
  "properties": [
1005
988
  {
989
+ "type": "Hidden",
1006
990
  "value": "io.camunda:google-sheets:1",
1007
991
  "binding": {
1008
- "property": "type",
1009
- "type": "zeebe:taskDefinition"
1010
- },
1011
- "type": "Hidden"
992
+ "type": "zeebe:taskDefinition",
993
+ "property": "type"
994
+ }
1012
995
  },
1013
996
  {
1014
- "id": "authentication.authType",
997
+ "id": "authenticationType",
1015
998
  "label": "Type",
1016
- "optional": false,
1017
- "value": "refresh",
1018
- "constraints": {
1019
- "notEmpty": true
1020
- },
1021
999
  "group": "authentication",
1022
- "binding": {
1023
- "name": "authentication.authType",
1024
- "type": "zeebe:input"
1025
- },
1026
1000
  "type": "Dropdown",
1001
+ "value": "bearer",
1027
1002
  "choices": [
1028
1003
  {
1029
1004
  "name": "Bearer token",
@@ -1033,102 +1008,86 @@
1033
1008
  "name": "Refresh token",
1034
1009
  "value": "refresh"
1035
1010
  }
1036
- ]
1011
+ ],
1012
+ "binding": {
1013
+ "type": "zeebe:input",
1014
+ "name": "authentication.authType",
1015
+ "key": "authentication.authType"
1016
+ }
1037
1017
  },
1038
1018
  {
1039
- "id": "authentication.bearerToken",
1040
1019
  "label": "Bearer token",
1041
- "description": "Enter a valid Google API Bearer token",
1042
- "optional": false,
1043
- "constraints": {
1044
- "notEmpty": true
1045
- },
1046
- "feel": "optional",
1020
+ "description": "Enter Google API Bearer token that is authorized to interact with desired spreadsheet",
1047
1021
  "group": "authentication",
1022
+ "type": "String",
1048
1023
  "binding": {
1049
- "name": "authentication.bearerToken",
1050
- "type": "zeebe:input"
1024
+ "type": "zeebe:input",
1025
+ "name": "authentication.bearerToken"
1051
1026
  },
1052
- "condition": {
1053
- "property": "authentication.authType",
1054
- "equals": "bearer",
1055
- "type": "simple"
1027
+ "constraints": {
1028
+ "notEmpty": true
1056
1029
  },
1057
- "type": "String"
1030
+ "condition": {
1031
+ "property": "authenticationType",
1032
+ "equals": "bearer"
1033
+ }
1058
1034
  },
1059
1035
  {
1060
- "id": "authentication.oauthClientId",
1061
1036
  "label": "Client ID",
1062
1037
  "description": "Enter Google API Client ID",
1063
- "optional": false,
1064
- "constraints": {
1065
- "notEmpty": true
1066
- },
1067
- "feel": "optional",
1068
1038
  "group": "authentication",
1039
+ "type": "String",
1069
1040
  "binding": {
1070
- "name": "authentication.oauthClientId",
1071
- "type": "zeebe:input"
1041
+ "type": "zeebe:input",
1042
+ "name": "authentication.oauthClientId"
1072
1043
  },
1073
- "condition": {
1074
- "property": "authentication.authType",
1075
- "equals": "refresh",
1076
- "type": "simple"
1044
+ "constraints": {
1045
+ "notEmpty": true
1077
1046
  },
1078
- "type": "String"
1047
+ "condition": {
1048
+ "property": "authenticationType",
1049
+ "equals": "refresh"
1050
+ }
1079
1051
  },
1080
1052
  {
1081
- "id": "authentication.oauthClientSecret",
1082
1053
  "label": "Client secret",
1083
1054
  "description": "Enter Google API client Secret",
1084
- "optional": false,
1085
- "constraints": {
1086
- "notEmpty": true
1087
- },
1088
- "feel": "optional",
1089
1055
  "group": "authentication",
1056
+ "type": "String",
1090
1057
  "binding": {
1091
- "name": "authentication.oauthClientSecret",
1092
- "type": "zeebe:input"
1058
+ "type": "zeebe:input",
1059
+ "name": "authentication.oauthClientSecret"
1093
1060
  },
1094
- "condition": {
1095
- "property": "authentication.authType",
1096
- "equals": "refresh",
1097
- "type": "simple"
1061
+ "constraints": {
1062
+ "notEmpty": true
1098
1063
  },
1099
- "type": "String"
1064
+ "condition": {
1065
+ "property": "authenticationType",
1066
+ "equals": "refresh"
1067
+ }
1100
1068
  },
1101
1069
  {
1102
- "id": "authentication.oauthRefreshToken",
1103
1070
  "label": "Refresh token",
1104
- "description": "Enter a valid Google API refresh token",
1105
- "optional": false,
1106
- "constraints": {
1107
- "notEmpty": true
1108
- },
1109
- "feel": "optional",
1071
+ "description": "Enter Google API refresh token that is authorized to interact with desired spreadsheet",
1110
1072
  "group": "authentication",
1073
+ "type": "String",
1111
1074
  "binding": {
1112
- "name": "authentication.oauthRefreshToken",
1113
- "type": "zeebe:input"
1075
+ "type": "zeebe:input",
1076
+ "name": "authentication.oauthRefreshToken"
1114
1077
  },
1115
- "condition": {
1116
- "property": "authentication.authType",
1117
- "equals": "refresh",
1118
- "type": "simple"
1078
+ "constraints": {
1079
+ "notEmpty": true
1119
1080
  },
1120
- "type": "String"
1081
+ "condition": {
1082
+ "property": "authenticationType",
1083
+ "equals": "refresh"
1084
+ }
1121
1085
  },
1122
1086
  {
1123
- "id": "operation.type",
1124
- "label": "Input",
1125
- "value": "createSpreadsheet",
1087
+ "id": "operationType",
1126
1088
  "group": "operation",
1127
- "binding": {
1128
- "name": "operation.type",
1129
- "type": "zeebe:input"
1130
- },
1131
1089
  "type": "Dropdown",
1090
+ "value": "createSpreadsheet",
1132
1091
  "choices": [
1133
1092
  {
1134
1093
  "name": "Create spreadsheet",
@@ -1139,630 +1098,1364 @@
1139
1098
  "value": "addValues"
1140
1099
  },
1141
1100
  {
1142
- "name": "Create empty column or row",
1143
- "value": "createEmptyColumnOrRow"
1144
- },
1145
- {
1146
- "name": "Create row",
1147
- "value": "createRow"
1101
+ "name": "Get spreadsheet details",
1102
+ "value": "spreadsheetsDetails"
1148
1103
  },
1149
1104
  {
1150
1105
  "name": "Create worksheet",
1151
1106
  "value": "createWorksheet"
1152
1107
  },
1153
1108
  {
1154
- "name": "Delete column",
1155
- "value": "deleteColumn"
1109
+ "name": "Get worksheet data",
1110
+ "value": "getWorksheetData"
1156
1111
  },
1157
1112
  {
1158
1113
  "name": "Delete worksheet",
1159
1114
  "value": "deleteWorksheet"
1160
1115
  },
1161
1116
  {
1162
- "name": "Get row by index",
1163
- "value": "getRowByIndex"
1117
+ "name": "Create empty column or row",
1118
+ "value": "createEmptyColumnOrRow"
1164
1119
  },
1165
1120
  {
1166
- "name": "Get spreadsheet details",
1167
- "value": "spreadsheetsDetails"
1121
+ "name": "Create row",
1122
+ "value": "createRow"
1168
1123
  },
1169
1124
  {
1170
- "name": "Get worksheet data",
1171
- "value": "getWorksheetData"
1125
+ "name": "Delete column",
1126
+ "value": "deleteColumn"
1127
+ },
1128
+ {
1129
+ "name": "Get row by index",
1130
+ "value": "getRowByIndex"
1172
1131
  }
1173
- ]
1174
- },
1175
- {
1176
- "id": "createSpreadsheet.spreadsheetName",
1177
- "label": "Spreadsheet name",
1178
- "description": "Enter name for the new spreadsheet",
1179
- "optional": false,
1180
- "constraints": {
1181
- "notEmpty": true
1182
- },
1183
- "feel": "optional",
1184
- "group": "operationDetails",
1132
+ ],
1185
1133
  "binding": {
1186
- "name": "operation.spreadsheetName",
1187
- "type": "zeebe:input"
1188
- },
1189
- "condition": {
1190
- "property": "operation.type",
1191
- "equals": "createSpreadsheet",
1192
- "type": "simple"
1193
- },
1194
- "type": "String"
1134
+ "type": "zeebe:input",
1135
+ "name": "operation.type",
1136
+ "key": "operation.type"
1137
+ }
1195
1138
  },
1196
1139
  {
1197
- "id": "parent",
1198
1140
  "label": "Parent folder ID",
1199
1141
  "description": "Enter ID of the parent folder where new spreadsheet will be created",
1200
- "optional": true,
1201
- "feel": "optional",
1202
1142
  "group": "operationDetails",
1143
+ "type": "String",
1144
+ "feel": "optional",
1145
+ "optional": true,
1203
1146
  "binding": {
1204
- "name": "operation.parent",
1205
- "type": "zeebe:input"
1147
+ "type": "zeebe:input",
1148
+ "name": "operation.parent"
1206
1149
  },
1207
1150
  "condition": {
1208
- "property": "operation.type",
1209
- "equals": "createSpreadsheet",
1210
- "type": "simple"
1211
- },
1212
- "type": "String"
1151
+ "property": "operationType",
1152
+ "equals": "createSpreadsheet"
1153
+ }
1213
1154
  },
1214
1155
  {
1215
- "id": "addValues.spreadsheetId",
1216
1156
  "label": "Spreadsheet ID",
1217
1157
  "description": "Enter the ID of the spreadsheet",
1218
- "optional": false,
1219
- "constraints": {
1220
- "notEmpty": true
1221
- },
1222
- "feel": "optional",
1223
1158
  "group": "operationDetails",
1159
+ "type": "String",
1160
+ "feel": "optional",
1161
+ "optional": false,
1224
1162
  "binding": {
1225
- "name": "operation.spreadsheetId",
1226
- "type": "zeebe:input"
1163
+ "type": "zeebe:input",
1164
+ "name": "operation.spreadsheetId"
1227
1165
  },
1228
1166
  "condition": {
1229
- "property": "operation.type",
1230
- "equals": "addValues",
1231
- "type": "simple"
1167
+ "property": "operationType",
1168
+ "oneOf": [
1169
+ "createWorksheet",
1170
+ "getRowByIndex",
1171
+ "createEmptyColumnOrRow",
1172
+ "deleteWorksheet",
1173
+ "deleteColumn",
1174
+ "getWorksheetData",
1175
+ "spreadsheetsDetails",
1176
+ "createRow",
1177
+ "addValues"
1178
+ ]
1232
1179
  },
1233
- "type": "String"
1180
+ "constraints": {
1181
+ "notEmpty": true
1182
+ }
1234
1183
  },
1235
1184
  {
1236
- "id": "addValues.worksheetName",
1237
- "label": "Worksheet name",
1238
- "description": "Enter name for the worksheet",
1185
+ "label": "Spreadsheet name",
1186
+ "description": "Enter name for the new spreadsheet",
1187
+ "group": "operationDetails",
1188
+ "type": "String",
1189
+ "feel": "optional",
1239
1190
  "optional": false,
1191
+ "binding": {
1192
+ "type": "zeebe:input",
1193
+ "name": "operation.spreadsheetName"
1194
+ },
1240
1195
  "constraints": {
1241
1196
  "notEmpty": true
1242
1197
  },
1243
- "feel": "optional",
1244
- "group": "operationDetails",
1245
- "binding": {
1246
- "name": "operation.worksheetName",
1247
- "type": "zeebe:input"
1248
- },
1249
1198
  "condition": {
1250
- "property": "operation.type",
1251
- "equals": "addValues",
1252
- "type": "simple"
1253
- },
1254
- "type": "String"
1199
+ "property": "operationType",
1200
+ "equals": "createSpreadsheet"
1201
+ }
1255
1202
  },
1256
1203
  {
1257
- "id": "cellId",
1258
- "label": "Cell ID",
1259
- "description": "Enter the ID of the cell. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#add-values-to-spreadsheet\" target=\"_blank\">documentation</a>",
1260
- "optional": false,
1261
- "constraints": {
1262
- "notEmpty": true
1263
- },
1264
- "feel": "optional",
1204
+ "label": "Worksheet ID",
1205
+ "description": "Enter the ID of the worksheet",
1265
1206
  "group": "operationDetails",
1207
+ "type": "String",
1208
+ "feel": "optional",
1209
+ "optional": false,
1266
1210
  "binding": {
1267
- "name": "operation.cellId",
1268
- "type": "zeebe:input"
1211
+ "type": "zeebe:input",
1212
+ "name": "operation.worksheetId"
1269
1213
  },
1270
- "condition": {
1271
- "property": "operation.type",
1272
- "equals": "addValues",
1273
- "type": "simple"
1214
+ "constraints": {
1215
+ "notEmpty": true,
1216
+ "pattern": {
1217
+ "value": "^([0-9]*$)",
1218
+ "message": "Must be a number."
1219
+ }
1274
1220
  },
1275
- "type": "String"
1221
+ "condition": {
1222
+ "property": "operationType",
1223
+ "oneOf": ["deleteWorksheet", "createEmptyColumnOrRow", "deleteColumn"]
1224
+ }
1276
1225
  },
1277
1226
  {
1278
- "id": "value",
1279
- "label": "Value",
1280
- "description": "Enter the value",
1227
+ "label": "Worksheet name",
1228
+ "description": "Enter name for the worksheet",
1229
+ "group": "operationDetails",
1230
+ "type": "String",
1231
+ "feel": "optional",
1281
1232
  "optional": false,
1233
+ "binding": {
1234
+ "type": "zeebe:input",
1235
+ "name": "operation.worksheetName"
1236
+ },
1282
1237
  "constraints": {
1283
1238
  "notEmpty": true
1284
1239
  },
1285
- "feel": "optional",
1286
- "group": "operationDetails",
1287
- "binding": {
1288
- "name": "operation.value",
1289
- "type": "zeebe:input"
1290
- },
1291
1240
  "condition": {
1292
- "property": "operation.type",
1293
- "equals": "addValues",
1294
- "type": "simple"
1295
- },
1296
- "type": "String"
1241
+ "property": "operationType",
1242
+ "oneOf": ["createWorksheet", "getWorksheetData"]
1243
+ }
1297
1244
  },
1298
1245
  {
1299
- "id": "createEmptyColumnOrRow.spreadsheetId",
1300
- "label": "Spreadsheet ID",
1301
- "description": "Enter the ID of the spreadsheet",
1302
- "optional": false,
1303
- "constraints": {
1304
- "notEmpty": true
1305
- },
1306
- "feel": "optional",
1246
+ "label": "Worksheet name",
1247
+ "description": "Enter the name of the worksheet",
1307
1248
  "group": "operationDetails",
1249
+ "type": "String",
1250
+ "feel": "optional",
1251
+ "optional": true,
1308
1252
  "binding": {
1309
- "name": "operation.spreadsheetId",
1310
- "type": "zeebe:input"
1253
+ "type": "zeebe:input",
1254
+ "name": "operation.worksheetName"
1311
1255
  },
1312
- "condition": {
1313
- "property": "operation.type",
1314
- "equals": "createEmptyColumnOrRow",
1315
- "type": "simple"
1256
+ "constraints": {
1257
+ "notEmpty": false
1316
1258
  },
1317
- "type": "String"
1259
+ "condition": {
1260
+ "property": "operationType",
1261
+ "oneOf": ["getRowByIndex", "createRow", "addValues"]
1262
+ }
1318
1263
  },
1319
1264
  {
1320
- "id": "createEmptyColumnOrRow.worksheetId",
1321
- "label": "Worksheet ID",
1322
- "description": "Enter the ID of the worksheet",
1323
- "optional": false,
1324
- "constraints": {
1325
- "notEmpty": true
1326
- },
1327
- "feel": "optional",
1265
+ "label": "Worksheet index",
1266
+ "description": "Enter index of the place where to add worksheet (leave empty if add to the end of sheet list) Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#what-is-a-worksheet-index\" target=\"_blank\">documentation</a>",
1328
1267
  "group": "operationDetails",
1268
+ "type": "String",
1269
+ "feel": "optional",
1270
+ "optional": true,
1329
1271
  "binding": {
1330
- "name": "operation.worksheetId",
1331
- "type": "zeebe:input"
1272
+ "type": "zeebe:input",
1273
+ "name": "operation.worksheetIndex"
1332
1274
  },
1333
- "condition": {
1334
- "property": "operation.type",
1335
- "equals": "createEmptyColumnOrRow",
1336
- "type": "simple"
1275
+ "constraints": {
1276
+ "notEmpty": false,
1277
+ "pattern": {
1278
+ "value": "^([0-9]*$)",
1279
+ "message": "Must be a number."
1280
+ }
1337
1281
  },
1338
- "type": "Number"
1282
+ "condition": {
1283
+ "property": "operationType",
1284
+ "equals": "createWorksheet"
1285
+ }
1339
1286
  },
1340
1287
  {
1341
- "id": "dimension",
1342
1288
  "label": "Dimension",
1343
1289
  "description": "Choose what to add: column or row",
1344
- "optional": false,
1345
- "constraints": {
1346
- "notEmpty": true
1347
- },
1348
1290
  "group": "operationDetails",
1349
- "binding": {
1350
- "name": "operation.dimension",
1351
- "type": "zeebe:input"
1352
- },
1353
- "condition": {
1354
- "property": "operation.type",
1355
- "equals": "createEmptyColumnOrRow",
1356
- "type": "simple"
1357
- },
1358
1291
  "type": "Dropdown",
1292
+ "optional": false,
1359
1293
  "choices": [
1360
1294
  {
1361
- "name": "ROWS",
1362
- "value": "ROWS"
1295
+ "name": "Column",
1296
+ "value": "COLUMNS"
1363
1297
  },
1364
1298
  {
1365
- "name": "COLUMNS",
1366
- "value": "COLUMNS"
1299
+ "name": "Row",
1300
+ "value": "ROWS"
1367
1301
  }
1368
- ]
1369
- },
1370
- {
1371
- "id": "startIndex",
1372
- "label": "Start index",
1373
- "description": "Enter start index (leave empty if add to the end of the sheet). Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#create-empty-column-or-row\" target=\"_blank\">documentation</a>",
1374
- "optional": false,
1375
- "feel": "optional",
1376
- "group": "operationDetails",
1302
+ ],
1377
1303
  "binding": {
1378
- "name": "operation.startIndex",
1379
- "type": "zeebe:input"
1304
+ "type": "zeebe:input",
1305
+ "name": "operation.dimension"
1380
1306
  },
1381
1307
  "condition": {
1382
- "property": "operation.type",
1383
- "equals": "createEmptyColumnOrRow",
1384
- "type": "simple"
1308
+ "property": "operationType",
1309
+ "equals": "createEmptyColumnOrRow"
1385
1310
  },
1386
- "type": "Number"
1311
+ "constraints": {
1312
+ "notEmpty": true
1313
+ }
1387
1314
  },
1388
1315
  {
1389
- "id": "endIndex",
1390
- "label": "End index",
1391
- "description": "Enter end index (leave empty if add to the end of the sheet). Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#create-empty-column-or-row\" target=\"_blank\">documentation</a>",
1392
- "optional": false,
1393
- "feel": "optional",
1316
+ "label": "Row index",
1317
+ "description": "Enter row index. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#what-is-a-row-index\" target=\"_blank\">documentation</a>",
1394
1318
  "group": "operationDetails",
1319
+ "type": "String",
1320
+ "feel": "optional",
1321
+ "optional": false,
1395
1322
  "binding": {
1396
- "name": "operation.endIndex",
1397
- "type": "zeebe:input"
1323
+ "type": "zeebe:input",
1324
+ "name": "operation.rowIndex"
1398
1325
  },
1399
- "condition": {
1400
- "property": "operation.type",
1401
- "equals": "createEmptyColumnOrRow",
1402
- "type": "simple"
1326
+ "constraints": {
1327
+ "notEmpty": true,
1328
+ "pattern": {
1329
+ "value": "^([0-9]*$)",
1330
+ "message": "Must be a number."
1331
+ }
1403
1332
  },
1404
- "type": "Number"
1333
+ "condition": {
1334
+ "property": "operationType",
1335
+ "equals": "getRowByIndex"
1336
+ }
1405
1337
  },
1406
1338
  {
1407
- "id": "createRow.spreadsheetId",
1408
- "label": "Spreadsheet ID",
1409
- "description": "Enter the ID of the spreadsheet",
1410
- "optional": false,
1411
- "constraints": {
1412
- "notEmpty": true
1413
- },
1414
- "feel": "optional",
1339
+ "label": "Row index",
1340
+ "description": "Enter the index of the row to add . Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#what-is-a-row-index\" target=\"_blank\">documentation</a>",
1415
1341
  "group": "operationDetails",
1342
+ "type": "String",
1343
+ "feel": "optional",
1344
+ "optional": true,
1416
1345
  "binding": {
1417
- "name": "operation.spreadsheetId",
1418
- "type": "zeebe:input"
1346
+ "type": "zeebe:input",
1347
+ "name": "operation.rowIndex"
1419
1348
  },
1420
- "condition": {
1421
- "property": "operation.type",
1422
- "equals": "createRow",
1423
- "type": "simple"
1349
+ "constraints": {
1350
+ "notEmpty": false,
1351
+ "pattern": {
1352
+ "value": "^([0-9]*$)",
1353
+ "message": "Must contains only numbers."
1354
+ }
1424
1355
  },
1425
- "type": "String"
1356
+ "condition": {
1357
+ "property": "operationType",
1358
+ "equals": "createRow"
1359
+ }
1426
1360
  },
1427
1361
  {
1428
- "id": "createRow.worksheetName",
1429
- "label": "Worksheet name",
1430
- "description": "Enter name for the worksheet",
1431
- "optional": false,
1432
- "constraints": {
1433
- "notEmpty": true
1434
- },
1435
- "feel": "optional",
1362
+ "id": "columnIndexFormat",
1363
+ "label": "Index format",
1364
+ "description": "Choose the type of the index. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#how-can-i-define-which-column-will-be-deleted\" target=\"_blank\">documentation</a>",
1436
1365
  "group": "operationDetails",
1366
+ "type": "Dropdown",
1367
+ "optional": false,
1368
+ "choices": [
1369
+ {
1370
+ "name": "Letters",
1371
+ "value": "LETTERS"
1372
+ },
1373
+ {
1374
+ "name": "Numbers",
1375
+ "value": "NUMBERS"
1376
+ }
1377
+ ],
1437
1378
  "binding": {
1438
- "name": "operation.worksheetName",
1439
- "type": "zeebe:input"
1379
+ "type": "zeebe:input",
1380
+ "name": "operation.columnIndexType"
1440
1381
  },
1441
1382
  "condition": {
1442
- "property": "operation.type",
1443
- "equals": "createRow",
1444
- "type": "simple"
1383
+ "property": "operationType",
1384
+ "equals": "deleteColumn"
1445
1385
  },
1446
- "type": "String"
1386
+ "constraints": {
1387
+ "notEmpty": true
1388
+ }
1447
1389
  },
1448
1390
  {
1449
- "id": "createRow.rowIndex",
1450
- "label": "Row index",
1451
- "description": "Enter row index. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#what-is-a-row-index\" target=\"_blank\">documentation</a>",
1452
- "optional": true,
1391
+ "label": "Column letter index",
1392
+ "description": "Enter the index of the column. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#how-can-i-define-which-column-will-be-deleted\" target=\"_blank\">documentation</a>",
1393
+ "group": "operationDetails",
1394
+ "type": "String",
1395
+ "feel": "optional",
1396
+ "optional": false,
1397
+ "binding": {
1398
+ "type": "zeebe:input",
1399
+ "name": "operation.columnLetterIndex"
1400
+ },
1453
1401
  "constraints": {
1454
- "notEmpty": false,
1402
+ "notEmpty": true,
1455
1403
  "pattern": {
1456
- "value": "^(=.*|[0-9]+|)$",
1457
- "message": "Must be a number"
1404
+ "value": "[A-Z]+",
1405
+ "message": "Must contains only capital letters."
1458
1406
  }
1459
1407
  },
1460
- "feel": "optional",
1461
- "group": "operationDetails",
1462
- "binding": {
1463
- "name": "operation.rowIndex",
1464
- "type": "zeebe:input"
1465
- },
1466
1408
  "condition": {
1467
- "property": "operation.type",
1468
- "equals": "createRow",
1469
- "type": "simple"
1470
- },
1471
- "type": "Number"
1409
+ "property": "columnIndexFormat",
1410
+ "equals": "LETTERS"
1411
+ }
1472
1412
  },
1473
1413
  {
1474
- "id": "values",
1475
- "label": "Enter values",
1476
- "description": "Enter the array of values. <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#create-row\" target=\"_blank\">Learn more about the required format</a>",
1477
- "optional": false,
1478
- "constraints": {
1479
- "notEmpty": true
1480
- },
1481
- "feel": "required",
1414
+ "label": "Column numeric index",
1415
+ "description": "Enter the index of the column. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#how-can-i-define-which-column-will-be-deleted\" target=\"_blank\">documentation</a>",
1482
1416
  "group": "operationDetails",
1417
+ "type": "String",
1418
+ "feel": "optional",
1419
+ "optional": false,
1483
1420
  "binding": {
1484
- "name": "operation.values",
1485
- "type": "zeebe:input"
1486
- },
1487
- "condition": {
1488
- "property": "operation.type",
1489
- "equals": "createRow",
1490
- "type": "simple"
1421
+ "type": "zeebe:input",
1422
+ "name": "operation.columnNumberIndex"
1491
1423
  },
1492
- "type": "String"
1493
- },
1494
- {
1495
- "id": "createWorksheet.spreadsheetId",
1496
- "label": "Spreadsheet ID",
1497
- "description": "Enter the ID of the spreadsheet",
1498
- "optional": false,
1499
1424
  "constraints": {
1500
- "notEmpty": true
1501
- },
1502
- "feel": "optional",
1503
- "group": "operationDetails",
1504
- "binding": {
1505
- "name": "operation.spreadsheetId",
1506
- "type": "zeebe:input"
1425
+ "notEmpty": true,
1426
+ "pattern": {
1427
+ "value": "^([0-9]*$)",
1428
+ "message": "Must contains only numbers."
1429
+ }
1507
1430
  },
1508
1431
  "condition": {
1509
- "property": "operation.type",
1510
- "equals": "createWorksheet",
1511
- "type": "simple"
1512
- },
1513
- "type": "String"
1432
+ "property": "columnIndexFormat",
1433
+ "equals": "NUMBERS"
1434
+ }
1514
1435
  },
1515
1436
  {
1516
- "id": "createWorksheet.worksheetName",
1517
- "label": "Worksheet name",
1518
- "description": "Enter name for the worksheet",
1519
- "optional": false,
1520
- "constraints": {
1521
- "notEmpty": true
1522
- },
1523
- "feel": "optional",
1437
+ "label": "Start index",
1438
+ "description": "Enter start index (leave empty if add to the end of the sheet). Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#create-empty-column-or-row\" target=\"_blank\">documentation</a>",
1524
1439
  "group": "operationDetails",
1440
+ "type": "String",
1441
+ "feel": "optional",
1442
+ "optional": true,
1525
1443
  "binding": {
1526
- "name": "operation.worksheetName",
1527
- "type": "zeebe:input"
1444
+ "type": "zeebe:input",
1445
+ "name": "operation.startIndex"
1528
1446
  },
1529
- "condition": {
1530
- "property": "operation.type",
1531
- "equals": "createWorksheet",
1532
- "type": "simple"
1447
+ "constraints": {
1448
+ "notEmpty": false,
1449
+ "pattern": {
1450
+ "value": "^([0-9]*$)",
1451
+ "message": "Must be a number."
1452
+ }
1533
1453
  },
1534
- "type": "String"
1454
+ "condition": {
1455
+ "property": "operationType",
1456
+ "equals": "createEmptyColumnOrRow"
1457
+ }
1535
1458
  },
1536
1459
  {
1537
- "id": "worksheetIndex",
1538
- "label": "Worksheet index",
1539
- "description": "Enter index of the place where to add worksheet (leave empty if add to the end of sheet list) Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#what-is-a-worksheet-index\" target=\"_blank\">documentation</a>",
1540
- "optional": false,
1541
- "feel": "optional",
1460
+ "label": "End index",
1461
+ "description": "Enter End index (leave empty if add to the end of the sheet) Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#create-empty-column-or-row\" target=\"_blank\">documentation</a>",
1542
1462
  "group": "operationDetails",
1463
+ "type": "String",
1464
+ "feel": "optional",
1465
+ "optional": true,
1543
1466
  "binding": {
1544
- "name": "operation.worksheetIndex",
1545
- "type": "zeebe:input"
1467
+ "type": "zeebe:input",
1468
+ "name": "operation.endIndex"
1546
1469
  },
1547
- "condition": {
1548
- "property": "operation.type",
1549
- "equals": "createWorksheet",
1550
- "type": "simple"
1470
+ "constraints": {
1471
+ "notEmpty": false,
1472
+ "pattern": {
1473
+ "value": "^([0-9]*$)",
1474
+ "message": "Must be a number."
1475
+ }
1551
1476
  },
1552
- "type": "Number"
1477
+ "condition": {
1478
+ "property": "operationType",
1479
+ "equals": "createEmptyColumnOrRow"
1480
+ }
1553
1481
  },
1554
1482
  {
1555
- "id": "deleteColumn.spreadsheetId",
1556
- "label": "Spreadsheet ID",
1557
- "description": "Enter the ID of the spreadsheet",
1483
+ "label": "Cell ID",
1484
+ "description": "Enter the ID of the cell. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#add-values-to-spreadsheet\" target=\"_blank\">documentation</a>",
1485
+ "group": "operationDetails",
1486
+ "type": "String",
1487
+ "feel": "optional",
1558
1488
  "optional": false,
1489
+ "binding": {
1490
+ "type": "zeebe:input",
1491
+ "name": "operation.cellId"
1492
+ },
1559
1493
  "constraints": {
1560
1494
  "notEmpty": true
1561
1495
  },
1562
- "feel": "optional",
1563
- "group": "operationDetails",
1564
- "binding": {
1565
- "name": "operation.spreadsheetId",
1566
- "type": "zeebe:input"
1567
- },
1568
1496
  "condition": {
1569
- "property": "operation.type",
1570
- "equals": "deleteColumn",
1571
- "type": "simple"
1572
- },
1573
- "type": "String"
1497
+ "property": "operationType",
1498
+ "equals": "addValues"
1499
+ }
1574
1500
  },
1575
1501
  {
1576
- "id": "deleteColumn.worksheetId",
1577
- "label": "Worksheet ID",
1578
- "description": "Enter the ID of the worksheet",
1502
+ "label": "Enter values",
1503
+ "description": "Enter the array of values. <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#create-row\" target=\"_blank\">Learn more about the required format</a>",
1504
+ "group": "operationDetails",
1505
+ "type": "Text",
1506
+ "feel": "required",
1579
1507
  "optional": false,
1508
+ "binding": {
1509
+ "type": "zeebe:input",
1510
+ "name": "operation.values"
1511
+ },
1580
1512
  "constraints": {
1581
1513
  "notEmpty": true
1582
1514
  },
1583
- "feel": "optional",
1584
- "group": "operationDetails",
1585
- "binding": {
1586
- "name": "operation.worksheetId",
1587
- "type": "zeebe:input"
1588
- },
1589
1515
  "condition": {
1590
- "property": "operation.type",
1591
- "equals": "deleteColumn",
1592
- "type": "simple"
1593
- },
1594
- "type": "Number"
1516
+ "property": "operationType",
1517
+ "equals": "createRow"
1518
+ }
1595
1519
  },
1596
1520
  {
1597
- "id": "columnIndexType",
1598
- "label": "Index format",
1599
- "description": "Choose the type of the index. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#how-can-i-define-which-column-will-be-deleted\" target=\"_blank\">documentation</a>",
1521
+ "label": "Value",
1522
+ "description": "Enter the value",
1523
+ "group": "operationDetails",
1524
+ "type": "String",
1525
+ "feel": "optional",
1600
1526
  "optional": false,
1601
- "value": "NUMBERS",
1527
+ "binding": {
1528
+ "type": "zeebe:input",
1529
+ "name": "operation.value"
1530
+ },
1602
1531
  "constraints": {
1603
1532
  "notEmpty": true
1604
1533
  },
1605
- "group": "operationDetails",
1606
- "binding": {
1607
- "name": "operation.columnIndexType",
1608
- "type": "zeebe:input"
1609
- },
1610
1534
  "condition": {
1611
- "property": "operation.type",
1612
- "equals": "deleteColumn",
1613
- "type": "simple"
1614
- },
1615
- "type": "Dropdown",
1616
- "choices": [
1617
- {
1618
- "name": "Numbers",
1619
- "value": "NUMBERS"
1620
- },
1621
- {
1622
- "name": "Letters",
1535
+ "property": "operationType",
1536
+ "equals": "addValues"
1537
+ }
1538
+ },
1539
+ {
1540
+ "label": "Result variable",
1541
+ "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>",
1542
+ "group": "output",
1543
+ "type": "String",
1544
+ "binding": {
1545
+ "type": "zeebe:taskHeader",
1546
+ "key": "resultVariable"
1547
+ }
1548
+ },
1549
+ {
1550
+ "label": "Result expression",
1551
+ "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>",
1552
+ "group": "output",
1553
+ "type": "Text",
1554
+ "feel": "required",
1555
+ "binding": {
1556
+ "type": "zeebe:taskHeader",
1557
+ "key": "resultExpression"
1558
+ }
1559
+ },
1560
+ {
1561
+ "label": "Error expression",
1562
+ "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>",
1563
+ "group": "errors",
1564
+ "type": "Text",
1565
+ "feel": "required",
1566
+ "binding": {
1567
+ "type": "zeebe:taskHeader",
1568
+ "key": "errorExpression"
1569
+ }
1570
+ }
1571
+ ],
1572
+ "icon": {
1573
+ "contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMC8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9UUi8yMDAxL1JFQy1TVkctMjAwMTA5MDQvRFREL3N2ZzEwLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgaWQ9ImJvZHlfMSIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE0Ij4KCjxnIHRyYW5zZm9ybT0ibWF0cml4KDAuMTU5MDkwOSAwIDAgMC4xNTkwOTA5IDMuOTA5MDkxIC0wKSI+CiAgICA8cGF0aCBkPSJNNDIgMEw2NCAyMkw1MyAyNEw0MiAyMkw0MCAxMUw0MiAweiIgc3Ryb2tlPSJub25lIiBmaWxsPSIjMTg4MDM4IiBmaWxsLXJ1bGU9Im5vbnplcm8iIC8+CiAgICA8cGF0aCBkPSJNNDIgMjJMNDIgMEw2IDBDIDIuNjg1IDAgMCAyLjY4NSAwIDZMMCA2TDAgODJDIDAgODUuMzE1IDIuNjg1IDg4IDYgODhMNiA4OEw1OCA4OEMgNjEuMzE1IDg4IDY0IDg1LjMxNSA2NCA4Mkw2NCA4Mkw2NCAyMkw0MiAyMnoiIHN0cm9rZT0ibm9uZSIgZmlsbD0iIzM0QTg1MyIgZmlsbC1ydWxlPSJub256ZXJvIiAvPgogICAgPHBhdGggZD0iTTEyIDM0TDEyIDYzTDUyIDYzTDUyIDM0TDEyIDM0ek0yOS41IDU4TDE3IDU4TDE3IDUxTDI5LjUgNTF6TTI5LjUgNDZMMTcgNDZMMTcgMzlMMjkuNSAzOXpNNDcgNThMMzQuNSA1OEwzNC41IDUxTDQ3IDUxek00NyA0NkwzNC41IDQ2TDM0LjUgMzlMNDcgMzl6IiBzdHJva2U9Im5vbmUiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgLz4KPC9nPgo8L3N2Zz4="
1574
+ },
1575
+ "engines": {
1576
+ "camunda": "^8.2"
1577
+ }
1578
+ },
1579
+ {
1580
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1581
+ "name": "Google Sheets connector",
1582
+ "id": "io.camunda.connectors.GoogleSheets.v1",
1583
+ "version": 1,
1584
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/",
1585
+ "description": "Work with spreadsheets",
1586
+ "category": {
1587
+ "id": "connectors",
1588
+ "name": "Connectors"
1589
+ },
1590
+ "appliesTo": ["bpmn:Task"],
1591
+ "elementType": {
1592
+ "value": "bpmn:ServiceTask"
1593
+ },
1594
+ "groups": [
1595
+ {
1596
+ "id": "authentication",
1597
+ "label": "Authentication"
1598
+ },
1599
+ {
1600
+ "id": "operation",
1601
+ "label": "Select operation"
1602
+ },
1603
+ {
1604
+ "id": "operationDetails",
1605
+ "label": "Operation details"
1606
+ },
1607
+ {
1608
+ "id": "output",
1609
+ "label": "Output mapping"
1610
+ },
1611
+ {
1612
+ "id": "errors",
1613
+ "label": "Error handling"
1614
+ }
1615
+ ],
1616
+ "properties": [
1617
+ {
1618
+ "type": "Hidden",
1619
+ "value": "io.camunda:google-sheets:1",
1620
+ "binding": {
1621
+ "type": "zeebe:taskDefinition",
1622
+ "property": "type"
1623
+ }
1624
+ },
1625
+ {
1626
+ "id": "authenticationType",
1627
+ "label": "Type",
1628
+ "group": "authentication",
1629
+ "type": "Dropdown",
1630
+ "value": "bearer",
1631
+ "choices": [
1632
+ {
1633
+ "name": "Bearer token",
1634
+ "value": "bearer"
1635
+ },
1636
+ {
1637
+ "name": "Refresh token",
1638
+ "value": "refresh"
1639
+ }
1640
+ ],
1641
+ "binding": {
1642
+ "type": "zeebe:input",
1643
+ "name": "authentication.authType",
1644
+ "key": "authentication.authType"
1645
+ }
1646
+ },
1647
+ {
1648
+ "label": "Bearer token",
1649
+ "description": "Enter Google API Bearer token that is authorized to interact with desired spreadsheet",
1650
+ "group": "authentication",
1651
+ "type": "String",
1652
+ "binding": {
1653
+ "type": "zeebe:input",
1654
+ "name": "authentication.bearerToken"
1655
+ },
1656
+ "constraints": {
1657
+ "notEmpty": true
1658
+ },
1659
+ "condition": {
1660
+ "property": "authenticationType",
1661
+ "equals": "bearer"
1662
+ }
1663
+ },
1664
+ {
1665
+ "label": "Client ID",
1666
+ "description": "Enter Google API Client ID",
1667
+ "group": "authentication",
1668
+ "type": "String",
1669
+ "binding": {
1670
+ "type": "zeebe:input",
1671
+ "name": "authentication.oauthClientId"
1672
+ },
1673
+ "constraints": {
1674
+ "notEmpty": true
1675
+ },
1676
+ "condition": {
1677
+ "property": "authenticationType",
1678
+ "equals": "refresh"
1679
+ }
1680
+ },
1681
+ {
1682
+ "label": "Client secret",
1683
+ "description": "Enter Google API client Secret",
1684
+ "group": "authentication",
1685
+ "type": "String",
1686
+ "binding": {
1687
+ "type": "zeebe:input",
1688
+ "name": "authentication.oauthClientSecret"
1689
+ },
1690
+ "constraints": {
1691
+ "notEmpty": true
1692
+ },
1693
+ "condition": {
1694
+ "property": "authenticationType",
1695
+ "equals": "refresh"
1696
+ }
1697
+ },
1698
+ {
1699
+ "label": "Refresh token",
1700
+ "description": "Enter Google API refresh token that is authorized to interact with desired spreadsheet",
1701
+ "group": "authentication",
1702
+ "type": "String",
1703
+ "binding": {
1704
+ "type": "zeebe:input",
1705
+ "name": "authentication.oauthRefreshToken"
1706
+ },
1707
+ "constraints": {
1708
+ "notEmpty": true
1709
+ },
1710
+ "condition": {
1711
+ "property": "authenticationType",
1712
+ "equals": "refresh"
1713
+ }
1714
+ },
1715
+ {
1716
+ "id": "operationType",
1717
+ "group": "operation",
1718
+ "type": "Dropdown",
1719
+ "value": "createSpreadsheet",
1720
+ "choices": [
1721
+ {
1722
+ "name": "Create spreadsheet",
1723
+ "value": "createSpreadsheet"
1724
+ },
1725
+ {
1726
+ "name": "Add values to spreadsheet",
1727
+ "value": "addValues"
1728
+ },
1729
+ {
1730
+ "name": "Get spreadsheet details",
1731
+ "value": "spreadsheetsDetails"
1732
+ },
1733
+ {
1734
+ "name": "Create worksheet",
1735
+ "value": "createWorksheet"
1736
+ },
1737
+ {
1738
+ "name": "Get worksheet data",
1739
+ "value": "getWorksheetData"
1740
+ },
1741
+ {
1742
+ "name": "Delete worksheet",
1743
+ "value": "deleteWorksheet"
1744
+ },
1745
+ {
1746
+ "name": "Create empty column or row",
1747
+ "value": "createEmptyColumnOrRow"
1748
+ },
1749
+ {
1750
+ "name": "Create row",
1751
+ "value": "createRow"
1752
+ },
1753
+ {
1754
+ "name": "Delete column",
1755
+ "value": "deleteColumn"
1756
+ },
1757
+ {
1758
+ "name": "Get row by index",
1759
+ "value": "getRowByIndex"
1760
+ }
1761
+ ],
1762
+ "binding": {
1763
+ "type": "zeebe:input",
1764
+ "name": "operation.type",
1765
+ "key": "operation.type"
1766
+ }
1767
+ },
1768
+ {
1769
+ "label": "Parent folder ID",
1770
+ "description": "Enter ID of the parent folder where new spreadsheet will be created",
1771
+ "group": "operationDetails",
1772
+ "type": "String",
1773
+ "feel": "optional",
1774
+ "optional": true,
1775
+ "binding": {
1776
+ "type": "zeebe:input",
1777
+ "name": "operation.parent"
1778
+ },
1779
+ "condition": {
1780
+ "property": "operationType",
1781
+ "equals": "createSpreadsheet"
1782
+ }
1783
+ },
1784
+ {
1785
+ "label": "Spreadsheet ID",
1786
+ "description": "Enter the ID of the spreadsheet",
1787
+ "group": "operationDetails",
1788
+ "type": "String",
1789
+ "feel": "optional",
1790
+ "optional": false,
1791
+ "binding": {
1792
+ "type": "zeebe:input",
1793
+ "name": "operation.spreadsheetId"
1794
+ },
1795
+ "condition": {
1796
+ "property": "operationType",
1797
+ "oneOf": [
1798
+ "createWorksheet",
1799
+ "getRowByIndex",
1800
+ "createEmptyColumnOrRow",
1801
+ "deleteWorksheet",
1802
+ "deleteColumn",
1803
+ "getWorksheetData",
1804
+ "spreadsheetsDetails",
1805
+ "createRow",
1806
+ "addValues"
1807
+ ]
1808
+ },
1809
+ "constraints": {
1810
+ "notEmpty": true
1811
+ }
1812
+ },
1813
+ {
1814
+ "label": "Spreadsheet name",
1815
+ "description": "Enter name for the new spreadsheet",
1816
+ "group": "operationDetails",
1817
+ "type": "String",
1818
+ "feel": "optional",
1819
+ "optional": false,
1820
+ "binding": {
1821
+ "type": "zeebe:input",
1822
+ "name": "operation.spreadsheetName"
1823
+ },
1824
+ "constraints": {
1825
+ "notEmpty": true,
1826
+ "maxLength": 255
1827
+ },
1828
+ "condition": {
1829
+ "property": "operationType",
1830
+ "equals": "createSpreadsheet"
1831
+ }
1832
+ },
1833
+ {
1834
+ "label": "Worksheet ID",
1835
+ "description": "Enter the ID of the worksheet",
1836
+ "group": "operationDetails",
1837
+ "type": "String",
1838
+ "feel": "optional",
1839
+ "optional": false,
1840
+ "binding": {
1841
+ "type": "zeebe:input",
1842
+ "name": "operation.worksheetId"
1843
+ },
1844
+ "constraints": {
1845
+ "notEmpty": true,
1846
+ "maxLength": 100,
1847
+ "pattern": {
1848
+ "value": "^([0-9]*$)",
1849
+ "message": "Must be a number."
1850
+ }
1851
+ },
1852
+ "condition": {
1853
+ "property": "operationType",
1854
+ "oneOf": ["deleteWorksheet", "createEmptyColumnOrRow", "deleteColumn"]
1855
+ }
1856
+ },
1857
+ {
1858
+ "label": "Worksheet name",
1859
+ "description": "Enter name for the worksheet",
1860
+ "group": "operationDetails",
1861
+ "type": "String",
1862
+ "feel": "optional",
1863
+ "optional": false,
1864
+ "binding": {
1865
+ "type": "zeebe:input",
1866
+ "name": "operation.worksheetName"
1867
+ },
1868
+ "constraints": {
1869
+ "notEmpty": true,
1870
+ "maxLength": 100
1871
+ },
1872
+ "condition": {
1873
+ "property": "operationType",
1874
+ "oneOf": ["createWorksheet", "getWorksheetData"]
1875
+ }
1876
+ },
1877
+ {
1878
+ "label": "Worksheet name",
1879
+ "description": "Enter the name of the worksheet",
1880
+ "group": "operationDetails",
1881
+ "type": "String",
1882
+ "feel": "optional",
1883
+ "optional": true,
1884
+ "binding": {
1885
+ "type": "zeebe:input",
1886
+ "name": "operation.worksheetName"
1887
+ },
1888
+ "constraints": {
1889
+ "notEmpty": false,
1890
+ "maxLength": 100
1891
+ },
1892
+ "condition": {
1893
+ "property": "operationType",
1894
+ "oneOf": ["getRowByIndex", "createRow", "addValues"]
1895
+ }
1896
+ },
1897
+ {
1898
+ "label": "Worksheet index",
1899
+ "description": "Enter index of the place where to add worksheet (leave empty if add to the end of sheet list) Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#what-is-a-worksheet-index\" target=\"_blank\">documentation</a>",
1900
+ "group": "operationDetails",
1901
+ "type": "String",
1902
+ "feel": "optional",
1903
+ "optional": true,
1904
+ "binding": {
1905
+ "type": "zeebe:input",
1906
+ "name": "operation.worksheetIndex"
1907
+ },
1908
+ "constraints": {
1909
+ "notEmpty": false,
1910
+ "maxLength": 5,
1911
+ "pattern": {
1912
+ "value": "^([0-9]*$)",
1913
+ "message": "Must be a number."
1914
+ }
1915
+ },
1916
+ "condition": {
1917
+ "property": "operationType",
1918
+ "equals": "createWorksheet"
1919
+ }
1920
+ },
1921
+ {
1922
+ "label": "Dimension",
1923
+ "description": "Choose what to add: column or row",
1924
+ "group": "operationDetails",
1925
+ "type": "Dropdown",
1926
+ "optional": false,
1927
+ "choices": [
1928
+ {
1929
+ "name": "Column",
1930
+ "value": "COLUMNS"
1931
+ },
1932
+ {
1933
+ "name": "Row",
1934
+ "value": "ROWS"
1935
+ }
1936
+ ],
1937
+ "binding": {
1938
+ "type": "zeebe:input",
1939
+ "name": "operation.dimension"
1940
+ },
1941
+ "condition": {
1942
+ "property": "operationType",
1943
+ "equals": "createEmptyColumnOrRow"
1944
+ },
1945
+ "constraints": {
1946
+ "notEmpty": true
1947
+ }
1948
+ },
1949
+ {
1950
+ "label": "Row index",
1951
+ "description": "Enter row index. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#what-is-a-row-index\" target=\"_blank\">documentation</a>",
1952
+ "group": "operationDetails",
1953
+ "type": "String",
1954
+ "feel": "optional",
1955
+ "optional": false,
1956
+ "binding": {
1957
+ "type": "zeebe:input",
1958
+ "name": "operation.rowIndex"
1959
+ },
1960
+ "constraints": {
1961
+ "notEmpty": true,
1962
+ "maxLength": 100,
1963
+ "pattern": {
1964
+ "value": "^([0-9]*$)",
1965
+ "message": "Must be a number."
1966
+ }
1967
+ },
1968
+ "condition": {
1969
+ "property": "operationType",
1970
+ "equals": "getRowByIndex"
1971
+ }
1972
+ },
1973
+ {
1974
+ "label": "Row index",
1975
+ "description": "Enter the index of the row to add . Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#what-is-a-row-index\" target=\"_blank\">documentation</a>",
1976
+ "group": "operationDetails",
1977
+ "type": "String",
1978
+ "feel": "optional",
1979
+ "optional": true,
1980
+ "binding": {
1981
+ "type": "zeebe:input",
1982
+ "name": "operation.rowIndex"
1983
+ },
1984
+ "constraints": {
1985
+ "notEmpty": false,
1986
+ "maxLength": 100,
1987
+ "pattern": {
1988
+ "value": "^([0-9]*$)",
1989
+ "message": "Must contains only numbers."
1990
+ }
1991
+ },
1992
+ "condition": {
1993
+ "property": "operationType",
1994
+ "equals": "createRow"
1995
+ }
1996
+ },
1997
+ {
1998
+ "id": "columnIndexFormat",
1999
+ "label": "Index format",
2000
+ "description": "Choose the type of the index. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#how-can-i-define-which-column-will-be-deleted\" target=\"_blank\">documentation</a>",
2001
+ "group": "operationDetails",
2002
+ "type": "Dropdown",
2003
+ "optional": false,
2004
+ "choices": [
2005
+ {
2006
+ "name": "Letters",
1623
2007
  "value": "LETTERS"
2008
+ },
2009
+ {
2010
+ "name": "Numbers",
2011
+ "value": "NUMBERS"
2012
+ }
2013
+ ],
2014
+ "binding": {
2015
+ "type": "zeebe:input",
2016
+ "name": "operation.columnIndexType"
2017
+ },
2018
+ "condition": {
2019
+ "property": "operationType",
2020
+ "equals": "deleteColumn"
2021
+ },
2022
+ "constraints": {
2023
+ "notEmpty": true
2024
+ }
2025
+ },
2026
+ {
2027
+ "label": "Column letter index",
2028
+ "description": "Enter the index of the column. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#how-can-i-define-which-column-will-be-deleted\" target=\"_blank\">documentation</a>",
2029
+ "group": "operationDetails",
2030
+ "type": "String",
2031
+ "feel": "optional",
2032
+ "optional": false,
2033
+ "binding": {
2034
+ "type": "zeebe:input",
2035
+ "name": "operation.columnLetterIndex"
2036
+ },
2037
+ "constraints": {
2038
+ "notEmpty": true,
2039
+ "maxLength": 100,
2040
+ "pattern": {
2041
+ "value": "[A-Z]+",
2042
+ "message": "Must contains only capital letters."
2043
+ }
2044
+ },
2045
+ "condition": {
2046
+ "property": "columnIndexFormat",
2047
+ "equals": "LETTERS"
2048
+ }
2049
+ },
2050
+ {
2051
+ "label": "Column numeric index",
2052
+ "description": "Enter the index of the column. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#how-can-i-define-which-column-will-be-deleted\" target=\"_blank\">documentation</a>",
2053
+ "group": "operationDetails",
2054
+ "type": "String",
2055
+ "feel": "optional",
2056
+ "optional": false,
2057
+ "binding": {
2058
+ "type": "zeebe:input",
2059
+ "name": "operation.columnNumberIndex"
2060
+ },
2061
+ "constraints": {
2062
+ "notEmpty": true,
2063
+ "maxLength": 100,
2064
+ "pattern": {
2065
+ "value": "^([0-9]*$)",
2066
+ "message": "Must contains only numbers."
2067
+ }
2068
+ },
2069
+ "condition": {
2070
+ "property": "columnIndexFormat",
2071
+ "equals": "NUMBERS"
2072
+ }
2073
+ },
2074
+ {
2075
+ "label": "Start index",
2076
+ "description": "Enter start index (leave empty if add to the end of the sheet). Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#create-empty-column-or-row\" target=\"_blank\">documentation</a>",
2077
+ "group": "operationDetails",
2078
+ "type": "String",
2079
+ "feel": "optional",
2080
+ "optional": true,
2081
+ "binding": {
2082
+ "type": "zeebe:input",
2083
+ "name": "operation.startIndex"
2084
+ },
2085
+ "constraints": {
2086
+ "notEmpty": false,
2087
+ "maxLength": 100,
2088
+ "pattern": {
2089
+ "value": "^([0-9]*$)",
2090
+ "message": "Must be a number."
1624
2091
  }
1625
- ]
2092
+ },
2093
+ "condition": {
2094
+ "property": "operationType",
2095
+ "equals": "createEmptyColumnOrRow"
2096
+ }
1626
2097
  },
1627
2098
  {
1628
- "id": "columnNumberIndex",
1629
- "label": "Column numeric index",
1630
- "description": "Enter the index of the column. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#how-can-i-define-which-column-will-be-deleted\" target=\"_blank\">documentation</a>",
1631
- "optional": false,
1632
- "feel": "optional",
2099
+ "label": "End index",
2100
+ "description": "Enter End index (leave empty if add to the end of the sheet) Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#create-empty-column-or-row\" target=\"_blank\">documentation</a>",
1633
2101
  "group": "operationDetails",
2102
+ "type": "String",
2103
+ "feel": "optional",
2104
+ "optional": true,
1634
2105
  "binding": {
1635
- "name": "operation.columnNumberIndex",
1636
- "type": "zeebe:input"
2106
+ "type": "zeebe:input",
2107
+ "name": "operation.endIndex"
2108
+ },
2109
+ "constraints": {
2110
+ "notEmpty": false,
2111
+ "maxLength": 100,
2112
+ "pattern": {
2113
+ "value": "^([0-9]*$)",
2114
+ "message": "Must be a number."
2115
+ }
1637
2116
  },
1638
2117
  "condition": {
1639
- "allMatch": [
1640
- {
1641
- "property": "operation.columnIndexType",
1642
- "equals": "NUMBERS",
1643
- "type": "simple"
1644
- },
1645
- {
1646
- "property": "operation.type",
1647
- "equals": "deleteColumn",
1648
- "type": "simple"
1649
- }
1650
- ]
2118
+ "property": "operationType",
2119
+ "equals": "createEmptyColumnOrRow"
2120
+ }
2121
+ },
2122
+ {
2123
+ "label": "Cell ID",
2124
+ "description": "Enter the ID of the cell. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#add-values-to-spreadsheet\" target=\"_blank\">documentation</a>",
2125
+ "group": "operationDetails",
2126
+ "type": "String",
2127
+ "feel": "optional",
2128
+ "optional": false,
2129
+ "binding": {
2130
+ "type": "zeebe:input",
2131
+ "name": "operation.cellId"
1651
2132
  },
1652
- "type": "Number"
2133
+ "constraints": {
2134
+ "notEmpty": true,
2135
+ "maxLength": 100
2136
+ },
2137
+ "condition": {
2138
+ "property": "operationType",
2139
+ "equals": "addValues"
2140
+ }
1653
2141
  },
1654
2142
  {
1655
- "id": "columnLetterIndex",
1656
- "label": "Column letter index",
1657
- "description": "Enter the index of the column. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#how-can-i-define-which-column-will-be-deleted\" target=\"_blank\">documentation</a>",
2143
+ "label": "Enter values",
2144
+ "description": "Enter the array of values. <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#create-row\" target=\"_blank\">Learn more about the required format</a>",
2145
+ "group": "operationDetails",
2146
+ "type": "Text",
2147
+ "feel": "required",
1658
2148
  "optional": false,
1659
- "feel": "optional",
2149
+ "binding": {
2150
+ "type": "zeebe:input",
2151
+ "name": "operation.values"
2152
+ },
2153
+ "constraints": {
2154
+ "notEmpty": true,
2155
+ "maxLength": 100
2156
+ },
2157
+ "condition": {
2158
+ "property": "operationType",
2159
+ "equals": "createRow"
2160
+ }
2161
+ },
2162
+ {
2163
+ "label": "Value",
2164
+ "description": "Enter the value",
1660
2165
  "group": "operationDetails",
2166
+ "type": "String",
2167
+ "feel": "optional",
2168
+ "optional": false,
1661
2169
  "binding": {
1662
- "name": "operation.columnLetterIndex",
1663
- "type": "zeebe:input"
2170
+ "type": "zeebe:input",
2171
+ "name": "operation.value"
2172
+ },
2173
+ "constraints": {
2174
+ "notEmpty": true,
2175
+ "maxLength": 200
1664
2176
  },
1665
2177
  "condition": {
1666
- "allMatch": [
1667
- {
1668
- "property": "operation.columnIndexType",
1669
- "equals": "LETTERS",
1670
- "type": "simple"
1671
- },
1672
- {
1673
- "property": "operation.type",
1674
- "equals": "deleteColumn",
1675
- "type": "simple"
1676
- }
1677
- ]
2178
+ "property": "operationType",
2179
+ "equals": "addValues"
2180
+ }
2181
+ },
2182
+ {
2183
+ "label": "Result variable",
2184
+ "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>",
2185
+ "group": "output",
2186
+ "type": "String",
2187
+ "binding": {
2188
+ "type": "zeebe:taskHeader",
2189
+ "key": "resultVariable"
2190
+ }
2191
+ },
2192
+ {
2193
+ "label": "Result expression",
2194
+ "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>",
2195
+ "group": "output",
2196
+ "type": "Text",
2197
+ "feel": "required",
2198
+ "binding": {
2199
+ "type": "zeebe:taskHeader",
2200
+ "key": "resultExpression"
2201
+ }
2202
+ },
2203
+ {
2204
+ "label": "Error expression",
2205
+ "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>",
2206
+ "group": "errors",
2207
+ "type": "Text",
2208
+ "feel": "required",
2209
+ "binding": {
2210
+ "type": "zeebe:taskHeader",
2211
+ "key": "errorExpression"
2212
+ }
2213
+ }
2214
+ ],
2215
+ "icon": {
2216
+ "contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMC8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9UUi8yMDAxL1JFQy1TVkctMjAwMTA5MDQvRFREL3N2ZzEwLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgaWQ9ImJvZHlfMSIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE0Ij4KCjxnIHRyYW5zZm9ybT0ibWF0cml4KDAuMTU5MDkwOSAwIDAgMC4xNTkwOTA5IDMuOTA5MDkxIC0wKSI+CiAgICA8cGF0aCBkPSJNNDIgMEw2NCAyMkw1MyAyNEw0MiAyMkw0MCAxMUw0MiAweiIgc3Ryb2tlPSJub25lIiBmaWxsPSIjMTg4MDM4IiBmaWxsLXJ1bGU9Im5vbnplcm8iIC8+CiAgICA8cGF0aCBkPSJNNDIgMjJMNDIgMEw2IDBDIDIuNjg1IDAgMCAyLjY4NSAwIDZMMCA2TDAgODJDIDAgODUuMzE1IDIuNjg1IDg4IDYgODhMNiA4OEw1OCA4OEMgNjEuMzE1IDg4IDY0IDg1LjMxNSA2NCA4Mkw2NCA4Mkw2NCAyMkw0MiAyMnoiIHN0cm9rZT0ibm9uZSIgZmlsbD0iIzM0QTg1MyIgZmlsbC1ydWxlPSJub256ZXJvIiAvPgogICAgPHBhdGggZD0iTTEyIDM0TDEyIDYzTDUyIDYzTDUyIDM0TDEyIDM0ek0yOS41IDU4TDE3IDU4TDE3IDUxTDI5LjUgNTF6TTI5LjUgNDZMMTcgNDZMMTcgMzlMMjkuNSAzOXpNNDcgNThMMzQuNSA1OEwzNC41IDUxTDQ3IDUxek00NyA0NkwzNC41IDQ2TDM0LjUgMzlMNDcgMzl6IiBzdHJva2U9Im5vbmUiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgLz4KPC9nPgo8L3N2Zz4="
2217
+ },
2218
+ "engines": {
2219
+ "camunda": "^8.2"
2220
+ }
2221
+ },
2222
+ {
2223
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
2224
+ "name": "Google Sheets Outbound Connector",
2225
+ "id": "io.camunda.connectors.GoogleSheets.v1",
2226
+ "description": "Manage spreadsheets with Google Sheets",
2227
+ "keywords": [
2228
+ "create spreadsheet",
2229
+ "add values to spreadsheet",
2230
+ "create row",
2231
+ "create column",
2232
+ "create worksheet",
2233
+ "delete worksheet",
2234
+ "get row",
2235
+ "get spreadsheet details",
2236
+ "get worksheet data",
2237
+ "delete column",
2238
+ "spreadsheet",
2239
+ "excel"
2240
+ ],
2241
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/",
2242
+ "version": 5,
2243
+ "category": {
2244
+ "id": "connectors",
2245
+ "name": "Connectors"
2246
+ },
2247
+ "appliesTo": ["bpmn:Task"],
2248
+ "elementType": {
2249
+ "value": "bpmn:ServiceTask"
2250
+ },
2251
+ "engines": {
2252
+ "camunda": "^8.3"
2253
+ },
2254
+ "groups": [
2255
+ {
2256
+ "id": "authentication",
2257
+ "label": "Authentication"
2258
+ },
2259
+ {
2260
+ "id": "operation",
2261
+ "label": "Select operation"
2262
+ },
2263
+ {
2264
+ "id": "operationDetails",
2265
+ "label": "Operation details"
2266
+ },
2267
+ {
2268
+ "id": "connector",
2269
+ "label": "Connector"
2270
+ },
2271
+ {
2272
+ "id": "output",
2273
+ "label": "Output mapping"
2274
+ },
2275
+ {
2276
+ "id": "error",
2277
+ "label": "Error handling"
2278
+ },
2279
+ {
2280
+ "id": "retries",
2281
+ "label": "Retries"
2282
+ }
2283
+ ],
2284
+ "properties": [
2285
+ {
2286
+ "value": "io.camunda:google-sheets:1",
2287
+ "binding": {
2288
+ "property": "type",
2289
+ "type": "zeebe:taskDefinition"
1678
2290
  },
1679
- "type": "String"
2291
+ "type": "Hidden"
1680
2292
  },
1681
2293
  {
1682
- "id": "deleteWorksheet.spreadsheetId",
1683
- "label": "Spreadsheet ID",
1684
- "description": "Enter the ID of the spreadsheet",
2294
+ "id": "authentication.authType",
2295
+ "label": "Type",
2296
+ "optional": false,
2297
+ "value": "refresh",
2298
+ "constraints": {
2299
+ "notEmpty": true
2300
+ },
2301
+ "group": "authentication",
2302
+ "binding": {
2303
+ "name": "authentication.authType",
2304
+ "type": "zeebe:input"
2305
+ },
2306
+ "type": "Dropdown",
2307
+ "choices": [
2308
+ {
2309
+ "name": "Bearer token",
2310
+ "value": "bearer"
2311
+ },
2312
+ {
2313
+ "name": "Refresh token",
2314
+ "value": "refresh"
2315
+ }
2316
+ ]
2317
+ },
2318
+ {
2319
+ "id": "authentication.bearerToken",
2320
+ "label": "Bearer token",
2321
+ "description": "Enter a valid Google API Bearer token",
1685
2322
  "optional": false,
1686
2323
  "constraints": {
1687
2324
  "notEmpty": true
1688
2325
  },
1689
2326
  "feel": "optional",
1690
- "group": "operationDetails",
2327
+ "group": "authentication",
1691
2328
  "binding": {
1692
- "name": "operation.spreadsheetId",
2329
+ "name": "authentication.bearerToken",
1693
2330
  "type": "zeebe:input"
1694
2331
  },
1695
2332
  "condition": {
1696
- "property": "operation.type",
1697
- "equals": "deleteWorksheet",
2333
+ "property": "authentication.authType",
2334
+ "equals": "bearer",
1698
2335
  "type": "simple"
1699
2336
  },
1700
2337
  "type": "String"
1701
2338
  },
1702
2339
  {
1703
- "id": "deleteWorksheet.worksheetId",
1704
- "label": "Worksheet ID",
1705
- "description": "Enter the ID of the worksheet",
2340
+ "id": "authentication.oauthClientId",
2341
+ "label": "Client ID",
2342
+ "description": "Enter Google API Client ID",
1706
2343
  "optional": false,
1707
2344
  "constraints": {
1708
2345
  "notEmpty": true
1709
2346
  },
1710
2347
  "feel": "optional",
1711
- "group": "operationDetails",
2348
+ "group": "authentication",
1712
2349
  "binding": {
1713
- "name": "operation.worksheetId",
2350
+ "name": "authentication.oauthClientId",
1714
2351
  "type": "zeebe:input"
1715
2352
  },
1716
2353
  "condition": {
1717
- "property": "operation.type",
1718
- "equals": "deleteWorksheet",
2354
+ "property": "authentication.authType",
2355
+ "equals": "refresh",
1719
2356
  "type": "simple"
1720
2357
  },
1721
- "type": "Number"
2358
+ "type": "String"
1722
2359
  },
1723
2360
  {
1724
- "id": "getRowByIndex.spreadsheetId",
1725
- "label": "Spreadsheet ID",
1726
- "description": "Enter the ID of the spreadsheet",
2361
+ "id": "authentication.oauthClientSecret",
2362
+ "label": "Client secret",
2363
+ "description": "Enter Google API client Secret",
1727
2364
  "optional": false,
1728
2365
  "constraints": {
1729
2366
  "notEmpty": true
1730
2367
  },
1731
2368
  "feel": "optional",
1732
- "group": "operationDetails",
2369
+ "group": "authentication",
1733
2370
  "binding": {
1734
- "name": "operation.spreadsheetId",
2371
+ "name": "authentication.oauthClientSecret",
1735
2372
  "type": "zeebe:input"
1736
2373
  },
1737
2374
  "condition": {
1738
- "property": "operation.type",
1739
- "equals": "getRowByIndex",
2375
+ "property": "authentication.authType",
2376
+ "equals": "refresh",
1740
2377
  "type": "simple"
1741
2378
  },
1742
2379
  "type": "String"
1743
2380
  },
1744
2381
  {
1745
- "id": "getRowByIndex.worksheetName",
1746
- "label": "Worksheet name",
1747
- "description": "Enter name for the worksheet",
2382
+ "id": "authentication.oauthRefreshToken",
2383
+ "label": "Refresh token",
2384
+ "description": "Enter a valid Google API refresh token",
1748
2385
  "optional": false,
2386
+ "constraints": {
2387
+ "notEmpty": true
2388
+ },
1749
2389
  "feel": "optional",
1750
- "group": "operationDetails",
2390
+ "group": "authentication",
1751
2391
  "binding": {
1752
- "name": "operation.worksheetName",
2392
+ "name": "authentication.oauthRefreshToken",
1753
2393
  "type": "zeebe:input"
1754
2394
  },
1755
2395
  "condition": {
1756
- "property": "operation.type",
1757
- "equals": "getRowByIndex",
2396
+ "property": "authentication.authType",
2397
+ "equals": "refresh",
1758
2398
  "type": "simple"
1759
2399
  },
1760
2400
  "type": "String"
1761
2401
  },
1762
2402
  {
1763
- "id": "getRowByIndex.rowIndex",
1764
- "label": "Row index",
1765
- "description": "Enter row index. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#what-is-a-row-index\" target=\"_blank\">documentation</a>",
2403
+ "id": "operation.type",
2404
+ "label": "Input",
2405
+ "value": "createSpreadsheet",
2406
+ "group": "operation",
2407
+ "binding": {
2408
+ "name": "operation.type",
2409
+ "type": "zeebe:input"
2410
+ },
2411
+ "type": "Dropdown",
2412
+ "choices": [
2413
+ {
2414
+ "name": "Create spreadsheet",
2415
+ "value": "createSpreadsheet"
2416
+ },
2417
+ {
2418
+ "name": "Add values to spreadsheet",
2419
+ "value": "addValues"
2420
+ },
2421
+ {
2422
+ "name": "Create empty column or row",
2423
+ "value": "createEmptyColumnOrRow"
2424
+ },
2425
+ {
2426
+ "name": "Create row",
2427
+ "value": "createRow"
2428
+ },
2429
+ {
2430
+ "name": "Create worksheet",
2431
+ "value": "createWorksheet"
2432
+ },
2433
+ {
2434
+ "name": "Delete column",
2435
+ "value": "deleteColumn"
2436
+ },
2437
+ {
2438
+ "name": "Delete worksheet",
2439
+ "value": "deleteWorksheet"
2440
+ },
2441
+ {
2442
+ "name": "Get row by index",
2443
+ "value": "getRowByIndex"
2444
+ },
2445
+ {
2446
+ "name": "Get spreadsheet details",
2447
+ "value": "spreadsheetsDetails"
2448
+ },
2449
+ {
2450
+ "name": "Get worksheet data",
2451
+ "value": "getWorksheetData"
2452
+ }
2453
+ ]
2454
+ },
2455
+ {
2456
+ "id": "createSpreadsheet.spreadsheetName",
2457
+ "label": "Spreadsheet name",
2458
+ "description": "Enter name for the new spreadsheet",
1766
2459
  "optional": false,
1767
2460
  "constraints": {
1768
2461
  "notEmpty": true
@@ -1770,39 +2463,36 @@
1770
2463
  "feel": "optional",
1771
2464
  "group": "operationDetails",
1772
2465
  "binding": {
1773
- "name": "operation.rowIndex",
2466
+ "name": "operation.spreadsheetName",
1774
2467
  "type": "zeebe:input"
1775
2468
  },
1776
2469
  "condition": {
1777
2470
  "property": "operation.type",
1778
- "equals": "getRowByIndex",
2471
+ "equals": "createSpreadsheet",
1779
2472
  "type": "simple"
1780
2473
  },
1781
- "type": "Number"
2474
+ "type": "String"
1782
2475
  },
1783
2476
  {
1784
- "id": "spreadsheetsDetails.spreadsheetId",
1785
- "label": "Spreadsheet ID",
1786
- "description": "Enter the ID of the spreadsheet",
1787
- "optional": false,
1788
- "constraints": {
1789
- "notEmpty": true
1790
- },
2477
+ "id": "parent",
2478
+ "label": "Parent folder ID",
2479
+ "description": "Enter ID of the parent folder where new spreadsheet will be created",
2480
+ "optional": true,
1791
2481
  "feel": "optional",
1792
2482
  "group": "operationDetails",
1793
2483
  "binding": {
1794
- "name": "operation.spreadsheetId",
2484
+ "name": "operation.parent",
1795
2485
  "type": "zeebe:input"
1796
2486
  },
1797
2487
  "condition": {
1798
2488
  "property": "operation.type",
1799
- "equals": "spreadsheetsDetails",
2489
+ "equals": "createSpreadsheet",
1800
2490
  "type": "simple"
1801
2491
  },
1802
2492
  "type": "String"
1803
2493
  },
1804
2494
  {
1805
- "id": "getWorksheetData.spreadsheetId",
2495
+ "id": "addValues.spreadsheetId",
1806
2496
  "label": "Spreadsheet ID",
1807
2497
  "description": "Enter the ID of the spreadsheet",
1808
2498
  "optional": false,
@@ -1817,13 +2507,13 @@
1817
2507
  },
1818
2508
  "condition": {
1819
2509
  "property": "operation.type",
1820
- "equals": "getWorksheetData",
2510
+ "equals": "addValues",
1821
2511
  "type": "simple"
1822
2512
  },
1823
2513
  "type": "String"
1824
2514
  },
1825
2515
  {
1826
- "id": "getWorksheetData.worksheetName",
2516
+ "id": "addValues.worksheetName",
1827
2517
  "label": "Worksheet name",
1828
2518
  "description": "Enter name for the worksheet",
1829
2519
  "optional": false,
@@ -1838,729 +2528,710 @@
1838
2528
  },
1839
2529
  "condition": {
1840
2530
  "property": "operation.type",
1841
- "equals": "getWorksheetData",
2531
+ "equals": "addValues",
1842
2532
  "type": "simple"
1843
2533
  },
1844
2534
  "type": "String"
1845
2535
  },
1846
2536
  {
1847
- "id": "resultVariable",
1848
- "label": "Result variable",
1849
- "description": "Name of variable to store the response in",
1850
- "group": "output",
1851
- "binding": {
1852
- "key": "resultVariable",
1853
- "type": "zeebe:taskHeader"
1854
- },
1855
- "type": "String"
1856
- },
1857
- {
1858
- "id": "resultExpression",
1859
- "label": "Result expression",
1860
- "description": "Expression to map the response into process variables",
1861
- "feel": "required",
1862
- "group": "output",
1863
- "binding": {
1864
- "key": "resultExpression",
1865
- "type": "zeebe:taskHeader"
1866
- },
1867
- "type": "Text"
1868
- },
1869
- {
1870
- "id": "errorExpression",
1871
- "label": "Error expression",
1872
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1873
- "feel": "required",
1874
- "group": "error",
1875
- "binding": {
1876
- "key": "errorExpression",
1877
- "type": "zeebe:taskHeader"
2537
+ "id": "cellId",
2538
+ "label": "Cell ID",
2539
+ "description": "Enter the ID of the cell. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#add-values-to-spreadsheet\" target=\"_blank\">documentation</a>",
2540
+ "optional": false,
2541
+ "constraints": {
2542
+ "notEmpty": true
1878
2543
  },
1879
- "type": "Text"
1880
- },
1881
- {
1882
- "id": "retryCount",
1883
- "label": "Retries",
1884
- "description": "Number of retries",
1885
- "value": "3",
1886
2544
  "feel": "optional",
1887
- "group": "retries",
2545
+ "group": "operationDetails",
1888
2546
  "binding": {
1889
- "property": "retries",
1890
- "type": "zeebe:taskDefinition"
2547
+ "name": "operation.cellId",
2548
+ "type": "zeebe:input"
2549
+ },
2550
+ "condition": {
2551
+ "property": "operation.type",
2552
+ "equals": "addValues",
2553
+ "type": "simple"
1891
2554
  },
1892
2555
  "type": "String"
1893
2556
  },
1894
2557
  {
1895
- "id": "retryBackoff",
1896
- "label": "Retry backoff",
1897
- "description": "ISO-8601 duration to wait between retries",
1898
- "value": "PT0S",
1899
- "group": "retries",
2558
+ "id": "value",
2559
+ "label": "Value",
2560
+ "description": "Enter the value",
2561
+ "optional": false,
2562
+ "constraints": {
2563
+ "notEmpty": true
2564
+ },
2565
+ "feel": "optional",
2566
+ "group": "operationDetails",
1900
2567
  "binding": {
1901
- "key": "retryBackoff",
1902
- "type": "zeebe:taskHeader"
2568
+ "name": "operation.value",
2569
+ "type": "zeebe:input"
1903
2570
  },
1904
- "type": "String"
1905
- }
1906
- ],
1907
- "icon": {
1908
- "contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDlweCIgaGVpZ2h0PSI2N3B4IiB2aWV3Qm94PSIwIDAgNDkgNjciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU0LjEgKDc2NDkwKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5TaGVldHMtaWNvbjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxwYXRoIGQ9Ik0yOS41ODMzMzMzLDAgTDQuNDM3NSwwIEMxLjk5Njg3NSwwIDAsMS45OTY4NzUgMCw0LjQzNzUgTDAsNjAuNjQ1ODMzMyBDMCw2My4wODY0NTgzIDEuOTk2ODc1LDY1LjA4MzMzMzMgNC40Mzc1LDY1LjA4MzMzMzMgTDQyLjg5NTgzMzMsNjUuMDgzMzMzMyBDNDUuMzM2NDU4Myw2NS4wODMzMzMzIDQ3LjMzMzMzMzMsNjMuMDg2NDU4MyA0Ny4zMzMzMzMzLDYwLjY0NTgzMzMgTDQ3LjMzMzMzMzMsMTcuNzUgTDI5LjU4MzMzMzMsMCBaIiBpZD0icGF0aC0xIj48L3BhdGg+CiAgICAgICAgPHBhdGggZD0iTTI5LjU4MzMzMzMsMCBMNC40Mzc1LDAgQzEuOTk2ODc1LDAgMCwxLjk5Njg3NSAwLDQuNDM3NSBMMCw2MC42NDU4MzMzIEMwLDYzLjA4NjQ1ODMgMS45OTY4NzUsNjUuMDgzMzMzMyA0LjQzNzUsNjUuMDgzMzMzMyBMNDIuODk1ODMzMyw2NS4wODMzMzMzIEM0NS4zMzY0NTgzLDY1LjA4MzMzMzMgNDcuMzMzMzMzMyw2My4wODY0NTgzIDQ3LjMzMzMzMzMsNjAuNjQ1ODMzMyBMNDcuMzMzMzMzMywxNy43NSBMMjkuNTgzMzMzMywwIFoiIGlkPSJwYXRoLTMiPjwvcGF0aD4KICAgICAgICA8cGF0aCBkPSJNMjkuNTgzMzMzMywwIEw0LjQzNzUsMCBDMS45OTY4NzUsMCAwLDEuOTk2ODc1IDAsNC40Mzc1IEwwLDYwLjY0NTgzMzMgQzAsNjMuMDg2NDU4MyAxLjk5Njg3NSw2NS4wODMzMzMzIDQuNDM3NSw2NS4wODMzMzMzIEw0Mi44OTU4MzMzLDY1LjA4MzMzMzMgQzQ1LjMzNjQ1ODMsNjUuMDgzMzMzMyA0Ny4zMzMzMzMzLDYzLjA4NjQ1ODMgNDcuMzMzMzMzMyw2MC42NDU4MzMzIEw0Ny4zMzMzMzMzLDE3Ljc1IEwyOS41ODMzMzMzLDAgWiIgaWQ9InBhdGgtNSI+PC9wYXRoPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0iNTAuMDA1Mzk0NSUiIHkxPSI4LjU4NjEwNjEyJSIgeDI9IjUwLjAwNTM5NDUlIiB5Mj0iMTAwLjAxMzkzOSUiIGlkPSJsaW5lYXJHcmFkaWVudC03Ij4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iIzI2MzIzOCIgc3RvcC1vcGFjaXR5PSIwLjIiIG9mZnNldD0iMCUiPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iIzI2MzIzOCIgc3RvcC1vcGFjaXR5PSIwLjAyIiBvZmZzZXQ9IjEwMCUiPjwvc3RvcD4KICAgICAgICA8L2xpbmVhckdyYWRpZW50PgogICAgICAgIDxwYXRoIGQ9Ik0yOS41ODMzMzMzLDAgTDQuNDM3NSwwIEMxLjk5Njg3NSwwIDAsMS45OTY4NzUgMCw0LjQzNzUgTDAsNjAuNjQ1ODMzMyBDMCw2My4wODY0NTgzIDEuOTk2ODc1LDY1LjA4MzMzMzMgNC40Mzc1LDY1LjA4MzMzMzMgTDQyLjg5NTgzMzMsNjUuMDgzMzMzMyBDNDUuMzM2NDU4Myw2NS4wODMzMzMzIDQ3LjMzMzMzMzMsNjMuMDg2NDU4MyA0Ny4zMzMzMzMzLDYwLjY0NTgzMzMgTDQ3LjMzMzMzMzMsMTcuNzUgTDI5LjU4MzMzMzMsMCBaIiBpZD0icGF0aC04Ij48L3BhdGg+CiAgICAgICAgPHBhdGggZD0iTTI5LjU4MzMzMzMsMCBMNC40Mzc1LDAgQzEuOTk2ODc1LDAgMCwxLjk5Njg3NSAwLDQuNDM3NSBMMCw2MC42NDU4MzMzIEMwLDYzLjA4NjQ1ODMgMS45OTY4NzUsNjUuMDgzMzMzMyA0LjQzNzUsNjUuMDgzMzMzMyBMNDIuODk1ODMzMyw2NS4wODMzMzMzIEM0NS4zMzY0NTgzLDY1LjA4MzMzMzMgNDcuMzMzMzMzMyw2My4wODY0NTgzIDQ3LjMzMzMzMzMsNjAuNjQ1ODMzMyBMNDcuMzMzMzMzMywxNy43NSBMMjkuNTgzMzMzMywwIFoiIGlkPSJwYXRoLTEwIj48L3BhdGg+CiAgICAgICAgPHBhdGggZD0iTTI5LjU4MzMzMzMsMCBMNC40Mzc1LDAgQzEuOTk2ODc1LDAgMCwxLjk5Njg3NSAwLDQuNDM3NSBMMCw2MC42NDU4MzMzIEMwLDYzLjA4NjQ1ODMgMS45OTY4NzUsNjUuMDgzMzMzMyA0LjQzNzUsNjUuMDgzMzMzMyBMNDIuODk1ODMzMyw2NS4wODMzMzMzIEM0NS4zMzY0NTgzLDY1LjA4MzMzMzMgNDcuMzMzMzMzMyw2My4wODY0NTgzIDQ3LjMzMzMzMzMsNjAuNjQ1ODMzMyBMNDcuMzMzMzMzMywxNy43NSBMMjkuNTgzMzMzMywwIFoiIGlkPSJwYXRoLTEyIj48L3BhdGg+CiAgICAgICAgPHBhdGggZD0iTTI5LjU4MzMzMzMsMCBMNC40Mzc1LDAgQzEuOTk2ODc1LDAgMCwxLjk5Njg3NSAwLDQuNDM3NSBMMCw2MC42NDU4MzMzIEMwLDYzLjA4NjQ1ODMgMS45OTY4NzUsNjUuMDgzMzMzMyA0LjQzNzUsNjUuMDgzMzMzMyBMNDIuODk1ODMzMyw2NS4wODMzMzMzIEM0NS4zMzY0NTgzLDY1LjA4MzMzMzMgNDcuMzMzMzMzMyw2My4wODY0NTgzIDQ3LjMzMzMzMzMsNjAuNjQ1ODMzMyBMNDcuMzMzMzMzMywxNy43NSBMMjkuNTgzMzMzMywwIFoiIGlkPSJwYXRoLTE0Ij48L3BhdGg+CiAgICAgICAgPHJhZGlhbEdyYWRpZW50IGN4PSIzLjE2ODA0Njg4JSIgY3k9IjIuNzE3NDQzMTglIiBmeD0iMy4xNjgwNDY4OCUiIGZ5PSIyLjcxNzQ0MzE4JSIgcj0iMTYxLjI0ODUxNiUiIGdyYWRpZW50VHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMzE2ODAsMC4wMjcxNzQpLHNjYWxlKDEuMDAwMDAwLDAuNzI3MjczKSx0cmFuc2xhdGUoLTAuMDMxNjgwLC0wLjAyNzE3NCkiIGlkPSJyYWRpYWxHcmFkaWVudC0xNiI+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIHN0b3Atb3BhY2l0eT0iMC4xIiBvZmZzZXQ9IjAlIj48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIHN0b3Atb3BhY2l0eT0iMCIgb2Zmc2V0PSIxMDAlIj48L3N0b3A+CiAgICAgICAgPC9yYWRpYWxHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJDb25zdW1lci1BcHBzLVNoZWV0cy1MYXJnZS1WRC1SOC0iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00NTEuMDAwMDAwLCAtNDUxLjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0iSGVybyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDYzLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9IlBlcnNvbmFsIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNzcuMDAwMDAwLCAyOTkuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IlNoZWV0cy1pY29uIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNzQuODMzMzMzLCA4OS45NTgzMzMpIj4KICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJDbGlwcGVkIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJTVkdJRF8xXyI+PC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yOS41ODMzMzMzLDAgTDQuNDM3NSwwIEMxLjk5Njg3NSwwIDAsMS45OTY4NzUgMCw0LjQzNzUgTDAsNjAuNjQ1ODMzMyBDMCw2My4wODY0NTgzIDEuOTk2ODc1LDY1LjA4MzMzMzMgNC40Mzc1LDY1LjA4MzMzMzMgTDQyLjg5NTgzMzMsNjUuMDgzMzMzMyBDNDUuMzM2NDU4Myw2NS4wODMzMzMzIDQ3LjMzMzMzMzMsNjMuMDg2NDU4MyA0Ny4zMzMzMzMzLDYwLjY0NTgzMzMgTDQ3LjMzMzMzMzMsMTcuNzUgTDM2Ljk3OTE2NjcsMTAuMzU0MTY2NyBMMjkuNTgzMzMzMywwIFoiIGlkPSJQYXRoIiBmaWxsPSIjMEY5RDU4IiBmaWxsLXJ1bGU9Im5vbnplcm8iIG1hc2s9InVybCgjbWFzay0yKSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IkNsaXBwZWQiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTQiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0zIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IlNWR0lEXzFfIj48L2c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTExLjgzMzMzMzMsMzEuODAyMDgzMyBMMTEuODMzMzMzMyw1My4yNSBMMzUuNSw1My4yNSBMMzUuNSwzMS44MDIwODMzIEwxMS44MzMzMzMzLDMxLjgwMjA4MzMgWiBNMjIuMTg3NSw1MC4yOTE2NjY3IEwxNC43OTE2NjY3LDUwLjI5MTY2NjcgTDE0Ljc5MTY2NjcsNDYuNTkzNzUgTDIyLjE4NzUsNDYuNTkzNzUgTDIyLjE4NzUsNTAuMjkxNjY2NyBaIE0yMi4xODc1LDQ0LjM3NSBMMTQuNzkxNjY2Nyw0NC4zNzUgTDE0Ljc5MTY2NjcsNDAuNjc3MDgzMyBMMjIuMTg3NSw0MC42NzcwODMzIEwyMi4xODc1LDQ0LjM3NSBaIE0yMi4xODc1LDM4LjQ1ODMzMzMgTDE0Ljc5MTY2NjcsMzguNDU4MzMzMyBMMTQuNzkxNjY2NywzNC43NjA0MTY3IEwyMi4xODc1LDM0Ljc2MDQxNjcgTDIyLjE4NzUsMzguNDU4MzMzMyBaIE0zMi41NDE2NjY3LDUwLjI5MTY2NjcgTDI1LjE0NTgzMzMsNTAuMjkxNjY2NyBMMjUuMTQ1ODMzMyw0Ni41OTM3NSBMMzIuNTQxNjY2Nyw0Ni41OTM3NSBMMzIuNTQxNjY2Nyw1MC4yOTE2NjY3IFogTTMyLjU0MTY2NjcsNDQuMzc1IEwyNS4xNDU4MzMzLDQ0LjM3NSBMMjUuMTQ1ODMzMyw0MC42NzcwODMzIEwzMi41NDE2NjY3LDQwLjY3NzA4MzMgTDMyLjU0MTY2NjcsNDQuMzc1IFogTTMyLjU0MTY2NjcsMzguNDU4MzMzMyBMMjUuMTQ1ODMzMywzOC40NTgzMzMzIEwyNS4xNDU4MzMzLDM0Ljc2MDQxNjcgTDMyLjU0MTY2NjcsMzQuNzYwNDE2NyBMMzIuNTQxNjY2NywzOC40NTgzMzMzIFoiIGlkPSJTaGFwZSIgZmlsbD0iI0YxRjFGMSIgZmlsbC1ydWxlPSJub256ZXJvIiBtYXNrPSJ1cmwoI21hc2stNCkiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJDbGlwcGVkIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay02IiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtNSI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJTVkdJRF8xXyI+PC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJQYXRoIiBmaWxsPSJ1cmwoI2xpbmVhckdyYWRpZW50LTcpIiBmaWxsLXJ1bGU9Im5vbnplcm8iIG1hc2s9InVybCgjbWFzay02KSIgcG9pbnRzPSIzMC44ODEzMDIxIDE2LjQ1MjAzMTMgNDcuMzMzMzMzMyAzMi45MDAzNjQ2IDQ3LjMzMzMzMzMgMTcuNzUiPjwvcG9seWdvbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJDbGlwcGVkIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay05IiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtOCI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJTVkdJRF8xXyI+PC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgbWFzaz0idXJsKCNtYXNrLTkpIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjYuNjI1MDAwLCAtMi45NTgzMzMpIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yLjk1ODMzMzMzLDIuOTU4MzMzMzMgTDIuOTU4MzMzMzMsMTYuMjcwODMzMyBDMi45NTgzMzMzMywxOC43MjI1NTIxIDQuOTQ0MTE0NTgsMjAuNzA4MzMzMyA3LjM5NTgzMzMzLDIwLjcwODMzMzMgTDIwLjcwODMzMzMsMjAuNzA4MzMzMyBMMi45NTgzMzMzMywyLjk1ODMzMzMzIFoiIGlkPSJQYXRoIiBmaWxsPSIjODdDRUFDIiBmaWxsLXJ1bGU9Im5vbnplcm8iPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJDbGlwcGVkIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay0xMSIgZmlsbD0id2hpdGUiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEwIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IlNWR0lEXzFfIj48L2c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTQuNDM3NSwwIEMxLjk5Njg3NSwwIDAsMS45OTY4NzUgMCw0LjQzNzUgTDAsNC44MDcyOTE2NyBDMCwyLjM2NjY2NjY3IDEuOTk2ODc1LDAuMzY5NzkxNjY3IDQuNDM3NSwwLjM2OTc5MTY2NyBMMjkuNTgzMzMzMywwLjM2OTc5MTY2NyBMMjkuNTgzMzMzMywwIEw0LjQzNzUsMCBaIiBpZD0iUGF0aCIgZmlsbC1vcGFjaXR5PSIwLjIiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgbWFzaz0idXJsKCNtYXNrLTExKSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IkNsaXBwZWQiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTEzIiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMTIiPjwvdXNlPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbWFzaz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iU1ZHSURfMV8iPjwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNDIuODk1ODMzMyw2NC43MTM1NDE3IEw0LjQzNzUsNjQuNzEzNTQxNyBDMS45OTY4NzUsNjQuNzEzNTQxNyAwLDYyLjcxNjY2NjcgMCw2MC4yNzYwNDE3IEwwLDYwLjY0NTgzMzMgQzAsNjMuMDg2NDU4MyAxLjk5Njg3NSw2NS4wODMzMzMzIDQuNDM3NSw2NS4wODMzMzMzIEw0Mi44OTU4MzMzLDY1LjA4MzMzMzMgQzQ1LjMzNjQ1ODMsNjUuMDgzMzMzMyA0Ny4zMzMzMzMzLDYzLjA4NjQ1ODMgNDcuMzMzMzMzMyw2MC42NDU4MzMzIEw0Ny4zMzMzMzMzLDYwLjI3NjA0MTcgQzQ3LjMzMzMzMzMsNjIuNzE2NjY2NyA0NS4zMzY0NTgzLDY0LjcxMzU0MTcgNDIuODk1ODMzMyw2NC43MTM1NDE3IFoiIGlkPSJQYXRoIiBmaWxsLW9wYWNpdHk9IjAuMiIgZmlsbD0iIzI2MzIzOCIgZmlsbC1ydWxlPSJub256ZXJvIiBtYXNrPSJ1cmwoI21hc2stMTMpIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iQ2xpcHBlZCI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMTUiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xNCI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJTVkdJRF8xXyI+PC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zNC4wMjA4MzMzLDE3Ljc1IEMzMS41NjkxMTQ2LDE3Ljc1IDI5LjU4MzMzMzMsMTUuNzY0MjE4OCAyOS41ODMzMzMzLDEzLjMxMjUgTDI5LjU4MzMzMzMsMTMuNjgyMjkxNyBDMjkuNTgzMzMzMywxNi4xMzQwMTA0IDMxLjU2OTExNDYsMTguMTE5NzkxNyAzNC4wMjA4MzMzLDE4LjExOTc5MTcgTDQ3LjMzMzMzMzMsMTguMTE5NzkxNyBMNDcuMzMzMzMzMywxNy43NSBMMzQuMDIwODMzMywxNy43NSBaIiBpZD0iUGF0aCIgZmlsbC1vcGFjaXR5PSIwLjEiIGZpbGw9IiMyNjMyMzgiIGZpbGwtcnVsZT0ibm9uemVybyIgbWFzaz0idXJsKCNtYXNrLTE1KSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yOS41ODMzMzMzLDAgTDQuNDM3NSwwIEMxLjk5Njg3NSwwIDAsMS45OTY4NzUgMCw0LjQzNzUgTDAsNjAuNjQ1ODMzMyBDMCw2My4wODY0NTgzIDEuOTk2ODc1LDY1LjA4MzMzMzMgNC40Mzc1LDY1LjA4MzMzMzMgTDQyLjg5NTgzMzMsNjUuMDgzMzMzMyBDNDUuMzM2NDU4Myw2NS4wODMzMzMzIDQ3LjMzMzMzMzMsNjMuMDg2NDU4MyA0Ny4zMzMzMzMzLDYwLjY0NTgzMzMgTDQ3LjMzMzMzMzMsMTcuNzUgTDI5LjU4MzMzMzMsMCBaIiBpZD0iUGF0aCIgZmlsbD0idXJsKCNyYWRpYWxHcmFkaWVudC0xNikiIGZpbGwtcnVsZT0ibm9uemVybyI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+"
1909
- },
1910
- "engines": {
1911
- "camunda": "^8.6"
1912
- }
1913
- },
1914
- {
1915
- "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1916
- "name": "Google Sheets connector",
1917
- "id": "io.camunda.connectors.GoogleSheets.v1",
1918
- "version": 1,
1919
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/",
1920
- "description": "Work with spreadsheets",
1921
- "category": {
1922
- "id": "connectors",
1923
- "name": "Connectors"
1924
- },
1925
- "appliesTo": ["bpmn:Task"],
1926
- "elementType": {
1927
- "value": "bpmn:ServiceTask"
1928
- },
1929
- "groups": [
1930
- {
1931
- "id": "authentication",
1932
- "label": "Authentication"
1933
- },
1934
- {
1935
- "id": "operation",
1936
- "label": "Select operation"
1937
- },
1938
- {
1939
- "id": "operationDetails",
1940
- "label": "Operation details"
2571
+ "condition": {
2572
+ "property": "operation.type",
2573
+ "equals": "addValues",
2574
+ "type": "simple"
2575
+ },
2576
+ "type": "String"
1941
2577
  },
1942
2578
  {
1943
- "id": "output",
1944
- "label": "Output mapping"
2579
+ "id": "createEmptyColumnOrRow.spreadsheetId",
2580
+ "label": "Spreadsheet ID",
2581
+ "description": "Enter the ID of the spreadsheet",
2582
+ "optional": false,
2583
+ "constraints": {
2584
+ "notEmpty": true
2585
+ },
2586
+ "feel": "optional",
2587
+ "group": "operationDetails",
2588
+ "binding": {
2589
+ "name": "operation.spreadsheetId",
2590
+ "type": "zeebe:input"
2591
+ },
2592
+ "condition": {
2593
+ "property": "operation.type",
2594
+ "equals": "createEmptyColumnOrRow",
2595
+ "type": "simple"
2596
+ },
2597
+ "type": "String"
1945
2598
  },
1946
2599
  {
1947
- "id": "errors",
1948
- "label": "Error handling"
1949
- }
1950
- ],
1951
- "properties": [
1952
- {
1953
- "type": "Hidden",
1954
- "value": "io.camunda:google-sheets:1",
2600
+ "id": "createEmptyColumnOrRow.worksheetId",
2601
+ "label": "Worksheet ID",
2602
+ "description": "Enter the ID of the worksheet",
2603
+ "optional": false,
2604
+ "constraints": {
2605
+ "notEmpty": true
2606
+ },
2607
+ "feel": "optional",
2608
+ "group": "operationDetails",
1955
2609
  "binding": {
1956
- "type": "zeebe:taskDefinition",
1957
- "property": "type"
1958
- }
2610
+ "name": "operation.worksheetId",
2611
+ "type": "zeebe:input"
2612
+ },
2613
+ "condition": {
2614
+ "property": "operation.type",
2615
+ "equals": "createEmptyColumnOrRow",
2616
+ "type": "simple"
2617
+ },
2618
+ "type": "Number"
1959
2619
  },
1960
2620
  {
1961
- "id": "authenticationType",
1962
- "label": "Type",
1963
- "group": "authentication",
2621
+ "id": "dimension",
2622
+ "label": "Dimension",
2623
+ "description": "Choose what to add: column or row",
2624
+ "optional": false,
2625
+ "constraints": {
2626
+ "notEmpty": true
2627
+ },
2628
+ "group": "operationDetails",
2629
+ "binding": {
2630
+ "name": "operation.dimension",
2631
+ "type": "zeebe:input"
2632
+ },
2633
+ "condition": {
2634
+ "property": "operation.type",
2635
+ "equals": "createEmptyColumnOrRow",
2636
+ "type": "simple"
2637
+ },
1964
2638
  "type": "Dropdown",
1965
- "value": "bearer",
1966
2639
  "choices": [
1967
2640
  {
1968
- "name": "Bearer token",
1969
- "value": "bearer"
2641
+ "name": "ROWS",
2642
+ "value": "ROWS"
1970
2643
  },
1971
2644
  {
1972
- "name": "Refresh token",
1973
- "value": "refresh"
2645
+ "name": "COLUMNS",
2646
+ "value": "COLUMNS"
1974
2647
  }
1975
- ],
1976
- "binding": {
1977
- "type": "zeebe:input",
1978
- "name": "authentication.authType",
1979
- "key": "authentication.authType"
1980
- }
2648
+ ]
1981
2649
  },
1982
2650
  {
1983
- "label": "Bearer token",
1984
- "description": "Enter Google API Bearer token that is authorized to interact with desired spreadsheet",
1985
- "group": "authentication",
1986
- "type": "String",
2651
+ "id": "startIndex",
2652
+ "label": "Start index",
2653
+ "description": "Enter start index (leave empty if add to the end of the sheet). Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#create-empty-column-or-row\" target=\"_blank\">documentation</a>",
2654
+ "optional": false,
2655
+ "feel": "optional",
2656
+ "group": "operationDetails",
1987
2657
  "binding": {
1988
- "type": "zeebe:input",
1989
- "name": "authentication.bearerToken"
1990
- },
1991
- "constraints": {
1992
- "notEmpty": true
2658
+ "name": "operation.startIndex",
2659
+ "type": "zeebe:input"
1993
2660
  },
1994
2661
  "condition": {
1995
- "property": "authenticationType",
1996
- "equals": "bearer"
1997
- }
2662
+ "property": "operation.type",
2663
+ "equals": "createEmptyColumnOrRow",
2664
+ "type": "simple"
2665
+ },
2666
+ "type": "Number"
1998
2667
  },
1999
2668
  {
2000
- "label": "Client ID",
2001
- "description": "Enter Google API Client ID",
2002
- "group": "authentication",
2003
- "type": "String",
2669
+ "id": "endIndex",
2670
+ "label": "End index",
2671
+ "description": "Enter end index (leave empty if add to the end of the sheet). Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#create-empty-column-or-row\" target=\"_blank\">documentation</a>",
2672
+ "optional": false,
2673
+ "feel": "optional",
2674
+ "group": "operationDetails",
2004
2675
  "binding": {
2005
- "type": "zeebe:input",
2006
- "name": "authentication.oauthClientId"
2007
- },
2008
- "constraints": {
2009
- "notEmpty": true
2676
+ "name": "operation.endIndex",
2677
+ "type": "zeebe:input"
2010
2678
  },
2011
2679
  "condition": {
2012
- "property": "authenticationType",
2013
- "equals": "refresh"
2014
- }
2680
+ "property": "operation.type",
2681
+ "equals": "createEmptyColumnOrRow",
2682
+ "type": "simple"
2683
+ },
2684
+ "type": "Number"
2015
2685
  },
2016
2686
  {
2017
- "label": "Client secret",
2018
- "description": "Enter Google API client Secret",
2019
- "group": "authentication",
2020
- "type": "String",
2021
- "binding": {
2022
- "type": "zeebe:input",
2023
- "name": "authentication.oauthClientSecret"
2024
- },
2687
+ "id": "createRow.spreadsheetId",
2688
+ "label": "Spreadsheet ID",
2689
+ "description": "Enter the ID of the spreadsheet",
2690
+ "optional": false,
2025
2691
  "constraints": {
2026
2692
  "notEmpty": true
2027
2693
  },
2694
+ "feel": "optional",
2695
+ "group": "operationDetails",
2696
+ "binding": {
2697
+ "name": "operation.spreadsheetId",
2698
+ "type": "zeebe:input"
2699
+ },
2028
2700
  "condition": {
2029
- "property": "authenticationType",
2030
- "equals": "refresh"
2031
- }
2701
+ "property": "operation.type",
2702
+ "equals": "createRow",
2703
+ "type": "simple"
2704
+ },
2705
+ "type": "String"
2032
2706
  },
2033
2707
  {
2034
- "label": "Refresh token",
2035
- "description": "Enter Google API refresh token that is authorized to interact with desired spreadsheet",
2036
- "group": "authentication",
2037
- "type": "String",
2038
- "binding": {
2039
- "type": "zeebe:input",
2040
- "name": "authentication.oauthRefreshToken"
2041
- },
2708
+ "id": "createRow.worksheetName",
2709
+ "label": "Worksheet name",
2710
+ "description": "Enter name for the worksheet",
2711
+ "optional": false,
2042
2712
  "constraints": {
2043
2713
  "notEmpty": true
2044
2714
  },
2715
+ "feel": "optional",
2716
+ "group": "operationDetails",
2717
+ "binding": {
2718
+ "name": "operation.worksheetName",
2719
+ "type": "zeebe:input"
2720
+ },
2045
2721
  "condition": {
2046
- "property": "authenticationType",
2047
- "equals": "refresh"
2048
- }
2722
+ "property": "operation.type",
2723
+ "equals": "createRow",
2724
+ "type": "simple"
2725
+ },
2726
+ "type": "String"
2049
2727
  },
2050
2728
  {
2051
- "id": "operationType",
2052
- "group": "operation",
2053
- "type": "Dropdown",
2054
- "value": "createSpreadsheet",
2055
- "choices": [
2056
- {
2057
- "name": "Create spreadsheet",
2058
- "value": "createSpreadsheet"
2059
- },
2060
- {
2061
- "name": "Add values to spreadsheet",
2062
- "value": "addValues"
2063
- },
2064
- {
2065
- "name": "Get spreadsheet details",
2066
- "value": "spreadsheetsDetails"
2067
- },
2068
- {
2069
- "name": "Create worksheet",
2070
- "value": "createWorksheet"
2071
- },
2072
- {
2073
- "name": "Get worksheet data",
2074
- "value": "getWorksheetData"
2075
- },
2076
- {
2077
- "name": "Delete worksheet",
2078
- "value": "deleteWorksheet"
2079
- },
2080
- {
2081
- "name": "Create empty column or row",
2082
- "value": "createEmptyColumnOrRow"
2083
- },
2084
- {
2085
- "name": "Create row",
2086
- "value": "createRow"
2087
- },
2088
- {
2089
- "name": "Delete column",
2090
- "value": "deleteColumn"
2091
- },
2092
- {
2093
- "name": "Get row by index",
2094
- "value": "getRowByIndex"
2729
+ "id": "createRow.rowIndex",
2730
+ "label": "Row index",
2731
+ "description": "Enter row index. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#what-is-a-row-index\" target=\"_blank\">documentation</a>",
2732
+ "optional": true,
2733
+ "constraints": {
2734
+ "notEmpty": false,
2735
+ "pattern": {
2736
+ "value": "^(=.*|[0-9]+|)$",
2737
+ "message": "Must be a number"
2095
2738
  }
2096
- ],
2097
- "binding": {
2098
- "type": "zeebe:input",
2099
- "name": "operation.type",
2100
- "key": "operation.type"
2101
- }
2102
- },
2103
- {
2104
- "label": "Parent folder ID",
2105
- "description": "Enter ID of the parent folder where new spreadsheet will be created",
2106
- "group": "operationDetails",
2107
- "type": "String",
2739
+ },
2108
2740
  "feel": "optional",
2109
- "optional": true,
2741
+ "group": "operationDetails",
2110
2742
  "binding": {
2111
- "type": "zeebe:input",
2112
- "name": "operation.parent"
2743
+ "name": "operation.rowIndex",
2744
+ "type": "zeebe:input"
2113
2745
  },
2114
2746
  "condition": {
2115
- "property": "operationType",
2116
- "equals": "createSpreadsheet"
2117
- }
2747
+ "property": "operation.type",
2748
+ "equals": "createRow",
2749
+ "type": "simple"
2750
+ },
2751
+ "type": "Number"
2118
2752
  },
2119
2753
  {
2120
- "label": "Spreadsheet ID",
2121
- "description": "Enter the ID of the spreadsheet",
2122
- "group": "operationDetails",
2123
- "type": "String",
2124
- "feel": "optional",
2754
+ "id": "values",
2755
+ "label": "Enter values",
2756
+ "description": "Enter the array of values. <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#create-row\" target=\"_blank\">Learn more about the required format</a>",
2125
2757
  "optional": false,
2758
+ "constraints": {
2759
+ "notEmpty": true
2760
+ },
2761
+ "feel": "required",
2762
+ "group": "operationDetails",
2126
2763
  "binding": {
2127
- "type": "zeebe:input",
2128
- "name": "operation.spreadsheetId"
2764
+ "name": "operation.values",
2765
+ "type": "zeebe:input"
2129
2766
  },
2130
2767
  "condition": {
2131
- "property": "operationType",
2132
- "oneOf": [
2133
- "createWorksheet",
2134
- "getRowByIndex",
2135
- "createEmptyColumnOrRow",
2136
- "deleteWorksheet",
2137
- "deleteColumn",
2138
- "getWorksheetData",
2139
- "spreadsheetsDetails",
2140
- "createRow",
2141
- "addValues"
2142
- ]
2768
+ "property": "operation.type",
2769
+ "equals": "createRow",
2770
+ "type": "simple"
2143
2771
  },
2144
- "constraints": {
2145
- "notEmpty": true
2146
- }
2772
+ "type": "String"
2147
2773
  },
2148
2774
  {
2149
- "label": "Spreadsheet name",
2150
- "description": "Enter name for the new spreadsheet",
2151
- "group": "operationDetails",
2152
- "type": "String",
2153
- "feel": "optional",
2775
+ "id": "createWorksheet.spreadsheetId",
2776
+ "label": "Spreadsheet ID",
2777
+ "description": "Enter the ID of the spreadsheet",
2154
2778
  "optional": false,
2155
- "binding": {
2156
- "type": "zeebe:input",
2157
- "name": "operation.spreadsheetName"
2158
- },
2159
2779
  "constraints": {
2160
- "notEmpty": true,
2161
- "maxLength": 255
2780
+ "notEmpty": true
2162
2781
  },
2163
- "condition": {
2164
- "property": "operationType",
2165
- "equals": "createSpreadsheet"
2166
- }
2167
- },
2168
- {
2169
- "label": "Worksheet ID",
2170
- "description": "Enter the ID of the worksheet",
2171
- "group": "operationDetails",
2172
- "type": "String",
2173
2782
  "feel": "optional",
2174
- "optional": false,
2783
+ "group": "operationDetails",
2175
2784
  "binding": {
2176
- "type": "zeebe:input",
2177
- "name": "operation.worksheetId"
2178
- },
2179
- "constraints": {
2180
- "notEmpty": true,
2181
- "maxLength": 100,
2182
- "pattern": {
2183
- "value": "^([0-9]*$)",
2184
- "message": "Must be a number."
2185
- }
2785
+ "name": "operation.spreadsheetId",
2786
+ "type": "zeebe:input"
2186
2787
  },
2187
2788
  "condition": {
2188
- "property": "operationType",
2189
- "oneOf": ["deleteWorksheet", "createEmptyColumnOrRow", "deleteColumn"]
2190
- }
2789
+ "property": "operation.type",
2790
+ "equals": "createWorksheet",
2791
+ "type": "simple"
2792
+ },
2793
+ "type": "String"
2191
2794
  },
2192
2795
  {
2796
+ "id": "createWorksheet.worksheetName",
2193
2797
  "label": "Worksheet name",
2194
2798
  "description": "Enter name for the worksheet",
2195
- "group": "operationDetails",
2196
- "type": "String",
2197
- "feel": "optional",
2198
2799
  "optional": false,
2199
- "binding": {
2200
- "type": "zeebe:input",
2201
- "name": "operation.worksheetName"
2202
- },
2203
2800
  "constraints": {
2204
- "notEmpty": true,
2205
- "maxLength": 100
2801
+ "notEmpty": true
2206
2802
  },
2207
- "condition": {
2208
- "property": "operationType",
2209
- "oneOf": ["createWorksheet", "getWorksheetData"]
2210
- }
2211
- },
2212
- {
2213
- "label": "Worksheet name",
2214
- "description": "Enter the name of the worksheet",
2215
- "group": "operationDetails",
2216
- "type": "String",
2217
2803
  "feel": "optional",
2218
- "optional": true,
2804
+ "group": "operationDetails",
2219
2805
  "binding": {
2220
- "type": "zeebe:input",
2221
- "name": "operation.worksheetName"
2222
- },
2223
- "constraints": {
2224
- "notEmpty": false,
2225
- "maxLength": 100
2806
+ "name": "operation.worksheetName",
2807
+ "type": "zeebe:input"
2226
2808
  },
2227
2809
  "condition": {
2228
- "property": "operationType",
2229
- "oneOf": ["getRowByIndex", "createRow", "addValues"]
2230
- }
2810
+ "property": "operation.type",
2811
+ "equals": "createWorksheet",
2812
+ "type": "simple"
2813
+ },
2814
+ "type": "String"
2231
2815
  },
2232
2816
  {
2817
+ "id": "worksheetIndex",
2233
2818
  "label": "Worksheet index",
2234
2819
  "description": "Enter index of the place where to add worksheet (leave empty if add to the end of sheet list) Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#what-is-a-worksheet-index\" target=\"_blank\">documentation</a>",
2235
- "group": "operationDetails",
2236
- "type": "String",
2820
+ "optional": false,
2237
2821
  "feel": "optional",
2238
- "optional": true,
2822
+ "group": "operationDetails",
2239
2823
  "binding": {
2240
- "type": "zeebe:input",
2241
- "name": "operation.worksheetIndex"
2242
- },
2243
- "constraints": {
2244
- "notEmpty": false,
2245
- "maxLength": 5,
2246
- "pattern": {
2247
- "value": "^([0-9]*$)",
2248
- "message": "Must be a number."
2249
- }
2824
+ "name": "operation.worksheetIndex",
2825
+ "type": "zeebe:input"
2250
2826
  },
2251
2827
  "condition": {
2252
- "property": "operationType",
2253
- "equals": "createWorksheet"
2254
- }
2828
+ "property": "operation.type",
2829
+ "equals": "createWorksheet",
2830
+ "type": "simple"
2831
+ },
2832
+ "type": "Number"
2255
2833
  },
2256
2834
  {
2257
- "label": "Dimension",
2258
- "description": "Choose what to add: column or row",
2259
- "group": "operationDetails",
2260
- "type": "Dropdown",
2835
+ "id": "deleteColumn.spreadsheetId",
2836
+ "label": "Spreadsheet ID",
2837
+ "description": "Enter the ID of the spreadsheet",
2261
2838
  "optional": false,
2262
- "choices": [
2263
- {
2264
- "name": "Column",
2265
- "value": "COLUMNS"
2266
- },
2267
- {
2268
- "name": "Row",
2269
- "value": "ROWS"
2270
- }
2271
- ],
2839
+ "constraints": {
2840
+ "notEmpty": true
2841
+ },
2842
+ "feel": "optional",
2843
+ "group": "operationDetails",
2272
2844
  "binding": {
2273
- "type": "zeebe:input",
2274
- "name": "operation.dimension"
2845
+ "name": "operation.spreadsheetId",
2846
+ "type": "zeebe:input"
2275
2847
  },
2276
2848
  "condition": {
2277
- "property": "operationType",
2278
- "equals": "createEmptyColumnOrRow"
2849
+ "property": "operation.type",
2850
+ "equals": "deleteColumn",
2851
+ "type": "simple"
2279
2852
  },
2280
- "constraints": {
2281
- "notEmpty": true
2282
- }
2853
+ "type": "String"
2283
2854
  },
2284
2855
  {
2285
- "label": "Row index",
2286
- "description": "Enter row index. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#what-is-a-row-index\" target=\"_blank\">documentation</a>",
2287
- "group": "operationDetails",
2288
- "type": "String",
2289
- "feel": "optional",
2856
+ "id": "deleteColumn.worksheetId",
2857
+ "label": "Worksheet ID",
2858
+ "description": "Enter the ID of the worksheet",
2290
2859
  "optional": false,
2291
- "binding": {
2292
- "type": "zeebe:input",
2293
- "name": "operation.rowIndex"
2294
- },
2295
2860
  "constraints": {
2296
- "notEmpty": true,
2297
- "maxLength": 100,
2298
- "pattern": {
2299
- "value": "^([0-9]*$)",
2300
- "message": "Must be a number."
2301
- }
2861
+ "notEmpty": true
2302
2862
  },
2303
- "condition": {
2304
- "property": "operationType",
2305
- "equals": "getRowByIndex"
2306
- }
2307
- },
2308
- {
2309
- "label": "Row index",
2310
- "description": "Enter the index of the row to add . Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#what-is-a-row-index\" target=\"_blank\">documentation</a>",
2311
- "group": "operationDetails",
2312
- "type": "String",
2313
2863
  "feel": "optional",
2314
- "optional": true,
2864
+ "group": "operationDetails",
2315
2865
  "binding": {
2316
- "type": "zeebe:input",
2317
- "name": "operation.rowIndex"
2318
- },
2319
- "constraints": {
2320
- "notEmpty": false,
2321
- "maxLength": 100,
2322
- "pattern": {
2323
- "value": "^([0-9]*$)",
2324
- "message": "Must contains only numbers."
2325
- }
2866
+ "name": "operation.worksheetId",
2867
+ "type": "zeebe:input"
2326
2868
  },
2327
2869
  "condition": {
2328
- "property": "operationType",
2329
- "equals": "createRow"
2330
- }
2870
+ "property": "operation.type",
2871
+ "equals": "deleteColumn",
2872
+ "type": "simple"
2873
+ },
2874
+ "type": "Number"
2331
2875
  },
2332
2876
  {
2333
- "id": "columnIndexFormat",
2877
+ "id": "columnIndexType",
2334
2878
  "label": "Index format",
2335
2879
  "description": "Choose the type of the index. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#how-can-i-define-which-column-will-be-deleted\" target=\"_blank\">documentation</a>",
2880
+ "optional": false,
2881
+ "value": "NUMBERS",
2882
+ "constraints": {
2883
+ "notEmpty": true
2884
+ },
2336
2885
  "group": "operationDetails",
2886
+ "binding": {
2887
+ "name": "operation.columnIndexType",
2888
+ "type": "zeebe:input"
2889
+ },
2890
+ "condition": {
2891
+ "property": "operation.type",
2892
+ "equals": "deleteColumn",
2893
+ "type": "simple"
2894
+ },
2337
2895
  "type": "Dropdown",
2338
- "optional": false,
2339
2896
  "choices": [
2340
- {
2341
- "name": "Letters",
2342
- "value": "LETTERS"
2343
- },
2344
2897
  {
2345
2898
  "name": "Numbers",
2346
2899
  "value": "NUMBERS"
2900
+ },
2901
+ {
2902
+ "name": "Letters",
2903
+ "value": "LETTERS"
2347
2904
  }
2348
- ],
2905
+ ]
2906
+ },
2907
+ {
2908
+ "id": "columnNumberIndex",
2909
+ "label": "Column numeric index",
2910
+ "description": "Enter the index of the column. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#how-can-i-define-which-column-will-be-deleted\" target=\"_blank\">documentation</a>",
2911
+ "optional": false,
2912
+ "feel": "optional",
2913
+ "group": "operationDetails",
2349
2914
  "binding": {
2350
- "type": "zeebe:input",
2351
- "name": "operation.columnIndexType"
2915
+ "name": "operation.columnNumberIndex",
2916
+ "type": "zeebe:input"
2352
2917
  },
2353
2918
  "condition": {
2354
- "property": "operationType",
2355
- "equals": "deleteColumn"
2919
+ "allMatch": [
2920
+ {
2921
+ "property": "operation.columnIndexType",
2922
+ "equals": "NUMBERS",
2923
+ "type": "simple"
2924
+ },
2925
+ {
2926
+ "property": "operation.type",
2927
+ "equals": "deleteColumn",
2928
+ "type": "simple"
2929
+ }
2930
+ ]
2356
2931
  },
2357
- "constraints": {
2358
- "notEmpty": true
2359
- }
2932
+ "type": "Number"
2360
2933
  },
2361
2934
  {
2935
+ "id": "columnLetterIndex",
2362
2936
  "label": "Column letter index",
2363
2937
  "description": "Enter the index of the column. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#how-can-i-define-which-column-will-be-deleted\" target=\"_blank\">documentation</a>",
2364
- "group": "operationDetails",
2365
- "type": "String",
2366
- "feel": "optional",
2367
2938
  "optional": false,
2939
+ "feel": "optional",
2940
+ "group": "operationDetails",
2368
2941
  "binding": {
2369
- "type": "zeebe:input",
2370
- "name": "operation.columnLetterIndex"
2942
+ "name": "operation.columnLetterIndex",
2943
+ "type": "zeebe:input"
2944
+ },
2945
+ "condition": {
2946
+ "allMatch": [
2947
+ {
2948
+ "property": "operation.columnIndexType",
2949
+ "equals": "LETTERS",
2950
+ "type": "simple"
2951
+ },
2952
+ {
2953
+ "property": "operation.type",
2954
+ "equals": "deleteColumn",
2955
+ "type": "simple"
2956
+ }
2957
+ ]
2371
2958
  },
2959
+ "type": "String"
2960
+ },
2961
+ {
2962
+ "id": "deleteWorksheet.spreadsheetId",
2963
+ "label": "Spreadsheet ID",
2964
+ "description": "Enter the ID of the spreadsheet",
2965
+ "optional": false,
2372
2966
  "constraints": {
2373
- "notEmpty": true,
2374
- "maxLength": 100,
2375
- "pattern": {
2376
- "value": "[A-Z]+",
2377
- "message": "Must contains only capital letters."
2378
- }
2967
+ "notEmpty": true
2968
+ },
2969
+ "feel": "optional",
2970
+ "group": "operationDetails",
2971
+ "binding": {
2972
+ "name": "operation.spreadsheetId",
2973
+ "type": "zeebe:input"
2379
2974
  },
2380
2975
  "condition": {
2381
- "property": "columnIndexFormat",
2382
- "equals": "LETTERS"
2383
- }
2976
+ "property": "operation.type",
2977
+ "equals": "deleteWorksheet",
2978
+ "type": "simple"
2979
+ },
2980
+ "type": "String"
2384
2981
  },
2385
2982
  {
2386
- "label": "Column numeric index",
2387
- "description": "Enter the index of the column. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#how-can-i-define-which-column-will-be-deleted\" target=\"_blank\">documentation</a>",
2388
- "group": "operationDetails",
2389
- "type": "String",
2390
- "feel": "optional",
2983
+ "id": "deleteWorksheet.worksheetId",
2984
+ "label": "Worksheet ID",
2985
+ "description": "Enter the ID of the worksheet",
2391
2986
  "optional": false,
2987
+ "constraints": {
2988
+ "notEmpty": true
2989
+ },
2990
+ "feel": "optional",
2991
+ "group": "operationDetails",
2392
2992
  "binding": {
2393
- "type": "zeebe:input",
2394
- "name": "operation.columnNumberIndex"
2993
+ "name": "operation.worksheetId",
2994
+ "type": "zeebe:input"
2995
+ },
2996
+ "condition": {
2997
+ "property": "operation.type",
2998
+ "equals": "deleteWorksheet",
2999
+ "type": "simple"
2395
3000
  },
3001
+ "type": "Number"
3002
+ },
3003
+ {
3004
+ "id": "getRowByIndex.spreadsheetId",
3005
+ "label": "Spreadsheet ID",
3006
+ "description": "Enter the ID of the spreadsheet",
3007
+ "optional": false,
2396
3008
  "constraints": {
2397
- "notEmpty": true,
2398
- "maxLength": 100,
2399
- "pattern": {
2400
- "value": "^([0-9]*$)",
2401
- "message": "Must contains only numbers."
2402
- }
3009
+ "notEmpty": true
3010
+ },
3011
+ "feel": "optional",
3012
+ "group": "operationDetails",
3013
+ "binding": {
3014
+ "name": "operation.spreadsheetId",
3015
+ "type": "zeebe:input"
2403
3016
  },
2404
3017
  "condition": {
2405
- "property": "columnIndexFormat",
2406
- "equals": "NUMBERS"
2407
- }
3018
+ "property": "operation.type",
3019
+ "equals": "getRowByIndex",
3020
+ "type": "simple"
3021
+ },
3022
+ "type": "String"
2408
3023
  },
2409
3024
  {
2410
- "label": "Start index",
2411
- "description": "Enter start index (leave empty if add to the end of the sheet). Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#create-empty-column-or-row\" target=\"_blank\">documentation</a>",
2412
- "group": "operationDetails",
2413
- "type": "String",
3025
+ "id": "getRowByIndex.worksheetName",
3026
+ "label": "Worksheet name",
3027
+ "description": "Enter name for the worksheet",
3028
+ "optional": false,
2414
3029
  "feel": "optional",
2415
- "optional": true,
3030
+ "group": "operationDetails",
2416
3031
  "binding": {
2417
- "type": "zeebe:input",
2418
- "name": "operation.startIndex"
2419
- },
2420
- "constraints": {
2421
- "notEmpty": false,
2422
- "maxLength": 100,
2423
- "pattern": {
2424
- "value": "^([0-9]*$)",
2425
- "message": "Must be a number."
2426
- }
3032
+ "name": "operation.worksheetName",
3033
+ "type": "zeebe:input"
2427
3034
  },
2428
3035
  "condition": {
2429
- "property": "operationType",
2430
- "equals": "createEmptyColumnOrRow"
2431
- }
3036
+ "property": "operation.type",
3037
+ "equals": "getRowByIndex",
3038
+ "type": "simple"
3039
+ },
3040
+ "type": "String"
2432
3041
  },
2433
3042
  {
2434
- "label": "End index",
2435
- "description": "Enter End index (leave empty if add to the end of the sheet) Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#create-empty-column-or-row\" target=\"_blank\">documentation</a>",
2436
- "group": "operationDetails",
2437
- "type": "String",
3043
+ "id": "getRowByIndex.rowIndex",
3044
+ "label": "Row index",
3045
+ "description": "Enter row index. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#what-is-a-row-index\" target=\"_blank\">documentation</a>",
3046
+ "optional": false,
3047
+ "constraints": {
3048
+ "notEmpty": true
3049
+ },
2438
3050
  "feel": "optional",
2439
- "optional": true,
3051
+ "group": "operationDetails",
2440
3052
  "binding": {
2441
- "type": "zeebe:input",
2442
- "name": "operation.endIndex"
3053
+ "name": "operation.rowIndex",
3054
+ "type": "zeebe:input"
3055
+ },
3056
+ "condition": {
3057
+ "property": "operation.type",
3058
+ "equals": "getRowByIndex",
3059
+ "type": "simple"
2443
3060
  },
3061
+ "type": "Number"
3062
+ },
3063
+ {
3064
+ "id": "spreadsheetsDetails.spreadsheetId",
3065
+ "label": "Spreadsheet ID",
3066
+ "description": "Enter the ID of the spreadsheet",
3067
+ "optional": false,
2444
3068
  "constraints": {
2445
- "notEmpty": false,
2446
- "maxLength": 100,
2447
- "pattern": {
2448
- "value": "^([0-9]*$)",
2449
- "message": "Must be a number."
2450
- }
3069
+ "notEmpty": true
3070
+ },
3071
+ "feel": "optional",
3072
+ "group": "operationDetails",
3073
+ "binding": {
3074
+ "name": "operation.spreadsheetId",
3075
+ "type": "zeebe:input"
2451
3076
  },
2452
3077
  "condition": {
2453
- "property": "operationType",
2454
- "equals": "createEmptyColumnOrRow"
2455
- }
3078
+ "property": "operation.type",
3079
+ "equals": "spreadsheetsDetails",
3080
+ "type": "simple"
3081
+ },
3082
+ "type": "String"
2456
3083
  },
2457
3084
  {
2458
- "label": "Cell ID",
2459
- "description": "Enter the ID of the cell. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#add-values-to-spreadsheet\" target=\"_blank\">documentation</a>",
2460
- "group": "operationDetails",
2461
- "type": "String",
2462
- "feel": "optional",
3085
+ "id": "getWorksheetData.spreadsheetId",
3086
+ "label": "Spreadsheet ID",
3087
+ "description": "Enter the ID of the spreadsheet",
2463
3088
  "optional": false,
3089
+ "constraints": {
3090
+ "notEmpty": true
3091
+ },
3092
+ "feel": "optional",
3093
+ "group": "operationDetails",
2464
3094
  "binding": {
2465
- "type": "zeebe:input",
2466
- "name": "operation.cellId"
3095
+ "name": "operation.spreadsheetId",
3096
+ "type": "zeebe:input"
2467
3097
  },
2468
- "constraints": {
2469
- "notEmpty": true,
2470
- "maxLength": 100
3098
+ "condition": {
3099
+ "property": "operation.type",
3100
+ "equals": "getWorksheetData",
3101
+ "type": "simple"
2471
3102
  },
2472
- "condition": {
2473
- "property": "operationType",
2474
- "equals": "addValues"
2475
- }
3103
+ "type": "String"
2476
3104
  },
2477
3105
  {
2478
- "label": "Enter values",
2479
- "description": "Enter the array of values. <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#create-row\" target=\"_blank\">Learn more about the required format</a>",
2480
- "group": "operationDetails",
2481
- "type": "Text",
2482
- "feel": "required",
3106
+ "id": "getWorksheetData.worksheetName",
3107
+ "label": "Worksheet name",
3108
+ "description": "Enter name for the worksheet",
2483
3109
  "optional": false,
2484
- "binding": {
2485
- "type": "zeebe:input",
2486
- "name": "operation.values"
2487
- },
2488
3110
  "constraints": {
2489
- "notEmpty": true,
2490
- "maxLength": 100
3111
+ "notEmpty": true
3112
+ },
3113
+ "feel": "optional",
3114
+ "group": "operationDetails",
3115
+ "binding": {
3116
+ "name": "operation.worksheetName",
3117
+ "type": "zeebe:input"
2491
3118
  },
2492
3119
  "condition": {
2493
- "property": "operationType",
2494
- "equals": "createRow"
2495
- }
3120
+ "property": "operation.type",
3121
+ "equals": "getWorksheetData",
3122
+ "type": "simple"
3123
+ },
3124
+ "type": "String"
2496
3125
  },
2497
3126
  {
2498
- "label": "Value",
2499
- "description": "Enter the value",
2500
- "group": "operationDetails",
2501
- "type": "String",
2502
- "feel": "optional",
2503
- "optional": false,
3127
+ "id": "version",
3128
+ "label": "Version",
3129
+ "description": "Version of the element template",
3130
+ "value": "5",
3131
+ "group": "connector",
2504
3132
  "binding": {
2505
- "type": "zeebe:input",
2506
- "name": "operation.value"
3133
+ "key": "elementTemplateVersion",
3134
+ "type": "zeebe:taskHeader"
2507
3135
  },
2508
- "constraints": {
2509
- "notEmpty": true,
2510
- "maxLength": 200
3136
+ "type": "Hidden"
3137
+ },
3138
+ {
3139
+ "id": "id",
3140
+ "label": "ID",
3141
+ "description": "ID of the element template",
3142
+ "value": "io.camunda.connectors.GoogleSheets.v1",
3143
+ "group": "connector",
3144
+ "binding": {
3145
+ "key": "elementTemplateId",
3146
+ "type": "zeebe:taskHeader"
2511
3147
  },
2512
- "condition": {
2513
- "property": "operationType",
2514
- "equals": "addValues"
2515
- }
3148
+ "type": "Hidden"
2516
3149
  },
2517
3150
  {
3151
+ "id": "resultVariable",
2518
3152
  "label": "Result variable",
2519
- "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>",
3153
+ "description": "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>.",
2520
3154
  "group": "output",
2521
- "type": "String",
2522
3155
  "binding": {
2523
- "type": "zeebe:taskHeader",
2524
- "key": "resultVariable"
2525
- }
3156
+ "key": "resultVariable",
3157
+ "type": "zeebe:taskHeader"
3158
+ },
3159
+ "type": "String"
2526
3160
  },
2527
3161
  {
3162
+ "id": "resultExpression",
2528
3163
  "label": "Result expression",
2529
- "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>",
2530
- "group": "output",
2531
- "type": "Text",
3164
+ "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>.",
2532
3165
  "feel": "required",
3166
+ "group": "output",
2533
3167
  "binding": {
2534
- "type": "zeebe:taskHeader",
2535
- "key": "resultExpression"
2536
- }
3168
+ "key": "resultExpression",
3169
+ "type": "zeebe:taskHeader"
3170
+ },
3171
+ "type": "Text"
2537
3172
  },
2538
3173
  {
3174
+ "id": "errorExpression",
2539
3175
  "label": "Error expression",
2540
- "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>",
2541
- "group": "errors",
2542
- "type": "Text",
3176
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
2543
3177
  "feel": "required",
3178
+ "group": "error",
2544
3179
  "binding": {
2545
- "type": "zeebe:taskHeader",
2546
- "key": "errorExpression"
2547
- }
3180
+ "key": "errorExpression",
3181
+ "type": "zeebe:taskHeader"
3182
+ },
3183
+ "type": "Text"
3184
+ },
3185
+ {
3186
+ "id": "retryCount",
3187
+ "label": "Retries",
3188
+ "description": "Number of retries",
3189
+ "value": "3",
3190
+ "feel": "optional",
3191
+ "group": "retries",
3192
+ "binding": {
3193
+ "property": "retries",
3194
+ "type": "zeebe:taskDefinition"
3195
+ },
3196
+ "type": "String"
3197
+ },
3198
+ {
3199
+ "id": "retryBackoff",
3200
+ "label": "Retry backoff",
3201
+ "description": "ISO-8601 duration to wait between retries",
3202
+ "value": "PT0S",
3203
+ "group": "retries",
3204
+ "binding": {
3205
+ "key": "retryBackoff",
3206
+ "type": "zeebe:taskHeader"
3207
+ },
3208
+ "type": "String"
2548
3209
  }
2549
3210
  ],
2550
3211
  "icon": {
2551
- "contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMC8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9UUi8yMDAxL1JFQy1TVkctMjAwMTA5MDQvRFREL3N2ZzEwLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgaWQ9ImJvZHlfMSIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE0Ij4KCjxnIHRyYW5zZm9ybT0ibWF0cml4KDAuMTU5MDkwOSAwIDAgMC4xNTkwOTA5IDMuOTA5MDkxIC0wKSI+CiAgICA8cGF0aCBkPSJNNDIgMEw2NCAyMkw1MyAyNEw0MiAyMkw0MCAxMUw0MiAweiIgc3Ryb2tlPSJub25lIiBmaWxsPSIjMTg4MDM4IiBmaWxsLXJ1bGU9Im5vbnplcm8iIC8+CiAgICA8cGF0aCBkPSJNNDIgMjJMNDIgMEw2IDBDIDIuNjg1IDAgMCAyLjY4NSAwIDZMMCA2TDAgODJDIDAgODUuMzE1IDIuNjg1IDg4IDYgODhMNiA4OEw1OCA4OEMgNjEuMzE1IDg4IDY0IDg1LjMxNSA2NCA4Mkw2NCA4Mkw2NCAyMkw0MiAyMnoiIHN0cm9rZT0ibm9uZSIgZmlsbD0iIzM0QTg1MyIgZmlsbC1ydWxlPSJub256ZXJvIiAvPgogICAgPHBhdGggZD0iTTEyIDM0TDEyIDYzTDUyIDYzTDUyIDM0TDEyIDM0ek0yOS41IDU4TDE3IDU4TDE3IDUxTDI5LjUgNTF6TTI5LjUgNDZMMTcgNDZMMTcgMzlMMjkuNSAzOXpNNDcgNThMMzQuNSA1OEwzNC41IDUxTDQ3IDUxek00NyA0NkwzNC41IDQ2TDM0LjUgMzlMNDcgMzl6IiBzdHJva2U9Im5vbmUiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgLz4KPC9nPgo8L3N2Zz4="
2552
- },
2553
- "engines": {
2554
- "camunda": "^8.2"
3212
+ "contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDlweCIgaGVpZ2h0PSI2N3B4IiB2aWV3Qm94PSIwIDAgNDkgNjciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU0LjEgKDc2NDkwKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5TaGVldHMtaWNvbjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxwYXRoIGQ9Ik0yOS41ODMzMzMzLDAgTDQuNDM3NSwwIEMxLjk5Njg3NSwwIDAsMS45OTY4NzUgMCw0LjQzNzUgTDAsNjAuNjQ1ODMzMyBDMCw2My4wODY0NTgzIDEuOTk2ODc1LDY1LjA4MzMzMzMgNC40Mzc1LDY1LjA4MzMzMzMgTDQyLjg5NTgzMzMsNjUuMDgzMzMzMyBDNDUuMzM2NDU4Myw2NS4wODMzMzMzIDQ3LjMzMzMzMzMsNjMuMDg2NDU4MyA0Ny4zMzMzMzMzLDYwLjY0NTgzMzMgTDQ3LjMzMzMzMzMsMTcuNzUgTDI5LjU4MzMzMzMsMCBaIiBpZD0icGF0aC0xIj48L3BhdGg+CiAgICAgICAgPHBhdGggZD0iTTI5LjU4MzMzMzMsMCBMNC40Mzc1LDAgQzEuOTk2ODc1LDAgMCwxLjk5Njg3NSAwLDQuNDM3NSBMMCw2MC42NDU4MzMzIEMwLDYzLjA4NjQ1ODMgMS45OTY4NzUsNjUuMDgzMzMzMyA0LjQzNzUsNjUuMDgzMzMzMyBMNDIuODk1ODMzMyw2NS4wODMzMzMzIEM0NS4zMzY0NTgzLDY1LjA4MzMzMzMgNDcuMzMzMzMzMyw2My4wODY0NTgzIDQ3LjMzMzMzMzMsNjAuNjQ1ODMzMyBMNDcuMzMzMzMzMywxNy43NSBMMjkuNTgzMzMzMywwIFoiIGlkPSJwYXRoLTMiPjwvcGF0aD4KICAgICAgICA8cGF0aCBkPSJNMjkuNTgzMzMzMywwIEw0LjQzNzUsMCBDMS45OTY4NzUsMCAwLDEuOTk2ODc1IDAsNC40Mzc1IEwwLDYwLjY0NTgzMzMgQzAsNjMuMDg2NDU4MyAxLjk5Njg3NSw2NS4wODMzMzMzIDQuNDM3NSw2NS4wODMzMzMzIEw0Mi44OTU4MzMzLDY1LjA4MzMzMzMgQzQ1LjMzNjQ1ODMsNjUuMDgzMzMzMyA0Ny4zMzMzMzMzLDYzLjA4NjQ1ODMgNDcuMzMzMzMzMyw2MC42NDU4MzMzIEw0Ny4zMzMzMzMzLDE3Ljc1IEwyOS41ODMzMzMzLDAgWiIgaWQ9InBhdGgtNSI+PC9wYXRoPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0iNTAuMDA1Mzk0NSUiIHkxPSI4LjU4NjEwNjEyJSIgeDI9IjUwLjAwNTM5NDUlIiB5Mj0iMTAwLjAxMzkzOSUiIGlkPSJsaW5lYXJHcmFkaWVudC03Ij4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iIzI2MzIzOCIgc3RvcC1vcGFjaXR5PSIwLjIiIG9mZnNldD0iMCUiPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iIzI2MzIzOCIgc3RvcC1vcGFjaXR5PSIwLjAyIiBvZmZzZXQ9IjEwMCUiPjwvc3RvcD4KICAgICAgICA8L2xpbmVhckdyYWRpZW50PgogICAgICAgIDxwYXRoIGQ9Ik0yOS41ODMzMzMzLDAgTDQuNDM3NSwwIEMxLjk5Njg3NSwwIDAsMS45OTY4NzUgMCw0LjQzNzUgTDAsNjAuNjQ1ODMzMyBDMCw2My4wODY0NTgzIDEuOTk2ODc1LDY1LjA4MzMzMzMgNC40Mzc1LDY1LjA4MzMzMzMgTDQyLjg5NTgzMzMsNjUuMDgzMzMzMyBDNDUuMzM2NDU4Myw2NS4wODMzMzMzIDQ3LjMzMzMzMzMsNjMuMDg2NDU4MyA0Ny4zMzMzMzMzLDYwLjY0NTgzMzMgTDQ3LjMzMzMzMzMsMTcuNzUgTDI5LjU4MzMzMzMsMCBaIiBpZD0icGF0aC04Ij48L3BhdGg+CiAgICAgICAgPHBhdGggZD0iTTI5LjU4MzMzMzMsMCBMNC40Mzc1LDAgQzEuOTk2ODc1LDAgMCwxLjk5Njg3NSAwLDQuNDM3NSBMMCw2MC42NDU4MzMzIEMwLDYzLjA4NjQ1ODMgMS45OTY4NzUsNjUuMDgzMzMzMyA0LjQzNzUsNjUuMDgzMzMzMyBMNDIuODk1ODMzMyw2NS4wODMzMzMzIEM0NS4zMzY0NTgzLDY1LjA4MzMzMzMgNDcuMzMzMzMzMyw2My4wODY0NTgzIDQ3LjMzMzMzMzMsNjAuNjQ1ODMzMyBMNDcuMzMzMzMzMywxNy43NSBMMjkuNTgzMzMzMywwIFoiIGlkPSJwYXRoLTEwIj48L3BhdGg+CiAgICAgICAgPHBhdGggZD0iTTI5LjU4MzMzMzMsMCBMNC40Mzc1LDAgQzEuOTk2ODc1LDAgMCwxLjk5Njg3NSAwLDQuNDM3NSBMMCw2MC42NDU4MzMzIEMwLDYzLjA4NjQ1ODMgMS45OTY4NzUsNjUuMDgzMzMzMyA0LjQzNzUsNjUuMDgzMzMzMyBMNDIuODk1ODMzMyw2NS4wODMzMzMzIEM0NS4zMzY0NTgzLDY1LjA4MzMzMzMgNDcuMzMzMzMzMyw2My4wODY0NTgzIDQ3LjMzMzMzMzMsNjAuNjQ1ODMzMyBMNDcuMzMzMzMzMywxNy43NSBMMjkuNTgzMzMzMywwIFoiIGlkPSJwYXRoLTEyIj48L3BhdGg+CiAgICAgICAgPHBhdGggZD0iTTI5LjU4MzMzMzMsMCBMNC40Mzc1LDAgQzEuOTk2ODc1LDAgMCwxLjk5Njg3NSAwLDQuNDM3NSBMMCw2MC42NDU4MzMzIEMwLDYzLjA4NjQ1ODMgMS45OTY4NzUsNjUuMDgzMzMzMyA0LjQzNzUsNjUuMDgzMzMzMyBMNDIuODk1ODMzMyw2NS4wODMzMzMzIEM0NS4zMzY0NTgzLDY1LjA4MzMzMzMgNDcuMzMzMzMzMyw2My4wODY0NTgzIDQ3LjMzMzMzMzMsNjAuNjQ1ODMzMyBMNDcuMzMzMzMzMywxNy43NSBMMjkuNTgzMzMzMywwIFoiIGlkPSJwYXRoLTE0Ij48L3BhdGg+CiAgICAgICAgPHJhZGlhbEdyYWRpZW50IGN4PSIzLjE2ODA0Njg4JSIgY3k9IjIuNzE3NDQzMTglIiBmeD0iMy4xNjgwNDY4OCUiIGZ5PSIyLjcxNzQ0MzE4JSIgcj0iMTYxLjI0ODUxNiUiIGdyYWRpZW50VHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMzE2ODAsMC4wMjcxNzQpLHNjYWxlKDEuMDAwMDAwLDAuNzI3MjczKSx0cmFuc2xhdGUoLTAuMDMxNjgwLC0wLjAyNzE3NCkiIGlkPSJyYWRpYWxHcmFkaWVudC0xNiI+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIHN0b3Atb3BhY2l0eT0iMC4xIiBvZmZzZXQ9IjAlIj48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIHN0b3Atb3BhY2l0eT0iMCIgb2Zmc2V0PSIxMDAlIj48L3N0b3A+CiAgICAgICAgPC9yYWRpYWxHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJDb25zdW1lci1BcHBzLVNoZWV0cy1MYXJnZS1WRC1SOC0iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00NTEuMDAwMDAwLCAtNDUxLjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0iSGVybyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDYzLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9IlBlcnNvbmFsIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNzcuMDAwMDAwLCAyOTkuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IlNoZWV0cy1pY29uIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNzQuODMzMzMzLCA4OS45NTgzMzMpIj4KICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJDbGlwcGVkIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJTVkdJRF8xXyI+PC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yOS41ODMzMzMzLDAgTDQuNDM3NSwwIEMxLjk5Njg3NSwwIDAsMS45OTY4NzUgMCw0LjQzNzUgTDAsNjAuNjQ1ODMzMyBDMCw2My4wODY0NTgzIDEuOTk2ODc1LDY1LjA4MzMzMzMgNC40Mzc1LDY1LjA4MzMzMzMgTDQyLjg5NTgzMzMsNjUuMDgzMzMzMyBDNDUuMzM2NDU4Myw2NS4wODMzMzMzIDQ3LjMzMzMzMzMsNjMuMDg2NDU4MyA0Ny4zMzMzMzMzLDYwLjY0NTgzMzMgTDQ3LjMzMzMzMzMsMTcuNzUgTDM2Ljk3OTE2NjcsMTAuMzU0MTY2NyBMMjkuNTgzMzMzMywwIFoiIGlkPSJQYXRoIiBmaWxsPSIjMEY5RDU4IiBmaWxsLXJ1bGU9Im5vbnplcm8iIG1hc2s9InVybCgjbWFzay0yKSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IkNsaXBwZWQiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTQiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0zIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IlNWR0lEXzFfIj48L2c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTExLjgzMzMzMzMsMzEuODAyMDgzMyBMMTEuODMzMzMzMyw1My4yNSBMMzUuNSw1My4yNSBMMzUuNSwzMS44MDIwODMzIEwxMS44MzMzMzMzLDMxLjgwMjA4MzMgWiBNMjIuMTg3NSw1MC4yOTE2NjY3IEwxNC43OTE2NjY3LDUwLjI5MTY2NjcgTDE0Ljc5MTY2NjcsNDYuNTkzNzUgTDIyLjE4NzUsNDYuNTkzNzUgTDIyLjE4NzUsNTAuMjkxNjY2NyBaIE0yMi4xODc1LDQ0LjM3NSBMMTQuNzkxNjY2Nyw0NC4zNzUgTDE0Ljc5MTY2NjcsNDAuNjc3MDgzMyBMMjIuMTg3NSw0MC42NzcwODMzIEwyMi4xODc1LDQ0LjM3NSBaIE0yMi4xODc1LDM4LjQ1ODMzMzMgTDE0Ljc5MTY2NjcsMzguNDU4MzMzMyBMMTQuNzkxNjY2NywzNC43NjA0MTY3IEwyMi4xODc1LDM0Ljc2MDQxNjcgTDIyLjE4NzUsMzguNDU4MzMzMyBaIE0zMi41NDE2NjY3LDUwLjI5MTY2NjcgTDI1LjE0NTgzMzMsNTAuMjkxNjY2NyBMMjUuMTQ1ODMzMyw0Ni41OTM3NSBMMzIuNTQxNjY2Nyw0Ni41OTM3NSBMMzIuNTQxNjY2Nyw1MC4yOTE2NjY3IFogTTMyLjU0MTY2NjcsNDQuMzc1IEwyNS4xNDU4MzMzLDQ0LjM3NSBMMjUuMTQ1ODMzMyw0MC42NzcwODMzIEwzMi41NDE2NjY3LDQwLjY3NzA4MzMgTDMyLjU0MTY2NjcsNDQuMzc1IFogTTMyLjU0MTY2NjcsMzguNDU4MzMzMyBMMjUuMTQ1ODMzMywzOC40NTgzMzMzIEwyNS4xNDU4MzMzLDM0Ljc2MDQxNjcgTDMyLjU0MTY2NjcsMzQuNzYwNDE2NyBMMzIuNTQxNjY2NywzOC40NTgzMzMzIFoiIGlkPSJTaGFwZSIgZmlsbD0iI0YxRjFGMSIgZmlsbC1ydWxlPSJub256ZXJvIiBtYXNrPSJ1cmwoI21hc2stNCkiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJDbGlwcGVkIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay02IiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtNSI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJTVkdJRF8xXyI+PC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJQYXRoIiBmaWxsPSJ1cmwoI2xpbmVhckdyYWRpZW50LTcpIiBmaWxsLXJ1bGU9Im5vbnplcm8iIG1hc2s9InVybCgjbWFzay02KSIgcG9pbnRzPSIzMC44ODEzMDIxIDE2LjQ1MjAzMTMgNDcuMzMzMzMzMyAzMi45MDAzNjQ2IDQ3LjMzMzMzMzMgMTcuNzUiPjwvcG9seWdvbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJDbGlwcGVkIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay05IiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtOCI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJTVkdJRF8xXyI+PC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgbWFzaz0idXJsKCNtYXNrLTkpIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjYuNjI1MDAwLCAtMi45NTgzMzMpIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yLjk1ODMzMzMzLDIuOTU4MzMzMzMgTDIuOTU4MzMzMzMsMTYuMjcwODMzMyBDMi45NTgzMzMzMywxOC43MjI1NTIxIDQuOTQ0MTE0NTgsMjAuNzA4MzMzMyA3LjM5NTgzMzMzLDIwLjcwODMzMzMgTDIwLjcwODMzMzMsMjAuNzA4MzMzMyBMMi45NTgzMzMzMywyLjk1ODMzMzMzIFoiIGlkPSJQYXRoIiBmaWxsPSIjODdDRUFDIiBmaWxsLXJ1bGU9Im5vbnplcm8iPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJDbGlwcGVkIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay0xMSIgZmlsbD0id2hpdGUiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEwIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IlNWR0lEXzFfIj48L2c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTQuNDM3NSwwIEMxLjk5Njg3NSwwIDAsMS45OTY4NzUgMCw0LjQzNzUgTDAsNC44MDcyOTE2NyBDMCwyLjM2NjY2NjY3IDEuOTk2ODc1LDAuMzY5NzkxNjY3IDQuNDM3NSwwLjM2OTc5MTY2NyBMMjkuNTgzMzMzMywwLjM2OTc5MTY2NyBMMjkuNTgzMzMzMywwIEw0LjQzNzUsMCBaIiBpZD0iUGF0aCIgZmlsbC1vcGFjaXR5PSIwLjIiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgbWFzaz0idXJsKCNtYXNrLTExKSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IkNsaXBwZWQiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTEzIiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMTIiPjwvdXNlPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbWFzaz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iU1ZHSURfMV8iPjwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNDIuODk1ODMzMyw2NC43MTM1NDE3IEw0LjQzNzUsNjQuNzEzNTQxNyBDMS45OTY4NzUsNjQuNzEzNTQxNyAwLDYyLjcxNjY2NjcgMCw2MC4yNzYwNDE3IEwwLDYwLjY0NTgzMzMgQzAsNjMuMDg2NDU4MyAxLjk5Njg3NSw2NS4wODMzMzMzIDQuNDM3NSw2NS4wODMzMzMzIEw0Mi44OTU4MzMzLDY1LjA4MzMzMzMgQzQ1LjMzNjQ1ODMsNjUuMDgzMzMzMyA0Ny4zMzMzMzMzLDYzLjA4NjQ1ODMgNDcuMzMzMzMzMyw2MC42NDU4MzMzIEw0Ny4zMzMzMzMzLDYwLjI3NjA0MTcgQzQ3LjMzMzMzMzMsNjIuNzE2NjY2NyA0NS4zMzY0NTgzLDY0LjcxMzU0MTcgNDIuODk1ODMzMyw2NC43MTM1NDE3IFoiIGlkPSJQYXRoIiBmaWxsLW9wYWNpdHk9IjAuMiIgZmlsbD0iIzI2MzIzOCIgZmlsbC1ydWxlPSJub256ZXJvIiBtYXNrPSJ1cmwoI21hc2stMTMpIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iQ2xpcHBlZCI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMTUiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xNCI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJTVkdJRF8xXyI+PC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zNC4wMjA4MzMzLDE3Ljc1IEMzMS41NjkxMTQ2LDE3Ljc1IDI5LjU4MzMzMzMsMTUuNzY0MjE4OCAyOS41ODMzMzMzLDEzLjMxMjUgTDI5LjU4MzMzMzMsMTMuNjgyMjkxNyBDMjkuNTgzMzMzMywxNi4xMzQwMTA0IDMxLjU2OTExNDYsMTguMTE5NzkxNyAzNC4wMjA4MzMzLDE4LjExOTc5MTcgTDQ3LjMzMzMzMzMsMTguMTE5NzkxNyBMNDcuMzMzMzMzMywxNy43NSBMMzQuMDIwODMzMywxNy43NSBaIiBpZD0iUGF0aCIgZmlsbC1vcGFjaXR5PSIwLjEiIGZpbGw9IiMyNjMyMzgiIGZpbGwtcnVsZT0ibm9uemVybyIgbWFzaz0idXJsKCNtYXNrLTE1KSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yOS41ODMzMzMzLDAgTDQuNDM3NSwwIEMxLjk5Njg3NSwwIDAsMS45OTY4NzUgMCw0LjQzNzUgTDAsNjAuNjQ1ODMzMyBDMCw2My4wODY0NTgzIDEuOTk2ODc1LDY1LjA4MzMzMzMgNC40Mzc1LDY1LjA4MzMzMzMgTDQyLjg5NTgzMzMsNjUuMDgzMzMzMyBDNDUuMzM2NDU4Myw2NS4wODMzMzMzIDQ3LjMzMzMzMzMsNjMuMDg2NDU4MyA0Ny4zMzMzMzMzLDYwLjY0NTgzMzMgTDQ3LjMzMzMzMzMsMTcuNzUgTDI5LjU4MzMzMzMsMCBaIiBpZD0iUGF0aCIgZmlsbD0idXJsKCNyYWRpYWxHcmFkaWVudC0xNikiIGZpbGwtcnVsZT0ibm9uemVybyI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+"
2555
3213
  }
2556
3214
  },
2557
3215
  {
2558
3216
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
2559
3217
  "name": "Google Sheets Outbound Connector",
2560
3218
  "id": "io.camunda.connectors.GoogleSheets.v1",
2561
- "version": 2,
3219
+ "description": "Manage spreadsheets with Google Sheets",
3220
+ "metadata": {
3221
+ "keywords": [
3222
+ "create spreadsheet",
3223
+ "add values to spreadsheet",
3224
+ "create row",
3225
+ "create column",
3226
+ "create worksheet",
3227
+ "delete worksheet",
3228
+ "get row",
3229
+ "get spreadsheet details",
3230
+ "get worksheet data"
3231
+ ]
3232
+ },
2562
3233
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/",
2563
- "description": "Work with spreadsheets",
3234
+ "version": 4,
2564
3235
  "category": {
2565
3236
  "id": "connectors",
2566
3237
  "name": "Connectors"
@@ -2587,600 +3258,922 @@
2587
3258
  "label": "Output mapping"
2588
3259
  },
2589
3260
  {
2590
- "id": "errors",
2591
- "label": "Error handling"
2592
- }
2593
- ],
2594
- "properties": [
2595
- {
2596
- "type": "Hidden",
2597
- "value": "io.camunda:google-sheets:1",
3261
+ "id": "error",
3262
+ "label": "Error handling"
3263
+ },
3264
+ {
3265
+ "id": "retries",
3266
+ "label": "Retries"
3267
+ }
3268
+ ],
3269
+ "properties": [
3270
+ {
3271
+ "value": "io.camunda:google-sheets:1",
3272
+ "binding": {
3273
+ "property": "type",
3274
+ "type": "zeebe:taskDefinition"
3275
+ },
3276
+ "type": "Hidden"
3277
+ },
3278
+ {
3279
+ "id": "authentication.authType",
3280
+ "label": "Type",
3281
+ "optional": false,
3282
+ "value": "refresh",
3283
+ "constraints": {
3284
+ "notEmpty": true
3285
+ },
3286
+ "group": "authentication",
3287
+ "binding": {
3288
+ "name": "authentication.authType",
3289
+ "type": "zeebe:input"
3290
+ },
3291
+ "type": "Dropdown",
3292
+ "choices": [
3293
+ {
3294
+ "name": "Bearer token",
3295
+ "value": "bearer"
3296
+ },
3297
+ {
3298
+ "name": "Refresh token",
3299
+ "value": "refresh"
3300
+ }
3301
+ ]
3302
+ },
3303
+ {
3304
+ "id": "authentication.bearerToken",
3305
+ "label": "Bearer token",
3306
+ "description": "Enter a valid Google API Bearer token",
3307
+ "optional": false,
3308
+ "constraints": {
3309
+ "notEmpty": true
3310
+ },
3311
+ "feel": "optional",
3312
+ "group": "authentication",
3313
+ "binding": {
3314
+ "name": "authentication.bearerToken",
3315
+ "type": "zeebe:input"
3316
+ },
3317
+ "condition": {
3318
+ "property": "authentication.authType",
3319
+ "equals": "bearer",
3320
+ "type": "simple"
3321
+ },
3322
+ "type": "String"
3323
+ },
3324
+ {
3325
+ "id": "authentication.oauthClientId",
3326
+ "label": "Client ID",
3327
+ "description": "Enter Google API Client ID",
3328
+ "optional": false,
3329
+ "constraints": {
3330
+ "notEmpty": true
3331
+ },
3332
+ "feel": "optional",
3333
+ "group": "authentication",
3334
+ "binding": {
3335
+ "name": "authentication.oauthClientId",
3336
+ "type": "zeebe:input"
3337
+ },
3338
+ "condition": {
3339
+ "property": "authentication.authType",
3340
+ "equals": "refresh",
3341
+ "type": "simple"
3342
+ },
3343
+ "type": "String"
3344
+ },
3345
+ {
3346
+ "id": "authentication.oauthClientSecret",
3347
+ "label": "Client secret",
3348
+ "description": "Enter Google API client Secret",
3349
+ "optional": false,
3350
+ "constraints": {
3351
+ "notEmpty": true
3352
+ },
3353
+ "feel": "optional",
3354
+ "group": "authentication",
3355
+ "binding": {
3356
+ "name": "authentication.oauthClientSecret",
3357
+ "type": "zeebe:input"
3358
+ },
3359
+ "condition": {
3360
+ "property": "authentication.authType",
3361
+ "equals": "refresh",
3362
+ "type": "simple"
3363
+ },
3364
+ "type": "String"
3365
+ },
3366
+ {
3367
+ "id": "authentication.oauthRefreshToken",
3368
+ "label": "Refresh token",
3369
+ "description": "Enter a valid Google API refresh token",
3370
+ "optional": false,
3371
+ "constraints": {
3372
+ "notEmpty": true
3373
+ },
3374
+ "feel": "optional",
3375
+ "group": "authentication",
2598
3376
  "binding": {
2599
- "type": "zeebe:taskDefinition",
2600
- "property": "type"
2601
- }
3377
+ "name": "authentication.oauthRefreshToken",
3378
+ "type": "zeebe:input"
3379
+ },
3380
+ "condition": {
3381
+ "property": "authentication.authType",
3382
+ "equals": "refresh",
3383
+ "type": "simple"
3384
+ },
3385
+ "type": "String"
2602
3386
  },
2603
3387
  {
2604
- "id": "authenticationType",
2605
- "label": "Type",
2606
- "group": "authentication",
3388
+ "id": "operation.type",
3389
+ "label": "Input",
3390
+ "value": "createSpreadsheet",
3391
+ "group": "operation",
3392
+ "binding": {
3393
+ "name": "operation.type",
3394
+ "type": "zeebe:input"
3395
+ },
2607
3396
  "type": "Dropdown",
2608
- "value": "bearer",
2609
3397
  "choices": [
2610
3398
  {
2611
- "name": "Bearer token",
2612
- "value": "bearer"
3399
+ "name": "Create spreadsheet",
3400
+ "value": "createSpreadsheet"
2613
3401
  },
2614
3402
  {
2615
- "name": "Refresh token",
2616
- "value": "refresh"
3403
+ "name": "Add values to spreadsheet",
3404
+ "value": "addValues"
3405
+ },
3406
+ {
3407
+ "name": "Create empty column or row",
3408
+ "value": "createEmptyColumnOrRow"
3409
+ },
3410
+ {
3411
+ "name": "Create row",
3412
+ "value": "createRow"
3413
+ },
3414
+ {
3415
+ "name": "Create worksheet",
3416
+ "value": "createWorksheet"
3417
+ },
3418
+ {
3419
+ "name": "Delete column",
3420
+ "value": "deleteColumn"
3421
+ },
3422
+ {
3423
+ "name": "Delete worksheet",
3424
+ "value": "deleteWorksheet"
3425
+ },
3426
+ {
3427
+ "name": "Get row by index",
3428
+ "value": "getRowByIndex"
3429
+ },
3430
+ {
3431
+ "name": "Get spreadsheet details",
3432
+ "value": "spreadsheetsDetails"
3433
+ },
3434
+ {
3435
+ "name": "Get worksheet data",
3436
+ "value": "getWorksheetData"
2617
3437
  }
2618
- ],
3438
+ ]
3439
+ },
3440
+ {
3441
+ "id": "createSpreadsheet.spreadsheetName",
3442
+ "label": "Spreadsheet name",
3443
+ "description": "Enter name for the new spreadsheet",
3444
+ "optional": false,
3445
+ "constraints": {
3446
+ "notEmpty": true
3447
+ },
3448
+ "feel": "optional",
3449
+ "group": "operationDetails",
2619
3450
  "binding": {
2620
- "type": "zeebe:input",
2621
- "name": "authentication.authType",
2622
- "key": "authentication.authType"
2623
- }
3451
+ "name": "operation.spreadsheetName",
3452
+ "type": "zeebe:input"
3453
+ },
3454
+ "condition": {
3455
+ "property": "operation.type",
3456
+ "equals": "createSpreadsheet",
3457
+ "type": "simple"
3458
+ },
3459
+ "type": "String"
2624
3460
  },
2625
3461
  {
2626
- "label": "Bearer token",
2627
- "description": "Enter Google API Bearer token that is authorized to interact with desired spreadsheet",
2628
- "group": "authentication",
2629
- "type": "String",
3462
+ "id": "parent",
3463
+ "label": "Parent folder ID",
3464
+ "description": "Enter ID of the parent folder where new spreadsheet will be created",
3465
+ "optional": true,
3466
+ "feel": "optional",
3467
+ "group": "operationDetails",
2630
3468
  "binding": {
2631
- "type": "zeebe:input",
2632
- "name": "authentication.bearerToken"
3469
+ "name": "operation.parent",
3470
+ "type": "zeebe:input"
3471
+ },
3472
+ "condition": {
3473
+ "property": "operation.type",
3474
+ "equals": "createSpreadsheet",
3475
+ "type": "simple"
2633
3476
  },
3477
+ "type": "String"
3478
+ },
3479
+ {
3480
+ "id": "addValues.spreadsheetId",
3481
+ "label": "Spreadsheet ID",
3482
+ "description": "Enter the ID of the spreadsheet",
3483
+ "optional": false,
2634
3484
  "constraints": {
2635
3485
  "notEmpty": true
2636
3486
  },
3487
+ "feel": "optional",
3488
+ "group": "operationDetails",
3489
+ "binding": {
3490
+ "name": "operation.spreadsheetId",
3491
+ "type": "zeebe:input"
3492
+ },
2637
3493
  "condition": {
2638
- "property": "authenticationType",
2639
- "equals": "bearer"
2640
- }
3494
+ "property": "operation.type",
3495
+ "equals": "addValues",
3496
+ "type": "simple"
3497
+ },
3498
+ "type": "String"
2641
3499
  },
2642
3500
  {
2643
- "label": "Client ID",
2644
- "description": "Enter Google API Client ID",
2645
- "group": "authentication",
2646
- "type": "String",
3501
+ "id": "addValues.worksheetName",
3502
+ "label": "Worksheet name",
3503
+ "description": "Enter name for the worksheet",
3504
+ "optional": false,
3505
+ "constraints": {
3506
+ "notEmpty": true
3507
+ },
3508
+ "feel": "optional",
3509
+ "group": "operationDetails",
2647
3510
  "binding": {
2648
- "type": "zeebe:input",
2649
- "name": "authentication.oauthClientId"
3511
+ "name": "operation.worksheetName",
3512
+ "type": "zeebe:input"
3513
+ },
3514
+ "condition": {
3515
+ "property": "operation.type",
3516
+ "equals": "addValues",
3517
+ "type": "simple"
2650
3518
  },
3519
+ "type": "String"
3520
+ },
3521
+ {
3522
+ "id": "cellId",
3523
+ "label": "Cell ID",
3524
+ "description": "Enter the ID of the cell. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#add-values-to-spreadsheet\" target=\"_blank\">documentation</a>",
3525
+ "optional": false,
2651
3526
  "constraints": {
2652
3527
  "notEmpty": true
2653
3528
  },
3529
+ "feel": "optional",
3530
+ "group": "operationDetails",
3531
+ "binding": {
3532
+ "name": "operation.cellId",
3533
+ "type": "zeebe:input"
3534
+ },
2654
3535
  "condition": {
2655
- "property": "authenticationType",
2656
- "equals": "refresh"
2657
- }
3536
+ "property": "operation.type",
3537
+ "equals": "addValues",
3538
+ "type": "simple"
3539
+ },
3540
+ "type": "String"
2658
3541
  },
2659
3542
  {
2660
- "label": "Client secret",
2661
- "description": "Enter Google API client Secret",
2662
- "group": "authentication",
2663
- "type": "String",
3543
+ "id": "value",
3544
+ "label": "Value",
3545
+ "description": "Enter the value",
3546
+ "optional": false,
3547
+ "constraints": {
3548
+ "notEmpty": true
3549
+ },
3550
+ "feel": "optional",
3551
+ "group": "operationDetails",
2664
3552
  "binding": {
2665
- "type": "zeebe:input",
2666
- "name": "authentication.oauthClientSecret"
3553
+ "name": "operation.value",
3554
+ "type": "zeebe:input"
3555
+ },
3556
+ "condition": {
3557
+ "property": "operation.type",
3558
+ "equals": "addValues",
3559
+ "type": "simple"
2667
3560
  },
3561
+ "type": "String"
3562
+ },
3563
+ {
3564
+ "id": "createEmptyColumnOrRow.spreadsheetId",
3565
+ "label": "Spreadsheet ID",
3566
+ "description": "Enter the ID of the spreadsheet",
3567
+ "optional": false,
2668
3568
  "constraints": {
2669
3569
  "notEmpty": true
2670
3570
  },
3571
+ "feel": "optional",
3572
+ "group": "operationDetails",
3573
+ "binding": {
3574
+ "name": "operation.spreadsheetId",
3575
+ "type": "zeebe:input"
3576
+ },
2671
3577
  "condition": {
2672
- "property": "authenticationType",
2673
- "equals": "refresh"
2674
- }
3578
+ "property": "operation.type",
3579
+ "equals": "createEmptyColumnOrRow",
3580
+ "type": "simple"
3581
+ },
3582
+ "type": "String"
2675
3583
  },
2676
3584
  {
2677
- "label": "Refresh token",
2678
- "description": "Enter Google API refresh token that is authorized to interact with desired spreadsheet",
2679
- "group": "authentication",
2680
- "type": "String",
3585
+ "id": "createEmptyColumnOrRow.worksheetId",
3586
+ "label": "Worksheet ID",
3587
+ "description": "Enter the ID of the worksheet",
3588
+ "optional": false,
3589
+ "constraints": {
3590
+ "notEmpty": true
3591
+ },
3592
+ "feel": "optional",
3593
+ "group": "operationDetails",
2681
3594
  "binding": {
2682
- "type": "zeebe:input",
2683
- "name": "authentication.oauthRefreshToken"
3595
+ "name": "operation.worksheetId",
3596
+ "type": "zeebe:input"
3597
+ },
3598
+ "condition": {
3599
+ "property": "operation.type",
3600
+ "equals": "createEmptyColumnOrRow",
3601
+ "type": "simple"
2684
3602
  },
3603
+ "type": "Number"
3604
+ },
3605
+ {
3606
+ "id": "dimension",
3607
+ "label": "Dimension",
3608
+ "description": "Choose what to add: column or row",
3609
+ "optional": false,
2685
3610
  "constraints": {
2686
3611
  "notEmpty": true
2687
3612
  },
3613
+ "group": "operationDetails",
3614
+ "binding": {
3615
+ "name": "operation.dimension",
3616
+ "type": "zeebe:input"
3617
+ },
2688
3618
  "condition": {
2689
- "property": "authenticationType",
2690
- "equals": "refresh"
2691
- }
2692
- },
2693
- {
2694
- "id": "operationType",
2695
- "group": "operation",
3619
+ "property": "operation.type",
3620
+ "equals": "createEmptyColumnOrRow",
3621
+ "type": "simple"
3622
+ },
2696
3623
  "type": "Dropdown",
2697
- "value": "createSpreadsheet",
2698
3624
  "choices": [
2699
3625
  {
2700
- "name": "Create spreadsheet",
2701
- "value": "createSpreadsheet"
2702
- },
2703
- {
2704
- "name": "Add values to spreadsheet",
2705
- "value": "addValues"
2706
- },
2707
- {
2708
- "name": "Get spreadsheet details",
2709
- "value": "spreadsheetsDetails"
2710
- },
2711
- {
2712
- "name": "Create worksheet",
2713
- "value": "createWorksheet"
2714
- },
2715
- {
2716
- "name": "Get worksheet data",
2717
- "value": "getWorksheetData"
2718
- },
2719
- {
2720
- "name": "Delete worksheet",
2721
- "value": "deleteWorksheet"
2722
- },
2723
- {
2724
- "name": "Create empty column or row",
2725
- "value": "createEmptyColumnOrRow"
2726
- },
2727
- {
2728
- "name": "Create row",
2729
- "value": "createRow"
2730
- },
2731
- {
2732
- "name": "Delete column",
2733
- "value": "deleteColumn"
3626
+ "name": "ROWS",
3627
+ "value": "ROWS"
2734
3628
  },
2735
3629
  {
2736
- "name": "Get row by index",
2737
- "value": "getRowByIndex"
3630
+ "name": "COLUMNS",
3631
+ "value": "COLUMNS"
2738
3632
  }
2739
- ],
2740
- "binding": {
2741
- "type": "zeebe:input",
2742
- "name": "operation.type",
2743
- "key": "operation.type"
2744
- }
3633
+ ]
2745
3634
  },
2746
3635
  {
2747
- "label": "Parent folder ID",
2748
- "description": "Enter ID of the parent folder where new spreadsheet will be created",
2749
- "group": "operationDetails",
2750
- "type": "String",
3636
+ "id": "startIndex",
3637
+ "label": "Start index",
3638
+ "description": "Enter start index (leave empty if add to the end of the sheet). Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#create-empty-column-or-row\" target=\"_blank\">documentation</a>",
3639
+ "optional": false,
2751
3640
  "feel": "optional",
2752
- "optional": true,
3641
+ "group": "operationDetails",
2753
3642
  "binding": {
2754
- "type": "zeebe:input",
2755
- "name": "operation.parent"
3643
+ "name": "operation.startIndex",
3644
+ "type": "zeebe:input"
2756
3645
  },
2757
3646
  "condition": {
2758
- "property": "operationType",
2759
- "equals": "createSpreadsheet"
2760
- }
3647
+ "property": "operation.type",
3648
+ "equals": "createEmptyColumnOrRow",
3649
+ "type": "simple"
3650
+ },
3651
+ "type": "Number"
2761
3652
  },
2762
3653
  {
2763
- "label": "Spreadsheet ID",
2764
- "description": "Enter the ID of the spreadsheet",
2765
- "group": "operationDetails",
2766
- "type": "String",
2767
- "feel": "optional",
3654
+ "id": "endIndex",
3655
+ "label": "End index",
3656
+ "description": "Enter end index (leave empty if add to the end of the sheet). Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#create-empty-column-or-row\" target=\"_blank\">documentation</a>",
2768
3657
  "optional": false,
3658
+ "feel": "optional",
3659
+ "group": "operationDetails",
2769
3660
  "binding": {
2770
- "type": "zeebe:input",
2771
- "name": "operation.spreadsheetId"
3661
+ "name": "operation.endIndex",
3662
+ "type": "zeebe:input"
2772
3663
  },
2773
3664
  "condition": {
2774
- "property": "operationType",
2775
- "oneOf": [
2776
- "createWorksheet",
2777
- "getRowByIndex",
2778
- "createEmptyColumnOrRow",
2779
- "deleteWorksheet",
2780
- "deleteColumn",
2781
- "getWorksheetData",
2782
- "spreadsheetsDetails",
2783
- "createRow",
2784
- "addValues"
2785
- ]
3665
+ "property": "operation.type",
3666
+ "equals": "createEmptyColumnOrRow",
3667
+ "type": "simple"
2786
3668
  },
2787
- "constraints": {
2788
- "notEmpty": true
2789
- }
3669
+ "type": "Number"
2790
3670
  },
2791
3671
  {
2792
- "label": "Spreadsheet name",
2793
- "description": "Enter name for the new spreadsheet",
2794
- "group": "operationDetails",
2795
- "type": "String",
2796
- "feel": "optional",
3672
+ "id": "createRow.spreadsheetId",
3673
+ "label": "Spreadsheet ID",
3674
+ "description": "Enter the ID of the spreadsheet",
2797
3675
  "optional": false,
2798
- "binding": {
2799
- "type": "zeebe:input",
2800
- "name": "operation.spreadsheetName"
2801
- },
2802
3676
  "constraints": {
2803
3677
  "notEmpty": true
2804
3678
  },
3679
+ "feel": "optional",
3680
+ "group": "operationDetails",
3681
+ "binding": {
3682
+ "name": "operation.spreadsheetId",
3683
+ "type": "zeebe:input"
3684
+ },
2805
3685
  "condition": {
2806
- "property": "operationType",
2807
- "equals": "createSpreadsheet"
2808
- }
3686
+ "property": "operation.type",
3687
+ "equals": "createRow",
3688
+ "type": "simple"
3689
+ },
3690
+ "type": "String"
2809
3691
  },
2810
3692
  {
2811
- "label": "Worksheet ID",
2812
- "description": "Enter the ID of the worksheet",
2813
- "group": "operationDetails",
2814
- "type": "String",
2815
- "feel": "optional",
3693
+ "id": "createRow.worksheetName",
3694
+ "label": "Worksheet name",
3695
+ "description": "Enter name for the worksheet",
2816
3696
  "optional": false,
3697
+ "constraints": {
3698
+ "notEmpty": true
3699
+ },
3700
+ "feel": "optional",
3701
+ "group": "operationDetails",
2817
3702
  "binding": {
2818
- "type": "zeebe:input",
2819
- "name": "operation.worksheetId"
3703
+ "name": "operation.worksheetName",
3704
+ "type": "zeebe:input"
2820
3705
  },
3706
+ "condition": {
3707
+ "property": "operation.type",
3708
+ "equals": "createRow",
3709
+ "type": "simple"
3710
+ },
3711
+ "type": "String"
3712
+ },
3713
+ {
3714
+ "id": "createRow.rowIndex",
3715
+ "label": "Row index",
3716
+ "description": "Enter row index. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#what-is-a-row-index\" target=\"_blank\">documentation</a>",
3717
+ "optional": true,
2821
3718
  "constraints": {
2822
- "notEmpty": true,
3719
+ "notEmpty": false,
2823
3720
  "pattern": {
2824
- "value": "^([0-9]*$)",
2825
- "message": "Must be a number."
3721
+ "value": "^(=.*|[0-9]+|)$",
3722
+ "message": "Must be a number"
2826
3723
  }
2827
3724
  },
3725
+ "feel": "optional",
3726
+ "group": "operationDetails",
3727
+ "binding": {
3728
+ "name": "operation.rowIndex",
3729
+ "type": "zeebe:input"
3730
+ },
2828
3731
  "condition": {
2829
- "property": "operationType",
2830
- "oneOf": ["deleteWorksheet", "createEmptyColumnOrRow", "deleteColumn"]
2831
- }
3732
+ "property": "operation.type",
3733
+ "equals": "createRow",
3734
+ "type": "simple"
3735
+ },
3736
+ "type": "Number"
2832
3737
  },
2833
3738
  {
2834
- "label": "Worksheet name",
2835
- "description": "Enter name for the worksheet",
2836
- "group": "operationDetails",
2837
- "type": "String",
2838
- "feel": "optional",
3739
+ "id": "values",
3740
+ "label": "Enter values",
3741
+ "description": "Enter the array of values. <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#create-row\" target=\"_blank\">Learn more about the required format</a>",
2839
3742
  "optional": false,
3743
+ "constraints": {
3744
+ "notEmpty": true
3745
+ },
3746
+ "feel": "required",
3747
+ "group": "operationDetails",
2840
3748
  "binding": {
2841
- "type": "zeebe:input",
2842
- "name": "operation.worksheetName"
3749
+ "name": "operation.values",
3750
+ "type": "zeebe:input"
3751
+ },
3752
+ "condition": {
3753
+ "property": "operation.type",
3754
+ "equals": "createRow",
3755
+ "type": "simple"
2843
3756
  },
3757
+ "type": "String"
3758
+ },
3759
+ {
3760
+ "id": "createWorksheet.spreadsheetId",
3761
+ "label": "Spreadsheet ID",
3762
+ "description": "Enter the ID of the spreadsheet",
3763
+ "optional": false,
2844
3764
  "constraints": {
2845
3765
  "notEmpty": true
2846
3766
  },
3767
+ "feel": "optional",
3768
+ "group": "operationDetails",
3769
+ "binding": {
3770
+ "name": "operation.spreadsheetId",
3771
+ "type": "zeebe:input"
3772
+ },
2847
3773
  "condition": {
2848
- "property": "operationType",
2849
- "oneOf": ["createWorksheet", "getWorksheetData"]
2850
- }
3774
+ "property": "operation.type",
3775
+ "equals": "createWorksheet",
3776
+ "type": "simple"
3777
+ },
3778
+ "type": "String"
2851
3779
  },
2852
3780
  {
3781
+ "id": "createWorksheet.worksheetName",
2853
3782
  "label": "Worksheet name",
2854
- "description": "Enter the name of the worksheet",
2855
- "group": "operationDetails",
2856
- "type": "String",
2857
- "feel": "optional",
2858
- "optional": true,
2859
- "binding": {
2860
- "type": "zeebe:input",
2861
- "name": "operation.worksheetName"
3783
+ "description": "Enter name for the worksheet",
3784
+ "optional": false,
3785
+ "constraints": {
3786
+ "notEmpty": true
2862
3787
  },
2863
- "constraints": {
2864
- "notEmpty": false
3788
+ "feel": "optional",
3789
+ "group": "operationDetails",
3790
+ "binding": {
3791
+ "name": "operation.worksheetName",
3792
+ "type": "zeebe:input"
2865
3793
  },
2866
3794
  "condition": {
2867
- "property": "operationType",
2868
- "oneOf": ["getRowByIndex", "createRow", "addValues"]
2869
- }
3795
+ "property": "operation.type",
3796
+ "equals": "createWorksheet",
3797
+ "type": "simple"
3798
+ },
3799
+ "type": "String"
2870
3800
  },
2871
3801
  {
3802
+ "id": "worksheetIndex",
2872
3803
  "label": "Worksheet index",
2873
3804
  "description": "Enter index of the place where to add worksheet (leave empty if add to the end of sheet list) Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#what-is-a-worksheet-index\" target=\"_blank\">documentation</a>",
2874
- "group": "operationDetails",
2875
- "type": "String",
3805
+ "optional": false,
2876
3806
  "feel": "optional",
2877
- "optional": true,
3807
+ "group": "operationDetails",
2878
3808
  "binding": {
2879
- "type": "zeebe:input",
2880
- "name": "operation.worksheetIndex"
2881
- },
2882
- "constraints": {
2883
- "notEmpty": false,
2884
- "pattern": {
2885
- "value": "^([0-9]*$)",
2886
- "message": "Must be a number."
2887
- }
3809
+ "name": "operation.worksheetIndex",
3810
+ "type": "zeebe:input"
2888
3811
  },
2889
3812
  "condition": {
2890
- "property": "operationType",
2891
- "equals": "createWorksheet"
2892
- }
3813
+ "property": "operation.type",
3814
+ "equals": "createWorksheet",
3815
+ "type": "simple"
3816
+ },
3817
+ "type": "Number"
2893
3818
  },
2894
3819
  {
2895
- "label": "Dimension",
2896
- "description": "Choose what to add: column or row",
2897
- "group": "operationDetails",
2898
- "type": "Dropdown",
3820
+ "id": "deleteColumn.spreadsheetId",
3821
+ "label": "Spreadsheet ID",
3822
+ "description": "Enter the ID of the spreadsheet",
2899
3823
  "optional": false,
2900
- "choices": [
2901
- {
2902
- "name": "Column",
2903
- "value": "COLUMNS"
2904
- },
2905
- {
2906
- "name": "Row",
2907
- "value": "ROWS"
2908
- }
2909
- ],
3824
+ "constraints": {
3825
+ "notEmpty": true
3826
+ },
3827
+ "feel": "optional",
3828
+ "group": "operationDetails",
2910
3829
  "binding": {
2911
- "type": "zeebe:input",
2912
- "name": "operation.dimension"
3830
+ "name": "operation.spreadsheetId",
3831
+ "type": "zeebe:input"
2913
3832
  },
2914
3833
  "condition": {
2915
- "property": "operationType",
2916
- "equals": "createEmptyColumnOrRow"
3834
+ "property": "operation.type",
3835
+ "equals": "deleteColumn",
3836
+ "type": "simple"
2917
3837
  },
2918
- "constraints": {
2919
- "notEmpty": true
2920
- }
3838
+ "type": "String"
2921
3839
  },
2922
3840
  {
2923
- "label": "Row index",
2924
- "description": "Enter row index. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#what-is-a-row-index\" target=\"_blank\">documentation</a>",
2925
- "group": "operationDetails",
2926
- "type": "String",
2927
- "feel": "optional",
3841
+ "id": "deleteColumn.worksheetId",
3842
+ "label": "Worksheet ID",
3843
+ "description": "Enter the ID of the worksheet",
2928
3844
  "optional": false,
2929
- "binding": {
2930
- "type": "zeebe:input",
2931
- "name": "operation.rowIndex"
2932
- },
2933
3845
  "constraints": {
2934
- "notEmpty": true,
2935
- "pattern": {
2936
- "value": "^([0-9]*$)",
2937
- "message": "Must be a number."
2938
- }
3846
+ "notEmpty": true
2939
3847
  },
2940
- "condition": {
2941
- "property": "operationType",
2942
- "equals": "getRowByIndex"
2943
- }
2944
- },
2945
- {
2946
- "label": "Row index",
2947
- "description": "Enter the index of the row to add . Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#what-is-a-row-index\" target=\"_blank\">documentation</a>",
2948
- "group": "operationDetails",
2949
- "type": "String",
2950
3848
  "feel": "optional",
2951
- "optional": true,
3849
+ "group": "operationDetails",
2952
3850
  "binding": {
2953
- "type": "zeebe:input",
2954
- "name": "operation.rowIndex"
2955
- },
2956
- "constraints": {
2957
- "notEmpty": false,
2958
- "pattern": {
2959
- "value": "^([0-9]*$)",
2960
- "message": "Must contains only numbers."
2961
- }
3851
+ "name": "operation.worksheetId",
3852
+ "type": "zeebe:input"
2962
3853
  },
2963
3854
  "condition": {
2964
- "property": "operationType",
2965
- "equals": "createRow"
2966
- }
3855
+ "property": "operation.type",
3856
+ "equals": "deleteColumn",
3857
+ "type": "simple"
3858
+ },
3859
+ "type": "Number"
2967
3860
  },
2968
3861
  {
2969
- "id": "columnIndexFormat",
3862
+ "id": "columnIndexType",
2970
3863
  "label": "Index format",
2971
3864
  "description": "Choose the type of the index. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#how-can-i-define-which-column-will-be-deleted\" target=\"_blank\">documentation</a>",
3865
+ "optional": false,
3866
+ "value": "NUMBERS",
3867
+ "constraints": {
3868
+ "notEmpty": true
3869
+ },
2972
3870
  "group": "operationDetails",
3871
+ "binding": {
3872
+ "name": "operation.columnIndexType",
3873
+ "type": "zeebe:input"
3874
+ },
3875
+ "condition": {
3876
+ "property": "operation.type",
3877
+ "equals": "deleteColumn",
3878
+ "type": "simple"
3879
+ },
2973
3880
  "type": "Dropdown",
2974
- "optional": false,
2975
3881
  "choices": [
2976
- {
2977
- "name": "Letters",
2978
- "value": "LETTERS"
2979
- },
2980
3882
  {
2981
3883
  "name": "Numbers",
2982
3884
  "value": "NUMBERS"
3885
+ },
3886
+ {
3887
+ "name": "Letters",
3888
+ "value": "LETTERS"
2983
3889
  }
2984
- ],
3890
+ ]
3891
+ },
3892
+ {
3893
+ "id": "columnNumberIndex",
3894
+ "label": "Column numeric index",
3895
+ "description": "Enter the index of the column. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#how-can-i-define-which-column-will-be-deleted\" target=\"_blank\">documentation</a>",
3896
+ "optional": false,
3897
+ "feel": "optional",
3898
+ "group": "operationDetails",
2985
3899
  "binding": {
2986
- "type": "zeebe:input",
2987
- "name": "operation.columnIndexType"
3900
+ "name": "operation.columnNumberIndex",
3901
+ "type": "zeebe:input"
2988
3902
  },
2989
3903
  "condition": {
2990
- "property": "operationType",
2991
- "equals": "deleteColumn"
3904
+ "allMatch": [
3905
+ {
3906
+ "property": "operation.columnIndexType",
3907
+ "equals": "NUMBERS",
3908
+ "type": "simple"
3909
+ },
3910
+ {
3911
+ "property": "operation.type",
3912
+ "equals": "deleteColumn",
3913
+ "type": "simple"
3914
+ }
3915
+ ]
2992
3916
  },
2993
- "constraints": {
2994
- "notEmpty": true
2995
- }
3917
+ "type": "Number"
2996
3918
  },
2997
3919
  {
3920
+ "id": "columnLetterIndex",
2998
3921
  "label": "Column letter index",
2999
3922
  "description": "Enter the index of the column. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#how-can-i-define-which-column-will-be-deleted\" target=\"_blank\">documentation</a>",
3923
+ "optional": false,
3924
+ "feel": "optional",
3000
3925
  "group": "operationDetails",
3001
- "type": "String",
3926
+ "binding": {
3927
+ "name": "operation.columnLetterIndex",
3928
+ "type": "zeebe:input"
3929
+ },
3930
+ "condition": {
3931
+ "allMatch": [
3932
+ {
3933
+ "property": "operation.columnIndexType",
3934
+ "equals": "LETTERS",
3935
+ "type": "simple"
3936
+ },
3937
+ {
3938
+ "property": "operation.type",
3939
+ "equals": "deleteColumn",
3940
+ "type": "simple"
3941
+ }
3942
+ ]
3943
+ },
3944
+ "type": "String"
3945
+ },
3946
+ {
3947
+ "id": "deleteWorksheet.spreadsheetId",
3948
+ "label": "Spreadsheet ID",
3949
+ "description": "Enter the ID of the spreadsheet",
3950
+ "optional": false,
3951
+ "constraints": {
3952
+ "notEmpty": true
3953
+ },
3002
3954
  "feel": "optional",
3955
+ "group": "operationDetails",
3956
+ "binding": {
3957
+ "name": "operation.spreadsheetId",
3958
+ "type": "zeebe:input"
3959
+ },
3960
+ "condition": {
3961
+ "property": "operation.type",
3962
+ "equals": "deleteWorksheet",
3963
+ "type": "simple"
3964
+ },
3965
+ "type": "String"
3966
+ },
3967
+ {
3968
+ "id": "deleteWorksheet.worksheetId",
3969
+ "label": "Worksheet ID",
3970
+ "description": "Enter the ID of the worksheet",
3003
3971
  "optional": false,
3972
+ "constraints": {
3973
+ "notEmpty": true
3974
+ },
3975
+ "feel": "optional",
3976
+ "group": "operationDetails",
3004
3977
  "binding": {
3005
- "type": "zeebe:input",
3006
- "name": "operation.columnLetterIndex"
3978
+ "name": "operation.worksheetId",
3979
+ "type": "zeebe:input"
3980
+ },
3981
+ "condition": {
3982
+ "property": "operation.type",
3983
+ "equals": "deleteWorksheet",
3984
+ "type": "simple"
3007
3985
  },
3986
+ "type": "Number"
3987
+ },
3988
+ {
3989
+ "id": "getRowByIndex.spreadsheetId",
3990
+ "label": "Spreadsheet ID",
3991
+ "description": "Enter the ID of the spreadsheet",
3992
+ "optional": false,
3008
3993
  "constraints": {
3009
- "notEmpty": true,
3010
- "pattern": {
3011
- "value": "[A-Z]+",
3012
- "message": "Must contains only capital letters."
3013
- }
3994
+ "notEmpty": true
3014
3995
  },
3015
- "condition": {
3016
- "property": "columnIndexFormat",
3017
- "equals": "LETTERS"
3018
- }
3019
- },
3020
- {
3021
- "label": "Column numeric index",
3022
- "description": "Enter the index of the column. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#how-can-i-define-which-column-will-be-deleted\" target=\"_blank\">documentation</a>",
3023
- "group": "operationDetails",
3024
- "type": "String",
3025
3996
  "feel": "optional",
3026
- "optional": false,
3997
+ "group": "operationDetails",
3027
3998
  "binding": {
3028
- "type": "zeebe:input",
3029
- "name": "operation.columnNumberIndex"
3030
- },
3031
- "constraints": {
3032
- "notEmpty": true,
3033
- "pattern": {
3034
- "value": "^([0-9]*$)",
3035
- "message": "Must contains only numbers."
3036
- }
3999
+ "name": "operation.spreadsheetId",
4000
+ "type": "zeebe:input"
3037
4001
  },
3038
4002
  "condition": {
3039
- "property": "columnIndexFormat",
3040
- "equals": "NUMBERS"
3041
- }
4003
+ "property": "operation.type",
4004
+ "equals": "getRowByIndex",
4005
+ "type": "simple"
4006
+ },
4007
+ "type": "String"
3042
4008
  },
3043
4009
  {
3044
- "label": "Start index",
3045
- "description": "Enter start index (leave empty if add to the end of the sheet). Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#create-empty-column-or-row\" target=\"_blank\">documentation</a>",
3046
- "group": "operationDetails",
3047
- "type": "String",
4010
+ "id": "getRowByIndex.worksheetName",
4011
+ "label": "Worksheet name",
4012
+ "description": "Enter name for the worksheet",
4013
+ "optional": false,
3048
4014
  "feel": "optional",
3049
- "optional": true,
4015
+ "group": "operationDetails",
3050
4016
  "binding": {
3051
- "type": "zeebe:input",
3052
- "name": "operation.startIndex"
3053
- },
3054
- "constraints": {
3055
- "notEmpty": false,
3056
- "pattern": {
3057
- "value": "^([0-9]*$)",
3058
- "message": "Must be a number."
3059
- }
4017
+ "name": "operation.worksheetName",
4018
+ "type": "zeebe:input"
3060
4019
  },
3061
4020
  "condition": {
3062
- "property": "operationType",
3063
- "equals": "createEmptyColumnOrRow"
3064
- }
4021
+ "property": "operation.type",
4022
+ "equals": "getRowByIndex",
4023
+ "type": "simple"
4024
+ },
4025
+ "type": "String"
3065
4026
  },
3066
4027
  {
3067
- "label": "End index",
3068
- "description": "Enter End index (leave empty if add to the end of the sheet) Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#create-empty-column-or-row\" target=\"_blank\">documentation</a>",
3069
- "group": "operationDetails",
3070
- "type": "String",
4028
+ "id": "getRowByIndex.rowIndex",
4029
+ "label": "Row index",
4030
+ "description": "Enter row index. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#what-is-a-row-index\" target=\"_blank\">documentation</a>",
4031
+ "optional": false,
4032
+ "constraints": {
4033
+ "notEmpty": true
4034
+ },
3071
4035
  "feel": "optional",
3072
- "optional": true,
4036
+ "group": "operationDetails",
3073
4037
  "binding": {
3074
- "type": "zeebe:input",
3075
- "name": "operation.endIndex"
3076
- },
3077
- "constraints": {
3078
- "notEmpty": false,
3079
- "pattern": {
3080
- "value": "^([0-9]*$)",
3081
- "message": "Must be a number."
3082
- }
4038
+ "name": "operation.rowIndex",
4039
+ "type": "zeebe:input"
3083
4040
  },
3084
4041
  "condition": {
3085
- "property": "operationType",
3086
- "equals": "createEmptyColumnOrRow"
3087
- }
4042
+ "property": "operation.type",
4043
+ "equals": "getRowByIndex",
4044
+ "type": "simple"
4045
+ },
4046
+ "type": "Number"
3088
4047
  },
3089
4048
  {
3090
- "label": "Cell ID",
3091
- "description": "Enter the ID of the cell. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#add-values-to-spreadsheet\" target=\"_blank\">documentation</a>",
3092
- "group": "operationDetails",
3093
- "type": "String",
3094
- "feel": "optional",
4049
+ "id": "spreadsheetsDetails.spreadsheetId",
4050
+ "label": "Spreadsheet ID",
4051
+ "description": "Enter the ID of the spreadsheet",
3095
4052
  "optional": false,
3096
- "binding": {
3097
- "type": "zeebe:input",
3098
- "name": "operation.cellId"
3099
- },
3100
4053
  "constraints": {
3101
4054
  "notEmpty": true
3102
4055
  },
4056
+ "feel": "optional",
4057
+ "group": "operationDetails",
4058
+ "binding": {
4059
+ "name": "operation.spreadsheetId",
4060
+ "type": "zeebe:input"
4061
+ },
3103
4062
  "condition": {
3104
- "property": "operationType",
3105
- "equals": "addValues"
3106
- }
4063
+ "property": "operation.type",
4064
+ "equals": "spreadsheetsDetails",
4065
+ "type": "simple"
4066
+ },
4067
+ "type": "String"
3107
4068
  },
3108
4069
  {
3109
- "label": "Enter values",
3110
- "description": "Enter the array of values. <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/#create-row\" target=\"_blank\">Learn more about the required format</a>",
3111
- "group": "operationDetails",
3112
- "type": "Text",
3113
- "feel": "required",
4070
+ "id": "getWorksheetData.spreadsheetId",
4071
+ "label": "Spreadsheet ID",
4072
+ "description": "Enter the ID of the spreadsheet",
3114
4073
  "optional": false,
3115
- "binding": {
3116
- "type": "zeebe:input",
3117
- "name": "operation.values"
3118
- },
3119
4074
  "constraints": {
3120
4075
  "notEmpty": true
3121
4076
  },
4077
+ "feel": "optional",
4078
+ "group": "operationDetails",
4079
+ "binding": {
4080
+ "name": "operation.spreadsheetId",
4081
+ "type": "zeebe:input"
4082
+ },
3122
4083
  "condition": {
3123
- "property": "operationType",
3124
- "equals": "createRow"
3125
- }
4084
+ "property": "operation.type",
4085
+ "equals": "getWorksheetData",
4086
+ "type": "simple"
4087
+ },
4088
+ "type": "String"
3126
4089
  },
3127
4090
  {
3128
- "label": "Value",
3129
- "description": "Enter the value",
3130
- "group": "operationDetails",
3131
- "type": "String",
3132
- "feel": "optional",
4091
+ "id": "getWorksheetData.worksheetName",
4092
+ "label": "Worksheet name",
4093
+ "description": "Enter name for the worksheet",
3133
4094
  "optional": false,
3134
- "binding": {
3135
- "type": "zeebe:input",
3136
- "name": "operation.value"
3137
- },
3138
4095
  "constraints": {
3139
4096
  "notEmpty": true
3140
4097
  },
4098
+ "feel": "optional",
4099
+ "group": "operationDetails",
4100
+ "binding": {
4101
+ "name": "operation.worksheetName",
4102
+ "type": "zeebe:input"
4103
+ },
3141
4104
  "condition": {
3142
- "property": "operationType",
3143
- "equals": "addValues"
3144
- }
4105
+ "property": "operation.type",
4106
+ "equals": "getWorksheetData",
4107
+ "type": "simple"
4108
+ },
4109
+ "type": "String"
3145
4110
  },
3146
4111
  {
4112
+ "id": "resultVariable",
3147
4113
  "label": "Result variable",
3148
- "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>",
4114
+ "description": "Name of variable to store the response in",
3149
4115
  "group": "output",
3150
- "type": "String",
3151
4116
  "binding": {
3152
- "type": "zeebe:taskHeader",
3153
- "key": "resultVariable"
3154
- }
4117
+ "key": "resultVariable",
4118
+ "type": "zeebe:taskHeader"
4119
+ },
4120
+ "type": "String"
3155
4121
  },
3156
4122
  {
4123
+ "id": "resultExpression",
3157
4124
  "label": "Result expression",
3158
- "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>",
3159
- "group": "output",
3160
- "type": "Text",
4125
+ "description": "Expression to map the response into process variables",
3161
4126
  "feel": "required",
4127
+ "group": "output",
3162
4128
  "binding": {
3163
- "type": "zeebe:taskHeader",
3164
- "key": "resultExpression"
3165
- }
4129
+ "key": "resultExpression",
4130
+ "type": "zeebe:taskHeader"
4131
+ },
4132
+ "type": "Text"
3166
4133
  },
3167
4134
  {
4135
+ "id": "errorExpression",
3168
4136
  "label": "Error expression",
3169
- "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>",
3170
- "group": "errors",
3171
- "type": "Text",
4137
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
3172
4138
  "feel": "required",
4139
+ "group": "error",
3173
4140
  "binding": {
3174
- "type": "zeebe:taskHeader",
3175
- "key": "errorExpression"
3176
- }
4141
+ "key": "errorExpression",
4142
+ "type": "zeebe:taskHeader"
4143
+ },
4144
+ "type": "Text"
4145
+ },
4146
+ {
4147
+ "id": "retryCount",
4148
+ "label": "Retries",
4149
+ "description": "Number of retries",
4150
+ "value": "3",
4151
+ "feel": "optional",
4152
+ "group": "retries",
4153
+ "binding": {
4154
+ "property": "retries",
4155
+ "type": "zeebe:taskDefinition"
4156
+ },
4157
+ "type": "String"
4158
+ },
4159
+ {
4160
+ "id": "retryBackoff",
4161
+ "label": "Retry backoff",
4162
+ "description": "ISO-8601 duration to wait between retries",
4163
+ "value": "PT0S",
4164
+ "group": "retries",
4165
+ "binding": {
4166
+ "key": "retryBackoff",
4167
+ "type": "zeebe:taskHeader"
4168
+ },
4169
+ "type": "String"
3177
4170
  }
3178
4171
  ],
3179
4172
  "icon": {
3180
- "contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMC8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9UUi8yMDAxL1JFQy1TVkctMjAwMTA5MDQvRFREL3N2ZzEwLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgaWQ9ImJvZHlfMSIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE0Ij4KCjxnIHRyYW5zZm9ybT0ibWF0cml4KDAuMTU5MDkwOSAwIDAgMC4xNTkwOTA5IDMuOTA5MDkxIC0wKSI+CiAgICA8cGF0aCBkPSJNNDIgMEw2NCAyMkw1MyAyNEw0MiAyMkw0MCAxMUw0MiAweiIgc3Ryb2tlPSJub25lIiBmaWxsPSIjMTg4MDM4IiBmaWxsLXJ1bGU9Im5vbnplcm8iIC8+CiAgICA8cGF0aCBkPSJNNDIgMjJMNDIgMEw2IDBDIDIuNjg1IDAgMCAyLjY4NSAwIDZMMCA2TDAgODJDIDAgODUuMzE1IDIuNjg1IDg4IDYgODhMNiA4OEw1OCA4OEMgNjEuMzE1IDg4IDY0IDg1LjMxNSA2NCA4Mkw2NCA4Mkw2NCAyMkw0MiAyMnoiIHN0cm9rZT0ibm9uZSIgZmlsbD0iIzM0QTg1MyIgZmlsbC1ydWxlPSJub256ZXJvIiAvPgogICAgPHBhdGggZD0iTTEyIDM0TDEyIDYzTDUyIDYzTDUyIDM0TDEyIDM0ek0yOS41IDU4TDE3IDU4TDE3IDUxTDI5LjUgNTF6TTI5LjUgNDZMMTcgNDZMMTcgMzlMMjkuNSAzOXpNNDcgNThMMzQuNSA1OEwzNC41IDUxTDQ3IDUxek00NyA0NkwzNC41IDQ2TDM0LjUgMzlMNDcgMzl6IiBzdHJva2U9Im5vbmUiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgLz4KPC9nPgo8L3N2Zz4="
4173
+ "contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDlweCIgaGVpZ2h0PSI2N3B4IiB2aWV3Qm94PSIwIDAgNDkgNjciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU0LjEgKDc2NDkwKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5TaGVldHMtaWNvbjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxwYXRoIGQ9Ik0yOS41ODMzMzMzLDAgTDQuNDM3NSwwIEMxLjk5Njg3NSwwIDAsMS45OTY4NzUgMCw0LjQzNzUgTDAsNjAuNjQ1ODMzMyBDMCw2My4wODY0NTgzIDEuOTk2ODc1LDY1LjA4MzMzMzMgNC40Mzc1LDY1LjA4MzMzMzMgTDQyLjg5NTgzMzMsNjUuMDgzMzMzMyBDNDUuMzM2NDU4Myw2NS4wODMzMzMzIDQ3LjMzMzMzMzMsNjMuMDg2NDU4MyA0Ny4zMzMzMzMzLDYwLjY0NTgzMzMgTDQ3LjMzMzMzMzMsMTcuNzUgTDI5LjU4MzMzMzMsMCBaIiBpZD0icGF0aC0xIj48L3BhdGg+CiAgICAgICAgPHBhdGggZD0iTTI5LjU4MzMzMzMsMCBMNC40Mzc1LDAgQzEuOTk2ODc1LDAgMCwxLjk5Njg3NSAwLDQuNDM3NSBMMCw2MC42NDU4MzMzIEMwLDYzLjA4NjQ1ODMgMS45OTY4NzUsNjUuMDgzMzMzMyA0LjQzNzUsNjUuMDgzMzMzMyBMNDIuODk1ODMzMyw2NS4wODMzMzMzIEM0NS4zMzY0NTgzLDY1LjA4MzMzMzMgNDcuMzMzMzMzMyw2My4wODY0NTgzIDQ3LjMzMzMzMzMsNjAuNjQ1ODMzMyBMNDcuMzMzMzMzMywxNy43NSBMMjkuNTgzMzMzMywwIFoiIGlkPSJwYXRoLTMiPjwvcGF0aD4KICAgICAgICA8cGF0aCBkPSJNMjkuNTgzMzMzMywwIEw0LjQzNzUsMCBDMS45OTY4NzUsMCAwLDEuOTk2ODc1IDAsNC40Mzc1IEwwLDYwLjY0NTgzMzMgQzAsNjMuMDg2NDU4MyAxLjk5Njg3NSw2NS4wODMzMzMzIDQuNDM3NSw2NS4wODMzMzMzIEw0Mi44OTU4MzMzLDY1LjA4MzMzMzMgQzQ1LjMzNjQ1ODMsNjUuMDgzMzMzMyA0Ny4zMzMzMzMzLDYzLjA4NjQ1ODMgNDcuMzMzMzMzMyw2MC42NDU4MzMzIEw0Ny4zMzMzMzMzLDE3Ljc1IEwyOS41ODMzMzMzLDAgWiIgaWQ9InBhdGgtNSI+PC9wYXRoPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0iNTAuMDA1Mzk0NSUiIHkxPSI4LjU4NjEwNjEyJSIgeDI9IjUwLjAwNTM5NDUlIiB5Mj0iMTAwLjAxMzkzOSUiIGlkPSJsaW5lYXJHcmFkaWVudC03Ij4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iIzI2MzIzOCIgc3RvcC1vcGFjaXR5PSIwLjIiIG9mZnNldD0iMCUiPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iIzI2MzIzOCIgc3RvcC1vcGFjaXR5PSIwLjAyIiBvZmZzZXQ9IjEwMCUiPjwvc3RvcD4KICAgICAgICA8L2xpbmVhckdyYWRpZW50PgogICAgICAgIDxwYXRoIGQ9Ik0yOS41ODMzMzMzLDAgTDQuNDM3NSwwIEMxLjk5Njg3NSwwIDAsMS45OTY4NzUgMCw0LjQzNzUgTDAsNjAuNjQ1ODMzMyBDMCw2My4wODY0NTgzIDEuOTk2ODc1LDY1LjA4MzMzMzMgNC40Mzc1LDY1LjA4MzMzMzMgTDQyLjg5NTgzMzMsNjUuMDgzMzMzMyBDNDUuMzM2NDU4Myw2NS4wODMzMzMzIDQ3LjMzMzMzMzMsNjMuMDg2NDU4MyA0Ny4zMzMzMzMzLDYwLjY0NTgzMzMgTDQ3LjMzMzMzMzMsMTcuNzUgTDI5LjU4MzMzMzMsMCBaIiBpZD0icGF0aC04Ij48L3BhdGg+CiAgICAgICAgPHBhdGggZD0iTTI5LjU4MzMzMzMsMCBMNC40Mzc1LDAgQzEuOTk2ODc1LDAgMCwxLjk5Njg3NSAwLDQuNDM3NSBMMCw2MC42NDU4MzMzIEMwLDYzLjA4NjQ1ODMgMS45OTY4NzUsNjUuMDgzMzMzMyA0LjQzNzUsNjUuMDgzMzMzMyBMNDIuODk1ODMzMyw2NS4wODMzMzMzIEM0NS4zMzY0NTgzLDY1LjA4MzMzMzMgNDcuMzMzMzMzMyw2My4wODY0NTgzIDQ3LjMzMzMzMzMsNjAuNjQ1ODMzMyBMNDcuMzMzMzMzMywxNy43NSBMMjkuNTgzMzMzMywwIFoiIGlkPSJwYXRoLTEwIj48L3BhdGg+CiAgICAgICAgPHBhdGggZD0iTTI5LjU4MzMzMzMsMCBMNC40Mzc1LDAgQzEuOTk2ODc1LDAgMCwxLjk5Njg3NSAwLDQuNDM3NSBMMCw2MC42NDU4MzMzIEMwLDYzLjA4NjQ1ODMgMS45OTY4NzUsNjUuMDgzMzMzMyA0LjQzNzUsNjUuMDgzMzMzMyBMNDIuODk1ODMzMyw2NS4wODMzMzMzIEM0NS4zMzY0NTgzLDY1LjA4MzMzMzMgNDcuMzMzMzMzMyw2My4wODY0NTgzIDQ3LjMzMzMzMzMsNjAuNjQ1ODMzMyBMNDcuMzMzMzMzMywxNy43NSBMMjkuNTgzMzMzMywwIFoiIGlkPSJwYXRoLTEyIj48L3BhdGg+CiAgICAgICAgPHBhdGggZD0iTTI5LjU4MzMzMzMsMCBMNC40Mzc1LDAgQzEuOTk2ODc1LDAgMCwxLjk5Njg3NSAwLDQuNDM3NSBMMCw2MC42NDU4MzMzIEMwLDYzLjA4NjQ1ODMgMS45OTY4NzUsNjUuMDgzMzMzMyA0LjQzNzUsNjUuMDgzMzMzMyBMNDIuODk1ODMzMyw2NS4wODMzMzMzIEM0NS4zMzY0NTgzLDY1LjA4MzMzMzMgNDcuMzMzMzMzMyw2My4wODY0NTgzIDQ3LjMzMzMzMzMsNjAuNjQ1ODMzMyBMNDcuMzMzMzMzMywxNy43NSBMMjkuNTgzMzMzMywwIFoiIGlkPSJwYXRoLTE0Ij48L3BhdGg+CiAgICAgICAgPHJhZGlhbEdyYWRpZW50IGN4PSIzLjE2ODA0Njg4JSIgY3k9IjIuNzE3NDQzMTglIiBmeD0iMy4xNjgwNDY4OCUiIGZ5PSIyLjcxNzQ0MzE4JSIgcj0iMTYxLjI0ODUxNiUiIGdyYWRpZW50VHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMzE2ODAsMC4wMjcxNzQpLHNjYWxlKDEuMDAwMDAwLDAuNzI3MjczKSx0cmFuc2xhdGUoLTAuMDMxNjgwLC0wLjAyNzE3NCkiIGlkPSJyYWRpYWxHcmFkaWVudC0xNiI+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIHN0b3Atb3BhY2l0eT0iMC4xIiBvZmZzZXQ9IjAlIj48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIHN0b3Atb3BhY2l0eT0iMCIgb2Zmc2V0PSIxMDAlIj48L3N0b3A+CiAgICAgICAgPC9yYWRpYWxHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJDb25zdW1lci1BcHBzLVNoZWV0cy1MYXJnZS1WRC1SOC0iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00NTEuMDAwMDAwLCAtNDUxLjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0iSGVybyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDYzLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9IlBlcnNvbmFsIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNzcuMDAwMDAwLCAyOTkuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IlNoZWV0cy1pY29uIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNzQuODMzMzMzLCA4OS45NTgzMzMpIj4KICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJDbGlwcGVkIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJTVkdJRF8xXyI+PC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yOS41ODMzMzMzLDAgTDQuNDM3NSwwIEMxLjk5Njg3NSwwIDAsMS45OTY4NzUgMCw0LjQzNzUgTDAsNjAuNjQ1ODMzMyBDMCw2My4wODY0NTgzIDEuOTk2ODc1LDY1LjA4MzMzMzMgNC40Mzc1LDY1LjA4MzMzMzMgTDQyLjg5NTgzMzMsNjUuMDgzMzMzMyBDNDUuMzM2NDU4Myw2NS4wODMzMzMzIDQ3LjMzMzMzMzMsNjMuMDg2NDU4MyA0Ny4zMzMzMzMzLDYwLjY0NTgzMzMgTDQ3LjMzMzMzMzMsMTcuNzUgTDM2Ljk3OTE2NjcsMTAuMzU0MTY2NyBMMjkuNTgzMzMzMywwIFoiIGlkPSJQYXRoIiBmaWxsPSIjMEY5RDU4IiBmaWxsLXJ1bGU9Im5vbnplcm8iIG1hc2s9InVybCgjbWFzay0yKSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IkNsaXBwZWQiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTQiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0zIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IlNWR0lEXzFfIj48L2c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTExLjgzMzMzMzMsMzEuODAyMDgzMyBMMTEuODMzMzMzMyw1My4yNSBMMzUuNSw1My4yNSBMMzUuNSwzMS44MDIwODMzIEwxMS44MzMzMzMzLDMxLjgwMjA4MzMgWiBNMjIuMTg3NSw1MC4yOTE2NjY3IEwxNC43OTE2NjY3LDUwLjI5MTY2NjcgTDE0Ljc5MTY2NjcsNDYuNTkzNzUgTDIyLjE4NzUsNDYuNTkzNzUgTDIyLjE4NzUsNTAuMjkxNjY2NyBaIE0yMi4xODc1LDQ0LjM3NSBMMTQuNzkxNjY2Nyw0NC4zNzUgTDE0Ljc5MTY2NjcsNDAuNjc3MDgzMyBMMjIuMTg3NSw0MC42NzcwODMzIEwyMi4xODc1LDQ0LjM3NSBaIE0yMi4xODc1LDM4LjQ1ODMzMzMgTDE0Ljc5MTY2NjcsMzguNDU4MzMzMyBMMTQuNzkxNjY2NywzNC43NjA0MTY3IEwyMi4xODc1LDM0Ljc2MDQxNjcgTDIyLjE4NzUsMzguNDU4MzMzMyBaIE0zMi41NDE2NjY3LDUwLjI5MTY2NjcgTDI1LjE0NTgzMzMsNTAuMjkxNjY2NyBMMjUuMTQ1ODMzMyw0Ni41OTM3NSBMMzIuNTQxNjY2Nyw0Ni41OTM3NSBMMzIuNTQxNjY2Nyw1MC4yOTE2NjY3IFogTTMyLjU0MTY2NjcsNDQuMzc1IEwyNS4xNDU4MzMzLDQ0LjM3NSBMMjUuMTQ1ODMzMyw0MC42NzcwODMzIEwzMi41NDE2NjY3LDQwLjY3NzA4MzMgTDMyLjU0MTY2NjcsNDQuMzc1IFogTTMyLjU0MTY2NjcsMzguNDU4MzMzMyBMMjUuMTQ1ODMzMywzOC40NTgzMzMzIEwyNS4xNDU4MzMzLDM0Ljc2MDQxNjcgTDMyLjU0MTY2NjcsMzQuNzYwNDE2NyBMMzIuNTQxNjY2NywzOC40NTgzMzMzIFoiIGlkPSJTaGFwZSIgZmlsbD0iI0YxRjFGMSIgZmlsbC1ydWxlPSJub256ZXJvIiBtYXNrPSJ1cmwoI21hc2stNCkiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJDbGlwcGVkIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay02IiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtNSI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJTVkdJRF8xXyI+PC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJQYXRoIiBmaWxsPSJ1cmwoI2xpbmVhckdyYWRpZW50LTcpIiBmaWxsLXJ1bGU9Im5vbnplcm8iIG1hc2s9InVybCgjbWFzay02KSIgcG9pbnRzPSIzMC44ODEzMDIxIDE2LjQ1MjAzMTMgNDcuMzMzMzMzMyAzMi45MDAzNjQ2IDQ3LjMzMzMzMzMgMTcuNzUiPjwvcG9seWdvbj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJDbGlwcGVkIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay05IiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtOCI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJTVkdJRF8xXyI+PC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgbWFzaz0idXJsKCNtYXNrLTkpIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjYuNjI1MDAwLCAtMi45NTgzMzMpIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yLjk1ODMzMzMzLDIuOTU4MzMzMzMgTDIuOTU4MzMzMzMsMTYuMjcwODMzMyBDMi45NTgzMzMzMywxOC43MjI1NTIxIDQuOTQ0MTE0NTgsMjAuNzA4MzMzMyA3LjM5NTgzMzMzLDIwLjcwODMzMzMgTDIwLjcwODMzMzMsMjAuNzA4MzMzMyBMMi45NTgzMzMzMywyLjk1ODMzMzMzIFoiIGlkPSJQYXRoIiBmaWxsPSIjODdDRUFDIiBmaWxsLXJ1bGU9Im5vbnplcm8iPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJDbGlwcGVkIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay0xMSIgZmlsbD0id2hpdGUiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEwIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IlNWR0lEXzFfIj48L2c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTQuNDM3NSwwIEMxLjk5Njg3NSwwIDAsMS45OTY4NzUgMCw0LjQzNzUgTDAsNC44MDcyOTE2NyBDMCwyLjM2NjY2NjY3IDEuOTk2ODc1LDAuMzY5NzkxNjY3IDQuNDM3NSwwLjM2OTc5MTY2NyBMMjkuNTgzMzMzMywwLjM2OTc5MTY2NyBMMjkuNTgzMzMzMywwIEw0LjQzNzUsMCBaIiBpZD0iUGF0aCIgZmlsbC1vcGFjaXR5PSIwLjIiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgbWFzaz0idXJsKCNtYXNrLTExKSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IkNsaXBwZWQiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTEzIiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMTIiPjwvdXNlPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbWFzaz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iU1ZHSURfMV8iPjwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNDIuODk1ODMzMyw2NC43MTM1NDE3IEw0LjQzNzUsNjQuNzEzNTQxNyBDMS45OTY4NzUsNjQuNzEzNTQxNyAwLDYyLjcxNjY2NjcgMCw2MC4yNzYwNDE3IEwwLDYwLjY0NTgzMzMgQzAsNjMuMDg2NDU4MyAxLjk5Njg3NSw2NS4wODMzMzMzIDQuNDM3NSw2NS4wODMzMzMzIEw0Mi44OTU4MzMzLDY1LjA4MzMzMzMgQzQ1LjMzNjQ1ODMsNjUuMDgzMzMzMyA0Ny4zMzMzMzMzLDYzLjA4NjQ1ODMgNDcuMzMzMzMzMyw2MC42NDU4MzMzIEw0Ny4zMzMzMzMzLDYwLjI3NjA0MTcgQzQ3LjMzMzMzMzMsNjIuNzE2NjY2NyA0NS4zMzY0NTgzLDY0LjcxMzU0MTcgNDIuODk1ODMzMyw2NC43MTM1NDE3IFoiIGlkPSJQYXRoIiBmaWxsLW9wYWNpdHk9IjAuMiIgZmlsbD0iIzI2MzIzOCIgZmlsbC1ydWxlPSJub256ZXJvIiBtYXNrPSJ1cmwoI21hc2stMTMpIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iQ2xpcHBlZCI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMTUiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xNCI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJTVkdJRF8xXyI+PC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zNC4wMjA4MzMzLDE3Ljc1IEMzMS41NjkxMTQ2LDE3Ljc1IDI5LjU4MzMzMzMsMTUuNzY0MjE4OCAyOS41ODMzMzMzLDEzLjMxMjUgTDI5LjU4MzMzMzMsMTMuNjgyMjkxNyBDMjkuNTgzMzMzMywxNi4xMzQwMTA0IDMxLjU2OTExNDYsMTguMTE5NzkxNyAzNC4wMjA4MzMzLDE4LjExOTc5MTcgTDQ3LjMzMzMzMzMsMTguMTE5NzkxNyBMNDcuMzMzMzMzMywxNy43NSBMMzQuMDIwODMzMywxNy43NSBaIiBpZD0iUGF0aCIgZmlsbC1vcGFjaXR5PSIwLjEiIGZpbGw9IiMyNjMyMzgiIGZpbGwtcnVsZT0ibm9uemVybyIgbWFzaz0idXJsKCNtYXNrLTE1KSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yOS41ODMzMzMzLDAgTDQuNDM3NSwwIEMxLjk5Njg3NSwwIDAsMS45OTY4NzUgMCw0LjQzNzUgTDAsNjAuNjQ1ODMzMyBDMCw2My4wODY0NTgzIDEuOTk2ODc1LDY1LjA4MzMzMzMgNC40Mzc1LDY1LjA4MzMzMzMgTDQyLjg5NTgzMzMsNjUuMDgzMzMzMyBDNDUuMzM2NDU4Myw2NS4wODMzMzMzIDQ3LjMzMzMzMzMsNjMuMDg2NDU4MyA0Ny4zMzMzMzMzLDYwLjY0NTgzMzMgTDQ3LjMzMzMzMzMsMTcuNzUgTDI5LjU4MzMzMzMsMCBaIiBpZD0iUGF0aCIgZmlsbD0idXJsKCNyYWRpYWxHcmFkaWVudC0xNikiIGZpbGwtcnVsZT0ibm9uemVybyI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+"
3181
4174
  },
3182
4175
  "engines": {
3183
- "camunda": "^8.2"
4176
+ "camunda": "^8.6"
3184
4177
  }
3185
4178
  },
3186
4179
  {
@@ -3188,21 +4181,22 @@
3188
4181
  "name": "Google Sheets Outbound Connector",
3189
4182
  "id": "io.camunda.connectors.GoogleSheets.v1",
3190
4183
  "description": "Manage spreadsheets with Google Sheets",
3191
- "metadata": {
3192
- "keywords": [
3193
- "create spreadsheet",
3194
- "add values to spreadsheet",
3195
- "create row",
3196
- "create column",
3197
- "create worksheet",
3198
- "delete worksheet",
3199
- "get row",
3200
- "get spreadsheet details",
3201
- "get worksheet data"
3202
- ]
3203
- },
4184
+ "keywords": [
4185
+ "create spreadsheet",
4186
+ "add values to spreadsheet",
4187
+ "create row",
4188
+ "create column",
4189
+ "create worksheet",
4190
+ "delete worksheet",
4191
+ "get row",
4192
+ "get spreadsheet details",
4193
+ "get worksheet data",
4194
+ "delete column",
4195
+ "spreadsheet",
4196
+ "excel"
4197
+ ],
3204
4198
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/google-sheets/",
3205
- "version": 5,
4199
+ "version": 6,
3206
4200
  "category": {
3207
4201
  "id": "connectors",
3208
4202
  "name": "Connectors"
@@ -3881,7 +4875,7 @@
3881
4875
  "condition": {
3882
4876
  "allMatch": [
3883
4877
  {
3884
- "property": "operation.columnIndexType",
4878
+ "property": "columnIndexType",
3885
4879
  "equals": "NUMBERS",
3886
4880
  "type": "simple"
3887
4881
  },
@@ -3908,7 +4902,7 @@
3908
4902
  "condition": {
3909
4903
  "allMatch": [
3910
4904
  {
3911
- "property": "operation.columnIndexType",
4905
+ "property": "columnIndexType",
3912
4906
  "equals": "LETTERS",
3913
4907
  "type": "simple"
3914
4908
  },
@@ -4090,7 +5084,7 @@
4090
5084
  "id": "version",
4091
5085
  "label": "Version",
4092
5086
  "description": "Version of the element template",
4093
- "value": "5",
5087
+ "value": "6",
4094
5088
  "group": "connector",
4095
5089
  "binding": {
4096
5090
  "key": "elementTemplateVersion",
@@ -4113,7 +5107,7 @@
4113
5107
  {
4114
5108
  "id": "resultVariable",
4115
5109
  "label": "Result variable",
4116
- "description": "Name of variable to store the response in",
5110
+ "description": "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>.",
4117
5111
  "group": "output",
4118
5112
  "binding": {
4119
5113
  "key": "resultVariable",
@@ -4124,7 +5118,7 @@
4124
5118
  {
4125
5119
  "id": "resultExpression",
4126
5120
  "label": "Result expression",
4127
- "description": "Expression to map the response into process variables",
5121
+ "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>.",
4128
5122
  "feel": "required",
4129
5123
  "group": "output",
4130
5124
  "binding": {