@camunda/connectors-element-templates 1.0.3 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/package.json +1 -1
  2. package/src/connectors.js +8 -2
  3. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +30 -30
  4. package/src/element-templates/agenticai-aiagent-outbound-connector.json +323 -9
  5. package/src/element-templates/asana-connector.json +101 -101
  6. package/src/element-templates/automation-anywhere-outbound-connector.json +1777 -961
  7. package/src/element-templates/aws-bedrock-outbound-connector.json +74 -74
  8. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  9. package/src/element-templates/aws-dynamodb-outbound-connector.json +1373 -1373
  10. package/src/element-templates/aws-eventbridge-connector-boundary.json +28 -28
  11. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  12. package/src/element-templates/aws-eventbridge-connector-start-event.json +23 -23
  13. package/src/element-templates/aws-eventbridge-outbound-connector.json +326 -326
  14. package/src/element-templates/aws-lambda-outbound-connector.json +231 -231
  15. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  16. package/src/element-templates/aws-sns-inbound-boundary.json +285 -285
  17. package/src/element-templates/aws-sns-inbound-intermediate.json +33 -33
  18. package/src/element-templates/aws-sns-inbound-message-start.json +227 -227
  19. package/src/element-templates/aws-sns-inbound-start-event.json +132 -132
  20. package/src/element-templates/aws-sns-outbound-connector.json +370 -370
  21. package/src/element-templates/aws-sqs-boundary-connector.json +232 -232
  22. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +532 -532
  23. package/src/element-templates/aws-sqs-outbound-connector.json +396 -396
  24. package/src/element-templates/aws-sqs-start-event-connector.json +389 -389
  25. package/src/element-templates/aws-textract-outbound-connector.json +123 -123
  26. package/src/element-templates/azure-blobstorage-outbound-connector.json +349 -0
  27. package/src/element-templates/blue-prism-connector.json +13 -13
  28. package/src/element-templates/box-outbound-connector.json +30 -30
  29. package/src/element-templates/easy-post-connector.json +121 -121
  30. package/src/element-templates/email-outbound-connector.json +233 -233
  31. package/src/element-templates/github-connector.json +1259 -1259
  32. package/src/element-templates/github-webhook-connector-boundary.json +35 -35
  33. package/src/element-templates/github-webhook-connector-intermediate.json +31 -31
  34. package/src/element-templates/github-webhook-connector-start-event.json +34 -34
  35. package/src/element-templates/gitlab-connector.json +3333 -3333
  36. package/src/element-templates/google-cloud-storage-outbound-connector.json +357 -0
  37. package/src/element-templates/google-drive-outbound-connector.json +414 -101
  38. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  39. package/src/element-templates/google-maps-platform-connector.json +489 -0
  40. package/src/element-templates/google-sheets-outbound-connector.json +2468 -2468
  41. package/src/element-templates/graphql-outbound-connector.json +1113 -1113
  42. package/src/element-templates/http-json-connector.json +2202 -1290
  43. package/src/element-templates/http-polling-boundary-catch-event-connector.json +6 -6
  44. package/src/element-templates/http-polling-connector.json +6 -6
  45. package/src/element-templates/hugging-face-connector.json +34 -34
  46. package/src/element-templates/idp-extraction-outbound-connector.json +115 -0
  47. package/src/element-templates/jdbc-outbound-connector.json +36 -36
  48. package/src/element-templates/kafka-inbound-connector-boundary.json +540 -540
  49. package/src/element-templates/kafka-inbound-connector-intermediate.json +585 -585
  50. package/src/element-templates/kafka-inbound-connector.json +603 -0
  51. package/src/element-templates/kafka-outbound-connector.json +261 -261
  52. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  53. package/src/element-templates/microsoft-teams-outbound-connector.json +98 -98
  54. package/src/element-templates/openai-connector.json +517 -159
  55. package/src/element-templates/operate-connector.json +569 -53
  56. package/src/element-templates/power-automate-connector.json +1724 -0
  57. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +132 -132
  58. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +941 -941
  59. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +459 -459
  60. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +269 -269
  61. package/src/element-templates/rabbitmq-outbound-connector.json +631 -631
  62. package/src/element-templates/salesforce-connector.json +44 -44
  63. package/src/element-templates/sendgrid-outbound-connector.json +787 -255
  64. package/src/element-templates/slack-inbound-boundary.json +215 -215
  65. package/src/element-templates/slack-inbound-intermediate.json +178 -178
  66. package/src/element-templates/slack-inbound-message-start.json +323 -323
  67. package/src/element-templates/slack-inbound-start-event.json +212 -212
  68. package/src/element-templates/slack-outbound-connector.json +777 -522
  69. package/src/element-templates/twilio-connector.json +29 -29
  70. package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
  71. package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
  72. package/src/element-templates/uipath-connector.json +8 -8
  73. package/src/element-templates/webhook-connector-boundary.json +1133 -1133
  74. package/src/element-templates/webhook-connector-intermediate.json +1380 -1380
  75. package/src/element-templates/webhook-connector-start-event.json +1370 -1370
  76. package/src/element-templates/webhook-connector-start-message.json +1171 -1171
  77. package/src/element-templates/agenticai-aiagent-outbound-connector-8.8.0-alpha4.json +0 -843
@@ -18,7 +18,7 @@
18
18
  ]
19
19
  },
20
20
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/",
21
- "version": 8,
21
+ "version": 7,
22
22
  "category": {
23
23
  "id": "connectors",
24
24
  "name": "Connectors"
@@ -27,9 +27,6 @@
27
27
  "elementType": {
28
28
  "value": "bpmn:ServiceTask"
29
29
  },
30
- "engines": {
31
- "camunda": "^8.6"
32
- },
33
30
  "groups": [
34
31
  {
35
32
  "id": "operation",
@@ -47,10 +44,6 @@
47
44
  "id": "input",
48
45
  "label": "Input"
49
46
  },
50
- {
51
- "id": "connector",
52
- "label": "Connector"
53
- },
54
47
  {
55
48
  "id": "output",
56
49
  "label": "Output mapping"
@@ -1142,30 +1135,6 @@
1142
1135
  }
1143
1136
  ]
1144
1137
  },
1145
- {
1146
- "id": "version",
1147
- "label": "Version",
1148
- "description": "Version of the element template",
1149
- "value": "8",
1150
- "group": "connector",
1151
- "binding": {
1152
- "key": "elementTemplateVersion",
1153
- "type": "zeebe:taskHeader"
1154
- },
1155
- "type": "Hidden"
1156
- },
1157
- {
1158
- "id": "id",
1159
- "label": "ID",
1160
- "description": "ID of the element template",
1161
- "value": "io.camunda.connectors.AWSDynamoDB.v1",
1162
- "group": "connector",
1163
- "binding": {
1164
- "key": "elementTemplateId",
1165
- "type": "zeebe:taskHeader"
1166
- },
1167
- "type": "Hidden"
1168
- },
1169
1138
  {
1170
1139
  "id": "resultVariable",
1171
1140
  "label": "Result variable",
@@ -1229,28 +1198,18 @@
1229
1198
  ],
1230
1199
  "icon": {
1231
1200
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgMjg5JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00xNjUuMjU4IDI4OC41MDFoMy41MDhsNTcuMjYxLTI4LjYzNC45NTMtMS4zNDdWMjkuOTY0bC0uOTUzLTEuMzU0TDE2OC43NjYgMGgtMy41NTFsLjA0MyAyODguNTAxJwogICAgICAgICAgZmlsbD0nIzUyOTRDRicvPgogICAgPHBhdGggZD0nTTkwLjc0MSAyODguNTAxaC0zLjU1N2wtNTcuMjEyLTI4LjYzNC0xLjE2MS0xLjk5Ny0uNTg5LTIyNi43NDIgMS43NS0yLjUxOEw4Ny4xODQgMGgzLjYwMWwtLjA0NCAyODguNTAxJwogICAgICAgICAgZmlsbD0nIzFGNUI5OCcvPgogICAgPHBhdGggZD0nTTg3LjI4NSAwaDgxLjQyNnYyODguNTAxSDg3LjI4NVYweicgZmlsbD0nIzJENzJCOCcvPgogICAgPHBhdGggZD0nTTI1NiAxMzcuNzY5bC0xLjkzNS0uNDI5LTI3LjYyOC0yLjU3Ni0uNDEuMjA0LTU3LjMxMi0yLjI5MmgtODEuNDNsLTU3LjMxMyAyLjI5MlY5MS4yNjRsLS4wNi4wMzIuMDYtLjEyOCA1Ny4zMTMtMTMuMjhoODEuNDNsNTcuMzEyIDEzLjI4IDIxLjA2OSAxMS4xOTl2LTcuMmw4LjkwNC0uOTc0LS45MjItMS43OTgtMjguMTkyLTIwLjE1OS0uODU5LjI3OS01Ny4zMTItMTcuNzU5aC04MS40M0wyOS45NzIgNzIuNTE1VjI4LjYxTDAgNjMuNzIzdjMwLjY2NmwuMjMyLS4xNjggOC42NzIuOTQ2djcuMzQ4TDAgMTA3LjI4djMwLjUxM2wuMjMyLS4wMjQgOC42NzIuMTI4djEyLjgwN2wtNy40ODIuMTEyTDAgMTUwLjY4djMwLjUyNWw4LjkwNCA0Ljc4OHY3LjQzM2wtOC41MzEuOTQyLS4zNzMtLjI4djMwLjY2MWwyOS45NzIgMzUuMTE4di00My45MDFsNTcuMzEzIDE3Ljc1OWg4MS40M2w1Ny40ODEtMTcuODExLjc2NC4zMzUgMjcuODIxLTE5Ljg2MiAxLjIxOS0xLjk3OS04LjkwNC0uOTgydi03LjI4NGwtMS4xNjctLjQ2Ni0xOS4wNDMgMTAuMjY1LS42OSAxLjQ0LTU3LjQ4MSAxMy4yMDN2LjAxNmgtODEuNDN2LS4wMTZsLTU3LjMxMy0xMy4yNTl2LTQzLjg2NGw1Ny4zMTMgMi4yODR2LjA1Nmg4MS40M2w1Ny4zMTItMi4zNCAxLjMwNS42IDI2Ljc3OS0yLjMwNiAxLjg4OS0uOTIzLTguOTA0LS4xMjh2LTEyLjgwN2w4LjkwNC0uMTI4JwogICAgICAgICAgZmlsbD0nIzFBNDc2RicvPgogICAgPHBhdGggZD0nTTIyNi4wMjcgMjE1Ljk2NnY0My45MDFMMjU2IDIyNC43NDl2LTMwLjQ2MWwtMjkuOCAyMS42MjYtLjE3My4wNTJNMjI2LjAyNyAxOTcuNDIxbC4xNzMtLjA0IDI5LjgtMTYuMDI4di0zMC42NDlsLTI5Ljk3MyAyLjc1N3Y0My45Nk0yMjYuMiA5MS4yMDhsLS4xNzMtLjA0djQzLjhMMjU2IDEzNy43Njl2LTMwLjYzNGwtMjkuOC0xNS45MjdNMjI2LjIgNzIuNjg3TDI1NiA5NC4xOTNWNjMuNzMxTDIyNi4wMjcgMjguNjF2NDMuOTA1bC4xNzMuMDZ2LjExMicKICAgICAgICAgIGZpbGw9JyMyRDcyQjgnLz4KPC9zdmc+"
1201
+ },
1202
+ "engines": {
1203
+ "camunda": "^8.5"
1232
1204
  }
1233
1205
  },
1234
1206
  {
1235
1207
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1236
- "name": "AWS DynamoDB Outbound Connector",
1208
+ "name": "AWS DynamoDB",
1237
1209
  "id": "io.camunda.connectors.AWSDynamoDB.v1",
1238
- "description": "Manage tables and items with AWS DynamoDB.",
1239
- "metadata": {
1240
- "keywords": [
1241
- "create table",
1242
- "delete table",
1243
- "update table",
1244
- "describe table",
1245
- "scan table",
1246
- "add item",
1247
- "delete item",
1248
- "get item",
1249
- "update item"
1250
- ]
1251
- },
1252
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/",
1253
- "version": 7,
1210
+ "version": 2,
1211
+ "description": "Work with tables and items using AWS DynamoDB service",
1212
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/",
1254
1213
  "category": {
1255
1214
  "id": "connectors",
1256
1215
  "name": "Connectors"
@@ -1270,7 +1229,7 @@
1270
1229
  },
1271
1230
  {
1272
1231
  "id": "configuration",
1273
- "label": "Queue properties"
1232
+ "label": "Configuration"
1274
1233
  },
1275
1234
  {
1276
1235
  "id": "input",
@@ -1278,59 +1237,44 @@
1278
1237
  },
1279
1238
  {
1280
1239
  "id": "output",
1281
- "label": "Output mapping"
1240
+ "label": "Output"
1282
1241
  },
1283
1242
  {
1284
- "id": "error",
1243
+ "id": "errors",
1285
1244
  "label": "Error handling"
1286
- },
1287
- {
1288
- "id": "retries",
1289
- "label": "Retries"
1290
1245
  }
1291
1246
  ],
1292
1247
  "properties": [
1293
1248
  {
1249
+ "type": "Hidden",
1294
1250
  "value": "io.camunda:aws-dynamodb:1",
1295
1251
  "binding": {
1296
- "property": "type",
1297
- "type": "zeebe:taskDefinition"
1298
- },
1299
- "type": "Hidden"
1252
+ "type": "zeebe:taskDefinition",
1253
+ "property": "type"
1254
+ }
1300
1255
  },
1301
1256
  {
1302
- "id": "input.operationGroup",
1303
- "label": "Choose category",
1257
+ "id": "operationGroup",
1304
1258
  "group": "operation",
1305
- "binding": {
1306
- "name": "input.operationGroup",
1307
- "type": "zeebe:input"
1308
- },
1309
1259
  "type": "Dropdown",
1310
1260
  "choices": [
1311
1261
  {
1312
1262
  "name": "Table",
1313
- "value": "tableOperation"
1263
+ "value": "table"
1314
1264
  },
1315
1265
  {
1316
1266
  "name": "Item",
1317
- "value": "itemOperation"
1267
+ "value": "item"
1318
1268
  }
1319
- ]
1269
+ ],
1270
+ "binding": {
1271
+ "type": "zeebe:input",
1272
+ "name": "operationGroup"
1273
+ }
1320
1274
  },
1321
1275
  {
1322
- "id": "input.tableOperation",
1323
- "label": "Select action",
1276
+ "id": "tableOperationType",
1324
1277
  "group": "operation",
1325
- "binding": {
1326
- "name": "input.tableOperation",
1327
- "type": "zeebe:input"
1328
- },
1329
- "condition": {
1330
- "property": "input.operationGroup",
1331
- "equals": "tableOperation",
1332
- "type": "simple"
1333
- },
1334
1278
  "type": "Dropdown",
1335
1279
  "choices": [
1336
1280
  {
@@ -1349,21 +1293,19 @@
1349
1293
  "name": "Scan table",
1350
1294
  "value": "scanTable"
1351
1295
  }
1352
- ]
1353
- },
1354
- {
1355
- "id": "input.itemOperation",
1356
- "label": "Select action",
1357
- "group": "operation",
1296
+ ],
1358
1297
  "binding": {
1359
- "name": "input.itemOperation",
1360
- "type": "zeebe:input"
1298
+ "type": "zeebe:input",
1299
+ "name": "input.type"
1361
1300
  },
1362
1301
  "condition": {
1363
- "property": "input.operationGroup",
1364
- "equals": "itemOperation",
1365
- "type": "simple"
1366
- },
1302
+ "property": "operationGroup",
1303
+ "equals": "table"
1304
+ }
1305
+ },
1306
+ {
1307
+ "id": "itemOperationType",
1308
+ "group": "operation",
1367
1309
  "type": "Dropdown",
1368
1310
  "choices": [
1369
1311
  {
@@ -1382,188 +1324,123 @@
1382
1324
  "name": "Update item",
1383
1325
  "value": "updateItem"
1384
1326
  }
1385
- ]
1386
- },
1387
- {
1388
- "id": "authentication.type",
1389
- "label": "Authentication",
1390
- "description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/#aws-authentication-types\" target=\"_blank\">documentation page</a>",
1391
- "value": "credentials",
1392
- "group": "authentication",
1327
+ ],
1393
1328
  "binding": {
1394
- "name": "authentication.type",
1395
- "type": "zeebe:input"
1329
+ "type": "zeebe:input",
1330
+ "name": "input.type"
1396
1331
  },
