@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,14 +4,16 @@
|
|
|
4
4
|
"name": "Amazon SQS Outbound Connector",
|
|
5
5
|
"id": "io.camunda.connectors.AWSSQS.v1",
|
|
6
6
|
"description": "Send messages to Amazon SQS.",
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
7
|
+
"keywords": [
|
|
8
|
+
"send message",
|
|
9
|
+
"publish message",
|
|
10
|
+
"send message to queue",
|
|
11
|
+
"publish message to queue",
|
|
12
|
+
"enqueue",
|
|
13
|
+
"queue",
|
|
14
|
+
"FIFO",
|
|
15
|
+
"standard queue"
|
|
16
|
+
],
|
|
15
17
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=outbound",
|
|
16
18
|
"version": 11,
|
|
17
19
|
"category": {
|
|
@@ -290,7 +292,7 @@
|
|
|
290
292
|
{
|
|
291
293
|
"id": "resultVariable",
|
|
292
294
|
"label": "Result variable",
|
|
293
|
-
"description": "Name of variable to store the response in",
|
|
295
|
+
"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>.",
|
|
294
296
|
"group": "output",
|
|
295
297
|
"binding": {
|
|
296
298
|
"key": "resultVariable",
|
|
@@ -301,7 +303,7 @@
|
|
|
301
303
|
{
|
|
302
304
|
"id": "resultExpression",
|
|
303
305
|
"label": "Result expression",
|
|
304
|
-
"description": "Expression to map the response into process variables",
|
|
306
|
+
"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>.",
|
|
305
307
|
"feel": "required",
|
|
306
308
|
"group": "output",
|
|
307
309
|
"binding": {
|
|
@@ -356,9 +358,9 @@
|
|
|
356
358
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
357
359
|
"name": "Amazon SQS Outbound Connector",
|
|
358
360
|
"id": "io.camunda.connectors.AWSSQS.v1",
|
|
359
|
-
"version":
|
|
361
|
+
"version": 9,
|
|
360
362
|
"description": "Send message to queue",
|
|
361
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
363
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=outbound",
|
|
362
364
|
"appliesTo": ["bpmn:Task"],
|
|
363
365
|
"elementType": {
|
|
364
366
|
"value": "bpmn:ServiceTask"
|
|
@@ -398,6 +400,32 @@
|
|
|
398
400
|
"property": "type"
|
|
399
401
|
}
|
|
400
402
|
},
|
|
403
|
+
{
|
|
404
|
+
"id": "authenticationType",
|
|
405
|
+
"label": "Authentication",
|
|
406
|
+
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/\" target=\"_blank\">documentation page</a>",
|
|
407
|
+
"group": "authentication",
|
|
408
|
+
"type": "Dropdown",
|
|
409
|
+
"optional": false,
|
|
410
|
+
"value": "credentials",
|
|
411
|
+
"choices": [
|
|
412
|
+
{
|
|
413
|
+
"name": "Credentials",
|
|
414
|
+
"value": "credentials"
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
418
|
+
"value": "defaultCredentialsChain"
|
|
419
|
+
}
|
|
420
|
+
],
|
|
421
|
+
"binding": {
|
|
422
|
+
"type": "zeebe:input",
|
|
423
|
+
"name": "authentication.type"
|
|
424
|
+
},
|
|
425
|
+
"constraints": {
|
|
426
|
+
"notEmpty": true
|
|
427
|
+
}
|
|
428
|
+
},
|
|
401
429
|
{
|
|
402
430
|
"label": "Access key",
|
|
403
431
|
"description": "Provide AWS IAM access key that has permission to send to desired SQS",
|
|
@@ -407,6 +435,10 @@
|
|
|
407
435
|
"type": "zeebe:input",
|
|
408
436
|
"name": "authentication.accessKey"
|
|
409
437
|
},
|
|
438
|
+
"condition": {
|
|
439
|
+
"property": "authenticationType",
|
|
440
|
+
"equals": "credentials"
|
|
441
|
+
},
|
|
410
442
|
"constraints": {
|
|
411
443
|
"notEmpty": true
|
|
412
444
|
}
|
|
@@ -420,6 +452,10 @@
|
|
|
420
452
|
"type": "zeebe:input",
|
|
421
453
|
"name": "authentication.secretKey"
|
|
422
454
|
},
|
|
455
|
+
"condition": {
|
|
456
|
+
"property": "authenticationType",
|
|
457
|
+
"equals": "credentials"
|
|
458
|
+
},
|
|
423
459
|
"constraints": {
|
|
424
460
|
"notEmpty": true
|
|
425
461
|
}
|
|
@@ -578,7 +614,7 @@
|
|
|
578
614
|
"contents": "data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 40 40' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 64 (93537) - https://sketch.com --%3E%3Ctitle%3EIcon-Architecture/32/Arch_AWS-Simple-Queue-Service_32%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3ClinearGradient x1='0%25' y1='100%25' x2='100%25' y2='0%25' id='linearGradient-1'%3E%3Cstop stop-color='%23B0084D' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23FF4F8B' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Icon-Architecture/32/Arch_AWS-Simple-Queue-Service_32' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon-Architecture-BG/32/Application-Integration' fill='url(%23linearGradient-1)'%3E%3Crect id='Rectangle' x='0' y='0' width='40' height='40'%3E%3C/rect%3E%3C/g%3E%3Cpath d='M14.3422051,22.3493786 L15.8466767,20.9061074 C15.9428347,20.8141539 15.9969235,20.687218 15.9999285,20.5552846 C16.0019317,20.4223517 15.9518495,20.2934168 15.8596981,20.1984648 L14.3552264,18.6432502 L13.6350433,19.3378994 L14.311154,20.037546 L11.9913429,20.037546 L11.9913429,21.0370413 L14.2650783,21.0370413 L13.6480647,21.6287425 L14.3422051,22.3493786 Z M26.3579452,22.3533765 L27.9074909,20.9001104 C28.0066538,20.8081569 28.0627459,20.679222 28.0647492,20.5442901 C28.0667525,20.4093583 28.0136653,20.2784244 27.918509,20.1834724 L26.3689633,18.6372532 L25.6607999,19.3438963 L26.3549403,20.037546 L24.0110896,20.037546 L24.0110896,21.0370413 L26.2988481,21.0370413 L25.671818,21.6247445 L26.3579452,22.3533765 Z M17.5875367,23.3608678 C18.3387708,23.0570212 19.1621235,22.8941035 20.0045074,22.8941035 C20.8468913,22.8941035 21.670244,23.0570212 22.4214781,23.3608678 C21.7523789,21.5897622 21.7523789,19.3898731 22.4214781,17.6187675 C20.9190098,18.2264606 19.090005,18.2264606 17.5875367,17.6187675 C18.2566359,19.3898731 18.2566359,21.5897622 17.5875367,23.3608678 L17.5875367,23.3608678 Z M15.6443443,25.3408679 C15.546183,25.2439168 15.4971024,25.1159814 15.4971024,24.988046 C15.4971024,24.8601106 15.546183,24.7321753 15.6443443,24.6342247 C17.5845317,22.6982024 17.5845317,18.2824324 15.6443443,16.3454106 C15.546183,16.2484595 15.4971024,16.1205241 15.4971024,15.9925912 C15.4971024,15.8646534 15.546183,15.736718 15.6443443,15.6387674 C15.8396652,15.4438659 16.1571868,15.4438659 16.3525077,15.6387674 C17.2740216,16.5583031 18.6052086,17.0860366 20.0045074,17.0860366 C21.4048079,17.0860366 22.7359948,16.5583031 23.6575088,15.6387674 C23.8528296,15.4438659 24.1703513,15.4438659 24.3656722,15.6387674 C24.4628318,15.736718 24.5119124,15.8646534 24.5119124,15.9925912 C24.5119124,16.1205241 24.4628318,16.2484595 24.3656722,16.3454106 C22.4244831,18.2824324 22.4244831,22.6982024 24.3656722,24.6342247 C24.4628318,24.7321753 24.5119124,24.8601106 24.5119124,24.988046 C24.5119124,25.1159814 24.4628318,25.2439168 24.3656722,25.3408679 C24.2675109,25.4388184 24.1393003,25.4877937 24.0110896,25.4877937 C23.882879,25.4877937 23.7546684,25.4388184 23.6575088,25.3408679 C22.7359948,24.4213322 21.4048079,23.8935987 20.0045074,23.8935987 C18.6052086,23.8935987 17.2740216,24.4213322 16.3525077,25.3408679 C16.1571868,25.5357694 15.8396652,25.5357694 15.6443443,25.3408679 L15.6443443,25.3408679 Z M32.5421049,19.4358499 C32.236603,19.1320033 31.8369464,18.9800801 31.4362882,18.9800801 C31.0366316,18.9800801 30.636975,19.1320033 30.3314731,19.4358499 C29.721471,20.0445425 29.721471,21.0340428 30.3314731,21.6417359 C30.9414753,22.2504285 31.9321027,22.2504285 32.5421049,21.6417359 C33.1511054,21.0340428 33.1511054,20.0445425 32.5421049,19.4358499 L32.5421049,19.4358499 Z M33.2502683,22.3493786 C32.7504472,22.8481267 32.0933677,23.0980005 31.4362882,23.0980005 C30.7802103,23.0980005 30.1231309,22.8481267 29.6233097,22.3493786 C28.6236675,21.3508828 28.6236675,19.7277025 29.6233097,18.7292068 C30.622952,17.7317105 32.250626,17.7317105 33.2502683,18.7292068 C34.2499106,19.7277025 34.2499106,21.3508828 33.2502683,22.3493786 L33.2502683,22.3493786 Z M9.66852687,19.4468443 C9.36302497,19.1429978 8.96336839,18.9910745 8.56271017,18.9910745 C8.16305359,18.9910745 7.76339701,19.1429978 7.45789511,19.4468443 C6.84889461,20.055537 6.84889461,21.0450373 7.45789511,21.6527304 C8.06789726,22.261423 9.05852472,22.261423 9.66852687,21.6527304 C10.2775274,21.0450373 10.2775274,20.055537 9.66852687,19.4468443 L9.66852687,19.4468443 Z M10.3766903,22.3593735 C9.87686914,22.8581217 9.21978965,23.1079955 8.56271017,23.1079955 C7.90663232,23.1079955 7.24955284,22.8581217 6.7497317,22.3593735 C5.75008943,21.3618773 5.75008943,19.738697 6.7497317,18.7402012 C7.74937397,17.7427049 9.37704801,17.7427049 10.3766903,18.7402012 C11.3763325,19.738697 11.3763325,21.3618773 10.3766903,22.3593735 L10.3766903,22.3593735 Z M27.4337125,28.9100654 C25.4364313,30.903059 22.7820705,32.0005047 19.9574301,32.0005047 C17.1327896,32.0005047 14.4784288,30.903059 12.4821492,28.9100654 C11.165987,27.5977281 10.4077413,26.469298 9.94498104,25.1359713 L8.99842599,25.4628063 C9.50726193,26.9290658 10.3626672,28.2104187 11.7739858,29.6167086 C13.9585748,31.7986067 16.8663519,33 19.9574301,33 C23.0495099,33 25.9562853,31.7986067 28.1418759,29.6167086 C29.2827502,28.4782835 30.4206196,27.1869356 31.0115905,25.4608073 L30.0640338,25.1379703 C29.5391715,26.6701966 28.4894469,27.8565974 27.4337125,28.9100654 L27.4337125,28.9100654 Z M9.94498104,15.8596559 L8.99842599,15.5318214 C9.51026687,14.0645624 10.3656722,12.7832095 11.7759891,11.3759202 C16.2863991,6.87519304 23.6264578,6.87419354 28.1378694,11.3759202 C29.2186449,12.4533761 30.4035916,13.7897012 31.0115905,15.5318214 L30.0640338,15.8596559 C29.5241468,14.3094387 28.4293482,13.0800596 27.4297059,12.0825633 C25.434428,10.0915688 22.7810689,8.99612197 19.9574301,8.99612197 C17.1337912,8.99612197 14.4804321,10.0915688 12.4851542,12.0825633 C11.1870215,13.3779092 10.4037347,14.5423211 9.94498104,15.8596559 L9.94498104,15.8596559 Z' id='AWS-Simple-Queue-Service_Icon_32_Squid' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
|
579
615
|
},
|
|
580
616
|
"engines": {
|
|
581
|
-
"camunda": "^8.
|
|
617
|
+
"camunda": "^8.4"
|
|
582
618
|
}
|
|
583
619
|
},
|
|
584
620
|
{
|
|
@@ -814,24 +850,24 @@
|
|
|
814
850
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
815
851
|
"name": "Amazon SQS Outbound Connector",
|
|
816
852
|
"id": "io.camunda.connectors.AWSSQS.v1",
|
|
853
|
+
"version": 8,
|
|
817
854
|
"description": "Send message to queue",
|
|
818
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
819
|
-
"version": 10,
|
|
820
|
-
"category": {
|
|
821
|
-
"id": "connectors",
|
|
822
|
-
"name": "Connectors"
|
|
823
|
-
},
|
|
855
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs/",
|
|
824
856
|
"appliesTo": ["bpmn:Task"],
|
|
825
857
|
"elementType": {
|
|
826
858
|
"value": "bpmn:ServiceTask"
|
|
827
859
|
},
|
|
860
|
+
"category": {
|
|
861
|
+
"id": "connectors",
|
|
862
|
+
"name": "Connectors"
|
|
863
|
+
},
|
|
828
864
|
"groups": [
|
|
829
865
|
{
|
|
830
866
|
"id": "authentication",
|
|
831
867
|
"label": "Authentication"
|
|
832
868
|
},
|
|
833
869
|
{
|
|
834
|
-
"id": "
|
|
870
|
+
"id": "queueProperties",
|
|
835
871
|
"label": "Queue properties"
|
|
836
872
|
},
|
|
837
873
|
{
|
|
@@ -840,121 +876,86 @@
|
|
|
840
876
|
},
|
|
841
877
|
{
|
|
842
878
|
"id": "output",
|
|
843
|
-
"label": "Output
|
|
879
|
+
"label": "Output"
|
|
844
880
|
},
|
|
845
881
|
{
|
|
846
|
-
"id": "
|
|
882
|
+
"id": "errors",
|
|
847
883
|
"label": "Error handling"
|
|
848
|
-
},
|
|
849
|
-
{
|
|
850
|
-
"id": "retries",
|
|
851
|
-
"label": "Retries"
|
|
852
884
|
}
|
|
853
885
|
],
|
|
854
886
|
"properties": [
|
|
855
887
|
{
|
|
888
|
+
"type": "Hidden",
|
|
856
889
|
"value": "io.camunda:aws-sqs:1",
|
|
857
890
|
"binding": {
|
|
858
|
-
"
|
|
859
|
-
"
|
|
860
|
-
}
|
|
861
|
-
"type": "Hidden"
|
|
891
|
+
"type": "zeebe:taskDefinition",
|
|
892
|
+
"property": "type"
|
|
893
|
+
}
|
|
862
894
|
},
|
|
863
895
|
{
|
|
864
|
-
"
|
|
865
|
-
"
|
|
866
|
-
"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>",
|
|
867
|
-
"value": "credentials",
|
|
896
|
+
"label": "Access key",
|
|
897
|
+
"description": "Provide AWS IAM access key that has permission to send to desired SQS",
|
|
868
898
|
"group": "authentication",
|
|
899
|
+
"type": "String",
|
|
869
900
|
"binding": {
|
|
870
|
-
"
|
|
871
|
-
"
|
|
901
|
+
"type": "zeebe:input",
|
|
902
|
+
"name": "authentication.accessKey"
|
|
872
903
|
},
|
|
873
|
-
"type": "Dropdown",
|
|
874
|
-
"choices": [
|
|
875
|
-
{
|
|
876
|
-
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
877
|
-
"value": "defaultCredentialsChain"
|
|
878
|
-
},
|
|
879
|
-
{
|
|
880
|
-
"name": "Credentials",
|
|
881
|
-
"value": "credentials"
|
|
882
|
-
}
|
|
883
|
-
]
|
|
884
|
-
},
|
|
885
|
-
{
|
|
886
|
-
"id": "authentication.accessKey",
|
|
887
|
-
"label": "Access key",
|
|
888
|
-
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
889
|
-
"optional": false,
|
|
890
904
|
"constraints": {
|
|
891
905
|
"notEmpty": true
|
|
892
|
-
}
|
|
893
|
-
"feel": "optional",
|
|
894
|
-
"group": "authentication",
|
|
895
|
-
"binding": {
|
|
896
|
-
"name": "authentication.accessKey",
|
|
897
|
-
"type": "zeebe:input"
|
|
898
|
-
},
|
|
899
|
-
"condition": {
|
|
900
|
-
"property": "authentication.type",
|
|
901
|
-
"equals": "credentials",
|
|
902
|
-
"type": "simple"
|
|
903
|
-
},
|
|
904
|
-
"type": "String"
|
|
906
|
+
}
|
|
905
907
|
},
|
|
906
908
|
{
|
|
907
|
-
"id": "authentication.secretKey",
|
|
908
909
|
"label": "Secret key",
|
|
909
|
-
"description": "Provide
|
|
910
|
-
"optional": false,
|
|
911
|
-
"constraints": {
|
|
912
|
-
"notEmpty": true
|
|
913
|
-
},
|
|
914
|
-
"feel": "optional",
|
|
910
|
+
"description": "Provide AWS IAM secret key that has permission to send to desired SQS",
|
|
915
911
|
"group": "authentication",
|
|
912
|
+
"type": "String",
|
|
916
913
|
"binding": {
|
|
917
|
-
"
|
|
918
|
-
"
|
|
919
|
-
},
|
|
920
|
-
"condition": {
|
|
921
|
-
"property": "authentication.type",
|
|
922
|
-
"equals": "credentials",
|
|
923
|
-
"type": "simple"
|
|
914
|
+
"type": "zeebe:input",
|
|
915
|
+
"name": "authentication.secretKey"
|
|
924
916
|
},
|
|
925
|
-
"
|
|
917
|
+
"constraints": {
|
|
918
|
+
"notEmpty": true
|
|
919
|
+
}
|
|
926
920
|
},
|
|
927
921
|
{
|
|
928
|
-
"id": "queue.url",
|
|
929
922
|
"label": "URL",
|
|
930
923
|
"description": "Specify the URL of the SQS queue where you would like to send message to",
|
|
931
|
-
"
|
|
932
|
-
"
|
|
933
|
-
|
|
924
|
+
"group": "queueProperties",
|
|
925
|
+
"type": "String",
|
|
926
|
+
"binding": {
|
|
927
|
+
"type": "zeebe:input",
|
|
928
|
+
"name": "queue.url"
|
|
934
929
|
},
|
|
935
|
-
"
|
|
936
|
-
|
|
930
|
+
"constraints": {
|
|
931
|
+
"notEmpty": true,
|
|
932
|
+
"pattern": {
|
|
933
|
+
"value": "^(=|(https?://|\\{\\{secrets\\..+\\}\\}).*$)",
|
|
934
|
+
"message": "Must be an http(s) URL"
|
|
935
|
+
}
|
|
936
|
+
}
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
"label": "Region",
|
|
940
|
+
"description": "Specify the AWS region of your queue",
|
|
941
|
+
"group": "queueProperties",
|
|
942
|
+
"type": "String",
|
|
937
943
|
"binding": {
|
|
938
|
-
"
|
|
939
|
-
"
|
|
944
|
+
"type": "zeebe:input",
|
|
945
|
+
"name": "configuration.region"
|
|
940
946
|
},
|
|
941
|
-
"
|
|
947
|
+
"constraints": {
|
|
948
|
+
"notEmpty": true
|
|
949
|
+
}
|
|
942
950
|
},
|
|
943
951
|
{
|
|
944
952
|
"id": "queue.type",
|
|
945
953
|
"label": "Queue type",
|
|
946
954
|
"description": "Specify whether the queue is a <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/standard-queues.html\">standard</a> or <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/FIFO-queues.html\">FIFO</a> queue",
|
|
955
|
+
"group": "queueProperties",
|
|
956
|
+
"type": "Dropdown",
|
|
947
957
|
"optional": false,
|
|
948
958
|
"value": "standard",
|
|
949
|
-
"constraints": {
|
|
950
|
-
"notEmpty": true
|
|
951
|
-
},
|
|
952
|
-
"group": "configuration",
|
|
953
|
-
"binding": {
|
|
954
|
-
"name": "queue.type",
|
|
955
|
-
"type": "zeebe:input"
|
|
956
|
-
},
|
|
957
|
-
"type": "Dropdown",
|
|
958
959
|
"choices": [
|
|
959
960
|
{
|
|
960
961
|
"name": "Standard",
|
|
@@ -964,165 +965,114 @@
|
|
|
964
965
|
"name": "FIFO",
|
|
965
966
|
"value": "fifo"
|
|
966
967
|
}
|
|
967
|
-
]
|
|
968
|
+
],
|
|
969
|
+
"binding": {
|
|
970
|
+
"type": "zeebe:input",
|
|
971
|
+
"name": "queue.type"
|
|
972
|
+
},
|
|
973
|
+
"constraints": {
|
|
974
|
+
"notEmpty": true
|
|
975
|
+
}
|
|
968
976
|
},
|
|
969
977
|
{
|
|
970
|
-
"
|
|
971
|
-
"
|
|
972
|
-
"
|
|
973
|
-
"
|
|
974
|
-
"feel": "optional",
|
|
975
|
-
"group": "configuration",
|
|
978
|
+
"label": "Message group ID",
|
|
979
|
+
"description": "Message group ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/using-messagegroupid-property.html\">using the MessageGroupId Property</a> in the Amazon SQS developer guide.",
|
|
980
|
+
"group": "input",
|
|
981
|
+
"type": "String",
|
|
976
982
|
"binding": {
|
|
977
|
-
"
|
|
978
|
-
"
|
|
983
|
+
"type": "zeebe:input",
|
|
984
|
+
"name": "queue.messageGroupId"
|
|
979
985
|
},
|
|
980
|
-
"
|
|
986
|
+
"optional": false,
|
|
987
|
+
"condition": {
|
|
988
|
+
"property": "queue.type",
|
|
989
|
+
"equals": "fifo"
|
|
990
|
+
},
|
|
991
|
+
"constraints": {
|
|
992
|
+
"notEmpty": true
|
|
993
|
+
},
|
|
994
|
+
"feel": "optional"
|
|
981
995
|
},
|
|
982
996
|
{
|
|
983
|
-
"
|
|
984
|
-
"
|
|
985
|
-
"
|
|
986
|
-
"
|
|
987
|
-
"group": "configuration",
|
|
997
|
+
"label": "Message deduplication ID",
|
|
998
|
+
"description": "Message deduplication ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/using-messagededuplicationid-property.html\">using the MessageDeduplicationId Property</a> in the Amazon SQS developer guide.",
|
|
999
|
+
"group": "input",
|
|
1000
|
+
"type": "String",
|
|
988
1001
|
"binding": {
|
|
989
|
-
"
|
|
990
|
-
"
|
|
1002
|
+
"type": "zeebe:input",
|
|
1003
|
+
"name": "queue.messageDeduplicationId"
|
|
991
1004
|
},
|
|
992
|
-
"
|
|
1005
|
+
"optional": true,
|
|
1006
|
+
"condition": {
|
|
1007
|
+
"property": "queue.type",
|
|
1008
|
+
"equals": "fifo"
|
|
1009
|
+
},
|
|
1010
|
+
"feel": "optional"
|
|
993
1011
|
},
|
|
994
1012
|
{
|
|
995
|
-
"id": "queue.messageBody",
|
|
996
1013
|
"label": "Message body",
|
|
997
1014
|
"description": "Data to send to the SQS queue",
|
|
998
|
-
"optional": false,
|
|
999
|
-
"constraints": {
|
|
1000
|
-
"notEmpty": true
|
|
1001
|
-
},
|
|
1002
|
-
"feel": "required",
|
|
1003
1015
|
"group": "input",
|
|
1016
|
+
"type": "Text",
|
|
1004
1017
|
"binding": {
|
|
1005
|
-
"
|
|
1006
|
-
"
|
|
1018
|
+
"type": "zeebe:input",
|
|
1019
|
+
"name": "queue.messageBody"
|
|
1007
1020
|
},
|
|
1008
|
-
"
|
|
1021
|
+
"constraints": {
|
|
1022
|
+
"notEmpty": true
|
|
1023
|
+
},
|
|
1024
|
+
"feel": "required"
|
|
1009
1025
|
},
|
|
1010
1026
|
{
|
|
1011
|
-
"id": "queue.messageAttributes",
|
|
1012
1027
|
"label": "Message attributes",
|
|
1013
1028
|
"description": "Message attributes metadata",
|
|
1014
|
-
"optional": true,
|
|
1015
|
-
"feel": "required",
|
|
1016
1029
|
"group": "input",
|
|
1030
|
+
"type": "Text",
|
|
1031
|
+
"optional": true,
|
|
1017
1032
|
"binding": {
|
|
1018
|
-
"
|
|
1019
|
-
"
|
|
1020
|
-
},
|
|
1021
|
-
"type": "Text"
|
|
1022
|
-
},
|
|
1023
|
-
{
|
|
1024
|
-
"id": "queue.messageGroupId",
|
|
1025
|
-
"label": "Message group ID",
|
|
1026
|
-
"description": "Message group ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/using-messagegroupid-property.html\">using the MessageGroupId Property</a> in the Amazon SQS developer guide",
|
|
1027
|
-
"optional": false,
|
|
1028
|
-
"feel": "optional",
|
|
1029
|
-
"group": "input",
|
|
1030
|
-
"binding": {
|
|
1031
|
-
"name": "queue.messageGroupId",
|
|
1032
|
-
"type": "zeebe:input"
|
|
1033
|
-
},
|
|
1034
|
-
"condition": {
|
|
1035
|
-
"property": "queue.type",
|
|
1036
|
-
"equals": "fifo",
|
|
1037
|
-
"type": "simple"
|
|
1038
|
-
},
|
|
1039
|
-
"type": "String"
|
|
1040
|
-
},
|
|
1041
|
-
{
|
|
1042
|
-
"id": "queue.messageDeduplicationId",
|
|
1043
|
-
"label": "Message deduplication ID",
|
|
1044
|
-
"description": "Message deduplication ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/using-messagededuplicationid-property.html\">using the MessageDeduplicationId Property</a> in the Amazon SQS developer guide",
|
|
1045
|
-
"optional": true,
|
|
1046
|
-
"feel": "optional",
|
|
1047
|
-
"group": "input",
|
|
1048
|
-
"binding": {
|
|
1049
|
-
"name": "queue.messageDeduplicationId",
|
|
1050
|
-
"type": "zeebe:input"
|
|
1051
|
-
},
|
|
1052
|
-
"condition": {
|
|
1053
|
-
"property": "queue.type",
|
|
1054
|
-
"equals": "fifo",
|
|
1055
|
-
"type": "simple"
|
|
1033
|
+
"type": "zeebe:input",
|
|
1034
|
+
"name": "queue.messageAttributes"
|
|
1056
1035
|
},
|
|
1057
|
-
"
|
|
1036
|
+
"feel": "required"
|
|
1058
1037
|
},
|
|
1059
1038
|
{
|
|
1060
|
-
"id": "resultVariable",
|
|
1061
1039
|
"label": "Result variable",
|
|
1062
|
-
"description": "Name of variable to store the response in",
|
|
1040
|
+
"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>",
|
|
1063
1041
|
"group": "output",
|
|
1042
|
+
"type": "String",
|
|
1064
1043
|
"binding": {
|
|
1065
|
-
"
|
|
1066
|
-
"
|
|
1067
|
-
}
|
|
1068
|
-
"type": "String"
|
|
1044
|
+
"type": "zeebe:taskHeader",
|
|
1045
|
+
"key": "resultVariable"
|
|
1046
|
+
}
|
|
1069
1047
|
},
|
|
1070
1048
|
{
|
|
1071
|
-
"id": "resultExpression",
|
|
1072
1049
|
"label": "Result expression",
|
|
1073
|
-
"description": "Expression to map the response into process variables",
|
|
1074
|
-
"feel": "required",
|
|
1050
|
+
"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>",
|
|
1075
1051
|
"group": "output",
|
|
1052
|
+
"type": "Text",
|
|
1053
|
+
"feel": "required",
|
|
1076
1054
|
"binding": {
|
|
1077
|
-
"
|
|
1078
|
-
"
|
|
1079
|
-
}
|
|
1080
|
-
"type": "Text"
|
|
1055
|
+
"type": "zeebe:taskHeader",
|
|
1056
|
+
"key": "resultExpression"
|
|
1057
|
+
}
|
|
1081
1058
|
},
|
|
1082
1059
|
{
|
|
1083
|
-
"id": "errorExpression",
|
|
1084
1060
|
"label": "Error expression",
|
|
1085
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
1061
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
|
|
1062
|
+
"group": "errors",
|
|
1063
|
+
"type": "Text",
|
|
1086
1064
|
"feel": "required",
|
|
1087
|
-
"group": "error",
|
|
1088
|
-
"binding": {
|
|
1089
|
-
"key": "errorExpression",
|
|
1090
|
-
"type": "zeebe:taskHeader"
|
|
1091
|
-
},
|
|
1092
|
-
"type": "Text"
|
|
1093
|
-
},
|
|
1094
|
-
{
|
|
1095
|
-
"id": "retryCount",
|
|
1096
|
-
"label": "Retries",
|
|
1097
|
-
"description": "Number of retries",
|
|
1098
|
-
"value": "3",
|
|
1099
|
-
"feel": "optional",
|
|
1100
|
-
"group": "retries",
|
|
1101
|
-
"binding": {
|
|
1102
|
-
"property": "retries",
|
|
1103
|
-
"type": "zeebe:taskDefinition"
|
|
1104
|
-
},
|
|
1105
|
-
"type": "String"
|
|
1106
|
-
},
|
|
1107
|
-
{
|
|
1108
|
-
"id": "retryBackoff",
|
|
1109
|
-
"label": "Retry backoff",
|
|
1110
|
-
"description": "ISO-8601 duration to wait between retries",
|
|
1111
|
-
"value": "PT0S",
|
|
1112
|
-
"feel": "optional",
|
|
1113
|
-
"group": "retries",
|
|
1114
1065
|
"binding": {
|
|
1115
|
-
"
|
|
1116
|
-
"
|
|
1117
|
-
}
|
|
1118
|
-
"type": "String"
|
|
1066
|
+
"type": "zeebe:taskHeader",
|
|
1067
|
+
"key": "errorExpression"
|
|
1068
|
+
}
|
|
1119
1069
|
}
|
|
1120
1070
|
],
|
|
1121
1071
|
"icon": {
|
|
1122
|
-
"contents": "data:image/svg+xml
|
|
1072
|
+
"contents": "data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 40 40' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 64 (93537) - https://sketch.com --%3E%3Ctitle%3EIcon-Architecture/32/Arch_AWS-Simple-Queue-Service_32%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3ClinearGradient x1='0%25' y1='100%25' x2='100%25' y2='0%25' id='linearGradient-1'%3E%3Cstop stop-color='%23B0084D' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23FF4F8B' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Icon-Architecture/32/Arch_AWS-Simple-Queue-Service_32' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon-Architecture-BG/32/Application-Integration' fill='url(%23linearGradient-1)'%3E%3Crect id='Rectangle' x='0' y='0' width='40' height='40'%3E%3C/rect%3E%3C/g%3E%3Cpath d='M14.3422051,22.3493786 L15.8466767,20.9061074 C15.9428347,20.8141539 15.9969235,20.687218 15.9999285,20.5552846 C16.0019317,20.4223517 15.9518495,20.2934168 15.8596981,20.1984648 L14.3552264,18.6432502 L13.6350433,19.3378994 L14.311154,20.037546 L11.9913429,20.037546 L11.9913429,21.0370413 L14.2650783,21.0370413 L13.6480647,21.6287425 L14.3422051,22.3493786 Z M26.3579452,22.3533765 L27.9074909,20.9001104 C28.0066538,20.8081569 28.0627459,20.679222 28.0647492,20.5442901 C28.0667525,20.4093583 28.0136653,20.2784244 27.918509,20.1834724 L26.3689633,18.6372532 L25.6607999,19.3438963 L26.3549403,20.037546 L24.0110896,20.037546 L24.0110896,21.0370413 L26.2988481,21.0370413 L25.671818,21.6247445 L26.3579452,22.3533765 Z M17.5875367,23.3608678 C18.3387708,23.0570212 19.1621235,22.8941035 20.0045074,22.8941035 C20.8468913,22.8941035 21.670244,23.0570212 22.4214781,23.3608678 C21.7523789,21.5897622 21.7523789,19.3898731 22.4214781,17.6187675 C20.9190098,18.2264606 19.090005,18.2264606 17.5875367,17.6187675 C18.2566359,19.3898731 18.2566359,21.5897622 17.5875367,23.3608678 L17.5875367,23.3608678 Z M15.6443443,25.3408679 C15.546183,25.2439168 15.4971024,25.1159814 15.4971024,24.988046 C15.4971024,24.8601106 15.546183,24.7321753 15.6443443,24.6342247 C17.5845317,22.6982024 17.5845317,18.2824324 15.6443443,16.3454106 C15.546183,16.2484595 15.4971024,16.1205241 15.4971024,15.9925912 C15.4971024,15.8646534 15.546183,15.736718 15.6443443,15.6387674 C15.8396652,15.4438659 16.1571868,15.4438659 16.3525077,15.6387674 C17.2740216,16.5583031 18.6052086,17.0860366 20.0045074,17.0860366 C21.4048079,17.0860366 22.7359948,16.5583031 23.6575088,15.6387674 C23.8528296,15.4438659 24.1703513,15.4438659 24.3656722,15.6387674 C24.4628318,15.736718 24.5119124,15.8646534 24.5119124,15.9925912 C24.5119124,16.1205241 24.4628318,16.2484595 24.3656722,16.3454106 C22.4244831,18.2824324 22.4244831,22.6982024 24.3656722,24.6342247 C24.4628318,24.7321753 24.5119124,24.8601106 24.5119124,24.988046 C24.5119124,25.1159814 24.4628318,25.2439168 24.3656722,25.3408679 C24.2675109,25.4388184 24.1393003,25.4877937 24.0110896,25.4877937 C23.882879,25.4877937 23.7546684,25.4388184 23.6575088,25.3408679 C22.7359948,24.4213322 21.4048079,23.8935987 20.0045074,23.8935987 C18.6052086,23.8935987 17.2740216,24.4213322 16.3525077,25.3408679 C16.1571868,25.5357694 15.8396652,25.5357694 15.6443443,25.3408679 L15.6443443,25.3408679 Z M32.5421049,19.4358499 C32.236603,19.1320033 31.8369464,18.9800801 31.4362882,18.9800801 C31.0366316,18.9800801 30.636975,19.1320033 30.3314731,19.4358499 C29.721471,20.0445425 29.721471,21.0340428 30.3314731,21.6417359 C30.9414753,22.2504285 31.9321027,22.2504285 32.5421049,21.6417359 C33.1511054,21.0340428 33.1511054,20.0445425 32.5421049,19.4358499 L32.5421049,19.4358499 Z M33.2502683,22.3493786 C32.7504472,22.8481267 32.0933677,23.0980005 31.4362882,23.0980005 C30.7802103,23.0980005 30.1231309,22.8481267 29.6233097,22.3493786 C28.6236675,21.3508828 28.6236675,19.7277025 29.6233097,18.7292068 C30.622952,17.7317105 32.250626,17.7317105 33.2502683,18.7292068 C34.2499106,19.7277025 34.2499106,21.3508828 33.2502683,22.3493786 L33.2502683,22.3493786 Z M9.66852687,19.4468443 C9.36302497,19.1429978 8.96336839,18.9910745 8.56271017,18.9910745 C8.16305359,18.9910745 7.76339701,19.1429978 7.45789511,19.4468443 C6.84889461,20.055537 6.84889461,21.0450373 7.45789511,21.6527304 C8.06789726,22.261423 9.05852472,22.261423 9.66852687,21.6527304 C10.2775274,21.0450373 10.2775274,20.055537 9.66852687,19.4468443 L9.66852687,19.4468443 Z M10.3766903,22.3593735 C9.87686914,22.8581217 9.21978965,23.1079955 8.56271017,23.1079955 C7.90663232,23.1079955 7.24955284,22.8581217 6.7497317,22.3593735 C5.75008943,21.3618773 5.75008943,19.738697 6.7497317,18.7402012 C7.74937397,17.7427049 9.37704801,17.7427049 10.3766903,18.7402012 C11.3763325,19.738697 11.3763325,21.3618773 10.3766903,22.3593735 L10.3766903,22.3593735 Z M27.4337125,28.9100654 C25.4364313,30.903059 22.7820705,32.0005047 19.9574301,32.0005047 C17.1327896,32.0005047 14.4784288,30.903059 12.4821492,28.9100654 C11.165987,27.5977281 10.4077413,26.469298 9.94498104,25.1359713 L8.99842599,25.4628063 C9.50726193,26.9290658 10.3626672,28.2104187 11.7739858,29.6167086 C13.9585748,31.7986067 16.8663519,33 19.9574301,33 C23.0495099,33 25.9562853,31.7986067 28.1418759,29.6167086 C29.2827502,28.4782835 30.4206196,27.1869356 31.0115905,25.4608073 L30.0640338,25.1379703 C29.5391715,26.6701966 28.4894469,27.8565974 27.4337125,28.9100654 L27.4337125,28.9100654 Z M9.94498104,15.8596559 L8.99842599,15.5318214 C9.51026687,14.0645624 10.3656722,12.7832095 11.7759891,11.3759202 C16.2863991,6.87519304 23.6264578,6.87419354 28.1378694,11.3759202 C29.2186449,12.4533761 30.4035916,13.7897012 31.0115905,15.5318214 L30.0640338,15.8596559 C29.5241468,14.3094387 28.4293482,13.0800596 27.4297059,12.0825633 C25.434428,10.0915688 22.7810689,8.99612197 19.9574301,8.99612197 C17.1337912,8.99612197 14.4804321,10.0915688 12.4851542,12.0825633 C11.1870215,13.3779092 10.4037347,14.5423211 9.94498104,15.8596559 L9.94498104,15.8596559 Z' id='AWS-Simple-Queue-Service_Icon_32_Squid' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
|
1123
1073
|
},
|
|
1124
1074
|
"engines": {
|
|
1125
|
-
"camunda": "^8.
|
|
1075
|
+
"camunda": "^8.2"
|
|
1126
1076
|
}
|
|
1127
1077
|
},
|
|
1128
1078
|
{
|
|
@@ -1358,13 +1308,16 @@
|
|
|
1358
1308
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1359
1309
|
"name": "Amazon SQS connector",
|
|
1360
1310
|
"id": "io.camunda.connectors.AWSSQS.v1",
|
|
1361
|
-
"version":
|
|
1311
|
+
"version": 7,
|
|
1362
1312
|
"description": "Send message to queue",
|
|
1363
1313
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs/",
|
|
1364
1314
|
"appliesTo": ["bpmn:Task"],
|
|
1365
1315
|
"elementType": {
|
|
1366
1316
|
"value": "bpmn:ServiceTask"
|
|
1367
1317
|
},
|
|
1318
|
+
"engines": {
|
|
1319
|
+
"camunda": "^8.2"
|
|
1320
|
+
},
|
|
1368
1321
|
"category": {
|
|
1369
1322
|
"id": "connectors",
|
|
1370
1323
|
"name": "Connectors"
|
|
@@ -1426,15 +1379,6 @@
|
|
|
1426
1379
|
"notEmpty": true
|
|
1427
1380
|
}
|
|
1428
1381
|
},
|
|
1429
|
-
{
|
|
1430
|
-
"type": "Hidden",
|
|
1431
|
-
"description": "This value forces to evaluate configuration first in order",
|
|
1432
|
-
"value": "nonce",
|
|
1433
|
-
"binding": {
|
|
1434
|
-
"type": "zeebe:input",
|
|
1435
|
-
"name": "configuration.nonce"
|
|
1436
|
-
}
|
|
1437
|
-
},
|
|
1438
1382
|
{
|
|
1439
1383
|
"label": "URL",
|
|
1440
1384
|
"description": "Specify the URL of the SQS queue where you would like to send message to",
|
|
@@ -1447,8 +1391,8 @@
|
|
|
1447
1391
|
"constraints": {
|
|
1448
1392
|
"notEmpty": true,
|
|
1449
1393
|
"pattern": {
|
|
1450
|
-
"value": "(
|
|
1451
|
-
"message": "Must be an http(s) URL
|
|
1394
|
+
"value": "^(=|(https?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
|
|
1395
|
+
"message": "Must be an http(s) URL"
|
|
1452
1396
|
}
|
|
1453
1397
|
}
|
|
1454
1398
|
},
|
|
@@ -1465,15 +1409,6 @@
|
|
|
1465
1409
|
"notEmpty": true
|
|
1466
1410
|
}
|
|
1467
1411
|
},
|
|
1468
|
-
{
|
|
1469
|
-
"description": "Backwards compatible region",
|
|
1470
|
-
"type": "Hidden",
|
|
1471
|
-
"value": "=configuration.region",
|
|
1472
|
-
"binding": {
|
|
1473
|
-
"type": "zeebe:input",
|
|
1474
|
-
"name": "queue.region"
|
|
1475
|
-
}
|
|
1476
|
-
},
|
|
1477
1412
|
{
|
|
1478
1413
|
"id": "queue.type",
|
|
1479
1414
|
"label": "Queue type",
|
|
@@ -1596,18 +1531,15 @@
|
|
|
1596
1531
|
],
|
|
1597
1532
|
"icon": {
|
|
1598
1533
|
"contents": "data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 40 40' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 64 (93537) - https://sketch.com --%3E%3Ctitle%3EIcon-Architecture/32/Arch_AWS-Simple-Queue-Service_32%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3ClinearGradient x1='0%25' y1='100%25' x2='100%25' y2='0%25' id='linearGradient-1'%3E%3Cstop stop-color='%23B0084D' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23FF4F8B' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Icon-Architecture/32/Arch_AWS-Simple-Queue-Service_32' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon-Architecture-BG/32/Application-Integration' fill='url(%23linearGradient-1)'%3E%3Crect id='Rectangle' x='0' y='0' width='40' height='40'%3E%3C/rect%3E%3C/g%3E%3Cpath d='M14.3422051,22.3493786 L15.8466767,20.9061074 C15.9428347,20.8141539 15.9969235,20.687218 15.9999285,20.5552846 C16.0019317,20.4223517 15.9518495,20.2934168 15.8596981,20.1984648 L14.3552264,18.6432502 L13.6350433,19.3378994 L14.311154,20.037546 L11.9913429,20.037546 L11.9913429,21.0370413 L14.2650783,21.0370413 L13.6480647,21.6287425 L14.3422051,22.3493786 Z M26.3579452,22.3533765 L27.9074909,20.9001104 C28.0066538,20.8081569 28.0627459,20.679222 28.0647492,20.5442901 C28.0667525,20.4093583 28.0136653,20.2784244 27.918509,20.1834724 L26.3689633,18.6372532 L25.6607999,19.3438963 L26.3549403,20.037546 L24.0110896,20.037546 L24.0110896,21.0370413 L26.2988481,21.0370413 L25.671818,21.6247445 L26.3579452,22.3533765 Z M17.5875367,23.3608678 C18.3387708,23.0570212 19.1621235,22.8941035 20.0045074,22.8941035 C20.8468913,22.8941035 21.670244,23.0570212 22.4214781,23.3608678 C21.7523789,21.5897622 21.7523789,19.3898731 22.4214781,17.6187675 C20.9190098,18.2264606 19.090005,18.2264606 17.5875367,17.6187675 C18.2566359,19.3898731 18.2566359,21.5897622 17.5875367,23.3608678 L17.5875367,23.3608678 Z M15.6443443,25.3408679 C15.546183,25.2439168 15.4971024,25.1159814 15.4971024,24.988046 C15.4971024,24.8601106 15.546183,24.7321753 15.6443443,24.6342247 C17.5845317,22.6982024 17.5845317,18.2824324 15.6443443,16.3454106 C15.546183,16.2484595 15.4971024,16.1205241 15.4971024,15.9925912 C15.4971024,15.8646534 15.546183,15.736718 15.6443443,15.6387674 C15.8396652,15.4438659 16.1571868,15.4438659 16.3525077,15.6387674 C17.2740216,16.5583031 18.6052086,17.0860366 20.0045074,17.0860366 C21.4048079,17.0860366 22.7359948,16.5583031 23.6575088,15.6387674 C23.8528296,15.4438659 24.1703513,15.4438659 24.3656722,15.6387674 C24.4628318,15.736718 24.5119124,15.8646534 24.5119124,15.9925912 C24.5119124,16.1205241 24.4628318,16.2484595 24.3656722,16.3454106 C22.4244831,18.2824324 22.4244831,22.6982024 24.3656722,24.6342247 C24.4628318,24.7321753 24.5119124,24.8601106 24.5119124,24.988046 C24.5119124,25.1159814 24.4628318,25.2439168 24.3656722,25.3408679 C24.2675109,25.4388184 24.1393003,25.4877937 24.0110896,25.4877937 C23.882879,25.4877937 23.7546684,25.4388184 23.6575088,25.3408679 C22.7359948,24.4213322 21.4048079,23.8935987 20.0045074,23.8935987 C18.6052086,23.8935987 17.2740216,24.4213322 16.3525077,25.3408679 C16.1571868,25.5357694 15.8396652,25.5357694 15.6443443,25.3408679 L15.6443443,25.3408679 Z M32.5421049,19.4358499 C32.236603,19.1320033 31.8369464,18.9800801 31.4362882,18.9800801 C31.0366316,18.9800801 30.636975,19.1320033 30.3314731,19.4358499 C29.721471,20.0445425 29.721471,21.0340428 30.3314731,21.6417359 C30.9414753,22.2504285 31.9321027,22.2504285 32.5421049,21.6417359 C33.1511054,21.0340428 33.1511054,20.0445425 32.5421049,19.4358499 L32.5421049,19.4358499 Z M33.2502683,22.3493786 C32.7504472,22.8481267 32.0933677,23.0980005 31.4362882,23.0980005 C30.7802103,23.0980005 30.1231309,22.8481267 29.6233097,22.3493786 C28.6236675,21.3508828 28.6236675,19.7277025 29.6233097,18.7292068 C30.622952,17.7317105 32.250626,17.7317105 33.2502683,18.7292068 C34.2499106,19.7277025 34.2499106,21.3508828 33.2502683,22.3493786 L33.2502683,22.3493786 Z M9.66852687,19.4468443 C9.36302497,19.1429978 8.96336839,18.9910745 8.56271017,18.9910745 C8.16305359,18.9910745 7.76339701,19.1429978 7.45789511,19.4468443 C6.84889461,20.055537 6.84889461,21.0450373 7.45789511,21.6527304 C8.06789726,22.261423 9.05852472,22.261423 9.66852687,21.6527304 C10.2775274,21.0450373 10.2775274,20.055537 9.66852687,19.4468443 L9.66852687,19.4468443 Z M10.3766903,22.3593735 C9.87686914,22.8581217 9.21978965,23.1079955 8.56271017,23.1079955 C7.90663232,23.1079955 7.24955284,22.8581217 6.7497317,22.3593735 C5.75008943,21.3618773 5.75008943,19.738697 6.7497317,18.7402012 C7.74937397,17.7427049 9.37704801,17.7427049 10.3766903,18.7402012 C11.3763325,19.738697 11.3763325,21.3618773 10.3766903,22.3593735 L10.3766903,22.3593735 Z M27.4337125,28.9100654 C25.4364313,30.903059 22.7820705,32.0005047 19.9574301,32.0005047 C17.1327896,32.0005047 14.4784288,30.903059 12.4821492,28.9100654 C11.165987,27.5977281 10.4077413,26.469298 9.94498104,25.1359713 L8.99842599,25.4628063 C9.50726193,26.9290658 10.3626672,28.2104187 11.7739858,29.6167086 C13.9585748,31.7986067 16.8663519,33 19.9574301,33 C23.0495099,33 25.9562853,31.7986067 28.1418759,29.6167086 C29.2827502,28.4782835 30.4206196,27.1869356 31.0115905,25.4608073 L30.0640338,25.1379703 C29.5391715,26.6701966 28.4894469,27.8565974 27.4337125,28.9100654 L27.4337125,28.9100654 Z M9.94498104,15.8596559 L8.99842599,15.5318214 C9.51026687,14.0645624 10.3656722,12.7832095 11.7759891,11.3759202 C16.2863991,6.87519304 23.6264578,6.87419354 28.1378694,11.3759202 C29.2186449,12.4533761 30.4035916,13.7897012 31.0115905,15.5318214 L30.0640338,15.8596559 C29.5241468,14.3094387 28.4293482,13.0800596 27.4297059,12.0825633 C25.434428,10.0915688 22.7810689,8.99612197 19.9574301,8.99612197 C17.1337912,8.99612197 14.4804321,10.0915688 12.4851542,12.0825633 C11.1870215,13.3779092 10.4037347,14.5423211 9.94498104,15.8596559 L9.94498104,15.8596559 Z' id='AWS-Simple-Queue-Service_Icon_32_Squid' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
|
1599
|
-
},
|
|
1600
|
-
"engines": {
|
|
1601
|
-
"camunda": "^8.2"
|
|
1602
1534
|
}
|
|
1603
1535
|
},
|
|
1604
1536
|
{
|
|
1605
1537
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1606
|
-
"name": "Amazon SQS
|
|
1538
|
+
"name": "Amazon SQS connector",
|
|
1607
1539
|
"id": "io.camunda.connectors.AWSSQS.v1",
|
|
1608
|
-
"version":
|
|
1540
|
+
"version": 4,
|
|
1609
1541
|
"description": "Send message to queue",
|
|
1610
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
1542
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs/",
|
|
1611
1543
|
"appliesTo": ["bpmn:Task"],
|
|
1612
1544
|
"elementType": {
|
|
1613
1545
|
"value": "bpmn:ServiceTask"
|
|
@@ -1647,32 +1579,6 @@
|
|
|
1647
1579
|
"property": "type"
|
|
1648
1580
|
}
|
|
1649
1581
|
},
|
|
1650
|
-
{
|
|
1651
|
-
"id": "authenticationType",
|
|
1652
|
-
"label": "Authentication",
|
|
1653
|
-
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/\" target=\"_blank\">documentation page</a>",
|
|
1654
|
-
"group": "authentication",
|
|
1655
|
-
"type": "Dropdown",
|
|
1656
|
-
"optional": false,
|
|
1657
|
-
"value": "credentials",
|
|
1658
|
-
"choices": [
|
|
1659
|
-
{
|
|
1660
|
-
"name": "Credentials",
|
|
1661
|
-
"value": "credentials"
|
|
1662
|
-
},
|
|
1663
|
-
{
|
|
1664
|
-
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
1665
|
-
"value": "defaultCredentialsChain"
|
|
1666
|
-
}
|
|
1667
|
-
],
|
|
1668
|
-
"binding": {
|
|
1669
|
-
"type": "zeebe:input",
|
|
1670
|
-
"name": "authentication.type"
|
|
1671
|
-
},
|
|
1672
|
-
"constraints": {
|
|
1673
|
-
"notEmpty": true
|
|
1674
|
-
}
|
|
1675
|
-
},
|
|
1676
1582
|
{
|
|
1677
1583
|
"label": "Access key",
|
|
1678
1584
|
"description": "Provide AWS IAM access key that has permission to send to desired SQS",
|
|
@@ -1682,10 +1588,6 @@
|
|
|
1682
1588
|
"type": "zeebe:input",
|
|
1683
1589
|
"name": "authentication.accessKey"
|
|
1684
1590
|
},
|
|
1685
|
-
"condition": {
|
|
1686
|
-
"property": "authenticationType",
|
|
1687
|
-
"equals": "credentials"
|
|
1688
|
-
},
|
|
1689
1591
|
"constraints": {
|
|
1690
1592
|
"notEmpty": true
|
|
1691
1593
|
}
|
|
@@ -1699,14 +1601,19 @@
|
|
|
1699
1601
|
"type": "zeebe:input",
|
|
1700
1602
|
"name": "authentication.secretKey"
|
|
1701
1603
|
},
|
|
1702
|
-
"condition": {
|
|
1703
|
-
"property": "authenticationType",
|
|
1704
|
-
"equals": "credentials"
|
|
1705
|
-
},
|
|
1706
1604
|
"constraints": {
|
|
1707
1605
|
"notEmpty": true
|
|
1708
1606
|
}
|
|
1709
1607
|
},
|
|
1608
|
+
{
|
|
1609
|
+
"type": "Hidden",
|
|
1610
|
+
"description": "This value forces to evaluate configuration first in order",
|
|
1611
|
+
"value": "nonce",
|
|
1612
|
+
"binding": {
|
|
1613
|
+
"type": "zeebe:input",
|
|
1614
|
+
"name": "configuration.nonce"
|
|
1615
|
+
}
|
|
1616
|
+
},
|
|
1710
1617
|
{
|
|
1711
1618
|
"label": "URL",
|
|
1712
1619
|
"description": "Specify the URL of the SQS queue where you would like to send message to",
|
|
@@ -1719,8 +1626,8 @@
|
|
|
1719
1626
|
"constraints": {
|
|
1720
1627
|
"notEmpty": true,
|
|
1721
1628
|
"pattern": {
|
|
1722
|
-
"value": "^(
|
|
1723
|
-
"message": "Must be an http(s) URL"
|
|
1629
|
+
"value": "(^https?://.+)|(^secrets\\..+)",
|
|
1630
|
+
"message": "Must be an http(s) URL or a secret.XYZ"
|
|
1724
1631
|
}
|
|
1725
1632
|
}
|
|
1726
1633
|
},
|
|
@@ -1737,6 +1644,15 @@
|
|
|
1737
1644
|
"notEmpty": true
|
|
1738
1645
|
}
|
|
1739
1646
|
},
|
|
1647
|
+
{
|
|
1648
|
+
"description": "Backwards compatible region",
|
|
1649
|
+
"type": "Hidden",
|
|
1650
|
+
"value": "=configuration.region",
|
|
1651
|
+
"binding": {
|
|
1652
|
+
"type": "zeebe:input",
|
|
1653
|
+
"name": "queue.region"
|
|
1654
|
+
}
|
|
1655
|
+
},
|
|
1740
1656
|
{
|
|
1741
1657
|
"id": "queue.type",
|
|
1742
1658
|
"label": "Queue type",
|
|
@@ -1861,34 +1777,31 @@
|
|
|
1861
1777
|
"contents": "data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 40 40' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 64 (93537) - https://sketch.com --%3E%3Ctitle%3EIcon-Architecture/32/Arch_AWS-Simple-Queue-Service_32%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3ClinearGradient x1='0%25' y1='100%25' x2='100%25' y2='0%25' id='linearGradient-1'%3E%3Cstop stop-color='%23B0084D' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23FF4F8B' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Icon-Architecture/32/Arch_AWS-Simple-Queue-Service_32' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon-Architecture-BG/32/Application-Integration' fill='url(%23linearGradient-1)'%3E%3Crect id='Rectangle' x='0' y='0' width='40' height='40'%3E%3C/rect%3E%3C/g%3E%3Cpath d='M14.3422051,22.3493786 L15.8466767,20.9061074 C15.9428347,20.8141539 15.9969235,20.687218 15.9999285,20.5552846 C16.0019317,20.4223517 15.9518495,20.2934168 15.8596981,20.1984648 L14.3552264,18.6432502 L13.6350433,19.3378994 L14.311154,20.037546 L11.9913429,20.037546 L11.9913429,21.0370413 L14.2650783,21.0370413 L13.6480647,21.6287425 L14.3422051,22.3493786 Z M26.3579452,22.3533765 L27.9074909,20.9001104 C28.0066538,20.8081569 28.0627459,20.679222 28.0647492,20.5442901 C28.0667525,20.4093583 28.0136653,20.2784244 27.918509,20.1834724 L26.3689633,18.6372532 L25.6607999,19.3438963 L26.3549403,20.037546 L24.0110896,20.037546 L24.0110896,21.0370413 L26.2988481,21.0370413 L25.671818,21.6247445 L26.3579452,22.3533765 Z M17.5875367,23.3608678 C18.3387708,23.0570212 19.1621235,22.8941035 20.0045074,22.8941035 C20.8468913,22.8941035 21.670244,23.0570212 22.4214781,23.3608678 C21.7523789,21.5897622 21.7523789,19.3898731 22.4214781,17.6187675 C20.9190098,18.2264606 19.090005,18.2264606 17.5875367,17.6187675 C18.2566359,19.3898731 18.2566359,21.5897622 17.5875367,23.3608678 L17.5875367,23.3608678 Z M15.6443443,25.3408679 C15.546183,25.2439168 15.4971024,25.1159814 15.4971024,24.988046 C15.4971024,24.8601106 15.546183,24.7321753 15.6443443,24.6342247 C17.5845317,22.6982024 17.5845317,18.2824324 15.6443443,16.3454106 C15.546183,16.2484595 15.4971024,16.1205241 15.4971024,15.9925912 C15.4971024,15.8646534 15.546183,15.736718 15.6443443,15.6387674 C15.8396652,15.4438659 16.1571868,15.4438659 16.3525077,15.6387674 C17.2740216,16.5583031 18.6052086,17.0860366 20.0045074,17.0860366 C21.4048079,17.0860366 22.7359948,16.5583031 23.6575088,15.6387674 C23.8528296,15.4438659 24.1703513,15.4438659 24.3656722,15.6387674 C24.4628318,15.736718 24.5119124,15.8646534 24.5119124,15.9925912 C24.5119124,16.1205241 24.4628318,16.2484595 24.3656722,16.3454106 C22.4244831,18.2824324 22.4244831,22.6982024 24.3656722,24.6342247 C24.4628318,24.7321753 24.5119124,24.8601106 24.5119124,24.988046 C24.5119124,25.1159814 24.4628318,25.2439168 24.3656722,25.3408679 C24.2675109,25.4388184 24.1393003,25.4877937 24.0110896,25.4877937 C23.882879,25.4877937 23.7546684,25.4388184 23.6575088,25.3408679 C22.7359948,24.4213322 21.4048079,23.8935987 20.0045074,23.8935987 C18.6052086,23.8935987 17.2740216,24.4213322 16.3525077,25.3408679 C16.1571868,25.5357694 15.8396652,25.5357694 15.6443443,25.3408679 L15.6443443,25.3408679 Z M32.5421049,19.4358499 C32.236603,19.1320033 31.8369464,18.9800801 31.4362882,18.9800801 C31.0366316,18.9800801 30.636975,19.1320033 30.3314731,19.4358499 C29.721471,20.0445425 29.721471,21.0340428 30.3314731,21.6417359 C30.9414753,22.2504285 31.9321027,22.2504285 32.5421049,21.6417359 C33.1511054,21.0340428 33.1511054,20.0445425 32.5421049,19.4358499 L32.5421049,19.4358499 Z M33.2502683,22.3493786 C32.7504472,22.8481267 32.0933677,23.0980005 31.4362882,23.0980005 C30.7802103,23.0980005 30.1231309,22.8481267 29.6233097,22.3493786 C28.6236675,21.3508828 28.6236675,19.7277025 29.6233097,18.7292068 C30.622952,17.7317105 32.250626,17.7317105 33.2502683,18.7292068 C34.2499106,19.7277025 34.2499106,21.3508828 33.2502683,22.3493786 L33.2502683,22.3493786 Z M9.66852687,19.4468443 C9.36302497,19.1429978 8.96336839,18.9910745 8.56271017,18.9910745 C8.16305359,18.9910745 7.76339701,19.1429978 7.45789511,19.4468443 C6.84889461,20.055537 6.84889461,21.0450373 7.45789511,21.6527304 C8.06789726,22.261423 9.05852472,22.261423 9.66852687,21.6527304 C10.2775274,21.0450373 10.2775274,20.055537 9.66852687,19.4468443 L9.66852687,19.4468443 Z M10.3766903,22.3593735 C9.87686914,22.8581217 9.21978965,23.1079955 8.56271017,23.1079955 C7.90663232,23.1079955 7.24955284,22.8581217 6.7497317,22.3593735 C5.75008943,21.3618773 5.75008943,19.738697 6.7497317,18.7402012 C7.74937397,17.7427049 9.37704801,17.7427049 10.3766903,18.7402012 C11.3763325,19.738697 11.3763325,21.3618773 10.3766903,22.3593735 L10.3766903,22.3593735 Z M27.4337125,28.9100654 C25.4364313,30.903059 22.7820705,32.0005047 19.9574301,32.0005047 C17.1327896,32.0005047 14.4784288,30.903059 12.4821492,28.9100654 C11.165987,27.5977281 10.4077413,26.469298 9.94498104,25.1359713 L8.99842599,25.4628063 C9.50726193,26.9290658 10.3626672,28.2104187 11.7739858,29.6167086 C13.9585748,31.7986067 16.8663519,33 19.9574301,33 C23.0495099,33 25.9562853,31.7986067 28.1418759,29.6167086 C29.2827502,28.4782835 30.4206196,27.1869356 31.0115905,25.4608073 L30.0640338,25.1379703 C29.5391715,26.6701966 28.4894469,27.8565974 27.4337125,28.9100654 L27.4337125,28.9100654 Z M9.94498104,15.8596559 L8.99842599,15.5318214 C9.51026687,14.0645624 10.3656722,12.7832095 11.7759891,11.3759202 C16.2863991,6.87519304 23.6264578,6.87419354 28.1378694,11.3759202 C29.2186449,12.4533761 30.4035916,13.7897012 31.0115905,15.5318214 L30.0640338,15.8596559 C29.5241468,14.3094387 28.4293482,13.0800596 27.4297059,12.0825633 C25.434428,10.0915688 22.7810689,8.99612197 19.9574301,8.99612197 C17.1337912,8.99612197 14.4804321,10.0915688 12.4851542,12.0825633 C11.1870215,13.3779092 10.4037347,14.5423211 9.94498104,15.8596559 L9.94498104,15.8596559 Z' id='AWS-Simple-Queue-Service_Icon_32_Squid' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
|
1862
1778
|
},
|
|
1863
1779
|
"engines": {
|
|
1864
|
-
"camunda": "^8.
|
|
1780
|
+
"camunda": "^8.2"
|
|
1865
1781
|
}
|
|
1866
1782
|
},
|
|
1867
1783
|
{
|
|
1868
1784
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1869
|
-
"name": "Amazon SQS
|
|
1785
|
+
"name": "Amazon SQS Outbound Connector",
|
|
1870
1786
|
"id": "io.camunda.connectors.AWSSQS.v1",
|
|
1871
|
-
"version": 7,
|
|
1872
1787
|
"description": "Send message to queue",
|
|
1873
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
1874
|
-
"
|
|
1875
|
-
"elementType": {
|
|
1876
|
-
"value": "bpmn:ServiceTask"
|
|
1877
|
-
},
|
|
1878
|
-
"engines": {
|
|
1879
|
-
"camunda": "^8.2"
|
|
1880
|
-
},
|
|
1788
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=outbound",
|
|
1789
|
+
"version": 10,
|
|
1881
1790
|
"category": {
|
|
1882
1791
|
"id": "connectors",
|
|
1883
1792
|
"name": "Connectors"
|
|
1884
1793
|
},
|
|
1794
|
+
"appliesTo": ["bpmn:Task"],
|
|
1795
|
+
"elementType": {
|
|
1796
|
+
"value": "bpmn:ServiceTask"
|
|
1797
|
+
},
|
|
1885
1798
|
"groups": [
|
|
1886
1799
|
{
|
|
1887
1800
|
"id": "authentication",
|
|
1888
1801
|
"label": "Authentication"
|
|
1889
1802
|
},
|
|
1890
1803
|
{
|
|
1891
|
-
"id": "
|
|
1804
|
+
"id": "configuration",
|
|
1892
1805
|
"label": "Queue properties"
|
|
1893
1806
|
},
|
|
1894
1807
|
{
|
|
@@ -1897,86 +1810,121 @@
|
|
|
1897
1810
|
},
|
|
1898
1811
|
{
|
|
1899
1812
|
"id": "output",
|
|
1900
|
-
"label": "Output"
|
|
1813
|
+
"label": "Output mapping"
|
|
1901
1814
|
},
|
|
1902
1815
|
{
|
|
1903
|
-
"id": "
|
|
1816
|
+
"id": "error",
|
|
1904
1817
|
"label": "Error handling"
|
|
1818
|
+
},
|
|
1819
|
+
{
|
|
1820
|
+
"id": "retries",
|
|
1821
|
+
"label": "Retries"
|
|
1905
1822
|
}
|
|
1906
1823
|
],
|
|
1907
1824
|
"properties": [
|
|
1908
1825
|
{
|
|
1909
|
-
"type": "Hidden",
|
|
1910
1826
|
"value": "io.camunda:aws-sqs:1",
|
|
1911
1827
|
"binding": {
|
|
1912
|
-
"
|
|
1913
|
-
"
|
|
1914
|
-
}
|
|
1915
|
-
},
|
|
1916
|
-
{
|
|
1917
|
-
"label": "Access key",
|
|
1918
|
-
"description": "Provide AWS IAM access key that has permission to send to desired SQS",
|
|
1919
|
-
"group": "authentication",
|
|
1920
|
-
"type": "String",
|
|
1921
|
-
"binding": {
|
|
1922
|
-
"type": "zeebe:input",
|
|
1923
|
-
"name": "authentication.accessKey"
|
|
1828
|
+
"property": "type",
|
|
1829
|
+
"type": "zeebe:taskDefinition"
|
|
1924
1830
|
},
|
|
1925
|
-
"
|
|
1926
|
-
"notEmpty": true
|
|
1927
|
-
}
|
|
1831
|
+
"type": "Hidden"
|
|
1928
1832
|
},
|
|
1929
1833
|
{
|
|
1930
|
-
"
|
|
1931
|
-
"
|
|
1834
|
+
"id": "authentication.type",
|
|
1835
|
+
"label": "Authentication",
|
|
1836
|
+
"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>",
|
|
1837
|
+
"value": "credentials",
|
|
1932
1838
|
"group": "authentication",
|
|
1933
|
-
"type": "String",
|
|
1934
1839
|
"binding": {
|
|
1935
|
-
"
|
|
1936
|
-
"
|
|
1840
|
+
"name": "authentication.type",
|
|
1841
|
+
"type": "zeebe:input"
|
|
1937
1842
|
},
|
|
1938
|
-
"
|
|
1939
|
-
|
|
1940
|
-
|
|
1843
|
+
"type": "Dropdown",
|
|
1844
|
+
"choices": [
|
|
1845
|
+
{
|
|
1846
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
1847
|
+
"value": "defaultCredentialsChain"
|
|
1848
|
+
},
|
|
1849
|
+
{
|
|
1850
|
+
"name": "Credentials",
|
|
1851
|
+
"value": "credentials"
|
|
1852
|
+
}
|
|
1853
|
+
]
|
|
1941
1854
|
},
|
|
1942
1855
|
{
|
|
1943
|
-
"
|
|
1944
|
-
"
|
|
1945
|
-
"
|
|
1946
|
-
"
|
|
1856
|
+
"id": "authentication.accessKey",
|
|
1857
|
+
"label": "Access key",
|
|
1858
|
+
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
1859
|
+
"optional": false,
|
|
1860
|
+
"constraints": {
|
|
1861
|
+
"notEmpty": true
|
|
1862
|
+
},
|
|
1863
|
+
"feel": "optional",
|
|
1864
|
+
"group": "authentication",
|
|
1947
1865
|
"binding": {
|
|
1948
|
-
"
|
|
1949
|
-
"
|
|
1866
|
+
"name": "authentication.accessKey",
|
|
1867
|
+
"type": "zeebe:input"
|
|
1950
1868
|
},
|
|
1951
|
-
"
|
|
1952
|
-
"
|
|
1953
|
-
"
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
}
|
|
1869
|
+
"condition": {
|
|
1870
|
+
"property": "authentication.type",
|
|
1871
|
+
"equals": "credentials",
|
|
1872
|
+
"type": "simple"
|
|
1873
|
+
},
|
|
1874
|
+
"type": "String"
|
|
1958
1875
|
},
|
|
1959
1876
|
{
|
|
1960
|
-
"
|
|
1961
|
-
"
|
|
1962
|
-
"
|
|
1963
|
-
"
|
|
1877
|
+
"id": "authentication.secretKey",
|
|
1878
|
+
"label": "Secret key",
|
|
1879
|
+
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
1880
|
+
"optional": false,
|
|
1881
|
+
"constraints": {
|
|
1882
|
+
"notEmpty": true
|
|
1883
|
+
},
|
|
1884
|
+
"feel": "optional",
|
|
1885
|
+
"group": "authentication",
|
|
1964
1886
|
"binding": {
|
|
1965
|
-
"
|
|
1966
|
-
"
|
|
1887
|
+
"name": "authentication.secretKey",
|
|
1888
|
+
"type": "zeebe:input"
|
|
1889
|
+
},
|
|
1890
|
+
"condition": {
|
|
1891
|
+
"property": "authentication.type",
|
|
1892
|
+
"equals": "credentials",
|
|
1893
|
+
"type": "simple"
|
|
1967
1894
|
},
|
|
1895
|
+
"type": "String"
|
|
1896
|
+
},
|
|
1897
|
+
{
|
|
1898
|
+
"id": "queue.url",
|
|
1899
|
+
"label": "URL",
|
|
1900
|
+
"description": "Specify the URL of the SQS queue where you would like to send message to",
|
|
1901
|
+
"optional": false,
|
|
1968
1902
|
"constraints": {
|
|
1969
1903
|
"notEmpty": true
|
|
1970
|
-
}
|
|
1904
|
+
},
|
|
1905
|
+
"feel": "optional",
|
|
1906
|
+
"group": "configuration",
|
|
1907
|
+
"binding": {
|
|
1908
|
+
"name": "queue.url",
|
|
1909
|
+
"type": "zeebe:input"
|
|
1910
|
+
},
|
|
1911
|
+
"type": "String"
|
|
1971
1912
|
},
|
|
1972
1913
|
{
|
|
1973
1914
|
"id": "queue.type",
|
|
1974
1915
|
"label": "Queue type",
|
|
1975
1916
|
"description": "Specify whether the queue is a <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/standard-queues.html\">standard</a> or <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/FIFO-queues.html\">FIFO</a> queue",
|
|
1976
|
-
"group": "queueProperties",
|
|
1977
|
-
"type": "Dropdown",
|
|
1978
1917
|
"optional": false,
|
|
1979
1918
|
"value": "standard",
|
|
1919
|
+
"constraints": {
|
|
1920
|
+
"notEmpty": true
|
|
1921
|
+
},
|
|
1922
|
+
"group": "configuration",
|
|
1923
|
+
"binding": {
|
|
1924
|
+
"name": "queue.type",
|
|
1925
|
+
"type": "zeebe:input"
|
|
1926
|
+
},
|
|
1927
|
+
"type": "Dropdown",
|
|
1980
1928
|
"choices": [
|
|
1981
1929
|
{
|
|
1982
1930
|
"name": "Standard",
|
|
@@ -1986,111 +1934,165 @@
|
|
|
1986
1934
|
"name": "FIFO",
|
|
1987
1935
|
"value": "fifo"
|
|
1988
1936
|
}
|
|
1989
|
-
]
|
|
1937
|
+
]
|
|
1938
|
+
},
|
|
1939
|
+
{
|
|
1940
|
+
"id": "configuration.region",
|
|
1941
|
+
"label": "Region",
|
|
1942
|
+
"description": "Specify the AWS region",
|
|
1943
|
+
"optional": true,
|
|
1944
|
+
"feel": "optional",
|
|
1945
|
+
"group": "configuration",
|
|
1990
1946
|
"binding": {
|
|
1991
|
-
"
|
|
1992
|
-
"
|
|
1947
|
+
"name": "configuration.region",
|
|
1948
|
+
"type": "zeebe:input"
|
|
1993
1949
|
},
|
|
1994
|
-
"
|
|
1995
|
-
"notEmpty": true
|
|
1996
|
-
}
|
|
1950
|
+
"type": "String"
|
|
1997
1951
|
},
|
|
1998
1952
|
{
|
|
1999
|
-
"
|
|
2000
|
-
"
|
|
2001
|
-
"
|
|
2002
|
-
"
|
|
1953
|
+
"id": "configuration.endpoint",
|
|
1954
|
+
"label": "Endpoint",
|
|
1955
|
+
"description": "Specify endpoint if need to use custom endpoint",
|
|
1956
|
+
"optional": true,
|
|
1957
|
+
"group": "configuration",
|
|
2003
1958
|
"binding": {
|
|
2004
|
-
"
|
|
2005
|
-
"
|
|
1959
|
+
"name": "configuration.endpoint",
|
|
1960
|
+
"type": "zeebe:input"
|
|
2006
1961
|
},
|
|
1962
|
+
"type": "Hidden"
|
|
1963
|
+
},
|
|
1964
|
+
{
|
|
1965
|
+
"id": "queue.messageBody",
|
|
1966
|
+
"label": "Message body",
|
|
1967
|
+
"description": "Data to send to the SQS queue",
|
|
2007
1968
|
"optional": false,
|
|
2008
|
-
"condition": {
|
|
2009
|
-
"property": "queue.type",
|
|
2010
|
-
"equals": "fifo"
|
|
2011
|
-
},
|
|
2012
1969
|
"constraints": {
|
|
2013
1970
|
"notEmpty": true
|
|
2014
1971
|
},
|
|
2015
|
-
"feel": "
|
|
2016
|
-
},
|
|
2017
|
-
{
|
|
2018
|
-
"label": "Message deduplication ID",
|
|
2019
|
-
"description": "Message deduplication ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/using-messagededuplicationid-property.html\">using the MessageDeduplicationId Property</a> in the Amazon SQS developer guide.",
|
|
1972
|
+
"feel": "required",
|
|
2020
1973
|
"group": "input",
|
|
2021
|
-
"type": "String",
|
|
2022
1974
|
"binding": {
|
|
2023
|
-
"
|
|
2024
|
-
"
|
|
1975
|
+
"name": "queue.messageBody",
|
|
1976
|
+
"type": "zeebe:input"
|
|
2025
1977
|
},
|
|
1978
|
+
"type": "Text"
|
|
1979
|
+
},
|
|
1980
|
+
{
|
|
1981
|
+
"id": "queue.messageAttributes",
|
|
1982
|
+
"label": "Message attributes",
|
|
1983
|
+
"description": "Message attributes metadata",
|
|
2026
1984
|
"optional": true,
|
|
2027
|
-
"
|
|
2028
|
-
|
|
2029
|
-
|
|
1985
|
+
"feel": "required",
|
|
1986
|
+
"group": "input",
|
|
1987
|
+
"binding": {
|
|
1988
|
+
"name": "queue.messageAttributes",
|
|
1989
|
+
"type": "zeebe:input"
|
|
2030
1990
|
},
|
|
2031
|
-
"
|
|
1991
|
+
"type": "Text"
|
|
2032
1992
|
},
|
|
2033
1993
|
{
|
|
2034
|
-
"
|
|
2035
|
-
"
|
|
1994
|
+
"id": "queue.messageGroupId",
|
|
1995
|
+
"label": "Message group ID",
|
|
1996
|
+
"description": "Message group ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/using-messagegroupid-property.html\">using the MessageGroupId Property</a> in the Amazon SQS developer guide",
|
|
1997
|
+
"optional": false,
|
|
1998
|
+
"feel": "optional",
|
|
2036
1999
|
"group": "input",
|
|
2037
|
-
"type": "Text",
|
|
2038
2000
|
"binding": {
|
|
2039
|
-
"
|
|
2040
|
-
"
|
|
2001
|
+
"name": "queue.messageGroupId",
|
|
2002
|
+
"type": "zeebe:input"
|
|
2041
2003
|
},
|
|
2042
|
-
"
|
|
2043
|
-
"
|
|
2004
|
+
"condition": {
|
|
2005
|
+
"property": "queue.type",
|
|
2006
|
+
"equals": "fifo",
|
|
2007
|
+
"type": "simple"
|
|
2044
2008
|
},
|
|
2045
|
-
"
|
|
2009
|
+
"type": "String"
|
|
2046
2010
|
},
|
|
2047
2011
|
{
|
|
2048
|
-
"
|
|
2049
|
-
"
|
|
2050
|
-
"
|
|
2051
|
-
"type": "Text",
|
|
2012
|
+
"id": "queue.messageDeduplicationId",
|
|
2013
|
+
"label": "Message deduplication ID",
|
|
2014
|
+
"description": "Message deduplication ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/using-messagededuplicationid-property.html\">using the MessageDeduplicationId Property</a> in the Amazon SQS developer guide",
|
|
2052
2015
|
"optional": true,
|
|
2016
|
+
"feel": "optional",
|
|
2017
|
+
"group": "input",
|
|
2053
2018
|
"binding": {
|
|
2054
|
-
"
|
|
2055
|
-
"
|
|
2019
|
+
"name": "queue.messageDeduplicationId",
|
|
2020
|
+
"type": "zeebe:input"
|
|
2056
2021
|
},
|
|
2057
|
-
"
|
|
2022
|
+
"condition": {
|
|
2023
|
+
"property": "queue.type",
|
|
2024
|
+
"equals": "fifo",
|
|
2025
|
+
"type": "simple"
|
|
2026
|
+
},
|
|
2027
|
+
"type": "String"
|
|
2058
2028
|
},
|
|
2059
2029
|
{
|
|
2030
|
+
"id": "resultVariable",
|
|
2060
2031
|
"label": "Result variable",
|
|
2061
|
-
"description": "Name of variable to store the response in
|
|
2032
|
+
"description": "Name of variable to store the response in",
|
|
2062
2033
|
"group": "output",
|
|
2063
|
-
"type": "String",
|
|
2064
2034
|
"binding": {
|
|
2065
|
-
"
|
|
2066
|
-
"
|
|
2067
|
-
}
|
|
2035
|
+
"key": "resultVariable",
|
|
2036
|
+
"type": "zeebe:taskHeader"
|
|
2037
|
+
},
|
|
2038
|
+
"type": "String"
|
|
2068
2039
|
},
|
|
2069
2040
|
{
|
|
2041
|
+
"id": "resultExpression",
|
|
2070
2042
|
"label": "Result expression",
|
|
2071
|
-
"description": "Expression to map the response into process variables
|
|
2072
|
-
"group": "output",
|
|
2073
|
-
"type": "Text",
|
|
2043
|
+
"description": "Expression to map the response into process variables",
|
|
2074
2044
|
"feel": "required",
|
|
2045
|
+
"group": "output",
|
|
2075
2046
|
"binding": {
|
|
2076
|
-
"
|
|
2077
|
-
"
|
|
2078
|
-
}
|
|
2047
|
+
"key": "resultExpression",
|
|
2048
|
+
"type": "zeebe:taskHeader"
|
|
2049
|
+
},
|
|
2050
|
+
"type": "Text"
|
|
2079
2051
|
},
|
|
2080
2052
|
{
|
|
2053
|
+
"id": "errorExpression",
|
|
2081
2054
|
"label": "Error expression",
|
|
2082
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
2083
|
-
"group": "errors",
|
|
2084
|
-
"type": "Text",
|
|
2055
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
2085
2056
|
"feel": "required",
|
|
2057
|
+
"group": "error",
|
|
2086
2058
|
"binding": {
|
|
2087
|
-
"
|
|
2088
|
-
"
|
|
2089
|
-
}
|
|
2059
|
+
"key": "errorExpression",
|
|
2060
|
+
"type": "zeebe:taskHeader"
|
|
2061
|
+
},
|
|
2062
|
+
"type": "Text"
|
|
2063
|
+
},
|
|
2064
|
+
{
|
|
2065
|
+
"id": "retryCount",
|
|
2066
|
+
"label": "Retries",
|
|
2067
|
+
"description": "Number of retries",
|
|
2068
|
+
"value": "3",
|
|
2069
|
+
"feel": "optional",
|
|
2070
|
+
"group": "retries",
|
|
2071
|
+
"binding": {
|
|
2072
|
+
"property": "retries",
|
|
2073
|
+
"type": "zeebe:taskDefinition"
|
|
2074
|
+
},
|
|
2075
|
+
"type": "String"
|
|
2076
|
+
},
|
|
2077
|
+
{
|
|
2078
|
+
"id": "retryBackoff",
|
|
2079
|
+
"label": "Retry backoff",
|
|
2080
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
2081
|
+
"value": "PT0S",
|
|
2082
|
+
"feel": "optional",
|
|
2083
|
+
"group": "retries",
|
|
2084
|
+
"binding": {
|
|
2085
|
+
"key": "retryBackoff",
|
|
2086
|
+
"type": "zeebe:taskHeader"
|
|
2087
|
+
},
|
|
2088
|
+
"type": "String"
|
|
2090
2089
|
}
|
|
2091
2090
|
],
|
|
2092
2091
|
"icon": {
|
|
2093
|
-
"contents": "data:image/svg+xml
|
|
2092
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0MCA0MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0nMCUnIHkxPScxMDAlJyB4Mj0nMTAwJScgeTI9JzAlJyBpZD0nbGluZWFyR3JhZGllbnQtMSc+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNCMDA4NEQnIG9mZnNldD0nMCUnPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI0ZGNEY4Qicgb2Zmc2V0PScxMDAlJz48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMicgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnCiAgICAgICBmaWxsLXJ1bGU9J2V2ZW5vZGQnPgogICAgICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS1CRy8zMi9BcHBsaWNhdGlvbi1JbnRlZ3JhdGlvbicgZmlsbD0ndXJsKCNsaW5lYXJHcmFkaWVudC0xKSc+CiAgICAgICAgICAgIDxyZWN0IGlkPSdSZWN0YW5nbGUnIHg9JzAnIHk9JzAnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSdNMTQuMzQyMjA1MSwyMi4zNDkzNzg2IEwxNS44NDY2NzY3LDIwLjkwNjEwNzQgQzE1Ljk0MjgzNDcsMjAuODE0MTUzOSAxNS45OTY5MjM1LDIwLjY4NzIxOCAxNS45OTk5Mjg1LDIwLjU1NTI4NDYgQzE2LjAwMTkzMTcsMjAuNDIyMzUxNyAxNS45NTE4NDk1LDIwLjI5MzQxNjggMTUuODU5Njk4MSwyMC4xOTg0NjQ4IEwxNC4zNTUyMjY0LDE4LjY0MzI1MDIgTDEzLjYzNTA0MzMsMTkuMzM3ODk5NCBMMTQuMzExMTU0LDIwLjAzNzU0NiBMMTEuOTkxMzQyOSwyMC4wMzc1NDYgTDExLjk5MTM0MjksMjEuMDM3MDQxMyBMMTQuMjY1MDc4MywyMS4wMzcwNDEzIEwxMy42NDgwNjQ3LDIxLjYyODc0MjUgTDE0LjM0MjIwNTEsMjIuMzQ5Mzc4NiBaIE0yNi4zNTc5NDUyLDIyLjM1MzM3NjUgTDI3LjkwNzQ5MDksMjAuOTAwMTEwNCBDMjguMDA2NjUzOCwyMC44MDgxNTY5IDI4LjA2Mjc0NTksMjAuNjc5MjIyIDI4LjA2NDc0OTIsMjAuNTQ0MjkwMSBDMjguMDY2NzUyNSwyMC40MDkzNTgzIDI4LjAxMzY2NTMsMjAuMjc4NDI0NCAyNy45MTg1MDksMjAuMTgzNDcyNCBMMjYuMzY4OTYzMywxOC42MzcyNTMyIEwyNS42NjA3OTk5LDE5LjM0Mzg5NjMgTDI2LjM1NDk0MDMsMjAuMDM3NTQ2IEwyNC4wMTEwODk2LDIwLjAzNzU0NiBMMjQuMDExMDg5NiwyMS4wMzcwNDEzIEwyNi4yOTg4NDgxLDIxLjAzNzA0MTMgTDI1LjY3MTgxOCwyMS42MjQ3NDQ1IEwyNi4zNTc5NDUyLDIyLjM1MzM3NjUgWiBNMTcuNTg3NTM2NywyMy4zNjA4Njc4IEMxOC4zMzg3NzA4LDIzLjA1NzAyMTIgMTkuMTYyMTIzNSwyMi44OTQxMDM1IDIwLjAwNDUwNzQsMjIuODk0MTAzNSBDMjAuODQ2ODkxMywyMi44OTQxMDM1IDIxLjY3MDI0NCwyMy4wNTcwMjEyIDIyLjQyMTQ3ODEsMjMuMzYwODY3OCBDMjEuNzUyMzc4OSwyMS41ODk3NjIyIDIxLjc1MjM3ODksMTkuMzg5ODczMSAyMi40MjE0NzgxLDE3LjYxODc2NzUgQzIwLjkxOTAwOTgsMTguMjI2NDYwNiAxOS4wOTAwMDUsMTguMjI2NDYwNiAxNy41ODc1MzY3LDE3LjYxODc2NzUgQzE4LjI1NjYzNTksMTkuMzg5ODczMSAxOC4yNTY2MzU5LDIxLjU4OTc2MjIgMTcuNTg3NTM2NywyMy4zNjA4Njc4IEwxNy41ODc1MzY3LDIzLjM2MDg2NzggWiBNMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IEMxNS41NDYxODMsMjUuMjQzOTE2OCAxNS40OTcxMDI0LDI1LjExNTk4MTQgMTUuNDk3MTAyNCwyNC45ODgwNDYgQzE1LjQ5NzEwMjQsMjQuODYwMTEwNiAxNS41NDYxODMsMjQuNzMyMTc1MyAxNS42NDQzNDQzLDI0LjYzNDIyNDcgQzE3LjU4NDUzMTcsMjIuNjk4MjAyNCAxNy41ODQ1MzE3LDE4LjI4MjQzMjQgMTUuNjQ0MzQ0MywxNi4zNDU0MTA2IEMxNS41NDYxODMsMTYuMjQ4NDU5NSAxNS40OTcxMDI0LDE2LjEyMDUyNDEgMTUuNDk3MTAyNCwxNS45OTI1OTEyIEMxNS40OTcxMDI0LDE1Ljg2NDY1MzQgMTUuNTQ2MTgzLDE1LjczNjcxOCAxNS42NDQzNDQzLDE1LjYzODc2NzQgQzE1LjgzOTY2NTIsMTUuNDQzODY1OSAxNi4xNTcxODY4LDE1LjQ0Mzg2NTkgMTYuMzUyNTA3NywxNS42Mzg3Njc0IEMxNy4yNzQwMjE2LDE2LjU1ODMwMzEgMTguNjA1MjA4NiwxNy4wODYwMzY2IDIwLjAwNDUwNzQsMTcuMDg2MDM2NiBDMjEuNDA0ODA3OSwxNy4wODYwMzY2IDIyLjczNTk5NDgsMTYuNTU4MzAzMSAyMy42NTc1MDg4LDE1LjYzODc2NzQgQzIzLjg1MjgyOTYsMTUuNDQzODY1OSAyNC4xNzAzNTEzLDE1LjQ0Mzg2NTkgMjQuMzY1NjcyMiwxNS42Mzg3Njc0IEMyNC40NjI4MzE4LDE1LjczNjcxOCAyNC41MTE5MTI0LDE1Ljg2NDY1MzQgMjQuNTExOTEyNCwxNS45OTI1OTEyIEMyNC41MTE5MTI0LDE2LjEyMDUyNDEgMjQuNDYyODMxOCwxNi4yNDg0NTk1IDI0LjM2NTY3MjIsMTYuMzQ1NDEwNiBDMjIuNDI0NDgzMSwxOC4yODI0MzI0IDIyLjQyNDQ4MzEsMjIuNjk4MjAyNCAyNC4zNjU2NzIyLDI0LjYzNDIyNDcgQzI0LjQ2MjgzMTgsMjQuNzMyMTc1MyAyNC41MTE5MTI0LDI0Ljg2MDExMDYgMjQuNTExOTEyNCwyNC45ODgwNDYgQzI0LjUxMTkxMjQsMjUuMTE1OTgxNCAyNC40NjI4MzE4LDI1LjI0MzkxNjggMjQuMzY1NjcyMiwyNS4zNDA4Njc5IEMyNC4yNjc1MTA5LDI1LjQzODgxODQgMjQuMTM5MzAwMywyNS40ODc3OTM3IDI0LjAxMTA4OTYsMjUuNDg3NzkzNyBDMjMuODgyODc5LDI1LjQ4Nzc5MzcgMjMuNzU0NjY4NCwyNS40Mzg4MTg0IDIzLjY1NzUwODgsMjUuMzQwODY3OSBDMjIuNzM1OTk0OCwyNC40MjEzMzIyIDIxLjQwNDgwNzksMjMuODkzNTk4NyAyMC4wMDQ1MDc0LDIzLjg5MzU5ODcgQzE4LjYwNTIwODYsMjMuODkzNTk4NyAxNy4yNzQwMjE2LDI0LjQyMTMzMjIgMTYuMzUyNTA3NywyNS4zNDA4Njc5IEMxNi4xNTcxODY4LDI1LjUzNTc2OTQgMTUuODM5NjY1MiwyNS41MzU3Njk0IDE1LjY0NDM0NDMsMjUuMzQwODY3OSBMMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IFogTTMyLjU0MjEwNDksMTkuNDM1ODQ5OSBDMzIuMjM2NjAzLDE5LjEzMjAwMzMgMzEuODM2OTQ2NCwxOC45ODAwODAxIDMxLjQzNjI4ODIsMTguOTgwMDgwMSBDMzEuMDM2NjMxNiwxOC45ODAwODAxIDMwLjYzNjk3NSwxOS4xMzIwMDMzIDMwLjMzMTQ3MzEsMTkuNDM1ODQ5OSBDMjkuNzIxNDcxLDIwLjA0NDU0MjUgMjkuNzIxNDcxLDIxLjAzNDA0MjggMzAuMzMxNDczMSwyMS42NDE3MzU5IEMzMC45NDE0NzUzLDIyLjI1MDQyODUgMzEuOTMyMTAyNywyMi4yNTA0Mjg1IDMyLjU0MjEwNDksMjEuNjQxNzM1OSBDMzMuMTUxMTA1NCwyMS4wMzQwNDI4IDMzLjE1MTEwNTQsMjAuMDQ0NTQyNSAzMi41NDIxMDQ5LDE5LjQzNTg0OTkgTDMyLjU0MjEwNDksMTkuNDM1ODQ5OSBaIE0zMy4yNTAyNjgzLDIyLjM0OTM3ODYgQzMyLjc1MDQ0NzIsMjIuODQ4MTI2NyAzMi4wOTMzNjc3LDIzLjA5ODAwMDUgMzEuNDM2Mjg4MiwyMy4wOTgwMDA1IEMzMC43ODAyMTAzLDIzLjA5ODAwMDUgMzAuMTIzMTMwOSwyMi44NDgxMjY3IDI5LjYyMzMwOTcsMjIuMzQ5Mzc4NiBDMjguNjIzNjY3NSwyMS4zNTA4ODI4IDI4LjYyMzY2NzUsMTkuNzI3NzAyNSAyOS42MjMzMDk3LDE4LjcyOTIwNjggQzMwLjYyMjk1MiwxNy43MzE3MTA1IDMyLjI1MDYyNiwxNy43MzE3MTA1IDMzLjI1MDI2ODMsMTguNzI5MjA2OCBDMzQuMjQ5OTEwNiwxOS43Mjc3MDI1IDM0LjI0OTkxMDYsMjEuMzUwODgyOCAzMy4yNTAyNjgzLDIyLjM0OTM3ODYgTDMzLjI1MDI2ODMsMjIuMzQ5Mzc4NiBaIE05LjY2ODUyNjg3LDE5LjQ0Njg0NDMgQzkuMzYzMDI0OTcsMTkuMTQyOTk3OCA4Ljk2MzM2ODM5LDE4Ljk5MTA3NDUgOC41NjI3MTAxNywxOC45OTEwNzQ1IEM4LjE2MzA1MzU5LDE4Ljk5MTA3NDUgNy43NjMzOTcwMSwxOS4xNDI5OTc4IDcuNDU3ODk1MTEsMTkuNDQ2ODQ0MyBDNi44NDg4OTQ2MSwyMC4wNTU1MzcgNi44NDg4OTQ2MSwyMS4wNDUwMzczIDcuNDU3ODk1MTEsMjEuNjUyNzMwNCBDOC4wNjc4OTcyNiwyMi4yNjE0MjMgOS4wNTg1MjQ3MiwyMi4yNjE0MjMgOS42Njg1MjY4NywyMS42NTI3MzA0IEMxMC4yNzc1Mjc0LDIxLjA0NTAzNzMgMTAuMjc3NTI3NCwyMC4wNTU1MzcgOS42Njg1MjY4NywxOS40NDY4NDQzIEw5LjY2ODUyNjg3LDE5LjQ0Njg0NDMgWiBNMTAuMzc2NjkwMywyMi4zNTkzNzM1IEM5Ljg3Njg2OTE0LDIyLjg1ODEyMTcgOS4yMTk3ODk2NSwyMy4xMDc5OTU1IDguNTYyNzEwMTcsMjMuMTA3OTk1NSBDNy45MDY2MzIzMiwyMy4xMDc5OTU1IDcuMjQ5NTUyODQsMjIuODU4MTIxNyA2Ljc0OTczMTcsMjIuMzU5MzczNSBDNS43NTAwODk0MywyMS4zNjE4NzczIDUuNzUwMDg5NDMsMTkuNzM4Njk3IDYuNzQ5NzMxNywxOC43NDAyMDEyIEM3Ljc0OTM3Mzk3LDE3Ljc0MjcwNDkgOS4zNzcwNDgwMSwxNy43NDI3MDQ5IDEwLjM3NjY5MDMsMTguNzQwMjAxMiBDMTEuMzc2MzMyNSwxOS43Mzg2OTcgMTEuMzc2MzMyNSwyMS4zNjE4NzczIDEwLjM3NjY5MDMsMjIuMzU5MzczNSBMMTAuMzc2NjkwMywyMi4zNTkzNzM1IFogTTI3LjQzMzcxMjUsMjguOTEwMDY1NCBDMjUuNDM2NDMxMywzMC45MDMwNTkgMjIuNzgyMDcwNSwzMi4wMDA1MDQ3IDE5Ljk1NzQzMDEsMzIuMDAwNTA0NyBDMTcuMTMyNzg5NiwzMi4wMDA1MDQ3IDE0LjQ3ODQyODgsMzAuOTAzMDU5IDEyLjQ4MjE0OTIsMjguOTEwMDY1NCBDMTEuMTY1OTg3LDI3LjU5NzcyODEgMTAuNDA3NzQxMywyNi40NjkyOTggOS45NDQ5ODEwNCwyNS4xMzU5NzEzIEw4Ljk5ODQyNTk5LDI1LjQ2MjgwNjMgQzkuNTA3MjYxOTMsMjYuOTI5MDY1OCAxMC4zNjI2NjcyLDI4LjIxMDQxODcgMTEuNzczOTg1OCwyOS42MTY3MDg2IEMxMy45NTg1NzQ4LDMxLjc5ODYwNjcgMTYuODY2MzUxOSwzMyAxOS45NTc0MzAxLDMzIEMyMy4wNDk1MDk5LDMzIDI1Ljk1NjI4NTMsMzEuNzk4NjA2NyAyOC4xNDE4NzU5LDI5LjYxNjcwODYgQzI5LjI4Mjc1MDIsMjguNDc4MjgzNSAzMC40MjA2MTk2LDI3LjE4NjkzNTYgMzEuMDExNTkwNSwyNS40NjA4MDczIEwzMC4wNjQwMzM4LDI1LjEzNzk3MDMgQzI5LjUzOTE3MTUsMjYuNjcwMTk2NiAyOC40ODk0NDY5LDI3Ljg1NjU5NzQgMjcuNDMzNzEyNSwyOC45MTAwNjU0IEwyNy40MzM3MTI1LDI4LjkxMDA2NTQgWiBNOS45NDQ5ODEwNCwxNS44NTk2NTU5IEw4Ljk5ODQyNTk5LDE1LjUzMTgyMTQgQzkuNTEwMjY2ODcsMTQuMDY0NTYyNCAxMC4zNjU2NzIyLDEyLjc4MzIwOTUgMTEuNzc1OTg5MSwxMS4zNzU5MjAyIEMxNi4yODYzOTkxLDYuODc1MTkzMDQgMjMuNjI2NDU3OCw2Ljg3NDE5MzU0IDI4LjEzNzg2OTQsMTEuMzc1OTIwMiBDMjkuMjE4NjQ0OSwxMi40NTMzNzYxIDMwLjQwMzU5MTYsMTMuNzg5NzAxMiAzMS4wMTE1OTA1LDE1LjUzMTgyMTQgTDMwLjA2NDAzMzgsMTUuODU5NjU1OSBDMjkuNTI0MTQ2OCwxNC4zMDk0Mzg3IDI4LjQyOTM0ODIsMTMuMDgwMDU5NiAyNy40Mjk3MDU5LDEyLjA4MjU2MzMgQzI1LjQzNDQyOCwxMC4wOTE1Njg4IDIyLjc4MTA2ODksOC45OTYxMjE5NyAxOS45NTc0MzAxLDguOTk2MTIxOTcgQzE3LjEzMzc5MTIsOC45OTYxMjE5NyAxNC40ODA0MzIxLDEwLjA5MTU2ODggMTIuNDg1MTU0MiwxMi4wODI1NjMzIEMxMS4xODcwMjE1LDEzLjM3NzkwOTIgMTAuNDAzNzM0NywxNC41NDIzMjExIDkuOTQ0OTgxMDQsMTUuODU5NjU1OSBMOS45NDQ5ODEwNCwxNS44NTk2NTU5IFonCiAgICAgICAgICAgICAgaWQ9J0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV9JY29uXzMyX1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
2093
|
+
},
|
|
2094
|
+
"engines": {
|
|
2095
|
+
"camunda": "^8.5"
|
|
2094
2096
|
}
|
|
2095
2097
|
},
|
|
2096
2098
|
{
|