@camunda/connectors-element-templates 1.0.17 → 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 (125) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -2
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +2 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +6 -6
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +6 -6
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +6 -6
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +6 -6
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +10 -13
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3774 -33
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +7968 -4288
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +2 -5
  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 +2 -5
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1175 -1171
  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 +775 -38
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1407 -1407
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +370 -5
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +399 -0
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
  29. package/src/element-templates/aws-lambda-outbound-connector.json +472 -468
  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 +230 -223
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +486 -479
  34. package/src/element-templates/aws-sns-inbound-message-start.json +240 -233
  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 +390 -386
  38. package/src/element-templates/aws-sqs-boundary-connector.json +472 -468
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +388 -384
  40. package/src/element-templates/aws-sqs-outbound-connector.json +402 -400
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +571 -563
  43. package/src/element-templates/aws-sqs-start-message.json +866 -862
  44. package/src/element-templates/aws-textract-outbound-connector.json +358 -354
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1325 -0
  47. package/src/element-templates/blue-prism-connector.json +595 -50
  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 +1088 -120
  51. package/src/element-templates/email-inbound-connector-boundary.json +16 -8
  52. package/src/element-templates/email-inbound-connector-intermediate.json +16 -8
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +16 -8
  55. package/src/element-templates/email-outbound-connector.json +2114 -241
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12587 -9052
  58. package/src/element-templates/github-webhook-connector-boundary.json +27 -29
  59. package/src/element-templates/github-webhook-connector-intermediate.json +40 -42
  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 +11 -13
  63. package/src/element-templates/gitlab-connector.json +4756 -3124
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +1285 -665
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1055 -26
  68. package/src/element-templates/google-sheets-outbound-connector.json +2413 -1419
  69. package/src/element-templates/graphql-outbound-connector.json +1136 -1127
  70. package/src/element-templates/http-json-connector.json +2779 -2129
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +1483 -1472
  72. package/src/element-templates/http-polling-connector.json +746 -735
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +249 -18
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +528 -519
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +729 -720
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +628 -619
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +666 -660
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
  85. package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +4161 -1997
  87. package/src/element-templates/openai-connector.json +579 -116
  88. package/src/element-templates/operate-connector.json +1219 -67
  89. package/src/element-templates/power-automate-connector.json +604 -12
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +863 -854
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +926 -917
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +469 -460
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +601 -592
  95. package/src/element-templates/rabbitmq-outbound-connector.json +634 -628
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +553 -9
  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 +1380 -772
  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 +389 -91
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +566 -236
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +127 -122
  110. package/src/element-templates/slack-outbound-connector.json +2613 -915
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1514 -34
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +29 -20
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +39 -30
  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 +1218 -1208
  120. package/src/element-templates/webhook-connector-intermediate.json +1837 -1827
  121. package/src/element-templates/webhook-connector-receive.json +55 -45
  122. package/src/element-templates/webhook-connector-start-event.json +1299 -1292
  123. package/src/element-templates/webhook-connector-start-message.json +711 -701
  124. package/src/element-templates/whatsapp-connector.json +339 -5
  125. package/src/element-templates/http-connector.json.json +0 -654
@@ -3,9 +3,22 @@
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
4
  "name": "AWS DynamoDB Outbound Connector",
5
5
  "id": "io.camunda.connectors.AWSDynamoDB.v1",
6
- "version": 6,
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,157 +157,188 @@
120
157
  "name": "Update item",
121
158
  "value": "updateItem"
122
159
  }
123
- ],
124
- "binding": {
125
- "type": "zeebe:input",
126
- "name": "input.type"
127
- },
128
- "condition": {
129
- "property": "operationGroup",
130
- "equals": "item"
131
- }
160
+ ]
132
161
  },
133
162
  {
134
- "id": "authenticationType",
163
+ "id": "authentication.type",
135
164
  "label": "Authentication",
136
- "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>",
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",
137
167
  "group": "authentication",
168
+ "binding": {
169
+ "name": "authentication.type",
170
+ "type": "zeebe:input"
171
+ },
138
172
  "type": "Dropdown",
139
- "optional": false,
140
- "value": "credentials",
141
173
  "choices": [
142
- {
143
- "name": "Credentials",
144
- "value": "credentials"
145
- },
146
174
  {
147
175
  "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
148
176
  "value": "defaultCredentialsChain"
177
+ },
178
+ {
179
+ "name": "Credentials",
180
+ "value": "credentials"
149
181
  }
150
- ],
151
- "binding": {
152
- "type": "zeebe:input",
153
- "name": "authentication.type"
154
- },
155
- "constraints": {
156
- "notEmpty": true
157
- }
182
+ ]
158
183
  },
