@camunda/connectors-element-templates 1.0.20 → 1.0.21

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 (115) hide show
  1. package/package.json +2 -2
  2. package/src/connectors-template.js +1 -3
  3. package/src/connectors.js +4 -0
  4. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +40 -40
  5. package/src/element-templates/agenticai-aiagent-job-worker.json +2483 -475
  6. package/src/element-templates/agenticai-aiagent-outbound-connector.json +5352 -3427
  7. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +717 -35
  8. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2254 -809
  9. package/src/element-templates/app-integrations-connector.json +1047 -0
  10. package/src/element-templates/asana-connector.json +1050 -216
  11. package/src/element-templates/automation-anywhere-outbound-connector.json +2046 -1553
  12. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +1067 -29
  13. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +385 -4
  14. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +441 -4
  15. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +416 -4
  16. package/src/element-templates/aws-bedrock-outbound-connector.json +2274 -624
  17. package/src/element-templates/aws-comprehend-outbound-connector.json +1572 -0
  18. package/src/element-templates/aws-dynamodb-outbound-connector.json +2385 -949
  19. package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
  20. package/src/element-templates/aws-eventbridge-connector-intermediate.json +62 -62
  21. package/src/element-templates/aws-eventbridge-connector-start-event.json +20 -20
  22. package/src/element-templates/aws-eventbridge-outbound-connector.json +680 -266
  23. package/src/element-templates/aws-lambda-outbound-connector.json +462 -63
  24. package/src/element-templates/aws-s3-outbound-connector.json +1850 -329
  25. package/src/element-templates/aws-sagemaker-outbound-connector.json +680 -51
  26. package/src/element-templates/aws-sns-inbound-boundary.json +207 -206
  27. package/src/element-templates/aws-sns-inbound-intermediate.json +410 -409
  28. package/src/element-templates/aws-sns-inbound-message-start.json +4 -3
  29. package/src/element-templates/aws-sns-inbound-receive.json +4 -3
  30. package/src/element-templates/aws-sns-inbound-start-event.json +138 -138
  31. package/src/element-templates/aws-sns-outbound-connector.json +643 -186
  32. package/src/element-templates/aws-sqs-boundary-connector.json +1059 -540
  33. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +1046 -527
  34. package/src/element-templates/aws-sqs-outbound-connector.json +596 -143
  35. package/src/element-templates/aws-sqs-receive-connector.json +525 -7
  36. package/src/element-templates/aws-sqs-start-event-connector.json +401 -401
  37. package/src/element-templates/aws-sqs-start-message.json +736 -185
  38. package/src/element-templates/aws-textract-outbound-connector.json +925 -190
  39. package/src/element-templates/azure-blobstorage-outbound-connector.json +1648 -225
  40. package/src/element-templates/azure-open-ai-connector.json +1372 -9
  41. package/src/element-templates/blue-prism-connector.json +655 -76
  42. package/src/element-templates/box-outbound-connector.json +2331 -247
  43. package/src/element-templates/csv-outbound-connector.json +44 -44
  44. package/src/element-templates/easy-post-connector.json +1178 -97
  45. package/src/element-templates/email-outbound-connector.json +3087 -1013
  46. package/src/element-templates/embeddings-vector-database-outbound-connector.json +2160 -0
  47. package/src/element-templates/github-connector.json +14049 -9863
  48. package/src/element-templates/github-webhook-connector-boundary.json +24 -24
  49. package/src/element-templates/github-webhook-connector-intermediate.json +33 -33
  50. package/src/element-templates/github-webhook-connector-message-start.json +8 -8
  51. package/src/element-templates/github-webhook-connector-receive.json +8 -8
  52. package/src/element-templates/github-webhook-connector-start-event.json +54 -54
  53. package/src/element-templates/gitlab-connector.json +2110 -208
  54. package/src/element-templates/google-cloud-storage-outbound-connector.json +1448 -241
  55. package/src/element-templates/google-drive-outbound-connector.json +2246 -694
  56. package/src/element-templates/google-gemini-outbound-connector.json +8 -22
  57. package/src/element-templates/google-maps-platform-connector.json +688 -137
  58. package/src/element-templates/google-sheets-outbound-connector.json +3631 -2475
  59. package/src/element-templates/graphql-outbound-connector.json +3346 -789
  60. package/src/element-templates/http-json-connector.json +5295 -2803
  61. package/src/element-templates/http-polling-boundary-catch-event-connector.json +2550 -590
  62. package/src/element-templates/http-polling-connector.json +2886 -926
  63. package/src/element-templates/hubspot-outbound-connector.json +2786 -36
  64. package/src/element-templates/hugging-face-connector.json +44 -43
  65. package/src/element-templates/jdbc-outbound-connector.json +505 -8
  66. package/src/element-templates/kafka-inbound-connector-boundary.json +29 -32
  67. package/src/element-templates/kafka-inbound-connector-intermediate.json +615 -618
  68. package/src/element-templates/kafka-inbound-connector-receive.json +9 -12
  69. package/src/element-templates/kafka-inbound-connector-start-message.json +9 -12
  70. package/src/element-templates/kafka-inbound-connector.json +240 -240
  71. package/src/element-templates/kafka-outbound-connector.json +494 -498
  72. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +7 -10
  73. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +7 -10
  74. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +7 -10
  75. package/src/element-templates/microsoft-office365-mail-connector.json +1095 -39
  76. package/src/element-templates/microsoft-teams-outbound-connector.json +7335 -4894
  77. package/src/element-templates/openai-connector.json +596 -102
  78. package/src/element-templates/operate-connector.json +167 -170
  79. package/src/element-templates/orchestration-connector.json +1843 -0
  80. package/src/element-templates/power-automate-connector.json +64 -64
  81. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +449 -451
  82. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +770 -772
  83. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +576 -578
  84. package/src/element-templates/rabbitmq-inbound-connector-receive.json +5 -7
  85. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +105 -105
  86. package/src/element-templates/rabbitmq-outbound-connector.json +319 -319
  87. package/src/element-templates/rpa-connector.json +6 -6
  88. package/src/element-templates/salesforce-connector.json +690 -56
  89. package/src/element-templates/send-message-connector-intermediate-throw-event.json +300 -0
  90. package/src/element-templates/send-message-connector-message-end-event.json +300 -0
  91. package/src/element-templates/send-message-connector-send-task.json +299 -0
  92. package/src/element-templates/sendgrid-outbound-connector.json +597 -597
  93. package/src/element-templates/servicenow-connector.json +1365 -8
  94. package/src/element-templates/servicenow-flow-starter-connector.json +15 -15
  95. package/src/element-templates/servicenow-incident-connector.json +1076 -30
  96. package/src/element-templates/slack-inbound-boundary.json +374 -374
  97. package/src/element-templates/slack-inbound-intermediate.json +766 -766
  98. package/src/element-templates/slack-inbound-message-start.json +145 -145
  99. package/src/element-templates/slack-inbound-receive.json +2 -2
  100. package/src/element-templates/slack-inbound-start-event.json +211 -211
  101. package/src/element-templates/slack-outbound-connector.json +2154 -1051
  102. package/src/element-templates/soap-outbound-connector.json +114 -118
  103. package/src/element-templates/twilio-connector.json +1181 -368
  104. package/src/element-templates/twilio-webhook-boundary-connector.json +29 -30
  105. package/src/element-templates/twilio-webhook-connector.json +56 -57
  106. package/src/element-templates/twilio-webhook-intermediate-connector.json +33 -34
  107. package/src/element-templates/twilio-webhook-message-start-connector.json +27 -28
  108. package/src/element-templates/twilio-webhook-receive-connector.json +9 -10
  109. package/src/element-templates/uipath-connector.json +681 -63
  110. package/src/element-templates/webhook-connector-boundary.json +1242 -587
  111. package/src/element-templates/webhook-connector-intermediate.json +1339 -684
  112. package/src/element-templates/webhook-connector-receive.json +659 -5
  113. package/src/element-templates/webhook-connector-start-event.json +1736 -1175
  114. package/src/element-templates/webhook-connector-start-message.json +1791 -1104
  115. package/src/element-templates/whatsapp-connector.json +386 -16
@@ -3,9 +3,18 @@
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
4
  "name": "AWS Textract Outbound Connector",
5
5
  "id": "io.camunda.connectors.AWSTEXTRACT.v1",
6
- "description": "Automatically extract printed text, handwriting, layout elements, and data from any document",
7
- "documentationRef": "https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/amazon-textract/",
8
- "version": 1,
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
+ },
16
+ "documentationRef": "https://docs.camunda.io/docs/8.6/components/connectors/out-of-the-box-connectors/amazon-textract/",
17
+ "version": 2,
9
18
  "category": {
10
19
  "id": "connectors",
11
20
  "name": "Connectors"
@@ -14,6 +23,9 @@
14
23
  "elementType": {
15
24
  "value": "bpmn:ServiceTask"
16
25
  },
26
+ "engines": {
27
+ "camunda": "^8.6"
28
+ },
17
29
  "groups": [
18
30
  {
19
31
  "id": "authentication",
@@ -171,6 +183,35 @@
171
183
  }
172
184
  ]
173
185
  },
186
+ {
187
+ "id": "input.documentLocationType",
188
+ "label": "Document location type",
189
+ "description": "Document location",
190
+ "optional": false,
191
+ "value": "UPLOADED",
192
+ "group": "input",
193
+ "binding": {
194
+ "name": "input.documentLocationType",
195
+ "type": "zeebe:input"
196
+ },
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
+ "type": "Dropdown",
204
+ "choices": [
205
+ {
206
+ "name": "Camunda Document",
207
+ "value": "UPLOADED"
208
+ },
209
+ {
210
+ "name": "S3",
211
+ "value": "S3"
212
+ }
213
+ ]
214
+ },
174
215
  {
175
216
  "id": "input.documentS3Bucket",
176
217
  "label": "Document bucket",
@@ -185,6 +226,11 @@
185
226
  "name": "input.documentS3Bucket",
186
227
  "type": "zeebe:input"
187
228
  },
229
+ "condition": {
230
+ "property": "input.documentLocationType",
231
+ "equals": "S3",
232
+ "type": "simple"
233
+ },
188
234
  "type": "String"
189
235
  },
190
236
  {
@@ -201,6 +247,11 @@
201
247
  "name": "input.documentName",
202
248
  "type": "zeebe:input"
203
249
  },
250
+ "condition": {
251
+ "property": "input.documentLocationType",
252
+ "equals": "S3",
253
+ "type": "simple"
254
+ },
204
255
  "type": "String"
205
256
  },
206
257
  {
@@ -214,17 +265,22 @@
214
265
  "name": "input.documentVersion",
215
266
  "type": "zeebe:input"
216
267
  },
268
+ "condition": {
269
+ "property": "input.documentLocationType",
270
+ "equals": "S3",
271
+ "type": "simple"
272
+ },
217
273
  "type": "String"
218
274
  },
