@camunda/connectors-element-templates 1.0.17 → 1.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/connectors.js +12 -2
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +4 -7
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +8 -8
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +8 -8
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +8 -8
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +8 -8
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +9 -12
- package/src/element-templates/agenticai-aiagent-job-worker.json +3770 -29
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +6274 -2594
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +549 -552
- package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +736 -739
- package/src/element-templates/asana-connector.json +759 -48
- package/src/element-templates/automation-anywhere-outbound-connector.json +1763 -1759
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
- package/src/element-templates/aws-bedrock-outbound-connector.json +747 -10
- package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1358 -1358
- package/src/element-templates/aws-eventbridge-connector-boundary.json +383 -18
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +377 -12
- package/src/element-templates/aws-eventbridge-connector-message-start.json +407 -8
- package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
- package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
- package/src/element-templates/aws-lambda-outbound-connector.json +238 -234
- package/src/element-templates/aws-s3-outbound-connector.json +646 -5
- package/src/element-templates/aws-sagemaker-outbound-connector.json +13 -9
- package/src/element-templates/aws-sns-inbound-boundary.json +44 -37
- package/src/element-templates/aws-sns-inbound-intermediate.json +210 -203
- package/src/element-templates/aws-sns-inbound-message-start.json +125 -118
- package/src/element-templates/aws-sns-inbound-receive.json +13 -6
- package/src/element-templates/aws-sns-inbound-start-event.json +134 -127
- package/src/element-templates/aws-sns-outbound-connector.json +581 -577
- package/src/element-templates/aws-sqs-boundary-connector.json +453 -449
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +530 -526
- package/src/element-templates/aws-sqs-outbound-connector.json +711 -709
- package/src/element-templates/aws-sqs-receive-connector.json +15 -11
- package/src/element-templates/aws-sqs-start-event-connector.json +213 -205
- package/src/element-templates/aws-sqs-start-message.json +461 -457
- package/src/element-templates/aws-textract-outbound-connector.json +109 -105
- package/src/element-templates/azure-blobstorage-outbound-connector.json +676 -19
- package/src/element-templates/azure-open-ai-connector.json +1329 -4
- package/src/element-templates/blue-prism-connector.json +569 -24
- package/src/element-templates/box-outbound-connector.json +924 -12
- package/src/element-templates/csv-outbound-connector.json +13 -5
- package/src/element-templates/easy-post-connector.json +1077 -109
- package/src/element-templates/email-inbound-connector-boundary.json +32 -24
- package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
- package/src/element-templates/email-inbound-connector-receive.json +564 -0
- package/src/element-templates/email-message-start-event-connector.json +58 -50
- package/src/element-templates/email-outbound-connector.json +2116 -243
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +3 -6
- package/src/element-templates/github-connector.json +15257 -11722
- package/src/element-templates/github-webhook-connector-boundary.json +27 -29
- package/src/element-templates/github-webhook-connector-intermediate.json +36 -38
- package/src/element-templates/github-webhook-connector-message-start.json +11 -13
- package/src/element-templates/github-webhook-connector-receive.json +13 -15
- package/src/element-templates/github-webhook-connector-start-event.json +54 -56
- package/src/element-templates/gitlab-connector.json +4177 -2545
- package/src/element-templates/google-cloud-storage-outbound-connector.json +562 -13
- package/src/element-templates/google-drive-outbound-connector.json +1386 -766
- package/src/element-templates/google-gemini-outbound-connector.json +13 -5
- package/src/element-templates/google-maps-platform-connector.json +1059 -30
- package/src/element-templates/google-sheets-outbound-connector.json +2449 -1455
- package/src/element-templates/graphql-outbound-connector.json +1744 -1735
- package/src/element-templates/http-json-connector.json +2982 -2332
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +752 -741
- package/src/element-templates/http-polling-connector.json +1512 -1501
- package/src/element-templates/hubspot-outbound-connector.json +2371 -25
- package/src/element-templates/hugging-face-connector.json +234 -3
- package/src/element-templates/jdbc-outbound-connector.json +20 -6
- package/src/element-templates/kafka-inbound-connector-boundary.json +613 -604
- package/src/element-templates/kafka-inbound-connector-intermediate.json +528 -519
- package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
- package/src/element-templates/kafka-inbound-connector-start-message.json +530 -521
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +518 -512
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
- package/src/element-templates/microsoft-office365-mail-connector.json +893 -10
- package/src/element-templates/microsoft-teams-outbound-connector.json +5971 -3807
- package/src/element-templates/openai-connector.json +550 -87
- package/src/element-templates/operate-connector.json +1198 -46
- package/src/element-templates/power-automate-connector.json +601 -9
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +444 -435
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +484 -475
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +367 -358
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +479 -470
- package/src/element-templates/rabbitmq-outbound-connector.json +356 -350
- package/src/element-templates/rpa-connector.json +346 -0
- package/src/element-templates/salesforce-connector.json +544 -0
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
- package/src/element-templates/send-message-connector-message-end-event.json +10 -5
- package/src/element-templates/send-message-connector-send-task.json +10 -5
- package/src/element-templates/sendgrid-outbound-connector.json +945 -337
- package/src/element-templates/servicenow-connector.json +971 -3
- package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
- package/src/element-templates/servicenow-incident-connector.json +980 -3
- package/src/element-templates/slack-inbound-boundary.json +490 -192
- package/src/element-templates/slack-inbound-intermediate.json +421 -123
- package/src/element-templates/slack-inbound-message-start.json +469 -139
- package/src/element-templates/slack-inbound-receive.json +297 -0
- package/src/element-templates/slack-inbound-start-event.json +216 -211
- package/src/element-templates/slack-outbound-connector.json +2451 -753
- package/src/element-templates/soap-outbound-connector.json +812 -2
- package/src/element-templates/twilio-connector.json +1573 -93
- package/src/element-templates/twilio-webhook-boundary-connector.json +19 -10
- package/src/element-templates/twilio-webhook-connector.json +243 -13
- package/src/element-templates/twilio-webhook-intermediate-connector.json +34 -25
- package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
- package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
- package/src/element-templates/uipath-connector.json +594 -2
- package/src/element-templates/webhook-connector-boundary.json +580 -570
- package/src/element-templates/webhook-connector-intermediate.json +1390 -1380
- package/src/element-templates/webhook-connector-receive.json +16 -6
- package/src/element-templates/webhook-connector-start-event.json +1382 -1375
- package/src/element-templates/webhook-connector-start-message.json +1306 -1296
- package/src/element-templates/whatsapp-connector.json +343 -9
- package/src/element-templates/http-connector.json.json +0 -654
|
@@ -1379,11 +1379,24 @@
|
|
|
1379
1379
|
},
|
|
1380
1380
|
{
|
|
1381
1381
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1382
|
-
"name": "AWS DynamoDB",
|
|
1382
|
+
"name": "AWS DynamoDB Outbound Connector",
|
|
1383
1383
|
"id": "io.camunda.connectors.AWSDynamoDB.v1",
|
|
1384
|
-
"
|
|
1385
|
-
"
|
|
1386
|
-
|
|
1384
|
+
"description": "Manage tables and items with AWS DynamoDB.",
|
|
1385
|
+
"metadata": {
|
|
1386
|
+
"keywords": [
|
|
1387
|
+
"create table",
|
|
1388
|
+
"delete table",
|
|
1389
|
+
"update table",
|
|
1390
|
+
"describe table",
|
|
1391
|
+
"scan table",
|
|
1392
|
+
"add item",
|
|
1393
|
+
"delete item",
|
|
1394
|
+
"get item",
|
|
1395
|
+
"update item"
|
|
1396
|
+
]
|
|
1397
|
+
},
|
|
1398
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/",
|
|
1399
|
+
"version": 7,
|
|
1387
1400
|
"category": {
|
|
1388
1401
|
"id": "connectors",
|
|
1389
1402
|
"name": "Connectors"
|
|
@@ -1403,7 +1416,7 @@
|
|
|
1403
1416
|
},
|
|
1404
1417
|
{
|
|
1405
1418
|
"id": "configuration",
|
|
1406
|
-
"label": "
|
|
1419
|
+
"label": "Queue properties"
|
|
1407
1420
|
},
|
|
1408
1421
|
{
|
|
1409
1422
|
"id": "input",
|
|
@@ -1411,44 +1424,59 @@
|
|
|
1411
1424
|
},
|
|
1412
1425
|
{
|
|
1413
1426
|
"id": "output",
|
|
1414
|
-
"label": "Output"
|
|
1427
|
+
"label": "Output mapping"
|
|
1415
1428
|
},
|
|
1416
1429
|
{
|
|
1417
|
-
"id": "
|
|
1430
|
+
"id": "error",
|
|
1418
1431
|
"label": "Error handling"
|
|
1432
|
+
},
|
|
1433
|
+
{
|
|
1434
|
+
"id": "retries",
|
|
1435
|
+
"label": "Retries"
|
|
1419
1436
|
}
|
|
1420
1437
|
],
|
|
1421
1438
|
"properties": [
|
|
1422
1439
|
{
|
|
1423
|
-
"type": "Hidden",
|
|
1424
1440
|
"value": "io.camunda:aws-dynamodb:1",
|
|
1425
1441
|
"binding": {
|
|
1426
|
-
"
|
|
1427
|
-
"
|
|
1428
|
-
}
|
|
1442
|
+
"property": "type",
|
|
1443
|
+
"type": "zeebe:taskDefinition"
|
|
1444
|
+
},
|
|
1445
|
+
"type": "Hidden"
|
|
1429
1446
|
},
|
|
1430
1447
|
{
|
|
1431
|
-
"id": "operationGroup",
|
|
1448
|
+
"id": "input.operationGroup",
|
|
1449
|
+
"label": "Choose category",
|
|
1432
1450
|
"group": "operation",
|
|
1451
|
+
"binding": {
|
|
1452
|
+
"name": "input.operationGroup",
|
|
1453
|
+
"type": "zeebe:input"
|
|
1454
|
+
},
|
|
1433
1455
|
"type": "Dropdown",
|
|
1434
1456
|
"choices": [
|
|
1435
1457
|
{
|
|
1436
1458
|
"name": "Table",
|
|
1437
|
-
"value": "
|
|
1459
|
+
"value": "tableOperation"
|
|
1438
1460
|
},
|
|
1439
1461
|
{
|
|
1440
1462
|
"name": "Item",
|
|
1441
|
-
"value": "
|
|
1463
|
+
"value": "itemOperation"
|
|
1442
1464
|
}
|
|
1443
|
-
]
|
|
1444
|
-
"binding": {
|
|
1445
|
-
"type": "zeebe:input",
|
|
1446
|
-
"name": "operationGroup"
|
|
1447
|
-
}
|
|
1465
|
+
]
|
|
1448
1466
|
},
|
|
1449
1467
|
{
|
|
1450
|
-
"id": "
|
|
1468
|
+
"id": "input.tableOperation",
|
|
1469
|
+
"label": "Select action",
|
|
1451
1470
|
"group": "operation",
|
|
1471
|
+
"binding": {
|
|
1472
|
+
"name": "input.tableOperation",
|
|
1473
|
+
"type": "zeebe:input"
|
|
1474
|
+
},
|
|
1475
|
+
"condition": {
|
|
1476
|
+
"property": "input.operationGroup",
|
|
1477
|
+
"equals": "tableOperation",
|
|
1478
|
+
"type": "simple"
|
|
1479
|
+
},
|
|
1452
1480
|
"type": "Dropdown",
|
|
1453
1481
|
"choices": [
|
|
1454
1482
|
{
|
|
@@ -1467,19 +1495,21 @@
|
|
|
1467
1495
|
"name": "Scan table",
|
|
1468
1496
|
"value": "scanTable"
|
|
1469
1497
|
}
|
|
1470
|
-
]
|
|
1471
|
-
"binding": {
|
|
1472
|
-
"type": "zeebe:input",
|
|
1473
|
-
"name": "input.type"
|
|
1474
|
-
},
|
|
1475
|
-
"condition": {
|
|
1476
|
-
"property": "operationGroup",
|
|
1477
|
-
"equals": "table"
|
|
1478
|
-
}
|
|
1498
|
+
]
|
|
1479
1499
|
},
|
|
1480
1500
|
{
|
|
1481
|
-
"id": "
|
|
1501
|
+
"id": "input.itemOperation",
|
|
1502
|
+
"label": "Select action",
|
|
1482
1503
|
"group": "operation",
|
|
1504
|
+
"binding": {
|
|
1505
|
+
"name": "input.itemOperation",
|
|
1506
|
+
"type": "zeebe:input"
|
|
1507
|
+
},
|
|
1508
|
+
"condition": {
|
|
1509
|
+
"property": "input.operationGroup",
|
|
1510
|
+
"equals": "itemOperation",
|
|
1511
|
+
"type": "simple"
|
|
1512
|
+
},
|
|
1483
1513
|
"type": "Dropdown",
|
|
1484
1514
|
"choices": [
|
|
1485
1515
|
{
|
|
@@ -1498,123 +1528,188 @@
|
|
|
1498
1528
|
"name": "Update item",
|
|
1499
1529
|
"value": "updateItem"
|
|
1500
1530
|
}
|
|
1501
|
-
]
|
|
1531
|
+
]
|
|
1532
|
+
},
|
|
1533
|
+
{
|
|
1534
|
+
"id": "authentication.type",
|
|
1535
|
+
"label": "Authentication",
|
|
1536
|
+
"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>",
|
|
1537
|
+
"value": "credentials",
|
|
1538
|
+
"group": "authentication",
|
|
1502
1539
|
"binding": {
|
|
1503
|
-
"
|
|
1504
|
-
"
|
|
1540
|
+
"name": "authentication.type",
|
|
1541
|
+
"type": "zeebe:input"
|
|
1505
1542
|
},
|
|
1506
|
-
"
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1543
|
+
"type": "Dropdown",
|
|
1544
|
+
"choices": [
|
|
1545
|
+
{
|
|
1546
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
1547
|
+
"value": "defaultCredentialsChain"
|
|
1548
|
+
},
|
|
1549
|
+
{
|
|
1550
|
+
"name": "Credentials",
|
|
1551
|
+
"value": "credentials"
|
|
1552
|
+
}
|
|
1553
|
+
]
|
|
1510
1554
|
},
|
|
1511
1555
|
{
|
|
1556
|
+
"id": "authentication.accessKey",
|
|
1512
1557
|
"label": "Access key",
|
|
1513
|
-
"description": "Provide an access key
|
|
1514
|
-
"group": "authentication",
|
|
1515
|
-
"type": "String",
|
|
1516
|
-
"feel": "optional",
|
|
1558
|
+
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
1517
1559
|
"optional": false,
|
|
1518
|
-
"binding": {
|
|
1519
|
-
"type": "zeebe:input",
|
|
1520
|
-
"name": "authentication.accessKey"
|
|
1521
|
-
},
|
|
1522
1560
|
"constraints": {
|
|
1523
1561
|
"notEmpty": true
|
|
1524
|
-
}
|
|
1562
|
+
},
|
|
1563
|
+
"feel": "optional",
|
|
1564
|
+
"group": "authentication",
|
|
1565
|
+
"binding": {
|
|
1566
|
+
"name": "authentication.accessKey",
|
|
1567
|
+
"type": "zeebe:input"
|
|
1568
|
+
},
|
|
1569
|
+
"condition": {
|
|
1570
|
+
"property": "authentication.type",
|
|
1571
|
+
"equals": "credentials",
|
|
1572
|
+
"type": "simple"
|
|
1573
|
+
},
|
|
1574
|
+
"type": "String"
|
|
1525
1575
|
},
|
|
1526
1576
|
{
|
|
1577
|
+
"id": "authentication.secretKey",
|
|
1527
1578
|
"label": "Secret key",
|
|
1528
|
-
"description": "Provide a secret key of a user with permissions
|
|
1529
|
-
"group": "authentication",
|
|
1530
|
-
"type": "String",
|
|
1531
|
-
"feel": "optional",
|
|
1579
|
+
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
1532
1580
|
"optional": false,
|
|
1533
|
-
"binding": {
|
|
1534
|
-
"type": "zeebe:input",
|
|
1535
|
-
"name": "authentication.secretKey"
|
|
1536
|
-
},
|
|
1537
1581
|
"constraints": {
|
|
1538
1582
|
"notEmpty": true
|
|
1539
|
-
}
|
|
1583
|
+
},
|
|
1584
|
+
"feel": "optional",
|
|
1585
|
+
"group": "authentication",
|
|
1586
|
+
"binding": {
|
|
1587
|
+
"name": "authentication.secretKey",
|
|
1588
|
+
"type": "zeebe:input"
|
|
1589
|
+
},
|
|
1590
|
+
"condition": {
|
|
1591
|
+
"property": "authentication.type",
|
|
1592
|
+
"equals": "credentials",
|
|
1593
|
+
"type": "simple"
|
|
1594
|
+
},
|
|
1595
|
+
"type": "String"
|
|
1540
1596
|
},
|
|
1541
1597
|
{
|
|
1598
|
+
"id": "configuration.region",
|
|
1542
1599
|
"label": "Region",
|
|
1543
1600
|
"description": "Specify the AWS region",
|
|
1544
|
-
"group": "configuration",
|
|
1545
|
-
"type": "String",
|
|
1546
|
-
"feel": "optional",
|
|
1547
1601
|
"optional": false,
|
|
1548
|
-
"binding": {
|
|
1549
|
-
"type": "zeebe:input",
|
|
1550
|
-
"name": "configuration.region"
|
|
1551
|
-
},
|
|
1552
1602
|
"constraints": {
|
|
1553
1603
|
"notEmpty": true
|
|
1554
|
-
}
|
|
1555
|
-
},
|
|
1556
|
-
{
|
|
1557
|
-
"label": "Table name",
|
|
1558
|
-
"description": "Name of DynamoDB table",
|
|
1559
|
-
"group": "input",
|
|
1560
|
-
"type": "String",
|
|
1604
|
+
},
|
|
1561
1605
|
"feel": "optional",
|
|
1562
|
-
"
|
|
1606
|
+
"group": "configuration",
|
|
1563
1607
|
"binding": {
|
|
1564
|
-
"
|
|
1565
|
-
"
|
|
1608
|
+
"name": "configuration.region",
|
|
1609
|
+
"type": "zeebe:input"
|
|
1566
1610
|
},
|
|
1567
|
-
"
|
|
1568
|
-
|
|
1611
|
+
"type": "String"
|
|
1612
|
+
},
|
|
1613
|
+
{
|
|
1614
|
+
"id": "configuration.endpoint",
|
|
1615
|
+
"label": "Endpoint",
|
|
1616
|
+
"description": "Specify endpoint if need to use custom endpoint",
|
|
1617
|
+
"optional": true,
|
|
1618
|
+
"group": "configuration",
|
|
1619
|
+
"binding": {
|
|
1620
|
+
"name": "configuration.endpoint",
|
|
1621
|
+
"type": "zeebe:input"
|
|
1569
1622
|
},
|
|
1570
|
-
"
|
|
1571
|
-
"property": "tableOperationType",
|
|
1572
|
-
"oneOf": ["createTable", "deleteTable", "describeTable", "scanTable"]
|
|
1573
|
-
}
|
|
1623
|
+
"type": "Hidden"
|
|
1574
1624
|
},
|
|
1575
1625
|
{
|
|
1626
|
+
"id": "input.createTable.tableName",
|
|
1576
1627
|
"label": "Table name",
|
|
1577
1628
|
"description": "Name of DynamoDB table",
|
|
1578
|
-
"group": "input",
|
|
1579
|
-
"type": "String",
|
|
1580
|
-
"feel": "optional",
|
|
1581
1629
|
"optional": false,
|
|
1582
|
-
"binding": {
|
|
1583
|
-
"type": "zeebe:input",
|
|
1584
|
-
"name": "input.tableName"
|
|
1585
|
-
},
|
|
1586
1630
|
"constraints": {
|
|
1587
1631
|
"notEmpty": true
|
|
1588
1632
|
},
|
|
1633
|
+
"feel": "optional",
|
|
1634
|
+
"group": "input",
|
|
1635
|
+
"binding": {
|
|
1636
|
+
"name": "input.tableName",
|
|
1637
|
+
"type": "zeebe:input"
|
|
1638
|
+
},
|
|
1589
1639
|
"condition": {
|
|
1590
|
-
"
|
|
1591
|
-
|
|
1592
|
-
|
|
1640
|
+
"allMatch": [
|
|
1641
|
+
{
|
|
1642
|
+
"property": "input.tableOperation",
|
|
1643
|
+
"equals": "createTable",
|
|
1644
|
+
"type": "simple"
|
|
1645
|
+
},
|
|
1646
|
+
{
|
|
1647
|
+
"property": "input.operationGroup",
|
|
1648
|
+
"equals": "tableOperation",
|
|
1649
|
+
"type": "simple"
|
|
1650
|
+
}
|
|
1651
|
+
]
|
|
1652
|
+
},
|
|
1653
|
+
"type": "String"
|
|
1593
1654
|
},
|
|
1594
1655
|
{
|
|
1656
|
+
"id": "input.partitionKey",
|
|
1595
1657
|
"label": "Partition key",
|
|
1596
|
-
"description": "Partition key. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
1597
|
-
"
|
|
1598
|
-
"type": "String",
|
|
1599
|
-
"feel": "optional",
|
|
1600
|
-
"binding": {
|
|
1601
|
-
"type": "zeebe:input",
|
|
1602
|
-
"name": "input.partitionKey"
|
|
1603
|
-
},
|
|
1658
|
+
"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>",
|
|
1659
|
+
"optional": false,
|
|
1604
1660
|
"constraints": {
|
|
1605
1661
|
"notEmpty": true
|
|
1606
1662
|
},
|
|
1663
|
+
"feel": "optional",
|
|
1664
|
+
"group": "input",
|
|
1665
|
+
"binding": {
|
|
1666
|
+
"name": "input.partitionKey",
|
|
1667
|
+
"type": "zeebe:input"
|
|
1668
|
+
},
|
|
1607
1669
|
"condition": {
|
|
1608
|
-
"
|
|
1609
|
-
|
|
1610
|
-
|
|
1670
|
+
"allMatch": [
|
|
1671
|
+
{
|
|
1672
|
+
"property": "input.tableOperation",
|
|
1673
|
+
"equals": "createTable",
|
|
1674
|
+
"type": "simple"
|
|
1675
|
+
},
|
|
1676
|
+
{
|
|
1677
|
+
"property": "input.operationGroup",
|
|
1678
|
+
"equals": "tableOperation",
|
|
1679
|
+
"type": "simple"
|
|
1680
|
+
}
|
|
1681
|
+
]
|
|
1682
|
+
},
|
|
1683
|
+
"type": "String"
|
|
1611
1684
|
},
|
|
1612
1685
|
{
|
|
1686
|
+
"id": "input.partitionKeyRole",
|
|
1613
1687
|
"label": "Partition key role",
|
|
1614
|
-
"description": "The role that this key attribute will assume. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
1688
|
+
"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>",
|
|
1689
|
+
"optional": false,
|
|
1690
|
+
"constraints": {
|
|
1691
|
+
"notEmpty": true
|
|
1692
|
+
},
|
|
1615
1693
|
"group": "input",
|
|
1694
|
+
"binding": {
|
|
1695
|
+
"name": "input.partitionKeyRole",
|
|
1696
|
+
"type": "zeebe:input"
|
|
1697
|
+
},
|
|
1698
|
+
"condition": {
|
|
1699
|
+
"allMatch": [
|
|
1700
|
+
{
|
|
1701
|
+
"property": "input.tableOperation",
|
|
1702
|
+
"equals": "createTable",
|
|
1703
|
+
"type": "simple"
|
|
1704
|
+
},
|
|
1705
|
+
{
|
|
1706
|
+
"property": "input.operationGroup",
|
|
1707
|
+
"equals": "tableOperation",
|
|
1708
|
+
"type": "simple"
|
|
1709
|
+
}
|
|
1710
|
+
]
|
|
1711
|
+
},
|
|
1616
1712
|
"type": "Dropdown",
|
|
1617
|
-
"optional": false,
|
|
1618
1713
|
"choices": [
|
|
1619
1714
|
{
|
|
1620
1715
|
"name": "HASH",
|
|
@@ -1624,25 +1719,36 @@
|
|
|
1624
1719
|
"name": "RANGE",
|
|
1625
1720
|
"value": "RANGE"
|
|
1626
1721
|
}
|
|
1627
|
-
]
|
|
1628
|
-
"binding": {
|
|
1629
|
-
"type": "zeebe:input",
|
|
1630
|
-
"name": "input.partitionKeyRole"
|
|
1631
|
-
},
|
|
1632
|
-
"constraints": {
|
|
1633
|
-
"notEmpty": true
|
|
1634
|
-
},
|
|
1635
|
-
"condition": {
|
|
1636
|
-
"property": "tableOperationType",
|
|
1637
|
-
"equals": "createTable"
|
|
1638
|
-
}
|
|
1722
|
+
]
|
|
1639
1723
|
},
|
|
1640
1724
|
{
|
|
1725
|
+
"id": "input.partitionKeyType",
|
|
1641
1726
|
"label": "Partition key attribute data type",
|
|
1642
1727
|
"description": "Represents the data for an attribute",
|
|
1728
|
+
"optional": false,
|
|
1729
|
+
"constraints": {
|
|
1730
|
+
"notEmpty": true
|
|
1731
|
+
},
|
|
1643
1732
|
"group": "input",
|
|
1733
|
+
"binding": {
|
|
1734
|
+
"name": "input.partitionKeyType",
|
|
1735
|
+
"type": "zeebe:input"
|
|
1736
|
+
},
|
|
1737
|
+
"condition": {
|
|
1738
|
+
"allMatch": [
|
|
1739
|
+
{
|
|
1740
|
+
"property": "input.tableOperation",
|
|
1741
|
+
"equals": "createTable",
|
|
1742
|
+
"type": "simple"
|
|
1743
|
+
},
|
|
1744
|
+
{
|
|
1745
|
+
"property": "input.operationGroup",
|
|
1746
|
+
"equals": "tableOperation",
|
|
1747
|
+
"type": "simple"
|
|
1748
|
+
}
|
|
1749
|
+
]
|
|
1750
|
+
},
|
|
1644
1751
|
"type": "Dropdown",
|
|
1645
|
-
"optional": false,
|
|
1646
1752
|
"choices": [
|
|
1647
1753
|
{
|
|
1648
1754
|
"name": "Binary",
|
|
@@ -1656,44 +1762,60 @@
|
|
|
1656
1762
|
"name": "String",
|
|
1657
1763
|
"value": "S"
|
|
1658
1764
|
}
|
|
1659
|
-
]
|
|
1660
|
-
"binding": {
|
|
1661
|
-
"type": "zeebe:input",
|
|
1662
|
-
"name": "input.partitionKeyType"
|
|
1663
|
-
},
|
|
1664
|
-
"constraints": {
|
|
1665
|
-
"notEmpty": true
|
|
1666
|
-
},
|
|
1667
|
-
"condition": {
|
|
1668
|
-
"property": "tableOperationType",
|
|
1669
|
-
"equals": "createTable"
|
|
1670
|
-
}
|
|
1765
|
+
]
|
|
1671
1766
|
},
|
|
1672
1767
|
{
|
|
1768
|
+
"id": "input.sortKey",
|
|
1673
1769
|
"label": "Sort key",
|
|
1674
|
-
"description": "Sort key. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
1675
|
-
"group": "input",
|
|
1676
|
-
"type": "String",
|
|
1677
|
-
"feel": "optional",
|
|
1770
|
+
"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>",
|
|
1678
1771
|
"optional": true,
|
|
1772
|
+
"feel": "optional",
|
|
1773
|
+
"group": "input",
|
|
1679
1774
|
"binding": {
|
|
1680
|
-
"
|
|
1681
|
-
"
|
|
1682
|
-
},
|
|
1683
|
-
"constraints": {
|
|
1684
|
-
"notEmpty": false
|
|
1775
|
+
"name": "input.sortKey",
|
|
1776
|
+
"type": "zeebe:input"
|
|
1685
1777
|
},
|
|
1686
1778
|
"condition": {
|
|
1687
|
-
"
|
|
1688
|
-
|
|
1689
|
-
|
|
1779
|
+
"allMatch": [
|
|
1780
|
+
{
|
|
1781
|
+
"property": "input.tableOperation",
|
|
1782
|
+
"equals": "createTable",
|
|
1783
|
+
"type": "simple"
|
|
1784
|
+
},
|
|
1785
|
+
{
|
|
1786
|
+
"property": "input.operationGroup",
|
|
1787
|
+
"equals": "tableOperation",
|
|
1788
|
+
"type": "simple"
|
|
1789
|
+
}
|
|
1790
|
+
]
|
|
1791
|
+
},
|
|
1792
|
+
"type": "String"
|
|
1690
1793
|
},
|
|
1691
1794
|
{
|
|
1795
|
+
"id": "input.sortKeyRole",
|
|
1692
1796
|
"label": "Sort key role",
|
|
1693
1797
|
"description": "The role that this key attribute will assume",
|
|
1798
|
+
"optional": true,
|
|
1694
1799
|
"group": "input",
|
|
1800
|
+
"binding": {
|
|
1801
|
+
"name": "input.sortKeyRole",
|
|
1802
|
+
"type": "zeebe:input"
|
|
1803
|
+
},
|
|
1804
|
+
"condition": {
|
|
1805
|
+
"allMatch": [
|
|
1806
|
+
{
|
|
1807
|
+
"property": "input.tableOperation",
|
|
1808
|
+
"equals": "createTable",
|
|
1809
|
+
"type": "simple"
|
|
1810
|
+
},
|
|
1811
|
+
{
|
|
1812
|
+
"property": "input.operationGroup",
|
|
1813
|
+
"equals": "tableOperation",
|
|
1814
|
+
"type": "simple"
|
|
1815
|
+
}
|
|
1816
|
+
]
|
|
1817
|
+
},
|
|
1695
1818
|
"type": "Dropdown",
|
|
1696
|
-
"optional": true,
|
|
1697
1819
|
"choices": [
|
|
1698
1820
|
{
|
|
1699
1821
|
"name": "HASH",
|
|
@@ -1703,25 +1825,33 @@
|
|
|
1703
1825
|
"name": "RANGE",
|
|
1704
1826
|
"value": "RANGE"
|
|
1705
1827
|
}
|
|
1706
|
-
]
|
|
1707
|
-
"binding": {
|
|
1708
|
-
"type": "zeebe:input",
|
|
1709
|
-
"name": "input.sortKeyRole"
|
|
1710
|
-
},
|
|
1711
|
-
"constraints": {
|
|
1712
|
-
"notEmpty": false
|
|
1713
|
-
},
|
|
1714
|
-
"condition": {
|
|
1715
|
-
"property": "tableOperationType",
|
|
1716
|
-
"equals": "createTable"
|
|
1717
|
-
}
|
|
1828
|
+
]
|
|
1718
1829
|
},
|
|
1719
1830
|
{
|
|
1831
|
+
"id": "input.sortKeyType",
|
|
1720
1832
|
"label": "Sort key attribute data type",
|
|
1721
1833
|
"description": "Represents the data for an attribute",
|
|
1834
|
+
"optional": true,
|
|
1722
1835
|
"group": "input",
|
|
1836
|
+
"binding": {
|
|
1837
|
+
"name": "input.sortKeyType",
|
|
1838
|
+
"type": "zeebe:input"
|
|
1839
|
+
},
|
|
1840
|
+
"condition": {
|
|
1841
|
+
"allMatch": [
|
|
1842
|
+
{
|
|
1843
|
+
"property": "input.tableOperation",
|
|
1844
|
+
"equals": "createTable",
|
|
1845
|
+
"type": "simple"
|
|
1846
|
+
},
|
|
1847
|
+
{
|
|
1848
|
+
"property": "input.operationGroup",
|
|
1849
|
+
"equals": "tableOperation",
|
|
1850
|
+
"type": "simple"
|
|
1851
|
+
}
|
|
1852
|
+
]
|
|
1853
|
+
},
|
|
1723
1854
|
"type": "Dropdown",
|
|
1724
|
-
"optional": true,
|
|
1725
1855
|
"choices": [
|
|
1726
1856
|
{
|
|
1727
1857
|
"name": "Binary",
|
|
@@ -1735,71 +1865,96 @@
|
|
|
1735
1865
|
"name": "String",
|
|
1736
1866
|
"value": "S"
|
|
1737
1867
|
}
|
|
1738
|
-
]
|
|
1739
|
-
"binding": {
|
|
1740
|
-
"type": "zeebe:input",
|
|
1741
|
-
"name": "input.sortKeyType"
|
|
1742
|
-
},
|
|
1743
|
-
"constraints": {
|
|
1744
|
-
"notEmpty": false
|
|
1745
|
-
},
|
|
1746
|
-
"condition": {
|
|
1747
|
-
"property": "tableOperationType",
|
|
1748
|
-
"equals": "createTable"
|
|
1749
|
-
}
|
|
1868
|
+
]
|
|
1750
1869
|
},
|
|
1751
1870
|
{
|
|
1871
|
+
"id": "input.readCapacityUnits",
|
|
1752
1872
|
"label": "Read capacity units",
|
|
1753
|
-
"description": "Total number of read capacity units. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
1873
|
+
"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>",
|
|
1874
|
+
"optional": false,
|
|
1875
|
+
"constraints": {
|
|
1876
|
+
"notEmpty": true
|
|
1877
|
+
},
|
|
1878
|
+
"feel": "static",
|
|
1754
1879
|
"group": "input",
|
|
1755
|
-
"type": "String",
|
|
1756
|
-
"feel": "optional",
|
|
1757
|
-
"optional": true,
|
|
1758
1880
|
"binding": {
|
|
1759
|
-
"
|
|
1760
|
-
"
|
|
1761
|
-
},
|
|
1762
|
-
"constraints": {
|
|
1763
|
-
"notEmpty": false,
|
|
1764
|
-
"pattern": {
|
|
1765
|
-
"value": "^(=|([0-9]|secrets.*|\\{\\{.*)+$)",
|
|
1766
|
-
"message": "Must be a number."
|
|
1767
|
-
}
|
|
1881
|
+
"name": "input.readCapacityUnits",
|
|
1882
|
+
"type": "zeebe:input"
|
|
1768
1883
|
},
|
|
1769
1884
|
"condition": {
|
|
1770
|
-
"
|
|
1771
|
-
|
|
1772
|
-
|
|
1885
|
+
"allMatch": [
|
|
1886
|
+
{
|
|
1887
|
+
"property": "input.tableOperation",
|
|
1888
|
+
"equals": "createTable",
|
|
1889
|
+
"type": "simple"
|
|
1890
|
+
},
|
|
1891
|
+
{
|
|
1892
|
+
"property": "input.operationGroup",
|
|
1893
|
+
"equals": "tableOperation",
|
|
1894
|
+
"type": "simple"
|
|
1895
|
+
}
|
|
1896
|
+
]
|
|
1897
|
+
},
|
|
1898
|
+
"type": "Number"
|
|
1773
1899
|
},
|
|
1774
1900
|
{
|
|
1901
|
+
"id": "input.writeCapacityUnits",
|
|
1775
1902
|
"label": "Write capacity units",
|
|
1776
|
-
"description": "Total number of write capacity units. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
1903
|
+
"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>",
|
|
1904
|
+
"optional": false,
|
|
1905
|
+
"constraints": {
|
|
1906
|
+
"notEmpty": true
|
|
1907
|
+
},
|
|
1908
|
+
"feel": "static",
|
|
1777
1909
|
"group": "input",
|
|
1778
|
-
"type": "String",
|
|
1779
|
-
"feel": "optional",
|
|
1780
|
-
"optional": true,
|
|
1781
1910
|
"binding": {
|
|
1782
|
-
"
|
|
1783
|
-
"
|
|
1784
|
-
},
|
|
1785
|
-
"constraints": {
|
|
1786
|
-
"notEmpty": false,
|
|
1787
|
-
"pattern": {
|
|
1788
|
-
"value": "^(=|([0-9]|secrets.*|\\{\\{.*)+$)",
|
|
1789
|
-
"message": "Must be a number."
|
|
1790
|
-
}
|
|
1911
|
+
"name": "input.writeCapacityUnits",
|
|
1912
|
+
"type": "zeebe:input"
|
|
1791
1913
|
},
|
|
1792
1914
|
"condition": {
|
|
1793
|
-
"
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1915
|
+
"allMatch": [
|
|
1916
|
+
{
|
|
1917
|
+
"property": "input.tableOperation",
|
|
1918
|
+
"equals": "createTable",
|
|
1919
|
+
"type": "simple"
|
|
1920
|
+
},
|
|
1921
|
+
{
|
|
1922
|
+
"property": "input.operationGroup",
|
|
1923
|
+
"equals": "tableOperation",
|
|
1924
|
+
"type": "simple"
|
|
1925
|
+
}
|
|
1926
|
+
]
|
|
1927
|
+
},
|
|
1928
|
+
"type": "Number"
|
|
1929
|
+
},
|
|
1797
1930
|
{
|
|
1931
|
+
"id": "input.billingModeStr",
|
|
1798
1932
|
"label": "Billing mode",
|
|
1799
|
-
"description": "Controls how you are charged for read and write throughput. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
1933
|
+
"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>",
|
|
1934
|
+
"optional": false,
|
|
1935
|
+
"constraints": {
|
|
1936
|
+
"notEmpty": true
|
|
1937
|
+
},
|
|
1800
1938
|
"group": "input",
|
|
1939
|
+
"binding": {
|
|
1940
|
+
"name": "input.billingModeStr",
|
|
1941
|
+
"type": "zeebe:input"
|
|
1942
|
+
},
|
|
1943
|
+
"condition": {
|
|
1944
|
+
"allMatch": [
|
|
1945
|
+
{
|
|
1946
|
+
"property": "input.tableOperation",
|
|
1947
|
+
"equals": "createTable",
|
|
1948
|
+
"type": "simple"
|
|
1949
|
+
},
|
|
1950
|
+
{
|
|
1951
|
+
"property": "input.operationGroup",
|
|
1952
|
+
"equals": "tableOperation",
|
|
1953
|
+
"type": "simple"
|
|
1954
|
+
}
|
|
1955
|
+
]
|
|
1956
|
+
},
|
|
1801
1957
|
"type": "Dropdown",
|
|
1802
|
-
"optional": true,
|
|
1803
1958
|
"choices": [
|
|
1804
1959
|
{
|
|
1805
1960
|
"name": "PROVISIONED",
|
|
@@ -1809,26 +1964,37 @@
|
|
|
1809
1964
|
"name": "PAY_PER_REQUEST",
|
|
1810
1965
|
"value": "PAY_PER_REQUEST"
|
|
1811
1966
|
}
|
|
1812
|
-
]
|
|
1813
|
-
"binding": {
|
|
1814
|
-
"type": "zeebe:input",
|
|
1815
|
-
"name": "input.billingModeStr"
|
|
1816
|
-
},
|
|
1817
|
-
"constraints": {
|
|
1818
|
-
"notEmpty": false
|
|
1819
|
-
},
|
|
1820
|
-
"condition": {
|
|
1821
|
-
"property": "tableOperationType",
|
|
1822
|
-
"equals": "createTable"
|
|
1823
|
-
}
|
|
1967
|
+
]
|
|
1824
1968
|
},
|
|
1825
1969
|
{
|
|
1970
|
+
"id": "input.deletionProtection",
|
|
1826
1971
|
"label": "Deletion protection",
|
|
1827
1972
|
"description": "Prevents accidental table deletion",
|
|
1973
|
+
"optional": false,
|
|
1974
|
+
"value": "false",
|
|
1975
|
+
"constraints": {
|
|
1976
|
+
"notEmpty": true
|
|
1977
|
+
},
|
|
1828
1978
|
"group": "input",
|
|
1979
|
+
"binding": {
|
|
1980
|
+
"name": "input.deletionProtection",
|
|
1981
|
+
"type": "zeebe:input"
|
|
1982
|
+
},
|
|
1983
|
+
"condition": {
|
|
1984
|
+
"allMatch": [
|
|
1985
|
+
{
|
|
1986
|
+
"property": "input.tableOperation",
|
|
1987
|
+
"equals": "createTable",
|
|
1988
|
+
"type": "simple"
|
|
1989
|
+
},
|
|
1990
|
+
{
|
|
1991
|
+
"property": "input.operationGroup",
|
|
1992
|
+
"equals": "tableOperation",
|
|
1993
|
+
"type": "simple"
|
|
1994
|
+
}
|
|
1995
|
+
]
|
|
1996
|
+
},
|
|
1829
1997
|
"type": "Dropdown",
|
|
1830
|
-
"value": false,
|
|
1831
|
-
"optional": false,
|
|
1832
1998
|
"choices": [
|
|
1833
1999
|
{
|
|
1834
2000
|
"name": "True",
|
|
@@ -1838,222 +2004,588 @@
|
|
|
1838
2004
|
"name": "False",
|
|
1839
2005
|
"value": "false"
|
|
1840
2006
|
}
|
|
1841
|
-
]
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
2007
|
+
]
|
|
2008
|
+
},
|
|
2009
|
+
{
|
|
2010
|
+
"id": "input.deleteTable.tableName",
|
|
2011
|
+
"label": "Table name",
|
|
2012
|
+
"description": "Name of DynamoDB table",
|
|
2013
|
+
"optional": false,
|
|
1846
2014
|
"constraints": {
|
|
1847
2015
|
"notEmpty": true
|
|
1848
2016
|
},
|
|
1849
|
-
"condition": {
|
|
1850
|
-
"property": "tableOperationType",
|
|
1851
|
-
"equals": "createTable"
|
|
1852
|
-
}
|
|
1853
|
-
},
|
|
1854
|
-
{
|
|
1855
|
-
"label": "Filter expression",
|
|
1856
|
-
"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>",
|
|
1857
|
-
"group": "input",
|
|
1858
|
-
"type": "String",
|
|
1859
2017
|
"feel": "optional",
|
|
1860
|
-
"
|
|
2018
|
+
"group": "input",
|
|
1861
2019
|
"binding": {
|
|
1862
|
-
"
|
|
1863
|
-
"
|
|
1864
|
-
},
|
|
1865
|
-
"constraints": {
|
|
1866
|
-
"notEmpty": false
|
|
2020
|
+
"name": "input.tableName",
|
|
2021
|
+
"type": "zeebe:input"
|
|
1867
2022
|
},
|
|
1868
2023
|
"condition": {
|
|
1869
|
-
"
|
|
1870
|
-
|
|
1871
|
-
|
|
2024
|
+
"allMatch": [
|
|
2025
|
+
{
|
|
2026
|
+
"property": "input.tableOperation",
|
|
2027
|
+
"equals": "deleteTable",
|
|
2028
|
+
"type": "simple"
|
|
2029
|
+
},
|
|
2030
|
+
{
|
|
2031
|
+
"property": "input.operationGroup",
|
|
2032
|
+
"equals": "tableOperation",
|
|
2033
|
+
"type": "simple"
|
|
2034
|
+
}
|
|
2035
|
+
]
|
|
2036
|
+
},
|
|
2037
|
+
"type": "String"
|
|
1872
2038
|
},
|
|
1873
2039
|
{
|
|
1874
|
-
"
|
|
1875
|
-
"
|
|
1876
|
-
"
|
|
1877
|
-
"
|
|
2040
|
+
"id": "input.describeTable.tableName",
|
|
2041
|
+
"label": "Table name",
|
|
2042
|
+
"description": "Name of DynamoDB table",
|
|
2043
|
+
"optional": false,
|
|
2044
|
+
"constraints": {
|
|
2045
|
+
"notEmpty": true
|
|
2046
|
+
},
|
|
1878
2047
|
"feel": "optional",
|
|
1879
|
-
"
|
|
2048
|
+
"group": "input",
|
|
1880
2049
|
"binding": {
|
|
1881
|
-
"
|
|
1882
|
-
"
|
|
1883
|
-
},
|
|
1884
|
-
"constraints": {
|
|
1885
|
-
"notEmpty": false
|
|
2050
|
+
"name": "input.tableName",
|
|
2051
|
+
"type": "zeebe:input"
|
|
1886
2052
|
},
|
|
1887
2053
|
"condition": {
|
|
1888
|
-
"
|
|
1889
|
-
|
|
1890
|
-
|
|
2054
|
+
"allMatch": [
|
|
2055
|
+
{
|
|
2056
|
+
"property": "input.tableOperation",
|
|
2057
|
+
"equals": "describeTable",
|
|
2058
|
+
"type": "simple"
|
|
2059
|
+
},
|
|
2060
|
+
{
|
|
2061
|
+
"property": "input.operationGroup",
|
|
2062
|
+
"equals": "tableOperation",
|
|
2063
|
+
"type": "simple"
|
|
2064
|
+
}
|
|
2065
|
+
]
|
|
2066
|
+
},
|
|
2067
|
+
"type": "String"
|
|
1891
2068
|
},
|
|
1892
2069
|
{
|
|
1893
|
-
"
|
|
1894
|
-
"
|
|
2070
|
+
"id": "input.scanTable.tableName",
|
|
2071
|
+
"label": "Table name",
|
|
2072
|
+
"description": "Name of DynamoDB table",
|
|
2073
|
+
"optional": false,
|
|
2074
|
+
"constraints": {
|
|
2075
|
+
"notEmpty": true
|
|
2076
|
+
},
|
|
2077
|
+
"feel": "optional",
|
|
1895
2078
|
"group": "input",
|
|
1896
|
-
"type": "String",
|
|
1897
|
-
"feel": "required",
|
|
1898
|
-
"optional": true,
|
|
1899
2079
|
"binding": {
|
|
1900
|
-
"
|
|
1901
|
-
"
|
|
1902
|
-
},
|
|
1903
|
-
"constraints": {
|
|
1904
|
-
"notEmpty": false
|
|
2080
|
+
"name": "input.tableName",
|
|
2081
|
+
"type": "zeebe:input"
|
|
1905
2082
|
},
|
|
1906
2083
|
"condition": {
|
|
1907
|
-
"
|
|
1908
|
-
|
|
1909
|
-
|
|
2084
|
+
"allMatch": [
|
|
2085
|
+
{
|
|
2086
|
+
"property": "input.tableOperation",
|
|
2087
|
+
"equals": "scanTable",
|
|
2088
|
+
"type": "simple"
|
|
2089
|
+
},
|
|
2090
|
+
{
|
|
2091
|
+
"property": "input.operationGroup",
|
|
2092
|
+
"equals": "tableOperation",
|
|
2093
|
+
"type": "simple"
|
|
2094
|
+
}
|
|
2095
|
+
]
|
|
2096
|
+
},
|
|
2097
|
+
"type": "String"
|
|
1910
2098
|
},
|
|
1911
2099
|
{
|
|
1912
|
-
"
|
|
1913
|
-
"
|
|
1914
|
-
"
|
|
1915
|
-
"type": "String",
|
|
1916
|
-
"feel": "required",
|
|
2100
|
+
"id": "input.filterExpression",
|
|
2101
|
+
"label": "Filter expression",
|
|
2102
|
+
"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>",
|
|
1917
2103
|
"optional": true,
|
|
2104
|
+
"feel": "optional",
|
|
2105
|
+
"group": "input",
|
|
1918
2106
|
"binding": {
|
|
1919
|
-
"
|
|
1920
|
-
"
|
|
1921
|
-
},
|
|
1922
|
-
"constraints": {
|
|
1923
|
-
"notEmpty": false
|
|
2107
|
+
"name": "input.filterExpression",
|
|
2108
|
+
"type": "zeebe:input"
|
|
1924
2109
|
},
|
|
1925
2110
|
"condition": {
|
|
1926
|
-
"
|
|
1927
|
-
|
|
1928
|
-
|
|
2111
|
+
"allMatch": [
|
|
2112
|
+
{
|
|
2113
|
+
"property": "input.tableOperation",
|
|
2114
|
+
"equals": "scanTable",
|
|
2115
|
+
"type": "simple"
|
|
2116
|
+
},
|
|
2117
|
+
{
|
|
2118
|
+
"property": "input.operationGroup",
|
|
2119
|
+
"equals": "tableOperation",
|
|
2120
|
+
"type": "simple"
|
|
2121
|
+
}
|
|
2122
|
+
]
|
|
2123
|
+
},
|
|
2124
|
+
"type": "String"
|
|
1929
2125
|
},
|
|
1930
2126
|
{
|
|
1931
|
-
"
|
|
1932
|
-
"
|
|
2127
|
+
"id": "input.projectionExpression",
|
|
2128
|
+
"label": "Projection expression",
|
|
2129
|
+
"description": "Is a string that identifies the attributes that you want. For multiple attributes, the names must be comma-separated",
|
|
2130
|
+
"optional": true,
|
|
2131
|
+
"feel": "optional",
|
|
1933
2132
|
"group": "input",
|
|
1934
|
-
"type": "String",
|
|
1935
|
-
"feel": "required",
|
|
1936
2133
|
"binding": {
|
|
1937
|
-
"
|
|
1938
|
-
"
|
|
1939
|
-
},
|
|
1940
|
-
"constraints": {
|
|
1941
|
-
"notEmpty": true
|
|
2134
|
+
"name": "input.projectionExpression",
|
|
2135
|
+
"type": "zeebe:input"
|
|
1942
2136
|
},
|
|
1943
2137
|
"condition": {
|
|
1944
|
-
"
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
2138
|
+
"allMatch": [
|
|
2139
|
+
{
|
|
2140
|
+
"property": "input.tableOperation",
|
|
2141
|
+
"equals": "scanTable",
|
|
2142
|
+
"type": "simple"
|
|
2143
|
+
},
|
|
2144
|
+
{
|
|
2145
|
+
"property": "input.operationGroup",
|
|
2146
|
+
"equals": "tableOperation",
|
|
2147
|
+
"type": "simple"
|
|
2148
|
+
}
|
|
2149
|
+
]
|
|
2150
|
+
},
|
|
2151
|
+
"type": "String"
|
|
2152
|
+
},
|
|
1948
2153
|
{
|
|
1949
|
-
"
|
|
1950
|
-
"
|
|
1951
|
-
"
|
|
1952
|
-
"
|
|
2154
|
+
"id": "input.expressionAttributeNames",
|
|
2155
|
+
"label": "Expression attribute names",
|
|
2156
|
+
"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>",
|
|
2157
|
+
"optional": true,
|
|
1953
2158
|
"feel": "required",
|
|
2159
|
+
"group": "input",
|
|
1954
2160
|
"binding": {
|
|
1955
|
-
"
|
|
1956
|
-
"
|
|
1957
|
-
},
|
|
1958
|
-
"constraints": {
|
|
1959
|
-
"notEmpty": true
|
|
2161
|
+
"name": "input.expressionAttributeNames",
|
|
2162
|
+
"type": "zeebe:input"
|
|
1960
2163
|
},
|
|
1961
2164
|
"condition": {
|
|
1962
|
-
"
|
|
1963
|
-
|
|
1964
|
-
|
|
2165
|
+
"allMatch": [
|
|
2166
|
+
{
|
|
2167
|
+
"property": "input.tableOperation",
|
|
2168
|
+
"equals": "scanTable",
|
|
2169
|
+
"type": "simple"
|
|
2170
|
+
},
|
|
2171
|
+
{
|
|
2172
|
+
"property": "input.operationGroup",
|
|
2173
|
+
"equals": "tableOperation",
|
|
2174
|
+
"type": "simple"
|
|
2175
|
+
}
|
|
2176
|
+
]
|
|
2177
|
+
},
|
|
2178
|
+
"type": "String"
|
|
1965
2179
|
},
|
|
1966
2180
|
{
|
|
1967
|
-
"
|
|
1968
|
-
"
|
|
1969
|
-
"
|
|
1970
|
-
"
|
|
2181
|
+
"id": "input.expressionAttributeValues",
|
|
2182
|
+
"label": "Expression attribute values",
|
|
2183
|
+
"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>",
|
|
2184
|
+
"optional": true,
|
|
1971
2185
|
"feel": "required",
|
|
2186
|
+
"group": "input",
|
|
1972
2187
|
"binding": {
|
|
1973
|
-
"
|
|
1974
|
-
"
|
|
2188
|
+
"name": "input.expressionAttributeValues",
|
|
2189
|
+
"type": "zeebe:input"
|
|
2190
|
+
},
|
|
2191
|
+
"condition": {
|
|
2192
|
+
"allMatch": [
|
|
2193
|
+
{
|
|
2194
|
+
"property": "input.tableOperation",
|
|
2195
|
+
"equals": "scanTable",
|
|
2196
|
+
"type": "simple"
|
|
2197
|
+
},
|
|
2198
|
+
{
|
|
2199
|
+
"property": "input.operationGroup",
|
|
2200
|
+
"equals": "tableOperation",
|
|
2201
|
+
"type": "simple"
|
|
2202
|
+
}
|
|
2203
|
+
]
|
|
1975
2204
|
},
|
|
2205
|
+
"type": "String"
|
|
2206
|
+
},
|
|
2207
|
+
{
|
|
2208
|
+
"id": "input.addItem.tableName",
|
|
2209
|
+
"label": "Table name",
|
|
2210
|
+
"description": "Name of DynamoDB table",
|
|
2211
|
+
"optional": false,
|
|
1976
2212
|
"constraints": {
|
|
1977
2213
|
"notEmpty": true
|
|
1978
2214
|
},
|
|
2215
|
+
"feel": "optional",
|
|
2216
|
+
"group": "input",
|
|
2217
|
+
"binding": {
|
|
2218
|
+
"name": "input.tableName",
|
|
2219
|
+
"type": "zeebe:input"
|
|
2220
|
+
},
|
|
1979
2221
|
"condition": {
|
|
1980
|
-
"
|
|
1981
|
-
|
|
1982
|
-
|
|
2222
|
+
"allMatch": [
|
|
2223
|
+
{
|
|
2224
|
+
"property": "input.itemOperation",
|
|
2225
|
+
"equals": "addItem",
|
|
2226
|
+
"type": "simple"
|
|
2227
|
+
},
|
|
2228
|
+
{
|
|
2229
|
+
"property": "input.operationGroup",
|
|
2230
|
+
"equals": "itemOperation",
|
|
2231
|
+
"type": "simple"
|
|
2232
|
+
}
|
|
2233
|
+
]
|
|
2234
|
+
},
|
|
2235
|
+
"type": "String"
|
|
1983
2236
|
},
|
|
1984
2237
|
{
|
|
1985
|
-
"
|
|
1986
|
-
"
|
|
1987
|
-
"
|
|
1988
|
-
"type": "Dropdown",
|
|
2238
|
+
"id": "input.item",
|
|
2239
|
+
"label": "Item",
|
|
2240
|
+
"description": "DynamoDB item (group of attributes)",
|
|
1989
2241
|
"optional": false,
|
|
1990
|
-
"
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
{
|
|
1996
|
-
"name": "DELETE",
|
|
1997
|
-
"value": "delete"
|
|
1998
|
-
}
|
|
1999
|
-
],
|
|
2242
|
+
"constraints": {
|
|
2243
|
+
"notEmpty": true
|
|
2244
|
+
},
|
|
2245
|
+
"feel": "required",
|
|
2246
|
+
"group": "input",
|
|
2000
2247
|
"binding": {
|
|
2001
|
-
"
|
|
2002
|
-
"
|
|
2248
|
+
"name": "input.item",
|
|
2249
|
+
"type": "zeebe:input"
|
|
2250
|
+
},
|
|
2251
|
+
"condition": {
|
|
2252
|
+
"allMatch": [
|
|
2253
|
+
{
|
|
2254
|
+
"property": "input.itemOperation",
|
|
2255
|
+
"equals": "addItem",
|
|
2256
|
+
"type": "simple"
|
|
2257
|
+
},
|
|
2258
|
+
{
|
|
2259
|
+
"property": "input.operationGroup",
|
|
2260
|
+
"equals": "itemOperation",
|
|
2261
|
+
"type": "simple"
|
|
2262
|
+
}
|
|
2263
|
+
]
|
|
2003
2264
|
},
|
|
2265
|
+
"type": "String"
|
|
2266
|
+
},
|
|
2267
|
+
{
|
|
2268
|
+
"id": "input.deleteItem.tableName",
|
|
2269
|
+
"label": "Table name",
|
|
2270
|
+
"description": "Name of DynamoDB table",
|
|
2271
|
+
"optional": false,
|
|
2004
2272
|
"constraints": {
|
|
2005
2273
|
"notEmpty": true
|
|
2006
2274
|
},
|
|
2275
|
+
"feel": "optional",
|
|
2276
|
+
"group": "input",
|
|
2277
|
+
"binding": {
|
|
2278
|
+
"name": "input.tableName",
|
|
2279
|
+
"type": "zeebe:input"
|
|
2280
|
+
},
|
|
2007
2281
|
"condition": {
|
|
2008
|
-
"
|
|
2009
|
-
|
|
2010
|
-
|
|
2282
|
+
"allMatch": [
|
|
2283
|
+
{
|
|
2284
|
+
"property": "input.itemOperation",
|
|
2285
|
+
"equals": "deleteItem",
|
|
2286
|
+
"type": "simple"
|
|
2287
|
+
},
|
|
2288
|
+
{
|
|
2289
|
+
"property": "input.operationGroup",
|
|
2290
|
+
"equals": "itemOperation",
|
|
2291
|
+
"type": "simple"
|
|
2292
|
+
}
|
|
2293
|
+
]
|
|
2294
|
+
},
|
|
2295
|
+
"type": "String"
|
|
2011
2296
|
},
|
|
2012
2297
|
{
|
|
2013
|
-
"
|
|
2014
|
-
"
|
|
2015
|
-
"
|
|
2016
|
-
"
|
|
2298
|
+
"id": "input.deleteItem.primaryKeyComponents",
|
|
2299
|
+
"label": "Primary key components",
|
|
2300
|
+
"description": "Simple or composite primary key",
|
|
2301
|
+
"optional": false,
|
|
2302
|
+
"constraints": {
|
|
2303
|
+
"notEmpty": true
|
|
2304
|
+
},
|
|
2305
|
+
"feel": "required",
|
|
2306
|
+
"group": "input",
|
|
2017
2307
|
"binding": {
|
|
2018
|
-
"
|
|
2019
|
-
"
|
|
2020
|
-
}
|
|
2308
|
+
"name": "input.primaryKeyComponents",
|
|
2309
|
+
"type": "zeebe:input"
|
|
2310
|
+
},
|
|
2311
|
+
"condition": {
|
|
2312
|
+
"allMatch": [
|
|
2313
|
+
{
|
|
2314
|
+
"property": "input.itemOperation",
|
|
2315
|
+
"equals": "deleteItem",
|
|
2316
|
+
"type": "simple"
|
|
2317
|
+
},
|
|
2318
|
+
{
|
|
2319
|
+
"property": "input.operationGroup",
|
|
2320
|
+
"equals": "itemOperation",
|
|
2321
|
+
"type": "simple"
|
|
2322
|
+
}
|
|
2323
|
+
]
|
|
2324
|
+
},
|
|
2325
|
+
"type": "String"
|
|
2021
2326
|
},
|
|
2022
2327
|
{
|
|
2023
|
-
"
|
|
2024
|
-
"
|
|
2025
|
-
"
|
|
2026
|
-
"
|
|
2027
|
-
"
|
|
2328
|
+
"id": "input.getItem.tableName",
|
|
2329
|
+
"label": "Table name",
|
|
2330
|
+
"description": "Name of DynamoDB table",
|
|
2331
|
+
"optional": false,
|
|
2332
|
+
"constraints": {
|
|
2333
|
+
"notEmpty": true
|
|
2334
|
+
},
|
|
2335
|
+
"feel": "optional",
|
|
2336
|
+
"group": "input",
|
|
2028
2337
|
"binding": {
|
|
2029
|
-
"
|
|
2030
|
-
"
|
|
2031
|
-
}
|
|
2338
|
+
"name": "input.tableName",
|
|
2339
|
+
"type": "zeebe:input"
|
|
2340
|
+
},
|
|
2341
|
+
"condition": {
|
|
2342
|
+
"allMatch": [
|
|
2343
|
+
{
|
|
2344
|
+
"property": "input.itemOperation",
|
|
2345
|
+
"equals": "getItem",
|
|
2346
|
+
"type": "simple"
|
|
2347
|
+
},
|
|
2348
|
+
{
|
|
2349
|
+
"property": "input.operationGroup",
|
|
2350
|
+
"equals": "itemOperation",
|
|
2351
|
+
"type": "simple"
|
|
2352
|
+
}
|
|
2353
|
+
]
|
|
2354
|
+
},
|
|
2355
|
+
"type": "String"
|
|
2032
2356
|
},
|
|
2033
2357
|
{
|
|
2034
|
-
"
|
|
2035
|
-
"
|
|
2036
|
-
"
|
|
2037
|
-
"
|
|
2358
|
+
"id": "input.getItem.primaryKeyComponents",
|
|
2359
|
+
"label": "Primary key components",
|
|
2360
|
+
"description": "Simple or composite primary key",
|
|
2361
|
+
"optional": false,
|
|
2362
|
+
"constraints": {
|
|
2363
|
+
"notEmpty": true
|
|
2364
|
+
},
|
|
2038
2365
|
"feel": "required",
|
|
2366
|
+
"group": "input",
|
|
2039
2367
|
"binding": {
|
|
2040
|
-
"
|
|
2041
|
-
"
|
|
2042
|
-
}
|
|
2368
|
+
"name": "input.primaryKeyComponents",
|
|
2369
|
+
"type": "zeebe:input"
|
|
2370
|
+
},
|
|
2371
|
+
"condition": {
|
|
2372
|
+
"allMatch": [
|
|
2373
|
+
{
|
|
2374
|
+
"property": "input.itemOperation",
|
|
2375
|
+
"equals": "getItem",
|
|
2376
|
+
"type": "simple"
|
|
2377
|
+
},
|
|
2378
|
+
{
|
|
2379
|
+
"property": "input.operationGroup",
|
|
2380
|
+
"equals": "itemOperation",
|
|
2381
|
+
"type": "simple"
|
|
2382
|
+
}
|
|
2383
|
+
]
|
|
2384
|
+
},
|
|
2385
|
+
"type": "String"
|
|
2386
|
+
},
|
|
2387
|
+
{
|
|
2388
|
+
"id": "input.updateTable.tableName",
|
|
2389
|
+
"label": "Table name",
|
|
2390
|
+
"description": "Name of DynamoDB table",
|
|
2391
|
+
"optional": false,
|
|
2392
|
+
"constraints": {
|
|
2393
|
+
"notEmpty": true
|
|
2394
|
+
},
|
|
2395
|
+
"feel": "optional",
|
|
2396
|
+
"group": "input",
|
|
2397
|
+
"binding": {
|
|
2398
|
+
"name": "input.tableName",
|
|
2399
|
+
"type": "zeebe:input"
|
|
2400
|
+
},
|
|
2401
|
+
"condition": {
|
|
2402
|
+
"allMatch": [
|
|
2403
|
+
{
|
|
2404
|
+
"property": "input.itemOperation",
|
|
2405
|
+
"equals": "updateItem",
|
|
2406
|
+
"type": "simple"
|
|
2407
|
+
},
|
|
2408
|
+
{
|
|
2409
|
+
"property": "input.operationGroup",
|
|
2410
|
+
"equals": "itemOperation",
|
|
2411
|
+
"type": "simple"
|
|
2412
|
+
}
|
|
2413
|
+
]
|
|
2414
|
+
},
|
|
2415
|
+
"type": "String"
|
|
2416
|
+
},
|
|
2417
|
+
{
|
|
2418
|
+
"id": "input.updateItem.primaryKeyComponents",
|
|
2419
|
+
"label": "Primary key components",
|
|
2420
|
+
"description": "Simple or composite primary key",
|
|
2421
|
+
"optional": false,
|
|
2422
|
+
"constraints": {
|
|
2423
|
+
"notEmpty": true
|
|
2424
|
+
},
|
|
2425
|
+
"feel": "required",
|
|
2426
|
+
"group": "input",
|
|
2427
|
+
"binding": {
|
|
2428
|
+
"name": "input.primaryKeyComponents",
|
|
2429
|
+
"type": "zeebe:input"
|
|
2430
|
+
},
|
|
2431
|
+
"condition": {
|
|
2432
|
+
"allMatch": [
|
|
2433
|
+
{
|
|
2434
|
+
"property": "input.itemOperation",
|
|
2435
|
+
"equals": "updateItem",
|
|
2436
|
+
"type": "simple"
|
|
2437
|
+
},
|
|
2438
|
+
{
|
|
2439
|
+
"property": "input.operationGroup",
|
|
2440
|
+
"equals": "itemOperation",
|
|
2441
|
+
"type": "simple"
|
|
2442
|
+
}
|
|
2443
|
+
]
|
|
2444
|
+
},
|
|
2445
|
+
"type": "String"
|
|
2446
|
+
},
|
|
2447
|
+
{
|
|
2448
|
+
"id": "input.keyAttributes",
|
|
2449
|
+
"label": "Key attributes",
|
|
2450
|
+
"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>",
|
|
2451
|
+
"optional": false,
|
|
2452
|
+
"constraints": {
|
|
2453
|
+
"notEmpty": true
|
|
2454
|
+
},
|
|
2455
|
+
"feel": "required",
|
|
2456
|
+
"group": "input",
|
|
2457
|
+
"binding": {
|
|
2458
|
+
"name": "input.keyAttributes",
|
|
2459
|
+
"type": "zeebe:input"
|
|
2460
|
+
},
|
|
2461
|
+
"condition": {
|
|
2462
|
+
"allMatch": [
|
|
2463
|
+
{
|
|
2464
|
+
"property": "input.itemOperation",
|
|
2465
|
+
"equals": "updateItem",
|
|
2466
|
+
"type": "simple"
|
|
2467
|
+
},
|
|
2468
|
+
{
|
|
2469
|
+
"property": "input.operationGroup",
|
|
2470
|
+
"equals": "itemOperation",
|
|
2471
|
+
"type": "simple"
|
|
2472
|
+
}
|
|
2473
|
+
]
|
|
2474
|
+
},
|
|
2475
|
+
"type": "String"
|
|
2476
|
+
},
|
|
2477
|
+
{
|
|
2478
|
+
"id": "input.attributeAction",
|
|
2479
|
+
"label": "Attribute action",
|
|
2480
|
+
"description": "Specifies how to perform the update",
|
|
2481
|
+
"optional": false,
|
|
2482
|
+
"constraints": {
|
|
2483
|
+
"notEmpty": true
|
|
2484
|
+
},
|
|
2485
|
+
"group": "input",
|
|
2486
|
+
"binding": {
|
|
2487
|
+
"name": "input.attributeAction",
|
|
2488
|
+
"type": "zeebe:input"
|
|
2489
|
+
},
|
|
2490
|
+
"condition": {
|
|
2491
|
+
"allMatch": [
|
|
2492
|
+
{
|
|
2493
|
+
"property": "input.itemOperation",
|
|
2494
|
+
"equals": "updateItem",
|
|
2495
|
+
"type": "simple"
|
|
2496
|
+
},
|
|
2497
|
+
{
|
|
2498
|
+
"property": "input.operationGroup",
|
|
2499
|
+
"equals": "itemOperation",
|
|
2500
|
+
"type": "simple"
|
|
2501
|
+
}
|
|
2502
|
+
]
|
|
2503
|
+
},
|
|
2504
|
+
"type": "Dropdown",
|
|
2505
|
+
"choices": [
|
|
2506
|
+
{
|
|
2507
|
+
"name": "PUT",
|
|
2508
|
+
"value": "put"
|
|
2509
|
+
},
|
|
2510
|
+
{
|
|
2511
|
+
"name": "DELETE",
|
|
2512
|
+
"value": "delete"
|
|
2513
|
+
}
|
|
2514
|
+
]
|
|
2515
|
+
},
|
|
2516
|
+
{
|
|
2517
|
+
"id": "resultVariable",
|
|
2518
|
+
"label": "Result variable",
|
|
2519
|
+
"description": "Name of variable to store the response in",
|
|
2520
|
+
"group": "output",
|
|
2521
|
+
"binding": {
|
|
2522
|
+
"key": "resultVariable",
|
|
2523
|
+
"type": "zeebe:taskHeader"
|
|
2524
|
+
},
|
|
2525
|
+
"type": "String"
|
|
2526
|
+
},
|
|
2527
|
+
{
|
|
2528
|
+
"id": "resultExpression",
|
|
2529
|
+
"label": "Result expression",
|
|
2530
|
+
"description": "Expression to map the response into process variables",
|
|
2531
|
+
"feel": "required",
|
|
2532
|
+
"group": "output",
|
|
2533
|
+
"binding": {
|
|
2534
|
+
"key": "resultExpression",
|
|
2535
|
+
"type": "zeebe:taskHeader"
|
|
2536
|
+
},
|
|
2537
|
+
"type": "Text"
|
|
2538
|
+
},
|
|
2539
|
+
{
|
|
2540
|
+
"id": "errorExpression",
|
|
2541
|
+
"label": "Error expression",
|
|
2542
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
2543
|
+
"feel": "required",
|
|
2544
|
+
"group": "error",
|
|
2545
|
+
"binding": {
|
|
2546
|
+
"key": "errorExpression",
|
|
2547
|
+
"type": "zeebe:taskHeader"
|
|
2548
|
+
},
|
|
2549
|
+
"type": "Text"
|
|
2550
|
+
},
|
|
2551
|
+
{
|
|
2552
|
+
"id": "retryCount",
|
|
2553
|
+
"label": "Retries",
|
|
2554
|
+
"description": "Number of retries",
|
|
2555
|
+
"value": "3",
|
|
2556
|
+
"feel": "optional",
|
|
2557
|
+
"group": "retries",
|
|
2558
|
+
"binding": {
|
|
2559
|
+
"property": "retries",
|
|
2560
|
+
"type": "zeebe:taskDefinition"
|
|
2561
|
+
},
|
|
2562
|
+
"type": "String"
|
|
2563
|
+
},
|
|
2564
|
+
{
|
|
2565
|
+
"id": "retryBackoff",
|
|
2566
|
+
"label": "Retry backoff",
|
|
2567
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
2568
|
+
"value": "PT0S",
|
|
2569
|
+
"group": "retries",
|
|
2570
|
+
"binding": {
|
|
2571
|
+
"key": "retryBackoff",
|
|
2572
|
+
"type": "zeebe:taskHeader"
|
|
2573
|
+
},
|
|
2574
|
+
"type": "String"
|
|
2043
2575
|
}
|
|
2044
2576
|
],
|
|
2045
2577
|
"icon": {
|
|
2046
|
-
"contents": "data:image/svg+xml;
|
|
2578
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgMjg5JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00xNjUuMjU4IDI4OC41MDFoMy41MDhsNTcuMjYxLTI4LjYzNC45NTMtMS4zNDdWMjkuOTY0bC0uOTUzLTEuMzU0TDE2OC43NjYgMGgtMy41NTFsLjA0MyAyODguNTAxJwogICAgICAgICAgZmlsbD0nIzUyOTRDRicvPgogICAgPHBhdGggZD0nTTkwLjc0MSAyODguNTAxaC0zLjU1N2wtNTcuMjEyLTI4LjYzNC0xLjE2MS0xLjk5Ny0uNTg5LTIyNi43NDIgMS43NS0yLjUxOEw4Ny4xODQgMGgzLjYwMWwtLjA0NCAyODguNTAxJwogICAgICAgICAgZmlsbD0nIzFGNUI5OCcvPgogICAgPHBhdGggZD0nTTg3LjI4NSAwaDgxLjQyNnYyODguNTAxSDg3LjI4NVYweicgZmlsbD0nIzJENzJCOCcvPgogICAgPHBhdGggZD0nTTI1NiAxMzcuNzY5bC0xLjkzNS0uNDI5LTI3LjYyOC0yLjU3Ni0uNDEuMjA0LTU3LjMxMi0yLjI5MmgtODEuNDNsLTU3LjMxMyAyLjI5MlY5MS4yNjRsLS4wNi4wMzIuMDYtLjEyOCA1Ny4zMTMtMTMuMjhoODEuNDNsNTcuMzEyIDEzLjI4IDIxLjA2OSAxMS4xOTl2LTcuMmw4LjkwNC0uOTc0LS45MjItMS43OTgtMjguMTkyLTIwLjE1OS0uODU5LjI3OS01Ny4zMTItMTcuNzU5aC04MS40M0wyOS45NzIgNzIuNTE1VjI4LjYxTDAgNjMuNzIzdjMwLjY2NmwuMjMyLS4xNjggOC42NzIuOTQ2djcuMzQ4TDAgMTA3LjI4djMwLjUxM2wuMjMyLS4wMjQgOC42NzIuMTI4djEyLjgwN2wtNy40ODIuMTEyTDAgMTUwLjY4djMwLjUyNWw4LjkwNCA0Ljc4OHY3LjQzM2wtOC41MzEuOTQyLS4zNzMtLjI4djMwLjY2MWwyOS45NzIgMzUuMTE4di00My45MDFsNTcuMzEzIDE3Ljc1OWg4MS40M2w1Ny40ODEtMTcuODExLjc2NC4zMzUgMjcuODIxLTE5Ljg2MiAxLjIxOS0xLjk3OS04LjkwNC0uOTgydi03LjI4NGwtMS4xNjctLjQ2Ni0xOS4wNDMgMTAuMjY1LS42OSAxLjQ0LTU3LjQ4MSAxMy4yMDN2LjAxNmgtODEuNDN2LS4wMTZsLTU3LjMxMy0xMy4yNTl2LTQzLjg2NGw1Ny4zMTMgMi4yODR2LjA1Nmg4MS40M2w1Ny4zMTItMi4zNCAxLjMwNS42IDI2Ljc3OS0yLjMwNiAxLjg4OS0uOTIzLTguOTA0LS4xMjh2LTEyLjgwN2w4LjkwNC0uMTI4JwogICAgICAgICAgZmlsbD0nIzFBNDc2RicvPgogICAgPHBhdGggZD0nTTIyNi4wMjcgMjE1Ljk2NnY0My45MDFMMjU2IDIyNC43NDl2LTMwLjQ2MWwtMjkuOCAyMS42MjYtLjE3My4wNTJNMjI2LjAyNyAxOTcuNDIxbC4xNzMtLjA0IDI5LjgtMTYuMDI4di0zMC42NDlsLTI5Ljk3MyAyLjc1N3Y0My45Nk0yMjYuMiA5MS4yMDhsLS4xNzMtLjA0djQzLjhMMjU2IDEzNy43Njl2LTMwLjYzNGwtMjkuOC0xNS45MjdNMjI2LjIgNzIuNjg3TDI1NiA5NC4xOTNWNjMuNzMxTDIyNi4wMjcgMjguNjF2NDMuOTA1bC4xNzMuMDZ2LjExMicKICAgICAgICAgIGZpbGw9JyMyRDcyQjgnLz4KPC9zdmc+"
|
|
2047
2579
|
},
|
|
2048
2580
|
"engines": {
|
|
2049
|
-
"camunda": "^8.
|
|
2581
|
+
"camunda": "^8.5"
|
|
2050
2582
|
}
|
|
2051
2583
|
},
|
|
2052
2584
|
{
|
|
2053
2585
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2054
|
-
"name": "AWS DynamoDB
|
|
2586
|
+
"name": "AWS DynamoDB",
|
|
2055
2587
|
"id": "io.camunda.connectors.AWSDynamoDB.v1",
|
|
2056
|
-
"version":
|
|
2588
|
+
"version": 2,
|
|
2057
2589
|
"description": "Work with tables and items using AWS DynamoDB service",
|
|
2058
2590
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/",
|
|
2059
2591
|
"category": {
|
|
@@ -2182,7 +2714,7 @@
|
|
|
2182
2714
|
},
|
|
2183
2715
|
{
|
|
2184
2716
|
"label": "Access key",
|
|
2185
|
-
"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>",
|
|
2717
|
+
"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>",
|
|
2186
2718
|
"group": "authentication",
|
|
2187
2719
|
"type": "String",
|
|
2188
2720
|
"feel": "optional",
|
|
@@ -2197,7 +2729,7 @@
|
|
|
2197
2729
|
},
|
|
2198
2730
|
{
|
|
2199
2731
|
"label": "Secret key",
|
|
2200
|
-
"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>",
|
|
2732
|
+
"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>",
|
|
2201
2733
|
"group": "authentication",
|
|
2202
2734
|
"type": "String",
|
|
2203
2735
|
"feel": "optional",
|
|
@@ -2265,7 +2797,7 @@
|
|
|
2265
2797
|
},
|
|
2266
2798
|
{
|
|
2267
2799
|
"label": "Partition key",
|
|
2268
|
-
"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>",
|
|
2800
|
+
"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>",
|
|
2269
2801
|
"group": "input",
|
|
2270
2802
|
"type": "String",
|
|
2271
2803
|
"feel": "optional",
|
|
@@ -2283,7 +2815,7 @@
|
|
|
2283
2815
|
},
|
|
2284
2816
|
{
|
|
2285
2817
|
"label": "Partition key role",
|
|
2286
|
-
"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>",
|
|
2818
|
+
"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>",
|
|
2287
2819
|
"group": "input",
|
|
2288
2820
|
"type": "Dropdown",
|
|
2289
2821
|
"optional": false,
|
|
@@ -2343,7 +2875,7 @@
|
|
|
2343
2875
|
},
|
|
2344
2876
|
{
|
|
2345
2877
|
"label": "Sort key",
|
|
2346
|
-
"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>",
|
|
2878
|
+
"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>",
|
|
2347
2879
|
"group": "input",
|
|
2348
2880
|
"type": "String",
|
|
2349
2881
|
"feel": "optional",
|
|
@@ -2422,7 +2954,7 @@
|
|
|
2422
2954
|
},
|
|
2423
2955
|
{
|
|
2424
2956
|
"label": "Read capacity units",
|
|
2425
|
-
"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>",
|
|
2957
|
+
"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>",
|
|
2426
2958
|
"group": "input",
|
|
2427
2959
|
"type": "String",
|
|
2428
2960
|
"feel": "optional",
|
|
@@ -2434,8 +2966,8 @@
|
|
|
2434
2966
|
"constraints": {
|
|
2435
2967
|
"notEmpty": false,
|
|
2436
2968
|
"pattern": {
|
|
2437
|
-
"value": "^(=|([0-9]
|
|
2438
|
-
"message": "Must be a number"
|
|
2969
|
+
"value": "^(=|([0-9]|secrets.*|\\{\\{.*)+$)",
|
|
2970
|
+
"message": "Must be a number."
|
|
2439
2971
|
}
|
|
2440
2972
|
},
|
|
2441
2973
|
"condition": {
|
|
@@ -2445,7 +2977,7 @@
|
|
|
2445
2977
|
},
|
|
2446
2978
|
{
|
|
2447
2979
|
"label": "Write capacity units",
|
|
2448
|
-
"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>",
|
|
2980
|
+
"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>",
|
|
2449
2981
|
"group": "input",
|
|
2450
2982
|
"type": "String",
|
|
2451
2983
|
"feel": "optional",
|
|
@@ -2457,8 +2989,8 @@
|
|
|
2457
2989
|
"constraints": {
|
|
2458
2990
|
"notEmpty": false,
|
|
2459
2991
|
"pattern": {
|
|
2460
|
-
"value": "^(=|([0-9]
|
|
2461
|
-
"message": "Must be a number"
|
|
2992
|
+
"value": "^(=|([0-9]|secrets.*|\\{\\{.*)+$)",
|
|
2993
|
+
"message": "Must be a number."
|
|
2462
2994
|
}
|
|
2463
2995
|
},
|
|
2464
2996
|
"condition": {
|
|
@@ -2468,7 +3000,7 @@
|
|
|
2468
3000
|
},
|
|
2469
3001
|
{
|
|
2470
3002
|
"label": "Billing mode",
|
|
2471
|
-
"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>",
|
|
3003
|
+
"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>",
|
|
2472
3004
|
"group": "input",
|
|
2473
3005
|
"type": "Dropdown",
|
|
2474
3006
|
"optional": true,
|
|
@@ -2525,7 +3057,7 @@
|
|
|
2525
3057
|
},
|
|
2526
3058
|
{
|
|
2527
3059
|
"label": "Filter expression",
|
|
2528
|
-
"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>",
|
|
3060
|
+
"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>",
|
|
2529
3061
|
"group": "input",
|
|
2530
3062
|
"type": "String",
|
|
2531
3063
|
"feel": "optional",
|
|
@@ -2563,7 +3095,7 @@
|
|
|
2563
3095
|
},
|
|
2564
3096
|
{
|
|
2565
3097
|
"label": "Expression attribute names",
|
|
2566
|
-
"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>",
|
|
3098
|
+
"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>",
|
|
2567
3099
|
"group": "input",
|
|
2568
3100
|
"type": "String",
|
|
2569
3101
|
"feel": "required",
|
|
@@ -2582,7 +3114,7 @@
|
|
|
2582
3114
|
},
|
|
2583
3115
|
{
|
|
2584
3116
|
"label": "Expression attribute values",
|
|
2585
|
-
"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>",
|
|
3117
|
+
"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>",
|
|
2586
3118
|
"group": "input",
|
|
2587
3119
|
"type": "String",
|
|
2588
3120
|
"feel": "required",
|
|
@@ -2637,7 +3169,7 @@
|
|
|
2637
3169
|
},
|
|
2638
3170
|
{
|
|
2639
3171
|
"label": "Key attributes",
|
|
2640
|
-
"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>",
|
|
3172
|
+
"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>",
|
|
2641
3173
|
"group": "input",
|
|
2642
3174
|
"type": "String",
|
|
2643
3175
|
"feel": "required",
|
|
@@ -2718,29 +3250,16 @@
|
|
|
2718
3250
|
"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"
|
|
2719
3251
|
},
|
|
2720
3252
|
"engines": {
|
|
2721
|
-
"camunda": "^8.
|
|
3253
|
+
"camunda": "^8.2"
|
|
2722
3254
|
}
|
|
2723
3255
|
},
|
|
2724
3256
|
{
|
|
2725
3257
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2726
3258
|
"name": "AWS DynamoDB Outbound Connector",
|
|
2727
3259
|
"id": "io.camunda.connectors.AWSDynamoDB.v1",
|
|
2728
|
-
"
|
|
2729
|
-
"
|
|
2730
|
-
|
|
2731
|
-
"create table",
|
|
2732
|
-
"delete table",
|
|
2733
|
-
"update table",
|
|
2734
|
-
"describe table",
|
|
2735
|
-
"scan table",
|
|
2736
|
-
"add item",
|
|
2737
|
-
"delete item",
|
|
2738
|
-
"get item",
|
|
2739
|
-
"update item"
|
|
2740
|
-
]
|
|
2741
|
-
},
|
|
2742
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/",
|
|
2743
|
-
"version": 7,
|
|
3260
|
+
"version": 5,
|
|
3261
|
+
"description": "Work with tables and items using AWS DynamoDB service",
|
|
3262
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/",
|
|
2744
3263
|
"category": {
|
|
2745
3264
|
"id": "connectors",
|
|
2746
3265
|
"name": "Connectors"
|
|
@@ -2760,7 +3279,7 @@
|
|
|
2760
3279
|
},
|
|
2761
3280
|
{
|
|
2762
3281
|
"id": "configuration",
|
|
2763
|
-
"label": "
|
|
3282
|
+
"label": "Configuration"
|
|
2764
3283
|
},
|
|
2765
3284
|
{
|
|
2766
3285
|
"id": "input",
|
|
@@ -2768,1084 +3287,582 @@
|
|
|
2768
3287
|
},
|
|
2769
3288
|
{
|
|
2770
3289
|
"id": "output",
|
|
2771
|
-
"label": "Output
|
|
3290
|
+
"label": "Output"
|
|
2772
3291
|
},
|
|
2773
3292
|
{
|
|
2774
|
-
"id": "
|
|
3293
|
+
"id": "errors",
|
|
2775
3294
|
"label": "Error handling"
|
|
2776
|
-
},
|
|
2777
|
-
{
|
|
2778
|
-
"id": "retries",
|
|
2779
|
-
"label": "Retries"
|
|
2780
3295
|
}
|
|
2781
3296
|
],
|
|
2782
3297
|
"properties": [
|
|
2783
3298
|
{
|
|
3299
|
+
"type": "Hidden",
|
|
2784
3300
|
"value": "io.camunda:aws-dynamodb:1",
|
|
2785
3301
|
"binding": {
|
|
2786
|
-
"
|
|
2787
|
-
"
|
|
2788
|
-
}
|
|
2789
|
-
"type": "Hidden"
|
|
3302
|
+
"type": "zeebe:taskDefinition",
|
|
3303
|
+
"property": "type"
|
|
3304
|
+
}
|
|
2790
3305
|
},
|
|
2791
3306
|
{
|
|
2792
|
-
"id": "
|
|
2793
|
-
"label": "Choose category",
|
|
3307
|
+
"id": "operationGroup",
|
|
2794
3308
|
"group": "operation",
|
|
2795
|
-
"binding": {
|
|
2796
|
-
"name": "input.operationGroup",
|
|
2797
|
-
"type": "zeebe:input"
|
|
2798
|
-
},
|
|
2799
3309
|
"type": "Dropdown",
|
|
2800
3310
|
"choices": [
|
|
2801
3311
|
{
|
|
2802
3312
|
"name": "Table",
|
|
2803
|
-
"value": "
|
|
3313
|
+
"value": "table"
|
|
2804
3314
|
},
|
|
2805
3315
|
{
|
|
2806
3316
|
"name": "Item",
|
|
2807
|
-
"value": "
|
|
2808
|
-
}
|
|
2809
|
-
]
|
|
2810
|
-
},
|
|
2811
|
-
{
|
|
2812
|
-
"id": "input.tableOperation",
|
|
2813
|
-
"label": "Select action",
|
|
2814
|
-
"group": "operation",
|
|
2815
|
-
"binding": {
|
|
2816
|
-
"name": "input.tableOperation",
|
|
2817
|
-
"type": "zeebe:input"
|
|
2818
|
-
},
|
|
2819
|
-
"condition": {
|
|
2820
|
-
"property": "input.operationGroup",
|
|
2821
|
-
"equals": "tableOperation",
|
|
2822
|
-
"type": "simple"
|
|
2823
|
-
},
|
|
2824
|
-
"type": "Dropdown",
|
|
2825
|
-
"choices": [
|
|
2826
|
-
{
|
|
2827
|
-
"name": "Create table",
|
|
2828
|
-
"value": "createTable"
|
|
2829
|
-
},
|
|
2830
|
-
{
|
|
2831
|
-
"name": "Delete table",
|
|
2832
|
-
"value": "deleteTable"
|
|
2833
|
-
},
|
|
2834
|
-
{
|
|
2835
|
-
"name": "Describe table",
|
|
2836
|
-
"value": "describeTable"
|
|
2837
|
-
},
|
|
2838
|
-
{
|
|
2839
|
-
"name": "Scan table",
|
|
2840
|
-
"value": "scanTable"
|
|
2841
|
-
}
|
|
2842
|
-
]
|
|
2843
|
-
},
|
|
2844
|
-
{
|
|
2845
|
-
"id": "input.itemOperation",
|
|
2846
|
-
"label": "Select action",
|
|
2847
|
-
"group": "operation",
|
|
2848
|
-
"binding": {
|
|
2849
|
-
"name": "input.itemOperation",
|
|
2850
|
-
"type": "zeebe:input"
|
|
2851
|
-
},
|
|
2852
|
-
"condition": {
|
|
2853
|
-
"property": "input.operationGroup",
|
|
2854
|
-
"equals": "itemOperation",
|
|
2855
|
-
"type": "simple"
|
|
2856
|
-
},
|
|
2857
|
-
"type": "Dropdown",
|
|
2858
|
-
"choices": [
|
|
2859
|
-
{
|
|
2860
|
-
"name": "Add item",
|
|
2861
|
-
"value": "addItem"
|
|
2862
|
-
},
|
|
2863
|
-
{
|
|
2864
|
-
"name": "Delete item",
|
|
2865
|
-
"value": "deleteItem"
|
|
2866
|
-
},
|
|
2867
|
-
{
|
|
2868
|
-
"name": "Get item",
|
|
2869
|
-
"value": "getItem"
|
|
2870
|
-
},
|
|
2871
|
-
{
|
|
2872
|
-
"name": "Update item",
|
|
2873
|
-
"value": "updateItem"
|
|
2874
|
-
}
|
|
2875
|
-
]
|
|
2876
|
-
},
|
|
2877
|
-
{
|
|
2878
|
-
"id": "authentication.type",
|
|
2879
|
-
"label": "Authentication",
|
|
2880
|
-
"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>",
|
|
2881
|
-
"value": "credentials",
|
|
2882
|
-
"group": "authentication",
|
|
2883
|
-
"binding": {
|
|
2884
|
-
"name": "authentication.type",
|
|
2885
|
-
"type": "zeebe:input"
|
|
2886
|
-
},
|
|
2887
|
-
"type": "Dropdown",
|
|
2888
|
-
"choices": [
|
|
2889
|
-
{
|
|
2890
|
-
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
2891
|
-
"value": "defaultCredentialsChain"
|
|
2892
|
-
},
|
|
2893
|
-
{
|
|
2894
|
-
"name": "Credentials",
|
|
2895
|
-
"value": "credentials"
|
|
2896
|
-
}
|
|
2897
|
-
]
|
|
2898
|
-
},
|
|
2899
|
-
{
|
|
2900
|
-
"id": "authentication.accessKey",
|
|
2901
|
-
"label": "Access key",
|
|
2902
|
-
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
2903
|
-
"optional": false,
|
|
2904
|
-
"constraints": {
|
|
2905
|
-
"notEmpty": true
|
|
2906
|
-
},
|
|
2907
|
-
"feel": "optional",
|
|
2908
|
-
"group": "authentication",
|
|
2909
|
-
"binding": {
|
|
2910
|
-
"name": "authentication.accessKey",
|
|
2911
|
-
"type": "zeebe:input"
|
|
2912
|
-
},
|
|
2913
|
-
"condition": {
|
|
2914
|
-
"property": "authentication.type",
|
|
2915
|
-
"equals": "credentials",
|
|
2916
|
-
"type": "simple"
|
|
2917
|
-
},
|
|
2918
|
-
"type": "String"
|
|
2919
|
-
},
|
|
2920
|
-
{
|
|
2921
|
-
"id": "authentication.secretKey",
|
|
2922
|
-
"label": "Secret key",
|
|
2923
|
-
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
2924
|
-
"optional": false,
|
|
2925
|
-
"constraints": {
|
|
2926
|
-
"notEmpty": true
|
|
2927
|
-
},
|
|
2928
|
-
"feel": "optional",
|
|
2929
|
-
"group": "authentication",
|
|
2930
|
-
"binding": {
|
|
2931
|
-
"name": "authentication.secretKey",
|
|
2932
|
-
"type": "zeebe:input"
|
|
2933
|
-
},
|
|
2934
|
-
"condition": {
|
|
2935
|
-
"property": "authentication.type",
|
|
2936
|
-
"equals": "credentials",
|
|
2937
|
-
"type": "simple"
|
|
2938
|
-
},
|
|
2939
|
-
"type": "String"
|
|
2940
|
-
},
|
|
2941
|
-
{
|
|
2942
|
-
"id": "configuration.region",
|
|
2943
|
-
"label": "Region",
|
|
2944
|
-
"description": "Specify the AWS region",
|
|
2945
|
-
"optional": false,
|
|
2946
|
-
"constraints": {
|
|
2947
|
-
"notEmpty": true
|
|
2948
|
-
},
|
|
2949
|
-
"feel": "optional",
|
|
2950
|
-
"group": "configuration",
|
|
2951
|
-
"binding": {
|
|
2952
|
-
"name": "configuration.region",
|
|
2953
|
-
"type": "zeebe:input"
|
|
2954
|
-
},
|
|
2955
|
-
"type": "String"
|
|
2956
|
-
},
|
|
2957
|
-
{
|
|
2958
|
-
"id": "configuration.endpoint",
|
|
2959
|
-
"label": "Endpoint",
|
|
2960
|
-
"description": "Specify endpoint if need to use custom endpoint",
|
|
2961
|
-
"optional": true,
|
|
2962
|
-
"group": "configuration",
|
|
2963
|
-
"binding": {
|
|
2964
|
-
"name": "configuration.endpoint",
|
|
2965
|
-
"type": "zeebe:input"
|
|
2966
|
-
},
|
|
2967
|
-
"type": "Hidden"
|
|
2968
|
-
},
|
|
2969
|
-
{
|
|
2970
|
-
"id": "input.createTable.tableName",
|
|
2971
|
-
"label": "Table name",
|
|
2972
|
-
"description": "Name of DynamoDB table",
|
|
2973
|
-
"optional": false,
|
|
2974
|
-
"constraints": {
|
|
2975
|
-
"notEmpty": true
|
|
2976
|
-
},
|
|
2977
|
-
"feel": "optional",
|
|
2978
|
-
"group": "input",
|
|
2979
|
-
"binding": {
|
|
2980
|
-
"name": "input.tableName",
|
|
2981
|
-
"type": "zeebe:input"
|
|
2982
|
-
},
|
|
2983
|
-
"condition": {
|
|
2984
|
-
"allMatch": [
|
|
2985
|
-
{
|
|
2986
|
-
"property": "input.tableOperation",
|
|
2987
|
-
"equals": "createTable",
|
|
2988
|
-
"type": "simple"
|
|
2989
|
-
},
|
|
2990
|
-
{
|
|
2991
|
-
"property": "input.operationGroup",
|
|
2992
|
-
"equals": "tableOperation",
|
|
2993
|
-
"type": "simple"
|
|
2994
|
-
}
|
|
2995
|
-
]
|
|
2996
|
-
},
|
|
2997
|
-
"type": "String"
|
|
2998
|
-
},
|
|
2999
|
-
{
|
|
3000
|
-
"id": "input.partitionKey",
|
|
3001
|
-
"label": "Partition key",
|
|
3002
|
-
"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>",
|
|
3003
|
-
"optional": false,
|
|
3004
|
-
"constraints": {
|
|
3005
|
-
"notEmpty": true
|
|
3006
|
-
},
|
|
3007
|
-
"feel": "optional",
|
|
3008
|
-
"group": "input",
|
|
3009
|
-
"binding": {
|
|
3010
|
-
"name": "input.partitionKey",
|
|
3011
|
-
"type": "zeebe:input"
|
|
3012
|
-
},
|
|
3013
|
-
"condition": {
|
|
3014
|
-
"allMatch": [
|
|
3015
|
-
{
|
|
3016
|
-
"property": "input.tableOperation",
|
|
3017
|
-
"equals": "createTable",
|
|
3018
|
-
"type": "simple"
|
|
3019
|
-
},
|
|
3020
|
-
{
|
|
3021
|
-
"property": "input.operationGroup",
|
|
3022
|
-
"equals": "tableOperation",
|
|
3023
|
-
"type": "simple"
|
|
3024
|
-
}
|
|
3025
|
-
]
|
|
3026
|
-
},
|
|
3027
|
-
"type": "String"
|
|
3028
|
-
},
|
|
3029
|
-
{
|
|
3030
|
-
"id": "input.partitionKeyRole",
|
|
3031
|
-
"label": "Partition key role",
|
|
3032
|
-
"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>",
|
|
3033
|
-
"optional": false,
|
|
3034
|
-
"constraints": {
|
|
3035
|
-
"notEmpty": true
|
|
3036
|
-
},
|
|
3037
|
-
"group": "input",
|
|
3038
|
-
"binding": {
|
|
3039
|
-
"name": "input.partitionKeyRole",
|
|
3040
|
-
"type": "zeebe:input"
|
|
3041
|
-
},
|
|
3042
|
-
"condition": {
|
|
3043
|
-
"allMatch": [
|
|
3044
|
-
{
|
|
3045
|
-
"property": "input.tableOperation",
|
|
3046
|
-
"equals": "createTable",
|
|
3047
|
-
"type": "simple"
|
|
3048
|
-
},
|
|
3049
|
-
{
|
|
3050
|
-
"property": "input.operationGroup",
|
|
3051
|
-
"equals": "tableOperation",
|
|
3052
|
-
"type": "simple"
|
|
3053
|
-
}
|
|
3054
|
-
]
|
|
3055
|
-
},
|
|
3056
|
-
"type": "Dropdown",
|
|
3057
|
-
"choices": [
|
|
3058
|
-
{
|
|
3059
|
-
"name": "HASH",
|
|
3060
|
-
"value": "HASH"
|
|
3061
|
-
},
|
|
3062
|
-
{
|
|
3063
|
-
"name": "RANGE",
|
|
3064
|
-
"value": "RANGE"
|
|
3065
|
-
}
|
|
3066
|
-
]
|
|
3067
|
-
},
|
|
3068
|
-
{
|
|
3069
|
-
"id": "input.partitionKeyType",
|
|
3070
|
-
"label": "Partition key attribute data type",
|
|
3071
|
-
"description": "Represents the data for an attribute",
|
|
3072
|
-
"optional": false,
|
|
3073
|
-
"constraints": {
|
|
3074
|
-
"notEmpty": true
|
|
3075
|
-
},
|
|
3076
|
-
"group": "input",
|
|
3077
|
-
"binding": {
|
|
3078
|
-
"name": "input.partitionKeyType",
|
|
3079
|
-
"type": "zeebe:input"
|
|
3080
|
-
},
|
|
3081
|
-
"condition": {
|
|
3082
|
-
"allMatch": [
|
|
3083
|
-
{
|
|
3084
|
-
"property": "input.tableOperation",
|
|
3085
|
-
"equals": "createTable",
|
|
3086
|
-
"type": "simple"
|
|
3087
|
-
},
|
|
3088
|
-
{
|
|
3089
|
-
"property": "input.operationGroup",
|
|
3090
|
-
"equals": "tableOperation",
|
|
3091
|
-
"type": "simple"
|
|
3092
|
-
}
|
|
3093
|
-
]
|
|
3094
|
-
},
|
|
3095
|
-
"type": "Dropdown",
|
|
3096
|
-
"choices": [
|
|
3097
|
-
{
|
|
3098
|
-
"name": "Binary",
|
|
3099
|
-
"value": "B"
|
|
3100
|
-
},
|
|
3101
|
-
{
|
|
3102
|
-
"name": "Number",
|
|
3103
|
-
"value": "N"
|
|
3104
|
-
},
|
|
3105
|
-
{
|
|
3106
|
-
"name": "String",
|
|
3107
|
-
"value": "S"
|
|
3317
|
+
"value": "item"
|
|
3108
3318
|
}
|
|
3109
|
-
]
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
"
|
|
3117
|
-
"group": "
|
|
3118
|
-
"binding": {
|
|
3119
|
-
"name": "input.sortKey",
|
|
3120
|
-
"type": "zeebe:input"
|
|
3121
|
-
},
|
|
3122
|
-
"condition": {
|
|
3123
|
-
"allMatch": [
|
|
3124
|
-
{
|
|
3125
|
-
"property": "input.tableOperation",
|
|
3126
|
-
"equals": "createTable",
|
|
3127
|
-
"type": "simple"
|
|
3128
|
-
},
|
|
3129
|
-
{
|
|
3130
|
-
"property": "input.operationGroup",
|
|
3131
|
-
"equals": "tableOperation",
|
|
3132
|
-
"type": "simple"
|
|
3133
|
-
}
|
|
3134
|
-
]
|
|
3135
|
-
},
|
|
3136
|
-
"type": "String"
|
|
3137
|
-
},
|
|
3138
|
-
{
|
|
3139
|
-
"id": "input.sortKeyRole",
|
|
3140
|
-
"label": "Sort key role",
|
|
3141
|
-
"description": "The role that this key attribute will assume",
|
|
3142
|
-
"optional": true,
|
|
3143
|
-
"group": "input",
|
|
3144
|
-
"binding": {
|
|
3145
|
-
"name": "input.sortKeyRole",
|
|
3146
|
-
"type": "zeebe:input"
|
|
3147
|
-
},
|
|
3148
|
-
"condition": {
|
|
3149
|
-
"allMatch": [
|
|
3150
|
-
{
|
|
3151
|
-
"property": "input.tableOperation",
|
|
3152
|
-
"equals": "createTable",
|
|
3153
|
-
"type": "simple"
|
|
3154
|
-
},
|
|
3155
|
-
{
|
|
3156
|
-
"property": "input.operationGroup",
|
|
3157
|
-
"equals": "tableOperation",
|
|
3158
|
-
"type": "simple"
|
|
3159
|
-
}
|
|
3160
|
-
]
|
|
3161
|
-
},
|
|
3319
|
+
],
|
|
3320
|
+
"binding": {
|
|
3321
|
+
"type": "zeebe:input",
|
|
3322
|
+
"name": "operationGroup"
|
|
3323
|
+
}
|
|
3324
|
+
},
|
|
3325
|
+
{
|
|
3326
|
+
"id": "tableOperationType",
|
|
3327
|
+
"group": "operation",
|
|
3162
3328
|
"type": "Dropdown",
|
|
3163
3329
|
"choices": [
|
|
3164
3330
|
{
|
|
3165
|
-
"name": "
|
|
3166
|
-
"value": "
|
|
3331
|
+
"name": "Create table",
|
|
3332
|
+
"value": "createTable"
|
|
3167
3333
|
},
|
|
3168
3334
|
{
|
|
3169
|
-
"name": "
|
|
3170
|
-
"value": "
|
|
3335
|
+
"name": "Delete table",
|
|
3336
|
+
"value": "deleteTable"
|
|
3337
|
+
},
|
|
3338
|
+
{
|
|
3339
|
+
"name": "Describe table",
|
|
3340
|
+
"value": "describeTable"
|
|
3341
|
+
},
|
|
3342
|
+
{
|
|
3343
|
+
"name": "Scan table",
|
|
3344
|
+
"value": "scanTable"
|
|
3171
3345
|
}
|
|
3172
|
-
]
|
|
3173
|
-
},
|
|
3174
|
-
{
|
|
3175
|
-
"id": "input.sortKeyType",
|
|
3176
|
-
"label": "Sort key attribute data type",
|
|
3177
|
-
"description": "Represents the data for an attribute",
|
|
3178
|
-
"optional": true,
|
|
3179
|
-
"group": "input",
|
|
3346
|
+
],
|
|
3180
3347
|
"binding": {
|
|
3181
|
-
"
|
|
3182
|
-
"
|
|
3348
|
+
"type": "zeebe:input",
|
|
3349
|
+
"name": "input.type"
|
|
3183
3350
|
},
|
|
3184
3351
|
"condition": {
|
|
3185
|
-
"
|
|
3186
|
-
|
|
3187
|
-
|
|
3188
|
-
|
|
3189
|
-
|
|
3190
|
-
|
|
3191
|
-
|
|
3192
|
-
"property": "input.operationGroup",
|
|
3193
|
-
"equals": "tableOperation",
|
|
3194
|
-
"type": "simple"
|
|
3195
|
-
}
|
|
3196
|
-
]
|
|
3197
|
-
},
|
|
3352
|
+
"property": "operationGroup",
|
|
3353
|
+
"equals": "table"
|
|
3354
|
+
}
|
|
3355
|
+
},
|
|
3356
|
+
{
|
|
3357
|
+
"id": "itemOperationType",
|
|
3358
|
+
"group": "operation",
|
|
3198
3359
|
"type": "Dropdown",
|
|
3199
3360
|
"choices": [
|
|
3200
3361
|
{
|
|
3201
|
-
"name": "
|
|
3202
|
-
"value": "
|
|
3362
|
+
"name": "Add item",
|
|
3363
|
+
"value": "addItem"
|
|
3203
3364
|
},
|
|
3204
3365
|
{
|
|
3205
|
-
"name": "
|
|
3206
|
-
"value": "
|
|
3366
|
+
"name": "Delete item",
|
|
3367
|
+
"value": "deleteItem"
|
|
3207
3368
|
},
|
|
3208
3369
|
{
|
|
3209
|
-
"name": "
|
|
3210
|
-
"value": "
|
|
3370
|
+
"name": "Get item",
|
|
3371
|
+
"value": "getItem"
|
|
3372
|
+
},
|
|
3373
|
+
{
|
|
3374
|
+
"name": "Update item",
|
|
3375
|
+
"value": "updateItem"
|
|
3211
3376
|
}
|
|
3212
|
-
]
|
|
3213
|
-
},
|
|
3214
|
-
{
|
|
3215
|
-
"id": "input.readCapacityUnits",
|
|
3216
|
-
"label": "Read capacity units",
|
|
3217
|
-
"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>",
|
|
3218
|
-
"optional": false,
|
|
3219
|
-
"constraints": {
|
|
3220
|
-
"notEmpty": true
|
|
3221
|
-
},
|
|
3222
|
-
"feel": "static",
|
|
3223
|
-
"group": "input",
|
|
3377
|
+
],
|
|
3224
3378
|
"binding": {
|
|
3225
|
-
"
|
|
3226
|
-
"
|
|
3379
|
+
"type": "zeebe:input",
|
|
3380
|
+
"name": "input.type"
|
|
3227
3381
|
},
|
|
3228
3382
|
"condition": {
|
|
3229
|
-
"
|
|
3230
|
-
|
|
3231
|
-
|
|
3232
|
-
"equals": "createTable",
|
|
3233
|
-
"type": "simple"
|
|
3234
|
-
},
|
|
3235
|
-
{
|
|
3236
|
-
"property": "input.operationGroup",
|
|
3237
|
-
"equals": "tableOperation",
|
|
3238
|
-
"type": "simple"
|
|
3239
|
-
}
|
|
3240
|
-
]
|
|
3241
|
-
},
|
|
3242
|
-
"type": "Number"
|
|
3383
|
+
"property": "operationGroup",
|
|
3384
|
+
"equals": "item"
|
|
3385
|
+
}
|
|
3243
3386
|
},
|
|
3244
3387
|
{
|
|
3245
|
-
"
|
|
3246
|
-
"
|
|
3247
|
-
"
|
|
3388
|
+
"label": "Access key",
|
|
3389
|
+
"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>",
|
|
3390
|
+
"group": "authentication",
|
|
3391
|
+
"type": "String",
|
|
3392
|
+
"feel": "optional",
|
|
3248
3393
|
"optional": false,
|
|
3249
|
-
"constraints": {
|
|
3250
|
-
"notEmpty": true
|
|
3251
|
-
},
|
|
3252
|
-
"feel": "static",
|
|
3253
|
-
"group": "input",
|
|
3254
3394
|
"binding": {
|
|
3255
|
-
"
|
|
3256
|
-
"
|
|
3257
|
-
},
|
|
3258
|
-
"condition": {
|
|
3259
|
-
"allMatch": [
|
|
3260
|
-
{
|
|
3261
|
-
"property": "input.tableOperation",
|
|
3262
|
-
"equals": "createTable",
|
|
3263
|
-
"type": "simple"
|
|
3264
|
-
},
|
|
3265
|
-
{
|
|
3266
|
-
"property": "input.operationGroup",
|
|
3267
|
-
"equals": "tableOperation",
|
|
3268
|
-
"type": "simple"
|
|
3269
|
-
}
|
|
3270
|
-
]
|
|
3395
|
+
"type": "zeebe:input",
|
|
3396
|
+
"name": "authentication.accessKey"
|
|
3271
3397
|
},
|
|
3272
|
-
"type": "Number"
|
|
3273
|
-
},
|
|
3274
|
-
{
|
|
3275
|
-
"id": "input.billingModeStr",
|
|
3276
|
-
"label": "Billing mode",
|
|
3277
|
-
"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>",
|
|
3278
|
-
"optional": false,
|
|
3279
3398
|
"constraints": {
|
|
3280
3399
|
"notEmpty": true
|
|
3281
|
-
}
|
|
3282
|
-
"group": "input",
|
|
3283
|
-
"binding": {
|
|
3284
|
-
"name": "input.billingModeStr",
|
|
3285
|
-
"type": "zeebe:input"
|
|
3286
|
-
},
|
|
3287
|
-
"condition": {
|
|
3288
|
-
"allMatch": [
|
|
3289
|
-
{
|
|
3290
|
-
"property": "input.tableOperation",
|
|
3291
|
-
"equals": "createTable",
|
|
3292
|
-
"type": "simple"
|
|
3293
|
-
},
|
|
3294
|
-
{
|
|
3295
|
-
"property": "input.operationGroup",
|
|
3296
|
-
"equals": "tableOperation",
|
|
3297
|
-
"type": "simple"
|
|
3298
|
-
}
|
|
3299
|
-
]
|
|
3300
|
-
},
|
|
3301
|
-
"type": "Dropdown",
|
|
3302
|
-
"choices": [
|
|
3303
|
-
{
|
|
3304
|
-
"name": "PROVISIONED",
|
|
3305
|
-
"value": "PROVISIONED"
|
|
3306
|
-
},
|
|
3307
|
-
{
|
|
3308
|
-
"name": "PAY_PER_REQUEST",
|
|
3309
|
-
"value": "PAY_PER_REQUEST"
|
|
3310
|
-
}
|
|
3311
|
-
]
|
|
3400
|
+
}
|
|
3312
3401
|
},
|
|
3313
3402
|
{
|
|
3314
|
-
"
|
|
3315
|
-
"
|
|
3316
|
-
"
|
|
3403
|
+
"label": "Secret key",
|
|
3404
|
+
"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>",
|
|
3405
|
+
"group": "authentication",
|
|
3406
|
+
"type": "String",
|
|
3407
|
+
"feel": "optional",
|
|
3317
3408
|
"optional": false,
|
|
3318
|
-
"value": "false",
|
|
3319
|
-
"constraints": {
|
|
3320
|
-
"notEmpty": true
|
|
3321
|
-
},
|
|
3322
|
-
"group": "input",
|
|
3323
3409
|
"binding": {
|
|
3324
|
-
"
|
|
3325
|
-
"
|
|
3326
|
-
},
|
|
3327
|
-
"condition": {
|
|
3328
|
-
"allMatch": [
|
|
3329
|
-
{
|
|
3330
|
-
"property": "input.tableOperation",
|
|
3331
|
-
"equals": "createTable",
|
|
3332
|
-
"type": "simple"
|
|
3333
|
-
},
|
|
3334
|
-
{
|
|
3335
|
-
"property": "input.operationGroup",
|
|
3336
|
-
"equals": "tableOperation",
|
|
3337
|
-
"type": "simple"
|
|
3338
|
-
}
|
|
3339
|
-
]
|
|
3410
|
+
"type": "zeebe:input",
|
|
3411
|
+
"name": "authentication.secretKey"
|
|
3340
3412
|
},
|
|
3341
|
-
"type": "Dropdown",
|
|
3342
|
-
"choices": [
|
|
3343
|
-
{
|
|
3344
|
-
"name": "True",
|
|
3345
|
-
"value": "true"
|
|
3346
|
-
},
|
|
3347
|
-
{
|
|
3348
|
-
"name": "False",
|
|
3349
|
-
"value": "false"
|
|
3350
|
-
}
|
|
3351
|
-
]
|
|
3352
|
-
},
|
|
3353
|
-
{
|
|
3354
|
-
"id": "input.deleteTable.tableName",
|
|
3355
|
-
"label": "Table name",
|
|
3356
|
-
"description": "Name of DynamoDB table",
|
|
3357
|
-
"optional": false,
|
|
3358
3413
|
"constraints": {
|
|
3359
3414
|
"notEmpty": true
|
|
3360
|
-
}
|
|
3415
|
+
}
|
|
3416
|
+
},
|
|
3417
|
+
{
|
|
3418
|
+
"label": "Region",
|
|
3419
|
+
"description": "Specify the AWS region",
|
|
3420
|
+
"group": "configuration",
|
|
3421
|
+
"type": "String",
|
|
3361
3422
|
"feel": "optional",
|
|
3362
|
-
"
|
|
3423
|
+
"optional": false,
|
|
3363
3424
|
"binding": {
|
|
3364
|
-
"
|
|
3365
|
-
"
|
|
3366
|
-
},
|
|
3367
|
-
"condition": {
|
|
3368
|
-
"allMatch": [
|
|
3369
|
-
{
|
|
3370
|
-
"property": "input.tableOperation",
|
|
3371
|
-
"equals": "deleteTable",
|
|
3372
|
-
"type": "simple"
|
|
3373
|
-
},
|
|
3374
|
-
{
|
|
3375
|
-
"property": "input.operationGroup",
|
|
3376
|
-
"equals": "tableOperation",
|
|
3377
|
-
"type": "simple"
|
|
3378
|
-
}
|
|
3379
|
-
]
|
|
3425
|
+
"type": "zeebe:input",
|
|
3426
|
+
"name": "configuration.region"
|
|
3380
3427
|
},
|
|
3381
|
-
"
|
|
3428
|
+
"constraints": {
|
|
3429
|
+
"notEmpty": true
|
|
3430
|
+
}
|
|
3382
3431
|
},
|
|
3383
3432
|
{
|
|
3384
|
-
"id": "input.describeTable.tableName",
|
|
3385
3433
|
"label": "Table name",
|
|
3386
3434
|
"description": "Name of DynamoDB table",
|
|
3435
|
+
"group": "input",
|
|
3436
|
+
"type": "String",
|
|
3437
|
+
"feel": "optional",
|
|
3387
3438
|
"optional": false,
|
|
3439
|
+
"binding": {
|
|
3440
|
+
"type": "zeebe:input",
|
|
3441
|
+
"name": "input.tableName"
|
|
3442
|
+
},
|
|
3388
3443
|
"constraints": {
|
|
3389
3444
|
"notEmpty": true
|
|
3390
3445
|
},
|
|
3391
|
-
"feel": "optional",
|
|
3392
|
-
"group": "input",
|
|
3393
|
-
"binding": {
|
|
3394
|
-
"name": "input.tableName",
|
|
3395
|
-
"type": "zeebe:input"
|
|
3396
|
-
},
|
|
3397
3446
|
"condition": {
|
|
3398
|
-
"
|
|
3399
|
-
|
|
3400
|
-
|
|
3401
|
-
"equals": "describeTable",
|
|
3402
|
-
"type": "simple"
|
|
3403
|
-
},
|
|
3404
|
-
{
|
|
3405
|
-
"property": "input.operationGroup",
|
|
3406
|
-
"equals": "tableOperation",
|
|
3407
|
-
"type": "simple"
|
|
3408
|
-
}
|
|
3409
|
-
]
|
|
3410
|
-
},
|
|
3411
|
-
"type": "String"
|
|
3447
|
+
"property": "tableOperationType",
|
|
3448
|
+
"oneOf": ["createTable", "deleteTable", "describeTable", "scanTable"]
|
|
3449
|
+
}
|
|
3412
3450
|
},
|
|
3413
3451
|
{
|
|
3414
|
-
"id": "input.scanTable.tableName",
|
|
3415
3452
|
"label": "Table name",
|
|
3416
3453
|
"description": "Name of DynamoDB table",
|
|
3454
|
+
"group": "input",
|
|
3455
|
+
"type": "String",
|
|
3456
|
+
"feel": "optional",
|
|
3417
3457
|
"optional": false,
|
|
3458
|
+
"binding": {
|
|
3459
|
+
"type": "zeebe:input",
|
|
3460
|
+
"name": "input.tableName"
|
|
3461
|
+
},
|
|
3418
3462
|
"constraints": {
|
|
3419
3463
|
"notEmpty": true
|
|
3420
3464
|
},
|
|
3421
|
-
"
|
|
3465
|
+
"condition": {
|
|
3466
|
+
"property": "itemOperationType",
|
|
3467
|
+
"oneOf": ["addItem", "deleteItem", "getItem", "updateItem"]
|
|
3468
|
+
}
|
|
3469
|
+
},
|
|
3470
|
+
{
|
|
3471
|
+
"label": "Partition key",
|
|
3472
|
+
"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>",
|
|
3422
3473
|
"group": "input",
|
|
3474
|
+
"type": "String",
|
|
3475
|
+
"feel": "optional",
|
|
3423
3476
|
"binding": {
|
|
3424
|
-
"
|
|
3425
|
-
"
|
|
3477
|
+
"type": "zeebe:input",
|
|
3478
|
+
"name": "input.partitionKey"
|
|
3426
3479
|
},
|
|
3427
|
-
"
|
|
3428
|
-
"
|
|
3429
|
-
{
|
|
3430
|
-
"property": "input.tableOperation",
|
|
3431
|
-
"equals": "scanTable",
|
|
3432
|
-
"type": "simple"
|
|
3433
|
-
},
|
|
3434
|
-
{
|
|
3435
|
-
"property": "input.operationGroup",
|
|
3436
|
-
"equals": "tableOperation",
|
|
3437
|
-
"type": "simple"
|
|
3438
|
-
}
|
|
3439
|
-
]
|
|
3480
|
+
"constraints": {
|
|
3481
|
+
"notEmpty": true
|
|
3440
3482
|
},
|
|
3441
|
-
"
|
|
3483
|
+
"condition": {
|
|
3484
|
+
"property": "tableOperationType",
|
|
3485
|
+
"equals": "createTable"
|
|
3486
|
+
}
|
|
3442
3487
|
},
|
|
3443
3488
|
{
|
|
3444
|
-
"
|
|
3445
|
-
"
|
|
3446
|
-
"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>",
|
|
3447
|
-
"optional": true,
|
|
3448
|
-
"feel": "optional",
|
|
3489
|
+
"label": "Partition key role",
|
|
3490
|
+
"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>",
|
|
3449
3491
|
"group": "input",
|
|
3492
|
+
"type": "Dropdown",
|
|
3493
|
+
"optional": false,
|
|
3494
|
+
"choices": [
|
|
3495
|
+
{
|
|
3496
|
+
"name": "HASH",
|
|
3497
|
+
"value": "HASH"
|
|
3498
|
+
},
|
|
3499
|
+
{
|
|
3500
|
+
"name": "RANGE",
|
|
3501
|
+
"value": "RANGE"
|
|
3502
|
+
}
|
|
3503
|
+
],
|
|
3450
3504
|
"binding": {
|
|
3451
|
-
"
|
|
3452
|
-
"
|
|
3505
|
+
"type": "zeebe:input",
|
|
3506
|
+
"name": "input.partitionKeyRole"
|
|
3453
3507
|
},
|
|
3454
|
-
"
|
|
3455
|
-
"
|
|
3456
|
-
{
|
|
3457
|
-
"property": "input.tableOperation",
|
|
3458
|
-
"equals": "scanTable",
|
|
3459
|
-
"type": "simple"
|
|
3460
|
-
},
|
|
3461
|
-
{
|
|
3462
|
-
"property": "input.operationGroup",
|
|
3463
|
-
"equals": "tableOperation",
|
|
3464
|
-
"type": "simple"
|
|
3465
|
-
}
|
|
3466
|
-
]
|
|
3508
|
+
"constraints": {
|
|
3509
|
+
"notEmpty": true
|
|
3467
3510
|
},
|
|
3468
|
-
"
|
|
3511
|
+
"condition": {
|
|
3512
|
+
"property": "tableOperationType",
|
|
3513
|
+
"equals": "createTable"
|
|
3514
|
+
}
|
|
3469
3515
|
},
|
|
3470
3516
|
{
|
|
3471
|
-
"
|
|
3472
|
-
"
|
|
3473
|
-
"description": "Is a string that identifies the attributes that you want. For multiple attributes, the names must be comma-separated",
|
|
3474
|
-
"optional": true,
|
|
3475
|
-
"feel": "optional",
|
|
3517
|
+
"label": "Partition key attribute data type",
|
|
3518
|
+
"description": "Represents the data for an attribute",
|
|
3476
3519
|
"group": "input",
|
|
3520
|
+
"type": "Dropdown",
|
|
3521
|
+
"optional": false,
|
|
3522
|
+
"choices": [
|
|
3523
|
+
{
|
|
3524
|
+
"name": "Binary",
|
|
3525
|
+
"value": "B"
|
|
3526
|
+
},
|
|
3527
|
+
{
|
|
3528
|
+
"name": "Number",
|
|
3529
|
+
"value": "N"
|
|
3530
|
+
},
|
|
3531
|
+
{
|
|
3532
|
+
"name": "String",
|
|
3533
|
+
"value": "S"
|
|
3534
|
+
}
|
|
3535
|
+
],
|
|
3477
3536
|
"binding": {
|
|
3478
|
-
"
|
|
3479
|
-
"
|
|
3537
|
+
"type": "zeebe:input",
|
|
3538
|
+
"name": "input.partitionKeyType"
|
|
3480
3539
|
},
|
|
3481
|
-
"
|
|
3482
|
-
"
|
|
3483
|
-
{
|
|
3484
|
-
"property": "input.tableOperation",
|
|
3485
|
-
"equals": "scanTable",
|
|
3486
|
-
"type": "simple"
|
|
3487
|
-
},
|
|
3488
|
-
{
|
|
3489
|
-
"property": "input.operationGroup",
|
|
3490
|
-
"equals": "tableOperation",
|
|
3491
|
-
"type": "simple"
|
|
3492
|
-
}
|
|
3493
|
-
]
|
|
3540
|
+
"constraints": {
|
|
3541
|
+
"notEmpty": true
|
|
3494
3542
|
},
|
|
3495
|
-
"
|
|
3543
|
+
"condition": {
|
|
3544
|
+
"property": "tableOperationType",
|
|
3545
|
+
"equals": "createTable"
|
|
3546
|
+
}
|
|
3496
3547
|
},
|
|
3497
3548
|
{
|
|
3498
|
-
"
|
|
3499
|
-
"
|
|
3500
|
-
"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>",
|
|
3501
|
-
"optional": true,
|
|
3502
|
-
"feel": "required",
|
|
3549
|
+
"label": "Sort key",
|
|
3550
|
+
"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>",
|
|
3503
3551
|
"group": "input",
|
|
3552
|
+
"type": "String",
|
|
3553
|
+
"feel": "optional",
|
|
3554
|
+
"optional": true,
|
|
3504
3555
|
"binding": {
|
|
3505
|
-
"
|
|
3506
|
-
"
|
|
3556
|
+
"type": "zeebe:input",
|
|
3557
|
+
"name": "input.sortKey"
|
|
3507
3558
|
},
|
|
3508
|
-
"
|
|
3509
|
-
"
|
|
3510
|
-
{
|
|
3511
|
-
"property": "input.tableOperation",
|
|
3512
|
-
"equals": "scanTable",
|
|
3513
|
-
"type": "simple"
|
|
3514
|
-
},
|
|
3515
|
-
{
|
|
3516
|
-
"property": "input.operationGroup",
|
|
3517
|
-
"equals": "tableOperation",
|
|
3518
|
-
"type": "simple"
|
|
3519
|
-
}
|
|
3520
|
-
]
|
|
3559
|
+
"constraints": {
|
|
3560
|
+
"notEmpty": false
|
|
3521
3561
|
},
|
|
3522
|
-
"
|
|
3562
|
+
"condition": {
|
|
3563
|
+
"property": "tableOperationType",
|
|
3564
|
+
"equals": "createTable"
|
|
3565
|
+
}
|
|
3523
3566
|
},
|
|
3524
3567
|
{
|
|
3525
|
-
"
|
|
3526
|
-
"
|
|
3527
|
-
"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>",
|
|
3528
|
-
"optional": true,
|
|
3529
|
-
"feel": "required",
|
|
3568
|
+
"label": "Sort key role",
|
|
3569
|
+
"description": "The role that this key attribute will assume",
|
|
3530
3570
|
"group": "input",
|
|
3571
|
+
"type": "Dropdown",
|
|
3572
|
+
"optional": true,
|
|
3573
|
+
"choices": [
|
|
3574
|
+
{
|
|
3575
|
+
"name": "HASH",
|
|
3576
|
+
"value": "HASH"
|
|
3577
|
+
},
|
|
3578
|
+
{
|
|
3579
|
+
"name": "RANGE",
|
|
3580
|
+
"value": "RANGE"
|
|
3581
|
+
}
|
|
3582
|
+
],
|
|
3531
3583
|
"binding": {
|
|
3532
|
-
"
|
|
3533
|
-
"
|
|
3584
|
+
"type": "zeebe:input",
|
|
3585
|
+
"name": "input.sortKeyRole"
|
|
3586
|
+
},
|
|
3587
|
+
"constraints": {
|
|
3588
|
+
"notEmpty": false
|
|
3534
3589
|
},
|
|
3535
3590
|
"condition": {
|
|
3536
|
-
"
|
|
3537
|
-
|
|
3538
|
-
|
|
3539
|
-
|
|
3540
|
-
|
|
3541
|
-
|
|
3542
|
-
|
|
3543
|
-
|
|
3544
|
-
|
|
3545
|
-
|
|
3546
|
-
|
|
3547
|
-
|
|
3591
|
+
"property": "tableOperationType",
|
|
3592
|
+
"equals": "createTable"
|
|
3593
|
+
}
|
|
3594
|
+
},
|
|
3595
|
+
{
|
|
3596
|
+
"label": "Sort key attribute data type",
|
|
3597
|
+
"description": "Represents the data for an attribute",
|
|
3598
|
+
"group": "input",
|
|
3599
|
+
"type": "Dropdown",
|
|
3600
|
+
"optional": true,
|
|
3601
|
+
"choices": [
|
|
3602
|
+
{
|
|
3603
|
+
"name": "Binary",
|
|
3604
|
+
"value": "B"
|
|
3605
|
+
},
|
|
3606
|
+
{
|
|
3607
|
+
"name": "Number",
|
|
3608
|
+
"value": "N"
|
|
3609
|
+
},
|
|
3610
|
+
{
|
|
3611
|
+
"name": "String",
|
|
3612
|
+
"value": "S"
|
|
3613
|
+
}
|
|
3614
|
+
],
|
|
3615
|
+
"binding": {
|
|
3616
|
+
"type": "zeebe:input",
|
|
3617
|
+
"name": "input.sortKeyType"
|
|
3548
3618
|
},
|
|
3549
|
-
"type": "String"
|
|
3550
|
-
},
|
|
3551
|
-
{
|
|
3552
|
-
"id": "input.addItem.tableName",
|
|
3553
|
-
"label": "Table name",
|
|
3554
|
-
"description": "Name of DynamoDB table",
|
|
3555
|
-
"optional": false,
|
|
3556
3619
|
"constraints": {
|
|
3557
|
-
"notEmpty":
|
|
3620
|
+
"notEmpty": false
|
|
3558
3621
|
},
|
|
3559
|
-
"
|
|
3622
|
+
"condition": {
|
|
3623
|
+
"property": "tableOperationType",
|
|
3624
|
+
"equals": "createTable"
|
|
3625
|
+
}
|
|
3626
|
+
},
|
|
3627
|
+
{
|
|
3628
|
+
"label": "Read capacity units",
|
|
3629
|
+
"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>",
|
|
3560
3630
|
"group": "input",
|
|
3631
|
+
"type": "String",
|
|
3632
|
+
"feel": "optional",
|
|
3633
|
+
"optional": true,
|
|
3561
3634
|
"binding": {
|
|
3562
|
-
"
|
|
3563
|
-
"
|
|
3635
|
+
"type": "zeebe:input",
|
|
3636
|
+
"name": "input.readCapacityUnits"
|
|
3564
3637
|
},
|
|
3565
|
-
"
|
|
3566
|
-
"
|
|
3567
|
-
|
|
3568
|
-
|
|
3569
|
-
|
|
3570
|
-
|
|
3571
|
-
},
|
|
3572
|
-
{
|
|
3573
|
-
"property": "input.operationGroup",
|
|
3574
|
-
"equals": "itemOperation",
|
|
3575
|
-
"type": "simple"
|
|
3576
|
-
}
|
|
3577
|
-
]
|
|
3638
|
+
"constraints": {
|
|
3639
|
+
"notEmpty": false,
|
|
3640
|
+
"pattern": {
|
|
3641
|
+
"value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
|
|
3642
|
+
"message": "Must be a number"
|
|
3643
|
+
}
|
|
3578
3644
|
},
|
|
3579
|
-
"
|
|
3645
|
+
"condition": {
|
|
3646
|
+
"property": "tableOperationType",
|
|
3647
|
+
"equals": "createTable"
|
|
3648
|
+
}
|
|
3580
3649
|
},
|
|
3581
3650
|
{
|
|
3582
|
-
"
|
|
3583
|
-
"
|
|
3584
|
-
"description": "DynamoDB item (group of attributes)",
|
|
3585
|
-
"optional": false,
|
|
3586
|
-
"constraints": {
|
|
3587
|
-
"notEmpty": true
|
|
3588
|
-
},
|
|
3589
|
-
"feel": "required",
|
|
3651
|
+
"label": "Write capacity units",
|
|
3652
|
+
"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>",
|
|
3590
3653
|
"group": "input",
|
|
3654
|
+
"type": "String",
|
|
3655
|
+
"feel": "optional",
|
|
3656
|
+
"optional": true,
|
|
3591
3657
|
"binding": {
|
|
3592
|
-
"
|
|
3593
|
-
"
|
|
3658
|
+
"type": "zeebe:input",
|
|
3659
|
+
"name": "input.writeCapacityUnits"
|
|
3594
3660
|
},
|
|
3595
|
-
"
|
|
3596
|
-
"
|
|
3597
|
-
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
},
|
|
3602
|
-
{
|
|
3603
|
-
"property": "input.operationGroup",
|
|
3604
|
-
"equals": "itemOperation",
|
|
3605
|
-
"type": "simple"
|
|
3606
|
-
}
|
|
3607
|
-
]
|
|
3661
|
+
"constraints": {
|
|
3662
|
+
"notEmpty": false,
|
|
3663
|
+
"pattern": {
|
|
3664
|
+
"value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
|
|
3665
|
+
"message": "Must be a number"
|
|
3666
|
+
}
|
|
3608
3667
|
},
|
|
3609
|
-
"
|
|
3668
|
+
"condition": {
|
|
3669
|
+
"property": "tableOperationType",
|
|
3670
|
+
"equals": "createTable"
|
|
3671
|
+
}
|
|
3610
3672
|
},
|
|
3611
3673
|
{
|
|
3612
|
-
"
|
|
3613
|
-
"
|
|
3614
|
-
"description": "Name of DynamoDB table",
|
|
3615
|
-
"optional": false,
|
|
3616
|
-
"constraints": {
|
|
3617
|
-
"notEmpty": true
|
|
3618
|
-
},
|
|
3619
|
-
"feel": "optional",
|
|
3674
|
+
"label": "Billing mode",
|
|
3675
|
+
"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>",
|
|
3620
3676
|
"group": "input",
|
|
3677
|
+
"type": "Dropdown",
|
|
3678
|
+
"optional": true,
|
|
3679
|
+
"choices": [
|
|
3680
|
+
{
|
|
3681
|
+
"name": "PROVISIONED",
|
|
3682
|
+
"value": "PROVISIONED"
|
|
3683
|
+
},
|
|
3684
|
+
{
|
|
3685
|
+
"name": "PAY_PER_REQUEST",
|
|
3686
|
+
"value": "PAY_PER_REQUEST"
|
|
3687
|
+
}
|
|
3688
|
+
],
|
|
3621
3689
|
"binding": {
|
|
3622
|
-
"
|
|
3623
|
-
"
|
|
3690
|
+
"type": "zeebe:input",
|
|
3691
|
+
"name": "input.billingModeStr"
|
|
3624
3692
|
},
|
|
3625
|
-
"
|
|
3626
|
-
"
|
|
3627
|
-
{
|
|
3628
|
-
"property": "input.itemOperation",
|
|
3629
|
-
"equals": "deleteItem",
|
|
3630
|
-
"type": "simple"
|
|
3631
|
-
},
|
|
3632
|
-
{
|
|
3633
|
-
"property": "input.operationGroup",
|
|
3634
|
-
"equals": "itemOperation",
|
|
3635
|
-
"type": "simple"
|
|
3636
|
-
}
|
|
3637
|
-
]
|
|
3693
|
+
"constraints": {
|
|
3694
|
+
"notEmpty": false
|
|
3638
3695
|
},
|
|
3639
|
-
"
|
|
3696
|
+
"condition": {
|
|
3697
|
+
"property": "tableOperationType",
|
|
3698
|
+
"equals": "createTable"
|
|
3699
|
+
}
|
|
3640
3700
|
},
|
|
3641
3701
|
{
|
|
3642
|
-
"
|
|
3643
|
-
"
|
|
3644
|
-
"
|
|
3702
|
+
"label": "Deletion protection",
|
|
3703
|
+
"description": "Prevents accidental table deletion",
|
|
3704
|
+
"group": "input",
|
|
3705
|
+
"type": "Dropdown",
|
|
3706
|
+
"value": false,
|
|
3645
3707
|
"optional": false,
|
|
3708
|
+
"choices": [
|
|
3709
|
+
{
|
|
3710
|
+
"name": "True",
|
|
3711
|
+
"value": "true"
|
|
3712
|
+
},
|
|
3713
|
+
{
|
|
3714
|
+
"name": "False",
|
|
3715
|
+
"value": "false"
|
|
3716
|
+
}
|
|
3717
|
+
],
|
|
3718
|
+
"binding": {
|
|
3719
|
+
"type": "zeebe:input",
|
|
3720
|
+
"name": "input.deletionProtection"
|
|
3721
|
+
},
|
|
3646
3722
|
"constraints": {
|
|
3647
3723
|
"notEmpty": true
|
|
3648
3724
|
},
|
|
3649
|
-
"
|
|
3725
|
+
"condition": {
|
|
3726
|
+
"property": "tableOperationType",
|
|
3727
|
+
"equals": "createTable"
|
|
3728
|
+
}
|
|
3729
|
+
},
|
|
3730
|
+
{
|
|
3731
|
+
"label": "Filter expression",
|
|
3732
|
+
"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>",
|
|
3650
3733
|
"group": "input",
|
|
3734
|
+
"type": "String",
|
|
3735
|
+
"feel": "optional",
|
|
3736
|
+
"optional": true,
|
|
3651
3737
|
"binding": {
|
|
3652
|
-
"
|
|
3653
|
-
"
|
|
3738
|
+
"type": "zeebe:input",
|
|
3739
|
+
"name": "input.filterExpression"
|
|
3654
3740
|
},
|
|
3655
|
-
"
|
|
3656
|
-
"
|
|
3657
|
-
{
|
|
3658
|
-
"property": "input.itemOperation",
|
|
3659
|
-
"equals": "deleteItem",
|
|
3660
|
-
"type": "simple"
|
|
3661
|
-
},
|
|
3662
|
-
{
|
|
3663
|
-
"property": "input.operationGroup",
|
|
3664
|
-
"equals": "itemOperation",
|
|
3665
|
-
"type": "simple"
|
|
3666
|
-
}
|
|
3667
|
-
]
|
|
3741
|
+
"constraints": {
|
|
3742
|
+
"notEmpty": false
|
|
3668
3743
|
},
|
|
3669
|
-
"
|
|
3744
|
+
"condition": {
|
|
3745
|
+
"property": "tableOperationType",
|
|
3746
|
+
"oneOf": ["scanTable"]
|
|
3747
|
+
}
|
|
3670
3748
|
},
|
|
3671
3749
|
{
|
|
3672
|
-
"
|
|
3673
|
-
"
|
|
3674
|
-
"description": "Name of DynamoDB table",
|
|
3675
|
-
"optional": false,
|
|
3676
|
-
"constraints": {
|
|
3677
|
-
"notEmpty": true
|
|
3678
|
-
},
|
|
3679
|
-
"feel": "optional",
|
|
3750
|
+
"label": "Projection expression",
|
|
3751
|
+
"description": "Is a string that identifies the attributes that you want. For multiple attributes, the names must be comma-separated",
|
|
3680
3752
|
"group": "input",
|
|
3753
|
+
"type": "String",
|
|
3754
|
+
"feel": "optional",
|
|
3755
|
+
"optional": true,
|
|
3681
3756
|
"binding": {
|
|
3682
|
-
"
|
|
3683
|
-
"
|
|
3757
|
+
"type": "zeebe:input",
|
|
3758
|
+
"name": "input.projectionExpression"
|
|
3684
3759
|
},
|
|
3685
|
-
"
|
|
3686
|
-
"
|
|
3687
|
-
{
|
|
3688
|
-
"property": "input.itemOperation",
|
|
3689
|
-
"equals": "getItem",
|
|
3690
|
-
"type": "simple"
|
|
3691
|
-
},
|
|
3692
|
-
{
|
|
3693
|
-
"property": "input.operationGroup",
|
|
3694
|
-
"equals": "itemOperation",
|
|
3695
|
-
"type": "simple"
|
|
3696
|
-
}
|
|
3697
|
-
]
|
|
3760
|
+
"constraints": {
|
|
3761
|
+
"notEmpty": false
|
|
3698
3762
|
},
|
|
3699
|
-
"
|
|
3763
|
+
"condition": {
|
|
3764
|
+
"property": "tableOperationType",
|
|
3765
|
+
"oneOf": ["scanTable"]
|
|
3766
|
+
}
|
|
3700
3767
|
},
|
|
3701
3768
|
{
|
|
3702
|
-
"
|
|
3703
|
-
"
|
|
3704
|
-
"description": "Simple or composite primary key",
|
|
3705
|
-
"optional": false,
|
|
3706
|
-
"constraints": {
|
|
3707
|
-
"notEmpty": true
|
|
3708
|
-
},
|
|
3709
|
-
"feel": "required",
|
|
3769
|
+
"label": "Expression attribute names",
|
|
3770
|
+
"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>",
|
|
3710
3771
|
"group": "input",
|
|
3772
|
+
"type": "String",
|
|
3773
|
+
"feel": "required",
|
|
3774
|
+
"optional": true,
|
|
3711
3775
|
"binding": {
|
|
3712
|
-
"
|
|
3713
|
-
"
|
|
3776
|
+
"type": "zeebe:input",
|
|
3777
|
+
"name": "input.expressionAttributeNames"
|
|
3714
3778
|
},
|
|
3715
|
-
"
|
|
3716
|
-
"
|
|
3717
|
-
{
|
|
3718
|
-
"property": "input.itemOperation",
|
|
3719
|
-
"equals": "getItem",
|
|
3720
|
-
"type": "simple"
|
|
3721
|
-
},
|
|
3722
|
-
{
|
|
3723
|
-
"property": "input.operationGroup",
|
|
3724
|
-
"equals": "itemOperation",
|
|
3725
|
-
"type": "simple"
|
|
3726
|
-
}
|
|
3727
|
-
]
|
|
3779
|
+
"constraints": {
|
|
3780
|
+
"notEmpty": false
|
|
3728
3781
|
},
|
|
3729
|
-
"
|
|
3782
|
+
"condition": {
|
|
3783
|
+
"property": "tableOperationType",
|
|
3784
|
+
"oneOf": ["scanTable"]
|
|
3785
|
+
}
|
|
3730
3786
|
},
|
|
3731
3787
|
{
|
|
3732
|
-
"
|
|
3733
|
-
"
|
|
3734
|
-
"
|
|
3735
|
-
"
|
|
3788
|
+
"label": "Expression attribute values",
|
|
3789
|
+
"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>",
|
|
3790
|
+
"group": "input",
|
|
3791
|
+
"type": "String",
|
|
3792
|
+
"feel": "required",
|
|
3793
|
+
"optional": true,
|
|
3794
|
+
"binding": {
|
|
3795
|
+
"type": "zeebe:input",
|
|
3796
|
+
"name": "input.expressionAttributeValues"
|
|
3797
|
+
},
|
|
3736
3798
|
"constraints": {
|
|
3737
|
-
"notEmpty":
|
|
3799
|
+
"notEmpty": false
|
|
3738
3800
|
},
|
|
3739
|
-
"
|
|
3801
|
+
"condition": {
|
|
3802
|
+
"property": "tableOperationType",
|
|
3803
|
+
"oneOf": ["scanTable"]
|
|
3804
|
+
}
|
|
3805
|
+
},
|
|
3806
|
+
{
|
|
3807
|
+
"label": "Item",
|
|
3808
|
+
"description": "DynamoDB item (group of attributes)",
|
|
3740
3809
|
"group": "input",
|
|
3810
|
+
"type": "String",
|
|
3811
|
+
"feel": "required",
|
|
3741
3812
|
"binding": {
|
|
3742
|
-
"
|
|
3743
|
-
"
|
|
3813
|
+
"type": "zeebe:input",
|
|
3814
|
+
"name": "input.item"
|
|
3744
3815
|
},
|
|
3745
|
-
"
|
|
3746
|
-
"
|
|
3747
|
-
{
|
|
3748
|
-
"property": "input.itemOperation",
|
|
3749
|
-
"equals": "updateItem",
|
|
3750
|
-
"type": "simple"
|
|
3751
|
-
},
|
|
3752
|
-
{
|
|
3753
|
-
"property": "input.operationGroup",
|
|
3754
|
-
"equals": "itemOperation",
|
|
3755
|
-
"type": "simple"
|
|
3756
|
-
}
|
|
3757
|
-
]
|
|
3816
|
+
"constraints": {
|
|
3817
|
+
"notEmpty": true
|
|
3758
3818
|
},
|
|
3759
|
-
"
|
|
3819
|
+
"condition": {
|
|
3820
|
+
"property": "itemOperationType",
|
|
3821
|
+
"oneOf": ["addItem"]
|
|
3822
|
+
}
|
|
3760
3823
|
},
|
|
3761
3824
|
{
|
|
3762
|
-
"id": "input.updateItem.primaryKeyComponents",
|
|
3763
3825
|
"label": "Primary key components",
|
|
3764
3826
|
"description": "Simple or composite primary key",
|
|
3765
|
-
"optional": false,
|
|
3766
|
-
"constraints": {
|
|
3767
|
-
"notEmpty": true
|
|
3768
|
-
},
|
|
3769
|
-
"feel": "required",
|
|
3770
3827
|
"group": "input",
|
|
3828
|
+
"type": "String",
|
|
3829
|
+
"feel": "required",
|
|
3771
3830
|
"binding": {
|
|
3772
|
-
"
|
|
3773
|
-
"
|
|
3831
|
+
"type": "zeebe:input",
|
|
3832
|
+
"name": "input.primaryKeyComponents"
|
|
3774
3833
|
},
|
|
3775
|
-
"
|
|
3776
|
-
"
|
|
3777
|
-
{
|
|
3778
|
-
"property": "input.itemOperation",
|
|
3779
|
-
"equals": "updateItem",
|
|
3780
|
-
"type": "simple"
|
|
3781
|
-
},
|
|
3782
|
-
{
|
|
3783
|
-
"property": "input.operationGroup",
|
|
3784
|
-
"equals": "itemOperation",
|
|
3785
|
-
"type": "simple"
|
|
3786
|
-
}
|
|
3787
|
-
]
|
|
3834
|
+
"constraints": {
|
|
3835
|
+
"notEmpty": true
|
|
3788
3836
|
},
|
|
3789
|
-
"
|
|
3837
|
+
"condition": {
|
|
3838
|
+
"property": "itemOperationType",
|
|
3839
|
+
"oneOf": ["updateItem", "deleteItem", "getItem"]
|
|
3840
|
+
}
|
|
3790
3841
|
},
|
|
3791
3842
|
{
|
|
3792
|
-
"id": "input.keyAttributes",
|
|
3793
3843
|
"label": "Key attributes",
|
|
3794
|
-
"description": "DynamoDB key attributes. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
3795
|
-
"optional": false,
|
|
3796
|
-
"constraints": {
|
|
3797
|
-
"notEmpty": true
|
|
3798
|
-
},
|
|
3799
|
-
"feel": "required",
|
|
3844
|
+
"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>",
|
|
3800
3845
|
"group": "input",
|
|
3846
|
+
"type": "String",
|
|
3847
|
+
"feel": "required",
|
|
3801
3848
|
"binding": {
|
|
3802
|
-
"
|
|
3803
|
-
"
|
|
3849
|
+
"type": "zeebe:input",
|
|
3850
|
+
"name": "input.keyAttributes"
|
|
3804
3851
|
},
|
|
3805
|
-
"
|
|
3806
|
-
"
|
|
3807
|
-
{
|
|
3808
|
-
"property": "input.itemOperation",
|
|
3809
|
-
"equals": "updateItem",
|
|
3810
|
-
"type": "simple"
|
|
3811
|
-
},
|
|
3812
|
-
{
|
|
3813
|
-
"property": "input.operationGroup",
|
|
3814
|
-
"equals": "itemOperation",
|
|
3815
|
-
"type": "simple"
|
|
3816
|
-
}
|
|
3817
|
-
]
|
|
3852
|
+
"constraints": {
|
|
3853
|
+
"notEmpty": true
|
|
3818
3854
|
},
|
|
3819
|
-
"
|
|
3855
|
+
"condition": {
|
|
3856
|
+
"property": "itemOperationType",
|
|
3857
|
+
"oneOf": ["updateItem"]
|
|
3858
|
+
}
|
|
3820
3859
|
},
|
|
3821
3860
|
{
|
|
3822
|
-
"id": "input.attributeAction",
|
|
3823
3861
|
"label": "Attribute action",
|
|
3824
3862
|
"description": "Specifies how to perform the update",
|
|
3825
|
-
"optional": false,
|
|
3826
|
-
"constraints": {
|
|
3827
|
-
"notEmpty": true
|
|
3828
|
-
},
|
|
3829
3863
|
"group": "input",
|
|
3830
|
-
"binding": {
|
|
3831
|
-
"name": "input.attributeAction",
|
|
3832
|
-
"type": "zeebe:input"
|
|
3833
|
-
},
|
|
3834
|
-
"condition": {
|
|
3835
|
-
"allMatch": [
|
|
3836
|
-
{
|
|
3837
|
-
"property": "input.itemOperation",
|
|
3838
|
-
"equals": "updateItem",
|
|
3839
|
-
"type": "simple"
|
|
3840
|
-
},
|
|
3841
|
-
{
|
|
3842
|
-
"property": "input.operationGroup",
|
|
3843
|
-
"equals": "itemOperation",
|
|
3844
|
-
"type": "simple"
|
|
3845
|
-
}
|
|
3846
|
-
]
|
|
3847
|
-
},
|
|
3848
3864
|
"type": "Dropdown",
|
|
3865
|
+
"optional": false,
|
|
3849
3866
|
"choices": [
|
|
3850
3867
|
{
|
|
3851
3868
|
"name": "PUT",
|
|
@@ -3855,74 +3872,57 @@
|
|
|
3855
3872
|
"name": "DELETE",
|
|
3856
3873
|
"value": "delete"
|
|
3857
3874
|
}
|
|
3858
|
-
]
|
|
3875
|
+
],
|
|
3876
|
+
"binding": {
|
|
3877
|
+
"type": "zeebe:input",
|
|
3878
|
+
"name": "input.attributeAction"
|
|
3879
|
+
},
|
|
3880
|
+
"constraints": {
|
|
3881
|
+
"notEmpty": true
|
|
3882
|
+
},
|
|
3883
|
+
"condition": {
|
|
3884
|
+
"property": "itemOperationType",
|
|
3885
|
+
"oneOf": ["updateItem"]
|
|
3886
|
+
}
|
|
3859
3887
|
},
|
|
3860
3888
|
{
|
|
3861
|
-
"id": "resultVariable",
|
|
3862
3889
|
"label": "Result variable",
|
|
3863
|
-
"description": "
|
|
3890
|
+
"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>",
|
|
3864
3891
|
"group": "output",
|
|
3892
|
+
"type": "String",
|
|
3865
3893
|
"binding": {
|
|
3866
|
-
"
|
|
3867
|
-
"
|
|
3868
|
-
}
|
|
3869
|
-
"type": "String"
|
|
3894
|
+
"type": "zeebe:taskHeader",
|
|
3895
|
+
"key": "resultVariable"
|
|
3896
|
+
}
|
|
3870
3897
|
},
|
|
3871
3898
|
{
|
|
3872
|
-
"id": "resultExpression",
|
|
3873
3899
|
"label": "Result expression",
|
|
3874
|
-
"description": "Expression to map the response into process variables",
|
|
3875
|
-
"feel": "required",
|
|
3900
|
+
"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>",
|
|
3876
3901
|
"group": "output",
|
|
3902
|
+
"type": "Text",
|
|
3903
|
+
"feel": "required",
|
|
3877
3904
|
"binding": {
|
|
3878
|
-
"
|
|
3879
|
-
"
|
|
3880
|
-
}
|
|
3881
|
-
"type": "Text"
|
|
3905
|
+
"type": "zeebe:taskHeader",
|
|
3906
|
+
"key": "resultExpression"
|
|
3907
|
+
}
|
|
3882
3908
|
},
|
|
3883
3909
|
{
|
|
3884
|
-
"id": "errorExpression",
|
|
3885
3910
|
"label": "Error expression",
|
|
3886
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
3911
|
+
"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>",
|
|
3912
|
+
"group": "errors",
|
|
3913
|
+
"type": "Text",
|
|
3887
3914
|
"feel": "required",
|
|
3888
|
-
"group": "error",
|
|
3889
|
-
"binding": {
|
|
3890
|
-
"key": "errorExpression",
|
|
3891
|
-
"type": "zeebe:taskHeader"
|
|
3892
|
-
},
|
|
3893
|
-
"type": "Text"
|
|
3894
|
-
},
|
|
3895
|
-
{
|
|
3896
|
-
"id": "retryCount",
|
|
3897
|
-
"label": "Retries",
|
|
3898
|
-
"description": "Number of retries",
|
|
3899
|
-
"value": "3",
|
|
3900
|
-
"feel": "optional",
|
|
3901
|
-
"group": "retries",
|
|
3902
|
-
"binding": {
|
|
3903
|
-
"property": "retries",
|
|
3904
|
-
"type": "zeebe:taskDefinition"
|
|
3905
|
-
},
|
|
3906
|
-
"type": "String"
|
|
3907
|
-
},
|
|
3908
|
-
{
|
|
3909
|
-
"id": "retryBackoff",
|
|
3910
|
-
"label": "Retry backoff",
|
|
3911
|
-
"description": "ISO-8601 duration to wait between retries",
|
|
3912
|
-
"value": "PT0S",
|
|
3913
|
-
"group": "retries",
|
|
3914
3915
|
"binding": {
|
|
3915
|
-
"
|
|
3916
|
-
"
|
|
3917
|
-
}
|
|
3918
|
-
"type": "String"
|
|
3916
|
+
"type": "zeebe:taskHeader",
|
|
3917
|
+
"key": "errorExpression"
|
|
3918
|
+
}
|
|
3919
3919
|
}
|
|
3920
3920
|
],
|
|
3921
3921
|
"icon": {
|
|
3922
|
-
"contents": "data:image/svg+xml;
|
|
3922
|
+
"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"
|
|
3923
3923
|
},
|
|
3924
3924
|
"engines": {
|
|
3925
|
-
"camunda": "^8.
|
|
3925
|
+
"camunda": "^8.4"
|
|
3926
3926
|
}
|
|
3927
3927
|
},
|
|
3928
3928
|
{
|
|
@@ -4602,19 +4602,19 @@
|
|
|
4602
4602
|
"name": "AWS DynamoDB Outbound Connector",
|
|
4603
4603
|
"id": "io.camunda.connectors.AWSDynamoDB.v1",
|
|
4604
4604
|
"description": "Manage tables and items with AWS DynamoDB.",
|
|
4605
|
-
"
|
|
4606
|
-
"
|
|
4607
|
-
|
|
4608
|
-
|
|
4609
|
-
|
|
4610
|
-
|
|
4611
|
-
|
|
4612
|
-
|
|
4613
|
-
|
|
4614
|
-
|
|
4615
|
-
|
|
4616
|
-
|
|
4617
|
-
|
|
4605
|
+
"keywords": [
|
|
4606
|
+
"create table",
|
|
4607
|
+
"delete table",
|
|
4608
|
+
"update table",
|
|
4609
|
+
"describe table",
|
|
4610
|
+
"scan table",
|
|
4611
|
+
"add item",
|
|
4612
|
+
"delete item",
|
|
4613
|
+
"get item",
|
|
4614
|
+
"update item",
|
|
4615
|
+
"NoSQL",
|
|
4616
|
+
"database"
|
|
4617
|
+
],
|
|
4618
4618
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/",
|
|
4619
4619
|
"version": 8,
|
|
4620
4620
|
"category": {
|
|
@@ -5767,7 +5767,7 @@
|
|
|
5767
5767
|
{
|
|
5768
5768
|
"id": "resultVariable",
|
|
5769
5769
|
"label": "Result variable",
|
|
5770
|
-
"description": "Name of variable to store the response in",
|
|
5770
|
+
"description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>.",
|
|
5771
5771
|
"group": "output",
|
|
5772
5772
|
"binding": {
|
|
5773
5773
|
"key": "resultVariable",
|
|
@@ -5778,7 +5778,7 @@
|
|
|
5778
5778
|
{
|
|
5779
5779
|
"id": "resultExpression",
|
|
5780
5780
|
"label": "Result expression",
|
|
5781
|
-
"description": "Expression to map the response into process variables",
|
|
5781
|
+
"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>.",
|
|
5782
5782
|
"feel": "required",
|
|
5783
5783
|
"group": "output",
|
|
5784
5784
|
"binding": {
|