159
184
  {
185
+ "id": "authentication.accessKey",
160
186
  "label": "Access key",
161
- "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>",
162
- "group": "authentication",
163
- "type": "String",
164
- "feel": "optional",
187
+ "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
165
188
  "optional": false,
166
- "binding": {
167
- "type": "zeebe:input",
168
- "name": "authentication.accessKey"
169
- },
170
189
  "constraints": {
171
190
  "notEmpty": true
172
191
  },
192
+ "feel": "optional",
193
+ "group": "authentication",
194
+ "binding": {
195
+ "name": "authentication.accessKey",
196
+ "type": "zeebe:input"
197
+ },
173
198
  "condition": {
174
- "property": "authenticationType",
175
- "equals": "credentials"
176
- }
199
+ "property": "authentication.type",
200
+ "equals": "credentials",
201
+ "type": "simple"
202
+ },
203
+ "type": "String"
177
204
  },
178
205
  {
206
+ "id": "authentication.secretKey",
179
207
  "label": "Secret key",
180
- "description": "Provide a secret key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
181
- "group": "authentication",
182
- "type": "String",
183
- "feel": "optional",
208
+ "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
184
209
  "optional": false,
185
- "binding": {
186
- "type": "zeebe:input",
187
- "name": "authentication.secretKey"
188
- },
189
210
  "constraints": {
190
211
  "notEmpty": true
191
212
  },
213
+ "feel": "optional",
214
+ "group": "authentication",
215
+ "binding": {
216
+ "name": "authentication.secretKey",
217
+ "type": "zeebe:input"
218
+ },
192
219
  "condition": {
193
- "property": "authenticationType",
194
- "equals": "credentials"
195
- }
220
+ "property": "authentication.type",
221
+ "equals": "credentials",
222
+ "type": "simple"
223
+ },
224
+ "type": "String"
196
225
  },
197
226
  {
227
+ "id": "configuration.region",
198
228
  "label": "Region",
199
229
  "description": "Specify the AWS region",
200
- "group": "configuration",
201
- "type": "String",
202
- "feel": "optional",
203
230
  "optional": false,
204
- "binding": {
205
- "type": "zeebe:input",
206
- "name": "configuration.region"
207
- },
208
231
  "constraints": {
209
232
  "notEmpty": true
210
- }
211
- },
212
- {
213
- "label": "Table name",
214
- "description": "Name of DynamoDB table",
215
- "group": "input",
216
- "type": "String",
233
+ },
217
234
  "feel": "optional",
218
- "optional": false,
235
+ "group": "configuration",
219
236
  "binding": {
220
- "type": "zeebe:input",
221
- "name": "input.tableName"
237
+ "name": "configuration.region",
238
+ "type": "zeebe:input"
222
239
  },
223
- "constraints": {
224
- "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"
225
251
  },
226
- "condition": {
227
- "property": "tableOperationType",
228
- "oneOf": ["createTable", "deleteTable", "describeTable", "scanTable"]
229
- }
252
+ "type": "Hidden"
230
253
  },
231
254
  {
255
+ "id": "input.createTable.tableName",
232
256
  "label": "Table name",
233
257
  "description": "Name of DynamoDB table",
234
- "group": "input",
235
- "type": "String",
236
- "feel": "optional",
237
258
  "optional": false,
238
- "binding": {
239
- "type": "zeebe:input",
240
- "name": "input.tableName"
241
- },
242
259
  "constraints": {
243
260
  "notEmpty": true
244
261
  },
262
+ "feel": "optional",
263
+ "group": "input",
264
+ "binding": {
265
+ "name": "input.tableName",
266
+ "type": "zeebe:input"
267
+ },
245
268
  "condition": {
246
- "property": "itemOperationType",
247
- "oneOf": ["addItem", "deleteItem", "getItem", "updateItem"]
248
- }
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"
249
283
  },
250
284
  {
285
+ "id": "input.partitionKey",
251
286
  "label": "Partition key",
252
- "description": "Partition key. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
253
- "group": "input",
254
- "type": "String",
255
- "feel": "optional",
256
- "binding": {
257
- "type": "zeebe:input",
258
- "name": "input.partitionKey"
259
- },
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,
260
289
  "constraints": {
261
290
  "notEmpty": true
262
291
  },
263
- "condition": {
264
- "property": "tableOperationType",
265
- "equals": "createTable"
266
- }
267
- },
292
+ "feel": "optional",
293
+ "group": "input",
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
+ },
268
314
  {
315
+ "id": "input.partitionKeyRole",
269
316
  "label": "Partition key role",
270
- "description": "The role that this key attribute will assume. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
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
+ },
271
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
+ },
272
341
  "type": "Dropdown",