1397
- "type": "Dropdown",
1398
- "choices": [
1399
- {
1400
- "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
1401
- "value": "defaultCredentialsChain"
1402
- },
1403
- {
1404
- "name": "Credentials",
1405
- "value": "credentials"
1406
- }
1407
- ]
1332
+ "condition": {
1333
+ "property": "operationGroup",
1334
+ "equals": "item"
1335
+ }
1408
1336
  },
1409
1337
  {
1410
- "id": "authentication.accessKey",
1411
1338
  "label": "Access key",
1412
- "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
1413
- "optional": false,
1414
- "constraints": {
1415
- "notEmpty": true
1416
- },
1417
- "feel": "optional",
1339
+ "description": "Provide an access key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
1418
1340
  "group": "authentication",
1341
+ "type": "String",
1342
+ "feel": "optional",
1343
+ "optional": false,
1419
1344
  "binding": {
1420
- "name": "authentication.accessKey",
1421
- "type": "zeebe:input"
1422
- },
1423
- "condition": {
1424
- "property": "authentication.type",
1425
- "equals": "credentials",
1426
- "type": "simple"
1345
+ "type": "zeebe:input",
1346
+ "name": "authentication.accessKey"
1427
1347
  },
1428
- "type": "String"
1348
+ "constraints": {
1349
+ "notEmpty": true
1350
+ }
1429
1351
  },
1430
1352
  {
1431
- "id": "authentication.secretKey",
1432
1353
  "label": "Secret key",
1433
- "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
1434
- "optional": false,
1435
- "constraints": {
1436
- "notEmpty": true
1437
- },
1438
- "feel": "optional",
1354
+ "description": "Provide a secret key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
1439
1355
  "group": "authentication",
1356
+ "type": "String",
1357
+ "feel": "optional",
1358
+ "optional": false,
1440
1359
  "binding": {
1441
- "name": "authentication.secretKey",
1442
- "type": "zeebe:input"
1443
- },
1444
- "condition": {
1445
- "property": "authentication.type",
1446
- "equals": "credentials",
1447
- "type": "simple"
1360
+ "type": "zeebe:input",
1361
+ "name": "authentication.secretKey"
1448
1362
  },
1449
- "type": "String"
1363
+ "constraints": {
1364
+ "notEmpty": true
1365
+ }
1450
1366
  },
1451
1367
  {
1452
- "id": "configuration.region",
1453
1368
  "label": "Region",
1454
1369
  "description": "Specify the AWS region",
1455
- "optional": false,
1456
- "constraints": {
1457
- "notEmpty": true
1458
- },
1459
- "feel": "optional",
1460
1370
  "group": "configuration",
1371
+ "type": "String",
1372
+ "feel": "optional",
1373
+ "optional": false,
1461
1374
  "binding": {
1462
- "name": "configuration.region",
1463
- "type": "zeebe:input"
1375
+ "type": "zeebe:input",
1376
+ "name": "configuration.region"
1464
1377
  },
1465
- "type": "String"
1378
+ "constraints": {
1379
+ "notEmpty": true
1380
+ }
1466
1381
  },
1467
1382
  {
1468
- "id": "configuration.endpoint",
1469
- "label": "Endpoint",
1470
- "description": "Specify endpoint if need to use custom endpoint",
1471
- "optional": true,
1472
- "group": "configuration",
1383
+ "label": "Table name",
1384
+ "description": "Name of DynamoDB table",
1385
+ "group": "input",
1386
+ "type": "String",
1387
+ "feel": "optional",
1388
+ "optional": false,
1473
1389
  "binding": {
1474
- "name": "configuration.endpoint",
1475
- "type": "zeebe:input"
1390
+ "type": "zeebe:input",
1391
+ "name": "input.tableName"
1476
1392
  },
1477
- "type": "Hidden"
1393
+ "constraints": {
1394
+ "notEmpty": true
1395
+ },
1396
+ "condition": {
1397
+ "property": "tableOperationType",
1398
+ "oneOf": ["createTable", "deleteTable", "describeTable", "scanTable"]
1399
+ }
1478
1400
  },
1479
1401
  {
1480
- "id": "input.createTable.tableName",
1481
1402
  "label": "Table name",
1482
1403
  "description": "Name of DynamoDB table",
1404
+ "group": "input",
1405
+ "type": "String",
1406
+ "feel": "optional",
1483
1407
  "optional": false,
1408
+ "binding": {
1409
+ "type": "zeebe:input",
1410
+ "name": "input.tableName"
1411
+ },
1484
1412
  "constraints": {
1485
1413
  "notEmpty": true
1486
1414
  },
1487
- "feel": "optional",
1488
- "group": "input",
1489
- "binding": {
1490
- "name": "input.tableName",
1491
- "type": "zeebe:input"
1492
- },
1493
1415
  "condition": {
1494
- "allMatch": [
1495
- {
1496
- "property": "input.tableOperation",
1497
- "equals": "createTable",
1498
- "type": "simple"
1499
- },
1500
- {
1501
- "property": "input.operationGroup",
1502
- "equals": "tableOperation",
1503
- "type": "simple"
1504
- }
1505
- ]
1506
- },
1507
- "type": "String"
1416
+ "property": "itemOperationType",
1417
+ "oneOf": ["addItem", "deleteItem", "getItem", "updateItem"]
1418
+ }
1508
1419
  },
1509
1420
  {
1510
- "id": "input.partitionKey",
1511
1421
  "label": "Partition key",
1512
- "description": "Partition key role. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
1513
- "optional": false,
1514
- "constraints": {
1515
- "notEmpty": true
1516
- },
1517
- "feel": "optional",
1422
+ "description": "Partition key. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
1518
1423
  "group": "input",
1424
+ "type": "String",
1425
+ "feel": "optional",
1519
1426
  "binding": {
1520
- "name": "input.partitionKey",
1521
- "type": "zeebe:input"
1427
+ "type": "zeebe:input",
1428
+ "name": "input.partitionKey"
1522
1429
  },
1523
- "condition": {
1524
- "allMatch": [
1525
- {
1526
- "property": "input.tableOperation",
1527
- "equals": "createTable",
1528
- "type": "simple"
1529
- },
1530
- {
1531
- "property": "input.operationGroup",
1532
- "equals": "tableOperation",
1533
- "type": "simple"
1534
- }
1535
- ]
1430
+ "constraints": {
1431
+ "notEmpty": true
1536
1432
  },
1537
- "type": "String"
1433
+ "condition": {
1434
+ "property": "tableOperationType",
1435
+ "equals": "createTable"
1436
+ }
1538
1437
  },
1539
1438
  {
1540
- "id": "input.partitionKeyRole",
1541
1439
  "label": "Partition key role",
1542
- "description": "The role that this key attribute will assume. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
1543
- "optional": false,
1544
- "constraints": {
1545
- "notEmpty": true
1546
- },
1440
+ "description": "The role that this key attribute will assume. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
1547
1441
  "group": "input",
1548
- "binding": {
1549
- "name": "input.partitionKeyRole",
1550
- "type": "zeebe:input"
1551
- },
1552
- "condition": {
1553
- "allMatch": [
1554
- {
1555
- "property": "input.tableOperation",
1556
- "equals": "createTable",
1557
- "type": "simple"
1558
- },
1559
- {
1560
- "property": "input.operationGroup",
1561
- "equals": "tableOperation",
1562
- "type": "simple"
1563
- }
1564
- ]
1565
- },
1566
1442
  "type": "Dropdown",
1443
+ "optional": false,
1567
1444
  "choices": [
1568
1445
  {
1569
1446
  "name": "HASH",
@@ -1573,36 +1450,25 @@
1573
1450
  "name": "RANGE",
1574
1451
  "value": "RANGE"
1575
1452
  }
1576
- ]
1453
+ ],
1454
+ "binding": {
1455
+ "type": "zeebe:input",
1456
+ "name": "input.partitionKeyRole"
1457
+ },
1458
+ "constraints": {
1459
+ "notEmpty": true
1460
+ },
1461
+ "condition": {
1462
+ "property": "tableOperationType",
1463
+ "equals": "createTable"
1464
+ }
1577
1465
  },
1578
1466
  {
1579
- "id": "input.partitionKeyType",
1580
1467
  "label": "Partition key attribute data type",
1581
1468
  "description": "Represents the data for an attribute",
1582
- "optional": false,
1583
- "constraints": {
1584
- "notEmpty": true
1585
- },
1586
1469
  "group": "input",
1587
- "binding": {
1588
- "name": "input.partitionKeyType",
1589
- "type": "zeebe:input"
1590
- },
1591
- "condition": {
1592
- "allMatch": [
1593
- {
1594
- "property": "input.tableOperation",
1595
- "equals": "createTable",
1596
- "type": "simple"
1597
- },
1598
- {
1599
- "property": "input.operationGroup",
1600
- "equals": "tableOperation",
1601
- "type": "simple"
1602
- }
1603
- ]
1604
- },
1605
1470
  "type": "Dropdown",
1471
+ "optional": false,
1606
1472
  "choices": [
1607
1473
  {
1608
1474
  "name": "Binary",
@@ -1616,60 +1482,44 @@
1616
1482
  "name": "String",
1617
1483
  "value": "S"
1618
1484
  }
1619
- ]
1485
+ ],
1486
+ "binding": {
1487
+ "type": "zeebe:input",
1488
+ "name": "input.partitionKeyType"
1489
+ },
1490
+ "constraints": {
1491
+ "notEmpty": true
1492
+ },
1493
+ "condition": {
1494
+ "property": "tableOperationType",
1495
+ "equals": "createTable"
1496
+ }
1620
1497
  },
1621
1498
  {
1622
- "id": "input.sortKey",
1623
1499
  "label": "Sort key",
1624
- "description": "Sort key. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
1625
- "optional": true,
1626
- "feel": "optional",
1500
+ "description": "Sort key. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
1627
1501
  "group": "input",
1502
+ "type": "String",
1503
+ "feel": "optional",
1504
+ "optional": true,
1628
1505
  "binding": {
1629
- "name": "input.sortKey",
1630
- "type": "zeebe:input"
1506
+ "type": "zeebe:input",
1507
+ "name": "input.sortKey"
1631
1508
  },
1632
- "condition": {
1633
- "allMatch": [
1634
- {
1635
- "property": "input.tableOperation",
1636
- "equals": "createTable",
1637
- "type": "simple"
1638
- },
1639
- {
1640
- "property": "input.operationGroup",
1641
- "equals": "tableOperation",
1642
- "type": "simple"
1643
- }
1644
- ]
1509
+ "constraints": {
1510
+ "notEmpty": false
1645
1511
  },
1646
- "type": "String"
1512
+ "condition": {
1513
+ "property": "tableOperationType",
1514
+ "equals": "createTable"
1515
+ }
1647
1516
  },
1648
1517
  {
1649
- "id": "input.sortKeyRole",
1650
1518
  "label": "Sort key role",
1651
1519
  "description": "The role that this key attribute will assume",
1652
- "optional": true,
1653
1520
  "group": "input",
1654
- "binding": {
1655
- "name": "input.sortKeyRole",
1656
- "type": "zeebe:input"
1657
- },
1658
- "condition": {
1659
- "allMatch": [
1660
- {
1661
- "property": "input.tableOperation",
1662
- "equals": "createTable",
1663
- "type": "simple"
1664
- },
1665
- {
1666
- "property": "input.operationGroup",
1667
- "equals": "tableOperation",
1668
- "type": "simple"
1669
- }
1670
- ]
1671
- },
1672
1521
  "type": "Dropdown",
1522
+ "optional": true,
1673
1523
  "choices": [
1674
1524
  {
1675
1525
  "name": "HASH",
@@ -1679,33 +1529,25 @@
1679
1529
  "name": "RANGE",
1680
1530
  "value": "RANGE"
1681
1531
  }
1682
- ]
1532
+ ],
1533
+ "binding": {
1534
+ "type": "zeebe:input",
1535
+ "name": "input.sortKeyRole"
1536
+ },
1537
+ "constraints": {
1538
+ "notEmpty": false
1539
+ },
1540
+ "condition": {
1541
+ "property": "tableOperationType",
1542
+ "equals": "createTable"
1543
+ }
1683
1544
  },
1684
1545
  {
1685
- "id": "input.sortKeyType",
1686
1546
  "label": "Sort key attribute data type",
1687
1547
  "description": "Represents the data for an attribute",
1688
- "optional": true,
1689
1548
  "group": "input",
1690
- "binding": {
1691
- "name": "input.sortKeyType",
1692
- "type": "zeebe:input"
1693
- },
1694
- "condition": {
1695
- "allMatch": [
1696
- {
1697
- "property": "input.tableOperation",
1698
- "equals": "createTable",
1699
- "type": "simple"
1700
- },
1701
- {
1702
- "property": "input.operationGroup",
1703
- "equals": "tableOperation",
1704
- "type": "simple"
1705
- }
1706
- ]
1707
- },
1708
1549
  "type": "Dropdown",
1550
+ "optional": true,
1709
1551
  "choices": [
1710
1552
  {
1711
1553
  "name": "Binary",
@@ -1719,96 +1561,71 @@
1719
1561
  "name": "String",
1720
1562
  "value": "S"
1721
1563
  }
1722
- ]
1564
+ ],
1565
+ "binding": {
1566
+ "type": "zeebe:input",
1567
+ "name": "input.sortKeyType"
1568
+ },
1569
+ "constraints": {
1570
+ "notEmpty": false
1571
+ },
1572
+ "condition": {
1573
+ "property": "tableOperationType",
1574
+ "equals": "createTable"
1575
+ }
1723
1576
  },
1724
1577
  {
1725
- "id": "input.readCapacityUnits",
1726
1578
  "label": "Read capacity units",
1727
- "description": "Total number of read capacity units. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
1728
- "optional": false,
1729
- "constraints": {
1730
- "notEmpty": true
1731
- },
1732
- "feel": "static",
1579
+ "description": "Total number of read capacity units. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
1733
1580
  "group": "input",
1581
+ "type": "String",
1582
+ "feel": "optional",
1583
+ "optional": true,
1734
1584
  "binding": {
1735
- "name": "input.readCapacityUnits",
1736
- "type": "zeebe:input"
1585
+ "type": "zeebe:input",
1586
+ "name": "input.readCapacityUnits"
1587
+ },
1588
+ "constraints": {
1589
+ "notEmpty": false,
1590
+ "pattern": {
1591
+ "value": "^(=|([0-9]|secrets.*|\\{\\{.*)+$)",
1592
+ "message": "Must be a number."
1593
+ }
1737
1594
  },
1738
1595
  "condition": {
1739
- "allMatch": [
1740
- {
1741
- "property": "input.tableOperation",
1742
- "equals": "createTable",
1743
- "type": "simple"
1744
- },
1745
- {
1746
- "property": "input.operationGroup",
1747
- "equals": "tableOperation",
1748
- "type": "simple"
1749
- }
1750
- ]
1751
- },
1752
- "type": "Number"
1596
+ "property": "tableOperationType",
1597
+ "equals": "createTable"
1598
+ }
1753
1599
  },
