@camunda/connectors-element-templates 1.0.16 → 1.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (124) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -0
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +3 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +9 -8
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +9 -8
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +9 -8
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +9 -8
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +36 -39
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3769 -28
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +6979 -3299
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +469 -471
  12. package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
  13. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +484 -486
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1756 -1752
  16. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
  17. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
  18. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
  19. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
  20. package/src/element-templates/aws-bedrock-outbound-connector.json +788 -51
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1412 -1412
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +376 -11
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +408 -9
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +322 -5
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +316 -311
  29. package/src/element-templates/aws-lambda-outbound-connector.json +305 -301
  30. package/src/element-templates/aws-s3-outbound-connector.json +656 -15
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
  32. package/src/element-templates/aws-sns-inbound-boundary.json +422 -415
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +330 -323
  34. package/src/element-templates/aws-sns-inbound-message-start.json +348 -341
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
  37. package/src/element-templates/aws-sns-outbound-connector.json +593 -589
  38. package/src/element-templates/aws-sqs-boundary-connector.json +642 -638
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +588 -584
  40. package/src/element-templates/aws-sqs-outbound-connector.json +748 -746
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +408 -400
  43. package/src/element-templates/aws-sqs-start-message.json +465 -461
  44. package/src/element-templates/aws-textract-outbound-connector.json +298 -294
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1329 -4
  47. package/src/element-templates/blue-prism-connector.json +598 -53
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +39 -31
  50. package/src/element-templates/easy-post-connector.json +1017 -49
  51. package/src/element-templates/email-inbound-connector-boundary.json +32 -24
  52. package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +45 -37
  55. package/src/element-templates/email-outbound-connector.json +2129 -256
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12447 -5385
  58. package/src/element-templates/github-webhook-connector-boundary.json +11 -13
  59. package/src/element-templates/github-webhook-connector-intermediate.json +55 -57
  60. package/src/element-templates/github-webhook-connector-message-start.json +19 -21
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +62 -64
  63. package/src/element-templates/gitlab-connector.json +2974 -1342
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +882 -262
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1048 -19
  68. package/src/element-templates/google-sheets-outbound-connector.json +2961 -1967
  69. package/src/element-templates/graphql-outbound-connector.json +1780 -1193
  70. package/src/element-templates/http-json-connector.json +2832 -2168
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +953 -277
  72. package/src/element-templates/http-polling-connector.json +1642 -966
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +432 -5
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +21 -12
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +581 -572
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +150 -141
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +436 -430
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +165 -13
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +165 -13
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +178 -26
  85. package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +5616 -1607
  87. package/src/element-templates/openai-connector.json +608 -145
  88. package/src/element-templates/operate-connector.json +1218 -66
  89. package/src/element-templates/power-automate-connector.json +602 -10
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +799 -790
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +914 -905
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +477 -468
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +754 -745
  95. package/src/element-templates/rabbitmq-outbound-connector.json +875 -869
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +583 -39
  98. package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
  99. package/src/element-templates/send-message-connector-message-end-event.json +10 -5
  100. package/src/element-templates/send-message-connector-send-task.json +10 -5
  101. package/src/element-templates/sendgrid-outbound-connector.json +1406 -798
  102. package/src/element-templates/servicenow-connector.json +971 -3
  103. package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
  104. package/src/element-templates/servicenow-incident-connector.json +980 -3
  105. package/src/element-templates/slack-inbound-boundary.json +639 -341
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +678 -348
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +332 -327
  110. package/src/element-templates/slack-outbound-connector.json +3313 -919
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1521 -41
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +35 -26
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +38 -29
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +607 -15
  119. package/src/element-templates/webhook-connector-boundary.json +1986 -1331
  120. package/src/element-templates/webhook-connector-intermediate.json +2193 -1538
  121. package/src/element-templates/webhook-connector-receive.json +654 -0
  122. package/src/element-templates/webhook-connector-start-event.json +1261 -700
  123. package/src/element-templates/webhook-connector-start-message.json +1754 -1067
  124. package/src/element-templates/whatsapp-connector.json +339 -5
@@ -1,11 +1,24 @@
1
1
  [
2
2
  {
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
- "name": "AWS DynamoDB",
4
+ "name": "AWS DynamoDB Outbound Connector",
5
5
  "id": "io.camunda.connectors.AWSDynamoDB.v1",
6
- "version": 3,
7
- "description": "Work with tables and items using AWS DynamoDB service",
8
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/",
6
+ "description": "Manage tables and items with AWS DynamoDB.",
7
+ "keywords": [
8
+ "create table",
9
+ "delete table",
10
+ "update table",
11
+ "describe table",
12
+ "scan table",
13
+ "add item",
14
+ "delete item",
15
+ "get item",
16
+ "update item",
17
+ "NoSQL",
18
+ "database"
19
+ ],
20
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/",
21
+ "version": 8,
9
22
  "category": {
10
23
  "id": "connectors",
11
24
  "name": "Connectors"
@@ -14,6 +27,9 @@
14
27
  "elementType": {
15
28
  "value": "bpmn:ServiceTask"
16
29
  },
30
+ "engines": {
31
+ "camunda": "^8.6"
32
+ },
17
33
  "groups": [
18
34
  {
19
35
  "id": "operation",
@@ -25,52 +41,71 @@
25
41
  },
26
42
  {
27
43
  "id": "configuration",
28
- "label": "Configuration"
44
+ "label": "Queue properties"
29
45
  },
30
46
  {
31
47
  "id": "input",
32
48
  "label": "Input"
33
49
  },
50
+ {
51
+ "id": "connector",
52
+ "label": "Connector"
53
+ },
34
54
  {
35
55
  "id": "output",
36
- "label": "Output"
56
+ "label": "Output mapping"
37
57
  },
38
58
  {
39
- "id": "errors",
59
+ "id": "error",
40
60
  "label": "Error handling"
61
+ },
62
+ {
63
+ "id": "retries",
64
+ "label": "Retries"
41
65
  }
42
66
  ],
43
67
  "properties": [
44
68
  {
45
- "type": "Hidden",
46
69
  "value": "io.camunda:aws-dynamodb:1",
47
70
  "binding": {
48
- "type": "zeebe:taskDefinition",
49
- "property": "type"
50
- }
71
+ "property": "type",
72
+ "type": "zeebe:taskDefinition"
73
+ },
74
+ "type": "Hidden"
51
75
  },
52
76
  {
53
- "id": "operationGroup",
77
+ "id": "input.operationGroup",
78
+ "label": "Choose category",
54
79
  "group": "operation",
80
+ "binding": {
81
+ "name": "input.operationGroup",
82
+ "type": "zeebe:input"
83
+ },
55
84
  "type": "Dropdown",
56
85
  "choices": [
57
86
  {
58
87
  "name": "Table",
59
- "value": "table"
88
+ "value": "tableOperation"
60
89
  },
61
90
  {
62
91
  "name": "Item",
63
- "value": "item"
92
+ "value": "itemOperation"
64
93
  }
65
- ],
66
- "binding": {
67
- "type": "zeebe:input",
68
- "name": "operationGroup"
69
- }
94
+ ]
70
95
  },
71
96
  {
72
- "id": "tableOperationType",
97
+ "id": "input.tableOperation",
98
+ "label": "Select action",
73
99
  "group": "operation",
100
+ "binding": {
101
+ "name": "input.tableOperation",
102
+ "type": "zeebe:input"
103
+ },
104
+ "condition": {
105
+ "property": "input.operationGroup",
106
+ "equals": "tableOperation",
107
+ "type": "simple"
108
+ },
74
109
  "type": "Dropdown",
75
110
  "choices": [
76
111
  {
@@ -89,19 +124,21 @@
89
124
  "name": "Scan table",
90
125
  "value": "scanTable"
91
126
  }
92
- ],
93
- "binding": {
94
- "type": "zeebe:input",
95
- "name": "input.type"
96
- },
97
- "condition": {
98
- "property": "operationGroup",
99
- "equals": "table"
100
- }
127
+ ]
101
128
  },
102
129
  {
103
- "id": "itemOperationType",
130
+ "id": "input.itemOperation",
131
+ "label": "Select action",
104
132
  "group": "operation",
133
+ "binding": {
134
+ "name": "input.itemOperation",
135
+ "type": "zeebe:input"
136
+ },
137
+ "condition": {
138
+ "property": "input.operationGroup",
139
+ "equals": "itemOperation",
140
+ "type": "simple"
141
+ },
105
142
  "type": "Dropdown",
106
143
  "choices": [
107
144
  {
@@ -120,125 +157,190 @@
120
157
  "name": "Update item",
121
158
  "value": "updateItem"
122
159
  }
123
- ],
160
+ ]
161
+ },
162
+ {
163
+ "id": "authentication.type",
164
+ "label": "Authentication",
165
+ "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>",
166
+ "value": "credentials",
167
+ "group": "authentication",
124
168
  "binding": {
125
- "type": "zeebe:input",
126
- "name": "input.type"
169
+ "name": "authentication.type",
170
+ "type": "zeebe:input"
127
171
  },
128
- "condition": {
129
- "property": "operationGroup",
130
- "equals": "item"
131
- }
172
+ "type": "Dropdown",
173
+ "choices": [
174
+ {
175
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
176
+ "value": "defaultCredentialsChain"
177
+ },
178
+ {
179
+ "name": "Credentials",
180
+ "value": "credentials"
181
+ }
182
+ ]
132
183
  },
133
184
  {
185
+ "id": "authentication.accessKey",
134
186
  "label": "Access key",
135
- "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>",
136
- "group": "authentication",
137
- "type": "String",
138
- "feel": "optional",
187
+ "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
139
188
  "optional": false,
140
- "binding": {
141
- "type": "zeebe:input",
142
- "name": "authentication.accessKey"
143
- },
144
189
  "constraints": {
145
190
  "notEmpty": true
146
- }
191
+ },
192
+ "feel": "optional",
193
+ "group": "authentication",
194
+ "binding": {
195
+ "name": "authentication.accessKey",
196
+ "type": "zeebe:input"
197
+ },
198
+ "condition": {
199
+ "property": "authentication.type",
200
+ "equals": "credentials",
201
+ "type": "simple"
202
+ },
203
+ "type": "String"
147
204
  },
148
205
  {
206
+ "id": "authentication.secretKey",
149
207
  "label": "Secret key",
150
- "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>",
151
- "group": "authentication",
152
- "type": "String",
153
- "feel": "optional",
208
+ "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
154
209
  "optional": false,
155
- "binding": {
156
- "type": "zeebe:input",
157
- "name": "authentication.secretKey"
158
- },
159
210
  "constraints": {
160
211
  "notEmpty": true
161
- }
212
+ },
213
+ "feel": "optional",
214
+ "group": "authentication",
215
+ "binding": {
216
+ "name": "authentication.secretKey",
217
+ "type": "zeebe:input"
218
+ },
219
+ "condition": {
220
+ "property": "authentication.type",
221
+ "equals": "credentials",
222
+ "type": "simple"
223
+ },
224
+ "type": "String"
162
225
  },
163
226
  {
227
+ "id": "configuration.region",
164
228
  "label": "Region",
165
229
  "description": "Specify the AWS region",
166
- "group": "configuration",
167
- "type": "String",
168
- "feel": "optional",
169
230
  "optional": false,
170
- "binding": {
171
- "type": "zeebe:input",
172
- "name": "configuration.region"
173
- },
174
231
  "constraints": {
175
232
  "notEmpty": true
176
- }
177
- },
178
- {
179
- "label": "Table name",
180
- "description": "Name of DynamoDB table",
181
- "group": "input",
182
- "type": "String",
233
+ },
183
234
  "feel": "optional",
184
- "optional": false,
235
+ "group": "configuration",
185
236
  "binding": {
186
- "type": "zeebe:input",
187
- "name": "input.tableName"
237
+ "name": "configuration.region",
238
+ "type": "zeebe:input"
188
239
  },
189
- "constraints": {
190
- "notEmpty": true
240
+ "type": "String"
241
+ },
242
+ {
243
+ "id": "configuration.endpoint",
244
+ "label": "Endpoint",
245
+ "description": "Specify endpoint if need to use custom endpoint",
246
+ "optional": true,
247
+ "group": "configuration",
248
+ "binding": {
249
+ "name": "configuration.endpoint",
250
+ "type": "zeebe:input"
191
251
  },
192
- "condition": {
193
- "property": "tableOperationType",
194
- "oneOf": ["createTable", "deleteTable", "describeTable", "scanTable"]
195
- }
252
+ "type": "Hidden"
196
253
  },