273
- "optional": false,
274
342
  "choices": [
275
343
  {
276
344
  "name": "HASH",
@@ -280,25 +348,36 @@
280
348
  "name": "RANGE",
281
349
  "value": "RANGE"
282
350
  }
283
- ],
284
- "binding": {
285
- "type": "zeebe:input",
286
- "name": "input.partitionKeyRole"
287
- },
288
- "constraints": {
289
- "notEmpty": true
290
- },
291
- "condition": {
292
- "property": "tableOperationType",
293
- "equals": "createTable"
294
- }
351
+ ]
295
352
  },
296
353
  {
354
+ "id": "input.partitionKeyType",
297
355
  "label": "Partition key attribute data type",
298
356
  "description": "Represents the data for an attribute",
357
+ "optional": false,
358
+ "constraints": {
359
+ "notEmpty": true
360
+ },
299
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
+ },
300
380
  "type": "Dropdown",
301
- "optional": false,
302
381
  "choices": [
303
382
  {
304
383
  "name": "Binary",
@@ -312,44 +391,60 @@
312
391
  "name": "String",
313
392
  "value": "S"
314
393
  }
315
- ],
316
- "binding": {
317
- "type": "zeebe:input",
318
- "name": "input.partitionKeyType"
319
- },
320
- "constraints": {
321
- "notEmpty": true
322
- },
323
- "condition": {
324
- "property": "tableOperationType",
325
- "equals": "createTable"
326
- }
394
+ ]
327
395
  },
328
396
  {
397
+ "id": "input.sortKey",
329
398
  "label": "Sort key",
330
- "description": "Sort key. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
331
- "group": "input",
332
- "type": "String",
333
- "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>",
334
400
  "optional": true,
401
+ "feel": "optional",
402
+ "group": "input",
335
403
  "binding": {
336
- "type": "zeebe:input",
337
- "name": "input.sortKey"
338
- },
339
- "constraints": {
340
- "notEmpty": false
404
+ "name": "input.sortKey",
405
+ "type": "zeebe:input"
341
406
  },
342
407
  "condition": {
343
- "property": "tableOperationType",
344
- "equals": "createTable"
345
- }
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"
346
422
  },
347
423
  {
424
+ "id": "input.sortKeyRole",
348
425
  "label": "Sort key role",
349
426
  "description": "The role that this key attribute will assume",
427
+ "optional": true,
350
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
+ },
351
447
  "type": "Dropdown",
352
- "optional": true,
353
448
  "choices": [
354
449
  {
355
450
  "name": "HASH",
@@ -359,25 +454,33 @@
359
454
  "name": "RANGE",
360
455
  "value": "RANGE"
361
456
  }
362
- ],
363
- "binding": {
364
- "type": "zeebe:input",
365
- "name": "input.sortKeyRole"
366
- },
367
- "constraints": {
368
- "notEmpty": false
369
- },
370
- "condition": {
371
- "property": "tableOperationType",
372
- "equals": "createTable"
373
- }
457
+ ]
374
458
  },
375
459
  {
460
+ "id": "input.sortKeyType",
376
461
  "label": "Sort key attribute data type",
377
462
  "description": "Represents the data for an attribute",
463
+ "optional": true,
378
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
+ },
379
483
  "type": "Dropdown",
380
- "optional": true,
381
484
  "choices": [
382
485
  {
383
486
  "name": "Binary",
@@ -391,71 +494,96 @@
391
494
  "name": "String",
392
495
  "value": "S"
393
496
  }
394
- ],
395
- "binding": {
396
- "type": "zeebe:input",
397
- "name": "input.sortKeyType"
398
- },
399
- "constraints": {
400
- "notEmpty": false
401
- },
402
- "condition": {
403
- "property": "tableOperationType",
404
- "equals": "createTable"
405
- }
497
+ ]
406
498
  },
407
499
  {
500
+ "id": "input.readCapacityUnits",
408
501
  "label": "Read capacity units",
409
- "description": "Total number of read capacity units. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
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",
410
508
  "group": "input",
411
- "type": "String",
412
- "feel": "optional",
413
- "optional": true,
414
509
  "binding": {
415
- "type": "zeebe:input",
416
- "name": "input.readCapacityUnits"
417
- },
418
- "constraints": {
419
- "notEmpty": false,
420
- "pattern": {
421
- "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
422
- "message": "Must be a number"
423
- }
510
+ "name": "input.readCapacityUnits",
511
+ "type": "zeebe:input"
424
512
  },
425
513
  "condition": {
426
- "property": "tableOperationType",
427
- "equals": "createTable"
428
- }
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"
429
528
  },