1754
1600
  {
1755
- "id": "input.writeCapacityUnits",
1756
1601
  "label": "Write capacity units",
1757
- "description": "Total number of write capacity units. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
1758
- "optional": false,
1759
- "constraints": {
1760
- "notEmpty": true
1761
- },
1762
- "feel": "static",
1602
+ "description": "Total number of write capacity units. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
1763
1603
  "group": "input",
1604
+ "type": "String",
1605
+ "feel": "optional",
1606
+ "optional": true,
1764
1607
  "binding": {
1765
- "name": "input.writeCapacityUnits",
1766
- "type": "zeebe:input"
1608
+ "type": "zeebe:input",
1609
+ "name": "input.writeCapacityUnits"
1767
1610
  },
1768
- "condition": {
1769
- "allMatch": [
1770
- {
1771
- "property": "input.tableOperation",
1772
- "equals": "createTable",
1773
- "type": "simple"
1774
- },
1775
- {
1776
- "property": "input.operationGroup",
1777
- "equals": "tableOperation",
1778
- "type": "simple"
1779
- }
1780
- ]
1611
+ "constraints": {
1612
+ "notEmpty": false,
1613
+ "pattern": {
1614
+ "value": "^(=|([0-9]|secrets.*|\\{\\{.*)+$)",
1615
+ "message": "Must be a number."
1616
+ }
1781
1617
  },
1782
- "type": "Number"
1618
+ "condition": {
1619
+ "property": "tableOperationType",
1620
+ "equals": "createTable"
1621
+ }
1783
1622
  },
1784
1623
  {
1785
- "id": "input.billingModeStr",
1786
1624
  "label": "Billing mode",
1787
- "description": "Controls how you are charged for read and write throughput. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
1788
- "optional": false,
1789
- "constraints": {
1790
- "notEmpty": true
1791
- },
1625
+ "description": "Controls how you are charged for read and write throughput. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
1792
1626
  "group": "input",
1793
- "binding": {
1794
- "name": "input.billingModeStr",
1795
- "type": "zeebe:input"
1796
- },
1797
- "condition": {
1798
- "allMatch": [
1799
- {
1800
- "property": "input.tableOperation",
1801
- "equals": "createTable",
1802
- "type": "simple"
1803
- },
1804
- {
1805
- "property": "input.operationGroup",
1806
- "equals": "tableOperation",
1807
- "type": "simple"
1808
- }
1809
- ]
1810
- },
1811
1627
  "type": "Dropdown",
1628
+ "optional": true,
1812
1629
  "choices": [
1813
1630
  {
1814
1631
  "name": "PROVISIONED",
@@ -1818,37 +1635,26 @@
1818
1635
  "name": "PAY_PER_REQUEST",
1819
1636
  "value": "PAY_PER_REQUEST"
1820
1637
  }
1821
- ]
1638
+ ],
1639
+ "binding": {
1640
+ "type": "zeebe:input",
1641
+ "name": "input.billingModeStr"
1642
+ },
1643
+ "constraints": {
1644
+ "notEmpty": false
1645
+ },
1646
+ "condition": {
1647
+ "property": "tableOperationType",
1648
+ "equals": "createTable"
1649
+ }
1822
1650
  },
1823
1651
  {
1824
- "id": "input.deletionProtection",
1825
1652
  "label": "Deletion protection",
1826
1653
  "description": "Prevents accidental table deletion",
1827
- "optional": false,
1828
- "value": "false",
1829
- "constraints": {
1830
- "notEmpty": true
1831
- },
1832
1654
  "group": "input",
1833
- "binding": {
1834
- "name": "input.deletionProtection",
1835
- "type": "zeebe:input"
1836
- },
1837
- "condition": {
1838
- "allMatch": [
1839
- {
1840
- "property": "input.tableOperation",
1841
- "equals": "createTable",
1842
- "type": "simple"
1843
- },
1844
- {
1845
- "property": "input.operationGroup",
1846
- "equals": "tableOperation",
1847
- "type": "simple"
1848
- }
1849
- ]
1850
- },
1851
1655
  "type": "Dropdown",
1656
+ "value": false,
1657
+ "optional": false,
1852
1658
  "choices": [
1853
1659
  {
1854
1660
  "name": "True",
@@ -1858,581 +1664,215 @@
1858
1664
  "name": "False",
1859
1665
  "value": "false"
1860
1666
  }
1861
- ]
1862
- },
1863
- {
1864
- "id": "input.deleteTable.tableName",
1865
- "label": "Table name",
1866
- "description": "Name of DynamoDB table",
1867
- "optional": false,
1667
+ ],
1668
+ "binding": {
1669
+ "type": "zeebe:input",
1670
+ "name": "input.deletionProtection"
1671
+ },
1868
1672
  "constraints": {
1869
1673
  "notEmpty": true
1870
1674
  },
1871
- "feel": "optional",
1675
+ "condition": {
1676
+ "property": "tableOperationType",
1677
+ "equals": "createTable"
1678
+ }
1679
+ },
1680
+ {
1681
+ "label": "Filter expression",
1682
+ "description": "Filter expressions for scan. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
1872
1683
  "group": "input",
1684
+ "type": "String",
1685
+ "feel": "optional",
1686
+ "optional": true,
1873
1687
  "binding": {
1874
- "name": "input.tableName",
1875
- "type": "zeebe:input"
1688
+ "type": "zeebe:input",
1689
+ "name": "input.filterExpression"
1876
1690
  },
1877
- "condition": {
1878
- "allMatch": [
1879
- {
1880
- "property": "input.tableOperation",
1881
- "equals": "deleteTable",
1882
- "type": "simple"
1883
- },
1884
- {
1885
- "property": "input.operationGroup",
1886
- "equals": "tableOperation",
1887
- "type": "simple"
1888
- }
1889
- ]
1691
+ "constraints": {
1692
+ "notEmpty": false
1890
1693
  },
1891
- "type": "String"
1694
+ "condition": {
1695
+ "property": "tableOperationType",
1696
+ "oneOf": ["scanTable"]
1697
+ }
1892
1698
  },
1893
1699
  {
1894
- "id": "input.describeTable.tableName",
1895
- "label": "Table name",
1896
- "description": "Name of DynamoDB table",
1897
- "optional": false,
1898
- "constraints": {
1899
- "notEmpty": true
1900
- },
1901
- "feel": "optional",
1700
+ "label": "Projection expression",
1701
+ "description": "Is a string that identifies the attributes that you want. For multiple attributes, the names must be comma-separated",
1902
1702
  "group": "input",
1703
+ "type": "String",
1704
+ "feel": "optional",
1705
+ "optional": true,
1903
1706
  "binding": {
1904
- "name": "input.tableName",
1905
- "type": "zeebe:input"
1707
+ "type": "zeebe:input",
1708
+ "name": "input.projectionExpression"
1906
1709
  },
1907
- "condition": {
1908
- "allMatch": [
1909
- {
1910
- "property": "input.tableOperation",
1911
- "equals": "describeTable",
1912
- "type": "simple"
1913
- },
1914
- {
1915
- "property": "input.operationGroup",
1916
- "equals": "tableOperation",
1917
- "type": "simple"
1918
- }
1919
- ]
1710
+ "constraints": {
1711
+ "notEmpty": false
1920
1712
  },
1921
- "type": "String"
1713
+ "condition": {
1714
+ "property": "tableOperationType",
1715
+ "oneOf": ["scanTable"]
1716
+ }
1922
1717
  },
1923
1718
  {
1924
- "id": "input.scanTable.tableName",
1925
- "label": "Table name",
1926
- "description": "Name of DynamoDB table",
1927
- "optional": false,
1928
- "constraints": {
1929
- "notEmpty": true
1930
- },
1931
- "feel": "optional",
1719
+ "label": "Expression attribute names",
1720
+ "description": " Is a placeholder that you use as an alternative to an actual attribute name. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
1932
1721
  "group": "input",
1722
+ "type": "String",
1723
+ "feel": "required",
1724
+ "optional": true,
1933
1725
  "binding": {
1934
- "name": "input.tableName",
1935
- "type": "zeebe:input"
1726
+ "type": "zeebe:input",
1727
+ "name": "input.expressionAttributeNames"
1936
1728
  },
1937
- "condition": {
1938
- "allMatch": [
1939
- {
1940
- "property": "input.tableOperation",
1941
- "equals": "scanTable",
1942
- "type": "simple"
1943
- },
1944
- {
1945
- "property": "input.operationGroup",
1946
- "equals": "tableOperation",
1947
- "type": "simple"
1948
- }
1949
- ]
1729
+ "constraints": {
1730
+ "notEmpty": false
1950
1731
  },
1951
- "type": "String"
1732
+ "condition": {
1733
+ "property": "tableOperationType",
1734
+ "oneOf": ["scanTable"]
1735
+ }
1952
1736
  },
1953
1737
  {
1954
- "id": "input.filterExpression",
1955
- "label": "Filter expression",
1956
- "description": "Filter expressions for scan. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
1957
- "optional": true,
1958
- "feel": "optional",
1738
+ "label": "Expression attribute values",
1739
+ "description": "Expression attribute values. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
1959
1740
  "group": "input",
1741
+ "type": "String",
1742
+ "feel": "required",
1743
+ "optional": true,
1960
1744
  "binding": {
1961
- "name": "input.filterExpression",
1962
- "type": "zeebe:input"
1745
+ "type": "zeebe:input",
1746
+ "name": "input.expressionAttributeValues"
1747
+ },
1748
+ "constraints": {
1749
+ "notEmpty": false
1963
1750
  },
1964
1751
  "condition": {
1965
- "allMatch": [
1966
- {
1967
- "property": "input.tableOperation",
1968
- "equals": "scanTable",
1969
- "type": "simple"
1970
- },
1971
- {
1972
- "property": "input.operationGroup",
1973
- "equals": "tableOperation",
1974
- "type": "simple"
1975
- }
1976
- ]
1977
- },
1978
- "type": "String"
1752
+ "property": "tableOperationType",
1753
+ "oneOf": ["scanTable"]
1754
+ }
1979
1755
  },
1980
1756
  {
1981
- "id": "input.projectionExpression",
1982
- "label": "Projection expression",
1983
- "description": "Is a string that identifies the attributes that you want. For multiple attributes, the names must be comma-separated",
1984
- "optional": true,
1985
- "feel": "optional",
1757
+ "label": "Item",
1758
+ "description": "DynamoDB item (group of attributes)",
1986
1759
  "group": "input",
1760
+ "type": "String",
1761
+ "feel": "required",
1987
1762
  "binding": {
1988
- "name": "input.projectionExpression",
1989
- "type": "zeebe:input"
1763
+ "type": "zeebe:input",
1764
+ "name": "input.item"
1990
1765
  },
1991
- "condition": {
1992
- "allMatch": [
1993
- {
1994
- "property": "input.tableOperation",
1995
- "equals": "scanTable",
1996
- "type": "simple"
1997
- },
1998
- {
1999
- "property": "input.operationGroup",
2000
- "equals": "tableOperation",
2001
- "type": "simple"
2002
- }
2003
- ]
1766
+ "constraints": {
1767
+ "notEmpty": true
2004
1768
  },
2005
- "type": "String"
1769
+ "condition": {
1770
+ "property": "itemOperationType",
1771
+ "oneOf": ["addItem"]
1772
+ }
2006
1773
  },
2007
1774
  {
2008
- "id": "input.expressionAttributeNames",
2009
- "label": "Expression attribute names",
2010
- "description": "Is a placeholder that you use as an alternative to an actual attribute name. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
2011
- "optional": true,
2012
- "feel": "required",
1775
+ "label": "Primary key components",
1776
+ "description": "Simple or composite primary key",
2013
1777
  "group": "input",
1778
+ "type": "String",
1779
+ "feel": "required",
2014
1780
  "binding": {
2015
- "name": "input.expressionAttributeNames",
2016
- "type": "zeebe:input"
1781
+ "type": "zeebe:input",
1782
+ "name": "input.primaryKeyComponents"
2017
1783
  },
2018
- "condition": {
2019
- "allMatch": [
2020
- {
2021
- "property": "input.tableOperation",
2022
- "equals": "scanTable",
2023
- "type": "simple"
2024
- },
2025
- {
2026
- "property": "input.operationGroup",
2027
- "equals": "tableOperation",
2028
- "type": "simple"
2029
- }
2030
- ]
1784
+ "constraints": {
1785
+ "notEmpty": true
2031
1786
  },
2032
- "type": "String"
1787
+ "condition": {
1788
+ "property": "itemOperationType",
1789
+ "oneOf": ["updateItem", "deleteItem", "getItem"]
1790
+ }
2033
1791
  },
2034
1792
  {
2035
- "id": "input.expressionAttributeValues",
2036
- "label": "Expression attribute values",
2037
- "description": "Expression attribute values. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
2038
- "optional": true,
2039
- "feel": "required",
1793
+ "label": "Key attributes",
1794
+ "description": "DynamoDB key attributes. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
2040
1795
  "group": "input",
1796
+ "type": "String",
1797
+ "feel": "required",
2041
1798
  "binding": {
2042
- "name": "input.expressionAttributeValues",
2043
- "type": "zeebe:input"
2044
- },
2045
- "condition": {
2046
- "allMatch": [
2047
- {
2048
- "property": "input.tableOperation",
2049
- "equals": "scanTable",
2050
- "type": "simple"
2051
- },
2052
- {
2053
- "property": "input.operationGroup",
2054
- "equals": "tableOperation",
2055
- "type": "simple"
2056
- }
2057
- ]
1799
+ "type": "zeebe:input",
1800
+ "name": "input.keyAttributes"
2058
1801
  },
2059
- "type": "String"
2060
- },
2061
- {
2062
- "id": "input.addItem.tableName",
2063
- "label": "Table name",
2064
- "description": "Name of DynamoDB table",
2065
- "optional": false,
2066
1802
  "constraints": {
2067
1803
  "notEmpty": true
2068
1804
  },
2069
- "feel": "optional",
2070
- "group": "input",
2071
- "binding": {
2072
- "name": "input.tableName",
2073
- "type": "zeebe:input"
2074
- },
2075
1805
  "condition": {
2076
- "allMatch": [
2077
- {
2078
- "property": "input.itemOperation",
2079
- "equals": "addItem",
2080
- "type": "simple"
2081
- },
2082
- {
2083
- "property": "input.operationGroup",
2084
- "equals": "itemOperation",
2085
- "type": "simple"
2086
- }
2087
- ]
2088
- },
2089
- "type": "String"
1806
+ "property": "itemOperationType",
1807
+ "oneOf": ["updateItem"]
1808
+ }
2090
1809
  },
2091
1810
  {
2092
- "id": "input.item",
2093
- "label": "Item",
2094
- "description": "DynamoDB item (group of attributes)",
1811
+ "label": "Attribute action",
1812
+ "description": "Specifies how to perform the update",
1813
+ "group": "input",
1814
+ "type": "Dropdown",
2095
1815
  "optional": false,
1816
+ "choices": [
1817
+ {
1818
+ "name": "PUT",
1819
+ "value": "put"
1820
+ },
1821
+ {
1822
+ "name": "DELETE",
1823
+ "value": "delete"
1824
+ }
1825
+ ],
1826
+ "binding": {
1827
+ "type": "zeebe:input",
1828
+ "name": "input.attributeAction"
1829
+ },
2096
1830
  "constraints": {
2097
1831
  "notEmpty": true
2098
1832
  },
2099
- "feel": "required",
2100
- "group": "input",
2101
- "binding": {
2102
- "name": "input.item",
2103
- "type": "zeebe:input"
2104
- },
2105
1833
  "condition": {
2106
- "allMatch": [
2107
- {
2108
- "property": "input.itemOperation",
2109
- "equals": "addItem",
2110
- "type": "simple"
2111
- },
2112
- {
2113
- "property": "input.operationGroup",
2114
- "equals": "itemOperation",
2115
- "type": "simple"
2116
- }
2117
- ]
2118
- },
2119
- "type": "String"
1834
+ "property": "itemOperationType",
1835
+ "oneOf": ["updateItem"]
1836
+ }
2120
1837
  },
2121
1838
  {
2122
- "id": "input.deleteItem.tableName",
2123
- "label": "Table name",
2124
- "description": "Name of DynamoDB table",
2125
- "optional": false,
2126
- "constraints": {
2127
- "notEmpty": true
2128
- },
2129
- "feel": "optional",
2130
- "group": "input",
1839
+ "label": "Result variable",
1840
+ "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>",
1841
+ "group": "output",
1842
+ "type": "String",
2131
1843
  "binding": {
2132
- "name": "input.tableName",
2133
- "type": "zeebe:input"
2134
- },
2135
- "condition": {
2136
- "allMatch": [
2137
- {
2138
- "property": "input.itemOperation",
2139
- "equals": "deleteItem",
2140
- "type": "simple"
2141
- },
2142
- {
2143
- "property": "input.operationGroup",
2144
- "equals": "itemOperation",
2145
- "type": "simple"
2146
- }
2147
- ]
2148
- },
2149
- "type": "String"
1844
+ "type": "zeebe:taskHeader",
1845
+ "key": "resultVariable"
1846
+ }
2150
1847
  },
2151
1848
  {
2152
- "id": "input.deleteItem.primaryKeyComponents",
2153
- "label": "Primary key components",
2154
- "description": "Simple or composite primary key",
2155
- "optional": false,
2156
- "constraints": {
2157
- "notEmpty": true
2158
- },
1849
+ "label": "Result expression",
1850
+ "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>",
1851
+ "group": "output",
1852
+ "type": "Text",
2159
1853
  "feel": "required",
2160
- "group": "input",
2161
1854
  "binding": {
2162
- "name": "input.primaryKeyComponents",
2163
- "type": "zeebe:input"
2164
- },
2165
- "condition": {
2166
- "allMatch": [
2167
- {
2168
- "property": "input.itemOperation",
2169
- "equals": "deleteItem",
2170
- "type": "simple"
2171
- },
2172
- {
2173
- "property": "input.operationGroup",
2174
- "equals": "itemOperation",
2175
- "type": "simple"
2176
- }
2177
- ]
2178
- },
2179
- "type": "String"
1855
+ "type": "zeebe:taskHeader",
1856
+ "key": "resultExpression"
1857
+ }
2180
1858
  },
