@camunda/connectors-element-templates 1.0.19 → 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.
- package/package.json +2 -2
- package/src/connectors-template.js +1 -3
- package/src/connectors.js +4 -0
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +43 -43
- package/src/element-templates/agenticai-aiagent-job-worker.json +2230 -222
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +6281 -4356
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +718 -36
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2394 -949
- package/src/element-templates/app-integrations-connector.json +1047 -0
- package/src/element-templates/asana-connector.json +943 -109
- package/src/element-templates/automation-anywhere-outbound-connector.json +2240 -1747
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +1068 -30
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +386 -5
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +442 -5
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +417 -5
- package/src/element-templates/aws-bedrock-outbound-connector.json +2273 -623
- package/src/element-templates/aws-comprehend-outbound-connector.json +1573 -1
- package/src/element-templates/aws-dynamodb-outbound-connector.json +2950 -162
- package/src/element-templates/aws-eventbridge-connector-boundary.json +40 -40
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +62 -62
- package/src/element-templates/aws-eventbridge-connector-start-event.json +33 -33
- package/src/element-templates/aws-eventbridge-outbound-connector.json +838 -424
- package/src/element-templates/aws-lambda-outbound-connector.json +495 -96
- package/src/element-templates/aws-s3-outbound-connector.json +2238 -44
- package/src/element-templates/aws-sagemaker-outbound-connector.json +681 -52
- package/src/element-templates/aws-sns-inbound-boundary.json +4 -3
- package/src/element-templates/aws-sns-inbound-intermediate.json +341 -340
- package/src/element-templates/aws-sns-inbound-message-start.json +241 -240
- package/src/element-templates/aws-sns-inbound-receive.json +4 -3
- package/src/element-templates/aws-sns-inbound-start-event.json +133 -133
- package/src/element-templates/aws-sns-outbound-connector.json +581 -124
- package/src/element-templates/aws-sqs-boundary-connector.json +939 -420
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +851 -332
- package/src/element-templates/aws-sqs-outbound-connector.json +589 -136
- package/src/element-templates/aws-sqs-receive-connector.json +525 -7
- package/src/element-templates/aws-sqs-start-event-connector.json +380 -380
- package/src/element-templates/aws-sqs-start-message.json +736 -185
- package/src/element-templates/aws-textract-outbound-connector.json +866 -131
- package/src/element-templates/azure-blobstorage-outbound-connector.json +1648 -225
- package/src/element-templates/azure-open-ai-connector.json +1371 -8
- package/src/element-templates/blue-prism-connector.json +609 -30
- package/src/element-templates/box-outbound-connector.json +2356 -272
- package/src/element-templates/csv-outbound-connector.json +449 -0
- package/src/element-templates/easy-post-connector.json +1251 -170
- package/src/element-templates/email-outbound-connector.json +3087 -1013
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +2161 -1
- package/src/element-templates/github-connector.json +18554 -14368
- package/src/element-templates/github-webhook-connector-boundary.json +24 -24
- package/src/element-templates/github-webhook-connector-intermediate.json +8 -8
- package/src/element-templates/github-webhook-connector-message-start.json +8 -8
- package/src/element-templates/github-webhook-connector-receive.json +8 -8
- package/src/element-templates/github-webhook-connector-start-event.json +58 -58
- package/src/element-templates/gitlab-connector.json +3022 -1120
- package/src/element-templates/google-cloud-storage-outbound-connector.json +1447 -240
- package/src/element-templates/google-drive-outbound-connector.json +2980 -1428
- package/src/element-templates/google-gemini-outbound-connector.json +41 -55
- package/src/element-templates/google-maps-platform-connector.json +688 -137
- package/src/element-templates/google-sheets-outbound-connector.json +3186 -2030
- package/src/element-templates/graphql-outbound-connector.json +4149 -1485
- package/src/element-templates/http-json-connector.json +6143 -2053
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +2426 -364
- package/src/element-templates/http-polling-connector.json +3312 -1250
- package/src/element-templates/hubspot-outbound-connector.json +2817 -67
- package/src/element-templates/hugging-face-connector.json +83 -82
- package/src/element-templates/jdbc-outbound-connector.json +506 -9
- package/src/element-templates/kafka-inbound-connector-boundary.json +968 -971
- package/src/element-templates/kafka-inbound-connector-intermediate.json +53 -56
- package/src/element-templates/kafka-inbound-connector-receive.json +9 -12
- package/src/element-templates/kafka-inbound-connector-start-message.json +545 -548
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +304 -308
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +7 -10
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +7 -10
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +7 -10
- package/src/element-templates/microsoft-office365-mail-connector.json +2077 -35
- package/src/element-templates/microsoft-teams-outbound-connector.json +2897 -456
- package/src/element-templates/openai-connector.json +701 -207
- package/src/element-templates/operate-connector.json +83 -86
- package/src/element-templates/orchestration-connector.json +1843 -0
- package/src/element-templates/power-automate-connector.json +62 -62
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +772 -774
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +456 -458
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +573 -575
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +5 -7
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +347 -347
- package/src/element-templates/rabbitmq-outbound-connector.json +631 -631
- package/src/element-templates/rpa-connector.json +6 -6
- package/src/element-templates/salesforce-connector.json +653 -19
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +301 -1
- package/src/element-templates/send-message-connector-message-end-event.json +301 -1
- package/src/element-templates/send-message-connector-send-task.json +300 -1
- package/src/element-templates/sendgrid-outbound-connector.json +790 -790
- package/src/element-templates/servicenow-connector.json +1364 -7
- package/src/element-templates/servicenow-flow-starter-connector.json +16 -16
- package/src/element-templates/servicenow-incident-connector.json +1075 -29
- package/src/element-templates/slack-inbound-boundary.json +493 -493
- package/src/element-templates/slack-inbound-intermediate.json +448 -448
- package/src/element-templates/slack-inbound-message-start.json +369 -369
- package/src/element-templates/slack-inbound-receive.json +2 -2
- package/src/element-templates/slack-inbound-start-event.json +328 -328
- package/src/element-templates/slack-outbound-connector.json +2365 -1262
- package/src/element-templates/soap-outbound-connector.json +113 -117
- package/src/element-templates/twilio-connector.json +1186 -373
- package/src/element-templates/twilio-webhook-boundary-connector.json +9 -10
- package/src/element-templates/twilio-webhook-connector.json +60 -61
- package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -32
- package/src/element-templates/twilio-webhook-message-start-connector.json +10 -11
- package/src/element-templates/twilio-webhook-receive-connector.json +9 -10
- package/src/element-templates/uipath-connector.json +668 -50
- package/src/element-templates/webhook-connector-boundary.json +1040 -385
- package/src/element-templates/webhook-connector-intermediate.json +2100 -1445
- package/src/element-templates/webhook-connector-receive.json +659 -5
- package/src/element-templates/webhook-connector-start-event.json +1860 -1299
- package/src/element-templates/webhook-connector-start-message.json +1535 -848
- package/src/element-templates/whatsapp-connector.json +393 -23
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
]
|
|
15
15
|
},
|
|
16
16
|
"documentationRef": "https://docs.camunda.io/docs/8.6/components/connectors/out-of-the-box-connectors/amazon-textract/",
|
|
17
|
-
"version":
|
|
17
|
+
"version": 2,
|
|
18
18
|
"category": {
|
|
19
19
|
"id": "connectors",
|
|
20
20
|
"name": "Connectors"
|
|
@@ -39,10 +39,6 @@
|
|
|
39
39
|
"id": "input",
|
|
40
40
|
"label": "Configure input"
|
|
41
41
|
},
|
|
42
|
-
{
|
|
43
|
-
"id": "connector",
|
|
44
|
-
"label": "Connector"
|
|
45
|
-
},
|
|
46
42
|
{
|
|
47
43
|
"id": "output",
|
|
48
44
|
"label": "Output mapping"
|
|
@@ -480,17 +476,626 @@
|
|
|
480
476
|
"type": "zeebe:input"
|
|
481
477
|
},
|
|
482
478
|
"condition": {
|
|
483
|
-
"property": "input.documentLocationType",
|
|
484
|
-
"equals": "UPLOADED",
|
|
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"
|
|
1003
|
+
},
|
|
1004
|
+
{
|
|
1005
|
+
"id": "input.clientRequestToken",
|
|
1006
|
+
"label": "Client request token",
|
|
1007
|
+
"optional": true,
|
|
1008
|
+
"feel": "optional",
|
|
1009
|
+
"group": "advanced",
|
|
1010
|
+
"binding": {
|
|
1011
|
+
"name": "input.clientRequestToken",
|
|
1012
|
+
"type": "zeebe:input"
|
|
1013
|
+
},
|
|
1014
|
+
"condition": {
|
|
1015
|
+
"property": "input.executionType",
|
|
1016
|
+
"equals": "ASYNC",
|
|
1017
|
+
"type": "simple"
|
|
1018
|
+
},
|
|
1019
|
+
"tooltip": "The idempotent token that you use to identify the start request.",
|
|
1020
|
+
"type": "String"
|
|
1021
|
+
},
|
|
1022
|
+
{
|
|
1023
|
+
"id": "input.jobTag",
|
|
1024
|
+
"label": "Job tag",
|
|
1025
|
+
"optional": true,
|
|
1026
|
+
"feel": "optional",
|
|
1027
|
+
"group": "advanced",
|
|
1028
|
+
"binding": {
|
|
1029
|
+
"name": "input.jobTag",
|
|
1030
|
+
"type": "zeebe:input"
|
|
1031
|
+
},
|
|
1032
|
+
"condition": {
|
|
1033
|
+
"property": "input.executionType",
|
|
1034
|
+
"equals": "ASYNC",
|
|
1035
|
+
"type": "simple"
|
|
1036
|
+
},
|
|
1037
|
+
"tooltip": "An identifier that you specify that's included in the completion notification published to the Amazon SNS topic.",
|
|
1038
|
+
"type": "String"
|
|
1039
|
+
},
|
|
1040
|
+
{
|
|
1041
|
+
"id": "input.kmsKeyId",
|
|
1042
|
+
"label": "KMS key ID",
|
|
1043
|
+
"optional": true,
|
|
1044
|
+
"feel": "optional",
|
|
1045
|
+
"group": "advanced",
|
|
1046
|
+
"binding": {
|
|
1047
|
+
"name": "input.kmsKeyId",
|
|
1048
|
+
"type": "zeebe:input"
|
|
1049
|
+
},
|
|
1050
|
+
"condition": {
|
|
1051
|
+
"property": "input.executionType",
|
|
1052
|
+
"equals": "ASYNC",
|
|
1053
|
+
"type": "simple"
|
|
1054
|
+
},
|
|
1055
|
+
"tooltip": "The KMS key used to encrypt the inference results.",
|
|
1056
|
+
"type": "String"
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
"id": "input.notificationChannelRoleArn",
|
|
1060
|
+
"label": "Notification channel role ARN",
|
|
1061
|
+
"optional": true,
|
|
1062
|
+
"feel": "optional",
|
|
1063
|
+
"group": "advanced",
|
|
1064
|
+
"binding": {
|
|
1065
|
+
"name": "input.notificationChannelRoleArn",
|
|
1066
|
+
"type": "zeebe:input"
|
|
1067
|
+
},
|
|
1068
|
+
"condition": {
|
|
1069
|
+
"property": "input.executionType",
|
|
1070
|
+
"equals": "ASYNC",
|
|
1071
|
+
"type": "simple"
|
|
1072
|
+
},
|
|
1073
|
+
"tooltip": "The Amazon SNS topic role ARN that you want Amazon Textract to publish the completion status of the operation to.",
|
|
1074
|
+
"type": "String"
|
|
1075
|
+
},
|
|
1076
|
+
{
|
|
1077
|
+
"id": "input.notificationChannelSnsTopicArn",
|
|
1078
|
+
"label": "Notification channel SNS topic ARN",
|
|
1079
|
+
"optional": true,
|
|
1080
|
+
"feel": "optional",
|
|
1081
|
+
"group": "advanced",
|
|
1082
|
+
"binding": {
|
|
1083
|
+
"name": "input.notificationChannelSnsTopicArn",
|
|
1084
|
+
"type": "zeebe:input"
|
|
1085
|
+
},
|
|
1086
|
+
"condition": {
|
|
1087
|
+
"property": "input.executionType",
|
|
1088
|
+
"equals": "ASYNC",
|
|
485
1089
|
"type": "simple"
|
|
486
1090
|
},
|
|
1091
|
+
"tooltip": "The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.",
|
|
487
1092
|
"type": "String"
|
|
488
1093
|
},
|
|
489
1094
|
{
|
|
490
1095
|
"id": "version",
|
|
491
1096
|
"label": "Version",
|
|
492
1097
|
"description": "Version of the element template",
|
|
493
|
-
"value": "
|
|
1098
|
+
"value": "4",
|
|
494
1099
|
"group": "connector",
|
|
495
1100
|
"binding": {
|
|
496
1101
|
"key": "elementTemplateVersion",
|
|
@@ -513,7 +1118,7 @@
|
|
|
513
1118
|
{
|
|
514
1119
|
"id": "resultVariable",
|
|
515
1120
|
"label": "Result variable",
|
|
516
|
-
"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>.",
|
|
517
1122
|
"group": "output",
|
|
518
1123
|
"binding": {
|
|
519
1124
|
"key": "resultVariable",
|
|
@@ -524,7 +1129,7 @@
|
|
|
524
1129
|
{
|
|
525
1130
|
"id": "resultExpression",
|
|
526
1131
|
"label": "Result expression",
|
|
527
|
-
"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>.",
|
|
528
1133
|
"feel": "required",
|
|
529
1134
|
"group": "output",
|
|
530
1135
|
"binding": {
|
|
@@ -562,7 +1167,7 @@
|
|
|
562
1167
|
"id": "retryBackoff",
|
|
563
1168
|
"label": "Retry backoff",
|
|
564
1169
|
"description": "ISO-8601 duration to wait between retries",
|
|
565
|
-
"value": "
|
|
1170
|
+
"value": "PT30S",
|
|
566
1171
|
"group": "retries",
|
|
567
1172
|
"binding": {
|
|
568
1173
|
"key": "retryBackoff",
|
|
@@ -579,9 +1184,18 @@
|
|
|
579
1184
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
580
1185
|
"name": "AWS Textract Outbound Connector",
|
|
581
1186
|
"id": "io.camunda.connectors.AWSTEXTRACT.v1",
|
|
582
|
-
"description": "
|
|
583
|
-
"
|
|
584
|
-
|
|
1187
|
+
"description": "Extract text and data using AWS Textract.",
|
|
1188
|
+
"metadata": {
|
|
1189
|
+
"keywords": [
|
|
1190
|
+
"extract text",
|
|
1191
|
+
"extract data",
|
|
1192
|
+
"extract text from image",
|
|
1193
|
+
"extract data from image",
|
|
1194
|
+
"ocr"
|
|
1195
|
+
]
|
|
1196
|
+
},
|
|
1197
|
+
"documentationRef": "https://docs.camunda.io/docs/8.6/components/connectors/out-of-the-box-connectors/amazon-textract/",
|
|
1198
|
+
"version": 3,
|
|
585
1199
|
"category": {
|
|
586
1200
|
"id": "connectors",
|
|
587
1201
|
"name": "Connectors"
|
|
@@ -590,6 +1204,9 @@
|
|
|
590
1204
|
"elementType": {
|
|
591
1205
|
"value": "bpmn:ServiceTask"
|
|
592
1206
|
},
|
|
1207
|
+
"engines": {
|
|
1208
|
+
"camunda": "^8.6"
|
|
1209
|
+
},
|
|
593
1210
|
"groups": [
|
|
594
1211
|
{
|
|
595
1212
|
"id": "authentication",
|
|
@@ -603,6 +1220,10 @@
|
|
|
603
1220
|
"id": "input",
|
|
604
1221
|
"label": "Configure input"
|
|
605
1222
|
},
|
|
1223
|
+
{
|
|
1224
|
+
"id": "connector",
|
|
1225
|
+
"label": "Connector"
|
|
1226
|
+
},
|
|
606
1227
|
{
|
|
607
1228
|
"id": "output",
|
|
608
1229
|
"label": "Output mapping"
|
|
@@ -747,6 +1368,35 @@
|
|
|
747
1368
|
}
|
|
748
1369
|
]
|
|
749
1370
|
},
|
|
1371
|
+
{
|
|
1372
|
+
"id": "input.documentLocationType",
|
|
1373
|
+
"label": "Document location type",
|
|
1374
|
+
"description": "Document location",
|
|
1375
|
+
"optional": false,
|
|
1376
|
+
"value": "UPLOADED",
|
|
1377
|
+
"group": "input",
|
|
1378
|
+
"binding": {
|
|
1379
|
+
"name": "input.documentLocationType",
|
|
1380
|
+
"type": "zeebe:input"
|
|
1381
|
+
},
|
|
1382
|
+
"condition": {
|
|
1383
|
+
"property": "input.executionType",
|
|
1384
|
+
"equals": "SYNC",
|
|
1385
|
+
"type": "simple"
|
|
1386
|
+
},
|
|
1387
|
+
"tooltip": "<a href=\"https://docs.camunda.io/docs/8.7/apis-tools/camunda-api-rest/specifications/create-document-link/\">Camunda Document</a>",
|
|
1388
|
+
"type": "Dropdown",
|
|
1389
|
+
"choices": [
|
|
1390
|
+
{
|
|
1391
|
+
"name": "Camunda Document",
|
|
1392
|
+
"value": "UPLOADED"
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"name": "S3",
|
|
1396
|
+
"value": "S3"
|
|
1397
|
+
}
|
|
1398
|
+
]
|
|
1399
|
+
},
|
|
750
1400
|
{
|
|
751
1401
|
"id": "input.documentS3Bucket",
|
|
752
1402
|
"label": "Document bucket",
|
|
@@ -761,6 +1411,11 @@
|
|
|
761
1411
|
"name": "input.documentS3Bucket",
|
|
762
1412
|
"type": "zeebe:input"
|
|
763
1413
|
},
|
|
1414
|
+
"condition": {
|
|
1415
|
+
"property": "input.documentLocationType",
|
|
1416
|
+
"equals": "S3",
|
|
1417
|
+
"type": "simple"
|
|
1418
|
+
},
|
|
764
1419
|
"type": "String"
|
|
765
1420
|
},
|
|
766
1421
|
{
|
|
@@ -777,6 +1432,11 @@
|
|
|
777
1432
|
"name": "input.documentName",
|
|
778
1433
|
"type": "zeebe:input"
|
|
779
1434
|
},
|
|
1435
|
+
"condition": {
|
|
1436
|
+
"property": "input.documentLocationType",
|
|
1437
|
+
"equals": "S3",
|
|
1438
|
+
"type": "simple"
|
|
1439
|
+
},
|
|
780
1440
|
"type": "String"
|
|
781
1441
|
},
|
|
782
1442
|
{
|
|
@@ -790,17 +1450,22 @@
|
|
|
790
1450
|
"name": "input.documentVersion",
|
|
791
1451
|
"type": "zeebe:input"
|
|
792
1452
|
},
|
|
1453
|
+
"condition": {
|
|
1454
|
+
"property": "input.documentLocationType",
|
|
1455
|
+
"equals": "S3",
|
|
1456
|
+
"type": "simple"
|
|
1457
|
+
},
|
|
793
1458
|
"type": "String"
|
|
794
1459
|
},
|
|
795
1460
|
{
|
|
796
1461
|
"id": "input.analyzeTables",
|
|
797
1462
|
"label": "Analyze tables",
|
|
798
1463
|
"optional": false,
|
|
799
|
-
"feel": "static",
|
|
800
1464
|
"value": true,
|
|
801
1465
|
"constraints": {
|
|
802
1466
|
"notEmpty": true
|
|
803
1467
|
},
|
|
1468
|
+
"feel": "static",
|
|
804
1469
|
"group": "input",
|
|
805
1470
|
"binding": {
|
|
806
1471
|
"name": "input.analyzeTables",
|
|
@@ -811,12 +1476,12 @@
|
|
|
811
1476
|
{
|
|
812
1477
|
"id": "input.analyzeForms",
|
|
813
1478
|
"label": "Analyze form",
|
|
814
|
-
"feel": "static",
|
|
815
1479
|
"optional": false,
|
|
816
1480
|
"value": true,
|
|
817
1481
|
"constraints": {
|
|
818
1482
|
"notEmpty": true
|
|
819
1483
|
},
|
|
1484
|
+
"feel": "static",
|
|
820
1485
|
"group": "input",
|
|
821
1486
|
"binding": {
|
|
822
1487
|
"name": "input.analyzeForms",
|
|
@@ -827,12 +1492,12 @@
|
|
|
827
1492
|
{
|
|
828
1493
|
"id": "input.analyzeSignatures",
|
|
829
1494
|
"label": "Analyze signatures",
|
|
830
|
-
"feel": "static",
|
|
831
1495
|
"optional": false,
|
|
832
1496
|
"value": true,
|
|
833
1497
|
"constraints": {
|
|
834
1498
|
"notEmpty": true
|
|
835
1499
|
},
|
|
1500
|
+
"feel": "static",
|
|
836
1501
|
"group": "input",
|
|
837
1502
|
"binding": {
|
|
838
1503
|
"name": "input.analyzeSignatures",
|
|
@@ -843,12 +1508,12 @@
|
|
|
843
1508
|
{
|
|
844
1509
|
"id": "input.analyzeLayout",
|
|
845
1510
|
"label": "Analyze layout",
|
|
846
|
-
"feel": "static",
|
|
847
1511
|
"optional": false,
|
|
848
1512
|
"value": true,
|
|
849
1513
|
"constraints": {
|
|
850
1514
|
"notEmpty": true
|
|
851
1515
|
},
|
|
1516
|
+
"feel": "static",
|
|
852
1517
|
"group": "input",
|
|
853
1518
|
"binding": {
|
|
854
1519
|
"name": "input.analyzeLayout",
|
|
@@ -982,6 +1647,50 @@
|
|
|
982
1647
|
},
|
|
983
1648
|
"type": "String"
|
|
984
1649
|
},
|
|
1650
|
+
{
|
|
1651
|
+
"id": "input.document",
|
|
1652
|
+
"label": "Document",
|
|
1653
|
+
"optional": false,
|
|
1654
|
+
"constraints": {
|
|
1655
|
+
"notEmpty": true
|
|
1656
|
+
},
|
|
1657
|
+
"feel": "required",
|
|
1658
|
+
"group": "input",
|
|
1659
|
+
"binding": {
|
|
1660
|
+
"name": "input.document",
|
|
1661
|
+
"type": "zeebe:input"
|
|
1662
|
+
},
|
|
1663
|
+
"condition": {
|
|
1664
|
+
"property": "input.documentLocationType",
|
|
1665
|
+
"equals": "UPLOADED",
|
|
1666
|
+
"type": "simple"
|
|
1667
|
+
},
|
|
1668
|
+
"type": "String"
|
|
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
|
+
},
|
|
985
1694
|
{
|
|
986
1695
|
"id": "resultVariable",
|
|
987
1696
|
"label": "Result variable",
|
|
@@ -1035,7 +1744,6 @@
|
|
|
1035
1744
|
"label": "Retry backoff",
|
|
1036
1745
|
"description": "ISO-8601 duration to wait between retries",
|
|
1037
1746
|
"value": "PT0S",
|
|
1038
|
-
"feel": "optional",
|
|
1039
1747
|
"group": "retries",
|
|
1040
1748
|
"binding": {
|
|
1041
1749
|
"key": "retryBackoff",
|
|
@@ -1046,27 +1754,15 @@
|
|
|
1046
1754
|
],
|
|
1047
1755
|
"icon": {
|
|
1048
1756
|
"contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iODBweCIgaGVpZ2h0PSI4MHB4IiB2aWV3Qm94PSIwIDAgODAgODAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BbWF6b24tVGV4dHJhY3RfNjQ8L3RpdGxlPgogICAgPGcgaWQ9Ikljb24tQXJjaGl0ZWN0dXJlLzY0L0FyY2hfQW1hem9uLVRleHRyYWN0XzY0IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iSWNvbi1BcmNoaXRlY3R1cmUtQkcvNjQvTWFjaGluZS1MZWFybmluZyIgZmlsbD0iIzk5NjlmNyI+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHg9IjAiIHk9IjAiIHdpZHRoPSI4MCIgaGVpZ2h0PSI4MCI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSJNMjIuMDYyNDEwMiw1MCBDMjQuMzc2Mzg5NSw1My42MDMgMjguNDEwMzUzNSw1NiAzMy4wMDAzMTI1LDU2IEM0MC4xNjcyNDg1LDU2IDQ1Ljk5OTE5NjQsNTAuMTY4IDQ1Ljk5OTE5NjQsNDMgQzQ1Ljk5OTE5NjQsMzUuODMyIDQwLjE2NzI0ODUsMzAgMzMuMDAwMzEyNSwzMCBDMjcuNjAzMzYwNywzMCAyMi45NjY0MDIxLDMzLjMwNyAyMS4wMDI0MTk2LDM4IEwyMy4yMTQzOTk5LDM4IEMyNS4wMzkzODM2LDM0LjQ0NCAyOC43MzYzNTA2LDMyIDMzLjAwMDMxMjUsMzIgQzM5LjA2NTI1ODMsMzIgNDMuOTk5MjE0MywzNi45MzUgNDMuOTk5MjE0Myw0MyBDNDMuOTk5MjE0Myw0OS4wNjUgMzkuMDY1MjU4Myw1NCAzMy4wMDAzMTI1LDU0IEMyOS41OTEzNDI5LDU0IDI2LjU0MTM3MDIsNTIuNDQxIDI0LjUyMTM4ODIsNTAgTDIyLjA2MjQxMDIsNTAgWiBNMzcuMDAwMjc2OCw0NSBMMzcuMDAwMjc2OCw0MyBMNDEuOTk5MjMyMSw0MyBDNDEuOTk5MjMyMSwzOC4wMzggMzcuOTYyMjY4MiwzNCAzMy4wMDAzMTI1LDM0IEMyOC4wMzczNTY4LDM0IDIzLjk5OTM5MjksMzguMDM4IDIzLjk5OTM5MjksNDMgTDI4Ljk5OTM0ODIsNDMgTDI4Ljk5OTM0ODIsNDUgTDI0LjIzMTM5MDgsNDUgQzI1LjE0NDM4MjYsNDkuMDAyIDI4LjcyNTM1MDcsNTIgMzMuMDAwMzEyNSw1MiBDMzUuMTM2MjkzNCw1MiAzNy4wOTkyNzU5LDUxLjI0OSAzOC42NDQyNjIxLDUwIEwzNC4wMDAzMDM2LDUwIEwzNC4wMDAzMDM2LDQ4IEw0MC40NzgyNDU3LDQ4IEM0MS4wODEyNDAzLDQ3LjEwMiA0MS41MjAyMzY0LDQ2LjA4NyA0MS43NjgyMzQyLDQ1IEwzNy4wMDAyNzY4LDQ1IFogTTIxLjAwMjQxOTYsNDggTDIzLjIxNDM5OTksNDggQzIyLjQ0MzQwNjgsNDYuNDk4IDIyLjAwMDQxMDcsNDQuODAxIDIyLjAwMDQxMDcsNDMgQzIyLjAwMDQxMDcsNDEuOTU5IDIyLjE1NTQwOTMsNDAuOTU1IDIyLjQyNjQwNjksNDAgTDIwLjM2MzQyNTMsNDAgQzIwLjEzNDQyNzQsNDAuOTY1IDE5Ljk5OTQyODYsNDEuOTY2IDE5Ljk5OTQyODYsNDMgQzE5Ljk5OTQyODYsNDQuNzcxIDIwLjM1ODQyNTQsNDYuNDYgMjEuMDAyNDE5Niw0OCBMMjEuMDAyNDE5Niw0OCBaIE0xOS43NDM0MzA5LDUwIEwxNy4wMDA0NTU0LDUwIEwxNy4wMDA0NTU0LDQ4IEwxOC44NzQ0Mzg2LDQ4IEMxOC41MzQ0NDE3LDQ3LjA0IDE4LjI4OTQ0MzgsNDYuMDM4IDE4LjE0OTQ0NTEsNDUgTDE1LjQxNDQ2OTUsNDUgTDE2LjcwNzQ1OCw0Ni4yOTMgTDE1LjI5MjQ3MDYsNDcuNzA3IEwxMi4yOTI0OTc0LDQ0LjcwNyBDMTEuOTAyNTAwOSw0NC4zMTYgMTEuOTAyNTAwOSw0My42ODQgMTIuMjkyNDk3NCw0My4yOTMgTDE1LjI5MjQ3MDYsNDAuMjkzIEwxNi43MDc0NTgsNDEuNzA3IEwxNS40MTQ0Njk1LDQzIEwxOC4wMDA0NDY0LDQzIEMxOC4wMDA0NDY0LDQxLjk3MyAxOC4xMDQ0NDU1LDQwLjk3IDE4LjMwMjQ0MzcsNDAgTDE3LjAwMDQ1NTQsNDAgTDE3LjAwMDQ1NTQsMzggTDE4Ljg3NDQzODYsMzggQzIwLjk0MDQyMDIsMzIuMTg0IDI2LjQ4MzM3MDcsMjggMzMuMDAwMzEyNSwyOCBDMzcuNDI3MjczLDI4IDQxLjQwMDIzNzUsMjkuOTM5IDQ0LjE0ODIxMywzMyBMNTkuMDAwMDgwNCwzMyBMNTkuMDAwMDgwNCwzNSBMNDUuNjY2MTk5NCwzNSBDNDcuMTM1MTg2MywzNy4zMTggNDcuOTk5MTc4Niw0MC4wNTggNDcuOTk5MTc4Niw0MyBMNTkuMDAwMDgwNCw0MyBMNTkuMDAwMDgwNCw0NSBMNDcuODUwMTc5OSw0NSBDNDYuODY4MTg4Nyw1Mi4zMjcgNDAuNTkxMjQ0Nyw1OCAzMy4wMDAzMTI1LDU4IEMyNy4yNTYzNjM4LDU4IDIyLjI2MjQwODQsNTQuNzUyIDE5Ljc0MzQzMDksNTAgTDE5Ljc0MzQzMDksNTAgWiBNMzcuMDAwMjc2OCwzOSBDMzcuMDAwMjc2OCwzOC40NDggMzYuNTUyMjgwOCwzOCAzNi4wMDAyODU3LDM4IEwyOS45OTkzNDgyLDM4IEMyOS40NDczNDQyLDM4IDI4Ljk5OTM0ODIsMzguNDQ4IDI4Ljk5OTM0ODIsMzkgTDI4Ljk5OTM0ODIsNDEgTDMxLjAwMDMzMDQsNDEgTDMxLjAwMDMzMDQsNDAgTDMyLjAwMDMyMTQsNDAgTDMyLjAwMDMyMTQsNDMgTDMxLjAwMDMzMDQsNDMgTDMxLjAwMDMzMDQsNDUgTDM1LjAwMDI5NDYsNDUgTDM1LjAwMDI5NDYsNDMgTDM0LjAwMDMwMzYsNDMgTDM0LjAwMDMwMzYsNDAgTDM1LjAwMDI5NDYsNDAgTDM1LjAwMDI5NDYsNDEgTDM3LjAwMDI3NjgsNDEgTDM3LjAwMDI3NjgsMzkgWiBNNDkuMDAwMTY5Niw0MCBMNTkuMDAwMDgwNCw0MCBMNTkuMDAwMDgwNCwzOCBMNDkuMDAwMTY5NiwzOCBMNDkuMDAwMTY5Niw0MCBaIE00OS4wMDAxNjk2LDUwIEw1OS4wMDAwODA0LDUwIEw1OS4wMDAwODA0LDQ4IEw0OS4wMDAxNjk2LDQ4IEw0OS4wMDAxNjk2LDUwIFogTTU3LjAwMDA5ODIsMjcgTDYwLjU4NTA2NjIsMjcgTDU3LjAwMDA5ODIsMjMuNDE0IEw1Ny4wMDAwOTgyLDI3IFogTTYzLjcwNzAzODMsMjcuMjkzIEM2My44OTQwMzY3LDI3LjQ4IDY0LjAwMDAzNTcsMjcuNzM1IDY0LjAwMDAzNTcsMjggTDY0LjAwMDAzNTcsNjMgQzY0LjAwMDAzNTcsNjMuNTUyIDYzLjU1MjAzOTcsNjQgNjMuMDAwMDQ0Niw2NCBMMzIuMDAwMzMwNCw2NCBDMzEuNDQ3MzI2NCw2NCAzMS4wMDAzMzA0LDYzLjU1MiAzMS4wMDAzMzA0LDYzIEwzMS4wMDAzMzA0LDU5IEwzMy4wMDAzMTI1LDU5IEwzMy4wMDAzMTI1LDYyIEw2Mi4wMDAwNTM2LDYyIEw2Mi4wMDAwNTM2LDI5IEw1Ni4wMDAxMDcxLDI5IEM1NS40NDcxMTIxLDI5IDU1LjAwMDExNjEsMjguNTUyIDU1LjAwMDExNjEsMjggTDU1LjAwMDExNjEsMjIgTDMzLjAwMDMxMjUsMjIgTDMzLjAwMDMxMjUsMjcgTDMxLjAwMDMzMDQsMjcgTDMxLjAwMDMzMDQsMjEgQzMxLjAwMDMzMDQsMjAuNDQ4IDMxLjQ0NzMyNjQsMjAgMzIuMDAwMzMwNCwyMCBMNTYuMDAwMTA3MSwyMCBDNTYuMjY1MTA0OCwyMCA1Ni41MTkxMDI1LDIwLjEwNSA1Ni43MDcxMDA4LDIwLjI5MyBMNjMuNzA3MDM4MywyNy4yOTMgWiBNNjgsMjQuMTY2IEw2OCw2MSBDNjgsNjEuNTUyIDY3LjU1MjAwNCw2MiA2Ny4wMDAwMDg5LDYyIEw2NS4wMDAwMjY4LDYyIEw2NS4wMDAwMjY4LDYwIEw2Ni4wMDAwMTc5LDYwIEw2Ni4wMDAwMTc5LDI0LjYxMiBMNTguNjE3MDgzOCwxOCBMMzYuMDAwMjg1NywxOCBMMzYuMDAwMjg1NywxOSBMMzQuMDAwMzAzNiwxOSBMMzQuMDAwMzAzNiwxNyBDMzQuMDAwMzAzNiwxNi40NDggMzQuNDQ3Mjk5NiwxNiAzNS4wMDAzMDM2LDE2IEw1OS4wMDAwODA0LDE2IEM1OS4yNDYwNzgyLDE2IDU5LjQ4MzA3NiwxNi4wOTEgNTkuNjY2MDc0NCwxNi4yNTUgTDY3LjY2NjAwMywyMy40MiBDNjcuODc4MDAxMSwyMy42MSA2OCwyMy44ODEgNjgsMjQuMTY2IEw2OCwyNC4xNjYgWiIgaWQ9IkFtYXpvbi1UZXh0cmFjdF9JY29uXzY0X1NxdWlkIiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
1049
|
-
},
|
|
1050
|
-
"engines": {
|
|
1051
|
-
"camunda": "^8.6"
|
|
1052
1757
|
}
|
|
1053
1758
|
},
|
|
1054
1759
|
{
|
|
1055
1760
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1056
1761
|
"name": "AWS Textract Outbound Connector",
|
|
1057
1762
|
"id": "io.camunda.connectors.AWSTEXTRACT.v1",
|
|
1058
|
-
"description": "
|
|
1059
|
-
"
|
|
1060
|
-
|
|
1061
|
-
"extract text",
|
|
1062
|
-
"extract data",
|
|
1063
|
-
"extract text from image",
|
|
1064
|
-
"extract data from image",
|
|
1065
|
-
"ocr"
|
|
1066
|
-
]
|
|
1067
|
-
},
|
|
1068
|
-
"documentationRef": "https://docs.camunda.io/docs/8.6/components/connectors/out-of-the-box-connectors/amazon-textract/",
|
|
1069
|
-
"version": 2,
|
|
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,
|
|
1070
1766
|
"category": {
|
|
1071
1767
|
"id": "connectors",
|
|
1072
1768
|
"name": "Connectors"
|
|
@@ -1075,9 +1771,6 @@
|
|
|
1075
1771
|
"elementType": {
|
|
1076
1772
|
"value": "bpmn:ServiceTask"
|
|
1077
1773
|
},
|
|
1078
|
-
"engines": {
|
|
1079
|
-
"camunda": "^8.6"
|
|
1080
|
-
},
|
|
1081
1774
|
"groups": [
|
|
1082
1775
|
{
|
|
1083
1776
|
"id": "authentication",
|
|
@@ -1235,35 +1928,6 @@
|
|
|
1235
1928
|
}
|
|
1236
1929
|
]
|
|
1237
1930
|
},
|
|
1238
|
-
{
|
|
1239
|
-
"id": "input.documentLocationType",
|
|
1240
|
-
"label": "Document location type",
|
|
1241
|
-
"description": "Document location",
|
|
1242
|
-
"optional": false,
|
|
1243
|
-
"value": "UPLOADED",
|
|
1244
|
-
"group": "input",
|
|
1245
|
-
"binding": {
|
|
1246
|
-
"name": "input.documentLocationType",
|
|
1247
|
-
"type": "zeebe:input"
|
|
1248
|
-
},
|
|
1249
|
-
"condition": {
|
|
1250
|
-
"property": "input.executionType",
|
|
1251
|
-
"equals": "SYNC",
|
|
1252
|
-
"type": "simple"
|
|
1253
|
-
},
|
|
1254
|
-
"tooltip": "<a href=\"https://docs.camunda.io/docs/8.7/apis-tools/camunda-api-rest/specifications/create-document-link/\">Camunda Document</a>",
|
|
1255
|
-
"type": "Dropdown",
|
|
1256
|
-
"choices": [
|
|
1257
|
-
{
|
|
1258
|
-
"name": "Camunda Document",
|
|
1259
|
-
"value": "UPLOADED"
|
|
1260
|
-
},
|
|
1261
|
-
{
|
|
1262
|
-
"name": "S3",
|
|
1263
|
-
"value": "S3"
|
|
1264
|
-
}
|
|
1265
|
-
]
|
|
1266
|
-
},
|
|
1267
1931
|
{
|
|
1268
1932
|
"id": "input.documentS3Bucket",
|
|
1269
1933
|
"label": "Document bucket",
|
|
@@ -1278,11 +1942,6 @@
|
|
|
1278
1942
|
"name": "input.documentS3Bucket",
|
|
1279
1943
|
"type": "zeebe:input"
|
|
1280
1944
|
},
|
|
1281
|
-
"condition": {
|
|
1282
|
-
"property": "input.documentLocationType",
|
|
1283
|
-
"equals": "S3",
|
|
1284
|
-
"type": "simple"
|
|
1285
|
-
},
|
|
1286
1945
|
"type": "String"
|
|
1287
1946
|
},
|
|
1288
1947
|
{
|
|
@@ -1299,11 +1958,6 @@
|
|
|
1299
1958
|
"name": "input.documentName",
|
|
1300
1959
|
"type": "zeebe:input"
|
|
1301
1960
|
},
|
|
1302
|
-
"condition": {
|
|
1303
|
-
"property": "input.documentLocationType",
|
|
1304
|
-
"equals": "S3",
|
|
1305
|
-
"type": "simple"
|
|
1306
|
-
},
|
|
1307
1961
|
"type": "String"
|
|
1308
1962
|
},
|
|
1309
1963
|
{
|
|
@@ -1317,22 +1971,17 @@
|
|
|
1317
1971
|
"name": "input.documentVersion",
|
|
1318
1972
|
"type": "zeebe:input"
|
|
1319
1973
|
},
|
|
1320
|
-
"condition": {
|
|
1321
|
-
"property": "input.documentLocationType",
|
|
1322
|
-
"equals": "S3",
|
|
1323
|
-
"type": "simple"
|
|
1324
|
-
},
|
|
1325
1974
|
"type": "String"
|
|
1326
1975
|
},
|
|
1327
1976
|
{
|
|
1328
1977
|
"id": "input.analyzeTables",
|
|
1329
1978
|
"label": "Analyze tables",
|
|
1330
1979
|
"optional": false,
|
|
1980
|
+
"feel": "static",
|
|
1331
1981
|
"value": true,
|
|
1332
1982
|
"constraints": {
|
|
1333
1983
|
"notEmpty": true
|
|
1334
1984
|
},
|
|
1335
|
-
"feel": "static",
|
|
1336
1985
|
"group": "input",
|
|
1337
1986
|
"binding": {
|
|
1338
1987
|
"name": "input.analyzeTables",
|
|
@@ -1343,12 +1992,12 @@
|
|
|
1343
1992
|
{
|
|
1344
1993
|
"id": "input.analyzeForms",
|
|
1345
1994
|
"label": "Analyze form",
|
|
1995
|
+
"feel": "static",
|
|
1346
1996
|
"optional": false,
|
|
1347
1997
|
"value": true,
|
|
1348
1998
|
"constraints": {
|
|
1349
1999
|
"notEmpty": true
|
|
1350
2000
|
},
|
|
1351
|
-
"feel": "static",
|
|
1352
2001
|
"group": "input",
|
|
1353
2002
|
"binding": {
|
|
1354
2003
|
"name": "input.analyzeForms",
|
|
@@ -1359,12 +2008,12 @@
|
|
|
1359
2008
|
{
|
|
1360
2009
|
"id": "input.analyzeSignatures",
|
|
1361
2010
|
"label": "Analyze signatures",
|
|
2011
|
+
"feel": "static",
|
|
1362
2012
|
"optional": false,
|
|
1363
2013
|
"value": true,
|
|
1364
2014
|
"constraints": {
|
|
1365
2015
|
"notEmpty": true
|
|
1366
2016
|
},
|
|
1367
|
-
"feel": "static",
|
|
1368
2017
|
"group": "input",
|
|
1369
2018
|
"binding": {
|
|
1370
2019
|
"name": "input.analyzeSignatures",
|
|
@@ -1375,12 +2024,12 @@
|
|
|
1375
2024
|
{
|
|
1376
2025
|
"id": "input.analyzeLayout",
|
|
1377
2026
|
"label": "Analyze layout",
|
|
2027
|
+
"feel": "static",
|
|
1378
2028
|
"optional": false,
|
|
1379
2029
|
"value": true,
|
|
1380
2030
|
"constraints": {
|
|
1381
2031
|
"notEmpty": true
|
|
1382
2032
|
},
|
|
1383
|
-
"feel": "static",
|
|
1384
2033
|
"group": "input",
|
|
1385
2034
|
"binding": {
|
|
1386
2035
|
"name": "input.analyzeLayout",
|
|
@@ -1514,26 +2163,6 @@
|
|
|
1514
2163
|
},
|
|
1515
2164
|
"type": "String"
|
|
1516
2165
|
},
|
|
1517
|
-
{
|
|
1518
|
-
"id": "input.document",
|
|
1519
|
-
"label": "Document",
|
|
1520
|
-
"optional": false,
|
|
1521
|
-
"constraints": {
|
|
1522
|
-
"notEmpty": true
|
|
1523
|
-
},
|
|
1524
|
-
"feel": "required",
|
|
1525
|
-
"group": "input",
|
|
1526
|
-
"binding": {
|
|
1527
|
-
"name": "input.document",
|
|
1528
|
-
"type": "zeebe:input"
|
|
1529
|
-
},
|
|
1530
|
-
"condition": {
|
|
1531
|
-
"property": "input.documentLocationType",
|
|
1532
|
-
"equals": "UPLOADED",
|
|
1533
|
-
"type": "simple"
|
|
1534
|
-
},
|
|
1535
|
-
"type": "String"
|
|
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
|
|
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":
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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": "
|
|
2798
|
+
"value": "5",
|
|
2149
2799
|
"group": "connector",
|
|
2150
2800
|
"binding": {
|
|
2151
2801
|
"key": "elementTemplateVersion",
|
|
@@ -2217,7 +2867,7 @@
|
|
|
2217
2867
|
"id": "retryBackoff",
|
|
2218
2868
|
"label": "Retry backoff",
|
|
2219
2869
|
"description": "ISO-8601 duration to wait between retries",
|
|
2220
|
-
"value": "
|
|
2870
|
+
"value": "PT30S",
|
|
2221
2871
|
"group": "retries",
|
|
2222
2872
|
"binding": {
|
|
2223
2873
|
"key": "retryBackoff",
|
|
@@ -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
|
}
|