430
529
  {
530
+ "id": "input.writeCapacityUnits",
431
531
  "label": "Write capacity units",
432
- "description": "Total number of write capacity units. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
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",
433
538
  "group": "input",
434
- "type": "String",
435
- "feel": "optional",
436
- "optional": true,
437
539
  "binding": {
438
- "type": "zeebe:input",
439
- "name": "input.writeCapacityUnits"
440
- },
441
- "constraints": {
442
- "notEmpty": false,
443
- "pattern": {
444
- "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
445
- "message": "Must be a number"
446
- }
540
+ "name": "input.writeCapacityUnits",
541
+ "type": "zeebe:input"
447
542
  },
448
543
  "condition": {
449
- "property": "tableOperationType",
450
- "equals": "createTable"
451
- }
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"
452
558
  },
453
559
  {
560
+ "id": "input.billingModeStr",
454
561
  "label": "Billing mode",
455
- "description": "Controls how you are charged for read and write throughput. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
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
+ },
456
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
+ },
457
586
  "type": "Dropdown",
458
- "optional": true,
459
587
  "choices": [
460
588
  {
461
589
  "name": "PROVISIONED",
@@ -465,26 +593,37 @@
465
593
  "name": "PAY_PER_REQUEST",
466
594
  "value": "PAY_PER_REQUEST"
467
595
  }
468
- ],
469
- "binding": {
470
- "type": "zeebe:input",
471
- "name": "input.billingModeStr"
472
- },
473
- "constraints": {
474
- "notEmpty": false
475
- },
476
- "condition": {
477
- "property": "tableOperationType",
478
- "equals": "createTable"
479
- }
596
+ ]
480
597
  },
481
598
  {
599
+ "id": "input.deletionProtection",
482
600
  "label": "Deletion protection",
483
601
  "description": "Prevents accidental table deletion",
602
+ "optional": false,
603
+ "value": "false",
604
+ "constraints": {
605
+ "notEmpty": true
606
+ },
484
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
+ },
485
626
  "type": "Dropdown",
486
- "value": false,
487
- "optional": false,
488
627
  "choices": [
489
628
  {
490
629
  "name": "True",
@@ -494,215 +633,602 @@
494
633
  "name": "False",
495
634
  "value": "false"
496
635
  }
497
- ],
498
- "binding": {
499
- "type": "zeebe:input",
500
- "name": "input.deletionProtection"
501
- },
636
+ ]
637
+ },
638
+ {
639
+ "id": "input.deleteTable.tableName",
640
+ "label": "Table name",
641
+ "description": "Name of DynamoDB table",
642
+ "optional": false,
502
643
  "constraints": {
503
644
  "notEmpty": true
504
645
  },
505
- "condition": {
506
- "property": "tableOperationType",
507
- "equals": "createTable"
508
- }
509
- },
510
- {
511
- "label": "Filter expression",
512
- "description": "Filter expressions for scan. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
513
- "group": "input",
514
- "type": "String",
515
646
  "feel": "optional",
516
- "optional": true,
647
+ "group": "input",
517
648
  "binding": {
518
- "type": "zeebe:input",
519
- "name": "input.filterExpression"
520
- },
521
- "constraints": {
522
- "notEmpty": false
649
+ "name": "input.tableName",
650
+ "type": "zeebe:input"
523
651
  },
524
652
  "condition": {
525
- "property": "tableOperationType",
526
- "oneOf": ["scanTable"]
527
- }
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"
528
667
  },
529
668
  {
530
- "label": "Projection expression",
531
- "description": "Is a string that identifies the attributes that you want. For multiple attributes, the names must be comma-separated",
532
- "group": "input",
533
- "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
+ },
534
676
  "feel": "optional",
535
- "optional": true,
677
+ "group": "input",
536
678
  "binding": {
537
- "type": "zeebe:input",
538
- "name": "input.projectionExpression"
539
- },
540
- "constraints": {
541
- "notEmpty": false
679
+ "name": "input.tableName",
680
+ "type": "zeebe:input"
542
681
  },
543
682
  "condition": {
544
- "property": "tableOperationType",
545
- "oneOf": ["scanTable"]
546
- }
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"
547
697
  },