2181
1859
  {
2182
- "id": "input.getItem.tableName",
2183
- "label": "Table name",
2184
- "description": "Name of DynamoDB table",
2185
- "optional": false,
2186
- "constraints": {
2187
- "notEmpty": true
2188
- },
2189
- "feel": "optional",
2190
- "group": "input",
2191
- "binding": {
2192
- "name": "input.tableName",
2193
- "type": "zeebe:input"
2194
- },
2195
- "condition": {
2196
- "allMatch": [
2197
- {
2198
- "property": "input.itemOperation",
2199
- "equals": "getItem",
2200
- "type": "simple"
2201
- },
2202
- {
2203
- "property": "input.operationGroup",
2204
- "equals": "itemOperation",
2205
- "type": "simple"
2206
- }
2207
- ]
2208
- },
2209
- "type": "String"
2210
- },
2211
- {
2212
- "id": "input.getItem.primaryKeyComponents",
2213
- "label": "Primary key components",
2214
- "description": "Simple or composite primary key",
2215
- "optional": false,
2216
- "constraints": {
2217
- "notEmpty": true
2218
- },
2219
- "feel": "required",
2220
- "group": "input",
2221
- "binding": {
2222
- "name": "input.primaryKeyComponents",
2223
- "type": "zeebe:input"
2224
- },
2225
- "condition": {
2226
- "allMatch": [
2227
- {
2228
- "property": "input.itemOperation",
2229
- "equals": "getItem",
2230
- "type": "simple"
2231
- },
2232
- {
2233
- "property": "input.operationGroup",
2234
- "equals": "itemOperation",
2235
- "type": "simple"
2236
- }
2237
- ]
2238
- },
2239
- "type": "String"
2240
- },
2241
- {
2242
- "id": "input.updateTable.tableName",
2243
- "label": "Table name",
2244
- "description": "Name of DynamoDB table",
2245
- "optional": false,
2246
- "constraints": {
2247
- "notEmpty": true
2248
- },
2249
- "feel": "optional",
2250
- "group": "input",
2251
- "binding": {
2252
- "name": "input.tableName",
2253
- "type": "zeebe:input"
2254
- },
2255
- "condition": {
2256
- "allMatch": [
2257
- {
2258
- "property": "input.itemOperation",
2259
- "equals": "updateItem",
2260
- "type": "simple"
2261
- },
2262
- {
2263
- "property": "input.operationGroup",
2264
- "equals": "itemOperation",
2265
- "type": "simple"
2266
- }
2267
- ]
2268
- },
2269
- "type": "String"
2270
- },
2271
- {
2272
- "id": "input.updateItem.primaryKeyComponents",
2273
- "label": "Primary key components",
2274
- "description": "Simple or composite primary key",
2275
- "optional": false,
2276
- "constraints": {
2277
- "notEmpty": true
2278
- },
2279
- "feel": "required",
2280
- "group": "input",
2281
- "binding": {
2282
- "name": "input.primaryKeyComponents",
2283
- "type": "zeebe:input"
2284
- },
2285
- "condition": {
2286
- "allMatch": [
2287
- {
2288
- "property": "input.itemOperation",
2289
- "equals": "updateItem",
2290
- "type": "simple"
2291
- },
2292
- {
2293
- "property": "input.operationGroup",
2294
- "equals": "itemOperation",
2295
- "type": "simple"
2296
- }
2297
- ]
2298
- },
2299
- "type": "String"
2300
- },
2301
- {
2302
- "id": "input.keyAttributes",
2303
- "label": "Key attributes",
2304
- "description": "DynamoDB key attributes. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
2305
- "optional": false,
2306
- "constraints": {
2307
- "notEmpty": true
2308
- },
2309
- "feel": "required",
2310
- "group": "input",
2311
- "binding": {
2312
- "name": "input.keyAttributes",
2313
- "type": "zeebe:input"
2314
- },
2315
- "condition": {
2316
- "allMatch": [
2317
- {
2318
- "property": "input.itemOperation",
2319
- "equals": "updateItem",
2320
- "type": "simple"
2321
- },
2322
- {
2323
- "property": "input.operationGroup",
2324
- "equals": "itemOperation",
2325
- "type": "simple"
2326
- }
2327
- ]
2328
- },
2329
- "type": "String"
2330
- },
2331
- {
2332
- "id": "input.attributeAction",
2333
- "label": "Attribute action",
2334
- "description": "Specifies how to perform the update",
2335
- "optional": false,
2336
- "constraints": {
2337
- "notEmpty": true
2338
- },
2339
- "group": "input",
2340
- "binding": {
2341
- "name": "input.attributeAction",
2342
- "type": "zeebe:input"
2343
- },
2344
- "condition": {
2345
- "allMatch": [
2346
- {
2347
- "property": "input.itemOperation",
2348
- "equals": "updateItem",
2349
- "type": "simple"
2350
- },
2351
- {
2352
- "property": "input.operationGroup",
2353
- "equals": "itemOperation",
2354
- "type": "simple"
2355
- }
2356
- ]
2357
- },
2358
- "type": "Dropdown",
2359
- "choices": [
2360
- {
2361
- "name": "PUT",
2362
- "value": "put"
2363
- },
2364
- {
2365
- "name": "DELETE",
2366
- "value": "delete"
2367
- }
2368
- ]
2369
- },
2370
- {
2371
- "id": "resultVariable",
2372
- "label": "Result variable",
2373
- "description": "Name of variable to store the response in",
2374
- "group": "output",
2375
- "binding": {
2376
- "key": "resultVariable",
2377
- "type": "zeebe:taskHeader"
2378
- },
2379
- "type": "String"
2380
- },
2381
- {
2382
- "id": "resultExpression",
2383
- "label": "Result expression",
2384
- "description": "Expression to map the response into process variables",
2385
- "feel": "required",
2386
- "group": "output",
2387
- "binding": {
2388
- "key": "resultExpression",
2389
- "type": "zeebe:taskHeader"
2390
- },
2391
- "type": "Text"
2392
- },
2393
- {
2394
- "id": "errorExpression",
2395
1860
  "label": "Error expression",
2396
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1861
+ "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>",
1862
+ "group": "errors",
1863
+ "type": "Text",
2397
1864
  "feel": "required",
2398
- "group": "error",
2399
- "binding": {
2400
- "key": "errorExpression",
2401
- "type": "zeebe:taskHeader"
2402
- },
2403
- "type": "Text"
2404
- },
2405
- {
2406
- "id": "retryCount",
2407
- "label": "Retries",
2408
- "description": "Number of retries",
2409
- "value": "3",
2410
- "feel": "optional",
2411
- "group": "retries",
2412
- "binding": {
2413
- "property": "retries",
2414
- "type": "zeebe:taskDefinition"
2415
- },
2416
- "type": "String"
2417
- },
2418
- {
2419
- "id": "retryBackoff",
2420
- "label": "Retry backoff",
2421
- "description": "ISO-8601 duration to wait between retries",
2422
- "value": "PT0S",
2423
- "group": "retries",
2424
1865
  "binding": {
2425
- "key": "retryBackoff",
2426
- "type": "zeebe:taskHeader"
2427
- },
2428
- "type": "String"
1866
+ "type": "zeebe:taskHeader",
1867
+ "key": "errorExpression"
1868
+ }
2429
1869
  }
2430
1870
  ],
2431
1871
  "icon": {
2432
- "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgMjg5JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00xNjUuMjU4IDI4OC41MDFoMy41MDhsNTcuMjYxLTI4LjYzNC45NTMtMS4zNDdWMjkuOTY0bC0uOTUzLTEuMzU0TDE2OC43NjYgMGgtMy41NTFsLjA0MyAyODguNTAxJwogICAgICAgICAgZmlsbD0nIzUyOTRDRicvPgogICAgPHBhdGggZD0nTTkwLjc0MSAyODguNTAxaC0zLjU1N2wtNTcuMjEyLTI4LjYzNC0xLjE2MS0xLjk5Ny0uNTg5LTIyNi43NDIgMS43NS0yLjUxOEw4Ny4xODQgMGgzLjYwMWwtLjA0NCAyODguNTAxJwogICAgICAgICAgZmlsbD0nIzFGNUI5OCcvPgogICAgPHBhdGggZD0nTTg3LjI4NSAwaDgxLjQyNnYyODguNTAxSDg3LjI4NVYweicgZmlsbD0nIzJENzJCOCcvPgogICAgPHBhdGggZD0nTTI1NiAxMzcuNzY5bC0xLjkzNS0uNDI5LTI3LjYyOC0yLjU3Ni0uNDEuMjA0LTU3LjMxMi0yLjI5MmgtODEuNDNsLTU3LjMxMyAyLjI5MlY5MS4yNjRsLS4wNi4wMzIuMDYtLjEyOCA1Ny4zMTMtMTMuMjhoODEuNDNsNTcuMzEyIDEzLjI4IDIxLjA2OSAxMS4xOTl2LTcuMmw4LjkwNC0uOTc0LS45MjItMS43OTgtMjguMTkyLTIwLjE1OS0uODU5LjI3OS01Ny4zMTItMTcuNzU5aC04MS40M0wyOS45NzIgNzIuNTE1VjI4LjYxTDAgNjMuNzIzdjMwLjY2NmwuMjMyLS4xNjggOC42NzIuOTQ2djcuMzQ4TDAgMTA3LjI4djMwLjUxM2wuMjMyLS4wMjQgOC42NzIuMTI4djEyLjgwN2wtNy40ODIuMTEyTDAgMTUwLjY4djMwLjUyNWw4LjkwNCA0Ljc4OHY3LjQzM2wtOC41MzEuOTQyLS4zNzMtLjI4djMwLjY2MWwyOS45NzIgMzUuMTE4di00My45MDFsNTcuMzEzIDE3Ljc1OWg4MS40M2w1Ny40ODEtMTcuODExLjc2NC4zMzUgMjcuODIxLTE5Ljg2MiAxLjIxOS0xLjk3OS04LjkwNC0uOTgydi03LjI4NGwtMS4xNjctLjQ2Ni0xOS4wNDMgMTAuMjY1LS42OSAxLjQ0LTU3LjQ4MSAxMy4yMDN2LjAxNmgtODEuNDN2LS4wMTZsLTU3LjMxMy0xMy4yNTl2LTQzLjg2NGw1Ny4zMTMgMi4yODR2LjA1Nmg4MS40M2w1Ny4zMTItMi4zNCAxLjMwNS42IDI2Ljc3OS0yLjMwNiAxLjg4OS0uOTIzLTguOTA0LS4xMjh2LTEyLjgwN2w4LjkwNC0uMTI4JwogICAgICAgICAgZmlsbD0nIzFBNDc2RicvPgogICAgPHBhdGggZD0nTTIyNi4wMjcgMjE1Ljk2NnY0My45MDFMMjU2IDIyNC43NDl2LTMwLjQ2MWwtMjkuOCAyMS42MjYtLjE3My4wNTJNMjI2LjAyNyAxOTcuNDIxbC4xNzMtLjA0IDI5LjgtMTYuMDI4di0zMC42NDlsLTI5Ljk3MyAyLjc1N3Y0My45Nk0yMjYuMiA5MS4yMDhsLS4xNzMtLjA0djQzLjhMMjU2IDEzNy43Njl2LTMwLjYzNGwtMjkuOC0xNS45MjdNMjI2LjIgNzIuNjg3TDI1NiA5NC4xOTNWNjMuNzMxTDIyNi4wMjcgMjguNjF2NDMuOTA1bC4xNzMuMDZ2LjExMicKICAgICAgICAgIGZpbGw9JyMyRDcyQjgnLz4KPC9zdmc+"
1872
+ "contents": "data:image/svg+xml;utf8,%3Csvg width='18' height='18' viewBox='0 0 256 289' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M165.258 288.501h3.508l57.261-28.634.953-1.347V29.964l-.953-1.354L168.766 0h-3.551l.043 288.501' fill='%235294CF'/%3E%3Cpath d='M90.741 288.501h-3.557l-57.212-28.634-1.161-1.997-.589-226.742 1.75-2.518L87.184 0h3.601l-.044 288.501' fill='%231F5B98'/%3E%3Cpath d='M87.285 0h81.426v288.501H87.285V0z' fill='%232D72B8'/%3E%3Cpath d='M256 137.769l-1.935-.429-27.628-2.576-.41.204-57.312-2.292h-81.43l-57.313 2.292V91.264l-.06.032.06-.128 57.313-13.28h81.43l57.312 13.28 21.069 11.199v-7.2l8.904-.974-.922-1.798-28.192-20.159-.859.279-57.312-17.759h-81.43L29.972 72.515V28.61L0 63.723v30.666l.232-.168 8.672.946v7.348L0 107.28v30.513l.232-.024 8.672.128v12.807l-7.482.112L0 150.68v30.525l8.904 4.788v7.433l-8.531.942-.373-.28v30.661l29.972 35.118v-43.901l57.313 17.759h81.43l57.481-17.811.764.335 27.821-19.862 1.219-1.979-8.904-.982v-7.284l-1.167-.466-19.043 10.265-.69 1.44-57.481 13.203v.016h-81.43v-.016l-57.313-13.259v-43.864l57.313 2.284v.056h81.43l57.312-2.34 1.305.6 26.779-2.306 1.889-.923-8.904-.128v-12.807l8.904-.128' fill='%231A476F'/%3E%3Cpath d='M226.027 215.966v43.901L256 224.749v-30.461l-29.8 21.626-.173.052M226.027 197.421l.173-.04 29.8-16.028v-30.649l-29.973 2.757v43.96M226.2 91.208l-.173-.04v43.8L256 137.769v-30.634l-29.8-15.927M226.2 72.687L256 94.193V63.731L226.027 28.61v43.905l.173.06v.112' fill='%232D72B8'/%3E%3C/svg%3E"
2433
1873
  },
2434
1874
  "engines": {
2435
- "camunda": "^8.5"
1875
+ "camunda": "^8.2"
2436
1876
  }
2437
1877
  },
2438
1878
  {
@@ -4487,9 +3927,9 @@
4487
3927
  },
