@camunda/connectors-element-templates 1.0.17 → 1.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/connectors.js +12 -2
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +2 -5
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +6 -6
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +6 -6
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +6 -6
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +6 -6
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +10 -13
- package/src/element-templates/agenticai-aiagent-job-worker.json +3774 -33
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +7968 -4288
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +2 -5
- package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -5
- package/src/element-templates/asana-connector.json +718 -7
- package/src/element-templates/automation-anywhere-outbound-connector.json +1175 -1171
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
- package/src/element-templates/aws-bedrock-outbound-connector.json +775 -38
- package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1407 -1407
- package/src/element-templates/aws-eventbridge-connector-boundary.json +370 -5
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
- package/src/element-templates/aws-eventbridge-connector-message-start.json +399 -0
- package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
- package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
- package/src/element-templates/aws-lambda-outbound-connector.json +472 -468
- package/src/element-templates/aws-s3-outbound-connector.json +656 -15
- package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
- package/src/element-templates/aws-sns-inbound-boundary.json +230 -223
- package/src/element-templates/aws-sns-inbound-intermediate.json +486 -479
- package/src/element-templates/aws-sns-inbound-message-start.json +240 -233
- package/src/element-templates/aws-sns-inbound-receive.json +13 -6
- package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
- package/src/element-templates/aws-sns-outbound-connector.json +390 -386
- package/src/element-templates/aws-sqs-boundary-connector.json +472 -468
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +388 -384
- package/src/element-templates/aws-sqs-outbound-connector.json +402 -400
- package/src/element-templates/aws-sqs-receive-connector.json +15 -11
- package/src/element-templates/aws-sqs-start-event-connector.json +571 -563
- package/src/element-templates/aws-sqs-start-message.json +866 -862
- package/src/element-templates/aws-textract-outbound-connector.json +358 -354
- package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
- package/src/element-templates/azure-open-ai-connector.json +1325 -0
- package/src/element-templates/blue-prism-connector.json +595 -50
- package/src/element-templates/box-outbound-connector.json +924 -12
- package/src/element-templates/csv-outbound-connector.json +39 -31
- package/src/element-templates/easy-post-connector.json +1088 -120
- package/src/element-templates/email-inbound-connector-boundary.json +16 -8
- package/src/element-templates/email-inbound-connector-intermediate.json +16 -8
- package/src/element-templates/email-inbound-connector-receive.json +564 -0
- package/src/element-templates/email-message-start-event-connector.json +16 -8
- package/src/element-templates/email-outbound-connector.json +2114 -241
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
- package/src/element-templates/github-connector.json +12587 -9052
- package/src/element-templates/github-webhook-connector-boundary.json +27 -29
- package/src/element-templates/github-webhook-connector-intermediate.json +40 -42
- package/src/element-templates/github-webhook-connector-message-start.json +19 -21
- package/src/element-templates/github-webhook-connector-receive.json +13 -15
- package/src/element-templates/github-webhook-connector-start-event.json +11 -13
- package/src/element-templates/gitlab-connector.json +4756 -3124
- package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
- package/src/element-templates/google-drive-outbound-connector.json +1285 -665
- package/src/element-templates/google-gemini-outbound-connector.json +117 -109
- package/src/element-templates/google-maps-platform-connector.json +1055 -26
- package/src/element-templates/google-sheets-outbound-connector.json +2413 -1419
- package/src/element-templates/graphql-outbound-connector.json +1136 -1127
- package/src/element-templates/http-json-connector.json +2779 -2129
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +1483 -1472
- package/src/element-templates/http-polling-connector.json +746 -735
- package/src/element-templates/hubspot-outbound-connector.json +2376 -30
- package/src/element-templates/hugging-face-connector.json +249 -18
- package/src/element-templates/jdbc-outbound-connector.json +62 -48
- package/src/element-templates/kafka-inbound-connector-boundary.json +528 -519
- package/src/element-templates/kafka-inbound-connector-intermediate.json +729 -720
- package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
- package/src/element-templates/kafka-inbound-connector-start-message.json +628 -619
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +666 -660
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
- package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
- package/src/element-templates/microsoft-teams-outbound-connector.json +4161 -1997
- package/src/element-templates/openai-connector.json +579 -116
- package/src/element-templates/operate-connector.json +1219 -67
- package/src/element-templates/power-automate-connector.json +604 -12
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +863 -854
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +926 -917
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +469 -460
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +601 -592
- package/src/element-templates/rabbitmq-outbound-connector.json +634 -628
- package/src/element-templates/rpa-connector.json +346 -0
- package/src/element-templates/salesforce-connector.json +553 -9
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
- package/src/element-templates/send-message-connector-message-end-event.json +10 -5
- package/src/element-templates/send-message-connector-send-task.json +10 -5
- package/src/element-templates/sendgrid-outbound-connector.json +1380 -772
- package/src/element-templates/servicenow-connector.json +971 -3
- package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
- package/src/element-templates/servicenow-incident-connector.json +980 -3
- package/src/element-templates/slack-inbound-boundary.json +389 -91
- package/src/element-templates/slack-inbound-intermediate.json +393 -95
- package/src/element-templates/slack-inbound-message-start.json +566 -236
- package/src/element-templates/slack-inbound-receive.json +297 -0
- package/src/element-templates/slack-inbound-start-event.json +127 -122
- package/src/element-templates/slack-outbound-connector.json +2613 -915
- package/src/element-templates/soap-outbound-connector.json +812 -2
- package/src/element-templates/twilio-connector.json +1514 -34
- package/src/element-templates/twilio-webhook-boundary-connector.json +29 -20
- package/src/element-templates/twilio-webhook-connector.json +238 -8
- package/src/element-templates/twilio-webhook-intermediate-connector.json +39 -30
- package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
- package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
- package/src/element-templates/uipath-connector.json +607 -15
- package/src/element-templates/webhook-connector-boundary.json +1218 -1208
- package/src/element-templates/webhook-connector-intermediate.json +1837 -1827
- package/src/element-templates/webhook-connector-receive.json +55 -45
- package/src/element-templates/webhook-connector-start-event.json +1299 -1292
- package/src/element-templates/webhook-connector-start-message.json +711 -701
- package/src/element-templates/whatsapp-connector.json +339 -5
- package/src/element-templates/http-connector.json.json +0 -654
|
@@ -4,17 +4,21 @@
|
|
|
4
4
|
"name": "AWS Textract Outbound Connector",
|
|
5
5
|
"id": "io.camunda.connectors.AWSTEXTRACT.v1",
|
|
6
6
|
"description": "Extract text and data using AWS Textract.",
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
7
|
+
"keywords": [
|
|
8
|
+
"extract text",
|
|
9
|
+
"extract data",
|
|
10
|
+
"extract text from image",
|
|
11
|
+
"extract data from image",
|
|
12
|
+
"ocr",
|
|
13
|
+
"OCR",
|
|
14
|
+
"document processing",
|
|
15
|
+
"text extraction",
|
|
16
|
+
"analyze document",
|
|
17
|
+
"asynchronous",
|
|
18
|
+
"real-time"
|
|
19
|
+
],
|
|
16
20
|
"documentationRef": "https://docs.camunda.io/docs/8.6/components/connectors/out-of-the-box-connectors/amazon-textract/",
|
|
17
|
-
"version":
|
|
21
|
+
"version": 4,
|
|
18
22
|
"category": {
|
|
19
23
|
"id": "connectors",
|
|
20
24
|
"name": "Connectors"
|
|
@@ -35,9 +39,17 @@
|
|
|
35
39
|
"id": "configuration",
|
|
36
40
|
"label": "Configuration"
|
|
37
41
|
},
|
|
42
|
+
{
|
|
43
|
+
"id": "document",
|
|
44
|
+
"label": "Input document"
|
|
45
|
+
},
|
|
38
46
|
{
|
|
39
47
|
"id": "input",
|
|
40
|
-
"label": "
|
|
48
|
+
"label": "Operation configuration"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"id": "advanced",
|
|
52
|
+
"label": "Advanced configuration"
|
|
41
53
|
},
|
|
42
54
|
{
|
|
43
55
|
"id": "connector",
|
|
@@ -157,53 +169,17 @@
|
|
|
157
169
|
},
|
|
158
170
|
"type": "Hidden"
|
|
159
171
|
},
|
|
160
|
-
{
|
|
161
|
-
"id": "input.executionType",
|
|
162
|
-
"label": "Execution type",
|
|
163
|
-
"description": "Endpoint inference type",
|
|
164
|
-
"optional": false,
|
|
165
|
-
"value": "ASYNC",
|
|
166
|
-
"constraints": {
|
|
167
|
-
"notEmpty": true
|
|
168
|
-
},
|
|
169
|
-
"group": "input",
|
|
170
|
-
"binding": {
|
|
171
|
-
"name": "input.executionType",
|
|
172
|
-
"type": "zeebe:input"
|
|
173
|
-
},
|
|
174
|
-
"type": "Dropdown",
|
|
175
|
-
"choices": [
|
|
176
|
-
{
|
|
177
|
-
"name": "Asynchronous",
|
|
178
|
-
"value": "ASYNC"
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
"name": "Real-time",
|
|
182
|
-
"value": "SYNC"
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"name": "Polling",
|
|
186
|
-
"value": "POLLING"
|
|
187
|
-
}
|
|
188
|
-
]
|
|
189
|
-
},
|
|
190
172
|
{
|
|
191
173
|
"id": "input.documentLocationType",
|
|
192
|
-
"label": "Document
|
|
193
|
-
"description": "Document
|
|
174
|
+
"label": "Document source",
|
|
175
|
+
"description": "Document source of the input document that should be analyzed.",
|
|
194
176
|
"optional": false,
|
|
195
|
-
"value": "
|
|
196
|
-
"group": "
|
|
177
|
+
"value": "S3",
|
|
178
|
+
"group": "document",
|
|
197
179
|
"binding": {
|
|
198
180
|
"name": "input.documentLocationType",
|
|
199
181
|
"type": "zeebe:input"
|
|
200
182
|
},
|
|
201
|
-
"condition": {
|
|
202
|
-
"property": "input.executionType",
|
|
203
|
-
"equals": "SYNC",
|
|
204
|
-
"type": "simple"
|
|
205
|
-
},
|
|
206
|
-
"tooltip": "<a href=\"https://docs.camunda.io/docs/8.7/apis-tools/camunda-api-rest/specifications/create-document-link/\">Camunda Document</a>",
|
|
207
183
|
"type": "Dropdown",
|
|
208
184
|
"choices": [
|
|
209
185
|
{
|
|
@@ -219,13 +195,13 @@
|
|
|
219
195
|
{
|
|
220
196
|
"id": "input.documentS3Bucket",
|
|
221
197
|
"label": "Document bucket",
|
|
222
|
-
"description": "S3 bucket that contains document that
|
|
198
|
+
"description": "S3 bucket that contains document that should be analyzed.",
|
|
223
199
|
"optional": false,
|
|
224
200
|
"constraints": {
|
|
225
201
|
"notEmpty": true
|
|
226
202
|
},
|
|
227
203
|
"feel": "optional",
|
|
228
|
-
"group": "
|
|
204
|
+
"group": "document",
|
|
229
205
|
"binding": {
|
|
230
206
|
"name": "input.documentS3Bucket",
|
|
231
207
|
"type": "zeebe:input"
|
|
@@ -239,14 +215,14 @@
|
|
|
239
215
|
},
|
|
240
216
|
{
|
|
241
217
|
"id": "input.documentName",
|
|
242
|
-
"label": "Document
|
|
243
|
-
"description": "S3 document
|
|
218
|
+
"label": "Document name",
|
|
219
|
+
"description": "S3 document name of the document that should be analyzed.",
|
|
244
220
|
"optional": false,
|
|
245
221
|
"constraints": {
|
|
246
222
|
"notEmpty": true
|
|
247
223
|
},
|
|
248
224
|
"feel": "optional",
|
|
249
|
-
"group": "
|
|
225
|
+
"group": "document",
|
|
250
226
|
"binding": {
|
|
251
227
|
"name": "input.documentName",
|
|
252
228
|
"type": "zeebe:input"
|
|
@@ -261,10 +237,10 @@
|
|
|
261
237
|
{
|
|
262
238
|
"id": "input.documentVersion",
|
|
263
239
|
"label": "Document version",
|
|
264
|
-
"description": "S3 document version
|
|
240
|
+
"description": "S3 document version of the document that should be analyzed.",
|
|
265
241
|
"optional": true,
|
|
266
242
|
"feel": "optional",
|
|
267
|
-
"group": "
|
|
243
|
+
"group": "document",
|
|
268
244
|
"binding": {
|
|
269
245
|
"name": "input.documentVersion",
|
|
270
246
|
"type": "zeebe:input"
|
|
@@ -276,9 +252,66 @@
|
|
|
276
252
|
},
|
|
277
253
|
"type": "String"
|
|
278
254
|
},
|
|
255
|
+
{
|
|
256
|
+
"id": "input.document",
|
|
257
|
+
"label": "Camunda Document",
|
|
258
|
+
"description": "The Camunda document of the process that should be analyzed.",
|
|
259
|
+
"optional": false,
|
|
260
|
+
"constraints": {
|
|
261
|
+
"notEmpty": true
|
|
262
|
+
},
|
|
263
|
+
"feel": "required",
|
|
264
|
+
"group": "document",
|
|
265
|
+
"binding": {
|
|
266
|
+
"name": "input.document",
|
|
267
|
+
"type": "zeebe:input"
|
|
268
|
+
},
|
|
269
|
+
"condition": {
|
|
270
|
+
"property": "input.documentLocationType",
|
|
271
|
+
"equals": "UPLOADED",
|
|
272
|
+
"type": "simple"
|
|
273
|
+
},
|
|
274
|
+
"type": "String"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"id": "input.executionType",
|
|
278
|
+
"label": "Execution type",
|
|
279
|
+
"description": "How the document should be processes. See more info in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-textract/#execution-types\" target=\"_blank\">documentation</a>.",
|
|
280
|
+
"optional": false,
|
|
281
|
+
"value": "POLLING",
|
|
282
|
+
"constraints": {
|
|
283
|
+
"notEmpty": true
|
|
284
|
+
},
|
|
285
|
+
"group": "input",
|
|
286
|
+
"binding": {
|
|
287
|
+
"name": "input.executionType",
|
|
288
|
+
"type": "zeebe:input"
|
|
289
|
+
},
|
|
290
|
+
"condition": {
|
|
291
|
+
"property": "input.documentLocationType",
|
|
292
|
+
"equals": "S3",
|
|
293
|
+
"type": "simple"
|
|
294
|
+
},
|
|
295
|
+
"type": "Dropdown",
|
|
296
|
+
"choices": [
|
|
297
|
+
{
|
|
298
|
+
"name": "Asynchronous",
|
|
299
|
+
"value": "ASYNC"
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"name": "Real-time",
|
|
303
|
+
"value": "SYNC"
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"name": "Polling",
|
|
307
|
+
"value": "POLLING"
|
|
308
|
+
}
|
|
309
|
+
]
|
|
310
|
+
},
|
|
279
311
|
{
|
|
280
312
|
"id": "input.analyzeTables",
|
|
281
313
|
"label": "Analyze tables",
|
|
314
|
+
"description": "Select this to return information about the tables that are detected in the input document.",
|
|
282
315
|
"optional": false,
|
|
283
316
|
"value": true,
|
|
284
317
|
"constraints": {
|
|
@@ -295,6 +328,7 @@
|
|
|
295
328
|
{
|
|
296
329
|
"id": "input.analyzeForms",
|
|
297
330
|
"label": "Analyze form",
|
|
331
|
+
"description": "Select this to return information detected form data.",
|
|
298
332
|
"optional": false,
|
|
299
333
|
"value": true,
|
|
300
334
|
"constraints": {
|
|
@@ -311,6 +345,7 @@
|
|
|
311
345
|
{
|
|
312
346
|
"id": "input.analyzeSignatures",
|
|
313
347
|
"label": "Analyze signatures",
|
|
348
|
+
"description": "Select this to return the locations of detected signatures.",
|
|
314
349
|
"optional": false,
|
|
315
350
|
"value": true,
|
|
316
351
|
"constraints": {
|
|
@@ -327,8 +362,9 @@
|
|
|
327
362
|
{
|
|
328
363
|
"id": "input.analyzeLayout",
|
|
329
364
|
"label": "Analyze layout",
|
|
365
|
+
"description": "Select this to return information about the layout of the document.",
|
|
330
366
|
"optional": false,
|
|
331
|
-
"value":
|
|
367
|
+
"value": false,
|
|
332
368
|
"constraints": {
|
|
333
369
|
"notEmpty": true
|
|
334
370
|
},
|
|
@@ -341,32 +377,50 @@
|
|
|
341
377
|
"type": "Boolean"
|
|
342
378
|
},
|
|
343
379
|
{
|
|
344
|
-
"id": "input.
|
|
345
|
-
"label": "
|
|
346
|
-
"
|
|
347
|
-
"
|
|
380
|
+
"id": "input.analyzeQueries",
|
|
381
|
+
"label": "Analyze queries",
|
|
382
|
+
"optional": false,
|
|
383
|
+
"value": true,
|
|
384
|
+
"constraints": {
|
|
385
|
+
"notEmpty": true
|
|
386
|
+
},
|
|
387
|
+
"feel": "static",
|
|
388
|
+
"group": "input",
|
|
389
|
+
"binding": {
|
|
390
|
+
"name": "input.analyzeQueries",
|
|
391
|
+
"type": "zeebe:input"
|
|
392
|
+
},
|
|
393
|
+
"type": "Boolean"
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"id": "input.query",
|
|
397
|
+
"label": "Query",
|
|
398
|
+
"optional": false,
|
|
348
399
|
"feel": "optional",
|
|
349
400
|
"group": "input",
|
|
350
401
|
"binding": {
|
|
351
|
-
"name": "input.
|
|
402
|
+
"name": "input.query",
|
|
352
403
|
"type": "zeebe:input"
|
|
353
404
|
},
|
|
354
405
|
"condition": {
|
|
355
|
-
"property": "input.
|
|
356
|
-
"equals":
|
|
406
|
+
"property": "input.analyzeQueries",
|
|
407
|
+
"equals": true,
|
|
357
408
|
"type": "simple"
|
|
358
409
|
},
|
|
359
410
|
"type": "String"
|
|
360
411
|
},
|
|
361
412
|
{
|
|
362
|
-
"id": "input.
|
|
363
|
-
"label": "
|
|
364
|
-
"description": "
|
|
365
|
-
"optional":
|
|
413
|
+
"id": "input.outputConfigS3Bucket",
|
|
414
|
+
"label": "Output S3 bucket",
|
|
415
|
+
"description": "The name of the bucket your output will go to.",
|
|
416
|
+
"optional": false,
|
|
417
|
+
"constraints": {
|
|
418
|
+
"notEmpty": true
|
|
419
|
+
},
|
|
366
420
|
"feel": "optional",
|
|
367
421
|
"group": "input",
|
|
368
422
|
"binding": {
|
|
369
|
-
"name": "input.
|
|
423
|
+
"name": "input.outputConfigS3Bucket",
|
|
370
424
|
"type": "zeebe:input"
|
|
371
425
|
},
|
|
372
426
|
"condition": {
|
|
@@ -377,14 +431,17 @@
|
|
|
377
431
|
"type": "String"
|
|
378
432
|
},
|
|
379
433
|
{
|
|
380
|
-
"id": "input.
|
|
381
|
-
"label": "
|
|
382
|
-
"description": "The
|
|
383
|
-
"optional":
|
|
434
|
+
"id": "input.outputConfigS3Prefix",
|
|
435
|
+
"label": "Output S3 prefix",
|
|
436
|
+
"description": "The prefix of the object key that the output will be saved to.",
|
|
437
|
+
"optional": false,
|
|
438
|
+
"constraints": {
|
|
439
|
+
"notEmpty": true
|
|
440
|
+
},
|
|
384
441
|
"feel": "optional",
|
|
385
442
|
"group": "input",
|
|
386
443
|
"binding": {
|
|
387
|
-
"name": "input.
|
|
444
|
+
"name": "input.outputConfigS3Prefix",
|
|
388
445
|
"type": "zeebe:input"
|
|
389
446
|
},
|
|
390
447
|
"condition": {
|
|
@@ -395,14 +452,14 @@
|
|
|
395
452
|
"type": "String"
|
|
396
453
|
},
|
|
397
454
|
{
|
|
398
|
-
"id": "input.
|
|
399
|
-
"label": "
|
|
400
|
-
"description": "The
|
|
455
|
+
"id": "input.clientRequestToken",
|
|
456
|
+
"label": "Client request token",
|
|
457
|
+
"description": "The idempotent token that you use to identify the start request.",
|
|
401
458
|
"optional": true,
|
|
402
459
|
"feel": "optional",
|
|
403
|
-
"group": "
|
|
460
|
+
"group": "advanced",
|
|
404
461
|
"binding": {
|
|
405
|
-
"name": "input.
|
|
462
|
+
"name": "input.clientRequestToken",
|
|
406
463
|
"type": "zeebe:input"
|
|
407
464
|
},
|
|
408
465
|
"condition": {
|
|
@@ -413,14 +470,14 @@
|
|
|
413
470
|
"type": "String"
|
|
414
471
|
},
|
|
415
472
|
{
|
|
416
|
-
"id": "input.
|
|
417
|
-
"label": "
|
|
418
|
-
"description": "
|
|
473
|
+
"id": "input.jobTag",
|
|
474
|
+
"label": "Job tag",
|
|
475
|
+
"description": "An identifier that you specify that's included in the completion notification published to the Amazon SNS topic.",
|
|
419
476
|
"optional": true,
|
|
420
477
|
"feel": "optional",
|
|
421
|
-
"group": "
|
|
478
|
+
"group": "advanced",
|
|
422
479
|
"binding": {
|
|
423
|
-
"name": "input.
|
|
480
|
+
"name": "input.jobTag",
|
|
424
481
|
"type": "zeebe:input"
|
|
425
482
|
},
|
|
426
483
|
"condition": {
|
|
@@ -431,14 +488,14 @@
|
|
|
431
488
|
"type": "String"
|
|
432
489
|
},
|
|
433
490
|
{
|
|
434
|
-
"id": "input.
|
|
435
|
-
"label": "
|
|
436
|
-
"description": "The
|
|
491
|
+
"id": "input.kmsKeyId",
|
|
492
|
+
"label": "KMS key ID",
|
|
493
|
+
"description": "The KMS key used to encrypt the inference results.",
|
|
437
494
|
"optional": true,
|
|
438
495
|
"feel": "optional",
|
|
439
|
-
"group": "
|
|
496
|
+
"group": "advanced",
|
|
440
497
|
"binding": {
|
|
441
|
-
"name": "input.
|
|
498
|
+
"name": "input.kmsKeyId",
|
|
442
499
|
"type": "zeebe:input"
|
|
443
500
|
},
|
|
444
501
|
"condition": {
|
|
@@ -449,14 +506,14 @@
|
|
|
449
506
|
"type": "String"
|
|
450
507
|
},
|
|
451
508
|
{
|
|
452
|
-
"id": "input.
|
|
453
|
-
"label": "
|
|
454
|
-
"description": "The
|
|
509
|
+
"id": "input.notificationChannelRoleArn",
|
|
510
|
+
"label": "Notification channel role ARN",
|
|
511
|
+
"description": "The Amazon SNS topic role ARN that you want Amazon Textract to publish the completion status of the operation to.",
|
|
455
512
|
"optional": true,
|
|
456
513
|
"feel": "optional",
|
|
457
|
-
"group": "
|
|
514
|
+
"group": "advanced",
|
|
458
515
|
"binding": {
|
|
459
|
-
"name": "input.
|
|
516
|
+
"name": "input.notificationChannelRoleArn",
|
|
460
517
|
"type": "zeebe:input"
|
|
461
518
|
},
|
|
462
519
|
"condition": {
|
|
@@ -467,21 +524,19 @@
|
|
|
467
524
|
"type": "String"
|
|
468
525
|
},
|
|
469
526
|
{
|
|
470
|
-
"id": "input.
|
|
471
|
-
"label": "
|
|
472
|
-
"
|
|
473
|
-
"
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
"feel": "required",
|
|
477
|
-
"group": "input",
|
|
527
|
+
"id": "input.notificationChannelSnsTopicArn",
|
|
528
|
+
"label": "Notification channel SNS topic ARN",
|
|
529
|
+
"description": "The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.",
|
|
530
|
+
"optional": true,
|
|
531
|
+
"feel": "optional",
|
|
532
|
+
"group": "advanced",
|
|
478
533
|
"binding": {
|
|
479
|
-
"name": "input.
|
|
534
|
+
"name": "input.notificationChannelSnsTopicArn",
|
|
480
535
|
"type": "zeebe:input"
|
|
481
536
|
},
|
|
482
537
|
"condition": {
|
|
483
|
-
"property": "input.
|
|
484
|
-
"equals": "
|
|
538
|
+
"property": "input.executionType",
|
|
539
|
+
"equals": "ASYNC",
|
|
485
540
|
"type": "simple"
|
|
486
541
|
},
|
|
487
542
|
"type": "String"
|
|
@@ -490,7 +545,7 @@
|
|
|
490
545
|
"id": "version",
|
|
491
546
|
"label": "Version",
|
|
492
547
|
"description": "Version of the element template",
|
|
493
|
-
"value": "
|
|
548
|
+
"value": "4",
|
|
494
549
|
"group": "connector",
|
|
495
550
|
"binding": {
|
|
496
551
|
"key": "elementTemplateVersion",
|
|
@@ -513,7 +568,7 @@
|
|
|
513
568
|
{
|
|
514
569
|
"id": "resultVariable",
|
|
515
570
|
"label": "Result variable",
|
|
516
|
-
"description": "Name of variable to store the response in",
|
|
571
|
+
"description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>.",
|
|
517
572
|
"group": "output",
|
|
518
573
|
"binding": {
|
|
519
574
|
"key": "resultVariable",
|
|
@@ -524,7 +579,7 @@
|
|
|
524
579
|
{
|
|
525
580
|
"id": "resultExpression",
|
|
526
581
|
"label": "Result expression",
|
|
527
|
-
"description": "Expression to map the response into process variables",
|
|
582
|
+
"description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>.",
|
|
528
583
|
"feel": "required",
|
|
529
584
|
"group": "output",
|
|
530
585
|
"binding": {
|
|
@@ -579,18 +634,9 @@
|
|
|
579
634
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
580
635
|
"name": "AWS Textract Outbound Connector",
|
|
581
636
|
"id": "io.camunda.connectors.AWSTEXTRACT.v1",
|
|
582
|
-
"description": "
|
|
583
|
-
"
|
|
584
|
-
|
|
585
|
-
"extract text",
|
|
586
|
-
"extract data",
|
|
587
|
-
"extract text from image",
|
|
588
|
-
"extract data from image",
|
|
589
|
-
"ocr"
|
|
590
|
-
]
|
|
591
|
-
},
|
|
592
|
-
"documentationRef": "https://docs.camunda.io/docs/8.6/components/connectors/out-of-the-box-connectors/amazon-textract/",
|
|
593
|
-
"version": 2,
|
|
637
|
+
"description": "Automatically extract printed text, handwriting, layout elements, and data from any document",
|
|
638
|
+
"documentationRef": "https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/amazon-textract/",
|
|
639
|
+
"version": 1,
|
|
594
640
|
"category": {
|
|
595
641
|
"id": "connectors",
|
|
596
642
|
"name": "Connectors"
|
|
@@ -599,9 +645,6 @@
|
|
|
599
645
|
"elementType": {
|
|
600
646
|
"value": "bpmn:ServiceTask"
|
|
601
647
|
},
|
|
602
|
-
"engines": {
|
|
603
|
-
"camunda": "^8.6"
|
|
604
|
-
},
|
|
605
648
|
"groups": [
|
|
606
649
|
{
|
|
607
650
|
"id": "authentication",
|
|
@@ -759,35 +802,6 @@
|
|
|
759
802
|
}
|
|
760
803
|
]
|
|
761
804
|
},
|
|
762
|
-
{
|
|
763
|
-
"id": "input.documentLocationType",
|
|
764
|
-
"label": "Document location type",
|
|
765
|
-
"description": "Document location",
|
|
766
|
-
"optional": false,
|
|
767
|
-
"value": "UPLOADED",
|
|
768
|
-
"group": "input",
|
|
769
|
-
"binding": {
|
|
770
|
-
"name": "input.documentLocationType",
|
|
771
|
-
"type": "zeebe:input"
|
|
772
|
-
},
|
|
773
|
-
"condition": {
|
|
774
|
-
"property": "input.executionType",
|
|
775
|
-
"equals": "SYNC",
|
|
776
|
-
"type": "simple"
|
|
777
|
-
},
|
|
778
|
-
"tooltip": "<a href=\"https://docs.camunda.io/docs/8.7/apis-tools/camunda-api-rest/specifications/create-document-link/\">Camunda Document</a>",
|
|
779
|
-
"type": "Dropdown",
|
|
780
|
-
"choices": [
|
|
781
|
-
{
|
|
782
|
-
"name": "Camunda Document",
|
|
783
|
-
"value": "UPLOADED"
|
|
784
|
-
},
|
|
785
|
-
{
|
|
786
|
-
"name": "S3",
|
|
787
|
-
"value": "S3"
|
|
788
|
-
}
|
|
789
|
-
]
|
|
790
|
-
},
|
|
791
805
|
{
|
|
792
806
|
"id": "input.documentS3Bucket",
|
|
793
807
|
"label": "Document bucket",
|
|
@@ -802,11 +816,6 @@
|
|
|
802
816
|
"name": "input.documentS3Bucket",
|
|
803
817
|
"type": "zeebe:input"
|
|
804
818
|
},
|
|
805
|
-
"condition": {
|
|
806
|
-
"property": "input.documentLocationType",
|
|
807
|
-
"equals": "S3",
|
|
808
|
-
"type": "simple"
|
|
809
|
-
},
|
|
810
819
|
"type": "String"
|
|
811
820
|
},
|
|
812
821
|
{
|
|
@@ -823,11 +832,6 @@
|
|
|
823
832
|
"name": "input.documentName",
|
|
824
833
|
"type": "zeebe:input"
|
|
825
834
|
},
|
|
826
|
-
"condition": {
|
|
827
|
-
"property": "input.documentLocationType",
|
|
828
|
-
"equals": "S3",
|
|
829
|
-
"type": "simple"
|
|
830
|
-
},
|
|
831
835
|
"type": "String"
|
|
832
836
|
},
|
|
833
837
|
{
|
|
@@ -841,22 +845,17 @@
|
|
|
841
845
|
"name": "input.documentVersion",
|
|
842
846
|
"type": "zeebe:input"
|
|
843
847
|
},
|
|
844
|
-
"condition": {
|
|
845
|
-
"property": "input.documentLocationType",
|
|
846
|
-
"equals": "S3",
|
|
847
|
-
"type": "simple"
|
|
848
|
-
},
|
|
849
848
|
"type": "String"
|
|
850
849
|
},
|
|
851
850
|
{
|
|
852
851
|
"id": "input.analyzeTables",
|
|
853
852
|
"label": "Analyze tables",
|
|
854
853
|
"optional": false,
|
|
854
|
+
"feel": "static",
|
|
855
855
|
"value": true,
|
|
856
856
|
"constraints": {
|
|
857
857
|
"notEmpty": true
|
|
858
858
|
},
|
|
859
|
-
"feel": "static",
|
|
860
859
|
"group": "input",
|
|
861
860
|
"binding": {
|
|
862
861
|
"name": "input.analyzeTables",
|
|
@@ -867,12 +866,12 @@
|
|
|
867
866
|
{
|
|
868
867
|
"id": "input.analyzeForms",
|
|
869
868
|
"label": "Analyze form",
|
|
869
|
+
"feel": "static",
|
|
870
870
|
"optional": false,
|
|
871
871
|
"value": true,
|
|
872
872
|
"constraints": {
|
|
873
873
|
"notEmpty": true
|
|
874
874
|
},
|
|
875
|
-
"feel": "static",
|
|
876
875
|
"group": "input",
|
|
877
876
|
"binding": {
|
|
878
877
|
"name": "input.analyzeForms",
|
|
@@ -883,12 +882,12 @@
|
|
|
883
882
|
{
|
|
884
883
|
"id": "input.analyzeSignatures",
|
|
885
884
|
"label": "Analyze signatures",
|
|
885
|
+
"feel": "static",
|
|
886
886
|
"optional": false,
|
|
887
887
|
"value": true,
|
|
888
888
|
"constraints": {
|
|
889
889
|
"notEmpty": true
|
|
890
890
|
},
|
|
891
|
-
"feel": "static",
|
|
892
891
|
"group": "input",
|
|
893
892
|
"binding": {
|
|
894
893
|
"name": "input.analyzeSignatures",
|
|
@@ -899,12 +898,12 @@
|
|
|
899
898
|
{
|
|
900
899
|
"id": "input.analyzeLayout",
|
|
901
900
|
"label": "Analyze layout",
|
|
901
|
+
"feel": "static",
|
|
902
902
|
"optional": false,
|
|
903
903
|
"value": true,
|
|
904
904
|
"constraints": {
|
|
905
905
|
"notEmpty": true
|
|
906
906
|
},
|
|
907
|
-
"feel": "static",
|
|
908
907
|
"group": "input",
|
|
909
908
|
"binding": {
|
|
910
909
|
"name": "input.analyzeLayout",
|
|
@@ -1038,26 +1037,6 @@
|
|
|
1038
1037
|
},
|
|
1039
1038
|
"type": "String"
|
|
1040
1039
|
},
|
|
1041
|
-
{
|
|
1042
|
-
"id": "input.document",
|
|
1043
|
-
"label": "Document",
|
|
1044
|
-
"optional": false,
|
|
1045
|
-
"constraints": {
|
|
1046
|
-
"notEmpty": true
|
|
1047
|
-
},
|
|
1048
|
-
"feel": "required",
|
|
1049
|
-
"group": "input",
|
|
1050
|
-
"binding": {
|
|
1051
|
-
"name": "input.document",
|
|
1052
|
-
"type": "zeebe:input"
|
|
1053
|
-
},
|
|
1054
|
-
"condition": {
|
|
1055
|
-
"property": "input.documentLocationType",
|
|
1056
|
-
"equals": "UPLOADED",
|
|
1057
|
-
"type": "simple"
|
|
1058
|
-
},
|
|
1059
|
-
"type": "String"
|
|
1060
|
-
},
|
|
1061
1040
|
{
|
|
1062
1041
|
"id": "resultVariable",
|
|
1063
1042
|
"label": "Result variable",
|
|
@@ -1111,6 +1090,7 @@
|
|
|
1111
1090
|
"label": "Retry backoff",
|
|
1112
1091
|
"description": "ISO-8601 duration to wait between retries",
|
|
1113
1092
|
"value": "PT0S",
|
|
1093
|
+
"feel": "optional",
|
|
1114
1094
|
"group": "retries",
|
|
1115
1095
|
"binding": {
|
|
1116
1096
|
"key": "retryBackoff",
|
|
@@ -1121,15 +1101,27 @@
|
|
|
1121
1101
|
],
|
|
1122
1102
|
"icon": {
|
|
1123
1103
|
"contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iODBweCIgaGVpZ2h0PSI4MHB4IiB2aWV3Qm94PSIwIDAgODAgODAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BbWF6b24tVGV4dHJhY3RfNjQ8L3RpdGxlPgogICAgPGcgaWQ9Ikljb24tQXJjaGl0ZWN0dXJlLzY0L0FyY2hfQW1hem9uLVRleHRyYWN0XzY0IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iSWNvbi1BcmNoaXRlY3R1cmUtQkcvNjQvTWFjaGluZS1MZWFybmluZyIgZmlsbD0iIzk5NjlmNyI+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHg9IjAiIHk9IjAiIHdpZHRoPSI4MCIgaGVpZ2h0PSI4MCI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSJNMjIuMDYyNDEwMiw1MCBDMjQuMzc2Mzg5NSw1My42MDMgMjguNDEwMzUzNSw1NiAzMy4wMDAzMTI1LDU2IEM0MC4xNjcyNDg1LDU2IDQ1Ljk5OTE5NjQsNTAuMTY4IDQ1Ljk5OTE5NjQsNDMgQzQ1Ljk5OTE5NjQsMzUuODMyIDQwLjE2NzI0ODUsMzAgMzMuMDAwMzEyNSwzMCBDMjcuNjAzMzYwNywzMCAyMi45NjY0MDIxLDMzLjMwNyAyMS4wMDI0MTk2LDM4IEwyMy4yMTQzOTk5LDM4IEMyNS4wMzkzODM2LDM0LjQ0NCAyOC43MzYzNTA2LDMyIDMzLjAwMDMxMjUsMzIgQzM5LjA2NTI1ODMsMzIgNDMuOTk5MjE0MywzNi45MzUgNDMuOTk5MjE0Myw0MyBDNDMuOTk5MjE0Myw0OS4wNjUgMzkuMDY1MjU4Myw1NCAzMy4wMDAzMTI1LDU0IEMyOS41OTEzNDI5LDU0IDI2LjU0MTM3MDIsNTIuNDQxIDI0LjUyMTM4ODIsNTAgTDIyLjA2MjQxMDIsNTAgWiBNMzcuMDAwMjc2OCw0NSBMMzcuMDAwMjc2OCw0MyBMNDEuOTk5MjMyMSw0MyBDNDEuOTk5MjMyMSwzOC4wMzggMzcuOTYyMjY4MiwzNCAzMy4wMDAzMTI1LDM0IEMyOC4wMzczNTY4LDM0IDIzLjk5OTM5MjksMzguMDM4IDIzLjk5OTM5MjksNDMgTDI4Ljk5OTM0ODIsNDMgTDI4Ljk5OTM0ODIsNDUgTDI0LjIzMTM5MDgsNDUgQzI1LjE0NDM4MjYsNDkuMDAyIDI4LjcyNTM1MDcsNTIgMzMuMDAwMzEyNSw1MiBDMzUuMTM2MjkzNCw1MiAzNy4wOTkyNzU5LDUxLjI0OSAzOC42NDQyNjIxLDUwIEwzNC4wMDAzMDM2LDUwIEwzNC4wMDAzMDM2LDQ4IEw0MC40NzgyNDU3LDQ4IEM0MS4wODEyNDAzLDQ3LjEwMiA0MS41MjAyMzY0LDQ2LjA4NyA0MS43NjgyMzQyLDQ1IEwzNy4wMDAyNzY4LDQ1IFogTTIxLjAwMjQxOTYsNDggTDIzLjIxNDM5OTksNDggQzIyLjQ0MzQwNjgsNDYuNDk4IDIyLjAwMDQxMDcsNDQuODAxIDIyLjAwMDQxMDcsNDMgQzIyLjAwMDQxMDcsNDEuOTU5IDIyLjE1NTQwOTMsNDAuOTU1IDIyLjQyNjQwNjksNDAgTDIwLjM2MzQyNTMsNDAgQzIwLjEzNDQyNzQsNDAuOTY1IDE5Ljk5OTQyODYsNDEuOTY2IDE5Ljk5OTQyODYsNDMgQzE5Ljk5OTQyODYsNDQuNzcxIDIwLjM1ODQyNTQsNDYuNDYgMjEuMDAyNDE5Niw0OCBMMjEuMDAyNDE5Niw0OCBaIE0xOS43NDM0MzA5LDUwIEwxNy4wMDA0NTU0LDUwIEwxNy4wMDA0NTU0LDQ4IEwxOC44NzQ0Mzg2LDQ4IEMxOC41MzQ0NDE3LDQ3LjA0IDE4LjI4OTQ0MzgsNDYuMDM4IDE4LjE0OTQ0NTEsNDUgTDE1LjQxNDQ2OTUsNDUgTDE2LjcwNzQ1OCw0Ni4yOTMgTDE1LjI5MjQ3MDYsNDcuNzA3IEwxMi4yOTI0OTc0LDQ0LjcwNyBDMTEuOTAyNTAwOSw0NC4zMTYgMTEuOTAyNTAwOSw0My42ODQgMTIuMjkyNDk3NCw0My4yOTMgTDE1LjI5MjQ3MDYsNDAuMjkzIEwxNi43MDc0NTgsNDEuNzA3IEwxNS40MTQ0Njk1LDQzIEwxOC4wMDA0NDY0LDQzIEMxOC4wMDA0NDY0LDQxLjk3MyAxOC4xMDQ0NDU1LDQwLjk3IDE4LjMwMjQ0MzcsNDAgTDE3LjAwMDQ1NTQsNDAgTDE3LjAwMDQ1NTQsMzggTDE4Ljg3NDQzODYsMzggQzIwLjk0MDQyMDIsMzIuMTg0IDI2LjQ4MzM3MDcsMjggMzMuMDAwMzEyNSwyOCBDMzcuNDI3MjczLDI4IDQxLjQwMDIzNzUsMjkuOTM5IDQ0LjE0ODIxMywzMyBMNTkuMDAwMDgwNCwzMyBMNTkuMDAwMDgwNCwzNSBMNDUuNjY2MTk5NCwzNSBDNDcuMTM1MTg2MywzNy4zMTggNDcuOTk5MTc4Niw0MC4wNTggNDcuOTk5MTc4Niw0MyBMNTkuMDAwMDgwNCw0MyBMNTkuMDAwMDgwNCw0NSBMNDcuODUwMTc5OSw0NSBDNDYuODY4MTg4Nyw1Mi4zMjcgNDAuNTkxMjQ0Nyw1OCAzMy4wMDAzMTI1LDU4IEMyNy4yNTYzNjM4LDU4IDIyLjI2MjQwODQsNTQuNzUyIDE5Ljc0MzQzMDksNTAgTDE5Ljc0MzQzMDksNTAgWiBNMzcuMDAwMjc2OCwzOSBDMzcuMDAwMjc2OCwzOC40NDggMzYuNTUyMjgwOCwzOCAzNi4wMDAyODU3LDM4IEwyOS45OTkzNDgyLDM4IEMyOS40NDczNDQyLDM4IDI4Ljk5OTM0ODIsMzguNDQ4IDI4Ljk5OTM0ODIsMzkgTDI4Ljk5OTM0ODIsNDEgTDMxLjAwMDMzMDQsNDEgTDMxLjAwMDMzMDQsNDAgTDMyLjAwMDMyMTQsNDAgTDMyLjAwMDMyMTQsNDMgTDMxLjAwMDMzMDQsNDMgTDMxLjAwMDMzMDQsNDUgTDM1LjAwMDI5NDYsNDUgTDM1LjAwMDI5NDYsNDMgTDM0LjAwMDMwMzYsNDMgTDM0LjAwMDMwMzYsNDAgTDM1LjAwMDI5NDYsNDAgTDM1LjAwMDI5NDYsNDEgTDM3LjAwMDI3NjgsNDEgTDM3LjAwMDI3NjgsMzkgWiBNNDkuMDAwMTY5Niw0MCBMNTkuMDAwMDgwNCw0MCBMNTkuMDAwMDgwNCwzOCBMNDkuMDAwMTY5NiwzOCBMNDkuMDAwMTY5Niw0MCBaIE00OS4wMDAxNjk2LDUwIEw1OS4wMDAwODA0LDUwIEw1OS4wMDAwODA0LDQ4IEw0OS4wMDAxNjk2LDQ4IEw0OS4wMDAxNjk2LDUwIFogTTU3LjAwMDA5ODIsMjcgTDYwLjU4NTA2NjIsMjcgTDU3LjAwMDA5ODIsMjMuNDE0IEw1Ny4wMDAwOTgyLDI3IFogTTYzLjcwNzAzODMsMjcuMjkzIEM2My44OTQwMzY3LDI3LjQ4IDY0LjAwMDAzNTcsMjcuNzM1IDY0LjAwMDAzNTcsMjggTDY0LjAwMDAzNTcsNjMgQzY0LjAwMDAzNTcsNjMuNTUyIDYzLjU1MjAzOTcsNjQgNjMuMDAwMDQ0Niw2NCBMMzIuMDAwMzMwNCw2NCBDMzEuNDQ3MzI2NCw2NCAzMS4wMDAzMzA0LDYzLjU1MiAzMS4wMDAzMzA0LDYzIEwzMS4wMDAzMzA0LDU5IEwzMy4wMDAzMTI1LDU5IEwzMy4wMDAzMTI1LDYyIEw2Mi4wMDAwNTM2LDYyIEw2Mi4wMDAwNTM2LDI5IEw1Ni4wMDAxMDcxLDI5IEM1NS40NDcxMTIxLDI5IDU1LjAwMDExNjEsMjguNTUyIDU1LjAwMDExNjEsMjggTDU1LjAwMDExNjEsMjIgTDMzLjAwMDMxMjUsMjIgTDMzLjAwMDMxMjUsMjcgTDMxLjAwMDMzMDQsMjcgTDMxLjAwMDMzMDQsMjEgQzMxLjAwMDMzMDQsMjAuNDQ4IDMxLjQ0NzMyNjQsMjAgMzIuMDAwMzMwNCwyMCBMNTYuMDAwMTA3MSwyMCBDNTYuMjY1MTA0OCwyMCA1Ni41MTkxMDI1LDIwLjEwNSA1Ni43MDcxMDA4LDIwLjI5MyBMNjMuNzA3MDM4MywyNy4yOTMgWiBNNjgsMjQuMTY2IEw2OCw2MSBDNjgsNjEuNTUyIDY3LjU1MjAwNCw2MiA2Ny4wMDAwMDg5LDYyIEw2NS4wMDAwMjY4LDYyIEw2NS4wMDAwMjY4LDYwIEw2Ni4wMDAwMTc5LDYwIEw2Ni4wMDAwMTc5LDI0LjYxMiBMNTguNjE3MDgzOCwxOCBMMzYuMDAwMjg1NywxOCBMMzYuMDAwMjg1NywxOSBMMzQuMDAwMzAzNiwxOSBMMzQuMDAwMzAzNiwxNyBDMzQuMDAwMzAzNiwxNi40NDggMzQuNDQ3Mjk5NiwxNiAzNS4wMDAzMDM2LDE2IEw1OS4wMDAwODA0LDE2IEM1OS4yNDYwNzgyLDE2IDU5LjQ4MzA3NiwxNi4wOTEgNTkuNjY2MDc0NCwxNi4yNTUgTDY3LjY2NjAwMywyMy40MiBDNjcuODc4MDAxMSwyMy42MSA2OCwyMy44ODEgNjgsMjQuMTY2IEw2OCwyNC4xNjYgWiIgaWQ9IkFtYXpvbi1UZXh0cmFjdF9JY29uXzY0X1NxdWlkIiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
1104
|
+
},
|
|
1105
|
+
"engines": {
|
|
1106
|
+
"camunda": "^8.6"
|
|
1124
1107
|
}
|
|
1125
1108
|
},
|
|
1126
1109
|
{
|
|
1127
1110
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1128
1111
|
"name": "AWS Textract Outbound Connector",
|
|
1129
1112
|
"id": "io.camunda.connectors.AWSTEXTRACT.v1",
|
|
1130
|
-
"description": "
|
|
1131
|
-
"
|
|
1132
|
-
|
|
1113
|
+
"description": "Extract text and data using AWS Textract.",
|
|
1114
|
+
"metadata": {
|
|
1115
|
+
"keywords": [
|
|
1116
|
+
"extract text",
|
|
1117
|
+
"extract data",
|
|
1118
|
+
"extract text from image",
|
|
1119
|
+
"extract data from image",
|
|
1120
|
+
"ocr"
|
|
1121
|
+
]
|
|
1122
|
+
},
|
|
1123
|
+
"documentationRef": "https://docs.camunda.io/docs/8.6/components/connectors/out-of-the-box-connectors/amazon-textract/",
|
|
1124
|
+
"version": 2,
|
|
1133
1125
|
"category": {
|
|
1134
1126
|
"id": "connectors",
|
|
1135
1127
|
"name": "Connectors"
|
|
@@ -1138,6 +1130,9 @@
|
|
|
1138
1130
|
"elementType": {
|
|
1139
1131
|
"value": "bpmn:ServiceTask"
|
|
1140
1132
|
},
|
|
1133
|
+
"engines": {
|
|
1134
|
+
"camunda": "^8.6"
|
|
1135
|
+
},
|
|
1141
1136
|
"groups": [
|
|
1142
1137
|
{
|
|
1143
1138
|
"id": "authentication",
|
|
@@ -1295,6 +1290,35 @@
|
|
|
1295
1290
|
}
|
|
1296
1291
|
]
|
|
1297
1292
|
},
|
|
1293
|
+
{
|
|
1294
|
+
"id": "input.documentLocationType",
|
|
1295
|
+
"label": "Document location type",
|
|
1296
|
+
"description": "Document location",
|
|
1297
|
+
"optional": false,
|
|
1298
|
+
"value": "UPLOADED",
|
|
1299
|
+
"group": "input",
|
|
1300
|
+
"binding": {
|
|
1301
|
+
"name": "input.documentLocationType",
|
|
1302
|
+
"type": "zeebe:input"
|
|
1303
|
+
},
|
|
1304
|
+
"condition": {
|
|
1305
|
+
"property": "input.executionType",
|
|
1306
|
+
"equals": "SYNC",
|
|
1307
|
+
"type": "simple"
|
|
1308
|
+
},
|
|
1309
|
+
"tooltip": "<a href=\"https://docs.camunda.io/docs/8.7/apis-tools/camunda-api-rest/specifications/create-document-link/\">Camunda Document</a>",
|
|
1310
|
+
"type": "Dropdown",
|
|
1311
|
+
"choices": [
|
|
1312
|
+
{
|
|
1313
|
+
"name": "Camunda Document",
|
|
1314
|
+
"value": "UPLOADED"
|
|
1315
|
+
},
|
|
1316
|
+
{
|
|
1317
|
+
"name": "S3",
|
|
1318
|
+
"value": "S3"
|
|
1319
|
+
}
|
|
1320
|
+
]
|
|
1321
|
+
},
|
|
1298
1322
|
{
|
|
1299
1323
|
"id": "input.documentS3Bucket",
|
|
1300
1324
|
"label": "Document bucket",
|
|
@@ -1309,6 +1333,11 @@
|
|
|
1309
1333
|
"name": "input.documentS3Bucket",
|
|
1310
1334
|
"type": "zeebe:input"
|
|
1311
1335
|
},
|
|
1336
|
+
"condition": {
|
|
1337
|
+
"property": "input.documentLocationType",
|
|
1338
|
+
"equals": "S3",
|
|
1339
|
+
"type": "simple"
|
|
1340
|
+
},
|
|
1312
1341
|
"type": "String"
|
|
1313
1342
|
},
|
|
1314
1343
|
{
|
|
@@ -1325,6 +1354,11 @@
|
|
|
1325
1354
|
"name": "input.documentName",
|
|
1326
1355
|
"type": "zeebe:input"
|
|
1327
1356
|
},
|
|
1357
|
+
"condition": {
|
|
1358
|
+
"property": "input.documentLocationType",
|
|
1359
|
+
"equals": "S3",
|
|
1360
|
+
"type": "simple"
|
|
1361
|
+
},
|
|
1328
1362
|
"type": "String"
|
|
1329
1363
|
},
|
|
1330
1364
|
{
|
|
@@ -1338,17 +1372,22 @@
|
|
|
1338
1372
|
"name": "input.documentVersion",
|
|
1339
1373
|
"type": "zeebe:input"
|
|
1340
1374
|
},
|
|
1375
|
+
"condition": {
|
|
1376
|
+
"property": "input.documentLocationType",
|
|
1377
|
+
"equals": "S3",
|
|
1378
|
+
"type": "simple"
|
|
1379
|
+
},
|
|
1341
1380
|
"type": "String"
|
|
1342
1381
|
},
|
|
1343
1382
|
{
|
|
1344
1383
|
"id": "input.analyzeTables",
|
|
1345
1384
|
"label": "Analyze tables",
|
|
1346
1385
|
"optional": false,
|
|
1347
|
-
"feel": "static",
|
|
1348
1386
|
"value": true,
|
|
1349
1387
|
"constraints": {
|
|
1350
1388
|
"notEmpty": true
|
|
1351
1389
|
},
|
|
1390
|
+
"feel": "static",
|
|
1352
1391
|
"group": "input",
|
|
1353
1392
|
"binding": {
|
|
1354
1393
|
"name": "input.analyzeTables",
|
|
@@ -1359,12 +1398,12 @@
|
|
|
1359
1398
|
{
|
|
1360
1399
|
"id": "input.analyzeForms",
|
|
1361
1400
|
"label": "Analyze form",
|
|
1362
|
-
"feel": "static",
|
|
1363
1401
|
"optional": false,
|
|
1364
1402
|
"value": true,
|
|
1365
1403
|
"constraints": {
|
|
1366
1404
|
"notEmpty": true
|
|
1367
1405
|
},
|
|
1406
|
+
"feel": "static",
|
|
1368
1407
|
"group": "input",
|
|
1369
1408
|
"binding": {
|
|
1370
1409
|
"name": "input.analyzeForms",
|
|
@@ -1375,12 +1414,12 @@
|
|
|
1375
1414
|
{
|
|
1376
1415
|
"id": "input.analyzeSignatures",
|
|
1377
1416
|
"label": "Analyze signatures",
|
|
1378
|
-
"feel": "static",
|
|
1379
1417
|
"optional": false,
|
|
1380
1418
|
"value": true,
|
|
1381
1419
|
"constraints": {
|
|
1382
1420
|
"notEmpty": true
|
|
1383
1421
|
},
|
|
1422
|
+
"feel": "static",
|
|
1384
1423
|
"group": "input",
|
|
1385
1424
|
"binding": {
|
|
1386
1425
|
"name": "input.analyzeSignatures",
|
|
@@ -1391,12 +1430,12 @@
|
|
|
1391
1430
|
{
|
|
1392
1431
|
"id": "input.analyzeLayout",
|
|
1393
1432
|
"label": "Analyze layout",
|
|
1394
|
-
"feel": "static",
|
|
1395
1433
|
"optional": false,
|
|
1396
1434
|
"value": true,
|
|
1397
1435
|
"constraints": {
|
|
1398
1436
|
"notEmpty": true
|
|
1399
1437
|
},
|
|
1438
|
+
"feel": "static",
|
|
1400
1439
|
"group": "input",
|
|
1401
1440
|
"binding": {
|
|
1402
1441
|
"name": "input.analyzeLayout",
|
|
@@ -1530,6 +1569,26 @@
|
|
|
1530
1569
|
},
|
|
1531
1570
|
"type": "String"
|
|
1532
1571
|
},
|
|
1572
|
+
{
|
|
1573
|
+
"id": "input.document",
|
|
1574
|
+
"label": "Document",
|
|
1575
|
+
"optional": false,
|
|
1576
|
+
"constraints": {
|
|
1577
|
+
"notEmpty": true
|
|
1578
|
+
},
|
|
1579
|
+
"feel": "required",
|
|
1580
|
+
"group": "input",
|
|
1581
|
+
"binding": {
|
|
1582
|
+
"name": "input.document",
|
|
1583
|
+
"type": "zeebe:input"
|
|
1584
|
+
},
|
|
1585
|
+
"condition": {
|
|
1586
|
+
"property": "input.documentLocationType",
|
|
1587
|
+
"equals": "UPLOADED",
|
|
1588
|
+
"type": "simple"
|
|
1589
|
+
},
|
|
1590
|
+
"type": "String"
|
|
1591
|
+
},
|
|
1533
1592
|
{
|
|
1534
1593
|
"id": "resultVariable",
|
|
1535
1594
|
"label": "Result variable",
|
|
@@ -1583,7 +1642,6 @@
|
|
|
1583
1642
|
"label": "Retry backoff",
|
|
1584
1643
|
"description": "ISO-8601 duration to wait between retries",
|
|
1585
1644
|
"value": "PT0S",
|
|
1586
|
-
"feel": "optional",
|
|
1587
1645
|
"group": "retries",
|
|
1588
1646
|
"binding": {
|
|
1589
1647
|
"key": "retryBackoff",
|
|
@@ -1594,9 +1652,6 @@
|
|
|
1594
1652
|
],
|
|
1595
1653
|
"icon": {
|
|
1596
1654
|
"contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iODBweCIgaGVpZ2h0PSI4MHB4IiB2aWV3Qm94PSIwIDAgODAgODAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BbWF6b24tVGV4dHJhY3RfNjQ8L3RpdGxlPgogICAgPGcgaWQ9Ikljb24tQXJjaGl0ZWN0dXJlLzY0L0FyY2hfQW1hem9uLVRleHRyYWN0XzY0IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iSWNvbi1BcmNoaXRlY3R1cmUtQkcvNjQvTWFjaGluZS1MZWFybmluZyIgZmlsbD0iIzk5NjlmNyI+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHg9IjAiIHk9IjAiIHdpZHRoPSI4MCIgaGVpZ2h0PSI4MCI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSJNMjIuMDYyNDEwMiw1MCBDMjQuMzc2Mzg5NSw1My42MDMgMjguNDEwMzUzNSw1NiAzMy4wMDAzMTI1LDU2IEM0MC4xNjcyNDg1LDU2IDQ1Ljk5OTE5NjQsNTAuMTY4IDQ1Ljk5OTE5NjQsNDMgQzQ1Ljk5OTE5NjQsMzUuODMyIDQwLjE2NzI0ODUsMzAgMzMuMDAwMzEyNSwzMCBDMjcuNjAzMzYwNywzMCAyMi45NjY0MDIxLDMzLjMwNyAyMS4wMDI0MTk2LDM4IEwyMy4yMTQzOTk5LDM4IEMyNS4wMzkzODM2LDM0LjQ0NCAyOC43MzYzNTA2LDMyIDMzLjAwMDMxMjUsMzIgQzM5LjA2NTI1ODMsMzIgNDMuOTk5MjE0MywzNi45MzUgNDMuOTk5MjE0Myw0MyBDNDMuOTk5MjE0Myw0OS4wNjUgMzkuMDY1MjU4Myw1NCAzMy4wMDAzMTI1LDU0IEMyOS41OTEzNDI5LDU0IDI2LjU0MTM3MDIsNTIuNDQxIDI0LjUyMTM4ODIsNTAgTDIyLjA2MjQxMDIsNTAgWiBNMzcuMDAwMjc2OCw0NSBMMzcuMDAwMjc2OCw0MyBMNDEuOTk5MjMyMSw0MyBDNDEuOTk5MjMyMSwzOC4wMzggMzcuOTYyMjY4MiwzNCAzMy4wMDAzMTI1LDM0IEMyOC4wMzczNTY4LDM0IDIzLjk5OTM5MjksMzguMDM4IDIzLjk5OTM5MjksNDMgTDI4Ljk5OTM0ODIsNDMgTDI4Ljk5OTM0ODIsNDUgTDI0LjIzMTM5MDgsNDUgQzI1LjE0NDM4MjYsNDkuMDAyIDI4LjcyNTM1MDcsNTIgMzMuMDAwMzEyNSw1MiBDMzUuMTM2MjkzNCw1MiAzNy4wOTkyNzU5LDUxLjI0OSAzOC42NDQyNjIxLDUwIEwzNC4wMDAzMDM2LDUwIEwzNC4wMDAzMDM2LDQ4IEw0MC40NzgyNDU3LDQ4IEM0MS4wODEyNDAzLDQ3LjEwMiA0MS41MjAyMzY0LDQ2LjA4NyA0MS43NjgyMzQyLDQ1IEwzNy4wMDAyNzY4LDQ1IFogTTIxLjAwMjQxOTYsNDggTDIzLjIxNDM5OTksNDggQzIyLjQ0MzQwNjgsNDYuNDk4IDIyLjAwMDQxMDcsNDQuODAxIDIyLjAwMDQxMDcsNDMgQzIyLjAwMDQxMDcsNDEuOTU5IDIyLjE1NTQwOTMsNDAuOTU1IDIyLjQyNjQwNjksNDAgTDIwLjM2MzQyNTMsNDAgQzIwLjEzNDQyNzQsNDAuOTY1IDE5Ljk5OTQyODYsNDEuOTY2IDE5Ljk5OTQyODYsNDMgQzE5Ljk5OTQyODYsNDQuNzcxIDIwLjM1ODQyNTQsNDYuNDYgMjEuMDAyNDE5Niw0OCBMMjEuMDAyNDE5Niw0OCBaIE0xOS43NDM0MzA5LDUwIEwxNy4wMDA0NTU0LDUwIEwxNy4wMDA0NTU0LDQ4IEwxOC44NzQ0Mzg2LDQ4IEMxOC41MzQ0NDE3LDQ3LjA0IDE4LjI4OTQ0MzgsNDYuMDM4IDE4LjE0OTQ0NTEsNDUgTDE1LjQxNDQ2OTUsNDUgTDE2LjcwNzQ1OCw0Ni4yOTMgTDE1LjI5MjQ3MDYsNDcuNzA3IEwxMi4yOTI0OTc0LDQ0LjcwNyBDMTEuOTAyNTAwOSw0NC4zMTYgMTEuOTAyNTAwOSw0My42ODQgMTIuMjkyNDk3NCw0My4yOTMgTDE1LjI5MjQ3MDYsNDAuMjkzIEwxNi43MDc0NTgsNDEuNzA3IEwxNS40MTQ0Njk1LDQzIEwxOC4wMDA0NDY0LDQzIEMxOC4wMDA0NDY0LDQxLjk3MyAxOC4xMDQ0NDU1LDQwLjk3IDE4LjMwMjQ0MzcsNDAgTDE3LjAwMDQ1NTQsNDAgTDE3LjAwMDQ1NTQsMzggTDE4Ljg3NDQzODYsMzggQzIwLjk0MDQyMDIsMzIuMTg0IDI2LjQ4MzM3MDcsMjggMzMuMDAwMzEyNSwyOCBDMzcuNDI3MjczLDI4IDQxLjQwMDIzNzUsMjkuOTM5IDQ0LjE0ODIxMywzMyBMNTkuMDAwMDgwNCwzMyBMNTkuMDAwMDgwNCwzNSBMNDUuNjY2MTk5NCwzNSBDNDcuMTM1MTg2MywzNy4zMTggNDcuOTk5MTc4Niw0MC4wNTggNDcuOTk5MTc4Niw0MyBMNTkuMDAwMDgwNCw0MyBMNTkuMDAwMDgwNCw0NSBMNDcuODUwMTc5OSw0NSBDNDYuODY4MTg4Nyw1Mi4zMjcgNDAuNTkxMjQ0Nyw1OCAzMy4wMDAzMTI1LDU4IEMyNy4yNTYzNjM4LDU4IDIyLjI2MjQwODQsNTQuNzUyIDE5Ljc0MzQzMDksNTAgTDE5Ljc0MzQzMDksNTAgWiBNMzcuMDAwMjc2OCwzOSBDMzcuMDAwMjc2OCwzOC40NDggMzYuNTUyMjgwOCwzOCAzNi4wMDAyODU3LDM4IEwyOS45OTkzNDgyLDM4IEMyOS40NDczNDQyLDM4IDI4Ljk5OTM0ODIsMzguNDQ4IDI4Ljk5OTM0ODIsMzkgTDI4Ljk5OTM0ODIsNDEgTDMxLjAwMDMzMDQsNDEgTDMxLjAwMDMzMDQsNDAgTDMyLjAwMDMyMTQsNDAgTDMyLjAwMDMyMTQsNDMgTDMxLjAwMDMzMDQsNDMgTDMxLjAwMDMzMDQsNDUgTDM1LjAwMDI5NDYsNDUgTDM1LjAwMDI5NDYsNDMgTDM0LjAwMDMwMzYsNDMgTDM0LjAwMDMwMzYsNDAgTDM1LjAwMDI5NDYsNDAgTDM1LjAwMDI5NDYsNDEgTDM3LjAwMDI3NjgsNDEgTDM3LjAwMDI3NjgsMzkgWiBNNDkuMDAwMTY5Niw0MCBMNTkuMDAwMDgwNCw0MCBMNTkuMDAwMDgwNCwzOCBMNDkuMDAwMTY5NiwzOCBMNDkuMDAwMTY5Niw0MCBaIE00OS4wMDAxNjk2LDUwIEw1OS4wMDAwODA0LDUwIEw1OS4wMDAwODA0LDQ4IEw0OS4wMDAxNjk2LDQ4IEw0OS4wMDAxNjk2LDUwIFogTTU3LjAwMDA5ODIsMjcgTDYwLjU4NTA2NjIsMjcgTDU3LjAwMDA5ODIsMjMuNDE0IEw1Ny4wMDAwOTgyLDI3IFogTTYzLjcwNzAzODMsMjcuMjkzIEM2My44OTQwMzY3LDI3LjQ4IDY0LjAwMDAzNTcsMjcuNzM1IDY0LjAwMDAzNTcsMjggTDY0LjAwMDAzNTcsNjMgQzY0LjAwMDAzNTcsNjMuNTUyIDYzLjU1MjAzOTcsNjQgNjMuMDAwMDQ0Niw2NCBMMzIuMDAwMzMwNCw2NCBDMzEuNDQ3MzI2NCw2NCAzMS4wMDAzMzA0LDYzLjU1MiAzMS4wMDAzMzA0LDYzIEwzMS4wMDAzMzA0LDU5IEwzMy4wMDAzMTI1LDU5IEwzMy4wMDAzMTI1LDYyIEw2Mi4wMDAwNTM2LDYyIEw2Mi4wMDAwNTM2LDI5IEw1Ni4wMDAxMDcxLDI5IEM1NS40NDcxMTIxLDI5IDU1LjAwMDExNjEsMjguNTUyIDU1LjAwMDExNjEsMjggTDU1LjAwMDExNjEsMjIgTDMzLjAwMDMxMjUsMjIgTDMzLjAwMDMxMjUsMjcgTDMxLjAwMDMzMDQsMjcgTDMxLjAwMDMzMDQsMjEgQzMxLjAwMDMzMDQsMjAuNDQ4IDMxLjQ0NzMyNjQsMjAgMzIuMDAwMzMwNCwyMCBMNTYuMDAwMTA3MSwyMCBDNTYuMjY1MTA0OCwyMCA1Ni41MTkxMDI1LDIwLjEwNSA1Ni43MDcxMDA4LDIwLjI5MyBMNjMuNzA3MDM4MywyNy4yOTMgWiBNNjgsMjQuMTY2IEw2OCw2MSBDNjgsNjEuNTUyIDY3LjU1MjAwNCw2MiA2Ny4wMDAwMDg5LDYyIEw2NS4wMDAwMjY4LDYyIEw2NS4wMDAwMjY4LDYwIEw2Ni4wMDAwMTc5LDYwIEw2Ni4wMDAwMTc5LDI0LjYxMiBMNTguNjE3MDgzOCwxOCBMMzYuMDAwMjg1NywxOCBMMzYuMDAwMjg1NywxOSBMMzQuMDAwMzAzNiwxOSBMMzQuMDAwMzAzNiwxNyBDMzQuMDAwMzAzNiwxNi40NDggMzQuNDQ3Mjk5NiwxNiAzNS4wMDAzMDM2LDE2IEw1OS4wMDAwODA0LDE2IEM1OS4yNDYwNzgyLDE2IDU5LjQ4MzA3NiwxNi4wOTEgNTkuNjY2MDc0NCwxNi4yNTUgTDY3LjY2NjAwMywyMy40MiBDNjcuODc4MDAxMSwyMy42MSA2OCwyMy44ODEgNjgsMjQuMTY2IEw2OCwyNC4xNjYgWiIgaWQ9IkFtYXpvbi1UZXh0cmFjdF9JY29uXzY0X1NxdWlkIiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
1597
|
-
},
|
|
1598
|
-
"engines": {
|
|
1599
|
-
"camunda": "^8.6"
|
|
1600
1655
|
}
|
|
1601
1656
|
},
|
|
1602
1657
|
{
|
|
@@ -1614,7 +1669,7 @@
|
|
|
1614
1669
|
]
|
|
1615
1670
|
},
|
|
1616
1671
|
"documentationRef": "https://docs.camunda.io/docs/8.6/components/connectors/out-of-the-box-connectors/amazon-textract/",
|
|
1617
|
-
"version":
|
|
1672
|
+
"version": 3,
|
|
1618
1673
|
"category": {
|
|
1619
1674
|
"id": "connectors",
|
|
1620
1675
|
"name": "Connectors"
|
|
@@ -1635,17 +1690,9 @@
|
|
|
1635
1690
|
"id": "configuration",
|
|
1636
1691
|
"label": "Configuration"
|
|
1637
1692
|
},
|
|
1638
|
-
{
|
|
1639
|
-
"id": "document",
|
|
1640
|
-
"label": "Input document"
|
|
1641
|
-
},
|
|
1642
1693
|
{
|
|
1643
1694
|
"id": "input",
|
|
1644
|
-
"label": "
|
|
1645
|
-
},
|
|
1646
|
-
{
|
|
1647
|
-
"id": "advanced",
|
|
1648
|
-
"label": "Advanced configuration"
|
|
1695
|
+
"label": "Configure input"
|
|
1649
1696
|
},
|
|
1650
1697
|
{
|
|
1651
1698
|
"id": "connector",
|
|
@@ -1765,17 +1812,53 @@
|
|
|
1765
1812
|
},
|
|
1766
1813
|
"type": "Hidden"
|
|
1767
1814
|
},
|
|
1815
|
+
{
|
|
1816
|
+
"id": "input.executionType",
|
|
1817
|
+
"label": "Execution type",
|
|
1818
|
+
"description": "Endpoint inference type",
|
|
1819
|
+
"optional": false,
|
|
1820
|
+
"value": "ASYNC",
|
|
1821
|
+
"constraints": {
|
|
1822
|
+
"notEmpty": true
|
|
1823
|
+
},
|
|
1824
|
+
"group": "input",
|
|
1825
|
+
"binding": {
|
|
1826
|
+
"name": "input.executionType",
|
|
1827
|
+
"type": "zeebe:input"
|
|
1828
|
+
},
|
|
1829
|
+
"type": "Dropdown",
|
|
1830
|
+
"choices": [
|
|
1831
|
+
{
|
|
1832
|
+
"name": "Asynchronous",
|
|
1833
|
+
"value": "ASYNC"
|
|
1834
|
+
},
|
|
1835
|
+
{
|
|
1836
|
+
"name": "Real-time",
|
|
1837
|
+
"value": "SYNC"
|
|
1838
|
+
},
|
|
1839
|
+
{
|
|
1840
|
+
"name": "Polling",
|
|
1841
|
+
"value": "POLLING"
|
|
1842
|
+
}
|
|
1843
|
+
]
|
|
1844
|
+
},
|
|
1768
1845
|
{
|
|
1769
1846
|
"id": "input.documentLocationType",
|
|
1770
|
-
"label": "Document
|
|
1771
|
-
"description": "Document
|
|
1847
|
+
"label": "Document location type",
|
|
1848
|
+
"description": "Document location",
|
|
1772
1849
|
"optional": false,
|
|
1773
|
-
"value": "
|
|
1774
|
-
"group": "
|
|
1850
|
+
"value": "UPLOADED",
|
|
1851
|
+
"group": "input",
|
|
1775
1852
|
"binding": {
|
|
1776
1853
|
"name": "input.documentLocationType",
|
|
1777
1854
|
"type": "zeebe:input"
|
|
1778
1855
|
},
|
|
1856
|
+
"condition": {
|
|
1857
|
+
"property": "input.executionType",
|
|
1858
|
+
"equals": "SYNC",
|
|
1859
|
+
"type": "simple"
|
|
1860
|
+
},
|
|
1861
|
+
"tooltip": "<a href=\"https://docs.camunda.io/docs/8.7/apis-tools/camunda-api-rest/specifications/create-document-link/\">Camunda Document</a>",
|
|
1779
1862
|
"type": "Dropdown",
|
|
1780
1863
|
"choices": [
|
|
1781
1864
|
{
|
|
@@ -1791,13 +1874,13 @@
|
|
|
1791
1874
|
{
|
|
1792
1875
|
"id": "input.documentS3Bucket",
|
|
1793
1876
|
"label": "Document bucket",
|
|
1794
|
-
"description": "S3 bucket that contains document that
|
|
1877
|
+
"description": "S3 bucket that contains document that needs to be processed",
|
|
1795
1878
|
"optional": false,
|
|
1796
1879
|
"constraints": {
|
|
1797
1880
|
"notEmpty": true
|
|
1798
1881
|
},
|
|
1799
1882
|
"feel": "optional",
|
|
1800
|
-
"group": "
|
|
1883
|
+
"group": "input",
|
|
1801
1884
|
"binding": {
|
|
1802
1885
|
"name": "input.documentS3Bucket",
|
|
1803
1886
|
"type": "zeebe:input"
|
|
@@ -1811,14 +1894,14 @@
|
|
|
1811
1894
|
},
|
|
1812
1895
|
{
|
|
1813
1896
|
"id": "input.documentName",
|
|
1814
|
-
"label": "Document
|
|
1815
|
-
"description": "S3 document
|
|
1897
|
+
"label": "Document path",
|
|
1898
|
+
"description": "S3 document path to be processed",
|
|
1816
1899
|
"optional": false,
|
|
1817
1900
|
"constraints": {
|
|
1818
1901
|
"notEmpty": true
|
|
1819
1902
|
},
|
|
1820
1903
|
"feel": "optional",
|
|
1821
|
-
"group": "
|
|
1904
|
+
"group": "input",
|
|
1822
1905
|
"binding": {
|
|
1823
1906
|
"name": "input.documentName",
|
|
1824
1907
|
"type": "zeebe:input"
|
|
@@ -1833,10 +1916,10 @@
|
|
|
1833
1916
|
{
|
|
1834
1917
|
"id": "input.documentVersion",
|
|
1835
1918
|
"label": "Document version",
|
|
1836
|
-
"description": "S3 document version
|
|
1919
|
+
"description": "S3 document version to be processed",
|
|
1837
1920
|
"optional": true,
|
|
1838
1921
|
"feel": "optional",
|
|
1839
|
-
"group": "
|
|
1922
|
+
"group": "input",
|
|
1840
1923
|
"binding": {
|
|
1841
1924
|
"name": "input.documentVersion",
|
|
1842
1925
|
"type": "zeebe:input"
|
|
@@ -1848,66 +1931,9 @@
|
|
|
1848
1931
|
},
|
|
1849
1932
|
"type": "String"
|
|
1850
1933
|
},
|
|
1851
|
-
{
|
|
1852
|
-
"id": "input.document",
|
|
1853
|
-
"label": "Camunda Document",
|
|
1854
|
-
"description": "The Camunda document of the process that should be analyzed.",
|
|
1855
|
-
"optional": false,
|
|
1856
|
-
"constraints": {
|
|
1857
|
-
"notEmpty": true
|
|
1858
|
-
},
|
|
1859
|
-
"feel": "required",
|
|
1860
|
-
"group": "document",
|
|
1861
|
-
"binding": {
|
|
1862
|
-
"name": "input.document",
|
|
1863
|
-
"type": "zeebe:input"
|
|
1864
|
-
},
|
|
1865
|
-
"condition": {
|
|
1866
|
-
"property": "input.documentLocationType",
|
|
1867
|
-
"equals": "UPLOADED",
|
|
1868
|
-
"type": "simple"
|
|
1869
|
-
},
|
|
1870
|
-
"type": "String"
|
|
1871
|
-
},
|
|
1872
|
-
{
|
|
1873
|
-
"id": "input.executionType",
|
|
1874
|
-
"label": "Execution type",
|
|
1875
|
-
"description": "How the document should be processes. See more info in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-textract/#execution-types\" target=\"_blank\">documentation</a>.",
|
|
1876
|
-
"optional": false,
|
|
1877
|
-
"value": "POLLING",
|
|
1878
|
-
"constraints": {
|
|
1879
|
-
"notEmpty": true
|
|
1880
|
-
},
|
|
1881
|
-
"group": "input",
|
|
1882
|
-
"binding": {
|
|
1883
|
-
"name": "input.executionType",
|
|
1884
|
-
"type": "zeebe:input"
|
|
1885
|
-
},
|
|
1886
|
-
"condition": {
|
|
1887
|
-
"property": "input.documentLocationType",
|
|
1888
|
-
"equals": "S3",
|
|
1889
|
-
"type": "simple"
|
|
1890
|
-
},
|
|
1891
|
-
"type": "Dropdown",
|
|
1892
|
-
"choices": [
|
|
1893
|
-
{
|
|
1894
|
-
"name": "Asynchronous",
|
|
1895
|
-
"value": "ASYNC"
|
|
1896
|
-
},
|
|
1897
|
-
{
|
|
1898
|
-
"name": "Real-time",
|
|
1899
|
-
"value": "SYNC"
|
|
1900
|
-
},
|
|
1901
|
-
{
|
|
1902
|
-
"name": "Polling",
|
|
1903
|
-
"value": "POLLING"
|
|
1904
|
-
}
|
|
1905
|
-
]
|
|
1906
|
-
},
|
|
1907
1934
|
{
|
|
1908
1935
|
"id": "input.analyzeTables",
|
|
1909
1936
|
"label": "Analyze tables",
|
|
1910
|
-
"description": "Select this to return information about the tables that are detected in the input document.",
|
|
1911
1937
|
"optional": false,
|
|
1912
1938
|
"value": true,
|
|
1913
1939
|
"constraints": {
|
|
@@ -1924,7 +1950,6 @@
|
|
|
1924
1950
|
{
|
|
1925
1951
|
"id": "input.analyzeForms",
|
|
1926
1952
|
"label": "Analyze form",
|
|
1927
|
-
"description": "Select this to return information detected form data.",
|
|
1928
1953
|
"optional": false,
|
|
1929
1954
|
"value": true,
|
|
1930
1955
|
"constraints": {
|
|
@@ -1941,7 +1966,6 @@
|
|
|
1941
1966
|
{
|
|
1942
1967
|
"id": "input.analyzeSignatures",
|
|
1943
1968
|
"label": "Analyze signatures",
|
|
1944
|
-
"description": "Select this to return the locations of detected signatures.",
|
|
1945
1969
|
"optional": false,
|
|
1946
1970
|
"value": true,
|
|
1947
1971
|
"constraints": {
|
|
@@ -1958,23 +1982,6 @@
|
|
|
1958
1982
|
{
|
|
1959
1983
|
"id": "input.analyzeLayout",
|
|
1960
1984
|
"label": "Analyze layout",
|
|
1961
|
-
"description": "Select this to return information about the layout of the document.",
|
|
1962
|
-
"optional": false,
|
|
1963
|
-
"value": false,
|
|
1964
|
-
"constraints": {
|
|
1965
|
-
"notEmpty": true
|
|
1966
|
-
},
|
|
1967
|
-
"feel": "static",
|
|
1968
|
-
"group": "input",
|
|
1969
|
-
"binding": {
|
|
1970
|
-
"name": "input.analyzeLayout",
|
|
1971
|
-
"type": "zeebe:input"
|
|
1972
|
-
},
|
|
1973
|
-
"type": "Boolean"
|
|
1974
|
-
},
|
|
1975
|
-
{
|
|
1976
|
-
"id": "input.analyzeQueries",
|
|
1977
|
-
"label": "Analyze queries",
|
|
1978
1985
|
"optional": false,
|
|
1979
1986
|
"value": true,
|
|
1980
1987
|
"constraints": {
|
|
@@ -1983,40 +1990,38 @@
|
|
|
1983
1990
|
"feel": "static",
|
|
1984
1991
|
"group": "input",
|
|
1985
1992
|
"binding": {
|
|
1986
|
-
"name": "input.
|
|
1993
|
+
"name": "input.analyzeLayout",
|
|
1987
1994
|
"type": "zeebe:input"
|
|
1988
1995
|
},
|
|
1989
1996
|
"type": "Boolean"
|
|
1990
1997
|
},
|
|
1991
1998
|
{
|
|
1992
|
-
"id": "input.
|
|
1993
|
-
"label": "
|
|
1994
|
-
"
|
|
1999
|
+
"id": "input.clientRequestToken",
|
|
2000
|
+
"label": "Client request token",
|
|
2001
|
+
"description": "The idempotent token that you use to identify the start request",
|
|
2002
|
+
"optional": true,
|
|
1995
2003
|
"feel": "optional",
|
|
1996
2004
|
"group": "input",
|
|
1997
2005
|
"binding": {
|
|
1998
|
-
"name": "input.
|
|
2006
|
+
"name": "input.clientRequestToken",
|
|
1999
2007
|
"type": "zeebe:input"
|
|
2000
2008
|
},
|
|
2001
2009
|
"condition": {
|
|
2002
|
-
"property": "input.
|
|
2003
|
-
"equals":
|
|
2010
|
+
"property": "input.executionType",
|
|
2011
|
+
"equals": "ASYNC",
|
|
2004
2012
|
"type": "simple"
|
|
2005
2013
|
},
|
|
2006
2014
|
"type": "String"
|
|
2007
2015
|
},
|
|
2008
2016
|
{
|
|
2009
|
-
"id": "input.
|
|
2010
|
-
"label": "
|
|
2011
|
-
"description": "
|
|
2012
|
-
"optional":
|
|
2013
|
-
"constraints": {
|
|
2014
|
-
"notEmpty": true
|
|
2015
|
-
},
|
|
2017
|
+
"id": "input.jobTag",
|
|
2018
|
+
"label": "Job tag",
|
|
2019
|
+
"description": "An identifier that you specify that's included in the completion notification published to the Amazon SNS topic",
|
|
2020
|
+
"optional": true,
|
|
2016
2021
|
"feel": "optional",
|
|
2017
2022
|
"group": "input",
|
|
2018
2023
|
"binding": {
|
|
2019
|
-
"name": "input.
|
|
2024
|
+
"name": "input.jobTag",
|
|
2020
2025
|
"type": "zeebe:input"
|
|
2021
2026
|
},
|
|
2022
2027
|
"condition": {
|
|
@@ -2027,17 +2032,14 @@
|
|
|
2027
2032
|
"type": "String"
|
|
2028
2033
|
},
|
|
2029
2034
|
{
|
|
2030
|
-
"id": "input.
|
|
2031
|
-
"label": "
|
|
2032
|
-
"description": "The
|
|
2033
|
-
"optional":
|
|
2034
|
-
"constraints": {
|
|
2035
|
-
"notEmpty": true
|
|
2036
|
-
},
|
|
2035
|
+
"id": "input.kmsKeyId",
|
|
2036
|
+
"label": "KMS key ID",
|
|
2037
|
+
"description": "The KMS key used to encrypt the inference results",
|
|
2038
|
+
"optional": true,
|
|
2037
2039
|
"feel": "optional",
|
|
2038
2040
|
"group": "input",
|
|
2039
2041
|
"binding": {
|
|
2040
|
-
"name": "input.
|
|
2042
|
+
"name": "input.kmsKeyId",
|
|
2041
2043
|
"type": "zeebe:input"
|
|
2042
2044
|
},
|
|
2043
2045
|
"condition": {
|
|
@@ -2048,14 +2050,14 @@
|
|
|
2048
2050
|
"type": "String"
|
|
2049
2051
|
},
|
|
2050
2052
|
{
|
|
2051
|
-
"id": "input.
|
|
2052
|
-
"label": "
|
|
2053
|
-
"description": "The
|
|
2053
|
+
"id": "input.notificationChannelRoleArn",
|
|
2054
|
+
"label": "Notification channel role ARN",
|
|
2055
|
+
"description": "The Amazon SNS topic role ARN that you want Amazon Textract to publish the completion status of the operation to",
|
|
2054
2056
|
"optional": true,
|
|
2055
2057
|
"feel": "optional",
|
|
2056
|
-
"group": "
|
|
2058
|
+
"group": "input",
|
|
2057
2059
|
"binding": {
|
|
2058
|
-
"name": "input.
|
|
2060
|
+
"name": "input.notificationChannelRoleArn",
|
|
2059
2061
|
"type": "zeebe:input"
|
|
2060
2062
|
},
|
|
2061
2063
|
"condition": {
|
|
@@ -2066,14 +2068,14 @@
|
|
|
2066
2068
|
"type": "String"
|
|
2067
2069
|
},
|
|
2068
2070
|
{
|
|
2069
|
-
"id": "input.
|
|
2070
|
-
"label": "
|
|
2071
|
-
"description": "
|
|
2071
|
+
"id": "input.notificationChannelSnsTopicArn",
|
|
2072
|
+
"label": "Notification channel SNS topic ARN",
|
|
2073
|
+
"description": "The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to",
|
|
2072
2074
|
"optional": true,
|
|
2073
2075
|
"feel": "optional",
|
|
2074
|
-
"group": "
|
|
2076
|
+
"group": "input",
|
|
2075
2077
|
"binding": {
|
|
2076
|
-
"name": "input.
|
|
2078
|
+
"name": "input.notificationChannelSnsTopicArn",
|
|
2077
2079
|
"type": "zeebe:input"
|
|
2078
2080
|
},
|
|
2079
2081
|
"condition": {
|
|
@@ -2084,14 +2086,14 @@
|
|
|
2084
2086
|
"type": "String"
|
|
2085
2087
|
},
|
|
2086
2088
|
{
|
|
2087
|
-
"id": "input.
|
|
2088
|
-
"label": "
|
|
2089
|
-
"description": "The
|
|
2089
|
+
"id": "input.outputConfigS3Bucket",
|
|
2090
|
+
"label": "Output S3 bucket",
|
|
2091
|
+
"description": "The name of the bucket your output will go to",
|
|
2090
2092
|
"optional": true,
|
|
2091
2093
|
"feel": "optional",
|
|
2092
|
-
"group": "
|
|
2094
|
+
"group": "input",
|
|
2093
2095
|
"binding": {
|
|
2094
|
-
"name": "input.
|
|
2096
|
+
"name": "input.outputConfigS3Bucket",
|
|
2095
2097
|
"type": "zeebe:input"
|
|
2096
2098
|
},
|
|
2097
2099
|
"condition": {
|
|
@@ -2102,14 +2104,14 @@
|
|
|
2102
2104
|
"type": "String"
|
|
2103
2105
|
},
|
|
2104
2106
|
{
|
|
2105
|
-
"id": "input.
|
|
2106
|
-
"label": "
|
|
2107
|
-
"description": "The
|
|
2107
|
+
"id": "input.outputConfigS3Prefix",
|
|
2108
|
+
"label": "Output S3 prefix",
|
|
2109
|
+
"description": "The prefix of the object key that the output will be saved to",
|
|
2108
2110
|
"optional": true,
|
|
2109
2111
|
"feel": "optional",
|
|
2110
|
-
"group": "
|
|
2112
|
+
"group": "input",
|
|
2111
2113
|
"binding": {
|
|
2112
|
-
"name": "input.
|
|
2114
|
+
"name": "input.outputConfigS3Prefix",
|
|
2113
2115
|
"type": "zeebe:input"
|
|
2114
2116
|
},
|
|
2115
2117
|
"condition": {
|
|
@@ -2120,19 +2122,21 @@
|
|
|
2120
2122
|
"type": "String"
|
|
2121
2123
|
},
|
|
2122
2124
|
{
|
|
2123
|
-
"id": "input.
|
|
2124
|
-
"label": "
|
|
2125
|
-
"
|
|
2126
|
-
"
|
|
2127
|
-
|
|
2128
|
-
|
|
2125
|
+
"id": "input.document",
|
|
2126
|
+
"label": "Document",
|
|
2127
|
+
"optional": false,
|
|
2128
|
+
"constraints": {
|
|
2129
|
+
"notEmpty": true
|
|
2130
|
+
},
|
|
2131
|
+
"feel": "required",
|
|
2132
|
+
"group": "input",
|
|
2129
2133
|
"binding": {
|
|
2130
|
-
"name": "input.
|
|
2134
|
+
"name": "input.document",
|
|
2131
2135
|
"type": "zeebe:input"
|
|
2132
2136
|
},
|
|
2133
2137
|
"condition": {
|
|
2134
|
-
"property": "input.
|
|
2135
|
-
"equals": "
|
|
2138
|
+
"property": "input.documentLocationType",
|
|
2139
|
+
"equals": "UPLOADED",
|
|
2136
2140
|
"type": "simple"
|
|
2137
2141
|
},
|
|
2138
2142
|
"type": "String"
|
|
@@ -2141,7 +2145,7 @@
|
|
|
2141
2145
|
"id": "version",
|
|
2142
2146
|
"label": "Version",
|
|
2143
2147
|
"description": "Version of the element template",
|
|
2144
|
-
"value": "
|
|
2148
|
+
"value": "3",
|
|
2145
2149
|
"group": "connector",
|
|
2146
2150
|
"binding": {
|
|
2147
2151
|
"key": "elementTemplateVersion",
|