548
698
  {
549
- "label": "Expression attribute names",
550
- "description": " Is a placeholder that you use as an alternative to an actual attribute name. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
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",
551
707
  "group": "input",
552
- "type": "String",
553
- "feel": "required",
554
- "optional": true,
555
708
  "binding": {
556
- "type": "zeebe:input",
557
- "name": "input.expressionAttributeNames"
558
- },
559
- "constraints": {
560
- "notEmpty": false
709
+ "name": "input.tableName",
710
+ "type": "zeebe:input"
561
711
  },
562
712
  "condition": {
563
- "property": "tableOperationType",
564
- "oneOf": ["scanTable"]
565
- }
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"
566
727
  },
567
728
  {
568
- "label": "Expression attribute values",
569
- "description": "Expression attribute values. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
570
- "group": "input",
571
- "type": "String",
572
- "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>",
573
732
  "optional": true,
733
+ "feel": "optional",
734
+ "group": "input",
574
735
  "binding": {
575
- "type": "zeebe:input",
576
- "name": "input.expressionAttributeValues"
577
- },
578
- "constraints": {
579
- "notEmpty": false
736
+ "name": "input.filterExpression",
737
+ "type": "zeebe:input"
580
738
  },
581
739
  "condition": {
582
- "property": "tableOperationType",
583
- "oneOf": ["scanTable"]
584
- }
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"
585
754
  },
586
755
  {
587
- "label": "Item",
588
- "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",
589
761
  "group": "input",
590
- "type": "String",
591
- "feel": "required",
592
762
  "binding": {
593
- "type": "zeebe:input",
594
- "name": "input.item"
595
- },
596
- "constraints": {
597
- "notEmpty": true
763
+ "name": "input.projectionExpression",
764
+ "type": "zeebe:input"
598
765
  },
599
766
  "condition": {
600
- "property": "itemOperationType",
601
- "oneOf": ["addItem"]
602
- }
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"
603
781
  },
604
782
  {
605
- "label": "Primary key components",
606
- "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",
607
788
  "group": "input",
608
- "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,
609
814
  "feel": "required",
815
+ "group": "input",
610
816
  "binding": {
611
- "type": "zeebe:input",
612
- "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
+ ]
613
833
  },
834
+ "type": "String"
835
+ },
836
+ {
837
+ "id": "input.addItem.tableName",
838
+ "label": "Table name",
839
+ "description": "Name of DynamoDB table",
840
+ "optional": false,
614
841
  "constraints": {
615
842
  "notEmpty": true
616
843
  },
844
+ "feel": "optional",
845
+ "group": "input",
846
+ "binding": {
847
+ "name": "input.tableName",
848
+ "type": "zeebe:input"
849
+ },
617
850
  "condition": {
618
- "property": "itemOperationType",
619
- "oneOf": ["updateItem", "deleteItem", "getItem"]
620
- }
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"
621
865
  },
622
866
  {
623
- "label": "Key attributes",
624
- "description": "DynamoDB key attributes. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
625
- "group": "input",
626
- "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
+ },
627
874
  "feel": "required",
875
+ "group": "input",
628
876
  "binding": {
629
- "type": "zeebe:input",
630
- "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
+ ]
631
893
  },
894
+ "type": "String"
895
+ },
896
+ {
897
+ "id": "input.deleteItem.tableName",
898
+ "label": "Table name",
899
+ "description": "Name of DynamoDB table",
900
+ "optional": false,
632
901
  "constraints": {
633
902
  "notEmpty": true
634
903
  },
904
+ "feel": "optional",
905
+ "group": "input",
906
+ "binding": {
907
+ "name": "input.tableName",
908
+ "type": "zeebe:input"
909
+ },
635
910
  "condition": {
636
- "property": "itemOperationType",
637
- "oneOf": ["updateItem"]
638
- }
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"
639
925
  },
640
926
  {
641
- "label": "Attribute action",
642
- "description": "Specifies how to perform the update",
643
- "group": "input",
644
- "type": "Dropdown",
927
+ "id": "input.deleteItem.primaryKeyComponents",
928
+ "label": "Primary key components",
929
+ "description": "Simple or composite primary key",
645
930
  "optional": false,
646
- "choices": [
647
- {
648
- "name": "PUT",
649
- "value": "put"
650
- },
651
- {
652
- "name": "DELETE",
653
- "value": "delete"
654
- }
655
- ],
656
- "binding": {
657
- "type": "zeebe:input",
658
- "name": "input.attributeAction"
659
- },
660
931
  "constraints": {
661
932
  "notEmpty": true
662
933
  },
934
+ "feel": "required",
935
+ "group": "input",
936
+ "binding": {
937
+ "name": "input.primaryKeyComponents",
938
+ "type": "zeebe:input"
939
+ },
663
940
  "condition": {
664
- "property": "itemOperationType",
665
- "oneOf": ["updateItem"]
666
- }
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"
667
955
  },