4488
3928
  {
4489
3929
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4490
- "name": "AWS DynamoDB",
3930
+ "name": "AWS DynamoDB Outbound Connector",
4491
3931
  "id": "io.camunda.connectors.AWSDynamoDB.v1",
4492
- "version": 2,
3932
+ "version": 5,
4493
3933
  "description": "Work with tables and items using AWS DynamoDB service",
4494
3934
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/",
4495
3935
  "category": {
@@ -4618,7 +4058,7 @@
4618
4058
  },
4619
4059
  {
4620
4060
  "label": "Access key",
4621
- "description": "Provide an access key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
4061
+ "description": "Provide an access key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
4622
4062
  "group": "authentication",
4623
4063
  "type": "String",
4624
4064
  "feel": "optional",
@@ -4633,7 +4073,7 @@
4633
4073
  },
4634
4074
  {
4635
4075
  "label": "Secret key",
4636
- "description": "Provide a secret key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
4076
+ "description": "Provide a secret key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
4637
4077
  "group": "authentication",
4638
4078
  "type": "String",
4639
4079
  "feel": "optional",
@@ -4701,7 +4141,7 @@
4701
4141
  },
4702
4142
  {
4703
4143
  "label": "Partition key",
4704
- "description": "Partition key. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
4144
+ "description": "Partition key. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
4705
4145
  "group": "input",
4706
4146
  "type": "String",
4707
4147
  "feel": "optional",
@@ -4719,7 +4159,7 @@
4719
4159
  },
4720
4160
  {
4721
4161
  "label": "Partition key role",
4722
- "description": "The role that this key attribute will assume. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
4162
+ "description": "The role that this key attribute will assume. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
4723
4163
  "group": "input",
4724
4164
  "type": "Dropdown",
4725
4165
  "optional": false,
@@ -4779,7 +4219,7 @@
4779
4219
  },
4780
4220
  {
4781
4221
  "label": "Sort key",
4782
- "description": "Sort key. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
4222
+ "description": "Sort key. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
4783
4223
  "group": "input",
4784
4224
  "type": "String",
4785
4225
  "feel": "optional",
@@ -4858,7 +4298,7 @@
4858
4298
  },
4859
4299
  {
4860
4300
  "label": "Read capacity units",
4861
- "description": "Total number of read capacity units. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
4301
+ "description": "Total number of read capacity units. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
4862
4302
  "group": "input",
4863
4303
  "type": "String",
4864
4304
  "feel": "optional",
@@ -4870,8 +4310,8 @@
4870
4310
  "constraints": {
4871
4311
  "notEmpty": false,
4872
4312
  "pattern": {
4873
- "value": "^(=|([0-9]|secrets.*|\\{\\{.*)+$)",
4874
- "message": "Must be a number."
4313
+ "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
4314
+ "message": "Must be a number"
4875
4315
  }
4876
4316
  },
4877
4317
  "condition": {
@@ -4881,7 +4321,7 @@
4881
4321
  },
4882
4322
  {
4883
4323
  "label": "Write capacity units",
4884
- "description": "Total number of write capacity units. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
4324
+ "description": "Total number of write capacity units. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
4885
4325
  "group": "input",
4886
4326
  "type": "String",
4887
4327
  "feel": "optional",
@@ -4893,8 +4333,8 @@
4893
4333
  "constraints": {
4894
4334
  "notEmpty": false,
4895
4335
  "pattern": {
4896
- "value": "^(=|([0-9]|secrets.*|\\{\\{.*)+$)",
4897
- "message": "Must be a number."
4336
+ "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
4337
+ "message": "Must be a number"
4898
4338
  }
4899
4339
  },
4900
4340
  "condition": {
@@ -4904,7 +4344,7 @@
4904
4344
  },
4905
4345
  {
4906
4346
  "label": "Billing mode",
4907
- "description": "Controls how you are charged for read and write throughput. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
4347
+ "description": "Controls how you are charged for read and write throughput. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
4908
4348
  "group": "input",
4909
4349
  "type": "Dropdown",
4910
4350
  "optional": true,
@@ -4961,7 +4401,7 @@
4961
4401
  },
4962
4402
  {
4963
4403
  "label": "Filter expression",
4964
- "description": "Filter expressions for scan. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
4404
+ "description": "Filter expressions for scan. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
4965
4405
  "group": "input",
4966
4406
  "type": "String",
4967
4407
  "feel": "optional",
@@ -4999,7 +4439,7 @@
4999
4439
  },
5000
4440
  {
5001
4441
  "label": "Expression attribute names",
5002
- "description": " Is a placeholder that you use as an alternative to an actual attribute name. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
4442
+ "description": " Is a placeholder that you use as an alternative to an actual attribute name. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
5003
4443
  "group": "input",
5004
4444
  "type": "String",
5005
4445
  "feel": "required",
@@ -5018,7 +4458,7 @@
5018
4458
  },
5019
4459
  {
5020
4460
  "label": "Expression attribute values",
5021
- "description": "Expression attribute values. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
4461
+ "description": "Expression attribute values. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
5022
4462
  "group": "input",
5023
4463
  "type": "String",
5024
4464
  "feel": "required",
@@ -5073,7 +4513,7 @@
5073
4513
  },
5074
4514
  {
5075
4515
  "label": "Key attributes",
5076
- "description": "DynamoDB key attributes. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
4516
+ "description": "DynamoDB key attributes. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
5077
4517
  "group": "input",
5078
4518
  "type": "String",
5079
4519
  "feel": "required",
@@ -5154,16 +4594,29 @@
5154
4594
  "contents": "data:image/svg+xml;utf8,%3Csvg width='18' height='18' viewBox='0 0 256 289' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M165.258 288.501h3.508l57.261-28.634.953-1.347V29.964l-.953-1.354L168.766 0h-3.551l.043 288.501' fill='%235294CF'/%3E%3Cpath d='M90.741 288.501h-3.557l-57.212-28.634-1.161-1.997-.589-226.742 1.75-2.518L87.184 0h3.601l-.044 288.501' fill='%231F5B98'/%3E%3Cpath d='M87.285 0h81.426v288.501H87.285V0z' fill='%232D72B8'/%3E%3Cpath d='M256 137.769l-1.935-.429-27.628-2.576-.41.204-57.312-2.292h-81.43l-57.313 2.292V91.264l-.06.032.06-.128 57.313-13.28h81.43l57.312 13.28 21.069 11.199v-7.2l8.904-.974-.922-1.798-28.192-20.159-.859.279-57.312-17.759h-81.43L29.972 72.515V28.61L0 63.723v30.666l.232-.168 8.672.946v7.348L0 107.28v30.513l.232-.024 8.672.128v12.807l-7.482.112L0 150.68v30.525l8.904 4.788v7.433l-8.531.942-.373-.28v30.661l29.972 35.118v-43.901l57.313 17.759h81.43l57.481-17.811.764.335 27.821-19.862 1.219-1.979-8.904-.982v-7.284l-1.167-.466-19.043 10.265-.69 1.44-57.481 13.203v.016h-81.43v-.016l-57.313-13.259v-43.864l57.313 2.284v.056h81.43l57.312-2.34 1.305.6 26.779-2.306 1.889-.923-8.904-.128v-12.807l8.904-.128' fill='%231A476F'/%3E%3Cpath d='M226.027 215.966v43.901L256 224.749v-30.461l-29.8 21.626-.173.052M226.027 197.421l.173-.04 29.8-16.028v-30.649l-29.973 2.757v43.96M226.2 91.208l-.173-.04v43.8L256 137.769v-30.634l-29.8-15.927M226.2 72.687L256 94.193V63.731L226.027 28.61v43.905l.173.06v.112' fill='%232D72B8'/%3E%3C/svg%3E"
5155
4595
  },
5156
4596
  "engines": {
5157
- "camunda": "^8.2"
4597
+ "camunda": "^8.4"
5158
4598
  }
5159
4599
  },
5160
4600
  {
5161
4601
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
5162
4602
  "name": "AWS DynamoDB Outbound Connector",
5163
4603
  "id": "io.camunda.connectors.AWSDynamoDB.v1",
5164
- "version": 5,
5165
- "description": "Work with tables and items using AWS DynamoDB service",
5166
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/",
4604
+ "description": "Manage tables and items with AWS DynamoDB.",
4605
+ "metadata": {
4606
+ "keywords": [
4607
+ "create table",
4608
+ "delete table",
4609
+ "update table",
4610
+ "describe table",
4611
+ "scan table",
4612
+ "add item",
4613
+ "delete item",
4614
+ "get item",
4615
+ "update item"
4616
+ ]
4617
+ },
4618
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/",
4619
+ "version": 8,
5167
4620
  "category": {
5168
4621
  "id": "connectors",
5169
4622
  "name": "Connectors"
@@ -5172,6 +4625,9 @@
5172
4625
  "elementType": {
5173
4626
  "value": "bpmn:ServiceTask"
5174
4627
  },
4628
+ "engines": {
4629
+ "camunda": "^8.6"
4630
+ },
5175
4631
  "groups": [
5176
4632
  {
5177
4633
  "id": "operation",
@@ -5183,590 +4639,1096 @@
5183
4639
  },
5184
4640
  {
5185
4641
  "id": "configuration",
5186
- "label": "Configuration"
4642
+ "label": "Queue properties"
5187
4643
  },
5188
4644
  {
5189
4645
  "id": "input",
5190
4646
  "label": "Input"
5191
4647
  },
4648
+ {
4649
+ "id": "connector",
4650
+ "label": "Connector"
4651
+ },
5192
4652
  {
5193
4653
  "id": "output",
5194
- "label": "Output"
4654
+ "label": "Output mapping"
5195
4655
  },
5196
4656
  {
5197
- "id": "errors",
4657
+ "id": "error",
5198
4658
  "label": "Error handling"
4659
+ },
4660
+ {
4661
+ "id": "retries",
4662
+ "label": "Retries"
5199
4663
  }
5200
4664
  ],
5201
4665
  "properties": [
5202
4666
  {
5203
- "type": "Hidden",
5204
4667
  "value": "io.camunda:aws-dynamodb:1",
5205
4668
  "binding": {
5206
- "type": "zeebe:taskDefinition",
5207
- "property": "type"
5208
- }
4669
+ "property": "type",
4670
+ "type": "zeebe:taskDefinition"
4671
+ },
4672
+ "type": "Hidden"
5209
4673
  },
5210
4674
  {
5211
- "id": "operationGroup",
4675
+ "id": "input.operationGroup",
4676
+ "label": "Choose category",
5212
4677
  "group": "operation",
4678
+ "binding": {
4679
+ "name": "input.operationGroup",
4680
+ "type": "zeebe:input"
4681
+ },
4682
+ "type": "Dropdown",
4683
+ "choices": [
4684
+ {
4685
+ "name": "Table",
4686
+ "value": "tableOperation"
4687
+ },
4688
+ {
4689
+ "name": "Item",
4690
+ "value": "itemOperation"
4691
+ }
4692
+ ]
4693
+ },
4694
+ {
4695
+ "id": "input.tableOperation",
4696
+ "label": "Select action",
4697
+ "group": "operation",
4698
+ "binding": {
4699
+ "name": "input.tableOperation",
4700
+ "type": "zeebe:input"
4701
+ },
4702
+ "condition": {
4703
+ "property": "input.operationGroup",
4704
+ "equals": "tableOperation",
4705
+ "type": "simple"
4706
+ },
4707
+ "type": "Dropdown",
4708
+ "choices": [
4709
+ {
4710
+ "name": "Create table",
4711
+ "value": "createTable"
4712
+ },
4713
+ {
4714
+ "name": "Delete table",
4715
+ "value": "deleteTable"
4716
+ },
4717
+ {
4718
+ "name": "Describe table",
4719
+ "value": "describeTable"
4720
+ },
4721
+ {
4722
+ "name": "Scan table",
4723
+ "value": "scanTable"
4724
+ }
4725
+ ]
4726
+ },
4727
+ {
4728
+ "id": "input.itemOperation",
4729
+ "label": "Select action",
4730
+ "group": "operation",
4731
+ "binding": {
4732
+ "name": "input.itemOperation",
4733
+ "type": "zeebe:input"
4734
+ },
4735
+ "condition": {
4736
+ "property": "input.operationGroup",
4737
+ "equals": "itemOperation",
4738
+ "type": "simple"
4739
+ },
4740
+ "type": "Dropdown",
4741
+ "choices": [
4742
+ {
4743
+ "name": "Add item",
4744
+ "value": "addItem"
4745
+ },
4746
+ {
4747
+ "name": "Delete item",
4748
+ "value": "deleteItem"
4749
+ },
4750
+ {
4751
+ "name": "Get item",
4752
+ "value": "getItem"
4753
+ },
4754
+ {
4755
+ "name": "Update item",
4756
+ "value": "updateItem"
4757
+ }
4758
+ ]
4759
+ },
4760
+ {
4761
+ "id": "authentication.type",
4762
+ "label": "Authentication",
4763
+ "description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/#aws-authentication-types\" target=\"_blank\">documentation page</a>",
4764
+ "value": "credentials",
4765
+ "group": "authentication",
4766
+ "binding": {
4767
+ "name": "authentication.type",
4768
+ "type": "zeebe:input"
4769
+ },
4770
+ "type": "Dropdown",
4771
+ "choices": [
4772
+ {
4773
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
4774
+ "value": "defaultCredentialsChain"
4775
+ },
4776
+ {
4777
+ "name": "Credentials",
4778
+ "value": "credentials"
4779
+ }
4780
+ ]
4781
+ },
4782
+ {
4783
+ "id": "authentication.accessKey",
4784
+ "label": "Access key",
4785
+ "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
4786
+ "optional": false,
4787
+ "constraints": {
4788
+ "notEmpty": true
4789
+ },
4790
+ "feel": "optional",
4791
+ "group": "authentication",
4792
+ "binding": {
4793
+ "name": "authentication.accessKey",
4794
+ "type": "zeebe:input"
4795
+ },
4796
+ "condition": {
4797
+ "property": "authentication.type",
4798
+ "equals": "credentials",
4799
+ "type": "simple"
4800
+ },
4801
+ "type": "String"
4802
+ },
4803
+ {
4804
+ "id": "authentication.secretKey",
4805
+ "label": "Secret key",
4806
+ "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
4807
+ "optional": false,
4808
+ "constraints": {
4809
+ "notEmpty": true
4810
+ },
4811
+ "feel": "optional",
4812
+ "group": "authentication",
4813
+ "binding": {
4814
+ "name": "authentication.secretKey",
4815
+ "type": "zeebe:input"
4816
+ },
4817
+ "condition": {
4818
+ "property": "authentication.type",
4819
+ "equals": "credentials",
4820
+ "type": "simple"
4821
+ },
4822
+ "type": "String"
4823
+ },
4824
+ {
4825
+ "id": "configuration.region",
4826
+ "label": "Region",
4827
+ "description": "Specify the AWS region",
4828
+ "optional": false,
4829
+ "constraints": {
4830
+ "notEmpty": true
4831
+ },
4832
+ "feel": "optional",
4833
+ "group": "configuration",
4834
+ "binding": {
4835
+ "name": "configuration.region",
4836
+ "type": "zeebe:input"
4837
+ },
4838
+ "type": "String"
4839
+ },
4840
+ {
4841
+ "id": "configuration.endpoint",
4842
+ "label": "Endpoint",
4843
+ "description": "Specify endpoint if need to use custom endpoint",
4844
+ "optional": true,
4845
+ "group": "configuration",
4846
+ "binding": {
4847
+ "name": "configuration.endpoint",
4848
+ "type": "zeebe:input"
4849
+ },
4850
+ "type": "Hidden"
4851
+ },
4852
+ {
4853
+ "id": "input.createTable.tableName",
4854
+ "label": "Table name",
4855
+ "description": "Name of DynamoDB table",
4856
+ "optional": false,
4857
+ "constraints": {
4858
+ "notEmpty": true
4859
+ },
4860
+ "feel": "optional",
4861
+ "group": "input",
4862
+ "binding": {
4863
+ "name": "input.tableName",
4864
+ "type": "zeebe:input"
4865
+ },
4866
+ "condition": {
4867
+ "allMatch": [
4868
+ {
4869
+ "property": "input.tableOperation",
4870
+ "equals": "createTable",
4871
+ "type": "simple"
4872
+ },
4873
+ {
4874
+ "property": "input.operationGroup",
4875
+ "equals": "tableOperation",
4876
+ "type": "simple"
4877
+ }
4878
+ ]
4879
+ },
4880
+ "type": "String"
4881
+ },
4882
+ {
4883
+ "id": "input.partitionKey",
4884
+ "label": "Partition key",
4885
+ "description": "Partition key role. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
4886
+ "optional": false,
4887
+ "constraints": {
4888
+ "notEmpty": true
4889
+ },
4890
+ "feel": "optional",
4891
+ "group": "input",
4892
+ "binding": {
4893
+ "name": "input.partitionKey",
4894
+ "type": "zeebe:input"
4895
+ },
4896
+ "condition": {
4897
+ "allMatch": [
4898
+ {
4899
+ "property": "input.tableOperation",
4900
+ "equals": "createTable",
4901
+ "type": "simple"
4902
+ },
4903
+ {
4904
+ "property": "input.operationGroup",
4905
+ "equals": "tableOperation",
4906
+ "type": "simple"
4907
+ }
4908
+ ]
4909
+ },
4910
+ "type": "String"
4911
+ },
4912
+ {
4913
+ "id": "input.partitionKeyRole",
4914
+ "label": "Partition key role",
4915
+ "description": "The role that this key attribute will assume. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
4916
+ "optional": false,
4917
+ "constraints": {
4918
+ "notEmpty": true
4919
+ },
4920
+ "group": "input",
4921
+ "binding": {
4922
+ "name": "input.partitionKeyRole",
4923
+ "type": "zeebe:input"
4924
+ },
4925
+ "condition": {
4926
+ "allMatch": [
4927
+ {
4928
+ "property": "input.tableOperation",
4929
+ "equals": "createTable",
4930
+ "type": "simple"
4931
+ },
4932
+ {
4933
+ "property": "input.operationGroup",
4934
+ "equals": "tableOperation",
4935
+ "type": "simple"
4936
+ }
4937
+ ]
4938
+ },
4939
+ "type": "Dropdown",
4940
+ "choices": [
4941
+ {
4942
+ "name": "HASH",
4943
+ "value": "HASH"
4944
+ },
4945
+ {
4946
+ "name": "RANGE",
4947
+ "value": "RANGE"
4948
+ }
4949
+ ]
4950
+ },
4951
+ {
4952
+ "id": "input.partitionKeyType",
4953
+ "label": "Partition key attribute data type",
4954
+ "description": "Represents the data for an attribute",
4955
+ "optional": false,
4956
+ "constraints": {
4957
+ "notEmpty": true
4958
+ },
4959
+ "group": "input",
4960
+ "binding": {
4961
+ "name": "input.partitionKeyType",
4962
+ "type": "zeebe:input"
4963
+ },
4964
+ "condition": {
4965
+ "allMatch": [
4966
+ {
4967
+ "property": "input.tableOperation",
4968
+ "equals": "createTable",
4969
+ "type": "simple"
4970
+ },
4971
+ {
4972
+ "property": "input.operationGroup",
4973
+ "equals": "tableOperation",
4974
+ "type": "simple"
4975
+ }
4976
+ ]
4977
+ },
4978
+ "type": "Dropdown",
4979
+ "choices": [
4980
+ {
4981
+ "name": "Binary",
4982
+ "value": "B"
4983
+ },
4984
+ {
4985
+ "name": "Number",
4986
+ "value": "N"
4987
+ },
4988
+ {
4989
+ "name": "String",
4990
+ "value": "S"
4991
+ }
4992
+ ]
4993
+ },
4994
+ {
4995
+ "id": "input.sortKey",
4996
+ "label": "Sort key",
4997
+ "description": "Sort key. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
4998
+ "optional": true,
4999
+ "feel": "optional",
5000
+ "group": "input",
5001
+ "binding": {
5002
+ "name": "input.sortKey",
5003
+ "type": "zeebe:input"
5004
+ },
5005
+ "condition": {
5006
+ "allMatch": [
5007
+ {
5008
+ "property": "input.tableOperation",
5009
+ "equals": "createTable",
5010
+ "type": "simple"
5011
+ },
5012
+ {
5013
+ "property": "input.operationGroup",
5014
+ "equals": "tableOperation",
5015
+ "type": "simple"
5016
+ }
5017
+ ]
5018
+ },
5019
+ "type": "String"
5020
+ },
5021
+ {
5022
+ "id": "input.sortKeyRole",
5023
+ "label": "Sort key role",
5024
+ "description": "The role that this key attribute will assume",
5025
+ "optional": true,
5026
+ "group": "input",
5027
+ "binding": {
5028
+ "name": "input.sortKeyRole",
5029
+ "type": "zeebe:input"
5030
+ },
5031
+ "condition": {
5032
+ "allMatch": [
5033
+ {
5034
+ "property": "input.tableOperation",
5035
+ "equals": "createTable",
5036
+ "type": "simple"
5037
+ },
5038
+ {
5039
+ "property": "input.operationGroup",
5040
+ "equals": "tableOperation",
5041
+ "type": "simple"
5042
+ }
5043
+ ]
5044
+ },
5213
5045
  "type": "Dropdown",
5214
5046
  "choices": [
5215
5047
  {
5216
- "name": "Table",
5217
- "value": "table"
5048
+ "name": "HASH",
5049
+ "value": "HASH"
5218
5050
  },
5219
5051
  {
5220
- "name": "Item",
5221
- "value": "item"
5052
+ "name": "RANGE",
5053
+ "value": "RANGE"
5222
5054
  }
5223
- ],
5224
- "binding": {
5225
- "type": "zeebe:input",
5226
- "name": "operationGroup"
5227
- }
5055
+ ]
5228
5056
  },
5229
5057
  {
5230
- "id": "tableOperationType",
5231
- "group": "operation",
5232
- "type": "Dropdown",
5233
- "choices": [
5234
- {
5235
- "name": "Create table",
5236
- "value": "createTable"
5237
- },
5238
- {
5239
- "name": "Delete table",
5240
- "value": "deleteTable"
5241
- },
5242
- {
5243
- "name": "Describe table",
5244
- "value": "describeTable"
5245
- },
5246
- {
5247
- "name": "Scan table",
5248
- "value": "scanTable"
5249
- }
5250
- ],
5058
+ "id": "input.sortKeyType",
5059
+ "label": "Sort key attribute data type",
5060
+ "description": "Represents the data for an attribute",
5061
+ "optional": true,
5062
+ "group": "input",
5251
5063
  "binding": {
5252
- "type": "zeebe:input",
5253
- "name": "input.type"
5064
+ "name": "input.sortKeyType",
5065
+ "type": "zeebe:input"
5254
5066
  },
5255
5067
  "condition": {
5256
- "property": "operationGroup",
5257
- "equals": "table"
5258
- }
5259
- },
5260
- {
5261
- "id": "itemOperationType",
5262
- "group": "operation",
5068
+ "allMatch": [
5069
+ {
5070
+ "property": "input.tableOperation",
5071
+ "equals": "createTable",
5072
+ "type": "simple"
5073
+ },
5074
+ {
5075
+ "property": "input.operationGroup",
5076
+ "equals": "tableOperation",
5077
+ "type": "simple"
5078
+ }
5079
+ ]
5080
+ },
5263
5081
  "type": "Dropdown",
5264
5082
  "choices": [
5265
5083
  {
5266
- "name": "Add item",
5267
- "value": "addItem"
5268
- },
5269
- {
5270
- "name": "Delete item",
5271
- "value": "deleteItem"
5084
+ "name": "Binary",
5085
+ "value": "B"
5272
5086
  },
5273
5087
  {
5274
- "name": "Get item",
5275
- "value": "getItem"
5088
+ "name": "Number",
5089
+ "value": "N"
5276
5090
  },
5277
5091
  {
5278
- "name": "Update item",
5279
- "value": "updateItem"
5092
+ "name": "String",
5093
+ "value": "S"
5280
5094
  }
5281
- ],
5282
- "binding": {
5283
- "type": "zeebe:input",
5284
- "name": "input.type"
5285
- },
5286
- "condition": {
5287
- "property": "operationGroup",
5288
- "equals": "item"
5289
- }
5095
+ ]
5290
5096
  },
5291
5097
  {
5292
- "label": "Access key",
5293
- "description": "Provide an access key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
5294
- "group": "authentication",
5295
- "type": "String",
5296
- "feel": "optional",
5098
+ "id": "input.readCapacityUnits",
5099
+ "label": "Read capacity units",
5100
+ "description": "Total number of read capacity units. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
5297
5101
  "optional": false,
5298
- "binding": {
5299
- "type": "zeebe:input",
5300
- "name": "authentication.accessKey"
5301
- },
5302
5102
  "constraints": {
5303
5103
  "notEmpty": true
5304
- }
5305
- },
5306
- {
5307
- "label": "Secret key",
5308
- "description": "Provide a secret key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
5309
- "group": "authentication",
5310
- "type": "String",
5311
- "feel": "optional",
5312
- "optional": false,
5104
+ },
5105
+ "feel": "static",
5106
+ "group": "input",
5313
5107
  "binding": {
5314
- "type": "zeebe:input",
5315
- "name": "authentication.secretKey"
5108
+ "name": "input.readCapacityUnits",
5109
+ "type": "zeebe:input"
5316
5110
  },
5317
- "constraints": {
5318
- "notEmpty": true
5319
- }
5111
+ "condition": {
5112
+ "allMatch": [
5113
+ {
5114
+ "property": "input.tableOperation",
5115
+ "equals": "createTable",
5116
+ "type": "simple"
5117
+ },
5118
+ {
5119
+ "property": "input.operationGroup",
5120
+ "equals": "tableOperation",
5121
+ "type": "simple"
5122
+ }
5123
+ ]
5124
+ },
5125
+ "type": "Number"
5320
5126
  },