219
275
  {
220
276
  "id": "input.analyzeTables",
221
277
  "label": "Analyze tables",
222
278
  "optional": false,
223
- "feel": "static",
224
279
  "value": true,
225
280
  "constraints": {
226
281
  "notEmpty": true
227
282
  },
283
+ "feel": "static",
228
284
  "group": "input",
229
285
  "binding": {
230
286
  "name": "input.analyzeTables",
@@ -235,12 +291,12 @@
235
291
  {
236
292
  "id": "input.analyzeForms",
237
293
  "label": "Analyze form",
238
- "feel": "static",
239
294
  "optional": false,
240
295
  "value": true,
241
296
  "constraints": {
242
297
  "notEmpty": true
243
298
  },
299
+ "feel": "static",
244
300
  "group": "input",
245
301
  "binding": {
246
302
  "name": "input.analyzeForms",
@@ -251,12 +307,12 @@
251
307
  {
252
308
  "id": "input.analyzeSignatures",
253
309
  "label": "Analyze signatures",
254
- "feel": "static",
255
310
  "optional": false,
256
311
  "value": true,
257
312
  "constraints": {
258
313
  "notEmpty": true
259
314
  },
315
+ "feel": "static",
260
316
  "group": "input",
261
317
  "binding": {
262
318
  "name": "input.analyzeSignatures",
@@ -267,26 +323,690 @@
267
323
  {
268
324
  "id": "input.analyzeLayout",
269
325
  "label": "Analyze layout",
270
- "feel": "static",
271
326
  "optional": false,
272
327
  "value": true,
273
328
  "constraints": {
274
329
  "notEmpty": true
275
330
  },
331
+ "feel": "static",
276
332
  "group": "input",
277
333
  "binding": {
278
334
  "name": "input.analyzeLayout",
279
335
  "type": "zeebe:input"
280
336
  },
281
- "type": "Boolean"
337
+ "type": "Boolean"
338
+ },
339
+ {
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,
344
+ "feel": "optional",
345
+ "group": "input",
346
+ "binding": {
347
+ "name": "input.clientRequestToken",
348
+ "type": "zeebe:input"
349
+ },
350
+ "condition": {
351
+ "property": "input.executionType",
352
+ "equals": "ASYNC",
353
+ "type": "simple"
354
+ },
355
+ "type": "String"
356
+ },
357
+ {
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,
362
+ "feel": "optional",
363
+ "group": "input",
364
+ "binding": {
365
+ "name": "input.jobTag",
366
+ "type": "zeebe:input"
367
+ },
368
+ "condition": {
369
+ "property": "input.executionType",
370
+ "equals": "ASYNC",
371
+ "type": "simple"
372
+ },
373
+ "type": "String"
374
+ },
375
+ {
376
+ "id": "input.kmsKeyId",
377
+ "label": "KMS key ID",
378
+ "description": "The KMS key used to encrypt the inference results",
379
+ "optional": true,
380
+ "feel": "optional",
381
+ "group": "input",
382
+ "binding": {
383
+ "name": "input.kmsKeyId",
384
+ "type": "zeebe:input"
385
+ },
386
+ "condition": {
387
+ "property": "input.executionType",
388
+ "equals": "ASYNC",
389
+ "type": "simple"
390
+ },
391
+ "type": "String"
392
+ },
393
+ {
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",
397
+ "optional": true,
398
+ "feel": "optional",
399
+ "group": "input",
400
+ "binding": {
401
+ "name": "input.notificationChannelRoleArn",
402
+ "type": "zeebe:input"
403
+ },
404
+ "condition": {
405
+ "property": "input.executionType",
406
+ "equals": "ASYNC",
407
+ "type": "simple"
408
+ },
409
+ "type": "String"
410
+ },
411
+ {
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",
415
+ "optional": true,
416
+ "feel": "optional",
417
+ "group": "input",
418
+ "binding": {
419
+ "name": "input.notificationChannelSnsTopicArn",
420
+ "type": "zeebe:input"
421
+ },
422
+ "condition": {
423
+ "property": "input.executionType",
424
+ "equals": "ASYNC",
425
+ "type": "simple"
426
+ },
427
+ "type": "String"
428
+ },
429
+ {
430
+ "id": "input.outputConfigS3Bucket",
431
+ "label": "Output S3 bucket",
432
+ "description": "The name of the bucket your output will go to",
433
+ "optional": true,
434
+ "feel": "optional",
435
+ "group": "input",
436
+ "binding": {
437
+ "name": "input.outputConfigS3Bucket",
438
+ "type": "zeebe:input"
439
+ },
440
+ "condition": {
441
+ "property": "input.executionType",
442
+ "equals": "ASYNC",
443
+ "type": "simple"
444
+ },
445
+ "type": "String"
446
+ },
447
+ {
448
+ "id": "input.outputConfigS3Prefix",
449
+ "label": "Output S3 prefix",
450
+ "description": "The prefix of the object key that the output will be saved to",
451
+ "optional": true,
452
+ "feel": "optional",
453
+ "group": "input",
454
+ "binding": {
455
+ "name": "input.outputConfigS3Prefix",
456
+ "type": "zeebe:input"
457
+ },
458
+ "condition": {
459
+ "property": "input.executionType",
460
+ "equals": "ASYNC",
461
+ "type": "simple"
462
+ },
463
+ "type": "String"
464
+ },
465
+ {
466
+ "id": "input.document",
467
+ "label": "Document",
468
+ "optional": false,
469
+ "constraints": {
470
+ "notEmpty": true
471
+ },
472
+ "feel": "required",
473
+ "group": "input",
474
+ "binding": {
475
+ "name": "input.document",
476
+ "type": "zeebe:input"
477
+ },
478
+ "condition": {
479
+ "property": "input.documentLocationType",
480
+ "equals": "UPLOADED",
481
+ "type": "simple"
482
+ },
483
+ "type": "String"
484
+ },
485
+ {
486
+ "id": "resultVariable",
487
+ "label": "Result variable",
488
+ "description": "Name of variable to store the response in",
489
+ "group": "output",
490
+ "binding": {
491
+ "key": "resultVariable",
492
+ "type": "zeebe:taskHeader"
493
+ },
494
+ "type": "String"
495
+ },
496
+ {
497
+ "id": "resultExpression",
498
+ "label": "Result expression",
499
+ "description": "Expression to map the response into process variables",
500
+ "feel": "required",
501
+ "group": "output",
502
+ "binding": {
503
+ "key": "resultExpression",
504
+ "type": "zeebe:taskHeader"
505
+ },
506
+ "type": "Text"
507
+ },
508
+ {
509
+ "id": "errorExpression",
510
+ "label": "Error expression",
511
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
512
+ "feel": "required",
513
+ "group": "error",
514
+ "binding": {
515
+ "key": "errorExpression",
516
+ "type": "zeebe:taskHeader"
517
+ },
518
+ "type": "Text"
519
+ },
520
+ {
521
+ "id": "retryCount",
522
+ "label": "Retries",
523
+ "description": "Number of retries",
524
+ "value": "3",
525
+ "feel": "optional",
526
+ "group": "retries",
527
+ "binding": {
528
+ "property": "retries",
529
+ "type": "zeebe:taskDefinition"
530
+ },
531
+ "type": "String"
532
+ },
533
+ {
534
+ "id": "retryBackoff",
535
+ "label": "Retry backoff",
536
+ "description": "ISO-8601 duration to wait between retries",
537
+ "value": "PT0S",
538
+ "group": "retries",
539
+ "binding": {
540
+ "key": "retryBackoff",
541
+ "type": "zeebe:taskHeader"
542
+ },
543
+ "type": "String"
544
+ }
545
+ ],
546
+ "icon": {
547
+ "contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iODBweCIgaGVpZ2h0PSI4MHB4IiB2aWV3Qm94PSIwIDAgODAgODAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BbWF6b24tVGV4dHJhY3RfNjQ8L3RpdGxlPgogICAgPGcgaWQ9Ikljb24tQXJjaGl0ZWN0dXJlLzY0L0FyY2hfQW1hem9uLVRleHRyYWN0XzY0IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iSWNvbi1BcmNoaXRlY3R1cmUtQkcvNjQvTWFjaGluZS1MZWFybmluZyIgZmlsbD0iIzk5NjlmNyI+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHg9IjAiIHk9IjAiIHdpZHRoPSI4MCIgaGVpZ2h0PSI4MCI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSJNMjIuMDYyNDEwMiw1MCBDMjQuMzc2Mzg5NSw1My42MDMgMjguNDEwMzUzNSw1NiAzMy4wMDAzMTI1LDU2IEM0MC4xNjcyNDg1LDU2IDQ1Ljk5OTE5NjQsNTAuMTY4IDQ1Ljk5OTE5NjQsNDMgQzQ1Ljk5OTE5NjQsMzUuODMyIDQwLjE2NzI0ODUsMzAgMzMuMDAwMzEyNSwzMCBDMjcuNjAzMzYwNywzMCAyMi45NjY0MDIxLDMzLjMwNyAyMS4wMDI0MTk2LDM4IEwyMy4yMTQzOTk5LDM4IEMyNS4wMzkzODM2LDM0LjQ0NCAyOC43MzYzNTA2LDMyIDMzLjAwMDMxMjUsMzIgQzM5LjA2NTI1ODMsMzIgNDMuOTk5MjE0MywzNi45MzUgNDMuOTk5MjE0Myw0MyBDNDMuOTk5MjE0Myw0OS4wNjUgMzkuMDY1MjU4Myw1NCAzMy4wMDAzMTI1LDU0IEMyOS41OTEzNDI5LDU0IDI2LjU0MTM3MDIsNTIuNDQxIDI0LjUyMTM4ODIsNTAgTDIyLjA2MjQxMDIsNTAgWiBNMzcuMDAwMjc2OCw0NSBMMzcuMDAwMjc2OCw0MyBMNDEuOTk5MjMyMSw0MyBDNDEuOTk5MjMyMSwzOC4wMzggMzcuOTYyMjY4MiwzNCAzMy4wMDAzMTI1LDM0IEMyOC4wMzczNTY4LDM0IDIzLjk5OTM5MjksMzguMDM4IDIzLjk5OTM5MjksNDMgTDI4Ljk5OTM0ODIsNDMgTDI4Ljk5OTM0ODIsNDUgTDI0LjIzMTM5MDgsNDUgQzI1LjE0NDM4MjYsNDkuMDAyIDI4LjcyNTM1MDcsNTIgMzMuMDAwMzEyNSw1MiBDMzUuMTM2MjkzNCw1MiAzNy4wOTkyNzU5LDUxLjI0OSAzOC42NDQyNjIxLDUwIEwzNC4wMDAzMDM2LDUwIEwzNC4wMDAzMDM2LDQ4IEw0MC40NzgyNDU3LDQ4IEM0MS4wODEyNDAzLDQ3LjEwMiA0MS41MjAyMzY0LDQ2LjA4NyA0MS43NjgyMzQyLDQ1IEwzNy4wMDAyNzY4LDQ1IFogTTIxLjAwMjQxOTYsNDggTDIzLjIxNDM5OTksNDggQzIyLjQ0MzQwNjgsNDYuNDk4IDIyLjAwMDQxMDcsNDQuODAxIDIyLjAwMDQxMDcsNDMgQzIyLjAwMDQxMDcsNDEuOTU5IDIyLjE1NTQwOTMsNDAuOTU1IDIyLjQyNjQwNjksNDAgTDIwLjM2MzQyNTMsNDAgQzIwLjEzNDQyNzQsNDAuOTY1IDE5Ljk5OTQyODYsNDEuOTY2IDE5Ljk5OTQyODYsNDMgQzE5Ljk5OTQyODYsNDQuNzcxIDIwLjM1ODQyNTQsNDYuNDYgMjEuMDAyNDE5Niw0OCBMMjEuMDAyNDE5Niw0OCBaIE0xOS43NDM0MzA5LDUwIEwxNy4wMDA0NTU0LDUwIEwxNy4wMDA0NTU0LDQ4IEwxOC44NzQ0Mzg2LDQ4IEMxOC41MzQ0NDE3LDQ3LjA0IDE4LjI4OTQ0MzgsNDYuMDM4IDE4LjE0OTQ0NTEsNDUgTDE1LjQxNDQ2OTUsNDUgTDE2LjcwNzQ1OCw0Ni4yOTMgTDE1LjI5MjQ3MDYsNDcuNzA3IEwxMi4yOTI0OTc0LDQ0LjcwNyBDMTEuOTAyNTAwOSw0NC4zMTYgMTEuOTAyNTAwOSw0My42ODQgMTIuMjkyNDk3NCw0My4yOTMgTDE1LjI5MjQ3MDYsNDAuMjkzIEwxNi43MDc0NTgsNDEuNzA3IEwxNS40MTQ0Njk1LDQzIEwxOC4wMDA0NDY0LDQzIEMxOC4wMDA0NDY0LDQxLjk3MyAxOC4xMDQ0NDU1LDQwLjk3IDE4LjMwMjQ0MzcsNDAgTDE3LjAwMDQ1NTQsNDAgTDE3LjAwMDQ1NTQsMzggTDE4Ljg3NDQzODYsMzggQzIwLjk0MDQyMDIsMzIuMTg0IDI2LjQ4MzM3MDcsMjggMzMuMDAwMzEyNSwyOCBDMzcuNDI3MjczLDI4IDQxLjQwMDIzNzUsMjkuOTM5IDQ0LjE0ODIxMywzMyBMNTkuMDAwMDgwNCwzMyBMNTkuMDAwMDgwNCwzNSBMNDUuNjY2MTk5NCwzNSBDNDcuMTM1MTg2MywzNy4zMTggNDcuOTk5MTc4Niw0MC4wNTggNDcuOTk5MTc4Niw0MyBMNTkuMDAwMDgwNCw0MyBMNTkuMDAwMDgwNCw0NSBMNDcuODUwMTc5OSw0NSBDNDYuODY4MTg4Nyw1Mi4zMjcgNDAuNTkxMjQ0Nyw1OCAzMy4wMDAzMTI1LDU4IEMyNy4yNTYzNjM4LDU4IDIyLjI2MjQwODQsNTQuNzUyIDE5Ljc0MzQzMDksNTAgTDE5Ljc0MzQzMDksNTAgWiBNMzcuMDAwMjc2OCwzOSBDMzcuMDAwMjc2OCwzOC40NDggMzYuNTUyMjgwOCwzOCAzNi4wMDAyODU3LDM4IEwyOS45OTkzNDgyLDM4IEMyOS40NDczNDQyLDM4IDI4Ljk5OTM0ODIsMzguNDQ4IDI4Ljk5OTM0ODIsMzkgTDI4Ljk5OTM0ODIsNDEgTDMxLjAwMDMzMDQsNDEgTDMxLjAwMDMzMDQsNDAgTDMyLjAwMDMyMTQsNDAgTDMyLjAwMDMyMTQsNDMgTDMxLjAwMDMzMDQsNDMgTDMxLjAwMDMzMDQsNDUgTDM1LjAwMDI5NDYsNDUgTDM1LjAwMDI5NDYsNDMgTDM0LjAwMDMwMzYsNDMgTDM0LjAwMDMwMzYsNDAgTDM1LjAwMDI5NDYsNDAgTDM1LjAwMDI5NDYsNDEgTDM3LjAwMDI3NjgsNDEgTDM3LjAwMDI3NjgsMzkgWiBNNDkuMDAwMTY5Niw0MCBMNTkuMDAwMDgwNCw0MCBMNTkuMDAwMDgwNCwzOCBMNDkuMDAwMTY5NiwzOCBMNDkuMDAwMTY5Niw0MCBaIE00OS4wMDAxNjk2LDUwIEw1OS4wMDAwODA0LDUwIEw1OS4wMDAwODA0LDQ4IEw0OS4wMDAxNjk2LDQ4IEw0OS4wMDAxNjk2LDUwIFogTTU3LjAwMDA5ODIsMjcgTDYwLjU4NTA2NjIsMjcgTDU3LjAwMDA5ODIsMjMuNDE0IEw1Ny4wMDAwOTgyLDI3IFogTTYzLjcwNzAzODMsMjcuMjkzIEM2My44OTQwMzY3LDI3LjQ4IDY0LjAwMDAzNTcsMjcuNzM1IDY0LjAwMDAzNTcsMjggTDY0LjAwMDAzNTcsNjMgQzY0LjAwMDAzNTcsNjMuNTUyIDYzLjU1MjAzOTcsNjQgNjMuMDAwMDQ0Niw2NCBMMzIuMDAwMzMwNCw2NCBDMzEuNDQ3MzI2NCw2NCAzMS4wMDAzMzA0LDYzLjU1MiAzMS4wMDAzMzA0LDYzIEwzMS4wMDAzMzA0LDU5IEwzMy4wMDAzMTI1LDU5IEwzMy4wMDAzMTI1LDYyIEw2Mi4wMDAwNTM2LDYyIEw2Mi4wMDAwNTM2LDI5IEw1Ni4wMDAxMDcxLDI5IEM1NS40NDcxMTIxLDI5IDU1LjAwMDExNjEsMjguNTUyIDU1LjAwMDExNjEsMjggTDU1LjAwMDExNjEsMjIgTDMzLjAwMDMxMjUsMjIgTDMzLjAwMDMxMjUsMjcgTDMxLjAwMDMzMDQsMjcgTDMxLjAwMDMzMDQsMjEgQzMxLjAwMDMzMDQsMjAuNDQ4IDMxLjQ0NzMyNjQsMjAgMzIuMDAwMzMwNCwyMCBMNTYuMDAwMTA3MSwyMCBDNTYuMjY1MTA0OCwyMCA1Ni41MTkxMDI1LDIwLjEwNSA1Ni43MDcxMDA4LDIwLjI5MyBMNjMuNzA3MDM4MywyNy4yOTMgWiBNNjgsMjQuMTY2IEw2OCw2MSBDNjgsNjEuNTUyIDY3LjU1MjAwNCw2MiA2Ny4wMDAwMDg5LDYyIEw2NS4wMDAwMjY4LDYyIEw2NS4wMDAwMjY4LDYwIEw2Ni4wMDAwMTc5LDYwIEw2Ni4wMDAwMTc5LDI0LjYxMiBMNTguNjE3MDgzOCwxOCBMMzYuMDAwMjg1NywxOCBMMzYuMDAwMjg1NywxOSBMMzQuMDAwMzAzNiwxOSBMMzQuMDAwMzAzNiwxNyBDMzQuMDAwMzAzNiwxNi40NDggMzQuNDQ3Mjk5NiwxNiAzNS4wMDAzMDM2LDE2IEw1OS4wMDAwODA0LDE2IEM1OS4yNDYwNzgyLDE2IDU5LjQ4MzA3NiwxNi4wOTEgNTkuNjY2MDc0NCwxNi4yNTUgTDY3LjY2NjAwMywyMy40MiBDNjcuODc4MDAxMSwyMy42MSA2OCwyMy44ODEgNjgsMjQuMTY2IEw2OCwyNC4xNjYgWiIgaWQ9IkFtYXpvbi1UZXh0cmFjdF9JY29uXzY0X1NxdWlkIiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
548
+ }
549
+ },
550
+ {
551
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
552
+ "name": "Extract Text from Document with AWS Textract",
553
+ "id": "io.camunda.connectors.AWSTEXTRACT.v1",
554
+ "description": "Extract text and data using AWS Textract.",
555
+ "keywords": [
556
+ "extract text",
557
+ "extract data",
558
+ "extract text from image",
559
+ "extract data from image",
560
+ "ocr",
561
+ "OCR",
562
+ "document processing",
563
+ "text extraction",
564
+ "analyze document",
565
+ "asynchronous",
566
+ "real-time"
567
+ ],
568
+ "documentationRef": "https://docs.camunda.io/docs/8.6/components/connectors/out-of-the-box-connectors/amazon-textract/",
569
+ "version": 4,
570
+ "category": {
571
+ "id": "connectors",
572
+ "name": "Connectors"
573
+ },
574
+ "appliesTo": ["bpmn:Task"],
575
+ "elementType": {
576
+ "value": "bpmn:ServiceTask"
577
+ },
578
+ "engines": {
579
+ "camunda": "^8.6"
580
+ },
581
+ "groups": [
582
+ {
583
+ "id": "authentication",
584
+ "label": "Authentication"
585
+ },
586
+ {
587
+ "id": "configuration",
588
+ "label": "Configuration"
589
+ },
590
+ {
591
+ "id": "document",
592
+ "label": "Input document"
593
+ },
594
+ {
595
+ "id": "input",
596
+ "label": "Operation configuration"
597
+ },
598
+ {
599
+ "id": "advanced",
600
+ "label": "Advanced configuration"
601
+ },
602
+ {
603
+ "id": "connector",
604
+ "label": "Connector"
605
+ },
606
+ {
607
+ "id": "output",
608
+ "label": "Output mapping"
609
+ },
610
+ {
611
+ "id": "error",
612
+ "label": "Error handling"
613
+ },
614
+ {
615
+ "id": "retries",
616
+ "label": "Retries"
617
+ }
618
+ ],
619
+ "properties": [
620
+ {
621
+ "value": "io.camunda:aws-textract:1",
622
+ "binding": {
623
+ "property": "type",
624
+ "type": "zeebe:taskDefinition"
625
+ },
626
+ "type": "Hidden"
627
+ },
628
+ {
629
+ "id": "authentication.type",
630
+ "label": "Authentication",
631
+ "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>",
632
+ "value": "credentials",
633
+ "group": "authentication",
634
+ "binding": {
635
+ "name": "authentication.type",
636
+ "type": "zeebe:input"
637
+ },
638
+ "type": "Dropdown",
639
+ "choices": [
640
+ {
641
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
642
+ "value": "defaultCredentialsChain"
643
+ },
644
+ {
645
+ "name": "Credentials",
646
+ "value": "credentials"
647
+ }
648
+ ]
649
+ },
650
+ {
651
+ "id": "authentication.accessKey",
652
+ "label": "Access key",
653
+ "optional": false,
654
+ "constraints": {
655
+ "notEmpty": true
656
+ },
657
+ "feel": "optional",
658
+ "group": "authentication",
659
+ "binding": {
660
+ "name": "authentication.accessKey",
661
+ "type": "zeebe:input"
662
+ },
663
+ "condition": {
664
+ "property": "authentication.type",
665
+ "equals": "credentials",
666
+ "type": "simple"
667
+ },
668
+ "tooltip": "IAM access key of a user with the necessary permissions for this connector",
669
+ "type": "String"
670
+ },
671
+ {
672
+ "id": "authentication.secretKey",
673
+ "label": "Secret key",
674
+ "optional": false,
675
+ "constraints": {
676
+ "notEmpty": true
677
+ },
678
+ "feel": "optional",
679
+ "group": "authentication",
680
+ "binding": {
681
+ "name": "authentication.secretKey",
682
+ "type": "zeebe:input"
683
+ },
684
+ "condition": {
685
+ "property": "authentication.type",
686
+ "equals": "credentials",
687
+ "type": "simple"
688
+ },
689
+ "tooltip": "IAM secret key of a user with the necessary permissions for this connector",
690
+ "type": "String"
691
+ },
692
+ {
693
+ "id": "configuration.region",
694
+ "label": "Region",
695
+ "optional": false,
696
+ "constraints": {
697
+ "notEmpty": true
698
+ },
699
+ "feel": "optional",
700
+ "group": "configuration",
701
+ "binding": {
702
+ "name": "configuration.region",
703
+ "type": "zeebe:input"
704
+ },
705
+ "type": "String"
706
+ },
707
+ {
708
+ "id": "configuration.endpoint",
709
+ "label": "Endpoint",
710
+ "description": "Specify endpoint if need to use custom endpoint",
711
+ "optional": true,
712
+ "group": "configuration",
713
+ "binding": {
714
+ "name": "configuration.endpoint",
715
+ "type": "zeebe:input"
716
+ },
717
+ "type": "Hidden"
718
+ },
719
+ {
720
+ "id": "input.documentLocationType",
721
+ "label": "Document source",
722
+ "optional": false,
723
+ "value": "S3",
724
+ "group": "document",
725
+ "binding": {
726
+ "name": "input.documentLocationType",
727
+ "type": "zeebe:input"
728
+ },
729
+ "tooltip": "Source of the input document to be analyzed.",
730
+ "type": "Dropdown",
731
+ "choices": [
732
+ {
733
+ "name": "Camunda Document",
734
+ "value": "UPLOADED"
735
+ },
736
+ {
737
+ "name": "S3",
738
+ "value": "S3"
739
+ }
740
+ ]
741
+ },
742
+ {
743
+ "id": "input.documentS3Bucket",
744
+ "label": "Document bucket",
745
+ "optional": false,
746
+ "constraints": {
747
+ "notEmpty": true
748
+ },
749
+ "feel": "optional",
750
+ "group": "document",
751
+ "binding": {
752
+ "name": "input.documentS3Bucket",
753
+ "type": "zeebe:input"
754
+ },
755
+ "condition": {
756
+ "property": "input.documentLocationType",
757
+ "equals": "S3",
758
+ "type": "simple"
759
+ },
760
+ "tooltip": "S3 bucket that contains the document to be analyzed.",
761
+ "type": "String"
762
+ },
763
+ {
764
+ "id": "input.documentName",
765
+ "label": "Document name",
766
+ "optional": false,
767
+ "constraints": {
768
+ "notEmpty": true
769
+ },
770
+ "feel": "optional",
771
+ "group": "document",
772
+ "binding": {
773
+ "name": "input.documentName",
774
+ "type": "zeebe:input"
775
+ },
776
+ "condition": {
777
+ "property": "input.documentLocationType",
778
+ "equals": "S3",
779
+ "type": "simple"
780
+ },
781
+ "tooltip": "Name of the document to be analyzed in the S3 bucket.",
782
+ "type": "String"
783
+ },
784
+ {
785
+ "id": "input.documentVersion",
786
+ "label": "Document version",
787
+ "optional": true,
788
+ "feel": "optional",
789
+ "group": "document",
790
+ "binding": {
791
+ "name": "input.documentVersion",
792
+ "type": "zeebe:input"
793
+ },
794
+ "condition": {
795
+ "property": "input.documentLocationType",
796
+ "equals": "S3",
797
+ "type": "simple"
798
+ },
799
+ "tooltip": "Version of the document to be analyzed in the S3 bucket.",
800
+ "type": "String"
801
+ },
802
+ {
803
+ "id": "input.document",
804
+ "label": "Camunda Document",
805
+ "optional": false,
806
+ "constraints": {
807
+ "notEmpty": true
808
+ },
809
+ "feel": "required",
810
+ "group": "document",
811
+ "binding": {
812
+ "name": "input.document",
813
+ "type": "zeebe:input"
814
+ },
815
+ "condition": {
816
+ "property": "input.documentLocationType",
817
+ "equals": "UPLOADED",
818
+ "type": "simple"
819
+ },
820
+ "tooltip": "The Camunda document to be analyzed.",
821
+ "type": "String"
822
+ },
823
+ {
824
+ "id": "input.executionType",
825
+ "label": "Execution type",
826
+ "optional": false,
827
+ "value": "POLLING",
828
+ "constraints": {
829
+ "notEmpty": true
830
+ },
831
+ "group": "input",
832
+ "binding": {
833
+ "name": "input.executionType",
834
+ "type": "zeebe:input"
835
+ },
836
+ "condition": {
837
+ "property": "input.documentLocationType",
838
+ "equals": "S3",
839
+ "type": "simple"
840
+ },
841
+ "tooltip": "How the document should be processed. 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\">Amazon Textract execution types documentation</a>.",
842
+ "type": "Dropdown",
843
+ "choices": [
844
+ {
845
+ "name": "Asynchronous",
846
+ "value": "ASYNC"
847
+ },
848
+ {
849
+ "name": "Real-time",
850
+ "value": "SYNC"
851
+ },
852
+ {
853
+ "name": "Polling",
854
+ "value": "POLLING"
855
+ }
856
+ ]
857
+ },
858
+ {
859
+ "id": "input.analyzeTables",
860
+ "label": "Analyze tables",
861
+ "optional": false,
862
+ "value": true,
863
+ "constraints": {
864
+ "notEmpty": true
865
+ },
866
+ "feel": "static",
867
+ "group": "input",
868
+ "binding": {
869
+ "name": "input.analyzeTables",
870
+ "type": "zeebe:input"
871
+ },
872
+ "tooltip": "Select this to return information about the tables that are detected in the input document.",
873
+ "type": "Boolean"
874
+ },
875
+ {
876
+ "id": "input.analyzeForms",
877
+ "label": "Analyze form",
878
+ "optional": false,
879
+ "value": true,
880
+ "constraints": {
881
+ "notEmpty": true
882
+ },
883
+ "feel": "static",
884
+ "group": "input",
885
+ "binding": {
886
+ "name": "input.analyzeForms",
887
+ "type": "zeebe:input"
888
+ },
889
+ "tooltip": "Select this to return information about detected form data.",
890
+ "type": "Boolean"
891
+ },
892
+ {
893
+ "id": "input.analyzeSignatures",
894
+ "label": "Analyze signatures",
895
+ "optional": false,
896
+ "value": true,
897
+ "constraints": {
898
+ "notEmpty": true
899
+ },
900
+ "feel": "static",
901
+ "group": "input",
902
+ "binding": {
903
+ "name": "input.analyzeSignatures",
904
+ "type": "zeebe:input"
905
+ },
906
+ "tooltip": "Select this to return the locations of detected signatures.",
907
+ "type": "Boolean"
908
+ },
909
+ {
910
+ "id": "input.analyzeLayout",
911
+ "label": "Analyze layout",
912
+ "optional": false,
913
+ "value": false,
914
+ "constraints": {
915
+ "notEmpty": true
916
+ },
917
+ "feel": "static",
918
+ "group": "input",
919
+ "binding": {
920
+ "name": "input.analyzeLayout",
921
+ "type": "zeebe:input"
922
+ },
923
+ "tooltip": "Select this to return information about the layout of the document.",
924
+ "type": "Boolean"
925
+ },
926
+ {
927
+ "id": "input.analyzeQueries",
928
+ "label": "Analyze queries",
929
+ "optional": false,
930
+ "value": true,
931
+ "constraints": {
932
+ "notEmpty": true
933
+ },
934
+ "feel": "static",
935
+ "group": "input",
936
+ "binding": {
937
+ "name": "input.analyzeQueries",
938
+ "type": "zeebe:input"
939
+ },
940
+ "tooltip": "Select this to return an answer to a query run against the document.",
941
+ "type": "Boolean"
942
+ },
943
+ {
944
+ "id": "input.query",
945
+ "label": "Query",
946
+ "optional": false,
947
+ "feel": "optional",
948
+ "group": "input",
949
+ "binding": {
950
+ "name": "input.query",
951
+ "type": "zeebe:input"
952
+ },
953
+ "condition": {
954
+ "property": "input.analyzeQueries",
955
+ "equals": true,
956
+ "type": "simple"
957
+ },
958
+ "tooltip": "A natural-language question applied to the document; Textract returns the extracted answer.",
959
+ "placeholder": "What is the IBAN in the invoice?",
960
+ "type": "String"
961
+ },
962
+ {
963
+ "id": "input.outputConfigS3Bucket",
964
+ "label": "Output S3 bucket",
965
+ "optional": false,
966
+ "constraints": {
967
+ "notEmpty": true
968
+ },
969
+ "feel": "optional",
970
+ "group": "input",
971
+ "binding": {
972
+ "name": "input.outputConfigS3Bucket",
973
+ "type": "zeebe:input"
974
+ },
975
+ "condition": {
976
+ "property": "input.executionType",
977
+ "equals": "ASYNC",
978
+ "type": "simple"
979
+ },
980
+ "tooltip": "The name of the bucket your output will go to.",
981
+ "type": "String"
982
+ },
983
+ {
984
+ "id": "input.outputConfigS3Prefix",
985
+ "label": "Output S3 prefix",
986
+ "optional": false,
987
+ "constraints": {
988
+ "notEmpty": true
989
+ },
990
+ "feel": "optional",
991
+ "group": "input",
992
+ "binding": {
993
+ "name": "input.outputConfigS3Prefix",
994
+ "type": "zeebe:input"
995
+ },
996
+ "condition": {
997
+ "property": "input.executionType",
998
+ "equals": "ASYNC",
999
+ "type": "simple"
1000
+ },
1001
+ "tooltip": "The prefix of the object key that the output will be saved to.",
1002
+ "type": "String"
282
1003
  },
283
1004
  {
284
1005
  "id": "input.clientRequestToken",
285
1006
  "label": "Client request token",
286
- "description": "The idempotent token that you use to identify the start request",
287
1007
  "optional": true,
288
1008
  "feel": "optional",
289
- "group": "input",
1009
+ "group": "advanced",
290
1010
  "binding": {
291
1011
  "name": "input.clientRequestToken",
292
1012
  "type": "zeebe:input"
@@ -296,15 +1016,15 @@
296
1016
  "equals": "ASYNC",
297
1017
  "type": "simple"
298
1018
  },
1019
+ "tooltip": "The idempotent token that you use to identify the start request.",
299
1020
  "type": "String"
300
1021
  },
301
1022
  {
302
1023
  "id": "input.jobTag",
303
1024
  "label": "Job tag",
304
- "description": "An identifier that you specify that's included in the completion notification published to the Amazon SNS topic",
305
1025
  "optional": true,
306
1026
  "feel": "optional",
307
- "group": "input",
1027
+ "group": "advanced",
308
1028
  "binding": {
309
1029
  "name": "input.jobTag",
310
1030
  "type": "zeebe:input"
@@ -314,15 +1034,15 @@
314
1034
  "equals": "ASYNC",
315
1035
  "type": "simple"
316
1036
  },
1037
+ "tooltip": "An identifier that you specify that's included in the completion notification published to the Amazon SNS topic.",
317
1038
  "type": "String"
318
1039
  },
319
1040
  {
320
1041
  "id": "input.kmsKeyId",
321
1042
  "label": "KMS key ID",
322
- "description": "The KMS key used to encrypt the inference results",
323
1043
  "optional": true,
324
1044
  "feel": "optional",
325
- "group": "input",
1045
+ "group": "advanced",
326
1046
  "binding": {
327
1047
  "name": "input.kmsKeyId",
328
1048
  "type": "zeebe:input"
@@ -332,15 +1052,15 @@
332
1052
  "equals": "ASYNC",
333
1053
  "type": "simple"
334
1054
  },
1055
+ "tooltip": "The KMS key used to encrypt the inference results.",
335
1056
  "type": "String"
336
1057
  },
337
1058
  {
338
1059
  "id": "input.notificationChannelRoleArn",
339
1060
  "label": "Notification channel role ARN",
340
- "description": "The Amazon SNS topic role ARN that you want Amazon Textract to publish the completion status of the operation to",
341
1061
  "optional": true,
342
1062
  "feel": "optional",
343
- "group": "input",
1063
+ "group": "advanced",
344
1064
  "binding": {
345
1065
  "name": "input.notificationChannelRoleArn",
346
1066
  "type": "zeebe:input"
@@ -350,15 +1070,15 @@
350
1070
  "equals": "ASYNC",
351
1071
  "type": "simple"
352
1072
  },
1073
+ "tooltip": "The Amazon SNS topic role ARN that you want Amazon Textract to publish the completion status of the operation to.",
353
1074
  "type": "String"
354
1075
  },
355
1076
  {
356
1077
  "id": "input.notificationChannelSnsTopicArn",
357
1078
  "label": "Notification channel SNS topic ARN",
358
- "description": "The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to",
359
1079
  "optional": true,
360
1080
  "feel": "optional",
361
- "group": "input",
1081
+ "group": "advanced",
362
1082
  "binding": {
363
1083
  "name": "input.notificationChannelSnsTopicArn",
364
1084
  "type": "zeebe:input"
@@ -368,48 +1088,37 @@
368
1088
  "equals": "ASYNC",
369
1089
  "type": "simple"
370
1090
  },
1091
+ "tooltip": "The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.",
371
1092
  "type": "String"
372
1093
  },
373
1094
  {
374
- "id": "input.outputConfigS3Bucket",
375
- "label": "Output S3 bucket",
376
- "description": "The name of the bucket your output will go to",
377
- "optional": true,
378
- "feel": "optional",
379
- "group": "input",
1095
+ "id": "version",
1096
+ "label": "Version",
1097
+ "description": "Version of the element template",
1098
+ "value": "4",
1099
+ "group": "connector",
380
1100
  "binding": {
381
- "name": "input.outputConfigS3Bucket",
382
- "type": "zeebe:input"
383
- },
384
- "condition": {
385
- "property": "input.executionType",
386
- "equals": "ASYNC",
387
- "type": "simple"
1101
+ "key": "elementTemplateVersion",
1102
+ "type": "zeebe:taskHeader"
388
1103
  },
389
- "type": "String"
1104
+ "type": "Hidden"
390
1105
  },
391
1106
  {
392
- "id": "input.outputConfigS3Prefix",
393
- "label": "Output S3 prefix",
394
- "description": "The prefix of the object key that the output will be saved to",
395
- "optional": true,
396
- "feel": "optional",
397
- "group": "input",
1107
+ "id": "id",
1108
+ "label": "ID",
1109
+ "description": "ID of the element template",
1110
+ "value": "io.camunda.connectors.AWSTEXTRACT.v1",
1111
+ "group": "connector",
398
1112
  "binding": {
399
- "name": "input.outputConfigS3Prefix",
400
- "type": "zeebe:input"
401
- },
402
- "condition": {
403
- "property": "input.executionType",
404
- "equals": "ASYNC",
405
- "type": "simple"
1113
+ "key": "elementTemplateId",
1114
+ "type": "zeebe:taskHeader"
406
1115
  },
407
- "type": "String"
1116
+ "type": "Hidden"
408
1117
  },
409
1118
  {
410
1119
  "id": "resultVariable",
411
1120
  "label": "Result variable",
412
- "description": "Name of variable to store the response in",
1121
+ "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>.",
413
1122
  "group": "output",
414
1123
  "binding": {
415
1124
  "key": "resultVariable",
@@ -420,7 +1129,7 @@
420
1129
  {
421
1130
  "id": "resultExpression",
422
1131
  "label": "Result expression",
423
- "description": "Expression to map the response into process variables",
1132
+ "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>.",
424
1133
  "feel": "required",
425
1134
  "group": "output",
426
1135
  "binding": {
@@ -458,8 +1167,7 @@
458
1167
  "id": "retryBackoff",
459
1168
  "label": "Retry backoff",
460
1169
  "description": "ISO-8601 duration to wait between retries",
461
- "value": "PT0S",
462
- "feel": "optional",
1170
+ "value": "PT30S",
463
1171
  "group": "retries",
464
1172
  "binding": {
465
1173
  "key": "retryBackoff",
@@ -470,9 +1178,6 @@
470
1178
  ],
471
1179
  "icon": {
472
1180
  "contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iODBweCIgaGVpZ2h0PSI4MHB4IiB2aWV3Qm94PSIwIDAgODAgODAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BbWF6b24tVGV4dHJhY3RfNjQ8L3RpdGxlPgogICAgPGcgaWQ9Ikljb24tQXJjaGl0ZWN0dXJlLzY0L0FyY2hfQW1hem9uLVRleHRyYWN0XzY0IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iSWNvbi1BcmNoaXRlY3R1cmUtQkcvNjQvTWFjaGluZS1MZWFybmluZyIgZmlsbD0iIzk5NjlmNyI+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHg9IjAiIHk9IjAiIHdpZHRoPSI4MCIgaGVpZ2h0PSI4MCI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSJNMjIuMDYyNDEwMiw1MCBDMjQuMzc2Mzg5NSw1My42MDMgMjguNDEwMzUzNSw1NiAzMy4wMDAzMTI1LDU2IEM0MC4xNjcyNDg1LDU2IDQ1Ljk5OTE5NjQsNTAuMTY4IDQ1Ljk5OTE5NjQsNDMgQzQ1Ljk5OTE5NjQsMzUuODMyIDQwLjE2NzI0ODUsMzAgMzMuMDAwMzEyNSwzMCBDMjcuNjAzMzYwNywzMCAyMi45NjY0MDIxLDMzLjMwNyAyMS4wMDI0MTk2LDM4IEwyMy4yMTQzOTk5LDM4IEMyNS4wMzkzODM2LDM0LjQ0NCAyOC43MzYzNTA2LDMyIDMzLjAwMDMxMjUsMzIgQzM5LjA2NTI1ODMsMzIgNDMuOTk5MjE0MywzNi45MzUgNDMuOTk5MjE0Myw0MyBDNDMuOTk5MjE0Myw0OS4wNjUgMzkuMDY1MjU4Myw1NCAzMy4wMDAzMTI1LDU0IEMyOS41OTEzNDI5LDU0IDI2LjU0MTM3MDIsNTIuNDQxIDI0LjUyMTM4ODIsNTAgTDIyLjA2MjQxMDIsNTAgWiBNMzcuMDAwMjc2OCw0NSBMMzcuMDAwMjc2OCw0MyBMNDEuOTk5MjMyMSw0MyBDNDEuOTk5MjMyMSwzOC4wMzggMzcuOTYyMjY4MiwzNCAzMy4wMDAzMTI1LDM0IEMyOC4wMzczNTY4LDM0IDIzLjk5OTM5MjksMzguMDM4IDIzLjk5OTM5MjksNDMgTDI4Ljk5OTM0ODIsNDMgTDI4Ljk5OTM0ODIsNDUgTDI0LjIzMTM5MDgsNDUgQzI1LjE0NDM4MjYsNDkuMDAyIDI4LjcyNTM1MDcsNTIgMzMuMDAwMzEyNSw1MiBDMzUuMTM2MjkzNCw1MiAzNy4wOTkyNzU5LDUxLjI0OSAzOC42NDQyNjIxLDUwIEwzNC4wMDAzMDM2LDUwIEwzNC4wMDAzMDM2LDQ4IEw0MC40NzgyNDU3LDQ4IEM0MS4wODEyNDAzLDQ3LjEwMiA0MS41MjAyMzY0LDQ2LjA4NyA0MS43NjgyMzQyLDQ1IEwzNy4wMDAyNzY4LDQ1IFogTTIxLjAwMjQxOTYsNDggTDIzLjIxNDM5OTksNDggQzIyLjQ0MzQwNjgsNDYuNDk4IDIyLjAwMDQxMDcsNDQuODAxIDIyLjAwMDQxMDcsNDMgQzIyLjAwMDQxMDcsNDEuOTU5IDIyLjE1NTQwOTMsNDAuOTU1IDIyLjQyNjQwNjksNDAgTDIwLjM2MzQyNTMsNDAgQzIwLjEzNDQyNzQsNDAuOTY1IDE5Ljk5OTQyODYsNDEuOTY2IDE5Ljk5OTQyODYsNDMgQzE5Ljk5OTQyODYsNDQuNzcxIDIwLjM1ODQyNTQsNDYuNDYgMjEuMDAyNDE5Niw0OCBMMjEuMDAyNDE5Niw0OCBaIE0xOS43NDM0MzA5LDUwIEwxNy4wMDA0NTU0LDUwIEwxNy4wMDA0NTU0LDQ4IEwxOC44NzQ0Mzg2LDQ4IEMxOC41MzQ0NDE3LDQ3LjA0IDE4LjI4OTQ0MzgsNDYuMDM4IDE4LjE0OTQ0NTEsNDUgTDE1LjQxNDQ2OTUsNDUgTDE2LjcwNzQ1OCw0Ni4yOTMgTDE1LjI5MjQ3MDYsNDcuNzA3IEwxMi4yOTI0OTc0LDQ0LjcwNyBDMTEuOTAyNTAwOSw0NC4zMTYgMTEuOTAyNTAwOSw0My42ODQgMTIuMjkyNDk3NCw0My4yOTMgTDE1LjI5MjQ3MDYsNDAuMjkzIEwxNi43MDc0NTgsNDEuNzA3IEwxNS40MTQ0Njk1LDQzIEwxOC4wMDA0NDY0LDQzIEMxOC4wMDA0NDY0LDQxLjk3MyAxOC4xMDQ0NDU1LDQwLjk3IDE4LjMwMjQ0MzcsNDAgTDE3LjAwMDQ1NTQsNDAgTDE3LjAwMDQ1NTQsMzggTDE4Ljg3NDQzODYsMzggQzIwLjk0MDQyMDIsMzIuMTg0IDI2LjQ4MzM3MDcsMjggMzMuMDAwMzEyNSwyOCBDMzcuNDI3MjczLDI4IDQxLjQwMDIzNzUsMjkuOTM5IDQ0LjE0ODIxMywzMyBMNTkuMDAwMDgwNCwzMyBMNTkuMDAwMDgwNCwzNSBMNDUuNjY2MTk5NCwzNSBDNDcuMTM1MTg2MywzNy4zMTggNDcuOTk5MTc4Niw0MC4wNTggNDcuOTk5MTc4Niw0MyBMNTkuMDAwMDgwNCw0MyBMNTkuMDAwMDgwNCw0NSBMNDcuODUwMTc5OSw0NSBDNDYuODY4MTg4Nyw1Mi4zMjcgNDAuNTkxMjQ0Nyw1OCAzMy4wMDAzMTI1LDU4IEMyNy4yNTYzNjM4LDU4IDIyLjI2MjQwODQsNTQuNzUyIDE5Ljc0MzQzMDksNTAgTDE5Ljc0MzQzMDksNTAgWiBNMzcuMDAwMjc2OCwzOSBDMzcuMDAwMjc2OCwzOC40NDggMzYuNTUyMjgwOCwzOCAzNi4wMDAyODU3LDM4IEwyOS45OTkzNDgyLDM4IEMyOS40NDczNDQyLDM4IDI4Ljk5OTM0ODIsMzguNDQ4IDI4Ljk5OTM0ODIsMzkgTDI4Ljk5OTM0ODIsNDEgTDMxLjAwMDMzMDQsNDEgTDMxLjAwMDMzMDQsNDAgTDMyLjAwMDMyMTQsNDAgTDMyLjAwMDMyMTQsNDMgTDMxLjAwMDMzMDQsNDMgTDMxLjAwMDMzMDQsNDUgTDM1LjAwMDI5NDYsNDUgTDM1LjAwMDI5NDYsNDMgTDM0LjAwMDMwMzYsNDMgTDM0LjAwMDMwMzYsNDAgTDM1LjAwMDI5NDYsNDAgTDM1LjAwMDI5NDYsNDEgTDM3LjAwMDI3NjgsNDEgTDM3LjAwMDI3NjgsMzkgWiBNNDkuMDAwMTY5Niw0MCBMNTkuMDAwMDgwNCw0MCBMNTkuMDAwMDgwNCwzOCBMNDkuMDAwMTY5NiwzOCBMNDkuMDAwMTY5Niw0MCBaIE00OS4wMDAxNjk2LDUwIEw1OS4wMDAwODA0LDUwIEw1OS4wMDAwODA0LDQ4IEw0OS4wMDAxNjk2LDQ4IEw0OS4wMDAxNjk2LDUwIFogTTU3LjAwMDA5ODIsMjcgTDYwLjU4NTA2NjIsMjcgTDU3LjAwMDA5ODIsMjMuNDE0IEw1Ny4wMDAwOTgyLDI3IFogTTYzLjcwNzAzODMsMjcuMjkzIEM2My44OTQwMzY3LDI3LjQ4IDY0LjAwMDAzNTcsMjcuNzM1IDY0LjAwMDAzNTcsMjggTDY0LjAwMDAzNTcsNjMgQzY0LjAwMDAzNTcsNjMuNTUyIDYzLjU1MjAzOTcsNjQgNjMuMDAwMDQ0Niw2NCBMMzIuMDAwMzMwNCw2NCBDMzEuNDQ3MzI2NCw2NCAzMS4wMDAzMzA0LDYzLjU1MiAzMS4wMDAzMzA0LDYzIEwzMS4wMDAzMzA0LDU5IEwzMy4wMDAzMTI1LDU5IEwzMy4wMDAzMTI1LDYyIEw2Mi4wMDAwNTM2LDYyIEw2Mi4wMDAwNTM2LDI5IEw1Ni4wMDAxMDcxLDI5IEM1NS40NDcxMTIxLDI5IDU1LjAwMDExNjEsMjguNTUyIDU1LjAwMDExNjEsMjggTDU1LjAwMDExNjEsMjIgTDMzLjAwMDMxMjUsMjIgTDMzLjAwMDMxMjUsMjcgTDMxLjAwMDMzMDQsMjcgTDMxLjAwMDMzMDQsMjEgQzMxLjAwMDMzMDQsMjAuNDQ4IDMxLjQ0NzMyNjQsMjAgMzIuMDAwMzMwNCwyMCBMNTYuMDAwMTA3MSwyMCBDNTYuMjY1MTA0OCwyMCA1Ni41MTkxMDI1LDIwLjEwNSA1Ni43MDcxMDA4LDIwLjI5MyBMNjMuNzA3MDM4MywyNy4yOTMgWiBNNjgsMjQuMTY2IEw2OCw2MSBDNjgsNjEuNTUyIDY3LjU1MjAwNCw2MiA2Ny4wMDAwMDg5LDYyIEw2NS4wMDAwMjY4LDYyIEw2NS4wMDAwMjY4LDYwIEw2Ni4wMDAwMTc5LDYwIEw2Ni4wMDAwMTc5LDI0LjYxMiBMNTguNjE3MDgzOCwxOCBMMzYuMDAwMjg1NywxOCBMMzYuMDAwMjg1NywxOSBMMzQuMDAwMzAzNiwxOSBMMzQuMDAwMzAzNiwxNyBDMzQuMDAwMzAzNiwxNi40NDggMzQuNDQ3Mjk5NiwxNiAzNS4wMDAzMDM2LDE2IEw1OS4wMDAwODA0LDE2IEM1OS4yNDYwNzgyLDE2IDU5LjQ4MzA3NiwxNi4wOTEgNTkuNjY2MDc0NCwxNi4yNTUgTDY3LjY2NjAwMywyMy40MiBDNjcuODc4MDAxMSwyMy42MSA2OCwyMy44ODEgNjgsMjQuMTY2IEw2OCwyNC4xNjYgWiIgaWQ9IkFtYXpvbi1UZXh0cmFjdF9JY29uXzY0X1NxdWlkIiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
473
- },
474
- "engines": {
475
- "camunda": "^8.6"
476
1181
  }
477
1182
  },
478
1183
  {
@@ -490,7 +1195,7 @@
490
1195
  ]
491
1196
  },
492
1197
  "documentationRef": "https://docs.camunda.io/docs/8.6/components/connectors/out-of-the-box-connectors/amazon-textract/",
493
- "version": 2,
1198
+ "version": 3,
494
1199
  "category": {
495
1200
  "id": "connectors",
496
1201
  "name": "Connectors"
@@ -515,6 +1220,10 @@
515
1220
  "id": "input",
516
1221
  "label": "Configure input"
517
1222
  },
1223
+ {
1224
+ "id": "connector",
1225
+ "label": "Connector"
1226
+ },
518
1227
  {
519
1228
  "id": "output",
520
1229
  "label": "Output mapping"
@@ -958,6 +1667,30 @@
958
1667
  },
959
1668
  "type": "String"
960
1669
  },
1670
+ {
1671
+ "id": "version",
1672
+ "label": "Version",
1673
+ "description": "Version of the element template",
1674
+ "value": "3",
1675
+ "group": "connector",
1676
+ "binding": {
1677
+ "key": "elementTemplateVersion",
1678
+ "type": "zeebe:taskHeader"
1679
+ },
1680
+ "type": "Hidden"
1681
+ },
1682
+ {
1683
+ "id": "id",
1684
+ "label": "ID",
1685
+ "description": "ID of the element template",
1686
+ "value": "io.camunda.connectors.AWSTEXTRACT.v1",
1687
+ "group": "connector",
1688
+ "binding": {
1689
+ "key": "elementTemplateId",
1690
+ "type": "zeebe:taskHeader"
1691
+ },
1692
+ "type": "Hidden"
1693
+ },
961
1694
  {
962
1695
  "id": "resultVariable",
963
1696
  "label": "Result variable",
@@ -1027,18 +1760,9 @@
1027
1760
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1028
1761
  "name": "AWS Textract Outbound Connector",
1029
1762
  "id": "io.camunda.connectors.AWSTEXTRACT.v1",
1030
- "description": "Extract text and data using AWS Textract.",
1031
- "metadata": {
1032
- "keywords": [
1033
- "extract text",
1034
- "extract data",
1035
- "extract text from image",
1036
- "extract data from image",
1037
- "ocr"
1038
- ]
1039
- },
1040
- "documentationRef": "https://docs.camunda.io/docs/8.6/components/connectors/out-of-the-box-connectors/amazon-textract/",
1041
- "version": 3,
1763
+ "description": "Automatically extract printed text, handwriting, layout elements, and data from any document",
1764
+ "documentationRef": "https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/amazon-textract/",
1765
+ "version": 1,
1042
1766
  "category": {
1043
1767
  "id": "connectors",
1044
1768
  "name": "Connectors"
@@ -1047,9 +1771,6 @@
1047
1771
  "elementType": {
1048
1772
  "value": "bpmn:ServiceTask"
1049
1773
  },
1050
- "engines": {
1051
- "camunda": "^8.6"
1052
- },
1053
1774
  "groups": [
1054
1775
  {
1055
1776
  "id": "authentication",
@@ -1063,10 +1784,6 @@
1063
1784
  "id": "input",
1064
1785
  "label": "Configure input"
1065
1786
  },
1066
- {
1067
- "id": "connector",
1068
- "label": "Connector"
1069
- },
1070
1787
  {
1071
1788
  "id": "output",
1072
1789
  "label": "Output mapping"
@@ -1211,35 +1928,6 @@
1211
1928
  }
1212
1929
  ]
1213
1930
  },
1214
- {
1215
- "id": "input.documentLocationType",
1216
- "label": "Document location type",
1217
- "description": "Document location",
1218
- "optional": false,
1219
- "value": "UPLOADED",
1220
- "group": "input",
1221
- "binding": {
1222
- "name": "input.documentLocationType",
1223
- "type": "zeebe:input"
1224
- },
1225
- "condition": {
1226
- "property": "input.executionType",
1227
- "equals": "SYNC",
1228
- "type": "simple"
1229
- },
1230
- "tooltip": "<a href=\"https://docs.camunda.io/docs/8.7/apis-tools/camunda-api-rest/specifications/create-document-link/\">Camunda Document</a>",
1231
- "type": "Dropdown",
1232
- "choices": [
1233
- {
1234
- "name": "Camunda Document",
1235
- "value": "UPLOADED"
1236
- },
1237
- {
1238
- "name": "S3",
1239
- "value": "S3"
1240
- }
1241
- ]
1242
- },
1243
1931
  {
1244
1932
  "id": "input.documentS3Bucket",
1245
1933
  "label": "Document bucket",
@@ -1254,11 +1942,6 @@
1254
1942
  "name": "input.documentS3Bucket",
1255
1943
  "type": "zeebe:input"
1256
1944
  },
1257
- "condition": {
1258
- "property": "input.documentLocationType",
1259
- "equals": "S3",
1260
- "type": "simple"
1261
- },
1262
1945
  "type": "String"
1263
1946
  },
1264
1947
  {
@@ -1275,11 +1958,6 @@
1275
1958
  "name": "input.documentName",
1276
1959
  "type": "zeebe:input"
1277
1960
  },
1278
- "condition": {
1279
- "property": "input.documentLocationType",
1280
- "equals": "S3",
1281
- "type": "simple"
1282
- },
1283
1961
  "type": "String"
1284
1962
  },
1285
1963
  {
@@ -1293,22 +1971,17 @@
1293
1971
  "name": "input.documentVersion",
1294
1972
  "type": "zeebe:input"
1295
1973
  },
1296
- "condition": {
1297
- "property": "input.documentLocationType",
1298
- "equals": "S3",
1299
- "type": "simple"
1300
- },
1301
1974
  "type": "String"
1302
1975
  },
1303
1976
  {
1304
1977
  "id": "input.analyzeTables",
1305
1978
  "label": "Analyze tables",
1306
1979
  "optional": false,
1980
+ "feel": "static",
1307
1981
  "value": true,
1308
1982
  "constraints": {
1309
1983
  "notEmpty": true
1310
1984
  },
1311
- "feel": "static",
1312
1985
  "group": "input",
1313
1986
  "binding": {
1314
1987
  "name": "input.analyzeTables",
@@ -1319,12 +1992,12 @@
1319
1992
  {
1320
1993
  "id": "input.analyzeForms",
1321
1994
  "label": "Analyze form",
1995
+ "feel": "static",
1322
1996
  "optional": false,
1323
1997
  "value": true,
1324
1998
  "constraints": {
1325
1999
  "notEmpty": true
1326
2000
  },
1327
- "feel": "static",
1328
2001
  "group": "input",
1329
2002
  "binding": {
1330
2003
  "name": "input.analyzeForms",
@@ -1335,12 +2008,12 @@
1335
2008
  {
1336
2009
  "id": "input.analyzeSignatures",
1337
2010
  "label": "Analyze signatures",
2011
+ "feel": "static",
1338
2012
  "optional": false,
1339
2013
  "value": true,
1340
2014
  "constraints": {
1341
2015
  "notEmpty": true
1342
2016
  },
1343
- "feel": "static",
1344
2017
  "group": "input",
1345
2018
  "binding": {
1346
2019
  "name": "input.analyzeSignatures",
@@ -1351,12 +2024,12 @@
1351
2024
  {
1352
2025
  "id": "input.analyzeLayout",
1353
2026
  "label": "Analyze layout",
2027
+ "feel": "static",
1354
2028
  "optional": false,
1355
2029
  "value": true,
1356
2030
  "constraints": {
1357
2031
  "notEmpty": true
1358
2032
  },
1359
- "feel": "static",
1360
2033
  "group": "input",
1361
2034
  "binding": {
1362
2035
  "name": "input.analyzeLayout",
@@ -1490,50 +2163,6 @@
1490
2163
  },
1491
2164
  "type": "String"
1492
2165
  },
1493
- {
1494
- "id": "input.document",
1495
- "label": "Document",
1496
- "optional": false,
1497
- "constraints": {
1498
- "notEmpty": true
1499
- },
1500
- "feel": "required",
1501
- "group": "input",
1502
- "binding": {
1503
- "name": "input.document",
1504
- "type": "zeebe:input"
1505
- },
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"
1536
- },
1537
2166
  {
1538
2167
  "id": "resultVariable",
1539
2168
  "label": "Result variable",
@@ -1587,6 +2216,7 @@
1587
2216
  "label": "Retry backoff",
1588
2217
  "description": "ISO-8601 duration to wait between retries",
1589
2218
  "value": "PT0S",
2219
+ "feel": "optional",
1590
2220
  "group": "retries",
1591
2221
  "binding": {
1592
2222
  "key": "retryBackoff",
@@ -1597,11 +2227,14 @@
1597
2227
  ],
1598
2228
  "icon": {
1599
2229
  "contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iODBweCIgaGVpZ2h0PSI4MHB4IiB2aWV3Qm94PSIwIDAgODAgODAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BbWF6b24tVGV4dHJhY3RfNjQ8L3RpdGxlPgogICAgPGcgaWQ9Ikljb24tQXJjaGl0ZWN0dXJlLzY0L0FyY2hfQW1hem9uLVRleHRyYWN0XzY0IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iSWNvbi1BcmNoaXRlY3R1cmUtQkcvNjQvTWFjaGluZS1MZWFybmluZyIgZmlsbD0iIzk5NjlmNyI+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHg9IjAiIHk9IjAiIHdpZHRoPSI4MCIgaGVpZ2h0PSI4MCI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSJNMjIuMDYyNDEwMiw1MCBDMjQuMzc2Mzg5NSw1My42MDMgMjguNDEwMzUzNSw1NiAzMy4wMDAzMTI1LDU2IEM0MC4xNjcyNDg1LDU2IDQ1Ljk5OTE5NjQsNTAuMTY4IDQ1Ljk5OTE5NjQsNDMgQzQ1Ljk5OTE5NjQsMzUuODMyIDQwLjE2NzI0ODUsMzAgMzMuMDAwMzEyNSwzMCBDMjcuNjAzMzYwNywzMCAyMi45NjY0MDIxLDMzLjMwNyAyMS4wMDI0MTk2LDM4IEwyMy4yMTQzOTk5LDM4IEMyNS4wMzkzODM2LDM0LjQ0NCAyOC43MzYzNTA2LDMyIDMzLjAwMDMxMjUsMzIgQzM5LjA2NTI1ODMsMzIgNDMuOTk5MjE0MywzNi45MzUgNDMuOTk5MjE0Myw0MyBDNDMuOTk5MjE0Myw0OS4wNjUgMzkuMDY1MjU4Myw1NCAzMy4wMDAzMTI1LDU0IEMyOS41OTEzNDI5LDU0IDI2LjU0MTM3MDIsNTIuNDQxIDI0LjUyMTM4ODIsNTAgTDIyLjA2MjQxMDIsNTAgWiBNMzcuMDAwMjc2OCw0NSBMMzcuMDAwMjc2OCw0MyBMNDEuOTk5MjMyMSw0MyBDNDEuOTk5MjMyMSwzOC4wMzggMzcuOTYyMjY4MiwzNCAzMy4wMDAzMTI1LDM0IEMyOC4wMzczNTY4LDM0IDIzLjk5OTM5MjksMzguMDM4IDIzLjk5OTM5MjksNDMgTDI4Ljk5OTM0ODIsNDMgTDI4Ljk5OTM0ODIsNDUgTDI0LjIzMTM5MDgsNDUgQzI1LjE0NDM4MjYsNDkuMDAyIDI4LjcyNTM1MDcsNTIgMzMuMDAwMzEyNSw1MiBDMzUuMTM2MjkzNCw1MiAzNy4wOTkyNzU5LDUxLjI0OSAzOC42NDQyNjIxLDUwIEwzNC4wMDAzMDM2LDUwIEwzNC4wMDAzMDM2LDQ4IEw0MC40NzgyNDU3LDQ4IEM0MS4wODEyNDAzLDQ3LjEwMiA0MS41MjAyMzY0LDQ2LjA4NyA0MS43NjgyMzQyLDQ1IEwzNy4wMDAyNzY4LDQ1IFogTTIxLjAwMjQxOTYsNDggTDIzLjIxNDM5OTksNDggQzIyLjQ0MzQwNjgsNDYuNDk4IDIyLjAwMDQxMDcsNDQuODAxIDIyLjAwMDQxMDcsNDMgQzIyLjAwMDQxMDcsNDEuOTU5IDIyLjE1NTQwOTMsNDAuOTU1IDIyLjQyNjQwNjksNDAgTDIwLjM2MzQyNTMsNDAgQzIwLjEzNDQyNzQsNDAuOTY1IDE5Ljk5OTQyODYsNDEuOTY2IDE5Ljk5OTQyODYsNDMgQzE5Ljk5OTQyODYsNDQuNzcxIDIwLjM1ODQyNTQsNDYuNDYgMjEuMDAyNDE5Niw0OCBMMjEuMDAyNDE5Niw0OCBaIE0xOS43NDM0MzA5LDUwIEwxNy4wMDA0NTU0LDUwIEwxNy4wMDA0NTU0LDQ4IEwxOC44NzQ0Mzg2LDQ4IEMxOC41MzQ0NDE3LDQ3LjA0IDE4LjI4OTQ0MzgsNDYuMDM4IDE4LjE0OTQ0NTEsNDUgTDE1LjQxNDQ2OTUsNDUgTDE2LjcwNzQ1OCw0Ni4yOTMgTDE1LjI5MjQ3MDYsNDcuNzA3IEwxMi4yOTI0OTc0LDQ0LjcwNyBDMTEuOTAyNTAwOSw0NC4zMTYgMTEuOTAyNTAwOSw0My42ODQgMTIuMjkyNDk3NCw0My4yOTMgTDE1LjI5MjQ3MDYsNDAuMjkzIEwxNi43MDc0NTgsNDEuNzA3IEwxNS40MTQ0Njk1LDQzIEwxOC4wMDA0NDY0LDQzIEMxOC4wMDA0NDY0LDQxLjk3MyAxOC4xMDQ0NDU1LDQwLjk3IDE4LjMwMjQ0MzcsNDAgTDE3LjAwMDQ1NTQsNDAgTDE3LjAwMDQ1NTQsMzggTDE4Ljg3NDQzODYsMzggQzIwLjk0MDQyMDIsMzIuMTg0IDI2LjQ4MzM3MDcsMjggMzMuMDAwMzEyNSwyOCBDMzcuNDI3MjczLDI4IDQxLjQwMDIzNzUsMjkuOTM5IDQ0LjE0ODIxMywzMyBMNTkuMDAwMDgwNCwzMyBMNTkuMDAwMDgwNCwzNSBMNDUuNjY2MTk5NCwzNSBDNDcuMTM1MTg2MywzNy4zMTggNDcuOTk5MTc4Niw0MC4wNTggNDcuOTk5MTc4Niw0MyBMNTkuMDAwMDgwNCw0MyBMNTkuMDAwMDgwNCw0NSBMNDcuODUwMTc5OSw0NSBDNDYuODY4MTg4Nyw1Mi4zMjcgNDAuNTkxMjQ0Nyw1OCAzMy4wMDAzMTI1LDU4IEMyNy4yNTYzNjM4LDU4IDIyLjI2MjQwODQsNTQuNzUyIDE5Ljc0MzQzMDksNTAgTDE5Ljc0MzQzMDksNTAgWiBNMzcuMDAwMjc2OCwzOSBDMzcuMDAwMjc2OCwzOC40NDggMzYuNTUyMjgwOCwzOCAzNi4wMDAyODU3LDM4IEwyOS45OTkzNDgyLDM4IEMyOS40NDczNDQyLDM4IDI4Ljk5OTM0ODIsMzguNDQ4IDI4Ljk5OTM0ODIsMzkgTDI4Ljk5OTM0ODIsNDEgTDMxLjAwMDMzMDQsNDEgTDMxLjAwMDMzMDQsNDAgTDMyLjAwMDMyMTQsNDAgTDMyLjAwMDMyMTQsNDMgTDMxLjAwMDMzMDQsNDMgTDMxLjAwMDMzMDQsNDUgTDM1LjAwMDI5NDYsNDUgTDM1LjAwMDI5NDYsNDMgTDM0LjAwMDMwMzYsNDMgTDM0LjAwMDMwMzYsNDAgTDM1LjAwMDI5NDYsNDAgTDM1LjAwMDI5NDYsNDEgTDM3LjAwMDI3NjgsNDEgTDM3LjAwMDI3NjgsMzkgWiBNNDkuMDAwMTY5Niw0MCBMNTkuMDAwMDgwNCw0MCBMNTkuMDAwMDgwNCwzOCBMNDkuMDAwMTY5NiwzOCBMNDkuMDAwMTY5Niw0MCBaIE00OS4wMDAxNjk2LDUwIEw1OS4wMDAwODA0LDUwIEw1OS4wMDAwODA0LDQ4IEw0OS4wMDAxNjk2LDQ4IEw0OS4wMDAxNjk2LDUwIFogTTU3LjAwMDA5ODIsMjcgTDYwLjU4NTA2NjIsMjcgTDU3LjAwMDA5ODIsMjMuNDE0IEw1Ny4wMDAwOTgyLDI3IFogTTYzLjcwNzAzODMsMjcuMjkzIEM2My44OTQwMzY3LDI3LjQ4IDY0LjAwMDAzNTcsMjcuNzM1IDY0LjAwMDAzNTcsMjggTDY0LjAwMDAzNTcsNjMgQzY0LjAwMDAzNTcsNjMuNTUyIDYzLjU1MjAzOTcsNjQgNjMuMDAwMDQ0Niw2NCBMMzIuMDAwMzMwNCw2NCBDMzEuNDQ3MzI2NCw2NCAzMS4wMDAzMzA0LDYzLjU1MiAzMS4wMDAzMzA0LDYzIEwzMS4wMDAzMzA0LDU5IEwzMy4wMDAzMTI1LDU5IEwzMy4wMDAzMTI1LDYyIEw2Mi4wMDAwNTM2LDYyIEw2Mi4wMDAwNTM2LDI5IEw1Ni4wMDAxMDcxLDI5IEM1NS40NDcxMTIxLDI5IDU1LjAwMDExNjEsMjguNTUyIDU1LjAwMDExNjEsMjggTDU1LjAwMDExNjEsMjIgTDMzLjAwMDMxMjUsMjIgTDMzLjAwMDMxMjUsMjcgTDMxLjAwMDMzMDQsMjcgTDMxLjAwMDMzMDQsMjEgQzMxLjAwMDMzMDQsMjAuNDQ4IDMxLjQ0NzMyNjQsMjAgMzIuMDAwMzMwNCwyMCBMNTYuMDAwMTA3MSwyMCBDNTYuMjY1MTA0OCwyMCA1Ni41MTkxMDI1LDIwLjEwNSA1Ni43MDcxMDA4LDIwLjI5MyBMNjMuNzA3MDM4MywyNy4yOTMgWiBNNjgsMjQuMTY2IEw2OCw2MSBDNjgsNjEuNTUyIDY3LjU1MjAwNCw2MiA2Ny4wMDAwMDg5LDYyIEw2NS4wMDAwMjY4LDYyIEw2NS4wMDAwMjY4LDYwIEw2Ni4wMDAwMTc5LDYwIEw2Ni4wMDAwMTc5LDI0LjYxMiBMNTguNjE3MDgzOCwxOCBMMzYuMDAwMjg1NywxOCBMMzYuMDAwMjg1NywxOSBMMzQuMDAwMzAzNiwxOSBMMzQuMDAwMzAzNiwxNyBDMzQuMDAwMzAzNiwxNi40NDggMzQuNDQ3Mjk5NiwxNiAzNS4wMDAzMDM2LDE2IEw1OS4wMDAwODA0LDE2IEM1OS4yNDYwNzgyLDE2IDU5LjQ4MzA3NiwxNi4wOTEgNTkuNjY2MDc0NCwxNi4yNTUgTDY3LjY2NjAwMywyMy40MiBDNjcuODc4MDAxMSwyMy42MSA2OCwyMy44ODEgNjgsMjQuMTY2IEw2OCwyNC4xNjYgWiIgaWQ9IkFtYXpvbi1UZXh0cmFjdF9JY29uXzY0X1NxdWlkIiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
2230
+ },
2231
+ "engines": {
2232
+ "camunda": "^8.6"
1600
2233
  }
1601
2234
  },
1602
2235
  {
1603
2236
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1604
- "name": "AWS Textract Outbound Connector",
2237
+ "name": "Extract Text from Document with AWS Textract",
1605
2238
  "id": "io.camunda.connectors.AWSTEXTRACT.v1",
1606
2239
  "description": "Extract text and data using AWS Textract.",
1607
2240
  "keywords": [
@@ -1618,7 +2251,7 @@
1618
2251
  "real-time"
1619
2252
  ],
1620
2253
  "documentationRef": "https://docs.camunda.io/docs/8.6/components/connectors/out-of-the-box-connectors/amazon-textract/",
1621
- "version": 4,
2254
+ "version": 5,
1622
2255
  "category": {
1623
2256
  "id": "connectors",
1624
2257
  "name": "Connectors"
@@ -1702,7 +2335,6 @@
1702
2335
  {
1703
2336
  "id": "authentication.accessKey",
1704
2337
  "label": "Access key",
1705
- "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
1706
2338
  "optional": false,
1707
2339
  "constraints": {
1708
2340
  "notEmpty": true
@@ -1718,12 +2350,13 @@
1718
2350
  "equals": "credentials",
1719
2351
  "type": "simple"
1720
2352
  },
1721
- "type": "String"
2353
+ "tooltip": "IAM access key of a user with the necessary permissions for this connector",
2354
+ "type": "String",
2355
+ "secret": true
1722
2356
  },
1723
2357
  {
1724
2358
  "id": "authentication.secretKey",
1725
2359
  "label": "Secret key",
1726
- "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
1727
2360
  "optional": false,
1728
2361
  "constraints": {
1729
2362
  "notEmpty": true
@@ -1739,12 +2372,26 @@
1739
2372
  "equals": "credentials",
1740
2373
  "type": "simple"
1741
2374
  },
1742
- "type": "String"
2375
+ "tooltip": "IAM secret key of a user with the necessary permissions for this connector",
2376
+ "type": "String",
2377
+ "secret": true
2378
+ },
2379
+ {
2380
+ "id": "awsCredential",
2381
+ "label": "AWS credential",
2382
+ "description": "Choose a reusable AWS credential. When set, it is bound as a whole to the connector's 'awsCredential' input.",
2383
+ "optional": true,
2384
+ "group": "authentication",
2385
+ "binding": {
2386
+ "name": "awsCredential",
2387
+ "type": "zeebe:input"
2388
+ },
2389
+ "type": "Configuration",
2390
+ "configurationTemplate": "io.camunda:aws-credential:1"
1743
2391
  },
1744
2392
  {
1745
2393
  "id": "configuration.region",
1746
2394
  "label": "Region",
1747
- "description": "Specify the AWS region",
1748
2395
  "optional": false,
1749
2396
  "constraints": {
1750
2397
  "notEmpty": true
@@ -1772,7 +2419,6 @@
1772
2419
  {
1773
2420
  "id": "input.documentLocationType",
1774
2421
  "label": "Document source",
1775
- "description": "Document source of the input document that should be analyzed.",
1776
2422
  "optional": false,
1777
2423
  "value": "S3",
1778
2424
  "group": "document",
@@ -1780,6 +2426,7 @@
1780
2426
  "name": "input.documentLocationType",
1781
2427
  "type": "zeebe:input"
1782
2428
  },
2429
+ "tooltip": "Source of the input document to be analyzed.",
1783
2430
  "type": "Dropdown",
1784
2431
  "choices": [
1785
2432
  {
@@ -1795,7 +2442,6 @@
1795
2442
  {
1796
2443
  "id": "input.documentS3Bucket",
1797
2444
  "label": "Document bucket",
1798
- "description": "S3 bucket that contains document that should be analyzed.",
1799
2445
  "optional": false,
1800
2446
  "constraints": {
1801
2447
  "notEmpty": true
@@ -1811,12 +2457,12 @@
1811
2457
  "equals": "S3",
1812
2458
  "type": "simple"
1813
2459
  },
2460
+ "tooltip": "S3 bucket that contains the document to be analyzed.",
1814
2461
  "type": "String"
1815
2462
  },
1816
2463
  {
1817
2464
  "id": "input.documentName",
1818
2465
  "label": "Document name",
1819
- "description": "S3 document name of the document that should be analyzed.",
1820
2466
  "optional": false,
1821
2467
  "constraints": {
1822
2468
  "notEmpty": true
@@ -1832,12 +2478,12 @@
1832
2478
  "equals": "S3",
1833
2479
  "type": "simple"
1834
2480
  },
2481
+ "tooltip": "Name of the document to be analyzed in the S3 bucket.",
1835
2482
  "type": "String"
1836
2483
  },
1837
2484
  {
1838
2485
  "id": "input.documentVersion",
1839
2486
  "label": "Document version",
1840
- "description": "S3 document version of the document that should be analyzed.",
1841
2487
  "optional": true,
1842
2488
  "feel": "optional",
1843
2489
  "group": "document",
@@ -1850,12 +2496,12 @@
1850
2496
  "equals": "S3",
1851
2497
  "type": "simple"
1852
2498
  },
2499
+ "tooltip": "Version of the document to be analyzed in the S3 bucket.",
1853
2500
  "type": "String"
1854
2501
  },
1855
2502
  {
1856
2503
  "id": "input.document",
1857
2504
  "label": "Camunda Document",
1858
- "description": "The Camunda document of the process that should be analyzed.",
1859
2505
  "optional": false,
1860
2506
  "constraints": {
1861
2507
  "notEmpty": true
@@ -1871,12 +2517,12 @@
1871
2517
  "equals": "UPLOADED",
1872
2518
  "type": "simple"
1873
2519
  },
2520
+ "tooltip": "The Camunda document to be analyzed.",
1874
2521
  "type": "String"
1875
2522
  },
1876
2523
  {
1877
2524
  "id": "input.executionType",
1878
2525
  "label": "Execution type",
1879
- "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>.",
1880
2526
  "optional": false,
1881
2527
  "value": "POLLING",
1882
2528
  "constraints": {
@@ -1892,6 +2538,7 @@
1892
2538
  "equals": "S3",
1893
2539
  "type": "simple"
1894
2540
  },
2541
+ "tooltip": "How the document should be processed. 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\">Amazon Textract execution types documentation</a>.",
1895
2542
  "type": "Dropdown",
1896
2543
  "choices": [
1897
2544
  {
@@ -1911,7 +2558,6 @@
1911
2558
  {
1912
2559
  "id": "input.analyzeTables",
1913
2560
  "label": "Analyze tables",
1914
- "description": "Select this to return information about the tables that are detected in the input document.",
1915
2561
  "optional": false,
1916
2562
  "value": true,
1917
2563
  "constraints": {
@@ -1923,12 +2569,12 @@
1923
2569
  "name": "input.analyzeTables",
1924
2570
  "type": "zeebe:input"
1925
2571
  },
2572
+ "tooltip": "Select this to return information about the tables that are detected in the input document.",
1926
2573
  "type": "Boolean"
1927
2574
  },
1928
2575
  {
1929
2576
  "id": "input.analyzeForms",
1930
2577
  "label": "Analyze form",
1931
- "description": "Select this to return information detected form data.",
1932
2578
  "optional": false,
1933
2579
  "value": true,
1934
2580
  "constraints": {
@@ -1940,12 +2586,12 @@
1940
2586
  "name": "input.analyzeForms",
1941
2587
  "type": "zeebe:input"
1942
2588
  },
2589
+ "tooltip": "Select this to return information about detected form data.",
1943
2590
  "type": "Boolean"
1944
2591
  },
1945
2592
  {
1946
2593
  "id": "input.analyzeSignatures",
1947
2594
  "label": "Analyze signatures",
1948
- "description": "Select this to return the locations of detected signatures.",
1949
2595
  "optional": false,
1950
2596
  "value": true,
1951
2597
  "constraints": {
@@ -1957,12 +2603,12 @@
1957
2603
  "name": "input.analyzeSignatures",
1958
2604
  "type": "zeebe:input"
1959
2605
  },
2606
+ "tooltip": "Select this to return the locations of detected signatures.",
1960
2607
  "type": "Boolean"
1961
2608
  },
1962
2609
  {
1963
2610
  "id": "input.analyzeLayout",
1964
2611
  "label": "Analyze layout",
1965
- "description": "Select this to return information about the layout of the document.",
1966
2612
  "optional": false,
1967
2613
  "value": false,
1968
2614
  "constraints": {
@@ -1974,6 +2620,7 @@
1974
2620
  "name": "input.analyzeLayout",
1975
2621
  "type": "zeebe:input"
1976
2622
  },
2623
+ "tooltip": "Select this to return information about the layout of the document.",
1977
2624
  "type": "Boolean"
1978
2625
  },
1979
2626
  {
@@ -1990,6 +2637,7 @@
1990
2637
  "name": "input.analyzeQueries",
1991
2638
  "type": "zeebe:input"
1992
2639
  },
2640
+ "tooltip": "Select this to return an answer to a query run against the document.",
1993
2641
  "type": "Boolean"
1994
2642
  },
1995
2643
  {
@@ -2007,12 +2655,13 @@
2007
2655
  "equals": true,
2008
2656
  "type": "simple"
2009
2657
  },
2658
+ "tooltip": "A natural-language question applied to the document; Textract returns the extracted answer.",
2659
+ "placeholder": "What is the IBAN in the invoice?",
2010
2660
  "type": "String"
2011
2661
  },
2012
2662
  {
2013
2663
  "id": "input.outputConfigS3Bucket",
2014
2664
  "label": "Output S3 bucket",
2015
- "description": "The name of the bucket your output will go to.",
2016
2665
  "optional": false,
2017
2666
  "constraints": {
2018
2667
  "notEmpty": true
@@ -2028,12 +2677,12 @@
2028
2677
  "equals": "ASYNC",
2029
2678
  "type": "simple"
2030
2679
  },
2680
+ "tooltip": "The name of the bucket your output will go to.",
2031
2681
  "type": "String"
2032
2682
  },
2033
2683
  {
2034
2684
  "id": "input.outputConfigS3Prefix",
2035
2685
  "label": "Output S3 prefix",
2036
- "description": "The prefix of the object key that the output will be saved to.",
2037
2686
  "optional": false,
2038
2687
  "constraints": {
2039
2688
  "notEmpty": true
@@ -2049,12 +2698,12 @@
2049
2698
  "equals": "ASYNC",
2050
2699
  "type": "simple"
2051
2700
  },
2701
+ "tooltip": "The prefix of the object key that the output will be saved to.",
2052
2702
  "type": "String"
2053
2703
  },
2054
2704
  {
2055
2705
  "id": "input.clientRequestToken",
2056
2706
  "label": "Client request token",
2057
- "description": "The idempotent token that you use to identify the start request.",
2058
2707
  "optional": true,
2059
2708
  "feel": "optional",
2060
2709
  "group": "advanced",
@@ -2067,12 +2716,12 @@
2067
2716
  "equals": "ASYNC",
2068
2717
  "type": "simple"
2069
2718
  },
2719
+ "tooltip": "The idempotent token that you use to identify the start request.",
2070
2720
  "type": "String"
2071
2721
  },
2072
2722
  {
2073
2723
  "id": "input.jobTag",
2074
2724
  "label": "Job tag",
2075
- "description": "An identifier that you specify that's included in the completion notification published to the Amazon SNS topic.",
2076
2725
  "optional": true,
2077
2726
  "feel": "optional",
2078
2727
  "group": "advanced",
@@ -2085,12 +2734,12 @@
2085
2734
  "equals": "ASYNC",
2086
2735
  "type": "simple"
2087
2736
  },
2737
+ "tooltip": "An identifier that you specify that's included in the completion notification published to the Amazon SNS topic.",
2088
2738
  "type": "String"
2089
2739
  },
2090
2740
  {
2091
2741
  "id": "input.kmsKeyId",
2092
2742
  "label": "KMS key ID",
2093
- "description": "The KMS key used to encrypt the inference results.",
2094
2743
  "optional": true,
2095
2744
  "feel": "optional",
2096
2745
  "group": "advanced",
@@ -2103,12 +2752,12 @@
2103
2752
  "equals": "ASYNC",
2104
2753
  "type": "simple"
2105
2754
  },
2755
+ "tooltip": "The KMS key used to encrypt the inference results.",
2106
2756
  "type": "String"
2107
2757
  },
2108
2758
  {
2109
2759
  "id": "input.notificationChannelRoleArn",
2110
2760
  "label": "Notification channel role ARN",
2111
- "description": "The Amazon SNS topic role ARN that you want Amazon Textract to publish the completion status of the operation to.",
2112
2761
  "optional": true,
2113
2762
  "feel": "optional",
2114
2763
  "group": "advanced",
@@ -2121,12 +2770,12 @@
2121
2770
  "equals": "ASYNC",
2122
2771
  "type": "simple"
2123
2772
  },
2773
+ "tooltip": "The Amazon SNS topic role ARN that you want Amazon Textract to publish the completion status of the operation to.",
2124
2774
  "type": "String"
2125
2775
  },
2126
2776
  {
2127
2777
  "id": "input.notificationChannelSnsTopicArn",
2128
2778
  "label": "Notification channel SNS topic ARN",
2129
- "description": "The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.",
2130
2779
  "optional": true,
2131
2780
  "feel": "optional",
2132
2781
  "group": "advanced",
@@ -2139,13 +2788,14 @@
2139
2788
  "equals": "ASYNC",
2140
2789
  "type": "simple"
2141
2790
  },
2791
+ "tooltip": "The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.",
2142
2792
  "type": "String"
2143
2793
  },
2144
2794
  {
2145
2795
  "id": "version",
2146
2796
  "label": "Version",
2147
2797
  "description": "Version of the element template",
2148
- "value": "4",
2798
+ "value": "5",
2149
2799
  "group": "connector",
2150
2800
  "binding": {
2151
2801
  "key": "elementTemplateVersion",
@@ -2226,6 +2876,91 @@
2226
2876
  "type": "String"
2227
2877
  }
2228
2878
  ],
2879
+ "configurationTemplates": [
2880
+ {
2881
+ "id": "io.camunda:aws-credential:1",
2882
+ "kind": "CREDENTIAL",
2883
+ "version": 1,
2884
+ "name": "AWS Credential",
2885
+ "properties": [
2886
+ {
2887
+ "id": "authentication.type",
2888
+ "label": "Authentication",
2889
+ "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>",
2890
+ "value": "credentials",
2891
+ "group": "authentication",
2892
+ "binding": {
2893
+ "name": "authentication.type",
2894
+ "type": "property"
2895
+ },
2896
+ "type": "Dropdown",
2897
+ "choices": [
2898
+ {
2899
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
2900
+ "value": "defaultCredentialsChain"
2901
+ },
2902
+ {
2903
+ "name": "Credentials",
2904
+ "value": "credentials"
2905
+ }
2906
+ ]
2907
+ },
2908
+ {
2909
+ "id": "authentication.accessKey",
2910
+ "label": "Access key",
2911
+ "constraints": {
2912
+ "notEmpty": true
2913
+ },
2914
+ "group": "authentication",
2915
+ "binding": {
2916
+ "name": "authentication.accessKey",
2917
+ "type": "property"
2918
+ },
2919
+ "condition": {
2920
+ "property": "authentication.type",
2921
+ "equals": "credentials",
2922
+ "type": "simple"
2923
+ },
2924
+ "tooltip": "IAM access key of a user with the necessary permissions for this connector",
2925
+ "type": "String",
2926
+ "secret": true
2927
+ },
2928
+ {
2929
+ "id": "authentication.secretKey",
2930
+ "label": "Secret key",
2931
+ "constraints": {
2932
+ "notEmpty": true
2933
+ },
2934
+ "group": "authentication",
2935
+ "binding": {
2936
+ "name": "authentication.secretKey",
2937
+ "type": "property"
2938
+ },
2939
+ "condition": {
2940
+ "property": "authentication.type",
2941
+ "equals": "credentials",
2942
+ "type": "simple"
2943
+ },
2944
+ "tooltip": "IAM secret key of a user with the necessary permissions for this connector",
2945
+ "type": "String",
2946
+ "secret": true
2947
+ },
2948
+ {
2949
+ "id": "region",
2950
+ "label": "Region",
2951
+ "constraints": {
2952
+ "notEmpty": true
2953
+ },
2954
+ "group": "configuration",
2955
+ "binding": {
2956
+ "name": "region",
2957
+ "type": "property"
2958
+ },
2959
+ "type": "String"
2960
+ }
2961
+ ]
2962
+ }
2963
+ ],
2229
2964
  "icon": {
2230
2965
  "contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iODBweCIgaGVpZ2h0PSI4MHB4IiB2aWV3Qm94PSIwIDAgODAgODAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BbWF6b24tVGV4dHJhY3RfNjQ8L3RpdGxlPgogICAgPGcgaWQ9Ikljb24tQXJjaGl0ZWN0dXJlLzY0L0FyY2hfQW1hem9uLVRleHRyYWN0XzY0IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iSWNvbi1BcmNoaXRlY3R1cmUtQkcvNjQvTWFjaGluZS1MZWFybmluZyIgZmlsbD0iIzk5NjlmNyI+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHg9IjAiIHk9IjAiIHdpZHRoPSI4MCIgaGVpZ2h0PSI4MCI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSJNMjIuMDYyNDEwMiw1MCBDMjQuMzc2Mzg5NSw1My42MDMgMjguNDEwMzUzNSw1NiAzMy4wMDAzMTI1LDU2IEM0MC4xNjcyNDg1LDU2IDQ1Ljk5OTE5NjQsNTAuMTY4IDQ1Ljk5OTE5NjQsNDMgQzQ1Ljk5OTE5NjQsMzUuODMyIDQwLjE2NzI0ODUsMzAgMzMuMDAwMzEyNSwzMCBDMjcuNjAzMzYwNywzMCAyMi45NjY0MDIxLDMzLjMwNyAyMS4wMDI0MTk2LDM4IEwyMy4yMTQzOTk5LDM4IEMyNS4wMzkzODM2LDM0LjQ0NCAyOC43MzYzNTA2LDMyIDMzLjAwMDMxMjUsMzIgQzM5LjA2NTI1ODMsMzIgNDMuOTk5MjE0MywzNi45MzUgNDMuOTk5MjE0Myw0MyBDNDMuOTk5MjE0Myw0OS4wNjUgMzkuMDY1MjU4Myw1NCAzMy4wMDAzMTI1LDU0IEMyOS41OTEzNDI5LDU0IDI2LjU0MTM3MDIsNTIuNDQxIDI0LjUyMTM4ODIsNTAgTDIyLjA2MjQxMDIsNTAgWiBNMzcuMDAwMjc2OCw0NSBMMzcuMDAwMjc2OCw0MyBMNDEuOTk5MjMyMSw0MyBDNDEuOTk5MjMyMSwzOC4wMzggMzcuOTYyMjY4MiwzNCAzMy4wMDAzMTI1LDM0IEMyOC4wMzczNTY4LDM0IDIzLjk5OTM5MjksMzguMDM4IDIzLjk5OTM5MjksNDMgTDI4Ljk5OTM0ODIsNDMgTDI4Ljk5OTM0ODIsNDUgTDI0LjIzMTM5MDgsNDUgQzI1LjE0NDM4MjYsNDkuMDAyIDI4LjcyNTM1MDcsNTIgMzMuMDAwMzEyNSw1MiBDMzUuMTM2MjkzNCw1MiAzNy4wOTkyNzU5LDUxLjI0OSAzOC42NDQyNjIxLDUwIEwzNC4wMDAzMDM2LDUwIEwzNC4wMDAzMDM2LDQ4IEw0MC40NzgyNDU3LDQ4IEM0MS4wODEyNDAzLDQ3LjEwMiA0MS41MjAyMzY0LDQ2LjA4NyA0MS43NjgyMzQyLDQ1IEwzNy4wMDAyNzY4LDQ1IFogTTIxLjAwMjQxOTYsNDggTDIzLjIxNDM5OTksNDggQzIyLjQ0MzQwNjgsNDYuNDk4IDIyLjAwMDQxMDcsNDQuODAxIDIyLjAwMDQxMDcsNDMgQzIyLjAwMDQxMDcsNDEuOTU5IDIyLjE1NTQwOTMsNDAuOTU1IDIyLjQyNjQwNjksNDAgTDIwLjM2MzQyNTMsNDAgQzIwLjEzNDQyNzQsNDAuOTY1IDE5Ljk5OTQyODYsNDEuOTY2IDE5Ljk5OTQyODYsNDMgQzE5Ljk5OTQyODYsNDQuNzcxIDIwLjM1ODQyNTQsNDYuNDYgMjEuMDAyNDE5Niw0OCBMMjEuMDAyNDE5Niw0OCBaIE0xOS43NDM0MzA5LDUwIEwxNy4wMDA0NTU0LDUwIEwxNy4wMDA0NTU0LDQ4IEwxOC44NzQ0Mzg2LDQ4IEMxOC41MzQ0NDE3LDQ3LjA0IDE4LjI4OTQ0MzgsNDYuMDM4IDE4LjE0OTQ0NTEsNDUgTDE1LjQxNDQ2OTUsNDUgTDE2LjcwNzQ1OCw0Ni4yOTMgTDE1LjI5MjQ3MDYsNDcuNzA3IEwxMi4yOTI0OTc0LDQ0LjcwNyBDMTEuOTAyNTAwOSw0NC4zMTYgMTEuOTAyNTAwOSw0My42ODQgMTIuMjkyNDk3NCw0My4yOTMgTDE1LjI5MjQ3MDYsNDAuMjkzIEwxNi43MDc0NTgsNDEuNzA3IEwxNS40MTQ0Njk1LDQzIEwxOC4wMDA0NDY0LDQzIEMxOC4wMDA0NDY0LDQxLjk3MyAxOC4xMDQ0NDU1LDQwLjk3IDE4LjMwMjQ0MzcsNDAgTDE3LjAwMDQ1NTQsNDAgTDE3LjAwMDQ1NTQsMzggTDE4Ljg3NDQzODYsMzggQzIwLjk0MDQyMDIsMzIuMTg0IDI2LjQ4MzM3MDcsMjggMzMuMDAwMzEyNSwyOCBDMzcuNDI3MjczLDI4IDQxLjQwMDIzNzUsMjkuOTM5IDQ0LjE0ODIxMywzMyBMNTkuMDAwMDgwNCwzMyBMNTkuMDAwMDgwNCwzNSBMNDUuNjY2MTk5NCwzNSBDNDcuMTM1MTg2MywzNy4zMTggNDcuOTk5MTc4Niw0MC4wNTggNDcuOTk5MTc4Niw0MyBMNTkuMDAwMDgwNCw0MyBMNTkuMDAwMDgwNCw0NSBMNDcuODUwMTc5OSw0NSBDNDYuODY4MTg4Nyw1Mi4zMjcgNDAuNTkxMjQ0Nyw1OCAzMy4wMDAzMTI1LDU4IEMyNy4yNTYzNjM4LDU4IDIyLjI2MjQwODQsNTQuNzUyIDE5Ljc0MzQzMDksNTAgTDE5Ljc0MzQzMDksNTAgWiBNMzcuMDAwMjc2OCwzOSBDMzcuMDAwMjc2OCwzOC40NDggMzYuNTUyMjgwOCwzOCAzNi4wMDAyODU3LDM4IEwyOS45OTkzNDgyLDM4IEMyOS40NDczNDQyLDM4IDI4Ljk5OTM0ODIsMzguNDQ4IDI4Ljk5OTM0ODIsMzkgTDI4Ljk5OTM0ODIsNDEgTDMxLjAwMDMzMDQsNDEgTDMxLjAwMDMzMDQsNDAgTDMyLjAwMDMyMTQsNDAgTDMyLjAwMDMyMTQsNDMgTDMxLjAwMDMzMDQsNDMgTDMxLjAwMDMzMDQsNDUgTDM1LjAwMDI5NDYsNDUgTDM1LjAwMDI5NDYsNDMgTDM0LjAwMDMwMzYsNDMgTDM0LjAwMDMwMzYsNDAgTDM1LjAwMDI5NDYsNDAgTDM1LjAwMDI5NDYsNDEgTDM3LjAwMDI3NjgsNDEgTDM3LjAwMDI3NjgsMzkgWiBNNDkuMDAwMTY5Niw0MCBMNTkuMDAwMDgwNCw0MCBMNTkuMDAwMDgwNCwzOCBMNDkuMDAwMTY5NiwzOCBMNDkuMDAwMTY5Niw0MCBaIE00OS4wMDAxNjk2LDUwIEw1OS4wMDAwODA0LDUwIEw1OS4wMDAwODA0LDQ4IEw0OS4wMDAxNjk2LDQ4IEw0OS4wMDAxNjk2LDUwIFogTTU3LjAwMDA5ODIsMjcgTDYwLjU4NTA2NjIsMjcgTDU3LjAwMDA5ODIsMjMuNDE0IEw1Ny4wMDAwOTgyLDI3IFogTTYzLjcwNzAzODMsMjcuMjkzIEM2My44OTQwMzY3LDI3LjQ4IDY0LjAwMDAzNTcsMjcuNzM1IDY0LjAwMDAzNTcsMjggTDY0LjAwMDAzNTcsNjMgQzY0LjAwMDAzNTcsNjMuNTUyIDYzLjU1MjAzOTcsNjQgNjMuMDAwMDQ0Niw2NCBMMzIuMDAwMzMwNCw2NCBDMzEuNDQ3MzI2NCw2NCAzMS4wMDAzMzA0LDYzLjU1MiAzMS4wMDAzMzA0LDYzIEwzMS4wMDAzMzA0LDU5IEwzMy4wMDAzMTI1LDU5IEwzMy4wMDAzMTI1LDYyIEw2Mi4wMDAwNTM2LDYyIEw2Mi4wMDAwNTM2LDI5IEw1Ni4wMDAxMDcxLDI5IEM1NS40NDcxMTIxLDI5IDU1LjAwMDExNjEsMjguNTUyIDU1LjAwMDExNjEsMjggTDU1LjAwMDExNjEsMjIgTDMzLjAwMDMxMjUsMjIgTDMzLjAwMDMxMjUsMjcgTDMxLjAwMDMzMDQsMjcgTDMxLjAwMDMzMDQsMjEgQzMxLjAwMDMzMDQsMjAuNDQ4IDMxLjQ0NzMyNjQsMjAgMzIuMDAwMzMwNCwyMCBMNTYuMDAwMTA3MSwyMCBDNTYuMjY1MTA0OCwyMCA1Ni41MTkxMDI1LDIwLjEwNSA1Ni43MDcxMDA4LDIwLjI5MyBMNjMuNzA3MDM4MywyNy4yOTMgWiBNNjgsMjQuMTY2IEw2OCw2MSBDNjgsNjEuNTUyIDY3LjU1MjAwNCw2MiA2Ny4wMDAwMDg5LDYyIEw2NS4wMDAwMjY4LDYyIEw2NS4wMDAwMjY4LDYwIEw2Ni4wMDAwMTc5LDYwIEw2Ni4wMDAwMTc5LDI0LjYxMiBMNTguNjE3MDgzOCwxOCBMMzYuMDAwMjg1NywxOCBMMzYuMDAwMjg1NywxOSBMMzQuMDAwMzAzNiwxOSBMMzQuMDAwMzAzNiwxNyBDMzQuMDAwMzAzNiwxNi40NDggMzQuNDQ3Mjk5NiwxNiAzNS4wMDAzMDM2LDE2IEw1OS4wMDAwODA0LDE2IEM1OS4yNDYwNzgyLDE2IDU5LjQ4MzA3NiwxNi4wOTEgNTkuNjY2MDc0NCwxNi4yNTUgTDY3LjY2NjAwMywyMy40MiBDNjcuODc4MDAxMSwyMy42MSA2OCwyMy44ODEgNjgsMjQuMTY2IEw2OCwyNC4xNjYgWiIgaWQ9IkFtYXpvbi1UZXh0cmFjdF9JY29uXzY0X1NxdWlkIiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
2231
2966
  }