668
956
  {
669
- "label": "Result variable",
670
- "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>",
671
- "group": "output",
672
- "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",
673
966
  "binding": {
674
- "type": "zeebe:taskHeader",
675
- "key": "resultVariable"
676
- }
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"
677
985
  },
678
986
  {
679
- "label": "Result expression",
680
- "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>",
681
- "group": "output",
682
- "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
+ },
683
994
  "feel": "required",
995
+ "group": "input",
684
996
  "binding": {
685
- "type": "zeebe:taskHeader",
686
- "key": "resultExpression"
687
- }
688
- },
689
- {
690
- "label": "Error expression",
691
- "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>",
692
- "group": "errors",
693
- "type": "Text",
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
+ },
694
1054
  "feel": "required",
1055
+ "group": "input",
695
1056
  "binding": {
696
- "type": "zeebe:taskHeader",
697
- "key": "errorExpression"
698
- }
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
+ },
1192
+ {
1193
+ "id": "errorExpression",
1194
+ "label": "Error expression",
1195
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1196
+ "feel": "required",
1197
+ "group": "error",
1198
+ "binding": {
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"
699
1228
  }
700
1229
  ],
701
1230
  "icon": {
702
- "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"
703
- },
704
- "engines": {
705
- "camunda": "^8.4"
1231
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgMjg5JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00xNjUuMjU4IDI4OC41MDFoMy41MDhsNTcuMjYxLTI4LjYzNC45NTMtMS4zNDdWMjkuOTY0bC0uOTUzLTEuMzU0TDE2OC43NjYgMGgtMy41NTFsLjA0MyAyODguNTAxJwogICAgICAgICAgZmlsbD0nIzUyOTRDRicvPgogICAgPHBhdGggZD0nTTkwLjc0MSAyODguNTAxaC0zLjU1N2wtNTcuMjEyLTI4LjYzNC0xLjE2MS0xLjk5Ny0uNTg5LTIyNi43NDIgMS43NS0yLjUxOEw4Ny4xODQgMGgzLjYwMWwtLjA0NCAyODguNTAxJwogICAgICAgICAgZmlsbD0nIzFGNUI5OCcvPgogICAgPHBhdGggZD0nTTg3LjI4NSAwaDgxLjQyNnYyODguNTAxSDg3LjI4NVYweicgZmlsbD0nIzJENzJCOCcvPgogICAgPHBhdGggZD0nTTI1NiAxMzcuNzY5bC0xLjkzNS0uNDI5LTI3LjYyOC0yLjU3Ni0uNDEuMjA0LTU3LjMxMi0yLjI5MmgtODEuNDNsLTU3LjMxMyAyLjI5MlY5MS4yNjRsLS4wNi4wMzIuMDYtLjEyOCA1Ny4zMTMtMTMuMjhoODEuNDNsNTcuMzEyIDEzLjI4IDIxLjA2OSAxMS4xOTl2LTcuMmw4LjkwNC0uOTc0LS45MjItMS43OTgtMjguMTkyLTIwLjE1OS0uODU5LjI3OS01Ny4zMTItMTcuNzU5aC04MS40M0wyOS45NzIgNzIuNTE1VjI4LjYxTDAgNjMuNzIzdjMwLjY2NmwuMjMyLS4xNjggOC42NzIuOTQ2djcuMzQ4TDAgMTA3LjI4djMwLjUxM2wuMjMyLS4wMjQgOC42NzIuMTI4djEyLjgwN2wtNy40ODIuMTEyTDAgMTUwLjY4djMwLjUyNWw4LjkwNCA0Ljc4OHY3LjQzM2wtOC41MzEuOTQyLS4zNzMtLjI4djMwLjY2MWwyOS45NzIgMzUuMTE4di00My45MDFsNTcuMzEzIDE3Ljc1OWg4MS40M2w1Ny40ODEtMTcuODExLjc2NC4zMzUgMjcuODIxLTE5Ljg2MiAxLjIxOS0xLjk3OS04LjkwNC0uOTgydi03LjI4NGwtMS4xNjctLjQ2Ni0xOS4wNDMgMTAuMjY1LS42OSAxLjQ0LTU3LjQ4MSAxMy4yMDN2LjAxNmgtODEuNDN2LS4wMTZsLTU3LjMxMy0xMy4yNTl2LTQzLjg2NGw1Ny4zMTMgMi4yODR2LjA1Nmg4MS40M2w1Ny4zMTItMi4zNCAxLjMwNS42IDI2Ljc3OS0yLjMwNiAxLjg4OS0uOTIzLTguOTA0LS4xMjh2LTEyLjgwN2w4LjkwNC0uMTI4JwogICAgICAgICAgZmlsbD0nIzFBNDc2RicvPgogICAgPHBhdGggZD0nTTIyNi4wMjcgMjE1Ljk2NnY0My45MDFMMjU2IDIyNC43NDl2LTMwLjQ2MWwtMjkuOCAyMS42MjYtLjE3My4wNTJNMjI2LjAyNyAxOTcuNDIxbC4xNzMtLjA0IDI5LjgtMTYuMDI4di0zMC42NDlsLTI5Ljk3MyAyLjc1N3Y0My45Nk0yMjYuMiA5MS4yMDhsLS4xNzMtLjA0djQzLjhMMjU2IDEzNy43Njl2LTMwLjYzNGwtMjkuOC0xNS45MjdNMjI2LjIgNzIuNjg3TDI1NiA5NC4xOTNWNjMuNzMxTDIyNi4wMjcgMjguNjF2NDMuOTA1bC4xNzMuMDZ2LjExMicKICAgICAgICAgIGZpbGw9JyMyRDcyQjgnLz4KPC9zdmc+"
706
1232
  }