5321
5127
  {
5322
- "label": "Region",
5323
- "description": "Specify the AWS region",
5324
- "group": "configuration",
5325
- "type": "String",
5326
- "feel": "optional",
5128
+ "id": "input.writeCapacityUnits",
5129
+ "label": "Write capacity units",
5130
+ "description": "Total number of write capacity units. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
5327
5131
  "optional": false,
5328
- "binding": {
5329
- "type": "zeebe:input",
5330
- "name": "configuration.region"
5331
- },
5332
5132
  "constraints": {
5333
5133
  "notEmpty": true
5334
- }
5335
- },
5336
- {
5337
- "label": "Table name",
5338
- "description": "Name of DynamoDB table",
5134
+ },
5135
+ "feel": "static",
5339
5136
  "group": "input",
5340
- "type": "String",
5341
- "feel": "optional",
5342
- "optional": false,
5343
5137
  "binding": {
5344
- "type": "zeebe:input",
5345
- "name": "input.tableName"
5346
- },
5347
- "constraints": {
5348
- "notEmpty": true
5138
+ "name": "input.writeCapacityUnits",
5139
+ "type": "zeebe:input"
5349
5140
  },
5350
5141
  "condition": {
5351
- "property": "tableOperationType",
5352
- "oneOf": ["createTable", "deleteTable", "describeTable", "scanTable"]
5353
- }
5142
+ "allMatch": [
5143
+ {
5144
+ "property": "input.tableOperation",
5145
+ "equals": "createTable",
5146
+ "type": "simple"
5147
+ },
5148
+ {
5149
+ "property": "input.operationGroup",
5150
+ "equals": "tableOperation",
5151
+ "type": "simple"
5152
+ }
5153
+ ]
5154
+ },
5155
+ "type": "Number"
5354
5156
  },
5355
5157
  {
5356
- "label": "Table name",
5357
- "description": "Name of DynamoDB table",
5358
- "group": "input",
5359
- "type": "String",
5360
- "feel": "optional",
5158
+ "id": "input.billingModeStr",
5159
+ "label": "Billing mode",
5160
+ "description": "Controls how you are charged for read and write throughput. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
5361
5161
  "optional": false,
5362
- "binding": {
5363
- "type": "zeebe:input",
5364
- "name": "input.tableName"
5365
- },
5366
5162
  "constraints": {
5367
5163
  "notEmpty": true
5368
5164
  },
5165
+ "group": "input",
5166
+ "binding": {
5167
+ "name": "input.billingModeStr",
5168
+ "type": "zeebe:input"
5169
+ },
5369
5170
  "condition": {
5370
- "property": "itemOperationType",
5371
- "oneOf": ["addItem", "deleteItem", "getItem", "updateItem"]
5372
- }
5171
+ "allMatch": [
5172
+ {
5173
+ "property": "input.tableOperation",
5174
+ "equals": "createTable",
5175
+ "type": "simple"
5176
+ },
5177
+ {
5178
+ "property": "input.operationGroup",
5179
+ "equals": "tableOperation",
5180
+ "type": "simple"
5181
+ }
5182
+ ]
5183
+ },
5184
+ "type": "Dropdown",
5185
+ "choices": [
5186
+ {
5187
+ "name": "PROVISIONED",
5188
+ "value": "PROVISIONED"
5189
+ },
5190
+ {
5191
+ "name": "PAY_PER_REQUEST",
5192
+ "value": "PAY_PER_REQUEST"
5193
+ }
5194
+ ]
5373
5195
  },
5374
5196
  {
5375
- "label": "Partition key",
5376
- "description": "Partition key. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
5197
+ "id": "input.deletionProtection",
5198
+ "label": "Deletion protection",
5199
+ "description": "Prevents accidental table deletion",
5200
+ "optional": false,
5201
+ "value": "false",
5202
+ "constraints": {
5203
+ "notEmpty": true
5204
+ },
5377
5205
  "group": "input",
5378
- "type": "String",
5379
- "feel": "optional",
5380
5206
  "binding": {
5381
- "type": "zeebe:input",
5382
- "name": "input.partitionKey"
5207
+ "name": "input.deletionProtection",
5208
+ "type": "zeebe:input"
5383
5209
  },
5384
- "constraints": {
5385
- "notEmpty": true
5210
+ "condition": {
5211
+ "allMatch": [
5212
+ {
5213
+ "property": "input.tableOperation",
5214
+ "equals": "createTable",
5215
+ "type": "simple"
5216
+ },
5217
+ {
5218
+ "property": "input.operationGroup",
5219
+ "equals": "tableOperation",
5220
+ "type": "simple"
5221
+ }
5222
+ ]
5386
5223
  },
5387
- "condition": {
5388
- "property": "tableOperationType",
5389
- "equals": "createTable"
5390
- }
5391
- },
5392
- {
5393
- "label": "Partition key role",
5394
- "description": "The role that this key attribute will assume. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
5395
- "group": "input",
5396
5224
  "type": "Dropdown",
5397
- "optional": false,
5398
5225
  "choices": [
5399
5226
  {
5400
- "name": "HASH",
5401
- "value": "HASH"
5227
+ "name": "True",
5228
+ "value": "true"
5402
5229
  },
5403
5230
  {
5404
- "name": "RANGE",
5405
- "value": "RANGE"
5231
+ "name": "False",
5232
+ "value": "false"
5406
5233
  }
5407
- ],
5408
- "binding": {
5409
- "type": "zeebe:input",
5410
- "name": "input.partitionKeyRole"
5411
- },
5234
+ ]
5235
+ },
5236
+ {
5237
+ "id": "input.deleteTable.tableName",
5238
+ "label": "Table name",
5239
+ "description": "Name of DynamoDB table",
5240
+ "optional": false,
5412
5241
  "constraints": {
5413
5242
  "notEmpty": true
5414
5243
  },
5244
+ "feel": "optional",
5245
+ "group": "input",
5246
+ "binding": {
5247
+ "name": "input.tableName",
5248
+ "type": "zeebe:input"
5249
+ },
5415
5250
  "condition": {
5416
- "property": "tableOperationType",
5417
- "equals": "createTable"
5418
- }
5251
+ "allMatch": [
5252
+ {
5253
+ "property": "input.tableOperation",
5254
+ "equals": "deleteTable",
5255
+ "type": "simple"
5256
+ },
5257
+ {
5258
+ "property": "input.operationGroup",
5259
+ "equals": "tableOperation",
5260
+ "type": "simple"
5261
+ }
5262
+ ]
5263
+ },
5264
+ "type": "String"
5419
5265
  },