197
254
  {
255
+ "id": "input.createTable.tableName",
198
256
  "label": "Table name",
199
257
  "description": "Name of DynamoDB table",
200
- "group": "input",
201
- "type": "String",
202
- "feel": "optional",
203
258
  "optional": false,
204
- "binding": {
205
- "type": "zeebe:input",
206
- "name": "input.tableName"
207
- },
208
259
  "constraints": {
209
260
  "notEmpty": true
210
261
  },
262
+ "feel": "optional",
263
+ "group": "input",
264
+ "binding": {
265
+ "name": "input.tableName",
266
+ "type": "zeebe:input"
267
+ },
211
268
  "condition": {
212
- "property": "itemOperationType",
213
- "oneOf": ["addItem", "deleteItem", "getItem", "updateItem"]
214
- }
269
+ "allMatch": [
270
+ {
271
+ "property": "input.tableOperation",
272
+ "equals": "createTable",
273
+ "type": "simple"
274
+ },
275
+ {
276
+ "property": "input.operationGroup",
277
+ "equals": "tableOperation",
278
+ "type": "simple"
279
+ }
280
+ ]
281
+ },
282
+ "type": "String"
215
283
  },
216
284
  {
285
+ "id": "input.partitionKey",
217
286
  "label": "Partition key",
218
- "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>",
219
- "group": "input",
220
- "type": "String",
221
- "feel": "optional",
222
- "binding": {
223
- "type": "zeebe:input",
224
- "name": "input.partitionKey"
225
- },
287
+ "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>",
288
+ "optional": false,
226
289
  "constraints": {
227
290
  "notEmpty": true
228
291
  },
229
- "condition": {
230
- "property": "tableOperationType",
231
- "equals": "createTable"
232
- }
233
- },
234
- {
235
- "label": "Partition key role",
236
- "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>",
292
+ "feel": "optional",
237
293
  "group": "input",
238
- "type": "Dropdown",
239
- "optional": false,
240
- "choices": [
241
- {
294
+ "binding": {
295
+ "name": "input.partitionKey",
296
+ "type": "zeebe:input"
297
+ },
298
+ "condition": {
299
+ "allMatch": [
300
+ {
301
+ "property": "input.tableOperation",
302
+ "equals": "createTable",
303
+ "type": "simple"
304
+ },
305
+ {
306
+ "property": "input.operationGroup",
307
+ "equals": "tableOperation",
308
+ "type": "simple"
309
+ }
310
+ ]
311
+ },
312
+ "type": "String"
313
+ },
314
+ {
315
+ "id": "input.partitionKeyRole",
316
+ "label": "Partition key role",
317
+ "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>",
318
+ "optional": false,
319
+ "constraints": {
320
+ "notEmpty": true
321
+ },
322
+ "group": "input",
323
+ "binding": {
324
+ "name": "input.partitionKeyRole",
325
+ "type": "zeebe:input"
326
+ },
327
+ "condition": {
328
+ "allMatch": [
329
+ {
330
+ "property": "input.tableOperation",
331
+ "equals": "createTable",
332
+ "type": "simple"
333
+ },
334
+ {
335
+ "property": "input.operationGroup",
336
+ "equals": "tableOperation",
337
+ "type": "simple"
338
+ }
339
+ ]
340
+ },
341
+ "type": "Dropdown",
342
+ "choices": [
343
+ {
242
344
  "name": "HASH",
243
345
  "value": "HASH"
244
346
  },
@@ -246,25 +348,36 @@
246
348
  "name": "RANGE",
247
349
  "value": "RANGE"
248
350
  }
249
- ],
250
- "binding": {
251
- "type": "zeebe:input",
252
- "name": "input.partitionKeyRole"
253
- },
254
- "constraints": {
255
- "notEmpty": true
256
- },
257
- "condition": {
258
- "property": "tableOperationType",
259
- "equals": "createTable"
260
- }
351
+ ]
261
352
  },
262
353
  {
354
+ "id": "input.partitionKeyType",
263
355
  "label": "Partition key attribute data type",
264
356
  "description": "Represents the data for an attribute",
357
+ "optional": false,
358
+ "constraints": {
359
+ "notEmpty": true
360
+ },
265
361
  "group": "input",
362
+ "binding": {
363
+ "name": "input.partitionKeyType",
364
+ "type": "zeebe:input"
365
+ },
366
+ "condition": {
367
+ "allMatch": [
368
+ {
369
+ "property": "input.tableOperation",
370
+ "equals": "createTable",
371
+ "type": "simple"
372
+ },
373
+ {
374
+ "property": "input.operationGroup",
375
+ "equals": "tableOperation",
376
+ "type": "simple"
377
+ }
378
+ ]
379
+ },
266
380
  "type": "Dropdown",
267
- "optional": false,
268
381
  "choices": [
269
382
  {
270
383
  "name": "Binary",
@@ -278,44 +391,60 @@
278
391
  "name": "String",
279
392
  "value": "S"
280
393
  }
281
- ],
282
- "binding": {
283
- "type": "zeebe:input",
284
- "name": "input.partitionKeyType"
285
- },
286
- "constraints": {
287
- "notEmpty": true
288
- },
289
- "condition": {
290
- "property": "tableOperationType",
291
- "equals": "createTable"
292
- }
394
+ ]
293
395
  },
294
396
  {
397
+ "id": "input.sortKey",
295
398
  "label": "Sort key",
296
- "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>",
297
- "group": "input",
298
- "type": "String",
299
- "feel": "optional",
399
+ "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>",
300
400
  "optional": true,
401
+ "feel": "optional",
402
+ "group": "input",
301
403
  "binding": {
302
- "type": "zeebe:input",
303
- "name": "input.sortKey"
304
- },
305
- "constraints": {
306
- "notEmpty": false
404
+ "name": "input.sortKey",
405
+ "type": "zeebe:input"
307
406
  },
308
407
  "condition": {
309
- "property": "tableOperationType",
310
- "equals": "createTable"
311
- }
408
+ "allMatch": [
409
+ {
410
+ "property": "input.tableOperation",
411
+ "equals": "createTable",
412
+ "type": "simple"
413
+ },
414
+ {
415
+ "property": "input.operationGroup",
416
+ "equals": "tableOperation",
417
+ "type": "simple"
418
+ }
419
+ ]
420
+ },
421
+ "type": "String"
312
422
  },
313
423
  {
424
+ "id": "input.sortKeyRole",
314
425
  "label": "Sort key role",
315
426
  "description": "The role that this key attribute will assume",
427
+ "optional": true,
316
428
  "group": "input",
429
+ "binding": {
430
+ "name": "input.sortKeyRole",
431
+ "type": "zeebe:input"
432
+ },
433
+ "condition": {
434
+ "allMatch": [
435
+ {
436
+ "property": "input.tableOperation",
437
+ "equals": "createTable",
438
+ "type": "simple"
439
+ },
440
+ {
441
+ "property": "input.operationGroup",
442
+ "equals": "tableOperation",
443
+ "type": "simple"
444
+ }
445
+ ]
446
+ },
317
447
  "type": "Dropdown",
318
- "optional": true,
319
448
  "choices": [
320
449
  {
321
450
  "name": "HASH",
@@ -325,25 +454,33 @@
325
454
  "name": "RANGE",
326
455
  "value": "RANGE"
327
456
  }
328
- ],
329
- "binding": {
330
- "type": "zeebe:input",
331
- "name": "input.sortKeyRole"
332
- },
333
- "constraints": {
334
- "notEmpty": false
335
- },
336
- "condition": {
337
- "property": "tableOperationType",
338
- "equals": "createTable"
339
- }
457
+ ]
340
458
  },
341
459
  {
460
+ "id": "input.sortKeyType",
342
461
  "label": "Sort key attribute data type",
343
462
  "description": "Represents the data for an attribute",
463
+ "optional": true,
344
464
  "group": "input",
465
+ "binding": {
466
+ "name": "input.sortKeyType",
467
+ "type": "zeebe:input"
468
+ },
469
+ "condition": {
470
+ "allMatch": [
471
+ {
472
+ "property": "input.tableOperation",
473
+ "equals": "createTable",
474
+ "type": "simple"
475
+ },
476
+ {
477
+ "property": "input.operationGroup",
478
+ "equals": "tableOperation",
479
+ "type": "simple"
480
+ }
481
+ ]
482
+ },
345
483
  "type": "Dropdown",
346
- "optional": true,
347
484
  "choices": [
348
485
  {
349
486
  "name": "Binary",
@@ -357,71 +494,96 @@
357
494
  "name": "String",
358
495
  "value": "S"
359
496
  }
360
- ],
361
- "binding": {
362
- "type": "zeebe:input",
363
- "name": "input.sortKeyType"
364
- },
365
- "constraints": {
366
- "notEmpty": false
367
- },
368
- "condition": {
369
- "property": "tableOperationType",
370
- "equals": "createTable"
371
- }
497
+ ]
372
498
  },
373
499
  {
500
+ "id": "input.readCapacityUnits",
374
501
  "label": "Read capacity units",
375
- "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>",
502
+ "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>",
503
+ "optional": false,
504
+ "constraints": {
505
+ "notEmpty": true
506
+ },
507
+ "feel": "static",
376
508
  "group": "input",
377
- "type": "String",
378
- "feel": "optional",
379
- "optional": true,
380
509
  "binding": {
381
- "type": "zeebe:input",
382
- "name": "input.readCapacityUnits"
383
- },
384
- "constraints": {
385
- "notEmpty": false,
386
- "pattern": {
387
- "value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
388
- "message": "Must be a number"
389
- }
510
+ "name": "input.readCapacityUnits",
511
+ "type": "zeebe:input"
390
512
  },
391
513
  "condition": {
392
- "property": "tableOperationType",
393
- "equals": "createTable"
394
- }
514
+ "allMatch": [
515
+ {
516
+ "property": "input.tableOperation",
517
+ "equals": "createTable",
518
+ "type": "simple"
519
+ },
520
+ {
521
+ "property": "input.operationGroup",
522
+ "equals": "tableOperation",
523
+ "type": "simple"
524
+ }
525
+ ]
526
+ },
527
+ "type": "Number"
395
528
  },
396
529
  {
530
+ "id": "input.writeCapacityUnits",
397
531
  "label": "Write capacity units",
398
- "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>",
532
+ "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>",
533
+ "optional": false,
534
+ "constraints": {
535
+ "notEmpty": true
536
+ },
537
+ "feel": "static",
399
538
  "group": "input",
400
- "type": "String",
401
- "feel": "optional",
402
- "optional": true,
403
539
  "binding": {
404
- "type": "zeebe:input",
405
- "name": "input.writeCapacityUnits"
406
- },
407
- "constraints": {
408
- "notEmpty": false,
409
- "pattern": {
410
- "value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
411
- "message": "Must be a number"
412
- }
540
+ "name": "input.writeCapacityUnits",
541
+ "type": "zeebe:input"
413
542
  },
414
543
  "condition": {
415
- "property": "tableOperationType",
416
- "equals": "createTable"
417
- }
544
+ "allMatch": [
545
+ {
546
+ "property": "input.tableOperation",
547
+ "equals": "createTable",
548
+ "type": "simple"
549
+ },
550
+ {
551
+ "property": "input.operationGroup",
552
+ "equals": "tableOperation",
553
+ "type": "simple"
554
+ }
555
+ ]
556
+ },
557
+ "type": "Number"
418
558
  },
419
559
  {
560
+ "id": "input.billingModeStr",
420
561
  "label": "Billing mode",
421
- "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>",
562
+ "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>",
563
+ "optional": false,
564
+ "constraints": {
565
+ "notEmpty": true
566
+ },
422
567
  "group": "input",
568
+ "binding": {
569
+ "name": "input.billingModeStr",
570
+ "type": "zeebe:input"
571
+ },
572
+ "condition": {
573
+ "allMatch": [
574
+ {
575
+ "property": "input.tableOperation",
576
+ "equals": "createTable",
577
+ "type": "simple"
578
+ },
579
+ {
580
+ "property": "input.operationGroup",
581
+ "equals": "tableOperation",
582
+ "type": "simple"
583
+ }
584
+ ]
585
+ },
423
586
  "type": "Dropdown",
424
- "optional": true,
425
587
  "choices": [
426
588
  {
427
589
  "name": "PROVISIONED",
@@ -431,26 +593,37 @@
431
593
  "name": "PAY_PER_REQUEST",
432
594
  "value": "PAY_PER_REQUEST"
433
595
  }
434
- ],
435
- "binding": {
436
- "type": "zeebe:input",
437
- "name": "input.billingModeStr"
438
- },
439
- "constraints": {
440
- "notEmpty": false
441
- },
442
- "condition": {
443
- "property": "tableOperationType",
444
- "equals": "createTable"
445
- }
596
+ ]
446
597
  },
