@camunda/connectors-element-templates 1.0.15 → 1.0.17
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 +1 -1
- package/src/connectors.js +8 -6
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +1 -0
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +3 -2
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +3 -2
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +3 -2
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +3 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +30 -30
- package/src/element-templates/agenticai-aiagent-job-worker.json +175 -171
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +2144 -2144
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +467 -466
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +482 -481
- package/src/element-templates/automation-anywhere-outbound-connector.json +613 -613
- package/src/element-templates/aws-bedrock-outbound-connector.json +74 -74
- package/src/element-templates/aws-dynamodb-outbound-connector.json +80 -80
- package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +22 -22
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
- package/src/element-templates/aws-eventbridge-outbound-connector.json +188 -188
- package/src/element-templates/aws-lambda-outbound-connector.json +238 -238
- package/src/element-templates/aws-sns-inbound-boundary.json +193 -193
- package/src/element-templates/aws-sns-inbound-intermediate.json +332 -332
- package/src/element-templates/aws-sns-inbound-message-start.json +110 -110
- package/src/element-templates/aws-sns-outbound-connector.json +741 -741
- package/src/element-templates/aws-sqs-boundary-connector.json +232 -232
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +493 -493
- package/src/element-templates/aws-sqs-outbound-connector.json +753 -753
- package/src/element-templates/aws-sqs-start-event-connector.json +483 -483
- package/src/element-templates/aws-sqs-start-message.json +438 -438
- package/src/element-templates/aws-textract-outbound-connector.json +123 -123
- package/src/element-templates/azure-open-ai-connector.json +32 -32
- package/src/element-templates/blue-prism-connector.json +6 -6
- package/src/element-templates/easy-post-connector.json +114 -114
- package/src/element-templates/email-inbound-connector-boundary.json +19 -19
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-message-start-event-connector.json +32 -32
- package/src/element-templates/email-outbound-connector.json +233 -233
- package/src/element-templates/github-connector.json +11435 -7908
- package/src/element-templates/github-webhook-connector-boundary.json +16 -16
- package/src/element-templates/github-webhook-connector-intermediate.json +25 -25
- package/src/element-templates/github-webhook-connector-start-event.json +64 -64
- package/src/element-templates/gitlab-connector.json +3394 -3394
- package/src/element-templates/google-drive-outbound-connector.json +420 -420
- package/src/element-templates/google-gemini-outbound-connector.json +705 -0
- package/src/element-templates/google-maps-platform-connector.json +14 -14
- package/src/element-templates/google-sheets-outbound-connector.json +1055 -1055
- package/src/element-templates/graphql-outbound-connector.json +1341 -763
- package/src/element-templates/http-connector.json.json +654 -0
- package/src/element-templates/http-json-connector.json +1491 -1472
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +801 -136
- package/src/element-templates/http-polling-connector.json +1604 -939
- package/src/element-templates/hugging-face-connector.json +215 -10
- package/src/element-templates/kafka-inbound-connector-boundary.json +483 -483
- package/src/element-templates/kafka-inbound-connector-intermediate.json +466 -466
- package/src/element-templates/kafka-inbound-connector-start-message.json +529 -529
- package/src/element-templates/kafka-outbound-connector.json +360 -360
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +687 -0
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +687 -0
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +719 -0
- package/src/element-templates/microsoft-teams-outbound-connector.json +1892 -47
- package/src/element-templates/openai-connector.json +83 -83
- package/src/element-templates/operate-connector.json +21 -21
- package/src/element-templates/power-automate-connector.json +4 -4
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +422 -422
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +338 -338
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +463 -463
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +360 -360
- package/src/element-templates/rabbitmq-outbound-connector.json +354 -354
- package/src/element-templates/salesforce-connector.json +38 -38
- package/src/element-templates/sendgrid-outbound-connector.json +354 -354
- package/src/element-templates/slack-inbound-boundary.json +253 -253
- package/src/element-templates/slack-inbound-message-start.json +321 -321
- package/src/element-templates/slack-inbound-start-event.json +327 -327
- package/src/element-templates/slack-outbound-connector.json +1484 -717
- package/src/element-templates/twilio-connector.json +65 -65
- package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
- package/src/element-templates/twilio-webhook-intermediate-connector.json +25 -25
- package/src/element-templates/uipath-connector.json +10 -10
- package/src/element-templates/webhook-connector-boundary.json +1192 -547
- package/src/element-templates/webhook-connector-intermediate.json +1258 -613
- package/src/element-templates/webhook-connector-receive.json +644 -0
- package/src/element-templates/webhook-connector-start-event.json +1690 -1136
- package/src/element-templates/webhook-connector-start-message.json +1601 -924
- package/src/element-templates/idp-classification-outbound-connector.json +0 -1141
- package/src/element-templates/idp-structured-extraction-outbound-connector.json +0 -656
- package/src/element-templates/idp-unstructured-extraction-outbound-connector.json +0 -1115
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
-
"name": "Amazon SQS connector",
|
|
4
|
+
"name": "Amazon SQS Intermediate Message Catch Event connector",
|
|
5
5
|
"id": "io.camunda.connectors.AWSSQS.intermediate.v1",
|
|
6
|
-
"version":
|
|
6
|
+
"version": 7,
|
|
7
7
|
"description": "Receive message from a queue",
|
|
8
8
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
9
9
|
"appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
|
|
@@ -60,9 +60,35 @@
|
|
|
60
60
|
"name": "name"
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
|
+
{
|
|
64
|
+
"id": "authenticationType",
|
|
65
|
+
"label": "Authentication",
|
|
66
|
+
"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>",
|
|
67
|
+
"group": "authentication",
|
|
68
|
+
"type": "Dropdown",
|
|
69
|
+
"optional": false,
|
|
70
|
+
"value": "credentials",
|
|
71
|
+
"choices": [
|
|
72
|
+
{
|
|
73
|
+
"name": "Credentials",
|
|
74
|
+
"value": "credentials"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
78
|
+
"value": "defaultCredentialsChain"
|
|
79
|
+
}
|
|
80
|
+
],
|
|
81
|
+
"binding": {
|
|
82
|
+
"type": "zeebe:property",
|
|
83
|
+
"name": "authentication.type"
|
|
84
|
+
},
|
|
85
|
+
"constraints": {
|
|
86
|
+
"notEmpty": true
|
|
87
|
+
}
|
|
88
|
+
},
|
|
63
89
|
{
|
|
64
90
|
"label": "Access key",
|
|
65
|
-
"description": "Provide AWS IAM access key that has permission to
|
|
91
|
+
"description": "Provide AWS IAM access key that has permission to read from desired SQS",
|
|
66
92
|
"group": "authentication",
|
|
67
93
|
"type": "String",
|
|
68
94
|
"binding": {
|
|
@@ -71,11 +97,15 @@
|
|
|
71
97
|
},
|
|
72
98
|
"constraints": {
|
|
73
99
|
"notEmpty": true
|
|
100
|
+
},
|
|
101
|
+
"condition": {
|
|
102
|
+
"property": "authenticationType",
|
|
103
|
+
"equals": "credentials"
|
|
74
104
|
}
|
|
75
105
|
},
|
|
76
106
|
{
|
|
77
107
|
"label": "Secret key",
|
|
78
|
-
"description": "Provide AWS IAM secret key that has permission to
|
|
108
|
+
"description": "Provide AWS IAM secret key that has permission to read from desired SQS",
|
|
79
109
|
"group": "authentication",
|
|
80
110
|
"type": "String",
|
|
81
111
|
"binding": {
|
|
@@ -84,11 +114,15 @@
|
|
|
84
114
|
},
|
|
85
115
|
"constraints": {
|
|
86
116
|
"notEmpty": true
|
|
117
|
+
},
|
|
118
|
+
"condition": {
|
|
119
|
+
"property": "authenticationType",
|
|
120
|
+
"equals": "credentials"
|
|
87
121
|
}
|
|
88
122
|
},
|
|
89
123
|
{
|
|
90
124
|
"label": "Queue URL",
|
|
91
|
-
"description": "Specify the URL of the SQS queue where you would like to
|
|
125
|
+
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
92
126
|
"group": "queueProperties",
|
|
93
127
|
"type": "String",
|
|
94
128
|
"binding": {
|
|
@@ -98,8 +132,8 @@
|
|
|
98
132
|
"constraints": {
|
|
99
133
|
"notEmpty": true,
|
|
100
134
|
"pattern": {
|
|
101
|
-
"value": "(
|
|
102
|
-
"message": "Must be an queue URL or ARN
|
|
135
|
+
"value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
136
|
+
"message": "Must be an queue URL or ARN"
|
|
103
137
|
}
|
|
104
138
|
}
|
|
105
139
|
},
|
|
@@ -131,7 +165,7 @@
|
|
|
131
165
|
"constraints": {
|
|
132
166
|
"notEmpty": true,
|
|
133
167
|
"pattern": {
|
|
134
|
-
"value": "^([0-9]?|1[0-9]|20
|
|
168
|
+
"value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
135
169
|
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
136
170
|
}
|
|
137
171
|
}
|
|
@@ -228,30 +262,34 @@
|
|
|
228
262
|
"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"
|
|
229
263
|
},
|
|
230
264
|
"engines": {
|
|
231
|
-
"camunda": "^8.
|
|
265
|
+
"camunda": "^8.4"
|
|
232
266
|
}
|
|
233
267
|
},
|
|
234
268
|
{
|
|
235
269
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
236
|
-
"name": "Amazon SQS connector",
|
|
270
|
+
"name": "Amazon SQS Intermediate Message Catch Event connector",
|
|
237
271
|
"id": "io.camunda.connectors.AWSSQS.intermediate.v1",
|
|
238
|
-
"version": 1,
|
|
239
272
|
"description": "Receive message from a queue",
|
|
240
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
273
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
|
|
274
|
+
"version": 9,
|
|
275
|
+
"category": {
|
|
276
|
+
"id": "connectors",
|
|
277
|
+
"name": "Connectors"
|
|
278
|
+
},
|
|
241
279
|
"appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
|
|
242
280
|
"elementType": {
|
|
243
281
|
"value": "bpmn:IntermediateCatchEvent",
|
|
244
282
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
245
283
|
},
|
|
246
|
-
"category": {
|
|
247
|
-
"id": "connectors",
|
|
248
|
-
"name": "Connectors"
|
|
249
|
-
},
|
|
250
284
|
"groups": [
|
|
251
285
|
{
|
|
252
286
|
"id": "authentication",
|
|
253
287
|
"label": "Authentication"
|
|
254
288
|
},
|
|
289
|
+
{
|
|
290
|
+
"id": "configuration",
|
|
291
|
+
"label": "Configuration"
|
|
292
|
+
},
|
|
255
293
|
{
|
|
256
294
|
"id": "queueProperties",
|
|
257
295
|
"label": "Queue properties"
|
|
@@ -269,205 +307,378 @@
|
|
|
269
307
|
"label": "Activation"
|
|
270
308
|
},
|
|
271
309
|
{
|
|
272
|
-
"id": "
|
|
273
|
-
"label": "
|
|
310
|
+
"id": "correlation",
|
|
311
|
+
"label": "Correlation",
|
|
312
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"id": "deduplication",
|
|
316
|
+
"label": "Deduplication",
|
|
317
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"id": "output",
|
|
321
|
+
"label": "Output mapping"
|
|
274
322
|
}
|
|
275
323
|
],
|
|
276
324
|
"properties": [
|
|
277
325
|
{
|
|
278
|
-
"type": "Hidden",
|
|
279
326
|
"value": "io.camunda:aws-sqs-inbound:1",
|
|
280
327
|
"binding": {
|
|
281
|
-
"
|
|
282
|
-
"
|
|
283
|
-
}
|
|
328
|
+
"name": "inbound.type",
|
|
329
|
+
"type": "zeebe:property"
|
|
330
|
+
},
|
|
331
|
+
"type": "Hidden"
|
|
284
332
|
},
|
|
285
333
|
{
|
|
286
|
-
"
|
|
287
|
-
"
|
|
288
|
-
|
|
289
|
-
|
|
334
|
+
"id": "authentication.type",
|
|
335
|
+
"label": "Authentication",
|
|
336
|
+
"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>",
|
|
337
|
+
"value": "credentials",
|
|
338
|
+
"group": "authentication",
|
|
290
339
|
"binding": {
|
|
291
|
-
"
|
|
292
|
-
"
|
|
293
|
-
}
|
|
340
|
+
"name": "authentication.type",
|
|
341
|
+
"type": "zeebe:property"
|
|
342
|
+
},
|
|
343
|
+
"type": "Dropdown",
|
|
344
|
+
"choices": [
|
|
345
|
+
{
|
|
346
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
347
|
+
"value": "defaultCredentialsChain"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"name": "Credentials",
|
|
351
|
+
"value": "credentials"
|
|
352
|
+
}
|
|
353
|
+
]
|
|
294
354
|
},
|
|
295
355
|
{
|
|
356
|
+
"id": "authentication.accessKey",
|
|
296
357
|
"label": "Access key",
|
|
297
|
-
"description": "Provide
|
|
358
|
+
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
359
|
+
"optional": false,
|
|
360
|
+
"constraints": {
|
|
361
|
+
"notEmpty": true
|
|
362
|
+
},
|
|
298
363
|
"group": "authentication",
|
|
299
|
-
"type": "String",
|
|
300
364
|
"binding": {
|
|
301
|
-
"
|
|
302
|
-
"
|
|
365
|
+
"name": "authentication.accessKey",
|
|
366
|
+
"type": "zeebe:property"
|
|
303
367
|
},
|
|
304
|
-
"
|
|
305
|
-
"
|
|
306
|
-
|
|
368
|
+
"condition": {
|
|
369
|
+
"property": "authentication.type",
|
|
370
|
+
"equals": "credentials",
|
|
371
|
+
"type": "simple"
|
|
372
|
+
},
|
|
373
|
+
"type": "String"
|
|
307
374
|
},
|
|
308
375
|
{
|
|
376
|
+
"id": "authentication.secretKey",
|
|
309
377
|
"label": "Secret key",
|
|
310
|
-
"description": "Provide
|
|
378
|
+
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
379
|
+
"optional": false,
|
|
380
|
+
"constraints": {
|
|
381
|
+
"notEmpty": true
|
|
382
|
+
},
|
|
311
383
|
"group": "authentication",
|
|
312
|
-
"type": "String",
|
|
313
384
|
"binding": {
|
|
314
|
-
"
|
|
315
|
-
"
|
|
385
|
+
"name": "authentication.secretKey",
|
|
386
|
+
"type": "zeebe:property"
|
|
387
|
+
},
|
|
388
|
+
"condition": {
|
|
389
|
+
"property": "authentication.type",
|
|
390
|
+
"equals": "credentials",
|
|
391
|
+
"type": "simple"
|
|
316
392
|
},
|
|
393
|
+
"type": "String"
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"id": "configuration.region",
|
|
397
|
+
"label": "Region",
|
|
398
|
+
"description": "Specify the AWS region",
|
|
399
|
+
"optional": false,
|
|
317
400
|
"constraints": {
|
|
318
401
|
"notEmpty": true
|
|
319
|
-
}
|
|
402
|
+
},
|
|
403
|
+
"group": "configuration",
|
|
404
|
+
"binding": {
|
|
405
|
+
"name": "configuration.region",
|
|
406
|
+
"type": "zeebe:property"
|
|
407
|
+
},
|
|
408
|
+
"type": "String"
|
|
320
409
|
},
|
|
321
410
|
{
|
|
322
|
-
"
|
|
323
|
-
"
|
|
324
|
-
"
|
|
325
|
-
"
|
|
411
|
+
"id": "configuration.endpoint",
|
|
412
|
+
"label": "Endpoint",
|
|
413
|
+
"description": "Specify endpoint if need to use custom endpoint",
|
|
414
|
+
"optional": true,
|
|
415
|
+
"group": "configuration",
|
|
326
416
|
"binding": {
|
|
327
|
-
"
|
|
328
|
-
"
|
|
417
|
+
"name": "configuration.endpoint",
|
|
418
|
+
"type": "zeebe:property"
|
|
329
419
|
},
|
|
330
|
-
"
|
|
331
|
-
"notEmpty": true,
|
|
332
|
-
"pattern": {
|
|
333
|
-
"value": "(^https?://.+)|(^arn:.+)(^secrets\\..+)",
|
|
334
|
-
"message": "Must be an queue URL or ARN or a secret.XYZ"
|
|
335
|
-
}
|
|
336
|
-
}
|
|
420
|
+
"type": "Hidden"
|
|
337
421
|
},
|
|
338
422
|
{
|
|
339
|
-
"
|
|
340
|
-
"
|
|
423
|
+
"id": "queue.queue.url",
|
|
424
|
+
"label": "Queue URL",
|
|
425
|
+
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
426
|
+
"optional": false,
|
|
427
|
+
"constraints": {
|
|
428
|
+
"notEmpty": true
|
|
429
|
+
},
|
|
341
430
|
"group": "queueProperties",
|
|
342
|
-
"type": "String",
|
|
343
431
|
"binding": {
|
|
344
|
-
"
|
|
345
|
-
"
|
|
432
|
+
"name": "queue.url",
|
|
433
|
+
"type": "zeebe:property"
|
|
346
434
|
},
|
|
347
|
-
"
|
|
348
|
-
"notEmpty": true
|
|
349
|
-
}
|
|
435
|
+
"type": "String"
|
|
350
436
|
},
|
|
351
437
|
{
|
|
438
|
+
"id": "queue.queue.pollingWaitTime",
|
|
352
439
|
"label": "Polling wait time",
|
|
353
|
-
"description": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
354
|
-
"group": "messagePollingProperties",
|
|
355
|
-
"type": "String",
|
|
440
|
+
"description": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
|
|
356
441
|
"optional": false,
|
|
357
|
-
"
|
|
358
|
-
"value": "1",
|
|
359
|
-
"binding": {
|
|
360
|
-
"type": "zeebe:property",
|
|
361
|
-
"name": "queue.pollingWaitTime"
|
|
362
|
-
},
|
|
442
|
+
"value": "20",
|
|
363
443
|
"constraints": {
|
|
364
444
|
"notEmpty": true,
|
|
365
445
|
"pattern": {
|
|
366
|
-
"value": "^([0-9]?|1[0-9]|20|secrets\\..+)$"
|
|
367
|
-
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
446
|
+
"value": "^([0-9]?|1[0-9]|20|secrets\\..+)$"
|
|
368
447
|
}
|
|
369
|
-
}
|
|
448
|
+
},
|
|
449
|
+
"group": "messagePollingProperties",
|
|
450
|
+
"binding": {
|
|
451
|
+
"name": "queue.pollingWaitTime",
|
|
452
|
+
"type": "zeebe:property"
|
|
453
|
+
},
|
|
454
|
+
"type": "String"
|
|
370
455
|
},
|
|
371
456
|
{
|
|
457
|
+
"id": "queue.queue.attributeNames",
|
|
372
458
|
"label": "Attribute names",
|
|
373
|
-
"description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
459
|
+
"description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
|
|
460
|
+
"optional": false,
|
|
461
|
+
"feel": "optional",
|
|
374
462
|
"group": "input",
|
|
375
|
-
"type": "String",
|
|
376
|
-
"optional": true,
|
|
377
463
|
"binding": {
|
|
378
|
-
"
|
|
379
|
-
"
|
|
464
|
+
"name": "queue.attributeNames",
|
|
465
|
+
"type": "zeebe:property"
|
|
380
466
|
},
|
|
381
|
-
"
|
|
467
|
+
"type": "String"
|
|
382
468
|
},
|
|
383
469
|
{
|
|
470
|
+
"id": "queue.queue.messageAttributeNames",
|
|
384
471
|
"label": "Message attribute names",
|
|
385
|
-
"description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
472
|
+
"description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
|
|
473
|
+
"optional": false,
|
|
474
|
+
"feel": "optional",
|
|
386
475
|
"group": "input",
|
|
387
|
-
"type": "String",
|
|
388
|
-
"optional": true,
|
|
389
476
|
"binding": {
|
|
390
|
-
"
|
|
391
|
-
"
|
|
392
|
-
},
|
|
393
|
-
"
|
|
477
|
+
"name": "queue.messageAttributeNames",
|
|
478
|
+
"type": "zeebe:property"
|
|
479
|
+
},
|
|
480
|
+
"type": "String"
|
|
394
481
|
},
|
|
395
482
|
{
|
|
396
|
-
"
|
|
397
|
-
"
|
|
398
|
-
"
|
|
483
|
+
"id": "activationCondition",
|
|
484
|
+
"label": "Activation condition",
|
|
485
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
486
|
+
"optional": true,
|
|
399
487
|
"feel": "required",
|
|
400
|
-
"
|
|
488
|
+
"group": "activation",
|
|
401
489
|
"binding": {
|
|
402
|
-
"
|
|
403
|
-
"
|
|
490
|
+
"name": "activationCondition",
|
|
491
|
+
"type": "zeebe:property"
|
|
404
492
|
},
|
|
405
|
-
"
|
|
406
|
-
"notEmpty": true
|
|
407
|
-
}
|
|
493
|
+
"type": "String"
|
|
408
494
|
},
|
|
409
495
|
{
|
|
410
|
-
"
|
|
411
|
-
"
|
|
496
|
+
"id": "consumeUnmatchedEvents",
|
|
497
|
+
"label": "Consume unmatched events",
|
|
498
|
+
"value": true,
|
|
412
499
|
"group": "activation",
|
|
500
|
+
"binding": {
|
|
501
|
+
"name": "consumeUnmatchedEvents",
|
|
502
|
+
"type": "zeebe:property"
|
|
503
|
+
},
|
|
504
|
+
"tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
|
|
505
|
+
"type": "Boolean"
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"id": "correlationKeyProcess",
|
|
509
|
+
"label": "Correlation key (process)",
|
|
510
|
+
"description": "Sets up the correlation key from process variables",
|
|
511
|
+
"constraints": {
|
|
512
|
+
"notEmpty": true
|
|
513
|
+
},
|
|
413
514
|
"feel": "required",
|
|
515
|
+
"group": "correlation",
|
|
414
516
|
"binding": {
|
|
415
|
-
"
|
|
416
|
-
"
|
|
517
|
+
"name": "correlationKey",
|
|
518
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
417
519
|
},
|
|
520
|
+
"type": "String"
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"id": "correlationKeyPayload",
|
|
524
|
+
"label": "Correlation key (payload)",
|
|
418
525
|
"description": "Extracts the correlation key from the incoming message payload",
|
|
419
526
|
"constraints": {
|
|
420
527
|
"notEmpty": true
|
|
421
|
-
}
|
|
528
|
+
},
|
|
529
|
+
"feel": "required",
|
|
530
|
+
"group": "correlation",
|
|
531
|
+
"binding": {
|
|
532
|
+
"name": "correlationKeyExpression",
|
|
533
|
+
"type": "zeebe:property"
|
|
534
|
+
},
|
|
535
|
+
"type": "String"
|
|
422
536
|
},
|
|
423
537
|
{
|
|
424
|
-
"
|
|
425
|
-
"
|
|
426
|
-
"
|
|
538
|
+
"id": "messageIdExpression",
|
|
539
|
+
"label": "Message ID expression",
|
|
540
|
+
"description": "Expression to extract unique identifier of a message",
|
|
541
|
+
"optional": true,
|
|
427
542
|
"feel": "required",
|
|
543
|
+
"group": "correlation",
|
|
544
|
+
"binding": {
|
|
545
|
+
"name": "messageIdExpression",
|
|
546
|
+
"type": "zeebe:property"
|
|
547
|
+
},
|
|
548
|
+
"type": "String"
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"id": "messageTtl",
|
|
552
|
+
"label": "Message TTL",
|
|
553
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
428
554
|
"optional": true,
|
|
555
|
+
"constraints": {
|
|
556
|
+
"notEmpty": false,
|
|
557
|
+
"pattern": {
|
|
558
|
+
"value": "^(PT.*|)$",
|
|
559
|
+
"message": "must be an ISO-8601 duration"
|
|
560
|
+
}
|
|
561
|
+
},
|
|
562
|
+
"feel": "optional",
|
|
563
|
+
"group": "correlation",
|
|
429
564
|
"binding": {
|
|
430
|
-
"
|
|
431
|
-
"
|
|
565
|
+
"name": "messageTtl",
|
|
566
|
+
"type": "zeebe:property"
|
|
432
567
|
},
|
|
433
|
-
"
|
|
568
|
+
"type": "String"
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"id": "messageNameUuid",
|
|
572
|
+
"generatedValue": {
|
|
573
|
+
"type": "uuid"
|
|
574
|
+
},
|
|
575
|
+
"group": "correlation",
|
|
576
|
+
"binding": {
|
|
577
|
+
"name": "name",
|
|
578
|
+
"type": "bpmn:Message#property"
|
|
579
|
+
},
|
|
580
|
+
"type": "Hidden"
|
|
434
581
|
},
|
|
435
582
|
{
|
|
583
|
+
"id": "deduplicationModeManualFlag",
|
|
584
|
+
"label": "Manual mode",
|
|
585
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
586
|
+
"value": false,
|
|
587
|
+
"group": "deduplication",
|
|
588
|
+
"binding": {
|
|
589
|
+
"name": "deduplicationModeManualFlag",
|
|
590
|
+
"type": "zeebe:property"
|
|
591
|
+
},
|
|
592
|
+
"type": "Boolean"
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"id": "deduplicationId",
|
|
596
|
+
"label": "Deduplication ID",
|
|
597
|
+
"constraints": {
|
|
598
|
+
"notEmpty": true,
|
|
599
|
+
"pattern": {
|
|
600
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
601
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
602
|
+
}
|
|
603
|
+
},
|
|
604
|
+
"group": "deduplication",
|
|
605
|
+
"binding": {
|
|
606
|
+
"name": "deduplicationId",
|
|
607
|
+
"type": "zeebe:property"
|
|
608
|
+
},
|
|
609
|
+
"condition": {
|
|
610
|
+
"property": "deduplicationModeManualFlag",
|
|
611
|
+
"equals": true,
|
|
612
|
+
"type": "simple"
|
|
613
|
+
},
|
|
614
|
+
"type": "String"
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
"id": "deduplicationModeManual",
|
|
618
|
+
"value": "MANUAL",
|
|
619
|
+
"group": "deduplication",
|
|
620
|
+
"binding": {
|
|
621
|
+
"name": "deduplicationMode",
|
|
622
|
+
"type": "zeebe:property"
|
|
623
|
+
},
|
|
624
|
+
"condition": {
|
|
625
|
+
"property": "deduplicationId",
|
|
626
|
+
"isActive": true,
|
|
627
|
+
"type": "simple"
|
|
628
|
+
},
|
|
629
|
+
"type": "Hidden"
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
"id": "deduplicationModeAuto",
|
|
633
|
+
"value": "AUTO",
|
|
634
|
+
"group": "deduplication",
|
|
635
|
+
"binding": {
|
|
636
|
+
"name": "deduplicationMode",
|
|
637
|
+
"type": "zeebe:property"
|
|
638
|
+
},
|
|
639
|
+
"condition": {
|
|
640
|
+
"property": "deduplicationId",
|
|
641
|
+
"isActive": false,
|
|
642
|
+
"type": "simple"
|
|
643
|
+
},
|
|
644
|
+
"type": "Hidden"
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"id": "resultVariable",
|
|
436
648
|
"label": "Result variable",
|
|
437
|
-
"
|
|
438
|
-
"group": "
|
|
439
|
-
"optional": true,
|
|
649
|
+
"description": "Name of variable to store the response in",
|
|
650
|
+
"group": "output",
|
|
440
651
|
"binding": {
|
|
441
|
-
"
|
|
442
|
-
"
|
|
652
|
+
"name": "resultVariable",
|
|
653
|
+
"type": "zeebe:property"
|
|
443
654
|
},
|
|
444
|
-
"
|
|
655
|
+
"type": "String"
|
|
445
656
|
},
|
|
446
657
|
{
|
|
658
|
+
"id": "resultExpression",
|
|
447
659
|
"label": "Result expression",
|
|
448
|
-
"
|
|
449
|
-
"group": "variable-mapping",
|
|
660
|
+
"description": "Expression to map the response into process variables",
|
|
450
661
|
"feel": "required",
|
|
451
|
-
"
|
|
662
|
+
"group": "output",
|
|
452
663
|
"binding": {
|
|
453
|
-
"
|
|
454
|
-
"
|
|
664
|
+
"name": "resultExpression",
|
|
665
|
+
"type": "zeebe:property"
|
|
455
666
|
},
|
|
456
|
-
"
|
|
667
|
+
"type": "Text"
|
|
457
668
|
}
|
|
458
669
|
],
|
|
459
670
|
"icon": {
|
|
460
|
-
"contents": "data:image/svg+xml
|
|
671
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0MCA0MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0nMCUnIHkxPScxMDAlJyB4Mj0nMTAwJScgeTI9JzAlJyBpZD0nbGluZWFyR3JhZGllbnQtMSc+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNCMDA4NEQnIG9mZnNldD0nMCUnPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI0ZGNEY4Qicgb2Zmc2V0PScxMDAlJz48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMicgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnCiAgICAgICBmaWxsLXJ1bGU9J2V2ZW5vZGQnPgogICAgICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS1CRy8zMi9BcHBsaWNhdGlvbi1JbnRlZ3JhdGlvbicgZmlsbD0ndXJsKCNsaW5lYXJHcmFkaWVudC0xKSc+CiAgICAgICAgICAgIDxyZWN0IGlkPSdSZWN0YW5nbGUnIHg9JzAnIHk9JzAnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSdNMTQuMzQyMjA1MSwyMi4zNDkzNzg2IEwxNS44NDY2NzY3LDIwLjkwNjEwNzQgQzE1Ljk0MjgzNDcsMjAuODE0MTUzOSAxNS45OTY5MjM1LDIwLjY4NzIxOCAxNS45OTk5Mjg1LDIwLjU1NTI4NDYgQzE2LjAwMTkzMTcsMjAuNDIyMzUxNyAxNS45NTE4NDk1LDIwLjI5MzQxNjggMTUuODU5Njk4MSwyMC4xOTg0NjQ4IEwxNC4zNTUyMjY0LDE4LjY0MzI1MDIgTDEzLjYzNTA0MzMsMTkuMzM3ODk5NCBMMTQuMzExMTU0LDIwLjAzNzU0NiBMMTEuOTkxMzQyOSwyMC4wMzc1NDYgTDExLjk5MTM0MjksMjEuMDM3MDQxMyBMMTQuMjY1MDc4MywyMS4wMzcwNDEzIEwxMy42NDgwNjQ3LDIxLjYyODc0MjUgTDE0LjM0MjIwNTEsMjIuMzQ5Mzc4NiBaIE0yNi4zNTc5NDUyLDIyLjM1MzM3NjUgTDI3LjkwNzQ5MDksMjAuOTAwMTEwNCBDMjguMDA2NjUzOCwyMC44MDgxNTY5IDI4LjA2Mjc0NTksMjAuNjc5MjIyIDI4LjA2NDc0OTIsMjAuNTQ0MjkwMSBDMjguMDY2NzUyNSwyMC40MDkzNTgzIDI4LjAxMzY2NTMsMjAuMjc4NDI0NCAyNy45MTg1MDksMjAuMTgzNDcyNCBMMjYuMzY4OTYzMywxOC42MzcyNTMyIEwyNS42NjA3OTk5LDE5LjM0Mzg5NjMgTDI2LjM1NDk0MDMsMjAuMDM3NTQ2IEwyNC4wMTEwODk2LDIwLjAzNzU0NiBMMjQuMDExMDg5NiwyMS4wMzcwNDEzIEwyNi4yOTg4NDgxLDIxLjAzNzA0MTMgTDI1LjY3MTgxOCwyMS42MjQ3NDQ1IEwyNi4zNTc5NDUyLDIyLjM1MzM3NjUgWiBNMTcuNTg3NTM2NywyMy4zNjA4Njc4IEMxOC4zMzg3NzA4LDIzLjA1NzAyMTIgMTkuMTYyMTIzNSwyMi44OTQxMDM1IDIwLjAwNDUwNzQsMjIuODk0MTAzNSBDMjAuODQ2ODkxMywyMi44OTQxMDM1IDIxLjY3MDI0NCwyMy4wNTcwMjEyIDIyLjQyMTQ3ODEsMjMuMzYwODY3OCBDMjEuNzUyMzc4OSwyMS41ODk3NjIyIDIxLjc1MjM3ODksMTkuMzg5ODczMSAyMi40MjE0NzgxLDE3LjYxODc2NzUgQzIwLjkxOTAwOTgsMTguMjI2NDYwNiAxOS4wOTAwMDUsMTguMjI2NDYwNiAxNy41ODc1MzY3LDE3LjYxODc2NzUgQzE4LjI1NjYzNTksMTkuMzg5ODczMSAxOC4yNTY2MzU5LDIxLjU4OTc2MjIgMTcuNTg3NTM2NywyMy4zNjA4Njc4IEwxNy41ODc1MzY3LDIzLjM2MDg2NzggWiBNMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IEMxNS41NDYxODMsMjUuMjQzOTE2OCAxNS40OTcxMDI0LDI1LjExNTk4MTQgMTUuNDk3MTAyNCwyNC45ODgwNDYgQzE1LjQ5NzEwMjQsMjQuODYwMTEwNiAxNS41NDYxODMsMjQuNzMyMTc1MyAxNS42NDQzNDQzLDI0LjYzNDIyNDcgQzE3LjU4NDUzMTcsMjIuNjk4MjAyNCAxNy41ODQ1MzE3LDE4LjI4MjQzMjQgMTUuNjQ0MzQ0MywxNi4zNDU0MTA2IEMxNS41NDYxODMsMTYuMjQ4NDU5NSAxNS40OTcxMDI0LDE2LjEyMDUyNDEgMTUuNDk3MTAyNCwxNS45OTI1OTEyIEMxNS40OTcxMDI0LDE1Ljg2NDY1MzQgMTUuNTQ2MTgzLDE1LjczNjcxOCAxNS42NDQzNDQzLDE1LjYzODc2NzQgQzE1LjgzOTY2NTIsMTUuNDQzODY1OSAxNi4xNTcxODY4LDE1LjQ0Mzg2NTkgMTYuMzUyNTA3NywxNS42Mzg3Njc0IEMxNy4yNzQwMjE2LDE2LjU1ODMwMzEgMTguNjA1MjA4NiwxNy4wODYwMzY2IDIwLjAwNDUwNzQsMTcuMDg2MDM2NiBDMjEuNDA0ODA3OSwxNy4wODYwMzY2IDIyLjczNTk5NDgsMTYuNTU4MzAzMSAyMy42NTc1MDg4LDE1LjYzODc2NzQgQzIzLjg1MjgyOTYsMTUuNDQzODY1OSAyNC4xNzAzNTEzLDE1LjQ0Mzg2NTkgMjQuMzY1NjcyMiwxNS42Mzg3Njc0IEMyNC40NjI4MzE4LDE1LjczNjcxOCAyNC41MTE5MTI0LDE1Ljg2NDY1MzQgMjQuNTExOTEyNCwxNS45OTI1OTEyIEMyNC41MTE5MTI0LDE2LjEyMDUyNDEgMjQuNDYyODMxOCwxNi4yNDg0NTk1IDI0LjM2NTY3MjIsMTYuMzQ1NDEwNiBDMjIuNDI0NDgzMSwxOC4yODI0MzI0IDIyLjQyNDQ4MzEsMjIuNjk4MjAyNCAyNC4zNjU2NzIyLDI0LjYzNDIyNDcgQzI0LjQ2MjgzMTgsMjQuNzMyMTc1MyAyNC41MTE5MTI0LDI0Ljg2MDExMDYgMjQuNTExOTEyNCwyNC45ODgwNDYgQzI0LjUxMTkxMjQsMjUuMTE1OTgxNCAyNC40NjI4MzE4LDI1LjI0MzkxNjggMjQuMzY1NjcyMiwyNS4zNDA4Njc5IEMyNC4yNjc1MTA5LDI1LjQzODgxODQgMjQuMTM5MzAwMywyNS40ODc3OTM3IDI0LjAxMTA4OTYsMjUuNDg3NzkzNyBDMjMuODgyODc5LDI1LjQ4Nzc5MzcgMjMuNzU0NjY4NCwyNS40Mzg4MTg0IDIzLjY1NzUwODgsMjUuMzQwODY3OSBDMjIuNzM1OTk0OCwyNC40MjEzMzIyIDIxLjQwNDgwNzksMjMuODkzNTk4NyAyMC4wMDQ1MDc0LDIzLjg5MzU5ODcgQzE4LjYwNTIwODYsMjMuODkzNTk4NyAxNy4yNzQwMjE2LDI0LjQyMTMzMjIgMTYuMzUyNTA3NywyNS4zNDA4Njc5IEMxNi4xNTcxODY4LDI1LjUzNTc2OTQgMTUuODM5NjY1MiwyNS41MzU3Njk0IDE1LjY0NDM0NDMsMjUuMzQwODY3OSBMMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IFogTTMyLjU0MjEwNDksMTkuNDM1ODQ5OSBDMzIuMjM2NjAzLDE5LjEzMjAwMzMgMzEuODM2OTQ2NCwxOC45ODAwODAxIDMxLjQzNjI4ODIsMTguOTgwMDgwMSBDMzEuMDM2NjMxNiwxOC45ODAwODAxIDMwLjYzNjk3NSwxOS4xMzIwMDMzIDMwLjMzMTQ3MzEsMTkuNDM1ODQ5OSBDMjkuNzIxNDcxLDIwLjA0NDU0MjUgMjkuNzIxNDcxLDIxLjAzNDA0MjggMzAuMzMxNDczMSwyMS42NDE3MzU5IEMzMC45NDE0NzUzLDIyLjI1MDQyODUgMzEuOTMyMTAyNywyMi4yNTA0Mjg1IDMyLjU0MjEwNDksMjEuNjQxNzM1OSBDMzMuMTUxMTA1NCwyMS4wMzQwNDI4IDMzLjE1MTEwNTQsMjAuMDQ0NTQyNSAzMi41NDIxMDQ5LDE5LjQzNTg0OTkgTDMyLjU0MjEwNDksMTkuNDM1ODQ5OSBaIE0zMy4yNTAyNjgzLDIyLjM0OTM3ODYgQzMyLjc1MDQ0NzIsMjIuODQ4MTI2NyAzMi4wOTMzNjc3LDIzLjA5ODAwMDUgMzEuNDM2Mjg4MiwyMy4wOTgwMDA1IEMzMC43ODAyMTAzLDIzLjA5ODAwMDUgMzAuMTIzMTMwOSwyMi44NDgxMjY3IDI5LjYyMzMwOTcsMjIuMzQ5Mzc4NiBDMjguNjIzNjY3NSwyMS4zNTA4ODI4IDI4LjYyMzY2NzUsMTkuNzI3NzAyNSAyOS42MjMzMDk3LDE4LjcyOTIwNjggQzMwLjYyMjk1MiwxNy43MzE3MTA1IDMyLjI1MDYyNiwxNy43MzE3MTA1IDMzLjI1MDI2ODMsMTguNzI5MjA2OCBDMzQuMjQ5OTEwNiwxOS43Mjc3MDI1IDM0LjI0OTkxMDYsMjEuMzUwODgyOCAzMy4yNTAyNjgzLDIyLjM0OTM3ODYgTDMzLjI1MDI2ODMsMjIuMzQ5Mzc4NiBaIE05LjY2ODUyNjg3LDE5LjQ0Njg0NDMgQzkuMzYzMDI0OTcsMTkuMTQyOTk3OCA4Ljk2MzM2ODM5LDE4Ljk5MTA3NDUgOC41NjI3MTAxNywxOC45OTEwNzQ1IEM4LjE2MzA1MzU5LDE4Ljk5MTA3NDUgNy43NjMzOTcwMSwxOS4xNDI5OTc4IDcuNDU3ODk1MTEsMTkuNDQ2ODQ0MyBDNi44NDg4OTQ2MSwyMC4wNTU1MzcgNi44NDg4OTQ2MSwyMS4wNDUwMzczIDcuNDU3ODk1MTEsMjEuNjUyNzMwNCBDOC4wNjc4OTcyNiwyMi4yNjE0MjMgOS4wNTg1MjQ3MiwyMi4yNjE0MjMgOS42Njg1MjY4NywyMS42NTI3MzA0IEMxMC4yNzc1Mjc0LDIxLjA0NTAzNzMgMTAuMjc3NTI3NCwyMC4wNTU1MzcgOS42Njg1MjY4NywxOS40NDY4NDQzIEw5LjY2ODUyNjg3LDE5LjQ0Njg0NDMgWiBNMTAuMzc2NjkwMywyMi4zNTkzNzM1IEM5Ljg3Njg2OTE0LDIyLjg1ODEyMTcgOS4yMTk3ODk2NSwyMy4xMDc5OTU1IDguNTYyNzEwMTcsMjMuMTA3OTk1NSBDNy45MDY2MzIzMiwyMy4xMDc5OTU1IDcuMjQ5NTUyODQsMjIuODU4MTIxNyA2Ljc0OTczMTcsMjIuMzU5MzczNSBDNS43NTAwODk0MywyMS4zNjE4NzczIDUuNzUwMDg5NDMsMTkuNzM4Njk3IDYuNzQ5NzMxNywxOC43NDAyMDEyIEM3Ljc0OTM3Mzk3LDE3Ljc0MjcwNDkgOS4zNzcwNDgwMSwxNy43NDI3MDQ5IDEwLjM3NjY5MDMsMTguNzQwMjAxMiBDMTEuMzc2MzMyNSwxOS43Mzg2OTcgMTEuMzc2MzMyNSwyMS4zNjE4NzczIDEwLjM3NjY5MDMsMjIuMzU5MzczNSBMMTAuMzc2NjkwMywyMi4zNTkzNzM1IFogTTI3LjQzMzcxMjUsMjguOTEwMDY1NCBDMjUuNDM2NDMxMywzMC45MDMwNTkgMjIuNzgyMDcwNSwzMi4wMDA1MDQ3IDE5Ljk1NzQzMDEsMzIuMDAwNTA0NyBDMTcuMTMyNzg5NiwzMi4wMDA1MDQ3IDE0LjQ3ODQyODgsMzAuOTAzMDU5IDEyLjQ4MjE0OTIsMjguOTEwMDY1NCBDMTEuMTY1OTg3LDI3LjU5NzcyODEgMTAuNDA3NzQxMywyNi40NjkyOTggOS45NDQ5ODEwNCwyNS4xMzU5NzEzIEw4Ljk5ODQyNTk5LDI1LjQ2MjgwNjMgQzkuNTA3MjYxOTMsMjYuOTI5MDY1OCAxMC4zNjI2NjcyLDI4LjIxMDQxODcgMTEuNzczOTg1OCwyOS42MTY3MDg2IEMxMy45NTg1NzQ4LDMxLjc5ODYwNjcgMTYuODY2MzUxOSwzMyAxOS45NTc0MzAxLDMzIEMyMy4wNDk1MDk5LDMzIDI1Ljk1NjI4NTMsMzEuNzk4NjA2NyAyOC4xNDE4NzU5LDI5LjYxNjcwODYgQzI5LjI4Mjc1MDIsMjguNDc4MjgzNSAzMC40MjA2MTk2LDI3LjE4NjkzNTYgMzEuMDExNTkwNSwyNS40NjA4MDczIEwzMC4wNjQwMzM4LDI1LjEzNzk3MDMgQzI5LjUzOTE3MTUsMjYuNjcwMTk2NiAyOC40ODk0NDY5LDI3Ljg1NjU5NzQgMjcuNDMzNzEyNSwyOC45MTAwNjU0IEwyNy40MzM3MTI1LDI4LjkxMDA2NTQgWiBNOS45NDQ5ODEwNCwxNS44NTk2NTU5IEw4Ljk5ODQyNTk5LDE1LjUzMTgyMTQgQzkuNTEwMjY2ODcsMTQuMDY0NTYyNCAxMC4zNjU2NzIyLDEyLjc4MzIwOTUgMTEuNzc1OTg5MSwxMS4zNzU5MjAyIEMxNi4yODYzOTkxLDYuODc1MTkzMDQgMjMuNjI2NDU3OCw2Ljg3NDE5MzU0IDI4LjEzNzg2OTQsMTEuMzc1OTIwMiBDMjkuMjE4NjQ0OSwxMi40NTMzNzYxIDMwLjQwMzU5MTYsMTMuNzg5NzAxMiAzMS4wMTE1OTA1LDE1LjUzMTgyMTQgTDMwLjA2NDAzMzgsMTUuODU5NjU1OSBDMjkuNTI0MTQ2OCwxNC4zMDk0Mzg3IDI4LjQyOTM0ODIsMTMuMDgwMDU5NiAyNy40Mjk3MDU5LDEyLjA4MjU2MzMgQzI1LjQzNDQyOCwxMC4wOTE1Njg4IDIyLjc4MTA2ODksOC45OTYxMjE5NyAxOS45NTc0MzAxLDguOTk2MTIxOTcgQzE3LjEzMzc5MTIsOC45OTYxMjE5NyAxNC40ODA0MzIxLDEwLjA5MTU2ODggMTIuNDg1MTU0MiwxMi4wODI1NjMzIEMxMS4xODcwMjE1LDEzLjM3NzkwOTIgMTAuNDAzNzM0NywxNC41NDIzMjExIDkuOTQ0OTgxMDQsMTUuODU5NjU1OSBMOS45NDQ5ODEwNCwxNS44NTk2NTU5IFonCiAgICAgICAgICAgICAgaWQ9J0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV9JY29uXzMyX1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
461
672
|
},
|
|
462
673
|
"engines": {
|
|
463
|
-
"camunda": "^8.
|
|
674
|
+
"camunda": "^8.5"
|
|
464
675
|
}
|
|
465
676
|
},
|
|
466
677
|
{
|
|
467
678
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
468
|
-
"name": "Amazon SQS connector",
|
|
679
|
+
"name": "Amazon SQS Intermediate Message Catch Event connector",
|
|
469
680
|
"id": "io.camunda.connectors.AWSSQS.intermediate.v1",
|
|
470
|
-
"version":
|
|
681
|
+
"version": 6,
|
|
471
682
|
"description": "Receive message from a queue",
|
|
472
683
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
473
684
|
"appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
|
|
@@ -526,7 +737,7 @@
|
|
|
526
737
|
},
|
|
527
738
|
{
|
|
528
739
|
"label": "Access key",
|
|
529
|
-
"description": "Provide AWS IAM access key that has permission to
|
|
740
|
+
"description": "Provide AWS IAM access key that has permission to read from desired SQS",
|
|
530
741
|
"group": "authentication",
|
|
531
742
|
"type": "String",
|
|
532
743
|
"binding": {
|
|
@@ -539,7 +750,7 @@
|
|
|
539
750
|
},
|
|
540
751
|
{
|
|
541
752
|
"label": "Secret key",
|
|
542
|
-
"description": "Provide AWS IAM secret key that has permission to
|
|
753
|
+
"description": "Provide AWS IAM secret key that has permission to read from desired SQS",
|
|
543
754
|
"group": "authentication",
|
|
544
755
|
"type": "String",
|
|
545
756
|
"binding": {
|
|
@@ -552,7 +763,7 @@
|
|
|
552
763
|
},
|
|
553
764
|
{
|
|
554
765
|
"label": "Queue URL",
|
|
555
|
-
"description": "Specify the URL of the SQS queue where you would like to
|
|
766
|
+
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
556
767
|
"group": "queueProperties",
|
|
557
768
|
"type": "String",
|
|
558
769
|
"binding": {
|
|
@@ -562,8 +773,8 @@
|
|
|
562
773
|
"constraints": {
|
|
563
774
|
"notEmpty": true,
|
|
564
775
|
"pattern": {
|
|
565
|
-
"value": "(
|
|
566
|
-
"message": "Must be an queue URL or ARN
|
|
776
|
+
"value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
777
|
+
"message": "Must be an queue URL or ARN"
|
|
567
778
|
}
|
|
568
779
|
}
|
|
569
780
|
},
|
|
@@ -595,7 +806,7 @@
|
|
|
595
806
|
"constraints": {
|
|
596
807
|
"notEmpty": true,
|
|
597
808
|
"pattern": {
|
|
598
|
-
"value": "^([0-9]?|1[0-9]|20
|
|
809
|
+
"value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
599
810
|
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
600
811
|
}
|
|
601
812
|
}
|
|
@@ -697,9 +908,9 @@
|
|
|
697
908
|
},
|
|
698
909
|
{
|
|
699
910
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
700
|
-
"name": "Amazon SQS
|
|
911
|
+
"name": "Amazon SQS connector",
|
|
701
912
|
"id": "io.camunda.connectors.AWSSQS.intermediate.v1",
|
|
702
|
-
"version":
|
|
913
|
+
"version": 3,
|
|
703
914
|
"description": "Receive message from a queue",
|
|
704
915
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
705
916
|
"appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
|
|
@@ -758,7 +969,7 @@
|
|
|
758
969
|
},
|
|
759
970
|
{
|
|
760
971
|
"label": "Access key",
|
|
761
|
-
"description": "Provide AWS IAM access key that has permission to
|
|
972
|
+
"description": "Provide AWS IAM access key that has permission to send to desired SQS",
|
|
762
973
|
"group": "authentication",
|
|
763
974
|
"type": "String",
|
|
764
975
|
"binding": {
|
|
@@ -771,7 +982,7 @@
|
|
|
771
982
|
},
|
|
772
983
|
{
|
|
773
984
|
"label": "Secret key",
|
|
774
|
-
"description": "Provide AWS IAM secret key that has permission to
|
|
985
|
+
"description": "Provide AWS IAM secret key that has permission to send to desired SQS",
|
|
775
986
|
"group": "authentication",
|
|
776
987
|
"type": "String",
|
|
777
988
|
"binding": {
|
|
@@ -782,9 +993,18 @@
|
|
|
782
993
|
"notEmpty": true
|
|
783
994
|
}
|
|
784
995
|
},
|
|
996
|
+
{
|
|
997
|
+
"type": "Hidden",
|
|
998
|
+
"description": "This value forces to evaluate configuration first in order",
|
|
999
|
+
"value": "nonce",
|
|
1000
|
+
"binding": {
|
|
1001
|
+
"type": "zeebe:input",
|
|
1002
|
+
"name": "configuration.nonce"
|
|
1003
|
+
}
|
|
1004
|
+
},
|
|
785
1005
|
{
|
|
786
1006
|
"label": "Queue URL",
|
|
787
|
-
"description": "Specify the URL of the SQS queue where you would like to
|
|
1007
|
+
"description": "Specify the URL of the SQS queue where you would like to send message to",
|
|
788
1008
|
"group": "queueProperties",
|
|
789
1009
|
"type": "String",
|
|
790
1010
|
"binding": {
|
|
@@ -794,8 +1014,8 @@
|
|
|
794
1014
|
"constraints": {
|
|
795
1015
|
"notEmpty": true,
|
|
796
1016
|
"pattern": {
|
|
797
|
-
"value": "^(
|
|
798
|
-
"message": "Must be an queue URL or ARN"
|
|
1017
|
+
"value": "(^https?://.+)|(^arn:.+)(^secrets\\..+)",
|
|
1018
|
+
"message": "Must be an queue URL or ARN or a secret.XYZ"
|
|
799
1019
|
}
|
|
800
1020
|
}
|
|
801
1021
|
},
|
|
@@ -812,6 +1032,14 @@
|
|
|
812
1032
|
"notEmpty": true
|
|
813
1033
|
}
|
|
814
1034
|
},
|
|
1035
|
+
{
|
|
1036
|
+
"description": "Backwards compatible region",
|
|
1037
|
+
"type": "Hidden",
|
|
1038
|
+
"binding": {
|
|
1039
|
+
"type": "zeebe:property",
|
|
1040
|
+
"name": "queue.region"
|
|
1041
|
+
}
|
|
1042
|
+
},
|
|
815
1043
|
{
|
|
816
1044
|
"label": "Polling wait time",
|
|
817
1045
|
"description": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/\" target=\"_blank\">documentation</a> for details",
|
|
@@ -827,7 +1055,7 @@
|
|
|
827
1055
|
"constraints": {
|
|
828
1056
|
"notEmpty": true,
|
|
829
1057
|
"pattern": {
|
|
830
|
-
"value": "^([0-9]?|1[0-9]|20
|
|
1058
|
+
"value": "^([0-9]?|1[0-9]|20|secrets\\..+)$",
|
|
831
1059
|
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
832
1060
|
}
|
|
833
1061
|
}
|
|
@@ -929,29 +1157,25 @@
|
|
|
929
1157
|
},
|
|
930
1158
|
{
|
|
931
1159
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
932
|
-
"name": "Amazon SQS
|
|
1160
|
+
"name": "Amazon SQS connector",
|
|
933
1161
|
"id": "io.camunda.connectors.AWSSQS.intermediate.v1",
|
|
1162
|
+
"version": 2,
|
|
934
1163
|
"description": "Receive message from a queue",
|
|
935
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
936
|
-
"version": 9,
|
|
937
|
-
"category": {
|
|
938
|
-
"id": "connectors",
|
|
939
|
-
"name": "Connectors"
|
|
940
|
-
},
|
|
1164
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
941
1165
|
"appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
|
|
942
1166
|
"elementType": {
|
|
943
1167
|
"value": "bpmn:IntermediateCatchEvent",
|
|
944
1168
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
945
1169
|
},
|
|
1170
|
+
"category": {
|
|
1171
|
+
"id": "connectors",
|
|
1172
|
+
"name": "Connectors"
|
|
1173
|
+
},
|
|
946
1174
|
"groups": [
|
|
947
1175
|
{
|
|
948
1176
|
"id": "authentication",
|
|
949
1177
|
"label": "Authentication"
|
|
950
1178
|
},
|
|
951
|
-
{
|
|
952
|
-
"id": "configuration",
|
|
953
|
-
"label": "Configuration"
|
|
954
|
-
},
|
|
955
1179
|
{
|
|
956
1180
|
"id": "queueProperties",
|
|
957
1181
|
"label": "Queue properties"
|
|
@@ -969,378 +1193,205 @@
|
|
|
969
1193
|
"label": "Activation"
|
|
970
1194
|
},
|
|
971
1195
|
{
|
|
972
|
-
"id": "
|
|
973
|
-
"label": "
|
|
974
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
975
|
-
},
|
|
976
|
-
{
|
|
977
|
-
"id": "deduplication",
|
|
978
|
-
"label": "Deduplication",
|
|
979
|
-
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
980
|
-
},
|
|
981
|
-
{
|
|
982
|
-
"id": "output",
|
|
983
|
-
"label": "Output mapping"
|
|
1196
|
+
"id": "variable-mapping",
|
|
1197
|
+
"label": "Variable mapping"
|
|
984
1198
|
}
|
|
985
1199
|
],
|
|
986
1200
|
"properties": [
|
|
987
1201
|
{
|
|
1202
|
+
"type": "Hidden",
|
|
988
1203
|
"value": "io.camunda:aws-sqs-inbound:1",
|
|
989
1204
|
"binding": {
|
|
990
|
-
"
|
|
991
|
-
"
|
|
992
|
-
}
|
|
993
|
-
"type": "Hidden"
|
|
1205
|
+
"type": "zeebe:property",
|
|
1206
|
+
"name": "inbound.type"
|
|
1207
|
+
}
|
|
994
1208
|
},
|
|
995
1209
|
{
|
|
996
|
-
"
|
|
997
|
-
"
|
|
998
|
-
|
|
999
|
-
"value": "credentials",
|
|
1000
|
-
"group": "authentication",
|
|
1001
|
-
"binding": {
|
|
1002
|
-
"name": "authentication.type",
|
|
1003
|
-
"type": "zeebe:property"
|
|
1210
|
+
"type": "Hidden",
|
|
1211
|
+
"generatedValue": {
|
|
1212
|
+
"type": "uuid"
|
|
1004
1213
|
},
|
|
1005
|
-
"
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
"value": "defaultCredentialsChain"
|
|
1010
|
-
},
|
|
1011
|
-
{
|
|
1012
|
-
"name": "Credentials",
|
|
1013
|
-
"value": "credentials"
|
|
1014
|
-
}
|
|
1015
|
-
]
|
|
1214
|
+
"binding": {
|
|
1215
|
+
"type": "bpmn:Message#property",
|
|
1216
|
+
"name": "name"
|
|
1217
|
+
}
|
|
1016
1218
|
},
|
|
1017
1219
|
{
|
|
1018
|
-
"id": "authentication.accessKey",
|
|
1019
1220
|
"label": "Access key",
|
|
1020
|
-
"description": "Provide
|
|
1021
|
-
"optional": false,
|
|
1022
|
-
"constraints": {
|
|
1023
|
-
"notEmpty": true
|
|
1024
|
-
},
|
|
1221
|
+
"description": "Provide AWS IAM access key that has permission to send to desired SQS",
|
|
1025
1222
|
"group": "authentication",
|
|
1223
|
+
"type": "String",
|
|
1026
1224
|
"binding": {
|
|
1027
|
-
"
|
|
1028
|
-
"
|
|
1029
|
-
},
|
|
1030
|
-
"condition": {
|
|
1031
|
-
"property": "authentication.type",
|
|
1032
|
-
"equals": "credentials",
|
|
1033
|
-
"type": "simple"
|
|
1225
|
+
"type": "zeebe:property",
|
|
1226
|
+
"name": "authentication.accessKey"
|
|
1034
1227
|
},
|
|
1035
|
-
"
|
|
1228
|
+
"constraints": {
|
|
1229
|
+
"notEmpty": true
|
|
1230
|
+
}
|
|
1036
1231
|
},
|
|
1037
1232
|
{
|
|
1038
|
-
"id": "authentication.secretKey",
|
|
1039
1233
|
"label": "Secret key",
|
|
1040
|
-
"description": "Provide
|
|
1041
|
-
"optional": false,
|
|
1042
|
-
"constraints": {
|
|
1043
|
-
"notEmpty": true
|
|
1044
|
-
},
|
|
1234
|
+
"description": "Provide AWS IAM secret key that has permission to send to desired SQS",
|
|
1045
1235
|
"group": "authentication",
|
|
1236
|
+
"type": "String",
|
|
1046
1237
|
"binding": {
|
|
1047
|
-
"
|
|
1048
|
-
"
|
|
1049
|
-
},
|
|
1050
|
-
"condition": {
|
|
1051
|
-
"property": "authentication.type",
|
|
1052
|
-
"equals": "credentials",
|
|
1053
|
-
"type": "simple"
|
|
1238
|
+
"type": "zeebe:property",
|
|
1239
|
+
"name": "authentication.secretKey"
|
|
1054
1240
|
},
|
|
1055
|
-
"type": "String"
|
|
1056
|
-
},
|
|
1057
|
-
{
|
|
1058
|
-
"id": "configuration.region",
|
|
1059
|
-
"label": "Region",
|
|
1060
|
-
"description": "Specify the AWS region",
|
|
1061
|
-
"optional": false,
|
|
1062
1241
|
"constraints": {
|
|
1063
1242
|
"notEmpty": true
|
|
1064
|
-
}
|
|
1065
|
-
"group": "configuration",
|
|
1066
|
-
"binding": {
|
|
1067
|
-
"name": "configuration.region",
|
|
1068
|
-
"type": "zeebe:property"
|
|
1069
|
-
},
|
|
1070
|
-
"type": "String"
|
|
1071
|
-
},
|
|
1072
|
-
{
|
|
1073
|
-
"id": "configuration.endpoint",
|
|
1074
|
-
"label": "Endpoint",
|
|
1075
|
-
"description": "Specify endpoint if need to use custom endpoint",
|
|
1076
|
-
"optional": true,
|
|
1077
|
-
"group": "configuration",
|
|
1078
|
-
"binding": {
|
|
1079
|
-
"name": "configuration.endpoint",
|
|
1080
|
-
"type": "zeebe:property"
|
|
1081
|
-
},
|
|
1082
|
-
"type": "Hidden"
|
|
1243
|
+
}
|
|
1083
1244
|
},
|
|
1084
1245
|
{
|
|
1085
|
-
"id": "queue.queue.url",
|
|
1086
1246
|
"label": "Queue URL",
|
|
1087
|
-
"description": "Specify the URL of the SQS queue where you would like to
|
|
1088
|
-
"optional": false,
|
|
1089
|
-
"constraints": {
|
|
1090
|
-
"notEmpty": true
|
|
1091
|
-
},
|
|
1247
|
+
"description": "Specify the URL of the SQS queue where you would like to send message to",
|
|
1092
1248
|
"group": "queueProperties",
|
|
1249
|
+
"type": "String",
|
|
1093
1250
|
"binding": {
|
|
1094
|
-
"
|
|
1095
|
-
"
|
|
1251
|
+
"type": "zeebe:property",
|
|
1252
|
+
"name": "queue.url"
|
|
1096
1253
|
},
|
|
1097
|
-
"type": "String"
|
|
1098
|
-
},
|
|
1099
|
-
{
|
|
1100
|
-
"id": "queue.queue.pollingWaitTime",
|
|
1101
|
-
"label": "Polling wait time",
|
|
1102
|
-
"description": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
|
|
1103
|
-
"optional": false,
|
|
1104
|
-
"value": "20",
|
|
1105
1254
|
"constraints": {
|
|
1106
1255
|
"notEmpty": true,
|
|
1107
1256
|
"pattern": {
|
|
1108
|
-
"value": "^(
|
|
1257
|
+
"value": "(^https?://.+)|(^arn:.+)(^secrets\\..+)",
|
|
1258
|
+
"message": "Must be an queue URL or ARN or a secret.XYZ"
|
|
1109
1259
|
}
|
|
1110
|
-
}
|
|
1111
|
-
"group": "messagePollingProperties",
|
|
1112
|
-
"binding": {
|
|
1113
|
-
"name": "queue.pollingWaitTime",
|
|
1114
|
-
"type": "zeebe:property"
|
|
1115
|
-
},
|
|
1116
|
-
"type": "String"
|
|
1117
|
-
},
|
|
1118
|
-
{
|
|
1119
|
-
"id": "queue.queue.attributeNames",
|
|
1120
|
-
"label": "Attribute names",
|
|
1121
|
-
"description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
|
|
1122
|
-
"optional": false,
|
|
1123
|
-
"feel": "optional",
|
|
1124
|
-
"group": "input",
|
|
1125
|
-
"binding": {
|
|
1126
|
-
"name": "queue.attributeNames",
|
|
1127
|
-
"type": "zeebe:property"
|
|
1128
|
-
},
|
|
1129
|
-
"type": "String"
|
|
1130
|
-
},
|
|
1131
|
-
{
|
|
1132
|
-
"id": "queue.queue.messageAttributeNames",
|
|
1133
|
-
"label": "Message attribute names",
|
|
1134
|
-
"description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
|
|
1135
|
-
"optional": false,
|
|
1136
|
-
"feel": "optional",
|
|
1137
|
-
"group": "input",
|
|
1138
|
-
"binding": {
|
|
1139
|
-
"name": "queue.messageAttributeNames",
|
|
1140
|
-
"type": "zeebe:property"
|
|
1141
|
-
},
|
|
1142
|
-
"type": "String"
|
|
1143
|
-
},
|
|
1144
|
-
{
|
|
1145
|
-
"id": "activationCondition",
|
|
1146
|
-
"label": "Activation condition",
|
|
1147
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1148
|
-
"optional": true,
|
|
1149
|
-
"feel": "required",
|
|
1150
|
-
"group": "activation",
|
|
1151
|
-
"binding": {
|
|
1152
|
-
"name": "activationCondition",
|
|
1153
|
-
"type": "zeebe:property"
|
|
1154
|
-
},
|
|
1155
|
-
"type": "String"
|
|
1156
|
-
},
|
|
1157
|
-
{
|
|
1158
|
-
"id": "consumeUnmatchedEvents",
|
|
1159
|
-
"label": "Consume unmatched events",
|
|
1160
|
-
"value": true,
|
|
1161
|
-
"group": "activation",
|
|
1162
|
-
"binding": {
|
|
1163
|
-
"name": "consumeUnmatchedEvents",
|
|
1164
|
-
"type": "zeebe:property"
|
|
1165
|
-
},
|
|
1166
|
-
"tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
|
|
1167
|
-
"type": "Boolean"
|
|
1260
|
+
}
|
|
1168
1261
|
},
|
|
1169
1262
|
{
|
|
1170
|
-
"
|
|
1171
|
-
"
|
|
1172
|
-
"
|
|
1173
|
-
"
|
|
1174
|
-
"notEmpty": true
|
|
1175
|
-
},
|
|
1176
|
-
"feel": "required",
|
|
1177
|
-
"group": "correlation",
|
|
1263
|
+
"label": "Region",
|
|
1264
|
+
"description": "Specify the AWS region of your queue",
|
|
1265
|
+
"group": "queueProperties",
|
|
1266
|
+
"type": "String",
|
|
1178
1267
|
"binding": {
|
|
1179
|
-
"
|
|
1180
|
-
"
|
|
1268
|
+
"type": "zeebe:property",
|
|
1269
|
+
"name": "configuration.region"
|
|
1181
1270
|
},
|
|
1182
|
-
"type": "String"
|
|
1183
|
-
},
|
|
1184
|
-
{
|
|
1185
|
-
"id": "correlationKeyPayload",
|
|
1186
|
-
"label": "Correlation key (payload)",
|
|
1187
|
-
"description": "Extracts the correlation key from the incoming message payload",
|
|
1188
1271
|
"constraints": {
|
|
1189
1272
|
"notEmpty": true
|
|
1190
|
-
}
|
|
1191
|
-
"feel": "required",
|
|
1192
|
-
"group": "correlation",
|
|
1193
|
-
"binding": {
|
|
1194
|
-
"name": "correlationKeyExpression",
|
|
1195
|
-
"type": "zeebe:property"
|
|
1196
|
-
},
|
|
1197
|
-
"type": "String"
|
|
1273
|
+
}
|
|
1198
1274
|
},
|
|
1199
1275
|
{
|
|
1200
|
-
"
|
|
1201
|
-
"
|
|
1202
|
-
"
|
|
1203
|
-
"
|
|
1204
|
-
"
|
|
1205
|
-
"
|
|
1276
|
+
"label": "Polling wait time",
|
|
1277
|
+
"description": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/\" target=\"_blank\">documentation</a> for details",
|
|
1278
|
+
"group": "messagePollingProperties",
|
|
1279
|
+
"type": "String",
|
|
1280
|
+
"optional": false,
|
|
1281
|
+
"feel": "optional",
|
|
1282
|
+
"value": "1",
|
|
1206
1283
|
"binding": {
|
|
1207
|
-
"
|
|
1208
|
-
"
|
|
1284
|
+
"type": "zeebe:property",
|
|
1285
|
+
"name": "queue.pollingWaitTime"
|
|
1209
1286
|
},
|
|
1210
|
-
"type": "String"
|
|
1211
|
-
},
|
|
1212
|
-
{
|
|
1213
|
-
"id": "messageTtl",
|
|
1214
|
-
"label": "Message TTL",
|
|
1215
|
-
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
1216
|
-
"optional": true,
|
|
1217
1287
|
"constraints": {
|
|
1218
|
-
"notEmpty":
|
|
1288
|
+
"notEmpty": true,
|
|
1219
1289
|
"pattern": {
|
|
1220
|
-
"value": "^(
|
|
1221
|
-
"message": "
|
|
1290
|
+
"value": "^([0-9]?|1[0-9]|20|secrets\\..+)$",
|
|
1291
|
+
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
1222
1292
|
}
|
|
1223
|
-
}
|
|
1224
|
-
"feel": "optional",
|
|
1225
|
-
"group": "correlation",
|
|
1226
|
-
"binding": {
|
|
1227
|
-
"name": "messageTtl",
|
|
1228
|
-
"type": "zeebe:property"
|
|
1229
|
-
},
|
|
1230
|
-
"type": "String"
|
|
1293
|
+
}
|
|
1231
1294
|
},
|
|
1232
1295
|
{
|
|
1233
|
-
"
|
|
1234
|
-
"
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
"
|
|
1296
|
+
"label": "Attribute names",
|
|
1297
|
+
"description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/\" target=\"_blank\">documentation</a> for details",
|
|
1298
|
+
"group": "input",
|
|
1299
|
+
"type": "String",
|
|
1300
|
+
"optional": true,
|
|
1238
1301
|
"binding": {
|
|
1239
|
-
"
|
|
1240
|
-
"
|
|
1302
|
+
"type": "zeebe:property",
|
|
1303
|
+
"name": "queue.attributeNames"
|
|
1241
1304
|
},
|
|
1242
|
-
"
|
|
1305
|
+
"feel": "required"
|
|
1243
1306
|
},
|
|
1244
1307
|
{
|
|
1245
|
-
"
|
|
1246
|
-
"
|
|
1247
|
-
"
|
|
1248
|
-
"
|
|
1249
|
-
"
|
|
1308
|
+
"label": "Message attribute names",
|
|
1309
|
+
"description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/\" target=\"_blank\">documentation</a> for details",
|
|
1310
|
+
"group": "input",
|
|
1311
|
+
"type": "String",
|
|
1312
|
+
"optional": true,
|
|
1250
1313
|
"binding": {
|
|
1251
|
-
"
|
|
1252
|
-
"
|
|
1314
|
+
"type": "zeebe:property",
|
|
1315
|
+
"name": "queue.messageAttributeNames"
|
|
1253
1316
|
},
|
|
1254
|
-
"
|
|
1317
|
+
"feel": "required"
|
|
1255
1318
|
},
|
|
1256
1319
|
{
|
|
1257
|
-
"
|
|
1258
|
-
"
|
|
1259
|
-
"
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
"value": "^[a-zA-Z0-9_-]+$",
|
|
1263
|
-
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1264
|
-
}
|
|
1265
|
-
},
|
|
1266
|
-
"group": "deduplication",
|
|
1320
|
+
"label": "Correlation key (process)",
|
|
1321
|
+
"type": "String",
|
|
1322
|
+
"group": "activation",
|
|
1323
|
+
"feel": "required",
|
|
1324
|
+
"description": "Sets up the correlation key from process variables",
|
|
1267
1325
|
"binding": {
|
|
1268
|
-
"
|
|
1269
|
-
"
|
|
1270
|
-
},
|
|
1271
|
-
"condition": {
|
|
1272
|
-
"property": "deduplicationModeManualFlag",
|
|
1273
|
-
"equals": true,
|
|
1274
|
-
"type": "simple"
|
|
1326
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
1327
|
+
"name": "correlationKey"
|
|
1275
1328
|
},
|
|
1276
|
-
"
|
|
1329
|
+
"constraints": {
|
|
1330
|
+
"notEmpty": true
|
|
1331
|
+
}
|
|
1277
1332
|
},
|
|
1278
1333
|
{
|
|
1279
|
-
"
|
|
1280
|
-
"
|
|
1281
|
-
"group": "
|
|
1334
|
+
"label": "Correlation key (payload)",
|
|
1335
|
+
"type": "String",
|
|
1336
|
+
"group": "activation",
|
|
1337
|
+
"feel": "required",
|
|
1282
1338
|
"binding": {
|
|
1283
|
-
"
|
|
1284
|
-
"
|
|
1285
|
-
},
|
|
1286
|
-
"condition": {
|
|
1287
|
-
"property": "deduplicationId",
|
|
1288
|
-
"isActive": true,
|
|
1289
|
-
"type": "simple"
|
|
1339
|
+
"type": "zeebe:property",
|
|
1340
|
+
"name": "correlationKeyExpression"
|
|
1290
1341
|
},
|
|
1291
|
-
"
|
|
1342
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
1343
|
+
"constraints": {
|
|
1344
|
+
"notEmpty": true
|
|
1345
|
+
}
|
|
1292
1346
|
},
|
|
1293
1347
|
{
|
|
1294
|
-
"
|
|
1295
|
-
"
|
|
1296
|
-
"group": "
|
|
1348
|
+
"label": "Activation condition",
|
|
1349
|
+
"type": "String",
|
|
1350
|
+
"group": "activation",
|
|
1351
|
+
"feel": "required",
|
|
1352
|
+
"optional": true,
|
|
1297
1353
|
"binding": {
|
|
1298
|
-
"
|
|
1299
|
-
"
|
|
1300
|
-
},
|
|
1301
|
-
"condition": {
|
|
1302
|
-
"property": "deduplicationId",
|
|
1303
|
-
"isActive": false,
|
|
1304
|
-
"type": "simple"
|
|
1354
|
+
"type": "zeebe:property",
|
|
1355
|
+
"name": "activationCondition"
|
|
1305
1356
|
},
|
|
1306
|
-
"
|
|
1357
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events"
|
|
1307
1358
|
},
|
|
1308
1359
|
{
|
|
1309
|
-
"id": "resultVariable",
|
|
1310
1360
|
"label": "Result variable",
|
|
1311
|
-
"
|
|
1312
|
-
"group": "
|
|
1361
|
+
"type": "String",
|
|
1362
|
+
"group": "variable-mapping",
|
|
1363
|
+
"optional": true,
|
|
1313
1364
|
"binding": {
|
|
1314
|
-
"
|
|
1315
|
-
"
|
|
1365
|
+
"type": "zeebe:property",
|
|
1366
|
+
"name": "resultVariable"
|
|
1316
1367
|
},
|
|
1317
|
-
"
|
|
1368
|
+
"description": "Name of variable to store the result of the connector in"
|
|
1318
1369
|
},
|
|
1319
1370
|
{
|
|
1320
|
-
"id": "resultExpression",
|
|
1321
1371
|
"label": "Result expression",
|
|
1322
|
-
"
|
|
1372
|
+
"type": "String",
|
|
1373
|
+
"group": "variable-mapping",
|
|
1323
1374
|
"feel": "required",
|
|
1324
|
-
"
|
|
1375
|
+
"optional": true,
|
|
1325
1376
|
"binding": {
|
|
1326
|
-
"
|
|
1327
|
-
"
|
|
1377
|
+
"type": "zeebe:property",
|
|
1378
|
+
"name": "resultExpression"
|
|
1328
1379
|
},
|
|
1329
|
-
"
|
|
1380
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
1330
1381
|
}
|
|
1331
1382
|
],
|
|
1332
1383
|
"icon": {
|
|
1333
|
-
"contents": "data:image/svg+xml
|
|
1384
|
+
"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"
|
|
1334
1385
|
},
|
|
1335
1386
|
"engines": {
|
|
1336
|
-
"camunda": "^8.
|
|
1387
|
+
"camunda": "^8.2"
|
|
1337
1388
|
}
|
|
1338
1389
|
},
|
|
1339
1390
|
{
|
|
1340
1391
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1341
|
-
"name": "Amazon SQS
|
|
1392
|
+
"name": "Amazon SQS connector",
|
|
1342
1393
|
"id": "io.camunda.connectors.AWSSQS.intermediate.v1",
|
|
1343
|
-
"version":
|
|
1394
|
+
"version": 1,
|
|
1344
1395
|
"description": "Receive message from a queue",
|
|
1345
1396
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
1346
1397
|
"appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
|
|
@@ -1397,35 +1448,9 @@
|
|
|
1397
1448
|
"name": "name"
|
|
1398
1449
|
}
|
|
1399
1450
|
},
|
|
1400
|
-
{
|
|
1401
|
-
"id": "authenticationType",
|
|
1402
|
-
"label": "Authentication",
|
|
1403
|
-
"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>",
|
|
1404
|
-
"group": "authentication",
|
|
1405
|
-
"type": "Dropdown",
|
|
1406
|
-
"optional": false,
|
|
1407
|
-
"value": "credentials",
|
|
1408
|
-
"choices": [
|
|
1409
|
-
{
|
|
1410
|
-
"name": "Credentials",
|
|
1411
|
-
"value": "credentials"
|
|
1412
|
-
},
|
|
1413
|
-
{
|
|
1414
|
-
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
1415
|
-
"value": "defaultCredentialsChain"
|
|
1416
|
-
}
|
|
1417
|
-
],
|
|
1418
|
-
"binding": {
|
|
1419
|
-
"type": "zeebe:property",
|
|
1420
|
-
"name": "authentication.type"
|
|
1421
|
-
},
|
|
1422
|
-
"constraints": {
|
|
1423
|
-
"notEmpty": true
|
|
1424
|
-
}
|
|
1425
|
-
},
|
|
1426
1451
|
{
|
|
1427
1452
|
"label": "Access key",
|
|
1428
|
-
"description": "Provide AWS IAM access key that has permission to
|
|
1453
|
+
"description": "Provide AWS IAM access key that has permission to send to desired SQS",
|
|
1429
1454
|
"group": "authentication",
|
|
1430
1455
|
"type": "String",
|
|
1431
1456
|
"binding": {
|
|
@@ -1434,15 +1459,11 @@
|
|
|
1434
1459
|
},
|
|
1435
1460
|
"constraints": {
|
|
1436
1461
|
"notEmpty": true
|
|
1437
|
-
},
|
|
1438
|
-
"condition": {
|
|
1439
|
-
"property": "authenticationType",
|
|
1440
|
-
"equals": "credentials"
|
|
1441
1462
|
}
|
|
1442
1463
|
},
|
|
1443
1464
|
{
|
|
1444
1465
|
"label": "Secret key",
|
|
1445
|
-
"description": "Provide AWS IAM secret key that has permission to
|
|
1466
|
+
"description": "Provide AWS IAM secret key that has permission to send to desired SQS",
|
|
1446
1467
|
"group": "authentication",
|
|
1447
1468
|
"type": "String",
|
|
1448
1469
|
"binding": {
|
|
@@ -1451,15 +1472,11 @@
|
|
|
1451
1472
|
},
|
|
1452
1473
|
"constraints": {
|
|
1453
1474
|
"notEmpty": true
|
|
1454
|
-
},
|
|
1455
|
-
"condition": {
|
|
1456
|
-
"property": "authenticationType",
|
|
1457
|
-
"equals": "credentials"
|
|
1458
1475
|
}
|
|
1459
1476
|
},
|
|
1460
1477
|
{
|
|
1461
1478
|
"label": "Queue URL",
|
|
1462
|
-
"description": "Specify the URL of the SQS queue where you would like to
|
|
1479
|
+
"description": "Specify the URL of the SQS queue where you would like to send message to",
|
|
1463
1480
|
"group": "queueProperties",
|
|
1464
1481
|
"type": "String",
|
|
1465
1482
|
"binding": {
|
|
@@ -1469,8 +1486,8 @@
|
|
|
1469
1486
|
"constraints": {
|
|
1470
1487
|
"notEmpty": true,
|
|
1471
1488
|
"pattern": {
|
|
1472
|
-
"value": "^(
|
|
1473
|
-
"message": "Must be an queue URL or ARN"
|
|
1489
|
+
"value": "(^https?://.+)|(^arn:.+)(^secrets\\..+)",
|
|
1490
|
+
"message": "Must be an queue URL or ARN or a secret.XYZ"
|
|
1474
1491
|
}
|
|
1475
1492
|
}
|
|
1476
1493
|
},
|
|
@@ -1481,7 +1498,7 @@
|
|
|
1481
1498
|
"type": "String",
|
|
1482
1499
|
"binding": {
|
|
1483
1500
|
"type": "zeebe:property",
|
|
1484
|
-
"name": "
|
|
1501
|
+
"name": "queue.region"
|
|
1485
1502
|
},
|
|
1486
1503
|
"constraints": {
|
|
1487
1504
|
"notEmpty": true
|
|
@@ -1502,7 +1519,7 @@
|
|
|
1502
1519
|
"constraints": {
|
|
1503
1520
|
"notEmpty": true,
|
|
1504
1521
|
"pattern": {
|
|
1505
|
-
"value": "^([0-9]?|1[0-9]|20
|
|
1522
|
+
"value": "^([0-9]?|1[0-9]|20|secrets\\..+)$",
|
|
1506
1523
|
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
1507
1524
|
}
|
|
1508
1525
|
}
|
|
@@ -1599,14 +1616,14 @@
|
|
|
1599
1616
|
"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"
|
|
1600
1617
|
},
|
|
1601
1618
|
"engines": {
|
|
1602
|
-
"camunda": "^8.
|
|
1619
|
+
"camunda": "^8.2"
|
|
1603
1620
|
}
|
|
1604
1621
|
},
|
|
1605
1622
|
{
|
|
1606
1623
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1607
1624
|
"name": "Amazon SQS connector",
|
|
1608
1625
|
"id": "io.camunda.connectors.AWSSQS.intermediate.v1",
|
|
1609
|
-
"version":
|
|
1626
|
+
"version": 4,
|
|
1610
1627
|
"description": "Receive message from a queue",
|
|
1611
1628
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
1612
1629
|
"appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
|
|
@@ -1689,15 +1706,6 @@
|
|
|
1689
1706
|
"notEmpty": true
|
|
1690
1707
|
}
|
|
1691
1708
|
},
|
|
1692
|
-
{
|
|
1693
|
-
"type": "Hidden",
|
|
1694
|
-
"description": "This value forces to evaluate configuration first in order",
|
|
1695
|
-
"value": "nonce",
|
|
1696
|
-
"binding": {
|
|
1697
|
-
"type": "zeebe:input",
|
|
1698
|
-
"name": "configuration.nonce"
|
|
1699
|
-
}
|
|
1700
|
-
},
|
|
1701
1709
|
{
|
|
1702
1710
|
"label": "Queue URL",
|
|
1703
1711
|
"description": "Specify the URL of the SQS queue where you would like to send message to",
|
|
@@ -1728,14 +1736,6 @@
|
|
|
1728
1736
|
"notEmpty": true
|
|
1729
1737
|
}
|
|
1730
1738
|
},
|
|
1731
|
-
{
|
|
1732
|
-
"description": "Backwards compatible region",
|
|
1733
|
-
"type": "Hidden",
|
|
1734
|
-
"binding": {
|
|
1735
|
-
"type": "zeebe:property",
|
|
1736
|
-
"name": "queue.region"
|
|
1737
|
-
}
|
|
1738
|
-
},
|
|
1739
1739
|
{
|
|
1740
1740
|
"label": "Polling wait time",
|
|
1741
1741
|
"description": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/\" target=\"_blank\">documentation</a> for details",
|