5420
5266
  {
5421
- "label": "Partition key attribute data type",
5422
- "description": "Represents the data for an attribute",
5423
- "group": "input",
5424
- "type": "Dropdown",
5267
+ "id": "input.describeTable.tableName",
5268
+ "label": "Table name",
5269
+ "description": "Name of DynamoDB table",
5425
5270
  "optional": false,
5426
- "choices": [
5427
- {
5428
- "name": "Binary",
5429
- "value": "B"
5430
- },
5431
- {
5432
- "name": "Number",
5433
- "value": "N"
5434
- },
5435
- {
5436
- "name": "String",
5437
- "value": "S"
5438
- }
5439
- ],
5440
- "binding": {
5441
- "type": "zeebe:input",
5442
- "name": "input.partitionKeyType"
5443
- },
5444
5271
  "constraints": {
5445
5272
  "notEmpty": true
5446
5273
  },
5274
+ "feel": "optional",
5275
+ "group": "input",
5276
+ "binding": {
5277
+ "name": "input.tableName",
5278
+ "type": "zeebe:input"
5279
+ },
5447
5280
  "condition": {
5448
- "property": "tableOperationType",
5449
- "equals": "createTable"
5450
- }
5281
+ "allMatch": [
5282
+ {
5283
+ "property": "input.tableOperation",
5284
+ "equals": "describeTable",
5285
+ "type": "simple"
5286
+ },
5287
+ {
5288
+ "property": "input.operationGroup",
5289
+ "equals": "tableOperation",
5290
+ "type": "simple"
5291
+ }
5292
+ ]
5293
+ },
5294
+ "type": "String"
5451
5295
  },
5452
5296
  {
5453
- "label": "Sort key",
5454
- "description": "Sort key. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
5455
- "group": "input",
5456
- "type": "String",
5297
+ "id": "input.scanTable.tableName",
5298
+ "label": "Table name",
5299
+ "description": "Name of DynamoDB table",
5300
+ "optional": false,
5301
+ "constraints": {
5302
+ "notEmpty": true
5303
+ },
5457
5304
  "feel": "optional",
5458
- "optional": true,
5305
+ "group": "input",
5459
5306
  "binding": {
5460
- "type": "zeebe:input",
5461
- "name": "input.sortKey"
5462
- },
5463
- "constraints": {
5464
- "notEmpty": false
5307
+ "name": "input.tableName",
5308
+ "type": "zeebe:input"
5465
5309
  },
5466
5310
  "condition": {
5467
- "property": "tableOperationType",
5468
- "equals": "createTable"
5469
- }
5311
+ "allMatch": [
5312
+ {
5313
+ "property": "input.tableOperation",
5314
+ "equals": "scanTable",
5315
+ "type": "simple"
5316
+ },
5317
+ {
5318
+ "property": "input.operationGroup",
5319
+ "equals": "tableOperation",
5320
+ "type": "simple"
5321
+ }
5322
+ ]
5323
+ },
5324
+ "type": "String"
5470
5325
  },
5471
5326
  {
5472
- "label": "Sort key role",
5473
- "description": "The role that this key attribute will assume",
5474
- "group": "input",
5475
- "type": "Dropdown",
5327
+ "id": "input.filterExpression",
5328
+ "label": "Filter expression",
5329
+ "description": "Filter expressions for scan. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
5476
5330
  "optional": true,
5477
- "choices": [
5478
- {
5479
- "name": "HASH",
5480
- "value": "HASH"
5481
- },
5482
- {
5483
- "name": "RANGE",
5484
- "value": "RANGE"
5485
- }
5486
- ],
5331
+ "feel": "optional",
5332
+ "group": "input",
5487
5333
  "binding": {
5488
- "type": "zeebe:input",
5489
- "name": "input.sortKeyRole"
5490
- },
5491
- "constraints": {
5492
- "notEmpty": false
5334
+ "name": "input.filterExpression",
5335
+ "type": "zeebe:input"
5493
5336
  },
5494
5337
  "condition": {
5495
- "property": "tableOperationType",
5496
- "equals": "createTable"
5497
- }
5338
+ "allMatch": [
5339
+ {
5340
+ "property": "input.tableOperation",
5341
+ "equals": "scanTable",
5342
+ "type": "simple"
5343
+ },
5344
+ {
5345
+ "property": "input.operationGroup",
5346
+ "equals": "tableOperation",
5347
+ "type": "simple"
5348
+ }
5349
+ ]
5350
+ },
5351
+ "type": "String"
5498
5352
  },
5499
5353
  {
5500
- "label": "Sort key attribute data type",
5501
- "description": "Represents the data for an attribute",
5502
- "group": "input",
5503
- "type": "Dropdown",
5354
+ "id": "input.projectionExpression",
5355
+ "label": "Projection expression",
5356
+ "description": "Is a string that identifies the attributes that you want. For multiple attributes, the names must be comma-separated",
5504
5357
  "optional": true,
5505
- "choices": [
5506
- {
5507
- "name": "Binary",
5508
- "value": "B"
5509
- },
5510
- {
5511
- "name": "Number",
5512
- "value": "N"
5513
- },
5514
- {
5515
- "name": "String",
5516
- "value": "S"
5517
- }
5518
- ],
5358
+ "feel": "optional",
5359
+ "group": "input",
5519
5360
  "binding": {
5520
- "type": "zeebe:input",
5521
- "name": "input.sortKeyType"
5522
- },
5523
- "constraints": {
5524
- "notEmpty": false
5361
+ "name": "input.projectionExpression",
5362
+ "type": "zeebe:input"
5525
5363
  },
5526
5364
  "condition": {
5527
- "property": "tableOperationType",
5528
- "equals": "createTable"
5529
- }
5365
+ "allMatch": [
5366
+ {
5367
+ "property": "input.tableOperation",
5368
+ "equals": "scanTable",
5369
+ "type": "simple"
5370
+ },
5371
+ {
5372
+ "property": "input.operationGroup",
5373
+ "equals": "tableOperation",
5374
+ "type": "simple"
5375
+ }
5376
+ ]
5377
+ },
5378
+ "type": "String"
5530
5379
  },
5531
5380
  {
5532
- "label": "Read capacity units",
5533
- "description": "Total number of read capacity units. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
5534
- "group": "input",
5535
- "type": "String",
5536
- "feel": "optional",
5381
+ "id": "input.expressionAttributeNames",
5382
+ "label": "Expression attribute names",
5383
+ "description": "Is a placeholder that you use as an alternative to an actual attribute name. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
5537
5384
  "optional": true,
5385
+ "feel": "required",
5386
+ "group": "input",
5538
5387
  "binding": {
5539
- "type": "zeebe:input",
5540
- "name": "input.readCapacityUnits"
5388
+ "name": "input.expressionAttributeNames",
5389
+ "type": "zeebe:input"
5541
5390
  },
5542
- "constraints": {
5543
- "notEmpty": false,
5544
- "pattern": {
5545
- "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
5546
- "message": "Must be a number"
5547
- }
5391
+ "condition": {
5392
+ "allMatch": [
5393
+ {
5394
+ "property": "input.tableOperation",
5395
+ "equals": "scanTable",
5396
+ "type": "simple"
5397
+ },
5398
+ {
5399
+ "property": "input.operationGroup",
5400
+ "equals": "tableOperation",
5401
+ "type": "simple"
5402
+ }
5403
+ ]
5548
5404
  },
5549
- "condition": {
5550
- "property": "tableOperationType",
5551
- "equals": "createTable"
5552
- }
5405
+ "type": "String"
5553
5406
  },
5554
5407
  {
5555
- "label": "Write capacity units",
5556
- "description": "Total number of write capacity units. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
5557
- "group": "input",
5558
- "type": "String",
5559
- "feel": "optional",
5408
+ "id": "input.expressionAttributeValues",
5409
+ "label": "Expression attribute values",
5410
+ "description": "Expression attribute values. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
5560
5411
  "optional": true,
5412
+ "feel": "required",
5413
+ "group": "input",
5561
5414
  "binding": {
5562
- "type": "zeebe:input",
5563
- "name": "input.writeCapacityUnits"
5564
- },
5565
- "constraints": {
5566
- "notEmpty": false,
5567
- "pattern": {
5568
- "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
5569
- "message": "Must be a number"
5570
- }
5415
+ "name": "input.expressionAttributeValues",
5416
+ "type": "zeebe:input"
5571
5417
  },
5572
5418
  "condition": {
5573
- "property": "tableOperationType",
5574
- "equals": "createTable"
5575
- }
5419
+ "allMatch": [
5420
+ {
5421
+ "property": "input.tableOperation",
5422
+ "equals": "scanTable",
5423
+ "type": "simple"
5424
+ },
5425
+ {
5426
+ "property": "input.operationGroup",
5427
+ "equals": "tableOperation",
5428
+ "type": "simple"
5429
+ }
5430
+ ]
5431
+ },
5432
+ "type": "String"
5576
5433
  },
5577
5434
  {
5578
- "label": "Billing mode",
5579
- "description": "Controls how you are charged for read and write throughput. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
5435
+ "id": "input.addItem.tableName",
5436
+ "label": "Table name",
5437
+ "description": "Name of DynamoDB table",
5438
+ "optional": false,
5439
+ "constraints": {
5440
+ "notEmpty": true
5441
+ },
5442
+ "feel": "optional",
5580
5443
  "group": "input",
5581
- "type": "Dropdown",
5582
- "optional": true,
5583
- "choices": [
5584
- {
5585
- "name": "PROVISIONED",
5586
- "value": "PROVISIONED"
5587
- },
5588
- {
5589
- "name": "PAY_PER_REQUEST",
5590
- "value": "PAY_PER_REQUEST"
5591
- }
5592
- ],
5593
5444
  "binding": {
5594
- "type": "zeebe:input",
5595
- "name": "input.billingModeStr"
5596
- },
5597
- "constraints": {
5598
- "notEmpty": false
5445
+ "name": "input.tableName",
5446
+ "type": "zeebe:input"
5599
5447
  },
5600
5448
  "condition": {
5601
- "property": "tableOperationType",
5602
- "equals": "createTable"
5603
- }
5449
+ "allMatch": [
5450
+ {
5451
+ "property": "input.itemOperation",
5452
+ "equals": "addItem",
5453
+ "type": "simple"
5454
+ },
5455
+ {
5456
+ "property": "input.operationGroup",
5457
+ "equals": "itemOperation",
5458
+ "type": "simple"
5459
+ }
5460
+ ]
5461
+ },
5462
+ "type": "String"
5604
5463
  },
5605
5464
  {
5606
- "label": "Deletion protection",
5607
- "description": "Prevents accidental table deletion",
5608
- "group": "input",
5609
- "type": "Dropdown",
5610
- "value": false,
5465
+ "id": "input.item",
5466
+ "label": "Item",
5467
+ "description": "DynamoDB item (group of attributes)",
5611
5468
  "optional": false,
5612
- "choices": [
5613
- {
5614
- "name": "True",
5615
- "value": "true"
5616
- },
5617
- {
5618
- "name": "False",
5619
- "value": "false"
5620
- }
5621
- ],
5622
- "binding": {
5623
- "type": "zeebe:input",
5624
- "name": "input.deletionProtection"
5625
- },
5626
5469
  "constraints": {
5627
5470
  "notEmpty": true
5628
5471
  },
5629
- "condition": {
5630
- "property": "tableOperationType",
5631
- "equals": "createTable"
5632
- }
5633
- },
5634
- {
5635
- "label": "Filter expression",
5636
- "description": "Filter expressions for scan. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
5472
+ "feel": "required",
5637
5473
  "group": "input",
5638
- "type": "String",
5639
- "feel": "optional",
5640
- "optional": true,
5641
5474
  "binding": {
5642
- "type": "zeebe:input",
5643
- "name": "input.filterExpression"
5644
- },
5645
- "constraints": {
5646
- "notEmpty": false
5475
+ "name": "input.item",
5476
+ "type": "zeebe:input"
5647
5477
  },
5648
5478
  "condition": {
5649
- "property": "tableOperationType",
5650
- "oneOf": ["scanTable"]
5651
- }
5479
+ "allMatch": [
5480
+ {
5481
+ "property": "input.itemOperation",
5482
+ "equals": "addItem",
5483
+ "type": "simple"
5484
+ },
5485
+ {
5486
+ "property": "input.operationGroup",
5487
+ "equals": "itemOperation",
5488
+ "type": "simple"
5489
+ }
5490
+ ]
5491
+ },
5492
+ "type": "String"
5652
5493
  },
5653
5494
  {
5654
- "label": "Projection expression",
5655
- "description": "Is a string that identifies the attributes that you want. For multiple attributes, the names must be comma-separated",
5656
- "group": "input",
5657
- "type": "String",
5495
+ "id": "input.deleteItem.tableName",
5496
+ "label": "Table name",
5497
+ "description": "Name of DynamoDB table",
5498
+ "optional": false,
5499
+ "constraints": {
5500
+ "notEmpty": true
5501
+ },
5658
5502
  "feel": "optional",
5659
- "optional": true,
5503
+ "group": "input",
5660
5504
  "binding": {
5661
- "type": "zeebe:input",
5662
- "name": "input.projectionExpression"
5663
- },
5664
- "constraints": {
5665
- "notEmpty": false
5505
+ "name": "input.tableName",
5506
+ "type": "zeebe:input"
5666
5507
  },
5667
5508
  "condition": {
5668
- "property": "tableOperationType",
5669
- "oneOf": ["scanTable"]
5670
- }
5509
+ "allMatch": [
5510
+ {
5511
+ "property": "input.itemOperation",
5512
+ "equals": "deleteItem",
5513
+ "type": "simple"
5514
+ },
5515
+ {
5516
+ "property": "input.operationGroup",
5517
+ "equals": "itemOperation",
5518
+ "type": "simple"
5519
+ }
5520
+ ]
5521
+ },
5522
+ "type": "String"
5671
5523
  },
5672
5524
  {
5673
- "label": "Expression attribute names",
5674
- "description": " Is a placeholder that you use as an alternative to an actual attribute name. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
5675
- "group": "input",
5676
- "type": "String",
5525
+ "id": "input.deleteItem.primaryKeyComponents",
5526
+ "label": "Primary key components",
5527
+ "description": "Simple or composite primary key",
5528
+ "optional": false,
5529
+ "constraints": {
5530
+ "notEmpty": true
5531
+ },
5677
5532
  "feel": "required",
5678
- "optional": true,
5533
+ "group": "input",
5679
5534
  "binding": {
5680
- "type": "zeebe:input",
5681
- "name": "input.expressionAttributeNames"
5682
- },
5683
- "constraints": {
5684
- "notEmpty": false
5535
+ "name": "input.primaryKeyComponents",
5536
+ "type": "zeebe:input"
5685
5537
  },
5686
5538
  "condition": {
5687
- "property": "tableOperationType",
5688
- "oneOf": ["scanTable"]
5689
- }
5539
+ "allMatch": [
5540
+ {
5541
+ "property": "input.itemOperation",
5542
+ "equals": "deleteItem",
5543
+ "type": "simple"
5544
+ },
5545
+ {
5546
+ "property": "input.operationGroup",
5547
+ "equals": "itemOperation",
5548
+ "type": "simple"
5549
+ }
5550
+ ]
5551
+ },
5552
+ "type": "String"
5690
5553
  },