447
598
  {
599
+ "id": "input.deletionProtection",
448
600
  "label": "Deletion protection",
449
601
  "description": "Prevents accidental table deletion",
602
+ "optional": false,
603
+ "value": "false",
604
+ "constraints": {
605
+ "notEmpty": true
606
+ },
450
607
  "group": "input",
608
+ "binding": {
609
+ "name": "input.deletionProtection",
610
+ "type": "zeebe:input"
611
+ },
612
+ "condition": {
613
+ "allMatch": [
614
+ {
615
+ "property": "input.tableOperation",
616
+ "equals": "createTable",
617
+ "type": "simple"
618
+ },
619
+ {
620
+ "property": "input.operationGroup",
621
+ "equals": "tableOperation",
622
+ "type": "simple"
623
+ }
624
+ ]
625
+ },
451
626
  "type": "Dropdown",
452
- "value": false,
453
- "optional": false,
454
627
  "choices": [
455
628
  {
456
629
  "name": "True",
@@ -460,222 +633,609 @@
460
633
  "name": "False",
461
634
  "value": "false"
462
635
  }
463
- ],
464
- "binding": {
465
- "type": "zeebe:input",
466
- "name": "input.deletionProtection"
467
- },
636
+ ]
637
+ },
638
+ {
639
+ "id": "input.deleteTable.tableName",
640
+ "label": "Table name",
641
+ "description": "Name of DynamoDB table",
642
+ "optional": false,
468
643
  "constraints": {
469
644
  "notEmpty": true
470
645
  },
471
- "condition": {
472
- "property": "tableOperationType",
473
- "equals": "createTable"
474
- }
475
- },
476
- {
477
- "label": "Filter expression",
478
- "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>",
479
- "group": "input",
480
- "type": "String",
481
646
  "feel": "optional",
482
- "optional": true,
647
+ "group": "input",
483
648
  "binding": {
484
- "type": "zeebe:input",
485
- "name": "input.filterExpression"
486
- },
487
- "constraints": {
488
- "notEmpty": false
649
+ "name": "input.tableName",
650
+ "type": "zeebe:input"
489
651
  },
490
652
  "condition": {
491
- "property": "tableOperationType",
492
- "oneOf": ["scanTable"]
493
- }
653
+ "allMatch": [
654
+ {
655
+ "property": "input.tableOperation",
656
+ "equals": "deleteTable",
657
+ "type": "simple"
658
+ },
659
+ {
660
+ "property": "input.operationGroup",
661
+ "equals": "tableOperation",
662
+ "type": "simple"
663
+ }
664
+ ]
665
+ },
666
+ "type": "String"
494
667
  },
495
668
  {
496
- "label": "Projection expression",
497
- "description": "Is a string that identifies the attributes that you want. For multiple attributes, the names must be comma-separated",
498
- "group": "input",
499
- "type": "String",
669
+ "id": "input.describeTable.tableName",
670
+ "label": "Table name",
671
+ "description": "Name of DynamoDB table",
672
+ "optional": false,
673
+ "constraints": {
674
+ "notEmpty": true
675
+ },
500
676
  "feel": "optional",
501
- "optional": true,
677
+ "group": "input",
502
678
  "binding": {
503
- "type": "zeebe:input",
504
- "name": "input.projectionExpression"
505
- },
506
- "constraints": {
507
- "notEmpty": false
679
+ "name": "input.tableName",
680
+ "type": "zeebe:input"
508
681
  },
509
682
  "condition": {
510
- "property": "tableOperationType",
511
- "oneOf": ["scanTable"]
512
- }
683
+ "allMatch": [
684
+ {
685
+ "property": "input.tableOperation",
686
+ "equals": "describeTable",
687
+ "type": "simple"
688
+ },
689
+ {
690
+ "property": "input.operationGroup",
691
+ "equals": "tableOperation",
692
+ "type": "simple"
693
+ }
694
+ ]
695
+ },
696
+ "type": "String"
513
697
  },
514
698
  {
515
- "label": "Expression attribute names",
516
- "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>",
699
+ "id": "input.scanTable.tableName",
700
+ "label": "Table name",
701
+ "description": "Name of DynamoDB table",
702
+ "optional": false,
703
+ "constraints": {
704
+ "notEmpty": true
705
+ },
706
+ "feel": "optional",
517
707
  "group": "input",
518
- "type": "String",
519
- "feel": "required",
520
- "optional": true,
521
708
  "binding": {
522
- "type": "zeebe:input",
523
- "name": "input.expressionAttributeNames"
524
- },
525
- "constraints": {
526
- "notEmpty": false
709
+ "name": "input.tableName",
710
+ "type": "zeebe:input"
527
711
  },
528
712
  "condition": {
529
- "property": "tableOperationType",
530
- "oneOf": ["scanTable"]
531
- }
713
+ "allMatch": [
714
+ {
715
+ "property": "input.tableOperation",
716
+ "equals": "scanTable",
717
+ "type": "simple"
718
+ },
719
+ {
720
+ "property": "input.operationGroup",
721
+ "equals": "tableOperation",
722
+ "type": "simple"
723
+ }
724
+ ]
725
+ },
726
+ "type": "String"
532
727
  },
533
728
  {
534
- "label": "Expression attribute values",
535
- "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>",
536
- "group": "input",
537
- "type": "String",
538
- "feel": "required",
729
+ "id": "input.filterExpression",
730
+ "label": "Filter expression",
731
+ "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>",
539
732
  "optional": true,
733
+ "feel": "optional",
734
+ "group": "input",
540
735
  "binding": {
541
- "type": "zeebe:input",
542
- "name": "input.expressionAttributeValues"
543
- },
544
- "constraints": {
545
- "notEmpty": false
736
+ "name": "input.filterExpression",
737
+ "type": "zeebe:input"
546
738
  },
547
739
  "condition": {
548
- "property": "tableOperationType",
549
- "oneOf": ["scanTable"]
550
- }
740
+ "allMatch": [
741
+ {
742
+ "property": "input.tableOperation",
743
+ "equals": "scanTable",
744
+ "type": "simple"
745
+ },
746
+ {
747
+ "property": "input.operationGroup",
748
+ "equals": "tableOperation",
749
+ "type": "simple"
750
+ }
751
+ ]
752
+ },
753
+ "type": "String"
551
754
  },
552
755
  {
553
- "label": "Item",
554
- "description": "DynamoDB item (group of attributes)",
756
+ "id": "input.projectionExpression",
757
+ "label": "Projection expression",
758
+ "description": "Is a string that identifies the attributes that you want. For multiple attributes, the names must be comma-separated",
759
+ "optional": true,
760
+ "feel": "optional",
555
761
  "group": "input",
556
- "type": "String",
557
- "feel": "required",
558
762
  "binding": {
559
- "type": "zeebe:input",
560
- "name": "input.item"
561
- },
562
- "constraints": {
563
- "notEmpty": true
763
+ "name": "input.projectionExpression",
764
+ "type": "zeebe:input"
564
765
  },
565
766
  "condition": {
566
- "property": "itemOperationType",
567
- "oneOf": ["addItem"]
568
- }
767
+ "allMatch": [
768
+ {
769
+ "property": "input.tableOperation",
770
+ "equals": "scanTable",
771
+ "type": "simple"
772
+ },
773
+ {
774
+ "property": "input.operationGroup",
775
+ "equals": "tableOperation",
776
+ "type": "simple"
777
+ }
778
+ ]
779
+ },
780
+ "type": "String"
569
781
  },
570
782
  {
571
- "label": "Primary key components",
572
- "description": "Simple or composite primary key",
783
+ "id": "input.expressionAttributeNames",
784
+ "label": "Expression attribute names",
785
+ "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>",
786
+ "optional": true,
787
+ "feel": "required",
573
788
  "group": "input",
574
- "type": "String",
789
+ "binding": {
790
+ "name": "input.expressionAttributeNames",
791
+ "type": "zeebe:input"
792
+ },
793
+ "condition": {
794
+ "allMatch": [
795
+ {
796
+ "property": "input.tableOperation",
797
+ "equals": "scanTable",
798
+ "type": "simple"
799
+ },
800
+ {
801
+ "property": "input.operationGroup",
802
+ "equals": "tableOperation",
803
+ "type": "simple"
804
+ }
805
+ ]
806
+ },
807
+ "type": "String"
808
+ },
809
+ {
810
+ "id": "input.expressionAttributeValues",
811
+ "label": "Expression attribute values",
812
+ "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>",
813
+ "optional": true,
575
814
  "feel": "required",
815
+ "group": "input",
576
816
  "binding": {
577
- "type": "zeebe:input",
578
- "name": "input.primaryKeyComponents"
817
+ "name": "input.expressionAttributeValues",
818
+ "type": "zeebe:input"
819
+ },
820
+ "condition": {
821
+ "allMatch": [
822
+ {
823
+ "property": "input.tableOperation",
824
+ "equals": "scanTable",
825
+ "type": "simple"
826
+ },
827
+ {
828
+ "property": "input.operationGroup",
829
+ "equals": "tableOperation",
830
+ "type": "simple"
831
+ }
832
+ ]
579
833
  },
834
+ "type": "String"
835
+ },
836
+ {
837
+ "id": "input.addItem.tableName",
838
+ "label": "Table name",
839
+ "description": "Name of DynamoDB table",
840
+ "optional": false,
580
841
  "constraints": {
581
842
  "notEmpty": true
582
843
  },
844
+ "feel": "optional",
845
+ "group": "input",
846
+ "binding": {
847
+ "name": "input.tableName",
848
+ "type": "zeebe:input"
849
+ },
583
850
  "condition": {
584
- "property": "itemOperationType",
585
- "oneOf": ["updateItem", "deleteItem", "getItem"]
586
- }
851
+ "allMatch": [
852
+ {
853
+ "property": "input.itemOperation",
854
+ "equals": "addItem",
855
+ "type": "simple"
856
+ },
857
+ {
858
+ "property": "input.operationGroup",
859
+ "equals": "itemOperation",
860
+ "type": "simple"
861
+ }
862
+ ]
863
+ },
864
+ "type": "String"
587
865
  },
588
866
  {
589
- "label": "Key attributes",
590
- "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>",
591
- "group": "input",
592
- "type": "String",
867
+ "id": "input.item",
868
+ "label": "Item",
869
+ "description": "DynamoDB item (group of attributes)",
870
+ "optional": false,
871
+ "constraints": {
872
+ "notEmpty": true
873
+ },
593
874
  "feel": "required",
875
+ "group": "input",
594
876
  "binding": {
595
- "type": "zeebe:input",
596
- "name": "input.keyAttributes"
877
+ "name": "input.item",
878
+ "type": "zeebe:input"
879
+ },
880
+ "condition": {
881
+ "allMatch": [
882
+ {
883
+ "property": "input.itemOperation",
884
+ "equals": "addItem",
885
+ "type": "simple"
886
+ },
887
+ {
888
+ "property": "input.operationGroup",
889
+ "equals": "itemOperation",
890
+ "type": "simple"
891
+ }
892
+ ]
597
893
  },
894
+ "type": "String"
895
+ },
896
+ {
897
+ "id": "input.deleteItem.tableName",
898
+ "label": "Table name",
899
+ "description": "Name of DynamoDB table",
900
+ "optional": false,
598
901
  "constraints": {
599
902
  "notEmpty": true
600
903
  },
904
+ "feel": "optional",
905
+ "group": "input",
906
+ "binding": {
907
+ "name": "input.tableName",
908
+ "type": "zeebe:input"
909
+ },
601
910
  "condition": {
602
- "property": "itemOperationType",
603
- "oneOf": ["updateItem"]
604
- }
911
+ "allMatch": [
912
+ {
913
+ "property": "input.itemOperation",
914
+ "equals": "deleteItem",
915
+ "type": "simple"
916
+ },
917
+ {
918
+ "property": "input.operationGroup",
919
+ "equals": "itemOperation",
920
+ "type": "simple"
921
+ }
922
+ ]
923
+ },
924
+ "type": "String"
605
925
  },