707
1233
  },
708
1234
  {
@@ -1379,9 +1905,9 @@
1379
1905
  },
1380
1906
  {
1381
1907
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1382
- "name": "AWS DynamoDB",
1908
+ "name": "AWS DynamoDB Outbound Connector",
1383
1909
  "id": "io.camunda.connectors.AWSDynamoDB.v1",
1384
- "version": 2,
1910
+ "version": 5,
1385
1911
  "description": "Work with tables and items using AWS DynamoDB service",
1386
1912
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/",
1387
1913
  "category": {
@@ -1510,7 +2036,7 @@
1510
2036
  },
1511
2037
  {
1512
2038
  "label": "Access key",
1513
- "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>",
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>",
1514
2040
  "group": "authentication",
1515
2041
  "type": "String",
1516
2042
  "feel": "optional",
@@ -1525,7 +2051,7 @@
1525
2051
  },
1526
2052
  {
1527
2053
  "label": "Secret key",
1528
- "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>",
2054
+ "description": "Provide a secret key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
1529
2055
  "group": "authentication",
1530
2056
  "type": "String",
1531
2057
  "feel": "optional",
@@ -1593,7 +2119,7 @@
1593
2119
  },
1594
2120
  {
1595
2121
  "label": "Partition key",
1596
- "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>",
2122
+ "description": "Partition key. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
1597
2123
  "group": "input",
1598
2124
  "type": "String",
1599
2125
  "feel": "optional",
@@ -1611,7 +2137,7 @@
1611
2137
  },
1612
2138
  {
1613
2139
  "label": "Partition key role",
1614
- "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>",
2140
+ "description": "The role that this key attribute will assume. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
1615
2141
  "group": "input",
1616
2142
  "type": "Dropdown",
1617
2143
  "optional": false,
@@ -1671,7 +2197,7 @@
1671
2197
  },
1672
2198
  {
1673
2199
  "label": "Sort key",
1674
- "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>",
2200
+ "description": "Sort key. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
1675
2201
  "group": "input",
1676
2202
  "type": "String",
1677
2203
  "feel": "optional",
@@ -1750,7 +2276,7 @@
1750
2276
  },
1751
2277
  {
1752
2278
  "label": "Read capacity units",
1753
- "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>",
2279
+ "description": "Total number of read capacity units. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
1754
2280
  "group": "input",
1755
2281
  "type": "String",
1756
2282
  "feel": "optional",
@@ -1762,8 +2288,8 @@
1762
2288
  "constraints": {
1763
2289
  "notEmpty": false,
1764
2290
  "pattern": {
1765
- "value": "^(=|([0-9]|secrets.*|\\{\\{.*)+$)",
1766
- "message": "Must be a number."
2291
+ "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
2292
+ "message": "Must be a number"
1767
2293
  }
1768
2294
  },
1769
2295
  "condition": {
@@ -1773,7 +2299,7 @@
1773
2299
  },
1774
2300
  {
1775
2301
  "label": "Write capacity units",
1776
- "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>",
2302
+ "description": "Total number of write capacity units. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
1777
2303
  "group": "input",
1778
2304
  "type": "String",
1779
2305
  "feel": "optional",
@@ -1785,8 +2311,8 @@
1785
2311
  "constraints": {
1786
2312
  "notEmpty": false,
1787
2313
  "pattern": {
1788
- "value": "^(=|([0-9]|secrets.*|\\{\\{.*)+$)",
1789
- "message": "Must be a number."
2314
+ "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
2315
+ "message": "Must be a number"
1790
2316
  }
1791
2317
  },
1792
2318
  "condition": {
@@ -1796,7 +2322,7 @@
1796
2322
  },
1797
2323
  {
1798
2324
  "label": "Billing mode",
1799
- "description": "Controls how you are charged for read and write throughput. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
2325
+ "description": "Controls how you are charged for read and write throughput. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
1800
2326
  "group": "input",
1801
2327
  "type": "Dropdown",
1802
2328
  "optional": true,
@@ -1853,7 +2379,7 @@
1853
2379
  },
1854
2380
  {
1855
2381
  "label": "Filter expression",
1856
- "description": "Filter expressions for scan. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
2382
+ "description": "Filter expressions for scan. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
1857
2383
  "group": "input",
1858
2384
  "type": "String",
1859
2385
  "feel": "optional",
@@ -1891,7 +2417,7 @@
1891
2417
  },
1892
2418
  {
1893
2419
  "label": "Expression attribute names",
1894
- "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>",
2420
+ "description": " Is a placeholder that you use as an alternative to an actual attribute name. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
1895
2421
  "group": "input",
1896
2422
  "type": "String",
1897
2423
  "feel": "required",
@@ -1910,7 +2436,7 @@
1910
2436
  },
1911
2437
  {
1912
2438
  "label": "Expression attribute values",
1913
- "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>",
2439
+ "description": "Expression attribute values. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
1914
2440
  "group": "input",
1915
2441
  "type": "String",
1916
2442
  "feel": "required",
@@ -1965,7 +2491,7 @@
1965
2491
  },
1966
2492
  {
1967
2493
  "label": "Key attributes",
1968
- "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>",
2494
+ "description": "DynamoDB key attributes. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
1969
2495
  "group": "input",
1970
2496
  "type": "String",
1971
2497
  "feel": "required",
@@ -2046,14 +2572,14 @@
2046
2572
  "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"
2047
2573
  },
2048
2574
  "engines": {
2049
- "camunda": "^8.2"
2575
+ "camunda": "^8.4"
2050
2576
  }
2051
2577
  },
2052
2578
  {
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"
3345
+ "value": "item"
3171
3346
  }
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",
3347
+ ],
3180
3348
  "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
- },
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",
3463
+ "group": "input",
3464
+ "type": "String",
3465
+ "feel": "optional",
3387
3466
  "optional": false,