5691
5554
  {
5692
- "label": "Expression attribute values",
5693
- "description": "Expression attribute values. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
5555
+ "id": "input.getItem.tableName",
5556
+ "label": "Table name",
5557
+ "description": "Name of DynamoDB table",
5558
+ "optional": false,
5559
+ "constraints": {
5560
+ "notEmpty": true
5561
+ },
5562
+ "feel": "optional",
5694
5563
  "group": "input",
5695
- "type": "String",
5696
- "feel": "required",
5697
- "optional": true,
5698
5564
  "binding": {
5699
- "type": "zeebe:input",
5700
- "name": "input.expressionAttributeValues"
5565
+ "name": "input.tableName",
5566
+ "type": "zeebe:input"
5701
5567
  },
5702
- "constraints": {
5703
- "notEmpty": false
5568
+ "condition": {
5569
+ "allMatch": [
5570
+ {
5571
+ "property": "input.itemOperation",
5572
+ "equals": "getItem",
5573
+ "type": "simple"
5574
+ },
5575
+ {
5576
+ "property": "input.operationGroup",
5577
+ "equals": "itemOperation",
5578
+ "type": "simple"
5579
+ }
5580
+ ]
5704
5581
  },
5705
- "condition": {
5706
- "property": "tableOperationType",
5707
- "oneOf": ["scanTable"]
5708
- }
5582
+ "type": "String"
5709
5583
  },
5710
5584
  {
5711
- "label": "Item",
5712
- "description": "DynamoDB item (group of attributes)",
5713
- "group": "input",
5714
- "type": "String",
5585
+ "id": "input.getItem.primaryKeyComponents",
5586
+ "label": "Primary key components",
5587
+ "description": "Simple or composite primary key",
5588
+ "optional": false,
5589
+ "constraints": {
5590
+ "notEmpty": true
5591
+ },
5715
5592
  "feel": "required",
5593
+ "group": "input",
5716
5594
  "binding": {
5717
- "type": "zeebe:input",
5718
- "name": "input.item"
5595
+ "name": "input.primaryKeyComponents",
5596
+ "type": "zeebe:input"
5597
+ },
5598
+ "condition": {
5599
+ "allMatch": [
5600
+ {
5601
+ "property": "input.itemOperation",
5602
+ "equals": "getItem",
5603
+ "type": "simple"
5604
+ },
5605
+ {
5606
+ "property": "input.operationGroup",
5607
+ "equals": "itemOperation",
5608
+ "type": "simple"
5609
+ }
5610
+ ]
5719
5611
  },
5612
+ "type": "String"
5613
+ },
5614
+ {
5615
+ "id": "input.updateTable.tableName",
5616
+ "label": "Table name",
5617
+ "description": "Name of DynamoDB table",
5618
+ "optional": false,
5720
5619
  "constraints": {
5721
5620
  "notEmpty": true
5722
5621
  },
5622
+ "feel": "optional",
5623
+ "group": "input",
5624
+ "binding": {
5625
+ "name": "input.tableName",
5626
+ "type": "zeebe:input"
5627
+ },
5723
5628
  "condition": {
5724
- "property": "itemOperationType",
5725
- "oneOf": ["addItem"]
5726
- }
5629
+ "allMatch": [
5630
+ {
5631
+ "property": "input.itemOperation",
5632
+ "equals": "updateItem",
5633
+ "type": "simple"
5634
+ },
5635
+ {
5636
+ "property": "input.operationGroup",
5637
+ "equals": "itemOperation",
5638
+ "type": "simple"
5639
+ }
5640
+ ]
5641
+ },
5642
+ "type": "String"
5727
5643
  },
5728
5644
  {
5645
+ "id": "input.updateItem.primaryKeyComponents",
5729
5646
  "label": "Primary key components",
5730
5647
  "description": "Simple or composite primary key",
5731
- "group": "input",
5732
- "type": "String",
5733
- "feel": "required",
5734
- "binding": {
5735
- "type": "zeebe:input",
5736
- "name": "input.primaryKeyComponents"
5737
- },
5648
+ "optional": false,
5738
5649
  "constraints": {
5739
5650
  "notEmpty": true
5740
5651
  },
5652
+ "feel": "required",
5653
+ "group": "input",
5654
+ "binding": {
5655
+ "name": "input.primaryKeyComponents",
5656
+ "type": "zeebe:input"
5657
+ },
5741
5658
  "condition": {
5742
- "property": "itemOperationType",
5743
- "oneOf": ["updateItem", "deleteItem", "getItem"]
5744
- }
5659
+ "allMatch": [
5660
+ {
5661
+ "property": "input.itemOperation",
5662
+ "equals": "updateItem",
5663
+ "type": "simple"
5664
+ },
5665
+ {
5666
+ "property": "input.operationGroup",
5667
+ "equals": "itemOperation",
5668
+ "type": "simple"
5669
+ }
5670
+ ]
5671
+ },
5672
+ "type": "String"
5745
5673
  },
5746
5674
  {
5675
+ "id": "input.keyAttributes",
5747
5676
  "label": "Key attributes",
5748
- "description": "DynamoDB key attributes. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
5749
- "group": "input",
5750
- "type": "String",
5751
- "feel": "required",
5752
- "binding": {
5753
- "type": "zeebe:input",
5754
- "name": "input.keyAttributes"
5755
- },
5677
+ "description": "DynamoDB key attributes. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
5678
+ "optional": false,
5756
5679
  "constraints": {
5757
5680
  "notEmpty": true
5758
5681
  },
5682
+ "feel": "required",
5683
+ "group": "input",
5684
+ "binding": {
5685
+ "name": "input.keyAttributes",
5686
+ "type": "zeebe:input"
5687
+ },
5759
5688
  "condition": {
5760
- "property": "itemOperationType",
5761
- "oneOf": ["updateItem"]
5762
- }
5689
+ "allMatch": [
5690
+ {
5691
+ "property": "input.itemOperation",
5692
+ "equals": "updateItem",
5693
+ "type": "simple"
5694
+ },
5695
+ {
5696
+ "property": "input.operationGroup",
5697
+ "equals": "itemOperation",
5698
+ "type": "simple"
5699
+ }
5700
+ ]
5701
+ },
5702
+ "type": "String"
5763
5703
  },
5764
5704
  {
5705
+ "id": "input.attributeAction",
5765
5706
  "label": "Attribute action",
5766
5707
  "description": "Specifies how to perform the update",
5708
+ "optional": false,
5709
+ "constraints": {
5710
+ "notEmpty": true
5711
+ },
5767
5712
  "group": "input",
5713
+ "binding": {
5714
+ "name": "input.attributeAction",
5715
+ "type": "zeebe:input"
5716
+ },
5717
+ "condition": {
5718
+ "allMatch": [
5719
+ {
5720
+ "property": "input.itemOperation",
5721
+ "equals": "updateItem",
5722
+ "type": "simple"
5723
+ },
5724
+ {
5725
+ "property": "input.operationGroup",
5726
+ "equals": "itemOperation",
5727
+ "type": "simple"
5728
+ }
5729
+ ]
5730
+ },
5768
5731
  "type": "Dropdown",
5769
- "optional": false,
5770
5732
  "choices": [
5771
5733
  {
5772
5734
  "name": "PUT",
@@ -5776,57 +5738,95 @@
5776
5738
  "name": "DELETE",
5777
5739
  "value": "delete"
5778
5740
  }
5779
- ],
5741
+ ]
5742
+ },
5743
+ {
5744
+ "id": "version",
5745
+ "label": "Version",
5746
+ "description": "Version of the element template",
5747
+ "value": "8",
5748
+ "group": "connector",
5780
5749
  "binding": {
5781
- "type": "zeebe:input",
5782
- "name": "input.attributeAction"
5750
+ "key": "elementTemplateVersion",
5751
+ "type": "zeebe:taskHeader"
5783
5752
  },
5784
- "constraints": {
5785
- "notEmpty": true
5753
+ "type": "Hidden"
5754
+ },
5755
+ {
5756
+ "id": "id",
5757
+ "label": "ID",
5758
+ "description": "ID of the element template",
5759
+ "value": "io.camunda.connectors.AWSDynamoDB.v1",
5760
+ "group": "connector",
5761
+ "binding": {
5762
+ "key": "elementTemplateId",
5763
+ "type": "zeebe:taskHeader"
5786
5764
  },
5787
- "condition": {
5788
- "property": "itemOperationType",
5789
- "oneOf": ["updateItem"]
5790
- }
5765
+ "type": "Hidden"
5791
5766
  },
5792
5767
  {
5768
+ "id": "resultVariable",
5793
5769
  "label": "Result variable",
5794
- "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>",
5770
+ "description": "Name of variable to store the response in",
5795
5771
  "group": "output",
5796
- "type": "String",
5797
5772
  "binding": {
5798
- "type": "zeebe:taskHeader",
5799
- "key": "resultVariable"
5800
- }
5773
+ "key": "resultVariable",
5774
+ "type": "zeebe:taskHeader"
5775
+ },
5776
+ "type": "String"
5801
5777
  },
5802
5778
  {
5779
+ "id": "resultExpression",
5803
5780
  "label": "Result expression",
5804
- "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>",
5805
- "group": "output",
5806
- "type": "Text",
5781
+ "description": "Expression to map the response into process variables",
5807
5782
  "feel": "required",
5783
+ "group": "output",
5808
5784
  "binding": {
5809
- "type": "zeebe:taskHeader",
5810
- "key": "resultExpression"
5811
- }
5785
+ "key": "resultExpression",
5786
+ "type": "zeebe:taskHeader"
5787
+ },
5788
+ "type": "Text"
5812
5789
  },
5813
5790
  {
5791
+ "id": "errorExpression",
5814
5792
  "label": "Error expression",
5815
- "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>",
5816
- "group": "errors",
5817
- "type": "Text",
5793
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
5818
5794
  "feel": "required",
5795
+ "group": "error",
5819
5796
  "binding": {
5820
- "type": "zeebe:taskHeader",
5821
- "key": "errorExpression"
5822
- }
5797
+ "key": "errorExpression",
5798
+ "type": "zeebe:taskHeader"
5799
+ },
5800
+ "type": "Text"
5801
+ },
5802
+ {
5803
+ "id": "retryCount",
5804
+ "label": "Retries",
5805
+ "description": "Number of retries",
5806
+ "value": "3",
5807
+ "feel": "optional",
5808
+ "group": "retries",
5809
+ "binding": {
5810
+ "property": "retries",
5811
+ "type": "zeebe:taskDefinition"
5812
+ },
5813
+ "type": "String"
5814
+ },
5815
+ {
5816
+ "id": "retryBackoff",
5817
+ "label": "Retry backoff",
5818
+ "description": "ISO-8601 duration to wait between retries",
5819
+ "value": "PT0S",
5820
+ "group": "retries",
5821
+ "binding": {
5822
+ "key": "retryBackoff",
5823
+ "type": "zeebe:taskHeader"
5824
+ },
5825
+ "type": "String"
5823
5826
  }
5824
5827
  ],
5825
5828
  "icon": {
5826
- "contents": "data:image/svg+xml;utf8,%3Csvg width='18' height='18' viewBox='0 0 256 289' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M165.258 288.501h3.508l57.261-28.634.953-1.347V29.964l-.953-1.354L168.766 0h-3.551l.043 288.501' fill='%235294CF'/%3E%3Cpath d='M90.741 288.501h-3.557l-57.212-28.634-1.161-1.997-.589-226.742 1.75-2.518L87.184 0h3.601l-.044 288.501' fill='%231F5B98'/%3E%3Cpath d='M87.285 0h81.426v288.501H87.285V0z' fill='%232D72B8'/%3E%3Cpath d='M256 137.769l-1.935-.429-27.628-2.576-.41.204-57.312-2.292h-81.43l-57.313 2.292V91.264l-.06.032.06-.128 57.313-13.28h81.43l57.312 13.28 21.069 11.199v-7.2l8.904-.974-.922-1.798-28.192-20.159-.859.279-57.312-17.759h-81.43L29.972 72.515V28.61L0 63.723v30.666l.232-.168 8.672.946v7.348L0 107.28v30.513l.232-.024 8.672.128v12.807l-7.482.112L0 150.68v30.525l8.904 4.788v7.433l-8.531.942-.373-.28v30.661l29.972 35.118v-43.901l57.313 17.759h81.43l57.481-17.811.764.335 27.821-19.862 1.219-1.979-8.904-.982v-7.284l-1.167-.466-19.043 10.265-.69 1.44-57.481 13.203v.016h-81.43v-.016l-57.313-13.259v-43.864l57.313 2.284v.056h81.43l57.312-2.34 1.305.6 26.779-2.306 1.889-.923-8.904-.128v-12.807l8.904-.128' fill='%231A476F'/%3E%3Cpath d='M226.027 215.966v43.901L256 224.749v-30.461l-29.8 21.626-.173.052M226.027 197.421l.173-.04 29.8-16.028v-30.649l-29.973 2.757v43.96M226.2 91.208l-.173-.04v43.8L256 137.769v-30.634l-29.8-15.927M226.2 72.687L256 94.193V63.731L226.027 28.61v43.905l.173.06v.112' fill='%232D72B8'/%3E%3C/svg%3E"
5827
- },
5828
- "engines": {
5829
- "camunda": "^8.4"
5829
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgMjg5JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00xNjUuMjU4IDI4OC41MDFoMy41MDhsNTcuMjYxLTI4LjYzNC45NTMtMS4zNDdWMjkuOTY0bC0uOTUzLTEuMzU0TDE2OC43NjYgMGgtMy41NTFsLjA0MyAyODguNTAxJwogICAgICAgICAgZmlsbD0nIzUyOTRDRicvPgogICAgPHBhdGggZD0nTTkwLjc0MSAyODguNTAxaC0zLjU1N2wtNTcuMjEyLTI4LjYzNC0xLjE2MS0xLjk5Ny0uNTg5LTIyNi43NDIgMS43NS0yLjUxOEw4Ny4xODQgMGgzLjYwMWwtLjA0NCAyODguNTAxJwogICAgICAgICAgZmlsbD0nIzFGNUI5OCcvPgogICAgPHBhdGggZD0nTTg3LjI4NSAwaDgxLjQyNnYyODguNTAxSDg3LjI4NVYweicgZmlsbD0nIzJENzJCOCcvPgogICAgPHBhdGggZD0nTTI1NiAxMzcuNzY5bC0xLjkzNS0uNDI5LTI3LjYyOC0yLjU3Ni0uNDEuMjA0LTU3LjMxMi0yLjI5MmgtODEuNDNsLTU3LjMxMyAyLjI5MlY5MS4yNjRsLS4wNi4wMzIuMDYtLjEyOCA1Ny4zMTMtMTMuMjhoODEuNDNsNTcuMzEyIDEzLjI4IDIxLjA2OSAxMS4xOTl2LTcuMmw4LjkwNC0uOTc0LS45MjItMS43OTgtMjguMTkyLTIwLjE1OS0uODU5LjI3OS01Ny4zMTItMTcuNzU5aC04MS40M0wyOS45NzIgNzIuNTE1VjI4LjYxTDAgNjMuNzIzdjMwLjY2NmwuMjMyLS4xNjggOC42NzIuOTQ2djcuMzQ4TDAgMTA3LjI4djMwLjUxM2wuMjMyLS4wMjQgOC42NzIuMTI4djEyLjgwN2wtNy40ODIuMTEyTDAgMTUwLjY4djMwLjUyNWw4LjkwNCA0Ljc4OHY3LjQzM2wtOC41MzEuOTQyLS4zNzMtLjI4djMwLjY2MWwyOS45NzIgMzUuMTE4di00My45MDFsNTcuMzEzIDE3Ljc1OWg4MS40M2w1Ny40ODEtMTcuODExLjc2NC4zMzUgMjcuODIxLTE5Ljg2MiAxLjIxOS0xLjk3OS04LjkwNC0uOTgydi03LjI4NGwtMS4xNjctLjQ2Ni0xOS4wNDMgMTAuMjY1LS42OSAxLjQ0LTU3LjQ4MSAxMy4yMDN2LjAxNmgtODEuNDN2LS4wMTZsLTU3LjMxMy0xMy4yNTl2LTQzLjg2NGw1Ny4zMTMgMi4yODR2LjA1Nmg4MS40M2w1Ny4zMTItMi4zNCAxLjMwNS42IDI2Ljc3OS0yLjMwNiAxLjg4OS0uOTIzLTguOTA0LS4xMjh2LTEyLjgwN2w4LjkwNC0uMTI4JwogICAgICAgICAgZmlsbD0nIzFBNDc2RicvPgogICAgPHBhdGggZD0nTTIyNi4wMjcgMjE1Ljk2NnY0My45MDFMMjU2IDIyNC43NDl2LTMwLjQ2MWwtMjkuOCAyMS42MjYtLjE3My4wNTJNMjI2LjAyNyAxOTcuNDIxbC4xNzMtLjA0IDI5LjgtMTYuMDI4di0zMC42NDlsLTI5Ljk3MyAyLjc1N3Y0My45Nk0yMjYuMiA5MS4yMDhsLS4xNzMtLjA0djQzLjhMMjU2IDEzNy43Njl2LTMwLjYzNGwtMjkuOC0xNS45MjdNMjI2LjIgNzIuNjg3TDI1NiA5NC4xOTNWNjMuNzMxTDIyNi4wMjcgMjguNjF2NDMuOTA1bC4xNzMuMDZ2LjExMicKICAgICAgICAgIGZpbGw9JyMyRDcyQjgnLz4KPC9zdmc+"
5830
5830
  }
5831
5831
  }
5832
5832
  ]