606
926
  {
607
- "label": "Attribute action",
608
- "description": "Specifies how to perform the update",
609
- "group": "input",
610
- "type": "Dropdown",
927
+ "id": "input.deleteItem.primaryKeyComponents",
928
+ "label": "Primary key components",
929
+ "description": "Simple or composite primary key",
611
930
  "optional": false,
612
- "choices": [
613
- {
614
- "name": "PUT",
615
- "value": "put"
616
- },
617
- {
618
- "name": "DELETE",
619
- "value": "delete"
620
- }
621
- ],
622
- "binding": {
623
- "type": "zeebe:input",
624
- "name": "input.attributeAction"
625
- },
626
931
  "constraints": {
627
932
  "notEmpty": true
628
933
  },
934
+ "feel": "required",
935
+ "group": "input",
936
+ "binding": {
937
+ "name": "input.primaryKeyComponents",
938
+ "type": "zeebe:input"
939
+ },
629
940
  "condition": {
630
- "property": "itemOperationType",
631
- "oneOf": ["updateItem"]
632
- }
941
+ "allMatch": [
942
+ {
943
+ "property": "input.itemOperation",
944
+ "equals": "deleteItem",
945
+ "type": "simple"
946
+ },
947
+ {
948
+ "property": "input.operationGroup",
949
+ "equals": "itemOperation",
950
+ "type": "simple"
951
+ }
952
+ ]
953
+ },
954
+ "type": "String"
633
955
  },
634
956
  {
635
- "label": "Result variable",
636
- "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>",
637
- "group": "output",
638
- "type": "String",
957
+ "id": "input.getItem.tableName",
958
+ "label": "Table name",
959
+ "description": "Name of DynamoDB table",
960
+ "optional": false,
961
+ "constraints": {
962
+ "notEmpty": true
963
+ },
964
+ "feel": "optional",
965
+ "group": "input",
639
966
  "binding": {
640
- "type": "zeebe:taskHeader",
641
- "key": "resultVariable"
642
- }
967
+ "name": "input.tableName",
968
+ "type": "zeebe:input"
969
+ },
970
+ "condition": {
971
+ "allMatch": [
972
+ {
973
+ "property": "input.itemOperation",
974
+ "equals": "getItem",
975
+ "type": "simple"
976
+ },
977
+ {
978
+ "property": "input.operationGroup",
979
+ "equals": "itemOperation",
980
+ "type": "simple"
981
+ }
982
+ ]
983
+ },
984
+ "type": "String"
643
985
  },
644
986
  {
645
- "label": "Result expression",
646
- "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>",
647
- "group": "output",
648
- "type": "Text",
987
+ "id": "input.getItem.primaryKeyComponents",
988
+ "label": "Primary key components",
989
+ "description": "Simple or composite primary key",
990
+ "optional": false,
991
+ "constraints": {
992
+ "notEmpty": true
993
+ },
649
994
  "feel": "required",
995
+ "group": "input",
650
996
  "binding": {
651
- "type": "zeebe:taskHeader",
652
- "key": "resultExpression"
653
- }
654
- },
997
+ "name": "input.primaryKeyComponents",
998
+ "type": "zeebe:input"
999
+ },
1000
+ "condition": {
1001
+ "allMatch": [
1002
+ {
1003
+ "property": "input.itemOperation",
1004
+ "equals": "getItem",
1005
+ "type": "simple"
1006
+ },
1007
+ {
1008
+ "property": "input.operationGroup",
1009
+ "equals": "itemOperation",
1010
+ "type": "simple"
1011
+ }
1012
+ ]
1013
+ },
1014
+ "type": "String"
1015
+ },
1016
+ {
1017
+ "id": "input.updateTable.tableName",
1018
+ "label": "Table name",
1019
+ "description": "Name of DynamoDB table",
1020
+ "optional": false,
1021
+ "constraints": {
1022
+ "notEmpty": true
1023
+ },
1024
+ "feel": "optional",
1025
+ "group": "input",
1026
+ "binding": {
1027
+ "name": "input.tableName",
1028
+ "type": "zeebe:input"
1029
+ },
1030
+ "condition": {
1031
+ "allMatch": [
1032
+ {
1033
+ "property": "input.itemOperation",
1034
+ "equals": "updateItem",
1035
+ "type": "simple"
1036
+ },
1037
+ {
1038
+ "property": "input.operationGroup",
1039
+ "equals": "itemOperation",
1040
+ "type": "simple"
1041
+ }
1042
+ ]
1043
+ },
1044
+ "type": "String"
1045
+ },
1046
+ {
1047
+ "id": "input.updateItem.primaryKeyComponents",
1048
+ "label": "Primary key components",
1049
+ "description": "Simple or composite primary key",
1050
+ "optional": false,
1051
+ "constraints": {
1052
+ "notEmpty": true
1053
+ },
1054
+ "feel": "required",
1055
+ "group": "input",
1056
+ "binding": {
1057
+ "name": "input.primaryKeyComponents",
1058
+ "type": "zeebe:input"
1059
+ },
1060
+ "condition": {
1061
+ "allMatch": [
1062
+ {
1063
+ "property": "input.itemOperation",
1064
+ "equals": "updateItem",
1065
+ "type": "simple"
1066
+ },
1067
+ {
1068
+ "property": "input.operationGroup",
1069
+ "equals": "itemOperation",
1070
+ "type": "simple"
1071
+ }
1072
+ ]
1073
+ },
1074
+ "type": "String"
1075
+ },
1076
+ {
1077
+ "id": "input.keyAttributes",
1078
+ "label": "Key attributes",
1079
+ "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>",
1080
+ "optional": false,
1081
+ "constraints": {
1082
+ "notEmpty": true
1083
+ },
1084
+ "feel": "required",
1085
+ "group": "input",
1086
+ "binding": {
1087
+ "name": "input.keyAttributes",
1088
+ "type": "zeebe:input"
1089
+ },
1090
+ "condition": {
1091
+ "allMatch": [
1092
+ {
1093
+ "property": "input.itemOperation",
1094
+ "equals": "updateItem",
1095
+ "type": "simple"
1096
+ },
1097
+ {
1098
+ "property": "input.operationGroup",
1099
+ "equals": "itemOperation",
1100
+ "type": "simple"
1101
+ }
1102
+ ]
1103
+ },
1104
+ "type": "String"
1105
+ },
1106
+ {
1107
+ "id": "input.attributeAction",
1108
+ "label": "Attribute action",
1109
+ "description": "Specifies how to perform the update",
1110
+ "optional": false,
1111
+ "constraints": {
1112
+ "notEmpty": true
1113
+ },
1114
+ "group": "input",
1115
+ "binding": {
1116
+ "name": "input.attributeAction",
1117
+ "type": "zeebe:input"
1118
+ },
1119
+ "condition": {
1120
+ "allMatch": [
1121
+ {
1122
+ "property": "input.itemOperation",
1123
+ "equals": "updateItem",
1124
+ "type": "simple"
1125
+ },
1126
+ {
1127
+ "property": "input.operationGroup",
1128
+ "equals": "itemOperation",
1129
+ "type": "simple"
1130
+ }
1131
+ ]
1132
+ },
1133
+ "type": "Dropdown",
1134
+ "choices": [
1135
+ {
1136
+ "name": "PUT",
1137
+ "value": "put"
1138
+ },
1139
+ {
1140
+ "name": "DELETE",
1141
+ "value": "delete"
1142
+ }
1143
+ ]
1144
+ },
1145
+ {
1146
+ "id": "version",
1147
+ "label": "Version",
1148
+ "description": "Version of the element template",
1149
+ "value": "8",
1150
+ "group": "connector",
1151
+ "binding": {
1152
+ "key": "elementTemplateVersion",
1153
+ "type": "zeebe:taskHeader"
1154
+ },
1155
+ "type": "Hidden"
1156
+ },
1157
+ {
1158
+ "id": "id",
1159
+ "label": "ID",
1160
+ "description": "ID of the element template",
1161
+ "value": "io.camunda.connectors.AWSDynamoDB.v1",
1162
+ "group": "connector",
1163
+ "binding": {
1164
+ "key": "elementTemplateId",
1165
+ "type": "zeebe:taskHeader"
1166
+ },
1167
+ "type": "Hidden"
1168
+ },
1169
+ {
1170
+ "id": "resultVariable",
1171
+ "label": "Result variable",
1172
+ "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>.",
1173
+ "group": "output",
1174
+ "binding": {
1175
+ "key": "resultVariable",
1176
+ "type": "zeebe:taskHeader"
1177
+ },
1178
+ "type": "String"
1179
+ },
1180
+ {
1181
+ "id": "resultExpression",
1182
+ "label": "Result expression",
1183
+ "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>.",
1184
+ "feel": "required",
1185
+ "group": "output",
1186
+ "binding": {
1187
+ "key": "resultExpression",
1188
+ "type": "zeebe:taskHeader"
1189
+ },
1190
+ "type": "Text"
1191
+ },
655
1192
  {
1193
+ "id": "errorExpression",
656
1194
  "label": "Error expression",
657
- "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>",
658
- "group": "errors",
659
- "type": "Text",
1195
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
660
1196
  "feel": "required",
1197
+ "group": "error",
661
1198
  "binding": {
662
- "type": "zeebe:taskHeader",
663
- "key": "errorExpression"
664
- }
1199
+ "key": "errorExpression",
1200
+ "type": "zeebe:taskHeader"
1201
+ },
1202
+ "type": "Text"
1203
+ },
1204
+ {
1205
+ "id": "retryCount",
1206
+ "label": "Retries",
1207
+ "description": "Number of retries",
1208
+ "value": "3",
1209
+ "feel": "optional",
1210
+ "group": "retries",
1211
+ "binding": {
1212
+ "property": "retries",
1213
+ "type": "zeebe:taskDefinition"
1214
+ },
1215
+ "type": "String"
1216
+ },
1217
+ {
1218
+ "id": "retryBackoff",
1219
+ "label": "Retry backoff",
1220
+ "description": "ISO-8601 duration to wait between retries",
1221
+ "value": "PT0S",
1222
+ "group": "retries",
1223
+ "binding": {
1224
+ "key": "retryBackoff",
1225
+ "type": "zeebe:taskHeader"
1226
+ },
1227
+ "type": "String"
665
1228
  }
666
1229
  ],
667
1230
  "icon": {
668
- "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"
669
- },
670
- "engines": {
671
- "camunda": "^8.2"
1231
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgMjg5JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00xNjUuMjU4IDI4OC41MDFoMy41MDhsNTcuMjYxLTI4LjYzNC45NTMtMS4zNDdWMjkuOTY0bC0uOTUzLTEuMzU0TDE2OC43NjYgMGgtMy41NTFsLjA0MyAyODguNTAxJwogICAgICAgICAgZmlsbD0nIzUyOTRDRicvPgogICAgPHBhdGggZD0nTTkwLjc0MSAyODguNTAxaC0zLjU1N2wtNTcuMjEyLTI4LjYzNC0xLjE2MS0xLjk5Ny0uNTg5LTIyNi43NDIgMS43NS0yLjUxOEw4Ny4xODQgMGgzLjYwMWwtLjA0NCAyODguNTAxJwogICAgICAgICAgZmlsbD0nIzFGNUI5OCcvPgogICAgPHBhdGggZD0nTTg3LjI4NSAwaDgxLjQyNnYyODguNTAxSDg3LjI4NVYweicgZmlsbD0nIzJENzJCOCcvPgogICAgPHBhdGggZD0nTTI1NiAxMzcuNzY5bC0xLjkzNS0uNDI5LTI3LjYyOC0yLjU3Ni0uNDEuMjA0LTU3LjMxMi0yLjI5MmgtODEuNDNsLTU3LjMxMyAyLjI5MlY5MS4yNjRsLS4wNi4wMzIuMDYtLjEyOCA1Ny4zMTMtMTMuMjhoODEuNDNsNTcuMzEyIDEzLjI4IDIxLjA2OSAxMS4xOTl2LTcuMmw4LjkwNC0uOTc0LS45MjItMS43OTgtMjguMTkyLTIwLjE1OS0uODU5LjI3OS01Ny4zMTItMTcuNzU5aC04MS40M0wyOS45NzIgNzIuNTE1VjI4LjYxTDAgNjMuNzIzdjMwLjY2NmwuMjMyLS4xNjggOC42NzIuOTQ2djcuMzQ4TDAgMTA3LjI4djMwLjUxM2wuMjMyLS4wMjQgOC42NzIuMTI4djEyLjgwN2wtNy40ODIuMTEyTDAgMTUwLjY4djMwLjUyNWw4LjkwNCA0Ljc4OHY3LjQzM2wtOC41MzEuOTQyLS4zNzMtLjI4djMwLjY2MWwyOS45NzIgMzUuMTE4di00My45MDFsNTcuMzEzIDE3Ljc1OWg4MS40M2w1Ny40ODEtMTcuODExLjc2NC4zMzUgMjcuODIxLTE5Ljg2MiAxLjIxOS0xLjk3OS04LjkwNC0uOTgydi03LjI4NGwtMS4xNjctLjQ2Ni0xOS4wNDMgMTAuMjY1LS42OSAxLjQ0LTU3LjQ4MSAxMy4yMDN2LjAxNmgtODEuNDN2LS4wMTZsLTU3LjMxMy0xMy4yNTl2LTQzLjg2NGw1Ny4zMTMgMi4yODR2LjA1Nmg4MS40M2w1Ny4zMTItMi4zNCAxLjMwNS42IDI2Ljc3OS0yLjMwNiAxLjg4OS0uOTIzLTguOTA0LS4xMjh2LTEyLjgwN2w4LjkwNC0uMTI4JwogICAgICAgICAgZmlsbD0nIzFBNDc2RicvPgogICAgPHBhdGggZD0nTTIyNi4wMjcgMjE1Ljk2NnY0My45MDFMMjU2IDIyNC43NDl2LTMwLjQ2MWwtMjkuOCAyMS42MjYtLjE3My4wNTJNMjI2LjAyNyAxOTcuNDIxbC4xNzMtLjA0IDI5LjgtMTYuMDI4di0zMC42NDlsLTI5Ljk3MyAyLjc1N3Y0My45Nk0yMjYuMiA5MS4yMDhsLS4xNzMtLjA0djQzLjhMMjU2IDEzNy43Njl2LTMwLjYzNGwtMjkuOC0xNS45MjdNMjI2LjIgNzIuNjg3TDI1NiA5NC4xOTNWNjMuNzMxTDIyNi4wMjcgMjguNjF2NDMuOTA1bC4xNzMuMDZ2LjExMicKICAgICAgICAgIGZpbGw9JyMyRDcyQjgnLz4KPC9zdmc+"
672
1232
  }
