@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.
- package/package.json +2 -2
- package/src/connectors.js +12 -2
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +4 -7
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +8 -8
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +8 -8
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +8 -8
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +8 -8
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +9 -12
- package/src/element-templates/agenticai-aiagent-job-worker.json +3770 -29
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +6274 -2594
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +549 -552
- package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +736 -739
- package/src/element-templates/asana-connector.json +759 -48
- package/src/element-templates/automation-anywhere-outbound-connector.json +1763 -1759
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
- package/src/element-templates/aws-bedrock-outbound-connector.json +747 -10
- package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1358 -1358
- package/src/element-templates/aws-eventbridge-connector-boundary.json +383 -18
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +377 -12
- package/src/element-templates/aws-eventbridge-connector-message-start.json +407 -8
- package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
- package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
- package/src/element-templates/aws-lambda-outbound-connector.json +238 -234
- package/src/element-templates/aws-s3-outbound-connector.json +646 -5
- package/src/element-templates/aws-sagemaker-outbound-connector.json +13 -9
- package/src/element-templates/aws-sns-inbound-boundary.json +44 -37
- package/src/element-templates/aws-sns-inbound-intermediate.json +210 -203
- package/src/element-templates/aws-sns-inbound-message-start.json +125 -118
- package/src/element-templates/aws-sns-inbound-receive.json +13 -6
- package/src/element-templates/aws-sns-inbound-start-event.json +134 -127
- package/src/element-templates/aws-sns-outbound-connector.json +581 -577
- package/src/element-templates/aws-sqs-boundary-connector.json +453 -449
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +530 -526
- package/src/element-templates/aws-sqs-outbound-connector.json +711 -709
- package/src/element-templates/aws-sqs-receive-connector.json +15 -11
- package/src/element-templates/aws-sqs-start-event-connector.json +213 -205
- package/src/element-templates/aws-sqs-start-message.json +461 -457
- package/src/element-templates/aws-textract-outbound-connector.json +109 -105
- package/src/element-templates/azure-blobstorage-outbound-connector.json +676 -19
- package/src/element-templates/azure-open-ai-connector.json +1329 -4
- package/src/element-templates/blue-prism-connector.json +569 -24
- package/src/element-templates/box-outbound-connector.json +924 -12
- package/src/element-templates/csv-outbound-connector.json +13 -5
- package/src/element-templates/easy-post-connector.json +1077 -109
- package/src/element-templates/email-inbound-connector-boundary.json +32 -24
- package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
- package/src/element-templates/email-inbound-connector-receive.json +564 -0
- package/src/element-templates/email-message-start-event-connector.json +58 -50
- package/src/element-templates/email-outbound-connector.json +2116 -243
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +3 -6
- package/src/element-templates/github-connector.json +15257 -11722
- package/src/element-templates/github-webhook-connector-boundary.json +27 -29
- package/src/element-templates/github-webhook-connector-intermediate.json +36 -38
- package/src/element-templates/github-webhook-connector-message-start.json +11 -13
- package/src/element-templates/github-webhook-connector-receive.json +13 -15
- package/src/element-templates/github-webhook-connector-start-event.json +54 -56
- package/src/element-templates/gitlab-connector.json +4177 -2545
- package/src/element-templates/google-cloud-storage-outbound-connector.json +562 -13
- package/src/element-templates/google-drive-outbound-connector.json +1386 -766
- package/src/element-templates/google-gemini-outbound-connector.json +13 -5
- package/src/element-templates/google-maps-platform-connector.json +1059 -30
- package/src/element-templates/google-sheets-outbound-connector.json +2449 -1455
- package/src/element-templates/graphql-outbound-connector.json +1744 -1735
- package/src/element-templates/http-json-connector.json +2982 -2332
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +752 -741
- package/src/element-templates/http-polling-connector.json +1512 -1501
- package/src/element-templates/hubspot-outbound-connector.json +2371 -25
- package/src/element-templates/hugging-face-connector.json +234 -3
- package/src/element-templates/jdbc-outbound-connector.json +20 -6
- package/src/element-templates/kafka-inbound-connector-boundary.json +613 -604
- package/src/element-templates/kafka-inbound-connector-intermediate.json +528 -519
- package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
- package/src/element-templates/kafka-inbound-connector-start-message.json +530 -521
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +518 -512
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
- package/src/element-templates/microsoft-office365-mail-connector.json +893 -10
- package/src/element-templates/microsoft-teams-outbound-connector.json +5971 -3807
- package/src/element-templates/openai-connector.json +550 -87
- package/src/element-templates/operate-connector.json +1198 -46
- package/src/element-templates/power-automate-connector.json +601 -9
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +444 -435
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +484 -475
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +367 -358
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +479 -470
- package/src/element-templates/rabbitmq-outbound-connector.json +356 -350
- package/src/element-templates/rpa-connector.json +346 -0
- package/src/element-templates/salesforce-connector.json +544 -0
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
- package/src/element-templates/send-message-connector-message-end-event.json +10 -5
- package/src/element-templates/send-message-connector-send-task.json +10 -5
- package/src/element-templates/sendgrid-outbound-connector.json +945 -337
- package/src/element-templates/servicenow-connector.json +971 -3
- package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
- package/src/element-templates/servicenow-incident-connector.json +980 -3
- package/src/element-templates/slack-inbound-boundary.json +490 -192
- package/src/element-templates/slack-inbound-intermediate.json +421 -123
- package/src/element-templates/slack-inbound-message-start.json +469 -139
- package/src/element-templates/slack-inbound-receive.json +297 -0
- package/src/element-templates/slack-inbound-start-event.json +216 -211
- package/src/element-templates/slack-outbound-connector.json +2451 -753
- package/src/element-templates/soap-outbound-connector.json +812 -2
- package/src/element-templates/twilio-connector.json +1573 -93
- package/src/element-templates/twilio-webhook-boundary-connector.json +19 -10
- package/src/element-templates/twilio-webhook-connector.json +243 -13
- package/src/element-templates/twilio-webhook-intermediate-connector.json +34 -25
- package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
- package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
- package/src/element-templates/uipath-connector.json +594 -2
- package/src/element-templates/webhook-connector-boundary.json +580 -570
- package/src/element-templates/webhook-connector-intermediate.json +1390 -1380
- package/src/element-templates/webhook-connector-receive.json +16 -6
- package/src/element-templates/webhook-connector-start-event.json +1382 -1375
- package/src/element-templates/webhook-connector-start-message.json +1306 -1296
- package/src/element-templates/whatsapp-connector.json +343 -9
- 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
|
-
"
|
|
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
|
-
"
|
|
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": "
|
|
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
|
-
"
|
|
1009
|
-
"
|
|
1010
|
-
}
|
|
1011
|
-
"type": "Hidden"
|
|
992
|
+
"type": "zeebe:taskDefinition",
|
|
993
|
+
"property": "type"
|
|
994
|
+
}
|
|
1012
995
|
},
|
|
1013
996
|
{
|
|
1014
|
-
"id": "
|
|
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
|
|
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
|
-
"
|
|
1050
|
-
"
|
|
1024
|
+
"type": "zeebe:input",
|
|
1025
|
+
"name": "authentication.bearerToken"
|
|
1051
1026
|
},
|
|
1052
|
-
"
|
|
1053
|
-
"
|
|
1054
|
-
"equals": "bearer",
|
|
1055
|
-
"type": "simple"
|
|
1027
|
+
"constraints": {
|
|
1028
|
+
"notEmpty": true
|
|
1056
1029
|
},
|
|
1057
|
-
"
|
|
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
|
-
"
|
|
1071
|
-
"
|
|
1041
|
+
"type": "zeebe:input",
|
|
1042
|
+
"name": "authentication.oauthClientId"
|
|
1072
1043
|
},
|
|
1073
|
-
"
|
|
1074
|
-
"
|
|
1075
|
-
"equals": "refresh",
|
|
1076
|
-
"type": "simple"
|
|
1044
|
+
"constraints": {
|
|
1045
|
+
"notEmpty": true
|
|
1077
1046
|
},
|
|
1078
|
-
"
|
|
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
|
-
"
|
|
1092
|
-
"
|
|
1058
|
+
"type": "zeebe:input",
|
|
1059
|
+
"name": "authentication.oauthClientSecret"
|
|
1093
1060
|
},
|
|
1094
|
-
"
|
|
1095
|
-
"
|
|
1096
|
-
"equals": "refresh",
|
|
1097
|
-
"type": "simple"
|
|
1061
|
+
"constraints": {
|
|
1062
|
+
"notEmpty": true
|
|
1098
1063
|
},
|
|
1099
|
-
"
|
|
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
|
|
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
|
-
"
|
|
1113
|
-
"
|
|
1075
|
+
"type": "zeebe:input",
|
|
1076
|
+
"name": "authentication.oauthRefreshToken"
|
|
1114
1077
|
},
|
|
1115
|
-
"
|
|
1116
|
-
"
|
|
1117
|
-
"equals": "refresh",
|
|
1118
|
-
"type": "simple"
|
|
1078
|
+
"constraints": {
|
|
1079
|
+
"notEmpty": true
|
|
1119
1080
|
},
|
|
1120
|
-
"
|
|
1081
|
+
"condition": {
|
|
1082
|
+
"property": "authenticationType",
|
|
1083
|
+
"equals": "refresh"
|
|
1084
|
+
}
|
|
1121
1085
|
},
|
|
1122
1086
|
{
|
|
1123
|
-
"id": "
|
|
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": "
|
|
1143
|
-
"value": "
|
|
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": "
|
|
1155
|
-
"value": "
|
|
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": "
|
|
1163
|
-
"value": "
|
|
1117
|
+
"name": "Create empty column or row",
|
|
1118
|
+
"value": "createEmptyColumnOrRow"
|
|
1164
1119
|
},
|
|
1165
1120
|
{
|
|
1166
|
-
"name": "
|
|
1167
|
-
"value": "
|
|
1121
|
+
"name": "Create row",
|
|
1122
|
+
"value": "createRow"
|
|
1168
1123
|
},
|
|
1169
1124
|
{
|
|
1170
|
-
"name": "
|
|
1171
|
-
"value": "
|
|
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
|
-
"
|
|
1187
|
-
"
|
|
1188
|
-
|
|
1189
|
-
|
|
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
|
-
"
|
|
1205
|
-
"
|
|
1147
|
+
"type": "zeebe:input",
|
|
1148
|
+
"name": "operation.parent"
|
|
1206
1149
|
},
|
|
1207
1150
|
"condition": {
|
|
1208
|
-
"property": "
|
|
1209
|
-
"equals": "createSpreadsheet"
|
|
1210
|
-
|
|
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
|
-
"
|
|
1226
|
-
"
|
|
1163
|
+
"type": "zeebe:input",
|
|
1164
|
+
"name": "operation.spreadsheetId"
|
|
1227
1165
|
},
|
|
1228
1166
|
"condition": {
|
|
1229
|
-
"property": "
|
|
1230
|
-
"
|
|
1231
|
-
|
|
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
|
-
"
|
|
1180
|
+
"constraints": {
|
|
1181
|
+
"notEmpty": true
|
|
1182
|
+
}
|
|
1234
1183
|
},
|
|
1235
1184
|
{
|
|
1236
|
-
"
|
|
1237
|
-
"
|
|
1238
|
-
"
|
|
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": "
|
|
1251
|
-
"equals": "
|
|
1252
|
-
|
|
1253
|
-
},
|
|
1254
|
-
"type": "String"
|
|
1199
|
+
"property": "operationType",
|
|
1200
|
+
"equals": "createSpreadsheet"
|
|
1201
|
+
}
|
|
1255
1202
|
},
|
|
1256
1203
|
{
|
|
1257
|
-
"
|
|
1258
|
-
"
|
|
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
|
-
"
|
|
1268
|
-
"
|
|
1211
|
+
"type": "zeebe:input",
|
|
1212
|
+
"name": "operation.worksheetId"
|
|
1269
1213
|
},
|
|
1270
|
-
"
|
|
1271
|
-
"
|
|
1272
|
-
"
|
|
1273
|
-
|
|
1214
|
+
"constraints": {
|
|
1215
|
+
"notEmpty": true,
|
|
1216
|
+
"pattern": {
|
|
1217
|
+
"value": "^([0-9]*$)",
|
|
1218
|
+
"message": "Must be a number."
|
|
1219
|
+
}
|
|
1274
1220
|
},
|
|
1275
|
-
"
|
|
1221
|
+
"condition": {
|
|
1222
|
+
"property": "operationType",
|
|
1223
|
+
"oneOf": ["deleteWorksheet", "createEmptyColumnOrRow", "deleteColumn"]
|
|
1224
|
+
}
|
|
1276
1225
|
},
|
|
1277
1226
|
{
|
|
1278
|
-
"
|
|
1279
|
-
"
|
|
1280
|
-
"
|
|
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": "
|
|
1293
|
-
"
|
|
1294
|
-
|
|
1295
|
-
},
|
|
1296
|
-
"type": "String"
|
|
1241
|
+
"property": "operationType",
|
|
1242
|
+
"oneOf": ["createWorksheet", "getWorksheetData"]
|
|
1243
|
+
}
|
|
1297
1244
|
},
|
|
1298
1245
|
{
|
|
1299
|
-
"
|
|
1300
|
-
"
|
|
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
|
-
"
|
|
1310
|
-
"
|
|
1253
|
+
"type": "zeebe:input",
|
|
1254
|
+
"name": "operation.worksheetName"
|
|
1311
1255
|
},
|
|
1312
|
-
"
|
|
1313
|
-
"
|
|
1314
|
-
"equals": "createEmptyColumnOrRow",
|
|
1315
|
-
"type": "simple"
|
|
1256
|
+
"constraints": {
|
|
1257
|
+
"notEmpty": false
|
|
1316
1258
|
},
|
|
1317
|
-
"
|
|
1259
|
+
"condition": {
|
|
1260
|
+
"property": "operationType",
|
|
1261
|
+
"oneOf": ["getRowByIndex", "createRow", "addValues"]
|
|
1262
|
+
}
|
|
1318
1263
|
},
|
|
1319
1264
|
{
|
|
1320
|
-
"
|
|
1321
|
-
"
|
|
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
|
-
"
|
|
1331
|
-
"
|
|
1272
|
+
"type": "zeebe:input",
|
|
1273
|
+
"name": "operation.worksheetIndex"
|
|
1332
1274
|
},
|
|
1333
|
-
"
|
|
1334
|
-
"
|
|
1335
|
-
"
|
|
1336
|
-
|
|
1275
|
+
"constraints": {
|
|
1276
|
+
"notEmpty": false,
|
|
1277
|
+
"pattern": {
|
|
1278
|
+
"value": "^([0-9]*$)",
|
|
1279
|
+
"message": "Must be a number."
|
|
1280
|
+
}
|
|
1337
1281
|
},
|
|
1338
|
-
"
|
|
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": "
|
|
1362
|
-
"value": "
|
|
1295
|
+
"name": "Column",
|
|
1296
|
+
"value": "COLUMNS"
|
|
1363
1297
|
},
|
|
1364
1298
|
{
|
|
1365
|
-
"name": "
|
|
1366
|
-
"value": "
|
|
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
|
-
"
|
|
1379
|
-
"
|
|
1304
|
+
"type": "zeebe:input",
|
|
1305
|
+
"name": "operation.dimension"
|
|
1380
1306
|
},
|
|
1381
1307
|
"condition": {
|
|
1382
|
-
"property": "
|
|
1383
|
-
"equals": "createEmptyColumnOrRow"
|
|
1384
|
-
"type": "simple"
|
|
1308
|
+
"property": "operationType",
|
|
1309
|
+
"equals": "createEmptyColumnOrRow"
|
|
1385
1310
|
},
|
|
1386
|
-
"
|
|
1311
|
+
"constraints": {
|
|
1312
|
+
"notEmpty": true
|
|
1313
|
+
}
|
|
1387
1314
|
},
|
|
1388
1315
|
{
|
|
1389
|
-
"
|
|
1390
|
-
"
|
|
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
|
-
"
|
|
1397
|
-
"
|
|
1323
|
+
"type": "zeebe:input",
|
|
1324
|
+
"name": "operation.rowIndex"
|
|
1398
1325
|
},
|
|
1399
|
-
"
|
|
1400
|
-
"
|
|
1401
|
-
"
|
|
1402
|
-
|
|
1326
|
+
"constraints": {
|
|
1327
|
+
"notEmpty": true,
|
|
1328
|
+
"pattern": {
|
|
1329
|
+
"value": "^([0-9]*$)",
|
|
1330
|
+
"message": "Must be a number."
|
|
1331
|
+
}
|
|
1403
1332
|
},
|
|
1404
|
-
"
|
|
1333
|
+
"condition": {
|
|
1334
|
+
"property": "operationType",
|
|
1335
|
+
"equals": "getRowByIndex"
|
|
1336
|
+
}
|
|
1405
1337
|
},
|
|
1406
1338
|
{
|
|
1407
|
-
"
|
|
1408
|
-
"
|
|
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
|
-
"
|
|
1418
|
-
"
|
|
1346
|
+
"type": "zeebe:input",
|
|
1347
|
+
"name": "operation.rowIndex"
|
|
1419
1348
|
},
|
|
1420
|
-
"
|
|
1421
|
-
"
|
|
1422
|
-
"
|
|
1423
|
-
|
|
1349
|
+
"constraints": {
|
|
1350
|
+
"notEmpty": false,
|
|
1351
|
+
"pattern": {
|
|
1352
|
+
"value": "^([0-9]*$)",
|
|
1353
|
+
"message": "Must contains only numbers."
|
|
1354
|
+
}
|
|
1424
1355
|
},
|
|
1425
|
-
"
|
|
1356
|
+
"condition": {
|
|
1357
|
+
"property": "operationType",
|
|
1358
|
+
"equals": "createRow"
|
|
1359
|
+
}
|
|
1426
1360
|
},
|
|
1427
1361
|
{
|
|
1428
|
-
"id": "
|
|
1429
|
-
"label": "
|
|
1430
|
-
"description": "
|
|
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
|
-
"
|
|
1439
|
-
"
|
|
1379
|
+
"type": "zeebe:input",
|
|
1380
|
+
"name": "operation.columnIndexType"
|
|
1440
1381
|
},
|
|
1441
1382
|
"condition": {
|
|
1442
|
-
"property": "
|
|
1443
|
-
"equals": "
|
|
1444
|
-
"type": "simple"
|
|
1383
|
+
"property": "operationType",
|
|
1384
|
+
"equals": "deleteColumn"
|
|
1445
1385
|
},
|
|
1446
|
-
"
|
|
1386
|
+
"constraints": {
|
|
1387
|
+
"notEmpty": true
|
|
1388
|
+
}
|
|
1447
1389
|
},
|
|
1448
1390
|
{
|
|
1449
|
-
"
|
|
1450
|
-
"
|
|
1451
|
-
"
|
|
1452
|
-
"
|
|
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":
|
|
1402
|
+
"notEmpty": true,
|
|
1455
1403
|
"pattern": {
|
|
1456
|
-
"value": "
|
|
1457
|
-
"message": "Must
|
|
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": "
|
|
1468
|
-
"equals": "
|
|
1469
|
-
|
|
1470
|
-
},
|
|
1471
|
-
"type": "Number"
|
|
1409
|
+
"property": "columnIndexFormat",
|
|
1410
|
+
"equals": "LETTERS"
|
|
1411
|
+
}
|
|
1472
1412
|
},
|
|
1473
1413
|
{
|
|
1474
|
-
"
|
|
1475
|
-
"
|
|
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
|
-
"
|
|
1485
|
-
"
|
|
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
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
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": "
|
|
1510
|
-
"equals": "
|
|
1511
|
-
|
|
1512
|
-
},
|
|
1513
|
-
"type": "String"
|
|
1432
|
+
"property": "columnIndexFormat",
|
|
1433
|
+
"equals": "NUMBERS"
|
|
1434
|
+
}
|
|
1514
1435
|
},
|
|
1515
1436
|
{
|
|
1516
|
-
"
|
|
1517
|
-
"
|
|
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
|
-
"
|
|
1527
|
-
"
|
|
1444
|
+
"type": "zeebe:input",
|
|
1445
|
+
"name": "operation.startIndex"
|
|
1528
1446
|
},
|
|
1529
|
-
"
|
|
1530
|
-
"
|
|
1531
|
-
"
|
|
1532
|
-
|
|
1447
|
+
"constraints": {
|
|
1448
|
+
"notEmpty": false,
|
|
1449
|
+
"pattern": {
|
|
1450
|
+
"value": "^([0-9]*$)",
|
|
1451
|
+
"message": "Must be a number."
|
|
1452
|
+
}
|
|
1533
1453
|
},
|
|
1534
|
-
"
|
|
1454
|
+
"condition": {
|
|
1455
|
+
"property": "operationType",
|
|
1456
|
+
"equals": "createEmptyColumnOrRow"
|
|
1457
|
+
}
|
|
1535
1458
|
},
|
|
1536
1459
|
{
|
|
1537
|
-
"
|
|
1538
|
-
"
|
|
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
|
-
"
|
|
1545
|
-
"
|
|
1467
|
+
"type": "zeebe:input",
|
|
1468
|
+
"name": "operation.endIndex"
|
|
1546
1469
|
},
|
|
1547
|
-
"
|
|
1548
|
-
"
|
|
1549
|
-
"
|
|
1550
|
-
|
|
1470
|
+
"constraints": {
|
|
1471
|
+
"notEmpty": false,
|
|
1472
|
+
"pattern": {
|
|
1473
|
+
"value": "^([0-9]*$)",
|
|
1474
|
+
"message": "Must be a number."
|
|
1475
|
+
}
|
|
1551
1476
|
},
|
|
1552
|
-
"
|
|
1477
|
+
"condition": {
|
|
1478
|
+
"property": "operationType",
|
|
1479
|
+
"equals": "createEmptyColumnOrRow"
|
|
1480
|
+
}
|
|
1553
1481
|
},
|
|
1554
1482
|
{
|
|
1555
|
-
"
|
|
1556
|
-
"
|
|
1557
|
-
"
|
|
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": "
|
|
1570
|
-
"equals": "
|
|
1571
|
-
|
|
1572
|
-
},
|
|
1573
|
-
"type": "String"
|
|
1497
|
+
"property": "operationType",
|
|
1498
|
+
"equals": "addValues"
|
|
1499
|
+
}
|
|
1574
1500
|
},
|
|
1575
1501
|
{
|
|
1576
|
-
"
|
|
1577
|
-
"
|
|
1578
|
-
"
|
|
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": "
|
|
1591
|
-
"equals": "
|
|
1592
|
-
|
|
1593
|
-
},
|
|
1594
|
-
"type": "Number"
|
|
1516
|
+
"property": "operationType",
|
|
1517
|
+
"equals": "createRow"
|
|
1518
|
+
}
|
|
1595
1519
|
},
|
|
1596
1520
|
{
|
|
1597
|
-
"
|
|
1598
|
-
"
|
|
1599
|
-
"
|
|
1521
|
+
"label": "Value",
|
|
1522
|
+
"description": "Enter the value",
|
|
1523
|
+
"group": "operationDetails",
|
|
1524
|
+
"type": "String",
|
|
1525
|
+
"feel": "optional",
|
|
1600
1526
|
"optional": false,
|
|
1601
|
-
"
|
|
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": "
|
|
1612
|
-
"equals": "
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
"
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
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
|
-
"
|
|
1629
|
-
"
|
|
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
|
-
"
|
|
1636
|
-
"
|
|
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
|
-
"
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
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
|
-
"
|
|
2133
|
+
"constraints": {
|
|
2134
|
+
"notEmpty": true,
|
|
2135
|
+
"maxLength": 100
|
|
2136
|
+
},
|
|
2137
|
+
"condition": {
|
|
2138
|
+
"property": "operationType",
|
|
2139
|
+
"equals": "addValues"
|
|
2140
|
+
}
|
|
1653
2141
|
},
|
|
1654
2142
|
{
|
|
1655
|
-
"
|
|
1656
|
-
"
|
|
1657
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
1663
|
-
"
|
|
2170
|
+
"type": "zeebe:input",
|
|
2171
|
+
"name": "operation.value"
|
|
2172
|
+
},
|
|
2173
|
+
"constraints": {
|
|
2174
|
+
"notEmpty": true,
|
|
2175
|
+
"maxLength": 200
|
|
1664
2176
|
},
|
|
1665
2177
|
"condition": {
|
|
1666
|
-
"
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
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": "
|
|
2291
|
+
"type": "Hidden"
|
|
1680
2292
|
},
|
|
1681
2293
|
{
|
|
1682
|
-
"id": "
|
|
1683
|
-
"label": "
|
|
1684
|
-
"
|
|
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": "
|
|
2327
|
+
"group": "authentication",
|
|
1691
2328
|
"binding": {
|
|
1692
|
-
"name": "
|
|
2329
|
+
"name": "authentication.bearerToken",
|
|
1693
2330
|
"type": "zeebe:input"
|
|
1694
2331
|
},
|
|
1695
2332
|
"condition": {
|
|
1696
|
-
"property": "
|
|
1697
|
-
"equals": "
|
|
2333
|
+
"property": "authentication.authType",
|
|
2334
|
+
"equals": "bearer",
|
|
1698
2335
|
"type": "simple"
|
|
1699
2336
|
},
|
|
1700
2337
|
"type": "String"
|
|
1701
2338
|
},
|
|
1702
2339
|
{
|
|
1703
|
-
"id": "
|
|
1704
|
-
"label": "
|
|
1705
|
-
"description": "Enter
|
|
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": "
|
|
2348
|
+
"group": "authentication",
|
|
1712
2349
|
"binding": {
|
|
1713
|
-
"name": "
|
|
2350
|
+
"name": "authentication.oauthClientId",
|
|
1714
2351
|
"type": "zeebe:input"
|
|
1715
2352
|
},
|
|
1716
2353
|
"condition": {
|
|
1717
|
-
"property": "
|
|
1718
|
-
"equals": "
|
|
2354
|
+
"property": "authentication.authType",
|
|
2355
|
+
"equals": "refresh",
|
|
1719
2356
|
"type": "simple"
|
|
1720
2357
|
},
|
|
1721
|
-
"type": "
|
|
2358
|
+
"type": "String"
|
|
1722
2359
|
},
|
|
1723
2360
|
{
|
|
1724
|
-
"id": "
|
|
1725
|
-
"label": "
|
|
1726
|
-
"description": "Enter
|
|
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": "
|
|
2369
|
+
"group": "authentication",
|
|
1733
2370
|
"binding": {
|
|
1734
|
-
"name": "
|
|
2371
|
+
"name": "authentication.oauthClientSecret",
|
|
1735
2372
|
"type": "zeebe:input"
|
|
1736
2373
|
},
|
|
1737
2374
|
"condition": {
|
|
1738
|
-
"property": "
|
|
1739
|
-
"equals": "
|
|
2375
|
+
"property": "authentication.authType",
|
|
2376
|
+
"equals": "refresh",
|
|
1740
2377
|
"type": "simple"
|
|
1741
2378
|
},
|
|
1742
2379
|
"type": "String"
|
|
1743
2380
|
},
|
|
1744
2381
|
{
|
|
1745
|
-
"id": "
|
|
1746
|
-
"label": "
|
|
1747
|
-
"description": "Enter
|
|
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": "
|
|
2390
|
+
"group": "authentication",
|
|
1751
2391
|
"binding": {
|
|
1752
|
-
"name": "
|
|
2392
|
+
"name": "authentication.oauthRefreshToken",
|
|
1753
2393
|
"type": "zeebe:input"
|
|
1754
2394
|
},
|
|
1755
2395
|
"condition": {
|
|
1756
|
-
"property": "
|
|
1757
|
-
"equals": "
|
|
2396
|
+
"property": "authentication.authType",
|
|
2397
|
+
"equals": "refresh",
|
|
1758
2398
|
"type": "simple"
|
|
1759
2399
|
},
|
|
1760
2400
|
"type": "String"
|
|
1761
2401
|
},
|
|
1762
2402
|
{
|
|
1763
|
-
"id": "
|
|
1764
|
-
"label": "
|
|
1765
|
-
"
|
|
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.
|
|
2466
|
+
"name": "operation.spreadsheetName",
|
|
1774
2467
|
"type": "zeebe:input"
|
|
1775
2468
|
},
|
|
1776
2469
|
"condition": {
|
|
1777
2470
|
"property": "operation.type",
|
|
1778
|
-
"equals": "
|
|
2471
|
+
"equals": "createSpreadsheet",
|
|
1779
2472
|
"type": "simple"
|
|
1780
2473
|
},
|
|
1781
|
-
"type": "
|
|
2474
|
+
"type": "String"
|
|
1782
2475
|
},
|
|
1783
2476
|
{
|
|
1784
|
-
"id": "
|
|
1785
|
-
"label": "
|
|
1786
|
-
"description": "Enter
|
|
1787
|
-
"optional":
|
|
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.
|
|
2484
|
+
"name": "operation.parent",
|
|
1795
2485
|
"type": "zeebe:input"
|
|
1796
2486
|
},
|
|
1797
2487
|
"condition": {
|
|
1798
2488
|
"property": "operation.type",
|
|
1799
|
-
"equals": "
|
|
2489
|
+
"equals": "createSpreadsheet",
|
|
1800
2490
|
"type": "simple"
|
|
1801
2491
|
},
|
|
1802
2492
|
"type": "String"
|
|
1803
2493
|
},
|
|
1804
2494
|
{
|
|
1805
|
-
"id": "
|
|
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": "
|
|
2510
|
+
"equals": "addValues",
|
|
1821
2511
|
"type": "simple"
|
|
1822
2512
|
},
|
|
1823
2513
|
"type": "String"
|
|
1824
2514
|
},
|
|
1825
2515
|
{
|
|
1826
|
-
"id": "
|
|
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": "
|
|
2531
|
+
"equals": "addValues",
|
|
1842
2532
|
"type": "simple"
|
|
1843
2533
|
},
|
|
1844
2534
|
"type": "String"
|
|
1845
2535
|
},
|
|
1846
2536
|
{
|
|
1847
|
-
"id": "
|
|
1848
|
-
"label": "
|
|
1849
|
-
"description": "
|
|
1850
|
-
"
|
|
1851
|
-
"
|
|
1852
|
-
"
|
|
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": "
|
|
2545
|
+
"group": "operationDetails",
|
|
1888
2546
|
"binding": {
|
|
1889
|
-
"
|
|
1890
|
-
"type": "zeebe:
|
|
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": "
|
|
1896
|
-
"label": "
|
|
1897
|
-
"description": "
|
|
1898
|
-
"
|
|
1899
|
-
"
|
|
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
|
-
"
|
|
1902
|
-
"type": "zeebe:
|
|
2568
|
+
"name": "operation.value",
|
|
2569
|
+
"type": "zeebe:input"
|
|
1903
2570
|
},
|
|
1904
|
-
"
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
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": "
|
|
1944
|
-
"label": "
|
|
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": "
|
|
1948
|
-
"label": "
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
"
|
|
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
|
-
"
|
|
1957
|
-
"
|
|
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": "
|
|
1962
|
-
"label": "
|
|
1963
|
-
"
|
|
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": "
|
|
1969
|
-
"value": "
|
|
2641
|
+
"name": "ROWS",
|
|
2642
|
+
"value": "ROWS"
|
|
1970
2643
|
},
|
|
1971
2644
|
{
|
|
1972
|
-
"name": "
|
|
1973
|
-
"value": "
|
|
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
|
-
"
|
|
1984
|
-
"
|
|
1985
|
-
"
|
|
1986
|
-
"
|
|
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
|
-
"
|
|
1989
|
-
"
|
|
1990
|
-
},
|
|
1991
|
-
"constraints": {
|
|
1992
|
-
"notEmpty": true
|
|
2658
|
+
"name": "operation.startIndex",
|
|
2659
|
+
"type": "zeebe:input"
|
|
1993
2660
|
},
|
|
1994
2661
|
"condition": {
|
|
1995
|
-
"property": "
|
|
1996
|
-
"equals": "
|
|
1997
|
-
|
|
2662
|
+
"property": "operation.type",
|
|
2663
|
+
"equals": "createEmptyColumnOrRow",
|
|
2664
|
+
"type": "simple"
|
|
2665
|
+
},
|
|
2666
|
+
"type": "Number"
|
|
1998
2667
|
},
|
|
1999
2668
|
{
|
|
2000
|
-
"
|
|
2001
|
-
"
|
|
2002
|
-
"
|
|
2003
|
-
"
|
|
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
|
-
"
|
|
2006
|
-
"
|
|
2007
|
-
},
|
|
2008
|
-
"constraints": {
|
|
2009
|
-
"notEmpty": true
|
|
2676
|
+
"name": "operation.endIndex",
|
|
2677
|
+
"type": "zeebe:input"
|
|
2010
2678
|
},
|
|
2011
2679
|
"condition": {
|
|
2012
|
-
"property": "
|
|
2013
|
-
"equals": "
|
|
2014
|
-
|
|
2680
|
+
"property": "operation.type",
|
|
2681
|
+
"equals": "createEmptyColumnOrRow",
|
|
2682
|
+
"type": "simple"
|
|
2683
|
+
},
|
|
2684
|
+
"type": "Number"
|
|
2015
2685
|
},
|
|
2016
2686
|
{
|
|
2017
|
-
"
|
|
2018
|
-
"
|
|
2019
|
-
"
|
|
2020
|
-
"
|
|
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": "
|
|
2030
|
-
"equals": "
|
|
2031
|
-
|
|
2701
|
+
"property": "operation.type",
|
|
2702
|
+
"equals": "createRow",
|
|
2703
|
+
"type": "simple"
|
|
2704
|
+
},
|
|
2705
|
+
"type": "String"
|
|
2032
2706
|
},
|
|
2033
2707
|
{
|
|
2034
|
-
"
|
|
2035
|
-
"
|
|
2036
|
-
"
|
|
2037
|
-
"
|
|
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": "
|
|
2047
|
-
"equals": "
|
|
2048
|
-
|
|
2722
|
+
"property": "operation.type",
|
|
2723
|
+
"equals": "createRow",
|
|
2724
|
+
"type": "simple"
|
|
2725
|
+
},
|
|
2726
|
+
"type": "String"
|
|
2049
2727
|
},
|
|
2050
2728
|
{
|
|
2051
|
-
"id": "
|
|
2052
|
-
"
|
|
2053
|
-
"
|
|
2054
|
-
"
|
|
2055
|
-
"
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
"value": "
|
|
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
|
-
"
|
|
2741
|
+
"group": "operationDetails",
|
|
2110
2742
|
"binding": {
|
|
2111
|
-
"
|
|
2112
|
-
"
|
|
2743
|
+
"name": "operation.rowIndex",
|
|
2744
|
+
"type": "zeebe:input"
|
|
2113
2745
|
},
|
|
2114
2746
|
"condition": {
|
|
2115
|
-
"property": "
|
|
2116
|
-
"equals": "
|
|
2117
|
-
|
|
2747
|
+
"property": "operation.type",
|
|
2748
|
+
"equals": "createRow",
|
|
2749
|
+
"type": "simple"
|
|
2750
|
+
},
|
|
2751
|
+
"type": "Number"
|
|
2118
2752
|
},
|
|
2119
2753
|
{
|
|
2120
|
-
"
|
|
2121
|
-
"
|
|
2122
|
-
"
|
|
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
|
-
"
|
|
2128
|
-
"
|
|
2764
|
+
"name": "operation.values",
|
|
2765
|
+
"type": "zeebe:input"
|
|
2129
2766
|
},
|
|
2130
2767
|
"condition": {
|
|
2131
|
-
"property": "
|
|
2132
|
-
"
|
|
2133
|
-
|
|
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
|
-
"
|
|
2145
|
-
"notEmpty": true
|
|
2146
|
-
}
|
|
2772
|
+
"type": "String"
|
|
2147
2773
|
},
|
|
2148
2774
|
{
|
|
2149
|
-
"
|
|
2150
|
-
"
|
|
2151
|
-
"
|
|
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
|
-
"
|
|
2783
|
+
"group": "operationDetails",
|
|
2175
2784
|
"binding": {
|
|
2176
|
-
"
|
|
2177
|
-
"
|
|
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": "
|
|
2189
|
-
"
|
|
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
|
-
"
|
|
2804
|
+
"group": "operationDetails",
|
|
2219
2805
|
"binding": {
|
|
2220
|
-
"
|
|
2221
|
-
"
|
|
2222
|
-
},
|
|
2223
|
-
"constraints": {
|
|
2224
|
-
"notEmpty": false,
|
|
2225
|
-
"maxLength": 100
|
|
2806
|
+
"name": "operation.worksheetName",
|
|
2807
|
+
"type": "zeebe:input"
|
|
2226
2808
|
},
|
|
2227
2809
|
"condition": {
|
|
2228
|
-
"property": "
|
|
2229
|
-
"
|
|
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
|
-
"
|
|
2236
|
-
"type": "String",
|
|
2820
|
+
"optional": false,
|
|
2237
2821
|
"feel": "optional",
|
|
2238
|
-
"
|
|
2822
|
+
"group": "operationDetails",
|
|
2239
2823
|
"binding": {
|
|
2240
|
-
"
|
|
2241
|
-
"
|
|
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": "
|
|
2253
|
-
"equals": "createWorksheet"
|
|
2254
|
-
|
|
2828
|
+
"property": "operation.type",
|
|
2829
|
+
"equals": "createWorksheet",
|
|
2830
|
+
"type": "simple"
|
|
2831
|
+
},
|
|
2832
|
+
"type": "Number"
|
|
2255
2833
|
},
|
|
2256
2834
|
{
|
|
2257
|
-
"
|
|
2258
|
-
"
|
|
2259
|
-
"
|
|
2260
|
-
"type": "Dropdown",
|
|
2835
|
+
"id": "deleteColumn.spreadsheetId",
|
|
2836
|
+
"label": "Spreadsheet ID",
|
|
2837
|
+
"description": "Enter the ID of the spreadsheet",
|
|
2261
2838
|
"optional": false,
|
|
2262
|
-
"
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
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
|
-
"
|
|
2274
|
-
"
|
|
2845
|
+
"name": "operation.spreadsheetId",
|
|
2846
|
+
"type": "zeebe:input"
|
|
2275
2847
|
},
|
|
2276
2848
|
"condition": {
|
|
2277
|
-
"property": "
|
|
2278
|
-
"equals": "
|
|
2849
|
+
"property": "operation.type",
|
|
2850
|
+
"equals": "deleteColumn",
|
|
2851
|
+
"type": "simple"
|
|
2279
2852
|
},
|
|
2280
|
-
"
|
|
2281
|
-
"notEmpty": true
|
|
2282
|
-
}
|
|
2853
|
+
"type": "String"
|
|
2283
2854
|
},
|
|
2284
2855
|
{
|
|
2285
|
-
"
|
|
2286
|
-
"
|
|
2287
|
-
"
|
|
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
|
-
"
|
|
2864
|
+
"group": "operationDetails",
|
|
2315
2865
|
"binding": {
|
|
2316
|
-
"
|
|
2317
|
-
"
|
|
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": "
|
|
2329
|
-
"equals": "
|
|
2330
|
-
|
|
2870
|
+
"property": "operation.type",
|
|
2871
|
+
"equals": "deleteColumn",
|
|
2872
|
+
"type": "simple"
|
|
2873
|
+
},
|
|
2874
|
+
"type": "Number"
|
|
2331
2875
|
},
|
|
2332
2876
|
{
|
|
2333
|
-
"id": "
|
|
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
|
-
"
|
|
2351
|
-
"
|
|
2915
|
+
"name": "operation.columnNumberIndex",
|
|
2916
|
+
"type": "zeebe:input"
|
|
2352
2917
|
},
|
|
2353
2918
|
"condition": {
|
|
2354
|
-
"
|
|
2355
|
-
|
|
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
|
-
"
|
|
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
|
-
"
|
|
2370
|
-
"
|
|
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
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
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": "
|
|
2382
|
-
"equals": "
|
|
2383
|
-
|
|
2976
|
+
"property": "operation.type",
|
|
2977
|
+
"equals": "deleteWorksheet",
|
|
2978
|
+
"type": "simple"
|
|
2979
|
+
},
|
|
2980
|
+
"type": "String"
|
|
2384
2981
|
},
|
|
2385
2982
|
{
|
|
2386
|
-
"
|
|
2387
|
-
"
|
|
2388
|
-
"
|
|
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
|
-
"
|
|
2394
|
-
"
|
|
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
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
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": "
|
|
2406
|
-
"equals": "
|
|
2407
|
-
|
|
3018
|
+
"property": "operation.type",
|
|
3019
|
+
"equals": "getRowByIndex",
|
|
3020
|
+
"type": "simple"
|
|
3021
|
+
},
|
|
3022
|
+
"type": "String"
|
|
2408
3023
|
},
|
|
2409
3024
|
{
|
|
2410
|
-
"
|
|
2411
|
-
"
|
|
2412
|
-
"
|
|
2413
|
-
"
|
|
3025
|
+
"id": "getRowByIndex.worksheetName",
|
|
3026
|
+
"label": "Worksheet name",
|
|
3027
|
+
"description": "Enter name for the worksheet",
|
|
3028
|
+
"optional": false,
|
|
2414
3029
|
"feel": "optional",
|
|
2415
|
-
"
|
|
3030
|
+
"group": "operationDetails",
|
|
2416
3031
|
"binding": {
|
|
2417
|
-
"
|
|
2418
|
-
"
|
|
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": "
|
|
2430
|
-
"equals": "
|
|
2431
|
-
|
|
3036
|
+
"property": "operation.type",
|
|
3037
|
+
"equals": "getRowByIndex",
|
|
3038
|
+
"type": "simple"
|
|
3039
|
+
},
|
|
3040
|
+
"type": "String"
|
|
2432
3041
|
},
|
|
2433
3042
|
{
|
|
2434
|
-
"
|
|
2435
|
-
"
|
|
2436
|
-
"
|
|
2437
|
-
"
|
|
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
|
-
"
|
|
3051
|
+
"group": "operationDetails",
|
|
2440
3052
|
"binding": {
|
|
2441
|
-
"
|
|
2442
|
-
"
|
|
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":
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
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": "
|
|
2454
|
-
"equals": "
|
|
2455
|
-
|
|
3078
|
+
"property": "operation.type",
|
|
3079
|
+
"equals": "spreadsheetsDetails",
|
|
3080
|
+
"type": "simple"
|
|
3081
|
+
},
|
|
3082
|
+
"type": "String"
|
|
2456
3083
|
},
|
|
2457
3084
|
{
|
|
2458
|
-
"
|
|
2459
|
-
"
|
|
2460
|
-
"
|
|
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
|
-
"
|
|
2466
|
-
"
|
|
3095
|
+
"name": "operation.spreadsheetId",
|
|
3096
|
+
"type": "zeebe:input"
|
|
2467
3097
|
},
|
|
2468
|
-
"
|
|
2469
|
-
"
|
|
2470
|
-
"
|
|
3098
|
+
"condition": {
|
|
3099
|
+
"property": "operation.type",
|
|
3100
|
+
"equals": "getWorksheetData",
|
|
3101
|
+
"type": "simple"
|
|
2471
3102
|
},
|
|
2472
|
-
"
|
|
2473
|
-
"property": "operationType",
|
|
2474
|
-
"equals": "addValues"
|
|
2475
|
-
}
|
|
3103
|
+
"type": "String"
|
|
2476
3104
|
},
|
|
2477
3105
|
{
|
|
2478
|
-
"
|
|
2479
|
-
"
|
|
2480
|
-
"
|
|
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
|
-
|
|
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": "
|
|
2494
|
-
"equals": "
|
|
2495
|
-
|
|
3120
|
+
"property": "operation.type",
|
|
3121
|
+
"equals": "getWorksheetData",
|
|
3122
|
+
"type": "simple"
|
|
3123
|
+
},
|
|
3124
|
+
"type": "String"
|
|
2496
3125
|
},
|
|
2497
3126
|
{
|
|
2498
|
-
"
|
|
2499
|
-
"
|
|
2500
|
-
"
|
|
2501
|
-
"
|
|
2502
|
-
"
|
|
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
|
-
"
|
|
2506
|
-
"
|
|
3133
|
+
"key": "elementTemplateVersion",
|
|
3134
|
+
"type": "zeebe:taskHeader"
|
|
2507
3135
|
},
|
|
2508
|
-
"
|
|
2509
|
-
|
|
2510
|
-
|
|
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
|
-
"
|
|
2513
|
-
"property": "operationType",
|
|
2514
|
-
"equals": "addValues"
|
|
2515
|
-
}
|
|
3148
|
+
"type": "Hidden"
|
|
2516
3149
|
},
|
|
2517
3150
|
{
|
|
3151
|
+
"id": "resultVariable",
|
|
2518
3152
|
"label": "Result variable",
|
|
2519
|
-
"description": "
|
|
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
|
-
"
|
|
2524
|
-
"
|
|
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
|
-
"
|
|
2535
|
-
"
|
|
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
|
|
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
|
-
"
|
|
2546
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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": "
|
|
2591
|
-
"label": "Error handling"
|
|
2592
|
-
}
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
|
|
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
|
-
"
|
|
2600
|
-
"
|
|
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": "
|
|
2605
|
-
"label": "
|
|
2606
|
-
"
|
|
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": "
|
|
2612
|
-
"value": "
|
|
3399
|
+
"name": "Create spreadsheet",
|
|
3400
|
+
"value": "createSpreadsheet"
|
|
2613
3401
|
},
|
|
2614
3402
|
{
|
|
2615
|
-
"name": "
|
|
2616
|
-
"value": "
|
|
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
|
-
"
|
|
2621
|
-
"
|
|
2622
|
-
|
|
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
|
-
"
|
|
2627
|
-
"
|
|
2628
|
-
"
|
|
2629
|
-
"
|
|
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
|
-
"
|
|
2632
|
-
"
|
|
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": "
|
|
2639
|
-
"equals": "
|
|
2640
|
-
|
|
3494
|
+
"property": "operation.type",
|
|
3495
|
+
"equals": "addValues",
|
|
3496
|
+
"type": "simple"
|
|
3497
|
+
},
|
|
3498
|
+
"type": "String"
|
|
2641
3499
|
},
|
|
2642
3500
|
{
|
|
2643
|
-
"
|
|
2644
|
-
"
|
|
2645
|
-
"
|
|
2646
|
-
"
|
|
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
|
-
"
|
|
2649
|
-
"
|
|
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": "
|
|
2656
|
-
"equals": "
|
|
2657
|
-
|
|
3536
|
+
"property": "operation.type",
|
|
3537
|
+
"equals": "addValues",
|
|
3538
|
+
"type": "simple"
|
|
3539
|
+
},
|
|
3540
|
+
"type": "String"
|
|
2658
3541
|
},
|
|
2659
3542
|
{
|
|
2660
|
-
"
|
|
2661
|
-
"
|
|
2662
|
-
"
|
|
2663
|
-
"
|
|
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
|
-
"
|
|
2666
|
-
"
|
|
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": "
|
|
2673
|
-
"equals": "
|
|
2674
|
-
|
|
3578
|
+
"property": "operation.type",
|
|
3579
|
+
"equals": "createEmptyColumnOrRow",
|
|
3580
|
+
"type": "simple"
|
|
3581
|
+
},
|
|
3582
|
+
"type": "String"
|
|
2675
3583
|
},
|
|
2676
3584
|
{
|
|
2677
|
-
"
|
|
2678
|
-
"
|
|
2679
|
-
"
|
|
2680
|
-
"
|
|
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
|
-
"
|
|
2683
|
-
"
|
|
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": "
|
|
2690
|
-
"equals": "
|
|
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": "
|
|
2701
|
-
"value": "
|
|
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": "
|
|
2737
|
-
"value": "
|
|
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
|
-
"
|
|
2748
|
-
"
|
|
2749
|
-
"
|
|
2750
|
-
"
|
|
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
|
-
"
|
|
3641
|
+
"group": "operationDetails",
|
|
2753
3642
|
"binding": {
|
|
2754
|
-
"
|
|
2755
|
-
"
|
|
3643
|
+
"name": "operation.startIndex",
|
|
3644
|
+
"type": "zeebe:input"
|
|
2756
3645
|
},
|
|
2757
3646
|
"condition": {
|
|
2758
|
-
"property": "
|
|
2759
|
-
"equals": "
|
|
2760
|
-
|
|
3647
|
+
"property": "operation.type",
|
|
3648
|
+
"equals": "createEmptyColumnOrRow",
|
|
3649
|
+
"type": "simple"
|
|
3650
|
+
},
|
|
3651
|
+
"type": "Number"
|
|
2761
3652
|
},
|
|
2762
3653
|
{
|
|
2763
|
-
"
|
|
2764
|
-
"
|
|
2765
|
-
"
|
|
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
|
-
"
|
|
2771
|
-
"
|
|
3661
|
+
"name": "operation.endIndex",
|
|
3662
|
+
"type": "zeebe:input"
|
|
2772
3663
|
},
|
|
2773
3664
|
"condition": {
|
|
2774
|
-
"property": "
|
|
2775
|
-
"
|
|
2776
|
-
|
|
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
|
-
"
|
|
2788
|
-
"notEmpty": true
|
|
2789
|
-
}
|
|
3669
|
+
"type": "Number"
|
|
2790
3670
|
},
|
|
2791
3671
|
{
|
|
2792
|
-
"
|
|
2793
|
-
"
|
|
2794
|
-
"
|
|
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": "
|
|
2807
|
-
"equals": "
|
|
2808
|
-
|
|
3686
|
+
"property": "operation.type",
|
|
3687
|
+
"equals": "createRow",
|
|
3688
|
+
"type": "simple"
|
|
3689
|
+
},
|
|
3690
|
+
"type": "String"
|
|
2809
3691
|
},
|
|
2810
3692
|
{
|
|
2811
|
-
"
|
|
2812
|
-
"
|
|
2813
|
-
"
|
|
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
|
-
"
|
|
2819
|
-
"
|
|
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":
|
|
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": "
|
|
2830
|
-
"
|
|
2831
|
-
|
|
3732
|
+
"property": "operation.type",
|
|
3733
|
+
"equals": "createRow",
|
|
3734
|
+
"type": "simple"
|
|
3735
|
+
},
|
|
3736
|
+
"type": "Number"
|
|
2832
3737
|
},
|
|
2833
3738
|
{
|
|
2834
|
-
"
|
|
2835
|
-
"
|
|
2836
|
-
"
|
|
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
|
-
"
|
|
2842
|
-
"
|
|
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": "
|
|
2849
|
-
"
|
|
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
|
|
2855
|
-
"
|
|
2856
|
-
"
|
|
2857
|
-
|
|
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
|
-
"
|
|
2864
|
-
|
|
3788
|
+
"feel": "optional",
|
|
3789
|
+
"group": "operationDetails",
|
|
3790
|
+
"binding": {
|
|
3791
|
+
"name": "operation.worksheetName",
|
|
3792
|
+
"type": "zeebe:input"
|
|
2865
3793
|
},
|
|
2866
3794
|
"condition": {
|
|
2867
|
-
"property": "
|
|
2868
|
-
"
|
|
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
|
-
"
|
|
2875
|
-
"type": "String",
|
|
3805
|
+
"optional": false,
|
|
2876
3806
|
"feel": "optional",
|
|
2877
|
-
"
|
|
3807
|
+
"group": "operationDetails",
|
|
2878
3808
|
"binding": {
|
|
2879
|
-
"
|
|
2880
|
-
"
|
|
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": "
|
|
2891
|
-
"equals": "createWorksheet"
|
|
2892
|
-
|
|
3813
|
+
"property": "operation.type",
|
|
3814
|
+
"equals": "createWorksheet",
|
|
3815
|
+
"type": "simple"
|
|
3816
|
+
},
|
|
3817
|
+
"type": "Number"
|
|
2893
3818
|
},
|
|
2894
3819
|
{
|
|
2895
|
-
"
|
|
2896
|
-
"
|
|
2897
|
-
"
|
|
2898
|
-
"type": "Dropdown",
|
|
3820
|
+
"id": "deleteColumn.spreadsheetId",
|
|
3821
|
+
"label": "Spreadsheet ID",
|
|
3822
|
+
"description": "Enter the ID of the spreadsheet",
|
|
2899
3823
|
"optional": false,
|
|
2900
|
-
"
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
|
|
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
|
-
"
|
|
2912
|
-
"
|
|
3830
|
+
"name": "operation.spreadsheetId",
|
|
3831
|
+
"type": "zeebe:input"
|
|
2913
3832
|
},
|
|
2914
3833
|
"condition": {
|
|
2915
|
-
"property": "
|
|
2916
|
-
"equals": "
|
|
3834
|
+
"property": "operation.type",
|
|
3835
|
+
"equals": "deleteColumn",
|
|
3836
|
+
"type": "simple"
|
|
2917
3837
|
},
|
|
2918
|
-
"
|
|
2919
|
-
"notEmpty": true
|
|
2920
|
-
}
|
|
3838
|
+
"type": "String"
|
|
2921
3839
|
},
|
|
2922
3840
|
{
|
|
2923
|
-
"
|
|
2924
|
-
"
|
|
2925
|
-
"
|
|
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
|
-
"
|
|
3849
|
+
"group": "operationDetails",
|
|
2952
3850
|
"binding": {
|
|
2953
|
-
"
|
|
2954
|
-
"
|
|
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": "
|
|
2965
|
-
"equals": "
|
|
2966
|
-
|
|
3855
|
+
"property": "operation.type",
|
|
3856
|
+
"equals": "deleteColumn",
|
|
3857
|
+
"type": "simple"
|
|
3858
|
+
},
|
|
3859
|
+
"type": "Number"
|
|
2967
3860
|
},
|
|
2968
3861
|
{
|
|
2969
|
-
"id": "
|
|
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
|
-
"
|
|
2987
|
-
"
|
|
3900
|
+
"name": "operation.columnNumberIndex",
|
|
3901
|
+
"type": "zeebe:input"
|
|
2988
3902
|
},
|
|
2989
3903
|
"condition": {
|
|
2990
|
-
"
|
|
2991
|
-
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
3006
|
-
"
|
|
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
|
-
"
|
|
3997
|
+
"group": "operationDetails",
|
|
3027
3998
|
"binding": {
|
|
3028
|
-
"
|
|
3029
|
-
"
|
|
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": "
|
|
3040
|
-
"equals": "
|
|
3041
|
-
|
|
4003
|
+
"property": "operation.type",
|
|
4004
|
+
"equals": "getRowByIndex",
|
|
4005
|
+
"type": "simple"
|
|
4006
|
+
},
|
|
4007
|
+
"type": "String"
|
|
3042
4008
|
},
|
|
3043
4009
|
{
|
|
3044
|
-
"
|
|
3045
|
-
"
|
|
3046
|
-
"
|
|
3047
|
-
"
|
|
4010
|
+
"id": "getRowByIndex.worksheetName",
|
|
4011
|
+
"label": "Worksheet name",
|
|
4012
|
+
"description": "Enter name for the worksheet",
|
|
4013
|
+
"optional": false,
|
|
3048
4014
|
"feel": "optional",
|
|
3049
|
-
"
|
|
4015
|
+
"group": "operationDetails",
|
|
3050
4016
|
"binding": {
|
|
3051
|
-
"
|
|
3052
|
-
"
|
|
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": "
|
|
3063
|
-
"equals": "
|
|
3064
|
-
|
|
4021
|
+
"property": "operation.type",
|
|
4022
|
+
"equals": "getRowByIndex",
|
|
4023
|
+
"type": "simple"
|
|
4024
|
+
},
|
|
4025
|
+
"type": "String"
|
|
3065
4026
|
},
|
|
3066
4027
|
{
|
|
3067
|
-
"
|
|
3068
|
-
"
|
|
3069
|
-
"
|
|
3070
|
-
"
|
|
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
|
-
"
|
|
4036
|
+
"group": "operationDetails",
|
|
3073
4037
|
"binding": {
|
|
3074
|
-
"
|
|
3075
|
-
"
|
|
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": "
|
|
3086
|
-
"equals": "
|
|
3087
|
-
|
|
4042
|
+
"property": "operation.type",
|
|
4043
|
+
"equals": "getRowByIndex",
|
|
4044
|
+
"type": "simple"
|
|
4045
|
+
},
|
|
4046
|
+
"type": "Number"
|
|
3088
4047
|
},
|
|
3089
4048
|
{
|
|
3090
|
-
"
|
|
3091
|
-
"
|
|
3092
|
-
"
|
|
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": "
|
|
3105
|
-
"equals": "
|
|
3106
|
-
|
|
4063
|
+
"property": "operation.type",
|
|
4064
|
+
"equals": "spreadsheetsDetails",
|
|
4065
|
+
"type": "simple"
|
|
4066
|
+
},
|
|
4067
|
+
"type": "String"
|
|
3107
4068
|
},
|
|
3108
4069
|
{
|
|
3109
|
-
"
|
|
3110
|
-
"
|
|
3111
|
-
"
|
|
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": "
|
|
3124
|
-
"equals": "
|
|
3125
|
-
|
|
4084
|
+
"property": "operation.type",
|
|
4085
|
+
"equals": "getWorksheetData",
|
|
4086
|
+
"type": "simple"
|
|
4087
|
+
},
|
|
4088
|
+
"type": "String"
|
|
3126
4089
|
},
|
|
3127
4090
|
{
|
|
3128
|
-
"
|
|
3129
|
-
"
|
|
3130
|
-
"
|
|
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": "
|
|
3143
|
-
"equals": "
|
|
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": "
|
|
4114
|
+
"description": "Name of variable to store the response in",
|
|
3149
4115
|
"group": "output",
|
|
3150
|
-
"type": "String",
|
|
3151
4116
|
"binding": {
|
|
3152
|
-
"
|
|
3153
|
-
"
|
|
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
|
|
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
|
-
"
|
|
3164
|
-
"
|
|
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
|
|
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
|
-
"
|
|
3175
|
-
"
|
|
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.
|
|
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
|
-
"
|
|
3192
|
-
"
|
|
3193
|
-
|
|
3194
|
-
|
|
3195
|
-
|
|
3196
|
-
|
|
3197
|
-
|
|
3198
|
-
|
|
3199
|
-
|
|
3200
|
-
|
|
3201
|
-
|
|
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":
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": {
|