@camunda/connectors-element-templates 1.0.16 → 1.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (124) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -0
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +3 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +9 -8
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +9 -8
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +9 -8
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +9 -8
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +36 -39
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3769 -28
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +6979 -3299
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +469 -471
  12. package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
  13. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +484 -486
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1756 -1752
  16. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
  17. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
  18. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
  19. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
  20. package/src/element-templates/aws-bedrock-outbound-connector.json +788 -51
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1412 -1412
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +376 -11
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +408 -9
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +322 -5
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +316 -311
  29. package/src/element-templates/aws-lambda-outbound-connector.json +305 -301
  30. package/src/element-templates/aws-s3-outbound-connector.json +656 -15
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
  32. package/src/element-templates/aws-sns-inbound-boundary.json +422 -415
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +330 -323
  34. package/src/element-templates/aws-sns-inbound-message-start.json +348 -341
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
  37. package/src/element-templates/aws-sns-outbound-connector.json +593 -589
  38. package/src/element-templates/aws-sqs-boundary-connector.json +642 -638
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +588 -584
  40. package/src/element-templates/aws-sqs-outbound-connector.json +748 -746
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +408 -400
  43. package/src/element-templates/aws-sqs-start-message.json +465 -461
  44. package/src/element-templates/aws-textract-outbound-connector.json +298 -294
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1329 -4
  47. package/src/element-templates/blue-prism-connector.json +598 -53
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +39 -31
  50. package/src/element-templates/easy-post-connector.json +1017 -49
  51. package/src/element-templates/email-inbound-connector-boundary.json +32 -24
  52. package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +45 -37
  55. package/src/element-templates/email-outbound-connector.json +2129 -256
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12447 -5385
  58. package/src/element-templates/github-webhook-connector-boundary.json +11 -13
  59. package/src/element-templates/github-webhook-connector-intermediate.json +55 -57
  60. package/src/element-templates/github-webhook-connector-message-start.json +19 -21
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +62 -64
  63. package/src/element-templates/gitlab-connector.json +2974 -1342
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +882 -262
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1048 -19
  68. package/src/element-templates/google-sheets-outbound-connector.json +2961 -1967
  69. package/src/element-templates/graphql-outbound-connector.json +1780 -1193
  70. package/src/element-templates/http-json-connector.json +2832 -2168
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +953 -277
  72. package/src/element-templates/http-polling-connector.json +1642 -966
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +432 -5
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +21 -12
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +581 -572
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +150 -141
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +436 -430
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +165 -13
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +165 -13
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +178 -26
  85. package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +5616 -1607
  87. package/src/element-templates/openai-connector.json +608 -145
  88. package/src/element-templates/operate-connector.json +1218 -66
  89. package/src/element-templates/power-automate-connector.json +602 -10
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +799 -790
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +914 -905
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +477 -468
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +754 -745
  95. package/src/element-templates/rabbitmq-outbound-connector.json +875 -869
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +583 -39
  98. package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
  99. package/src/element-templates/send-message-connector-message-end-event.json +10 -5
  100. package/src/element-templates/send-message-connector-send-task.json +10 -5
  101. package/src/element-templates/sendgrid-outbound-connector.json +1406 -798
  102. package/src/element-templates/servicenow-connector.json +971 -3
  103. package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
  104. package/src/element-templates/servicenow-incident-connector.json +980 -3
  105. package/src/element-templates/slack-inbound-boundary.json +639 -341
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +678 -348
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +332 -327
  110. package/src/element-templates/slack-outbound-connector.json +3313 -919
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1521 -41
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +35 -26
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +38 -29
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +607 -15
  119. package/src/element-templates/webhook-connector-boundary.json +1986 -1331
  120. package/src/element-templates/webhook-connector-intermediate.json +2193 -1538
  121. package/src/element-templates/webhook-connector-receive.json +654 -0
  122. package/src/element-templates/webhook-connector-start-event.json +1261 -700
  123. package/src/element-templates/webhook-connector-start-message.json +1754 -1067
  124. package/src/element-templates/whatsapp-connector.json +339 -5
@@ -4,17 +4,21 @@
4
4
  "name": "AWS Textract Outbound Connector",
5
5
  "id": "io.camunda.connectors.AWSTEXTRACT.v1",
6
6
  "description": "Extract text and data using AWS Textract.",
7
- "metadata": {
8
- "keywords": [
9
- "extract text",
10
- "extract data",
11
- "extract text from image",
12
- "extract data from image",
13
- "ocr"
14
- ]
15
- },
7
+ "keywords": [
8
+ "extract text",
9
+ "extract data",
10
+ "extract text from image",
11
+ "extract data from image",
12
+ "ocr",
13
+ "OCR",
14
+ "document processing",
15
+ "text extraction",
16
+ "analyze document",
17
+ "asynchronous",
18
+ "real-time"
19
+ ],
16
20
  "documentationRef": "https://docs.camunda.io/docs/8.6/components/connectors/out-of-the-box-connectors/amazon-textract/",