673
1233
  },
674
1234
  {
675
1235
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
676
- "name": "AWS DynamoDB Outbound Connector",
1236
+ "name": "AWS DynamoDB",
677
1237
  "id": "io.camunda.connectors.AWSDynamoDB.v1",
678
- "version": 4,
1238
+ "version": 3,
679
1239
  "description": "Work with tables and items using AWS DynamoDB service",
680
1240
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/",
681
1241
  "category": {
@@ -1056,7 +1616,7 @@
1056
1616
  "constraints": {
1057
1617
  "notEmpty": false,
1058
1618
  "pattern": {
1059
- "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
1619
+ "value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
1060
1620
  "message": "Must be a number"
1061
1621
  }
1062
1622
  },
@@ -1079,7 +1639,7 @@
1079
1639
  "constraints": {
1080
1640
  "notEmpty": false,
1081
1641
  "pattern": {
1082
- "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
1642
+ "value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
1083
1643
  "message": "Must be a number"
1084
1644
  }
1085
1645
  },
@@ -1347,7 +1907,7 @@
1347
1907
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1348
1908
  "name": "AWS DynamoDB Outbound Connector",
1349
1909
  "id": "io.camunda.connectors.AWSDynamoDB.v1",
1350
- "version": 6,
1910
+ "version": 5,
1351
1911
  "description": "Work with tables and items using AWS DynamoDB service",
1352
1912
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/",
1353
1913
  "category": {
@@ -1475,37 +2035,11 @@
1475
2035
  }
1476
2036
  },
1477
2037
  {
1478
- "id": "authenticationType",
1479
- "label": "Authentication",
1480
- "description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation page</a>",
2038
+ "label": "Access key",
2039
+ "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>",
1481
2040
  "group": "authentication",
1482
- "type": "Dropdown",
1483
- "optional": false,
1484
- "value": "credentials",
1485
- "choices": [
1486
- {
1487
- "name": "Credentials",
1488
- "value": "credentials"
1489
- },
1490
- {
1491
- "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
1492
- "value": "defaultCredentialsChain"
1493
- }
1494
- ],
1495
- "binding": {
1496
- "type": "zeebe:input",
1497
- "name": "authentication.type"
1498
- },
1499
- "constraints": {
1500
- "notEmpty": true
1501
- }
1502
- },
1503
- {
1504
- "label": "Access key",
1505
- "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>",
1506
- "group": "authentication",
1507
- "type": "String",
1508
- "feel": "optional",
2041
+ "type": "String",
2042
+ "feel": "optional",
1509
2043
  "optional": false,
1510
2044
  "binding": {
1511
2045
  "type": "zeebe:input",
@@ -1513,10 +2047,6 @@
1513
2047
  },
1514
2048
  "constraints": {
1515
2049
  "notEmpty": true
1516
- },
1517
- "condition": {
1518
- "property": "authenticationType",
1519
- "equals": "credentials"
1520
2050
  }
1521
2051
  },
1522
2052
  {
@@ -1532,10 +2062,6 @@
1532
2062
  },
1533
2063
  "constraints": {
1534
2064
  "notEmpty": true
1535
- },
1536
- "condition": {
1537
- "property": "authenticationType",
1538
- "equals": "credentials"
1539
2065
  }
1540
2066
  },
1541
2067
  {
@@ -2053,7 +2579,7 @@
2053
2579
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
2054
2580
  "name": "AWS DynamoDB Outbound Connector",
2055
2581
  "id": "io.camunda.connectors.AWSDynamoDB.v1",
2056
- "version": 5,
2582
+ "version": 6,
2057
2583
  "description": "Work with tables and items using AWS DynamoDB service",
2058
2584
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/",
2059
2585
  "category": {
@@ -2180,6 +2706,32 @@
2180
2706
  "equals": "item"
2181
2707
  }
2182
2708
  },
2709
+ {
2710
+ "id": "authenticationType",
2711
+ "label": "Authentication",
2712
+ "description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation page</a>",
2713
+ "group": "authentication",
2714
+ "type": "Dropdown",
2715
+ "optional": false,
2716
+ "value": "credentials",
2717
+ "choices": [
2718
+ {
2719
+ "name": "Credentials",
2720
+ "value": "credentials"
2721
+ },
2722
+ {
2723
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
2724
+ "value": "defaultCredentialsChain"
2725
+ }
2726
+ ],
2727
+ "binding": {
2728
+ "type": "zeebe:input",
2729
+ "name": "authentication.type"
2730
+ },
2731
+ "constraints": {
2732
+ "notEmpty": true
2733
+ }
2734
+ },
2183
2735
  {
2184
2736
  "label": "Access key",
2185
2737
  "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>",
@@ -2193,6 +2745,10 @@
2193
2745
  },
2194
2746
  "constraints": {
2195
2747
  "notEmpty": true
2748
+ },
2749
+ "condition": {
2750
+ "property": "authenticationType",
2751
+ "equals": "credentials"
2196
2752
  }
2197
2753
  },
2198
2754
  {
@@ -2208,6 +2764,10 @@
2208
2764
  },
2209
2765
  "constraints": {
2210
2766
  "notEmpty": true
2767
+ },
2768
+ "condition": {
2769
+ "property": "authenticationType",
2770
+ "equals": "credentials"
2211
2771
  }
2212
2772
  },
2213
2773
  {
@@ -2725,22 +3285,9 @@
2725
3285
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
2726
3286
  "name": "AWS DynamoDB Outbound Connector",
2727
3287
  "id": "io.camunda.connectors.AWSDynamoDB.v1",
2728
- "description": "Manage tables and items with AWS DynamoDB.",
2729
- "metadata": {
2730
- "keywords": [
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,
3288
+ "version": 4,
3289
+ "description": "Work with tables and items using AWS DynamoDB service",
3290
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/",
2744
3291
  "category": {
2745
3292
  "id": "connectors",
2746
3293
  "name": "Connectors"
@@ -2760,7 +3307,7 @@
2760
3307
  },
2761
3308
  {
2762
3309
  "id": "configuration",
2763
- "label": "Queue properties"
3310
+ "label": "Configuration"
2764
3311
  },
2765
3312
  {
2766
3313
  "id": "input",
@@ -2768,1084 +3315,582 @@
2768
3315
  },
2769
3316
  {
2770
3317
  "id": "output",
2771
- "label": "Output mapping"
3318
+ "label": "Output"
2772
3319
  },
2773
3320
  {
2774
- "id": "error",
3321
+ "id": "errors",
2775
3322
  "label": "Error handling"
2776
- },
2777
- {
2778
- "id": "retries",
2779
- "label": "Retries"
2780
3323
  }
2781
3324
  ],
2782
3325
  "properties": [
2783
3326
  {
3327
+ "type": "Hidden",
2784
3328
  "value": "io.camunda:aws-dynamodb:1",
2785
3329
  "binding": {
2786
- "property": "type",
2787
- "type": "zeebe:taskDefinition"
2788
- },
2789
- "type": "Hidden"
3330
+ "type": "zeebe:taskDefinition",
3331
+ "property": "type"
3332
+ }
2790
3333
  },
2791
3334
  {
2792
- "id": "input.operationGroup",
2793
- "label": "Choose category",
3335
+ "id": "operationGroup",
2794
3336
  "group": "operation",
2795
- "binding": {
2796
- "name": "input.operationGroup",
2797
- "type": "zeebe:input"
2798
- },
2799
3337
  "type": "Dropdown",
2800
3338
  "choices": [
2801
3339
  {
2802
3340
  "name": "Table",
2803
- "value": "tableOperation"
3341
+ "value": "table"
2804
3342
  },
2805
3343
  {
2806
3344
  "name": "Item",
2807
- "value": "itemOperation"
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"
3108
- }
3109
- ]
3110
- },
3111
- {
3112
- "id": "input.sortKey",
3113
- "label": "Sort key",
3114
- "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>",
3115
- "optional": true,
3116
- "feel": "optional",
3117
- "group": "input",
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
- },
3162
- "type": "Dropdown",
3163
- "choices": [
3164
- {
3165
- "name": "HASH",
3166
- "value": "HASH"
3167
- },
3168
- {
3169
- "name": "RANGE",
3170
- "value": "RANGE"
3171
- }
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",
3180
- "binding": {
3181
- "name": "input.sortKeyType",
3182
- "type": "zeebe:input"
3183
- },
3184
- "condition": {
3185
- "allMatch": [
3186
- {
3187
- "property": "input.tableOperation",
3188
- "equals": "createTable",
3189
- "type": "simple"
3190
- },
3191
- {
3192
- "property": "input.operationGroup",
3193
- "equals": "tableOperation",
3194
- "type": "simple"
3195
- }
3196
- ]
3197
- },
3345
+ "value": "item"
3346
+ }
3347
+ ],
3348
+ "binding": {
3349
+ "type": "zeebe:input",
3350
+ "name": "operationGroup"
3351
+ }
3352
+ },
3353
+ {
3354
+ "id": "tableOperationType",
3355
+ "group": "operation",
3198
3356
  "type": "Dropdown",
3199
3357
  "choices": [
3200
3358
  {
3201
- "name": "Binary",
3202
- "value": "B"
3359
+ "name": "Create table",
3360
+ "value": "createTable"
3203
3361
  },
3204
3362
  {
3205
- "name": "Number",
3206
- "value": "N"
3363
+ "name": "Delete table",
3364
+ "value": "deleteTable"
3207
3365
  },
3208
3366
  {
3209
- "name": "String",
3210
- "value": "S"
3367
+ "name": "Describe table",
3368
+ "value": "describeTable"
3369
+ },
3370
+ {
3371
+ "name": "Scan table",
3372
+ "value": "scanTable"
3211
3373
  }
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",
3224
- "binding": {
3225
- "name": "input.readCapacityUnits",
3226
- "type": "zeebe:input"
3227
- },
3228
- "condition": {
3229
- "allMatch": [
3230
- {
3231
- "property": "input.tableOperation",
3232
- "equals": "createTable",
3233
- "type": "simple"
3234
- },
3235
- {
3236
- "property": "input.operationGroup",
3237
- "equals": "tableOperation",
3238
- "type": "simple"
3239
- }
3240
- ]
3241
- },
3242
- "type": "Number"
3243
- },
3244
- {
3245
- "id": "input.writeCapacityUnits",
3246
- "label": "Write capacity units",
3247
- "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>",
3248
- "optional": false,
3249
- "constraints": {
3250
- "notEmpty": true
3251
- },
3252
- "feel": "static",
3253
- "group": "input",
3374
+ ],
3254
3375
  "binding": {
3255
- "name": "input.writeCapacityUnits",
3256
- "type": "zeebe:input"
3376
+ "type": "zeebe:input",
3377
+ "name": "input.type"
3257
3378
  },
3258
3379
  "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
- ]
3271
- },
3272
- "type": "Number"
3380
+ "property": "operationGroup",
3381
+ "equals": "table"
3382
+ }
3273
3383
  },