3467
+ "binding": {
3468
+ "type": "zeebe:input",
3469
+ "name": "input.tableName"
3470
+ },
3388
3471
  "constraints": {
3389
3472
  "notEmpty": true
3390
3473
  },
3391
- "feel": "optional",
3392
- "group": "input",
3393
- "binding": {
3394
- "name": "input.tableName",
3395
- "type": "zeebe:input"
3396
- },
3397
3474
  "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
- ]
3410
- },
3411
- "type": "String"
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"
3564
3646
  },
3565
- "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
- ]
3647
+ "constraints": {
3648
+ "notEmpty": false
3578
3649
  },
3579
- "type": "String"
3650
+ "condition": {
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,81 +3900,64 @@
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
  {
3929
3957
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
3930
- "name": "AWS DynamoDB Outbound Connector",
3958
+ "name": "AWS DynamoDB",
3931
3959
  "id": "io.camunda.connectors.AWSDynamoDB.v1",
3932
- "version": 4,
3960
+ "version": 2,
3933
3961
  "description": "Work with tables and items using AWS DynamoDB service",
3934
3962
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/",
3935
3963
  "category": {
@@ -4310,8 +4338,8 @@
4310
4338
  "constraints": {
4311
4339
  "notEmpty": false,
4312
4340
  "pattern": {
4313
- "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
4314
- "message": "Must be a number"
4341
+ "value": "^(=|([0-9]|secrets.*|\\{\\{.*)+$)",
4342
+ "message": "Must be a number."
4315
4343
  }
4316
4344
  },
4317
4345
  "condition": {
@@ -4333,8 +4361,8 @@
4333
4361
  "constraints": {
4334
4362
  "notEmpty": false,
4335
4363
  "pattern": {
4336
- "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
4337
- "message": "Must be a number"
4364
+ "value": "^(=|([0-9]|secrets.*|\\{\\{.*)+$)",
4365
+ "message": "Must be a number."
4338
4366
  }
4339
4367
  },
4340
4368
  "condition": {
@@ -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
  ]