17
- "version": 2,
21
+ "version": 4,
18
22
  "category": {
19
23
  "id": "connectors",
20
24
  "name": "Connectors"
@@ -35,9 +39,21 @@
35
39
  "id": "configuration",
36
40
  "label": "Configuration"
37
41
  },
42
+ {
43
+ "id": "document",
44
+ "label": "Input document"
45
+ },
38
46
  {
39
47
  "id": "input",
40
- "label": "Configure input"
48
+ "label": "Operation configuration"
49
+ },
50
+ {
51
+ "id": "advanced",
52
+ "label": "Advanced configuration"
53
+ },
54
+ {
55
+ "id": "connector",
56
+ "label": "Connector"
41
57
  },
42
58
  {
43
59
  "id": "output",
@@ -153,53 +169,17 @@
153
169
  },
154
170
  "type": "Hidden"
155
171
  },
156
- {
157
- "id": "input.executionType",
158
- "label": "Execution type",
159
- "description": "Endpoint inference type",
160
- "optional": false,
161
- "value": "ASYNC",
162
- "constraints": {
163
- "notEmpty": true
164
- },
165
- "group": "input",
166
- "binding": {
167
- "name": "input.executionType",
168
- "type": "zeebe:input"
169
- },
170
- "type": "Dropdown",
171
- "choices": [
172
- {
173
- "name": "Asynchronous",
174
- "value": "ASYNC"
175
- },
176
- {
177
- "name": "Real-time",
178
- "value": "SYNC"
179
- },
180
- {
181
- "name": "Polling",
182
- "value": "POLLING"
183
- }
184
- ]
185
- },
186
172
  {
187
173
  "id": "input.documentLocationType",
188
- "label": "Document location type",
189
- "description": "Document location",
174
+ "label": "Document source",
175
+ "description": "Document source of the input document that should be analyzed.",
190
176
  "optional": false,
191
- "value": "UPLOADED",
192
- "group": "input",
177
+ "value": "S3",
178
+ "group": "document",
193
179
  "binding": {
194
180
  "name": "input.documentLocationType",
195
181
  "type": "zeebe:input"
196
182
  },
197
- "condition": {
198
- "property": "input.executionType",
199
- "equals": "SYNC",
200
- "type": "simple"
201
- },
202
- "tooltip": "<a href=\"https://docs.camunda.io/docs/8.7/apis-tools/camunda-api-rest/specifications/create-document-link/\">Camunda Document</a>",
203
183
  "type": "Dropdown",
204
184
  "choices": [
205
185
  {
@@ -215,13 +195,13 @@
215
195
  {
216
196
  "id": "input.documentS3Bucket",
217
197
  "label": "Document bucket",
218
- "description": "S3 bucket that contains document that needs to be processed",
198
+ "description": "S3 bucket that contains document that should be analyzed.",
219
199
  "optional": false,
220
200
  "constraints": {
221
201
  "notEmpty": true
222
202
  },
223
203
  "feel": "optional",
224
- "group": "input",
204
+ "group": "document",
225
205
  "binding": {
226
206
  "name": "input.documentS3Bucket",
227
207
  "type": "zeebe:input"
@@ -235,14 +215,14 @@
235
215
  },
236
216
  {
237
217
  "id": "input.documentName",
238
- "label": "Document path",
239
- "description": "S3 document path to be processed",
218
+ "label": "Document name",
219
+ "description": "S3 document name of the document that should be analyzed.",
240
220
  "optional": false,
241
221
  "constraints": {
242
222
  "notEmpty": true
243
223
  },
244
224
  "feel": "optional",
245
- "group": "input",
225
+ "group": "document",
246
226
  "binding": {
247
227
  "name": "input.documentName",
248
228
  "type": "zeebe:input"
@@ -257,10 +237,10 @@
257
237
  {
258
238
  "id": "input.documentVersion",
259
239
  "label": "Document version",
260
- "description": "S3 document version to be processed",
240
+ "description": "S3 document version of the document that should be analyzed.",
261
241
  "optional": true,
262
242
  "feel": "optional",
263
- "group": "input",
243
+ "group": "document",
264
244
  "binding": {
265
245
  "name": "input.documentVersion",
266
246
  "type": "zeebe:input"
@@ -272,9 +252,66 @@
272
252
  },
273
253
  "type": "String"
274
254
  },
255
+ {
256
+ "id": "input.document",
257
+ "label": "Camunda Document",
258
+ "description": "The Camunda document of the process that should be analyzed.",
259
+ "optional": false,
260
+ "constraints": {
261
+ "notEmpty": true
262
+ },
263
+ "feel": "required",
264
+ "group": "document",
265
+ "binding": {
266
+ "name": "input.document",
267
+ "type": "zeebe:input"
268
+ },
269
+ "condition": {
270
+ "property": "input.documentLocationType",
271
+ "equals": "UPLOADED",
272
+ "type": "simple"
273
+ },
274
+ "type": "String"
275
+ },
276
+ {
277
+ "id": "input.executionType",
278
+ "label": "Execution type",
279
+ "description": "How the document should be processes. See more info in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-textract/#execution-types\" target=\"_blank\">documentation</a>.",
280
+ "optional": false,
281
+ "value": "POLLING",
282
+ "constraints": {
283
+ "notEmpty": true
284
+ },
285
+ "group": "input",
286
+ "binding": {
287
+ "name": "input.executionType",
288
+ "type": "zeebe:input"
289
+ },
290
+ "condition": {
291
+ "property": "input.documentLocationType",
292
+ "equals": "S3",
293
+ "type": "simple"
294
+ },
295
+ "type": "Dropdown",
296
+ "choices": [
297
+ {
298
+ "name": "Asynchronous",
299
+ "value": "ASYNC"
300
+ },
301
+ {
302
+ "name": "Real-time",
303
+ "value": "SYNC"
304
+ },
305
+ {
306
+ "name": "Polling",
307
+ "value": "POLLING"
308
+ }
309
+ ]
310
+ },
275
311
  {
276
312
  "id": "input.analyzeTables",
277
313
  "label": "Analyze tables",
314
+ "description": "Select this to return information about the tables that are detected in the input document.",
278
315
  "optional": false,
279
316
  "value": true,
280
317
  "constraints": {
@@ -291,6 +328,7 @@
291
328
  {
292
329
  "id": "input.analyzeForms",
293
330
  "label": "Analyze form",
331
+ "description": "Select this to return information detected form data.",
294
332
  "optional": false,
295
333
  "value": true,
296
334
  "constraints": {
@@ -307,6 +345,7 @@
307
345
  {
308
346
  "id": "input.analyzeSignatures",
309
347
  "label": "Analyze signatures",
348
+ "description": "Select this to return the locations of detected signatures.",
310
349
  "optional": false,
311
350
  "value": true,
312
351
  "constraints": {
@@ -323,8 +362,9 @@
323
362
  {
324
363
  "id": "input.analyzeLayout",
325
364
  "label": "Analyze layout",
365
+ "description": "Select this to return information about the layout of the document.",
326
366
  "optional": false,
327
- "value": true,
367
+ "value": false,
328
368
  "constraints": {
329
369
  "notEmpty": true
330
370
  },
@@ -337,32 +377,50 @@
337
377
  "type": "Boolean"
338
378
  },
339
379
  {
340
- "id": "input.clientRequestToken",
341
- "label": "Client request token",
342
- "description": "The idempotent token that you use to identify the start request",
343
- "optional": true,
380
+ "id": "input.analyzeQueries",
381
+ "label": "Analyze queries",
382
+ "optional": false,
383
+ "value": true,
384
+ "constraints": {
385
+ "notEmpty": true
386
+ },
387
+ "feel": "static",
388
+ "group": "input",
389
+ "binding": {
390
+ "name": "input.analyzeQueries",
391
+ "type": "zeebe:input"
392
+ },
393
+ "type": "Boolean"
394
+ },
395
+ {
396
+ "id": "input.query",
397
+ "label": "Query",
398
+ "optional": false,
344
399
  "feel": "optional",
345
400
  "group": "input",
346
401
  "binding": {
347
- "name": "input.clientRequestToken",
402
+ "name": "input.query",
348
403
  "type": "zeebe:input"
349
404
  },
350
405
  "condition": {
351
- "property": "input.executionType",
352
- "equals": "ASYNC",
406
+ "property": "input.analyzeQueries",
407
+ "equals": true,
353
408
  "type": "simple"
354
409
  },
355
410
  "type": "String"
356
411
  },
357
412
  {
358
- "id": "input.jobTag",
359
- "label": "Job tag",
360
- "description": "An identifier that you specify that's included in the completion notification published to the Amazon SNS topic",
361
- "optional": true,
413
+ "id": "input.outputConfigS3Bucket",
414
+ "label": "Output S3 bucket",
415
+ "description": "The name of the bucket your output will go to.",
416
+ "optional": false,
417
+ "constraints": {
418
+ "notEmpty": true
419
+ },
362
420
  "feel": "optional",
363
421
  "group": "input",
364
422
  "binding": {
365
- "name": "input.jobTag",
423
+ "name": "input.outputConfigS3Bucket",
366
424
  "type": "zeebe:input"
367
425
  },
368
426
  "condition": {
@@ -373,14 +431,17 @@
373
431
  "type": "String"
374
432
  },
375
433
  {
376
- "id": "input.kmsKeyId",
377
- "label": "KMS key ID",
378
- "description": "The KMS key used to encrypt the inference results",
379
- "optional": true,
434
+ "id": "input.outputConfigS3Prefix",
435
+ "label": "Output S3 prefix",
436
+ "description": "The prefix of the object key that the output will be saved to.",
437
+ "optional": false,
438
+ "constraints": {
439
+ "notEmpty": true
440
+ },
380
441
  "feel": "optional",
381
442
  "group": "input",
382
443
  "binding": {
383
- "name": "input.kmsKeyId",
444
+ "name": "input.outputConfigS3Prefix",
384
445
  "type": "zeebe:input"
385
446
  },
386
447
  "condition": {
@@ -391,14 +452,14 @@
391
452
  "type": "String"
392
453
  },
393
454
  {
394
- "id": "input.notificationChannelRoleArn",
395
- "label": "Notification channel role ARN",
396
- "description": "The Amazon SNS topic role ARN that you want Amazon Textract to publish the completion status of the operation to",
455
+ "id": "input.clientRequestToken",
456
+ "label": "Client request token",
457
+ "description": "The idempotent token that you use to identify the start request.",
397
458
  "optional": true,
398
459
  "feel": "optional",
399
- "group": "input",
460
+ "group": "advanced",
400
461
  "binding": {
401
- "name": "input.notificationChannelRoleArn",
462
+ "name": "input.clientRequestToken",
402
463
  "type": "zeebe:input"
403
464
  },
404
465
  "condition": {
@@ -409,14 +470,14 @@
409
470
  "type": "String"
410
471
  },
411
472
  {
412
- "id": "input.notificationChannelSnsTopicArn",
413
- "label": "Notification channel SNS topic ARN",
414
- "description": "The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to",
473
+ "id": "input.jobTag",
474
+ "label": "Job tag",
475
+ "description": "An identifier that you specify that's included in the completion notification published to the Amazon SNS topic.",
415
476
  "optional": true,
416
477
  "feel": "optional",
417
- "group": "input",
478
+ "group": "advanced",
418
479
  "binding": {
419
- "name": "input.notificationChannelSnsTopicArn",
480
+ "name": "input.jobTag",
420
481
  "type": "zeebe:input"
421
482
  },
422
483
  "condition": {
@@ -427,14 +488,14 @@
427
488
  "type": "String"
428
489
  },
429
490
  {
430
- "id": "input.outputConfigS3Bucket",
431
- "label": "Output S3 bucket",
432
- "description": "The name of the bucket your output will go to",
491
+ "id": "input.kmsKeyId",
492
+ "label": "KMS key ID",
493
+ "description": "The KMS key used to encrypt the inference results.",
433
494
  "optional": true,
434
495
  "feel": "optional",
435
- "group": "input",
496
+ "group": "advanced",
436
497
  "binding": {
437
- "name": "input.outputConfigS3Bucket",
498
+ "name": "input.kmsKeyId",
438
499
  "type": "zeebe:input"
439
500
  },
440
501
  "condition": {
@@ -445,14 +506,14 @@
445
506
  "type": "String"
446
507
  },
447
508
  {
448
- "id": "input.outputConfigS3Prefix",
449
- "label": "Output S3 prefix",
450
- "description": "The prefix of the object key that the output will be saved to",
509
+ "id": "input.notificationChannelRoleArn",
510
+ "label": "Notification channel role ARN",
511
+ "description": "The Amazon SNS topic role ARN that you want Amazon Textract to publish the completion status of the operation to.",
451
512
  "optional": true,
452
513
  "feel": "optional",
453
- "group": "input",
514
+ "group": "advanced",
454
515
  "binding": {
455
- "name": "input.outputConfigS3Prefix",
516
+ "name": "input.notificationChannelRoleArn",
456
517
  "type": "zeebe:input"
457
518
  },
458
519
  "condition": {
@@ -463,29 +524,51 @@
463
524
  "type": "String"
464
525
  },
465
526
  {
466
- "id": "input.document",
467
- "label": "Document",
468
- "optional": false,
469
- "constraints": {
470
- "notEmpty": true
471
- },
472
- "feel": "required",
473
- "group": "input",
527
+ "id": "input.notificationChannelSnsTopicArn",
528
+ "label": "Notification channel SNS topic ARN",
529
+ "description": "The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.",
530
+ "optional": true,
531
+ "feel": "optional",
532
+ "group": "advanced",
474
533
  "binding": {
475
- "name": "input.document",
534
+ "name": "input.notificationChannelSnsTopicArn",
476
535
  "type": "zeebe:input"
477
536
  },
478
537
  "condition": {
479
- "property": "input.documentLocationType",
480
- "equals": "UPLOADED",
538
+ "property": "input.executionType",
539
+ "equals": "ASYNC",
481
540
  "type": "simple"
482
541
  },
483
542
  "type": "String"
484
543
  },
544
+ {
545
+ "id": "version",
546
+ "label": "Version",
547
+ "description": "Version of the element template",
548
+ "value": "4",
549
+ "group": "connector",
550
+ "binding": {
551
+ "key": "elementTemplateVersion",
552
+ "type": "zeebe:taskHeader"
553
+ },
554
+ "type": "Hidden"
555
+ },
556
+ {
557
+ "id": "id",
558
+ "label": "ID",
559
+ "description": "ID of the element template",
560
+ "value": "io.camunda.connectors.AWSTEXTRACT.v1",
561
+ "group": "connector",
562
+ "binding": {
563
+ "key": "elementTemplateId",
564
+ "type": "zeebe:taskHeader"
565
+ },
566
+ "type": "Hidden"
567
+ },
485
568
  {
486
569
  "id": "resultVariable",
487
570
  "label": "Result variable",
488
- "description": "Name of variable to store the response in",
571
+ "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>.",
489
572
  "group": "output",
490
573
  "binding": {
491
574
  "key": "resultVariable",
@@ -496,7 +579,7 @@
496
579
  {
497
580
  "id": "resultExpression",
498
581
  "label": "Result expression",
499
- "description": "Expression to map the response into process variables",
582
+ "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>.",
500
583
  "feel": "required",
501
584
  "group": "output",
502
585
  "binding": {
@@ -1038,7 +1121,7 @@
1038
1121
  ]
1039
1122
  },
1040
1123
  "documentationRef": "https://docs.camunda.io/docs/8.6/components/connectors/out-of-the-box-connectors/amazon-textract/",
1041
- "version": 3,
1124
+ "version": 2,
1042
1125
  "category": {
1043
1126
  "id": "connectors",
1044
1127
  "name": "Connectors"
@@ -1063,10 +1146,6 @@
1063
1146
  "id": "input",
1064
1147
  "label": "Configure input"
1065
1148
  },
1066
- {
1067
- "id": "connector",
1068
- "label": "Connector"
1069
- },
1070
1149
  {
1071
1150
  "id": "output",
1072
1151
  "label": "Output mapping"
@@ -1503,36 +1582,12 @@
1503
1582
  "name": "input.document",
1504
1583
  "type": "zeebe:input"
1505
1584
  },
1506
- "condition": {
1507
- "property": "input.documentLocationType",
1508
- "equals": "UPLOADED",
1509
- "type": "simple"
1510
- },
1511
- "type": "String"
1512
- },
1513
- {
1514
- "id": "version",
1515
- "label": "Version",
1516
- "description": "Version of the element template",
1517
- "value": "3",
1518
- "group": "connector",
1519
- "binding": {
1520
- "key": "elementTemplateVersion",
1521
- "type": "zeebe:taskHeader"
1522
- },
1523
- "type": "Hidden"
1524
- },
1525
- {
1526
- "id": "id",
1527
- "label": "ID",
1528
- "description": "ID of the element template",
1529
- "value": "io.camunda.connectors.AWSTEXTRACT.v1",
1530
- "group": "connector",
1531
- "binding": {
1532
- "key": "elementTemplateId",
1533
- "type": "zeebe:taskHeader"
1534
- },
1535
- "type": "Hidden"
1585
+ "condition": {
1586
+ "property": "input.documentLocationType",
1587
+ "equals": "UPLOADED",
1588
+ "type": "simple"
1589
+ },
1590
+ "type": "String"
1536
1591
  },
1537
1592
  {
1538
1593
  "id": "resultVariable",
@@ -1614,7 +1669,7 @@
1614
1669
  ]
1615
1670
  },
1616
1671
  "documentationRef": "https://docs.camunda.io/docs/8.6/components/connectors/out-of-the-box-connectors/amazon-textract/",
1617
- "version": 4,
1672
+ "version": 3,
1618
1673
  "category": {
1619
1674
  "id": "connectors",
1620
1675
  "name": "Connectors"
@@ -1635,17 +1690,9 @@
1635
1690
  "id": "configuration",
1636
1691
  "label": "Configuration"
1637
1692
  },
1638
- {
1639
- "id": "document",
1640
- "label": "Input document"
1641
- },
1642
1693
  {
1643
1694
  "id": "input",
1644
- "label": "Operation configuration"
1645
- },
1646
- {
1647
- "id": "advanced",
1648
- "label": "Advanced configuration"
1695
+ "label": "Configure input"
1649
1696
  },
1650
1697
  {
1651
1698
  "id": "connector",
@@ -1765,17 +1812,53 @@
1765
1812
  },
1766
1813
  "type": "Hidden"
1767
1814
  },
1815
+ {
1816
+ "id": "input.executionType",
1817
+ "label": "Execution type",
1818
+ "description": "Endpoint inference type",
1819
+ "optional": false,
1820
+ "value": "ASYNC",
1821
+ "constraints": {
1822
+ "notEmpty": true
1823
+ },
1824
+ "group": "input",
1825
+ "binding": {
1826
+ "name": "input.executionType",
1827
+ "type": "zeebe:input"
1828
+ },
1829
+ "type": "Dropdown",
1830
+ "choices": [
1831
+ {
1832
+ "name": "Asynchronous",
1833
+ "value": "ASYNC"
1834
+ },
1835
+ {
1836
+ "name": "Real-time",
1837
+ "value": "SYNC"
1838
+ },
1839
+ {
1840
+ "name": "Polling",
1841
+ "value": "POLLING"
1842
+ }
1843
+ ]
1844
+ },
1768
1845
  {
1769
1846
  "id": "input.documentLocationType",
1770
- "label": "Document source",
1771
- "description": "Document source of the input document that should be analyzed.",
1847
+ "label": "Document location type",
1848
+ "description": "Document location",
1772
1849
  "optional": false,
1773
- "value": "S3",
1774
- "group": "document",
1850
+ "value": "UPLOADED",
1851
+ "group": "input",
1775
1852
  "binding": {
1776
1853
  "name": "input.documentLocationType",
1777
1854
  "type": "zeebe:input"
1778
1855
  },
1856
+ "condition": {
1857
+ "property": "input.executionType",
1858
+ "equals": "SYNC",
1859
+ "type": "simple"
1860
+ },
1861
+ "tooltip": "<a href=\"https://docs.camunda.io/docs/8.7/apis-tools/camunda-api-rest/specifications/create-document-link/\">Camunda Document</a>",
1779
1862
  "type": "Dropdown",
1780
1863
  "choices": [
1781
1864
  {
@@ -1791,13 +1874,13 @@
1791
1874
  {
1792
1875
  "id": "input.documentS3Bucket",
1793
1876
  "label": "Document bucket",
1794
- "description": "S3 bucket that contains document that should be analyzed.",
1877
+ "description": "S3 bucket that contains document that needs to be processed",
1795
1878
  "optional": false,
1796
1879
  "constraints": {
1797
1880
  "notEmpty": true
1798
1881
  },
1799
1882
  "feel": "optional",
1800
- "group": "document",
1883
+ "group": "input",
1801
1884
  "binding": {
1802
1885
  "name": "input.documentS3Bucket",
1803
1886
  "type": "zeebe:input"
@@ -1811,14 +1894,14 @@
1811
1894
  },
1812
1895
  {
1813
1896
  "id": "input.documentName",
1814
- "label": "Document name",
1815
- "description": "S3 document name of the document that should be analyzed.",
1897
+ "label": "Document path",
1898
+ "description": "S3 document path to be processed",
1816
1899
  "optional": false,
1817
1900
  "constraints": {
1818
1901
  "notEmpty": true
1819
1902
  },
1820
1903
  "feel": "optional",
1821
- "group": "document",
1904
+ "group": "input",
1822
1905
  "binding": {
1823
1906
  "name": "input.documentName",
1824
1907
  "type": "zeebe:input"
@@ -1833,10 +1916,10 @@
1833
1916
  {
1834
1917
  "id": "input.documentVersion",
1835
1918
  "label": "Document version",
1836
- "description": "S3 document version of the document that should be analyzed.",
1919
+ "description": "S3 document version to be processed",
1837
1920
  "optional": true,
1838
1921
  "feel": "optional",
1839
- "group": "document",
1922
+ "group": "input",
1840
1923
  "binding": {
1841
1924
  "name": "input.documentVersion",
1842
1925
  "type": "zeebe:input"
@@ -1848,66 +1931,9 @@
1848
1931
  },
1849
1932
  "type": "String"
1850
1933
  },
1851
- {
1852
- "id": "input.document",
1853
- "label": "Camunda Document",
1854
- "description": "The Camunda document of the process that should be analyzed.",
1855
- "optional": false,
1856
- "constraints": {
1857
- "notEmpty": true
1858
- },
1859
- "feel": "required",
1860
- "group": "document",
1861
- "binding": {
1862
- "name": "input.document",
1863
- "type": "zeebe:input"
1864
- },
1865
- "condition": {
1866
- "property": "input.documentLocationType",
1867
- "equals": "UPLOADED",
1868
- "type": "simple"
1869
- },
1870
- "type": "String"
1871
- },
1872
- {
1873
- "id": "input.executionType",
1874
- "label": "Execution type",
1875
- "description": "How the document should be processes. See more info in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-textract/#execution-types\" target=\"_blank\">documentation</a>.",
1876
- "optional": false,
1877
- "value": "POLLING",
1878
- "constraints": {
1879
- "notEmpty": true
1880
- },
1881
- "group": "input",
1882
- "binding": {
1883
- "name": "input.executionType",
1884
- "type": "zeebe:input"
1885
- },
1886
- "condition": {
1887
- "property": "input.documentLocationType",
1888
- "equals": "S3",
1889
- "type": "simple"
1890
- },
1891
- "type": "Dropdown",
1892
- "choices": [
1893
- {
1894
- "name": "Asynchronous",
1895
- "value": "ASYNC"
1896
- },
1897
- {
1898
- "name": "Real-time",
1899
- "value": "SYNC"
1900
- },
1901
- {
1902
- "name": "Polling",
1903
- "value": "POLLING"
1904
- }
1905
- ]
1906
- },
1907
1934
  {
1908
1935
  "id": "input.analyzeTables",
1909
1936
  "label": "Analyze tables",
1910
- "description": "Select this to return information about the tables that are detected in the input document.",
1911
1937
  "optional": false,
1912
1938
  "value": true,
1913
1939
  "constraints": {
@@ -1924,7 +1950,6 @@
1924
1950
  {
1925
1951
  "id": "input.analyzeForms",
1926
1952
  "label": "Analyze form",
1927
- "description": "Select this to return information detected form data.",
1928
1953
  "optional": false,
1929
1954
  "value": true,
1930
1955
  "constraints": {
@@ -1941,7 +1966,6 @@
1941
1966
  {
1942
1967
  "id": "input.analyzeSignatures",
1943
1968
  "label": "Analyze signatures",
1944
- "description": "Select this to return the locations of detected signatures.",
1945
1969
  "optional": false,
1946
1970
  "value": true,
1947
1971
  "constraints": {
@@ -1958,23 +1982,6 @@
1958
1982
  {
1959
1983
  "id": "input.analyzeLayout",
1960
1984
  "label": "Analyze layout",
1961
- "description": "Select this to return information about the layout of the document.",
1962
- "optional": false,
1963
- "value": false,
1964
- "constraints": {
1965
- "notEmpty": true
1966
- },
1967
- "feel": "static",
1968
- "group": "input",
1969
- "binding": {
1970
- "name": "input.analyzeLayout",
1971
- "type": "zeebe:input"
1972
- },
1973
- "type": "Boolean"
1974
- },
1975
- {
1976
- "id": "input.analyzeQueries",
1977
- "label": "Analyze queries",
1978
1985
  "optional": false,
1979
1986
  "value": true,
1980
1987
  "constraints": {
@@ -1983,40 +1990,38 @@
1983
1990
  "feel": "static",
1984
1991
  "group": "input",
1985
1992
  "binding": {
1986
- "name": "input.analyzeQueries",
1993
+ "name": "input.analyzeLayout",
1987
1994
  "type": "zeebe:input"
1988
1995
  },
1989
1996
  "type": "Boolean"
1990
1997
  },
1991
1998
  {
1992
- "id": "input.query",
1993
- "label": "Query",
1994
- "optional": false,
1999
+ "id": "input.clientRequestToken",
2000
+ "label": "Client request token",
2001
+ "description": "The idempotent token that you use to identify the start request",
2002
+ "optional": true,
1995
2003
  "feel": "optional",
1996
2004
  "group": "input",
1997
2005
  "binding": {
1998
- "name": "input.query",
2006
+ "name": "input.clientRequestToken",
1999
2007
  "type": "zeebe:input"
2000
2008
  },
2001
2009
  "condition": {
2002
- "property": "input.analyzeQueries",
2003
- "equals": true,
2010
+ "property": "input.executionType",
2011
+ "equals": "ASYNC",
2004
2012
  "type": "simple"
2005
2013
  },
2006
2014
  "type": "String"
2007
2015
  },
2008
2016
  {
2009
- "id": "input.outputConfigS3Bucket",
2010
- "label": "Output S3 bucket",
2011
- "description": "The name of the bucket your output will go to.",
2012
- "optional": false,
2013
- "constraints": {
2014
- "notEmpty": true
2015
- },
2017
+ "id": "input.jobTag",
2018
+ "label": "Job tag",
2019
+ "description": "An identifier that you specify that's included in the completion notification published to the Amazon SNS topic",
2020
+ "optional": true,
2016
2021
  "feel": "optional",
2017
2022
  "group": "input",
2018
2023
  "binding": {
2019
- "name": "input.outputConfigS3Bucket",
2024
+ "name": "input.jobTag",
2020
2025
  "type": "zeebe:input"
2021
2026
  },
2022
2027
  "condition": {
@@ -2027,17 +2032,14 @@
2027
2032
  "type": "String"
2028
2033
  },
2029
2034
  {
2030
- "id": "input.outputConfigS3Prefix",
2031
- "label": "Output S3 prefix",
2032
- "description": "The prefix of the object key that the output will be saved to.",
2033
- "optional": false,
2034
- "constraints": {
2035
- "notEmpty": true
2036
- },
2035
+ "id": "input.kmsKeyId",
2036
+ "label": "KMS key ID",
2037
+ "description": "The KMS key used to encrypt the inference results",
2038
+ "optional": true,
2037
2039
  "feel": "optional",
2038
2040
  "group": "input",
2039
2041
  "binding": {
2040
- "name": "input.outputConfigS3Prefix",
2042
+ "name": "input.kmsKeyId",
2041
2043
  "type": "zeebe:input"
2042
2044
  },
2043
2045
  "condition": {
@@ -2048,14 +2050,14 @@
2048
2050
  "type": "String"
2049
2051
  },
2050
2052
  {
2051
- "id": "input.clientRequestToken",
2052
- "label": "Client request token",
2053
- "description": "The idempotent token that you use to identify the start request.",
2053
+ "id": "input.notificationChannelRoleArn",
2054
+ "label": "Notification channel role ARN",
2055
+ "description": "The Amazon SNS topic role ARN that you want Amazon Textract to publish the completion status of the operation to",
2054
2056
  "optional": true,
2055
2057
  "feel": "optional",
2056
- "group": "advanced",
2058
+ "group": "input",
2057
2059
  "binding": {
2058
- "name": "input.clientRequestToken",
2060
+ "name": "input.notificationChannelRoleArn",
2059
2061
  "type": "zeebe:input"
2060
2062
  },
2061
2063
  "condition": {
@@ -2066,14 +2068,14 @@
2066
2068
  "type": "String"
2067
2069
  },
2068
2070
  {
2069
- "id": "input.jobTag",
2070
- "label": "Job tag",
2071
- "description": "An identifier that you specify that's included in the completion notification published to the Amazon SNS topic.",
2071
+ "id": "input.notificationChannelSnsTopicArn",
2072
+ "label": "Notification channel SNS topic ARN",
2073
+ "description": "The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to",
2072
2074
  "optional": true,
2073
2075
  "feel": "optional",
2074
- "group": "advanced",
2076
+ "group": "input",
2075
2077
  "binding": {
2076
- "name": "input.jobTag",
2078
+ "name": "input.notificationChannelSnsTopicArn",
2077
2079
  "type": "zeebe:input"
2078
2080
  },
2079
2081
  "condition": {
@@ -2084,14 +2086,14 @@
2084
2086
  "type": "String"
2085
2087
  },
2086
2088
  {
2087
- "id": "input.kmsKeyId",
2088
- "label": "KMS key ID",
2089
- "description": "The KMS key used to encrypt the inference results.",
2089
+ "id": "input.outputConfigS3Bucket",
2090
+ "label": "Output S3 bucket",
2091
+ "description": "The name of the bucket your output will go to",
2090
2092
  "optional": true,
2091
2093
  "feel": "optional",
2092
- "group": "advanced",
2094
+ "group": "input",
2093
2095
  "binding": {
2094
- "name": "input.kmsKeyId",
2096
+ "name": "input.outputConfigS3Bucket",
2095
2097
  "type": "zeebe:input"
2096
2098
  },
2097
2099
  "condition": {
@@ -2102,14 +2104,14 @@
2102
2104
  "type": "String"
2103
2105
  },
2104
2106
  {
2105
- "id": "input.notificationChannelRoleArn",
2106
- "label": "Notification channel role ARN",
2107
- "description": "The Amazon SNS topic role ARN that you want Amazon Textract to publish the completion status of the operation to.",
2107
+ "id": "input.outputConfigS3Prefix",
2108
+ "label": "Output S3 prefix",
2109
+ "description": "The prefix of the object key that the output will be saved to",
2108
2110
  "optional": true,
2109
2111
  "feel": "optional",
2110
- "group": "advanced",
2112
+ "group": "input",
2111
2113
  "binding": {
2112
- "name": "input.notificationChannelRoleArn",
2114
+ "name": "input.outputConfigS3Prefix",
2113
2115
  "type": "zeebe:input"
2114
2116
  },
2115
2117
  "condition": {
@@ -2120,19 +2122,21 @@
2120
2122
  "type": "String"
2121
2123
  },
2122
2124
  {
2123
- "id": "input.notificationChannelSnsTopicArn",
2124
- "label": "Notification channel SNS topic ARN",
2125
- "description": "The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.",
2126
- "optional": true,
2127
- "feel": "optional",
2128
- "group": "advanced",
2125
+ "id": "input.document",
2126
+ "label": "Document",
2127
+ "optional": false,
2128
+ "constraints": {
2129
+ "notEmpty": true
2130
+ },
2131
+ "feel": "required",
2132
+ "group": "input",
2129
2133
  "binding": {
2130
- "name": "input.notificationChannelSnsTopicArn",
2134
+ "name": "input.document",
2131
2135
  "type": "zeebe:input"
2132
2136
  },
2133
2137
  "condition": {
2134
- "property": "input.executionType",
2135
- "equals": "ASYNC",
2138
+ "property": "input.documentLocationType",
2139
+ "equals": "UPLOADED",
2136
2140
  "type": "simple"
2137
2141
  },
2138
2142
  "type": "String"
@@ -2141,7 +2145,7 @@
2141
2145
  "id": "version",
2142
2146
  "label": "Version",
2143
2147
  "description": "Version of the element template",
2144
- "value": "4",
2148
+ "value": "3",
2145
2149
  "group": "connector",
2146
2150
  "binding": {
2147
2151
  "key": "elementTemplateVersion",