3274
3384
  {
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
- "constraints": {
3280
- "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
- },
3385
+ "id": "itemOperationType",
3386
+ "group": "operation",
3301
3387
  "type": "Dropdown",
3302
3388
  "choices": [
3303
3389
  {
3304
- "name": "PROVISIONED",
3305
- "value": "PROVISIONED"
3390
+ "name": "Add item",
3391
+ "value": "addItem"
3306
3392
  },
3307
3393
  {
3308
- "name": "PAY_PER_REQUEST",
3309
- "value": "PAY_PER_REQUEST"
3394
+ "name": "Delete item",
3395
+ "value": "deleteItem"
3396
+ },
3397
+ {
3398
+ "name": "Get item",
3399
+ "value": "getItem"
3400
+ },
3401
+ {
3402
+ "name": "Update item",
3403
+ "value": "updateItem"
3310
3404
  }
3311
- ]
3405
+ ],
3406
+ "binding": {
3407
+ "type": "zeebe:input",
3408
+ "name": "input.type"
3409
+ },
3410
+ "condition": {
3411
+ "property": "operationGroup",
3412
+ "equals": "item"
3413
+ }
3312
3414
  },
3313
3415
  {
3314
- "id": "input.deletionProtection",
3315
- "label": "Deletion protection",
3316
- "description": "Prevents accidental table deletion",
3416
+ "label": "Access key",
3417
+ "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>",
3418
+ "group": "authentication",
3419
+ "type": "String",
3420
+ "feel": "optional",
3317
3421
  "optional": false,
3318
- "value": "false",
3319
- "constraints": {
3320
- "notEmpty": true
3321
- },
3322
- "group": "input",
3323
3422
  "binding": {
3324
- "name": "input.deletionProtection",
3325
- "type": "zeebe:input"
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
- ]
3423
+ "type": "zeebe:input",
3424
+ "name": "authentication.accessKey"
3340
3425
  },
3341
- "type": "Dropdown",
3342
- "choices": [
3343
- {
3344
- "name": "True",
3345
- "value": "true"
3346
- },
3347
- {
3348
- "name": "False",
3349
- "value": "false"
3350
- }
3351
- ]
3426
+ "constraints": {
3427
+ "notEmpty": true
3428
+ }
3352
3429
  },
3353
3430
  {
3354
- "id": "input.deleteTable.tableName",
3355
- "label": "Table name",
3356
- "description": "Name of DynamoDB table",
3431
+ "label": "Secret key",
3432
+ "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>",
3433
+ "group": "authentication",
3434
+ "type": "String",
3435
+ "feel": "optional",
3357
3436
  "optional": false,
3437
+ "binding": {
3438
+ "type": "zeebe:input",
3439
+ "name": "authentication.secretKey"
3440
+ },
3358
3441
  "constraints": {
3359
3442
  "notEmpty": true
3360
- },
3443
+ }
3444
+ },
3445
+ {
3446
+ "label": "Region",
3447
+ "description": "Specify the AWS region",
3448
+ "group": "configuration",
3449
+ "type": "String",
3361
3450
  "feel": "optional",
3362
- "group": "input",
3451
+ "optional": false,
3363
3452
  "binding": {
3364
- "name": "input.tableName",
3365
- "type": "zeebe:input"
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
- ]
3453
+ "type": "zeebe:input",
3454
+ "name": "configuration.region"
3380
3455
  },
3381
- "type": "String"
3456
+ "constraints": {
3457
+ "notEmpty": true
3458
+ }
3382
3459
  },
3383
3460
  {
3384
- "id": "input.describeTable.tableName",
3385
3461
  "label": "Table name",
3386
3462
  "description": "Name of DynamoDB table",
3387
- "optional": false,
3388
- "constraints": {
3389
- "notEmpty": true
3390
- },
3391
- "feel": "optional",
3392
3463
  "group": "input",
3393
- "binding": {
3394
- "name": "input.tableName",
3395
- "type": "zeebe:input"
3396
- },
3397
- "condition": {
3398
- "allMatch": [
3399
- {
3400
- "property": "input.tableOperation",
3401
- "equals": "describeTable",
3402
- "type": "simple"
3403
- },
3404
- {
3405
- "property": "input.operationGroup",
3406
- "equals": "tableOperation",
3407
- "type": "simple"
3408
- }
3409
- ]
3464
+ "type": "String",
3465
+ "feel": "optional",
3466
+ "optional": false,
3467
+ "binding": {
3468
+ "type": "zeebe:input",
3469
+ "name": "input.tableName"
3410
3470
  },
3411
- "type": "String"
3471
+ "constraints": {
3472
+ "notEmpty": true
3473
+ },
3474
+ "condition": {
3475
+ "property": "tableOperationType",
3476
+ "oneOf": ["createTable", "deleteTable", "describeTable", "scanTable"]
3477
+ }
3412
3478
  },
3413
3479
  {
3414
- "id": "input.scanTable.tableName",
3415
3480
  "label": "Table name",
3416
3481
  "description": "Name of DynamoDB table",
3482
+ "group": "input",
3483
+ "type": "String",
3484
+ "feel": "optional",
3417
3485
  "optional": false,
3486
+ "binding": {
3487
+ "type": "zeebe:input",
3488
+ "name": "input.tableName"
3489
+ },
3418
3490
  "constraints": {
3419
3491
  "notEmpty": true
3420
3492
  },
3421
- "feel": "optional",
3493
+ "condition": {
3494
+ "property": "itemOperationType",
3495
+ "oneOf": ["addItem", "deleteItem", "getItem", "updateItem"]
3496
+ }
3497
+ },
3498
+ {
3499
+ "label": "Partition key",
3500
+ "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>",
3422
3501
  "group": "input",
3502
+ "type": "String",
3503
+ "feel": "optional",
3423
3504
  "binding": {
3424
- "name": "input.tableName",
3425
- "type": "zeebe:input"
3505
+ "type": "zeebe:input",
3506
+ "name": "input.partitionKey"
3426
3507
  },
3427
- "condition": {
3428
- "allMatch": [
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
- ]
3508
+ "constraints": {
3509
+ "notEmpty": true
3440
3510
  },
3441
- "type": "String"
3511
+ "condition": {
3512
+ "property": "tableOperationType",
3513
+ "equals": "createTable"
3514
+ }
3442
3515
  },
3443
3516
  {
3444
- "id": "input.filterExpression",
3445
- "label": "Filter expression",
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",
3517
+ "label": "Partition key role",
3518
+ "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>",
3449
3519
  "group": "input",
3520
+ "type": "Dropdown",
3521
+ "optional": false,
3522
+ "choices": [
3523
+ {
3524
+ "name": "HASH",
3525
+ "value": "HASH"
3526
+ },
3527
+ {
3528
+ "name": "RANGE",
3529
+ "value": "RANGE"
3530
+ }
3531
+ ],
3450
3532
  "binding": {
3451
- "name": "input.filterExpression",
3452
- "type": "zeebe:input"
3533
+ "type": "zeebe:input",
3534
+ "name": "input.partitionKeyRole"
3453
3535
  },
3454
- "condition": {
3455
- "allMatch": [
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
- ]
3536
+ "constraints": {
3537
+ "notEmpty": true
3467
3538
  },
3468
- "type": "String"
3539
+ "condition": {
3540
+ "property": "tableOperationType",
3541
+ "equals": "createTable"
3542
+ }
3469
3543
  },
3470
3544
  {
3471
- "id": "input.projectionExpression",
3472
- "label": "Projection expression",
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",
3545
+ "label": "Partition key attribute data type",
3546
+ "description": "Represents the data for an attribute",
3476
3547
  "group": "input",
3548
+ "type": "Dropdown",
3549
+ "optional": false,
3550
+ "choices": [
3551
+ {
3552
+ "name": "Binary",
3553
+ "value": "B"
3554
+ },
3555
+ {
3556
+ "name": "Number",
3557
+ "value": "N"
3558
+ },
3559
+ {
3560
+ "name": "String",
3561
+ "value": "S"
3562
+ }
3563
+ ],
3477
3564
  "binding": {
3478
- "name": "input.projectionExpression",
3479
- "type": "zeebe:input"
3565
+ "type": "zeebe:input",
3566
+ "name": "input.partitionKeyType"
3480
3567
  },
3481
- "condition": {
3482
- "allMatch": [
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
- ]
3568
+ "constraints": {
3569
+ "notEmpty": true
3494
3570
  },
3495
- "type": "String"
3571
+ "condition": {
3572
+ "property": "tableOperationType",
3573
+ "equals": "createTable"
3574
+ }
3496
3575
  },
3497
3576
  {
3498
- "id": "input.expressionAttributeNames",
3499
- "label": "Expression attribute names",
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",
3577
+ "label": "Sort key",
3578
+ "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>",
3503
3579
  "group": "input",
3580
+ "type": "String",
3581
+ "feel": "optional",
3582
+ "optional": true,
3504
3583
  "binding": {
3505
- "name": "input.expressionAttributeNames",
3506
- "type": "zeebe:input"
3584
+ "type": "zeebe:input",
3585
+ "name": "input.sortKey"
3507
3586
  },
3508
- "condition": {
3509
- "allMatch": [
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
- ]
3587
+ "constraints": {
3588
+ "notEmpty": false
3521
3589
  },
3522
- "type": "String"
3590
+ "condition": {
3591
+ "property": "tableOperationType",
3592
+ "equals": "createTable"
3593
+ }
3523
3594
  },
3524
3595
  {
3525
- "id": "input.expressionAttributeValues",
3526
- "label": "Expression attribute values",
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",
3596
+ "label": "Sort key role",
3597
+ "description": "The role that this key attribute will assume",
3530
3598
  "group": "input",
3599
+ "type": "Dropdown",
3600
+ "optional": true,
3601
+ "choices": [
3602
+ {
3603
+ "name": "HASH",
3604
+ "value": "HASH"
3605
+ },
3606
+ {
3607
+ "name": "RANGE",
3608
+ "value": "RANGE"
3609
+ }
3610
+ ],
3531
3611
  "binding": {
3532
- "name": "input.expressionAttributeValues",
3533
- "type": "zeebe:input"
3612
+ "type": "zeebe:input",
3613
+ "name": "input.sortKeyRole"
3534
3614
  },
3535
- "condition": {
3536
- "allMatch": [
3537
- {
3538
- "property": "input.tableOperation",
3539
- "equals": "scanTable",
3540
- "type": "simple"
3541
- },
3542
- {
3543
- "property": "input.operationGroup",
3544
- "equals": "tableOperation",
3545
- "type": "simple"
3546
- }
3547
- ]
3615
+ "constraints": {
3616
+ "notEmpty": false
3548
3617
  },
3549
- "type": "String"
3618
+ "condition": {
3619
+ "property": "tableOperationType",
3620
+ "equals": "createTable"
3621
+ }
3550
3622
  },
3551
3623
  {
3552
- "id": "input.addItem.tableName",
3553
- "label": "Table name",
3554
- "description": "Name of DynamoDB table",
3555
- "optional": false,
3556
- "constraints": {
3557
- "notEmpty": true
3558
- },
3559
- "feel": "optional",
3624
+ "label": "Sort key attribute data type",
3625
+ "description": "Represents the data for an attribute",
3560
3626
  "group": "input",
3627
+ "type": "Dropdown",
3628
+ "optional": true,
3629
+ "choices": [
3630
+ {
3631
+ "name": "Binary",
3632
+ "value": "B"
3633
+ },
3634
+ {
3635
+ "name": "Number",
3636
+ "value": "N"
3637
+ },
3638
+ {
3639
+ "name": "String",
3640
+ "value": "S"
3641
+ }
3642
+ ],
3561
3643
  "binding": {
3562
- "name": "input.tableName",
3563
- "type": "zeebe:input"
3644
+ "type": "zeebe:input",
3645
+ "name": "input.sortKeyType"
3646
+ },
3647
+ "constraints": {
3648
+ "notEmpty": false
3564
3649
  },
3565
3650
  "condition": {
3566
- "allMatch": [
3567
- {
3568
- "property": "input.itemOperation",
3569
- "equals": "addItem",
3570
- "type": "simple"
3571
- },
3572
- {
3573
- "property": "input.operationGroup",
3574
- "equals": "itemOperation",
3575
- "type": "simple"
3576
- }
3577
- ]
3578
- },
3579
- "type": "String"
3651
+ "property": "tableOperationType",
3652
+ "equals": "createTable"
3653
+ }
3580
3654
  },
3581
3655
  {
3582
- "id": "input.item",
3583
- "label": "Item",
3584
- "description": "DynamoDB item (group of attributes)",
3585
- "optional": false,
3586
- "constraints": {
3587
- "notEmpty": true
3588
- },
3589
- "feel": "required",
3656
+ "label": "Read capacity units",
3657
+ "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>",
3590
3658
  "group": "input",
3659
+ "type": "String",
3660
+ "feel": "optional",
3661
+ "optional": true,
3591
3662
  "binding": {
3592
- "name": "input.item",
3593
- "type": "zeebe:input"
3663
+ "type": "zeebe:input",
3664
+ "name": "input.readCapacityUnits"
3594
3665
  },
3595
- "condition": {
3596
- "allMatch": [
3597
- {
3598
- "property": "input.itemOperation",
3599
- "equals": "addItem",
3600
- "type": "simple"
3601
- },
3602
- {
3603
- "property": "input.operationGroup",
3604
- "equals": "itemOperation",
3605
- "type": "simple"
3606
- }
3607
- ]
3666
+ "constraints": {
3667
+ "notEmpty": false,
3668
+ "pattern": {
3669
+ "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
3670
+ "message": "Must be a number"
3671
+ }
3608
3672
  },
3609
- "type": "String"
3673
+ "condition": {
3674
+ "property": "tableOperationType",
3675
+ "equals": "createTable"
3676
+ }
3610
3677
  },
3611
3678
  {
3612
- "id": "input.deleteItem.tableName",
3613
- "label": "Table name",
3614
- "description": "Name of DynamoDB table",
3615
- "optional": false,
3616
- "constraints": {
3617
- "notEmpty": true
3618
- },
3619
- "feel": "optional",
3679
+ "label": "Write capacity units",
3680
+ "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>",
3620
3681
  "group": "input",
3682
+ "type": "String",
3683
+ "feel": "optional",
3684
+ "optional": true,
3621
3685
  "binding": {
3622
- "name": "input.tableName",
3623
- "type": "zeebe:input"
3686
+ "type": "zeebe:input",
3687
+ "name": "input.writeCapacityUnits"
3624
3688
  },
3625
- "condition": {
3626
- "allMatch": [
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
- ]
3689
+ "constraints": {
3690
+ "notEmpty": false,
3691
+ "pattern": {
3692
+ "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
3693
+ "message": "Must be a number"
3694
+ }
3638
3695
  },
3639
- "type": "String"
3696
+ "condition": {
3697
+ "property": "tableOperationType",
3698
+ "equals": "createTable"
3699
+ }
3640
3700
  },
3641
3701
  {
3642
- "id": "input.deleteItem.primaryKeyComponents",
3643
- "label": "Primary key components",
3644
- "description": "Simple or composite primary key",
3645
- "optional": false,
3646
- "constraints": {
3647
- "notEmpty": true
3648
- },
3649
- "feel": "required",
3702
+ "label": "Billing mode",
3703
+ "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>",
3650
3704
  "group": "input",
3705
+ "type": "Dropdown",
3706
+ "optional": true,
3707
+ "choices": [
3708
+ {
3709
+ "name": "PROVISIONED",
3710
+ "value": "PROVISIONED"
3711
+ },
3712
+ {
3713
+ "name": "PAY_PER_REQUEST",
3714
+ "value": "PAY_PER_REQUEST"
3715
+ }
3716
+ ],
3651
3717
  "binding": {
3652
- "name": "input.primaryKeyComponents",
3653
- "type": "zeebe:input"
3718
+ "type": "zeebe:input",
3719
+ "name": "input.billingModeStr"
3654
3720
  },
3655
- "condition": {
3656
- "allMatch": [
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
- ]
3721
+ "constraints": {
3722
+ "notEmpty": false
3668
3723
  },
3669
- "type": "String"
3724
+ "condition": {
3725
+ "property": "tableOperationType",
3726
+ "equals": "createTable"
3727
+ }
3670
3728
  },
3671
3729
  {
3672
- "id": "input.getItem.tableName",
3673
- "label": "Table name",
3674
- "description": "Name of DynamoDB table",
3730
+ "label": "Deletion protection",
3731
+ "description": "Prevents accidental table deletion",
3732
+ "group": "input",
3733
+ "type": "Dropdown",
3734
+ "value": false,
3675
3735
  "optional": false,
3736
+ "choices": [
3737
+ {
3738
+ "name": "True",
3739
+ "value": "true"
3740
+ },
3741
+ {
3742
+ "name": "False",
3743
+ "value": "false"
3744
+ }
3745
+ ],
3746
+ "binding": {
3747
+ "type": "zeebe:input",
3748
+ "name": "input.deletionProtection"
3749
+ },
3676
3750
  "constraints": {
3677
3751
  "notEmpty": true
3678
3752
  },
3679
- "feel": "optional",
3753
+ "condition": {
3754
+ "property": "tableOperationType",
3755
+ "equals": "createTable"
3756
+ }
3757
+ },
3758
+ {
3759
+ "label": "Filter expression",
3760
+ "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>",
3680
3761
  "group": "input",
3762
+ "type": "String",
3763
+ "feel": "optional",
3764
+ "optional": true,
3681
3765
  "binding": {
3682
- "name": "input.tableName",
3683
- "type": "zeebe:input"
3766
+ "type": "zeebe:input",
3767
+ "name": "input.filterExpression"
3684
3768
  },
3685
- "condition": {
3686
- "allMatch": [
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
- ]
3769
+ "constraints": {
3770
+ "notEmpty": false
3698
3771
  },
3699
- "type": "String"
3772
+ "condition": {
3773
+ "property": "tableOperationType",
3774
+ "oneOf": ["scanTable"]
3775
+ }
3700
3776
  },
3701
3777
  {
3702
- "id": "input.getItem.primaryKeyComponents",
3703
- "label": "Primary key components",
3704
- "description": "Simple or composite primary key",
3705
- "optional": false,
3778
+ "label": "Projection expression",
3779
+ "description": "Is a string that identifies the attributes that you want. For multiple attributes, the names must be comma-separated",
3780
+ "group": "input",
3781
+ "type": "String",
3782
+ "feel": "optional",
3783
+ "optional": true,
3784
+ "binding": {
3785
+ "type": "zeebe:input",
3786
+ "name": "input.projectionExpression"
3787
+ },
3706
3788
  "constraints": {
3707
- "notEmpty": true
3789
+ "notEmpty": false
3708
3790
  },
3709
- "feel": "required",
3791
+ "condition": {
3792
+ "property": "tableOperationType",
3793
+ "oneOf": ["scanTable"]
3794
+ }
3795
+ },
3796
+ {
3797
+ "label": "Expression attribute names",
3798
+ "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>",
3710
3799
  "group": "input",
3800
+ "type": "String",
3801
+ "feel": "required",
3802
+ "optional": true,
3711
3803
  "binding": {
3712
- "name": "input.primaryKeyComponents",
3713
- "type": "zeebe:input"
3804
+ "type": "zeebe:input",
3805
+ "name": "input.expressionAttributeNames"
3714
3806
  },
3715
- "condition": {
3716
- "allMatch": [
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
- ]
3807
+ "constraints": {
3808
+ "notEmpty": false
3728
3809
  },
3729
- "type": "String"
3810
+ "condition": {
3811
+ "property": "tableOperationType",
3812
+ "oneOf": ["scanTable"]
3813
+ }
3730
3814
  },
3731
3815
  {
3732
- "id": "input.updateTable.tableName",
3733
- "label": "Table name",
3734
- "description": "Name of DynamoDB table",
3735
- "optional": false,
3816
+ "label": "Expression attribute values",
3817
+ "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>",
3818
+ "group": "input",
3819
+ "type": "String",
3820
+ "feel": "required",
3821
+ "optional": true,
3822
+ "binding": {
3823
+ "type": "zeebe:input",
3824
+ "name": "input.expressionAttributeValues"
3825
+ },
3736
3826
  "constraints": {
3737
- "notEmpty": true
3827
+ "notEmpty": false
3738
3828
  },
3739
- "feel": "optional",
3829
+ "condition": {
3830
+ "property": "tableOperationType",
3831
+ "oneOf": ["scanTable"]
3832
+ }
3833
+ },
3834
+ {
3835
+ "label": "Item",
3836
+ "description": "DynamoDB item (group of attributes)",
3740
3837
  "group": "input",
3838
+ "type": "String",
3839
+ "feel": "required",
3741
3840
  "binding": {
3742
- "name": "input.tableName",
3743
- "type": "zeebe:input"
3841
+ "type": "zeebe:input",
3842
+ "name": "input.item"
3744
3843
  },
3745
- "condition": {
3746
- "allMatch": [
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
- ]
3844
+ "constraints": {
3845
+ "notEmpty": true
3758
3846
  },
3759
- "type": "String"
3847
+ "condition": {
3848
+ "property": "itemOperationType",
3849
+ "oneOf": ["addItem"]
3850
+ }
3760
3851
  },
3761
3852
  {
3762
- "id": "input.updateItem.primaryKeyComponents",
3763
3853
  "label": "Primary key components",
3764
3854
  "description": "Simple or composite primary key",
3765
- "optional": false,
3766
- "constraints": {
3767
- "notEmpty": true
3768
- },
3769
- "feel": "required",
3770
3855
  "group": "input",
3856
+ "type": "String",
3857
+ "feel": "required",
3771
3858
  "binding": {
3772
- "name": "input.primaryKeyComponents",
3773
- "type": "zeebe:input"
3859
+ "type": "zeebe:input",
3860
+ "name": "input.primaryKeyComponents"
3774
3861
  },
3775
- "condition": {
3776
- "allMatch": [
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
- ]
3862
+ "constraints": {
3863
+ "notEmpty": true
3788
3864
  },
3789
- "type": "String"
3865
+ "condition": {
3866
+ "property": "itemOperationType",
3867
+ "oneOf": ["updateItem", "deleteItem", "getItem"]
3868
+ }
3790
3869
  },
3791
3870
  {
3792
- "id": "input.keyAttributes",
3793
3871
  "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/amazon-dynamodb/\" target=\"_blank\">documentation</a>",
3795
- "optional": false,
3796
- "constraints": {
3797
- "notEmpty": true
3798
- },
3799
- "feel": "required",
3872
+ "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>",
3800
3873
  "group": "input",
3874
+ "type": "String",
3875
+ "feel": "required",
3801
3876
  "binding": {
3802
- "name": "input.keyAttributes",
3803
- "type": "zeebe:input"
3877
+ "type": "zeebe:input",
3878
+ "name": "input.keyAttributes"
3804
3879
  },
3805
- "condition": {
3806
- "allMatch": [
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
- ]
3880
+ "constraints": {
3881
+ "notEmpty": true
3818
3882
  },
3819
- "type": "String"
3883
+ "condition": {
3884
+ "property": "itemOperationType",
3885
+ "oneOf": ["updateItem"]
3886
+ }
3820
3887
  },
3821
3888
  {
3822
- "id": "input.attributeAction",
3823
3889
  "label": "Attribute action",
3824
3890
  "description": "Specifies how to perform the update",
3825
- "optional": false,
3826
- "constraints": {
3827
- "notEmpty": true
3828
- },
3829
3891
  "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
3892
  "type": "Dropdown",
3893
+ "optional": false,
3849
3894
  "choices": [
3850
3895
  {
3851
3896
  "name": "PUT",
@@ -3855,74 +3900,57 @@
3855
3900
  "name": "DELETE",
3856
3901
  "value": "delete"
3857
3902
  }
3858
- ]
3903
+ ],
3904
+ "binding": {
3905
+ "type": "zeebe:input",
3906
+ "name": "input.attributeAction"
3907
+ },
3908
+ "constraints": {
3909
+ "notEmpty": true
3910
+ },
3911
+ "condition": {
3912
+ "property": "itemOperationType",
3913
+ "oneOf": ["updateItem"]
3914
+ }
3859
3915
  },
3860
3916
  {
3861
- "id": "resultVariable",
3862
3917
  "label": "Result variable",
3863
- "description": "Name of variable to store the response in",
3918
+ "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
3919
  "group": "output",
3920
+ "type": "String",
3865
3921
  "binding": {
3866
- "key": "resultVariable",
3867
- "type": "zeebe:taskHeader"
3868
- },
3869
- "type": "String"
3922
+ "type": "zeebe:taskHeader",
3923
+ "key": "resultVariable"
3924
+ }
3870
3925
  },
3871
3926
  {
3872
- "id": "resultExpression",
3873
3927
  "label": "Result expression",
3874
- "description": "Expression to map the response into process variables",
3875
- "feel": "required",
3928
+ "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
3929
  "group": "output",
3930
+ "type": "Text",
3931
+ "feel": "required",
3877
3932
  "binding": {
3878
- "key": "resultExpression",
3879
- "type": "zeebe:taskHeader"
3880
- },
3881
- "type": "Text"
3933
+ "type": "zeebe:taskHeader",
3934
+ "key": "resultExpression"
3935
+ }
3882
3936
  },
3883
3937
  {
3884
- "id": "errorExpression",
3885
3938
  "label": "Error expression",
3886
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
3939
+ "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>",
3940
+ "group": "errors",
3941
+ "type": "Text",
3887
3942
  "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
3943
  "binding": {
3915
- "key": "retryBackoff",
3916
- "type": "zeebe:taskHeader"
3917
- },
3918
- "type": "String"
3944
+ "type": "zeebe:taskHeader",
3945
+ "key": "errorExpression"
3946
+ }
3919
3947
  }
3920
3948
  ],
3921
3949
  "icon": {
3922
- "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgMjg5JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00xNjUuMjU4IDI4OC41MDFoMy41MDhsNTcuMjYxLTI4LjYzNC45NTMtMS4zNDdWMjkuOTY0bC0uOTUzLTEuMzU0TDE2OC43NjYgMGgtMy41NTFsLjA0MyAyODguNTAxJwogICAgICAgICAgZmlsbD0nIzUyOTRDRicvPgogICAgPHBhdGggZD0nTTkwLjc0MSAyODguNTAxaC0zLjU1N2wtNTcuMjEyLTI4LjYzNC0xLjE2MS0xLjk5Ny0uNTg5LTIyNi43NDIgMS43NS0yLjUxOEw4Ny4xODQgMGgzLjYwMWwtLjA0NCAyODguNTAxJwogICAgICAgICAgZmlsbD0nIzFGNUI5OCcvPgogICAgPHBhdGggZD0nTTg3LjI4NSAwaDgxLjQyNnYyODguNTAxSDg3LjI4NVYweicgZmlsbD0nIzJENzJCOCcvPgogICAgPHBhdGggZD0nTTI1NiAxMzcuNzY5bC0xLjkzNS0uNDI5LTI3LjYyOC0yLjU3Ni0uNDEuMjA0LTU3LjMxMi0yLjI5MmgtODEuNDNsLTU3LjMxMyAyLjI5MlY5MS4yNjRsLS4wNi4wMzIuMDYtLjEyOCA1Ny4zMTMtMTMuMjhoODEuNDNsNTcuMzEyIDEzLjI4IDIxLjA2OSAxMS4xOTl2LTcuMmw4LjkwNC0uOTc0LS45MjItMS43OTgtMjguMTkyLTIwLjE1OS0uODU5LjI3OS01Ny4zMTItMTcuNzU5aC04MS40M0wyOS45NzIgNzIuNTE1VjI4LjYxTDAgNjMuNzIzdjMwLjY2NmwuMjMyLS4xNjggOC42NzIuOTQ2djcuMzQ4TDAgMTA3LjI4djMwLjUxM2wuMjMyLS4wMjQgOC42NzIuMTI4djEyLjgwN2wtNy40ODIuMTEyTDAgMTUwLjY4djMwLjUyNWw4LjkwNCA0Ljc4OHY3LjQzM2wtOC41MzEuOTQyLS4zNzMtLjI4djMwLjY2MWwyOS45NzIgMzUuMTE4di00My45MDFsNTcuMzEzIDE3Ljc1OWg4MS40M2w1Ny40ODEtMTcuODExLjc2NC4zMzUgMjcuODIxLTE5Ljg2MiAxLjIxOS0xLjk3OS04LjkwNC0uOTgydi03LjI4NGwtMS4xNjctLjQ2Ni0xOS4wNDMgMTAuMjY1LS42OSAxLjQ0LTU3LjQ4MSAxMy4yMDN2LjAxNmgtODEuNDN2LS4wMTZsLTU3LjMxMy0xMy4yNTl2LTQzLjg2NGw1Ny4zMTMgMi4yODR2LjA1Nmg4MS40M2w1Ny4zMTItMi4zNCAxLjMwNS42IDI2Ljc3OS0yLjMwNiAxLjg4OS0uOTIzLTguOTA0LS4xMjh2LTEyLjgwN2w4LjkwNC0uMTI4JwogICAgICAgICAgZmlsbD0nIzFBNDc2RicvPgogICAgPHBhdGggZD0nTTIyNi4wMjcgMjE1Ljk2NnY0My45MDFMMjU2IDIyNC43NDl2LTMwLjQ2MWwtMjkuOCAyMS42MjYtLjE3My4wNTJNMjI2LjAyNyAxOTcuNDIxbC4xNzMtLjA0IDI5LjgtMTYuMDI4di0zMC42NDlsLTI5Ljk3MyAyLjc1N3Y0My45Nk0yMjYuMiA5MS4yMDhsLS4xNzMtLjA0djQzLjhMMjU2IDEzNy43Njl2LTMwLjYzNGwtMjkuOC0xNS45MjdNMjI2LjIgNzIuNjg3TDI1NiA5NC4xOTNWNjMuNzMxTDIyNi4wMjcgMjguNjF2NDMuOTA1bC4xNzMuMDZ2LjExMicKICAgICAgICAgIGZpbGw9JyMyRDcyQjgnLz4KPC9zdmc+"
3950
+ "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
3951
  },
3924
3952
  "engines": {
3925
- "camunda": "^8.5"
3953
+ "camunda": "^8.2"
3926
3954
  }
3927
3955
  },
3928
3956
  {
@@ -4616,7 +4644,7 @@
4616
4644
  ]
4617
4645
  },
4618
4646
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/",
4619
- "version": 8,
4647
+ "version": 7,
4620
4648
  "category": {
4621
4649
  "id": "connectors",
4622
4650
  "name": "Connectors"
@@ -4625,9 +4653,6 @@
4625
4653
  "elementType": {
4626
4654
  "value": "bpmn:ServiceTask"
4627
4655
  },
4628
- "engines": {
4629
- "camunda": "^8.6"
4630
- },
4631
4656
  "groups": [
4632
4657
  {
4633
4658
  "id": "operation",
@@ -4645,10 +4670,6 @@
4645
4670
  "id": "input",
4646
4671
  "label": "Input"
4647
4672
  },
4648
- {
4649
- "id": "connector",
4650
- "label": "Connector"
4651
- },
4652
4673
  {
4653
4674
  "id": "output",
4654
4675
  "label": "Output mapping"
@@ -5740,30 +5761,6 @@
5740
5761
  }
5741
5762
  ]
5742
5763
  },
5743
- {
5744
- "id": "version",
5745
- "label": "Version",
5746
- "description": "Version of the element template",
5747
- "value": "8",
5748
- "group": "connector",
5749
- "binding": {
5750
- "key": "elementTemplateVersion",
5751
- "type": "zeebe:taskHeader"
5752
- },
5753
- "type": "Hidden"
5754
- },
5755
- {
5756
- "id": "id",
5757
- "label": "ID",
5758
- "description": "ID of the element template",
5759
- "value": "io.camunda.connectors.AWSDynamoDB.v1",
5760
- "group": "connector",
5761
- "binding": {
5762
- "key": "elementTemplateId",
5763
- "type": "zeebe:taskHeader"
5764
- },
5765
- "type": "Hidden"
5766
- },
5767
5764
  {
5768
5765
  "id": "resultVariable",
5769
5766
  "label": "Result variable",
@@ -5827,6 +5824,9 @@
5827
5824
  ],
5828
5825
  "icon": {
5829
5826
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgMjg5JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00xNjUuMjU4IDI4OC41MDFoMy41MDhsNTcuMjYxLTI4LjYzNC45NTMtMS4zNDdWMjkuOTY0bC0uOTUzLTEuMzU0TDE2OC43NjYgMGgtMy41NTFsLjA0MyAyODguNTAxJwogICAgICAgICAgZmlsbD0nIzUyOTRDRicvPgogICAgPHBhdGggZD0nTTkwLjc0MSAyODguNTAxaC0zLjU1N2wtNTcuMjEyLTI4LjYzNC0xLjE2MS0xLjk5Ny0uNTg5LTIyNi43NDIgMS43NS0yLjUxOEw4Ny4xODQgMGgzLjYwMWwtLjA0NCAyODguNTAxJwogICAgICAgICAgZmlsbD0nIzFGNUI5OCcvPgogICAgPHBhdGggZD0nTTg3LjI4NSAwaDgxLjQyNnYyODguNTAxSDg3LjI4NVYweicgZmlsbD0nIzJENzJCOCcvPgogICAgPHBhdGggZD0nTTI1NiAxMzcuNzY5bC0xLjkzNS0uNDI5LTI3LjYyOC0yLjU3Ni0uNDEuMjA0LTU3LjMxMi0yLjI5MmgtODEuNDNsLTU3LjMxMyAyLjI5MlY5MS4yNjRsLS4wNi4wMzIuMDYtLjEyOCA1Ny4zMTMtMTMuMjhoODEuNDNsNTcuMzEyIDEzLjI4IDIxLjA2OSAxMS4xOTl2LTcuMmw4LjkwNC0uOTc0LS45MjItMS43OTgtMjguMTkyLTIwLjE1OS0uODU5LjI3OS01Ny4zMTItMTcuNzU5aC04MS40M0wyOS45NzIgNzIuNTE1VjI4LjYxTDAgNjMuNzIzdjMwLjY2NmwuMjMyLS4xNjggOC42NzIuOTQ2djcuMzQ4TDAgMTA3LjI4djMwLjUxM2wuMjMyLS4wMjQgOC42NzIuMTI4djEyLjgwN2wtNy40ODIuMTEyTDAgMTUwLjY4djMwLjUyNWw4LjkwNCA0Ljc4OHY3LjQzM2wtOC41MzEuOTQyLS4zNzMtLjI4djMwLjY2MWwyOS45NzIgMzUuMTE4di00My45MDFsNTcuMzEzIDE3Ljc1OWg4MS40M2w1Ny40ODEtMTcuODExLjc2NC4zMzUgMjcuODIxLTE5Ljg2MiAxLjIxOS0xLjk3OS04LjkwNC0uOTgydi03LjI4NGwtMS4xNjctLjQ2Ni0xOS4wNDMgMTAuMjY1LS42OSAxLjQ0LTU3LjQ4MSAxMy4yMDN2LjAxNmgtODEuNDN2LS4wMTZsLTU3LjMxMy0xMy4yNTl2LTQzLjg2NGw1Ny4zMTMgMi4yODR2LjA1Nmg4MS40M2w1Ny4zMTItMi4zNCAxLjMwNS42IDI2Ljc3OS0yLjMwNiAxLjg4OS0uOTIzLTguOTA0LS4xMjh2LTEyLjgwN2w4LjkwNC0uMTI4JwogICAgICAgICAgZmlsbD0nIzFBNDc2RicvPgogICAgPHBhdGggZD0nTTIyNi4wMjcgMjE1Ljk2NnY0My45MDFMMjU2IDIyNC43NDl2LTMwLjQ2MWwtMjkuOCAyMS42MjYtLjE3My4wNTJNMjI2LjAyNyAxOTcuNDIxbC4xNzMtLjA0IDI5LjgtMTYuMDI4di0zMC42NDlsLTI5Ljk3MyAyLjc1N3Y0My45Nk0yMjYuMiA5MS4yMDhsLS4xNzMtLjA0djQzLjhMMjU2IDEzNy43Njl2LTMwLjYzNGwtMjkuOC0xNS45MjdNMjI2LjIgNzIuNjg3TDI1NiA5NC4xOTNWNjMuNzMxTDIyNi4wMjcgMjguNjF2NDMuOTA1bC4xNzMuMDZ2LjExMicKICAgICAgICAgIGZpbGw9JyMyRDcyQjgnLz4KPC9zdmc+"
5827
+ },
5828
+ "engines": {
5829
+ "camunda": "^8.5"
5830
5830
  }
5831
5831
  }
5832
5832
  ]