@camunda/connectors-element-templates 1.0.19 → 1.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/connectors-template.js +1 -3
- package/src/connectors.js +4 -0
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +43 -43
- package/src/element-templates/agenticai-aiagent-job-worker.json +2230 -222
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +6281 -4356
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +718 -36
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2394 -949
- package/src/element-templates/app-integrations-connector.json +1047 -0
- package/src/element-templates/asana-connector.json +943 -109
- package/src/element-templates/automation-anywhere-outbound-connector.json +2240 -1747
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +1068 -30
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +386 -5
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +442 -5
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +417 -5
- package/src/element-templates/aws-bedrock-outbound-connector.json +2273 -623
- package/src/element-templates/aws-comprehend-outbound-connector.json +1573 -1
- package/src/element-templates/aws-dynamodb-outbound-connector.json +2950 -162
- package/src/element-templates/aws-eventbridge-connector-boundary.json +40 -40
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +62 -62
- package/src/element-templates/aws-eventbridge-connector-start-event.json +33 -33
- package/src/element-templates/aws-eventbridge-outbound-connector.json +838 -424
- package/src/element-templates/aws-lambda-outbound-connector.json +495 -96
- package/src/element-templates/aws-s3-outbound-connector.json +2238 -44
- package/src/element-templates/aws-sagemaker-outbound-connector.json +681 -52
- package/src/element-templates/aws-sns-inbound-boundary.json +4 -3
- package/src/element-templates/aws-sns-inbound-intermediate.json +341 -340
- package/src/element-templates/aws-sns-inbound-message-start.json +241 -240
- package/src/element-templates/aws-sns-inbound-receive.json +4 -3
- package/src/element-templates/aws-sns-inbound-start-event.json +133 -133
- package/src/element-templates/aws-sns-outbound-connector.json +581 -124
- package/src/element-templates/aws-sqs-boundary-connector.json +939 -420
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +851 -332
- package/src/element-templates/aws-sqs-outbound-connector.json +589 -136
- package/src/element-templates/aws-sqs-receive-connector.json +525 -7
- package/src/element-templates/aws-sqs-start-event-connector.json +380 -380
- package/src/element-templates/aws-sqs-start-message.json +736 -185
- package/src/element-templates/aws-textract-outbound-connector.json +866 -131
- package/src/element-templates/azure-blobstorage-outbound-connector.json +1648 -225
- package/src/element-templates/azure-open-ai-connector.json +1371 -8
- package/src/element-templates/blue-prism-connector.json +609 -30
- package/src/element-templates/box-outbound-connector.json +2356 -272
- package/src/element-templates/csv-outbound-connector.json +449 -0
- package/src/element-templates/easy-post-connector.json +1251 -170
- package/src/element-templates/email-outbound-connector.json +3087 -1013
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +2161 -1
- package/src/element-templates/github-connector.json +18554 -14368
- package/src/element-templates/github-webhook-connector-boundary.json +24 -24
- package/src/element-templates/github-webhook-connector-intermediate.json +8 -8
- package/src/element-templates/github-webhook-connector-message-start.json +8 -8
- package/src/element-templates/github-webhook-connector-receive.json +8 -8
- package/src/element-templates/github-webhook-connector-start-event.json +58 -58
- package/src/element-templates/gitlab-connector.json +3022 -1120
- package/src/element-templates/google-cloud-storage-outbound-connector.json +1447 -240
- package/src/element-templates/google-drive-outbound-connector.json +2980 -1428
- package/src/element-templates/google-gemini-outbound-connector.json +41 -55
- package/src/element-templates/google-maps-platform-connector.json +688 -137
- package/src/element-templates/google-sheets-outbound-connector.json +3186 -2030
- package/src/element-templates/graphql-outbound-connector.json +4149 -1485
- package/src/element-templates/http-json-connector.json +6143 -2053
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +2426 -364
- package/src/element-templates/http-polling-connector.json +3312 -1250
- package/src/element-templates/hubspot-outbound-connector.json +2817 -67
- package/src/element-templates/hugging-face-connector.json +83 -82
- package/src/element-templates/jdbc-outbound-connector.json +506 -9
- package/src/element-templates/kafka-inbound-connector-boundary.json +968 -971
- package/src/element-templates/kafka-inbound-connector-intermediate.json +53 -56
- package/src/element-templates/kafka-inbound-connector-receive.json +9 -12
- package/src/element-templates/kafka-inbound-connector-start-message.json +545 -548
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +304 -308
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +7 -10
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +7 -10
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +7 -10
- package/src/element-templates/microsoft-office365-mail-connector.json +2077 -35
- package/src/element-templates/microsoft-teams-outbound-connector.json +2897 -456
- package/src/element-templates/openai-connector.json +701 -207
- package/src/element-templates/operate-connector.json +83 -86
- package/src/element-templates/orchestration-connector.json +1843 -0
- package/src/element-templates/power-automate-connector.json +62 -62
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +772 -774
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +456 -458
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +573 -575
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +5 -7
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +347 -347
- package/src/element-templates/rabbitmq-outbound-connector.json +631 -631
- package/src/element-templates/rpa-connector.json +6 -6
- package/src/element-templates/salesforce-connector.json +653 -19
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +301 -1
- package/src/element-templates/send-message-connector-message-end-event.json +301 -1
- package/src/element-templates/send-message-connector-send-task.json +300 -1
- package/src/element-templates/sendgrid-outbound-connector.json +790 -790
- package/src/element-templates/servicenow-connector.json +1364 -7
- package/src/element-templates/servicenow-flow-starter-connector.json +16 -16
- package/src/element-templates/servicenow-incident-connector.json +1075 -29
- package/src/element-templates/slack-inbound-boundary.json +493 -493
- package/src/element-templates/slack-inbound-intermediate.json +448 -448
- package/src/element-templates/slack-inbound-message-start.json +369 -369
- package/src/element-templates/slack-inbound-receive.json +2 -2
- package/src/element-templates/slack-inbound-start-event.json +328 -328
- package/src/element-templates/slack-outbound-connector.json +2365 -1262
- package/src/element-templates/soap-outbound-connector.json +113 -117
- package/src/element-templates/twilio-connector.json +1186 -373
- package/src/element-templates/twilio-webhook-boundary-connector.json +9 -10
- package/src/element-templates/twilio-webhook-connector.json +60 -61
- package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -32
- package/src/element-templates/twilio-webhook-message-start-connector.json +10 -11
- package/src/element-templates/twilio-webhook-receive-connector.json +9 -10
- package/src/element-templates/uipath-connector.json +668 -50
- package/src/element-templates/webhook-connector-boundary.json +1040 -385
- package/src/element-templates/webhook-connector-intermediate.json +2100 -1445
- package/src/element-templates/webhook-connector-receive.json +659 -5
- package/src/element-templates/webhook-connector-start-event.json +1860 -1299
- package/src/element-templates/webhook-connector-start-message.json +1535 -848
- package/src/element-templates/whatsapp-connector.json +393 -23
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
-
"name": "Amazon SQS
|
|
4
|
+
"name": "Amazon SQS connector",
|
|
5
5
|
"id": "io.camunda.connectors.AWSSQS.intermediate.v1",
|
|
6
|
-
"version":
|
|
6
|
+
"version": 1,
|
|
7
7
|
"description": "Receive message from a queue",
|
|
8
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
8
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
9
9
|
"appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
|
|
10
10
|
"elementType": {
|
|
11
11
|
"value": "bpmn:IntermediateCatchEvent",
|
|
@@ -60,35 +60,9 @@
|
|
|
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
|
-
},
|
|
89
63
|
{
|
|
90
64
|
"label": "Access key",
|
|
91
|
-
"description": "Provide AWS IAM access key that has permission to
|
|
65
|
+
"description": "Provide AWS IAM access key that has permission to send to desired SQS",
|
|
92
66
|
"group": "authentication",
|
|
93
67
|
"type": "String",
|
|
94
68
|
"binding": {
|
|
@@ -97,15 +71,11 @@
|
|
|
97
71
|
},
|
|
98
72
|
"constraints": {
|
|
99
73
|
"notEmpty": true
|
|
100
|
-
},
|
|
101
|
-
"condition": {
|
|
102
|
-
"property": "authenticationType",
|
|
103
|
-
"equals": "credentials"
|
|
104
74
|
}
|
|
105
75
|
},
|
|
106
76
|
{
|
|
107
77
|
"label": "Secret key",
|
|
108
|
-
"description": "Provide AWS IAM secret key that has permission to
|
|
78
|
+
"description": "Provide AWS IAM secret key that has permission to send to desired SQS",
|
|
109
79
|
"group": "authentication",
|
|
110
80
|
"type": "String",
|
|
111
81
|
"binding": {
|
|
@@ -114,15 +84,11 @@
|
|
|
114
84
|
},
|
|
115
85
|
"constraints": {
|
|
116
86
|
"notEmpty": true
|
|
117
|
-
},
|
|
118
|
-
"condition": {
|
|
119
|
-
"property": "authenticationType",
|
|
120
|
-
"equals": "credentials"
|
|
121
87
|
}
|
|
122
88
|
},
|
|
123
89
|
{
|
|
124
90
|
"label": "Queue URL",
|
|
125
|
-
"description": "Specify the URL of the SQS queue where you would like to
|
|
91
|
+
"description": "Specify the URL of the SQS queue where you would like to send message to",
|
|
126
92
|
"group": "queueProperties",
|
|
127
93
|
"type": "String",
|
|
128
94
|
"binding": {
|
|
@@ -132,8 +98,8 @@
|
|
|
132
98
|
"constraints": {
|
|
133
99
|
"notEmpty": true,
|
|
134
100
|
"pattern": {
|
|
135
|
-
"value": "^(
|
|
136
|
-
"message": "Must be an queue URL or ARN"
|
|
101
|
+
"value": "(^https?://.+)|(^arn:.+)(^secrets\\..+)",
|
|
102
|
+
"message": "Must be an queue URL or ARN or a secret.XYZ"
|
|
137
103
|
}
|
|
138
104
|
}
|
|
139
105
|
},
|
|
@@ -144,7 +110,7 @@
|
|
|
144
110
|
"type": "String",
|
|
145
111
|
"binding": {
|
|
146
112
|
"type": "zeebe:property",
|
|
147
|
-
"name": "
|
|
113
|
+
"name": "queue.region"
|
|
148
114
|
},
|
|
149
115
|
"constraints": {
|
|
150
116
|
"notEmpty": true
|
|
@@ -152,7 +118,7 @@
|
|
|
152
118
|
},
|
|
153
119
|
{
|
|
154
120
|
"label": "Polling wait time",
|
|
155
|
-
"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/
|
|
121
|
+
"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",
|
|
156
122
|
"group": "messagePollingProperties",
|
|
157
123
|
"type": "String",
|
|
158
124
|
"optional": false,
|
|
@@ -165,14 +131,14 @@
|
|
|
165
131
|
"constraints": {
|
|
166
132
|
"notEmpty": true,
|
|
167
133
|
"pattern": {
|
|
168
|
-
"value": "^([0-9]?|1[0-9]|20
|
|
134
|
+
"value": "^([0-9]?|1[0-9]|20|secrets\\..+)$",
|
|
169
135
|
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
170
136
|
}
|
|
171
137
|
}
|
|
172
138
|
},
|
|
173
139
|
{
|
|
174
140
|
"label": "Attribute names",
|
|
175
|
-
"description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
141
|
+
"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",
|
|
176
142
|
"group": "input",
|
|
177
143
|
"type": "String",
|
|
178
144
|
"optional": true,
|
|
@@ -184,7 +150,7 @@
|
|
|
184
150
|
},
|
|
185
151
|
{
|
|
186
152
|
"label": "Message attribute names",
|
|
187
|
-
"description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
153
|
+
"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",
|
|
188
154
|
"group": "input",
|
|
189
155
|
"type": "String",
|
|
190
156
|
"optional": true,
|
|
@@ -222,18 +188,6 @@
|
|
|
222
188
|
"notEmpty": true
|
|
223
189
|
}
|
|
224
190
|
},
|
|
225
|
-
{
|
|
226
|
-
"label": "Message ID expression",
|
|
227
|
-
"feel": "required",
|
|
228
|
-
"type": "String",
|
|
229
|
-
"optional": true,
|
|
230
|
-
"group": "activation",
|
|
231
|
-
"binding": {
|
|
232
|
-
"type": "zeebe:property",
|
|
233
|
-
"name": "messageIdExpression"
|
|
234
|
-
},
|
|
235
|
-
"description": "Expression to extract unique identifier of a message"
|
|
236
|
-
},
|
|
237
191
|
{
|
|
238
192
|
"label": "Activation condition",
|
|
239
193
|
"type": "String",
|
|
@@ -274,14 +228,14 @@
|
|
|
274
228
|
"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"
|
|
275
229
|
},
|
|
276
230
|
"engines": {
|
|
277
|
-
"camunda": "^8.
|
|
231
|
+
"camunda": "^8.2"
|
|
278
232
|
}
|
|
279
233
|
},
|
|
280
234
|
{
|
|
281
235
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
282
|
-
"name": "Amazon SQS
|
|
236
|
+
"name": "Amazon SQS connector",
|
|
283
237
|
"id": "io.camunda.connectors.AWSSQS.intermediate.v1",
|
|
284
|
-
"version":
|
|
238
|
+
"version": 5,
|
|
285
239
|
"description": "Receive message from a queue",
|
|
286
240
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
287
241
|
"appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
|
|
@@ -340,7 +294,7 @@
|
|
|
340
294
|
},
|
|
341
295
|
{
|
|
342
296
|
"label": "Access key",
|
|
343
|
-
"description": "Provide AWS IAM access key that has permission to
|
|
297
|
+
"description": "Provide AWS IAM access key that has permission to send to desired SQS",
|
|
344
298
|
"group": "authentication",
|
|
345
299
|
"type": "String",
|
|
346
300
|
"binding": {
|
|
@@ -353,7 +307,7 @@
|
|
|
353
307
|
},
|
|
354
308
|
{
|
|
355
309
|
"label": "Secret key",
|
|
356
|
-
"description": "Provide AWS IAM secret key that has permission to
|
|
310
|
+
"description": "Provide AWS IAM secret key that has permission to send to desired SQS",
|
|
357
311
|
"group": "authentication",
|
|
358
312
|
"type": "String",
|
|
359
313
|
"binding": {
|
|
@@ -366,7 +320,7 @@
|
|
|
366
320
|
},
|
|
367
321
|
{
|
|
368
322
|
"label": "Queue URL",
|
|
369
|
-
"description": "Specify the URL of the SQS queue where you would like to
|
|
323
|
+
"description": "Specify the URL of the SQS queue where you would like to send message to",
|
|
370
324
|
"group": "queueProperties",
|
|
371
325
|
"type": "String",
|
|
372
326
|
"binding": {
|
|
@@ -376,7 +330,7 @@
|
|
|
376
330
|
"constraints": {
|
|
377
331
|
"notEmpty": true,
|
|
378
332
|
"pattern": {
|
|
379
|
-
"value": "^(https?://.+|arn
|
|
333
|
+
"value": "^(https?://.+|arn:.+|secrets\\..+|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
380
334
|
"message": "Must be an queue URL or ARN"
|
|
381
335
|
}
|
|
382
336
|
}
|
|
@@ -409,7 +363,7 @@
|
|
|
409
363
|
"constraints": {
|
|
410
364
|
"notEmpty": true,
|
|
411
365
|
"pattern": {
|
|
412
|
-
"value": "^([0-9]?|1[0-9]|20
|
|
366
|
+
"value": "^([0-9]?|1[0-9]|20|secrets\\..+|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
413
367
|
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
414
368
|
}
|
|
415
369
|
}
|
|
@@ -511,11 +465,11 @@
|
|
|
511
465
|
},
|
|
512
466
|
{
|
|
513
467
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
514
|
-
"name": "Amazon SQS connector",
|
|
468
|
+
"name": "Amazon SQS Intermediate Message Catch Event connector",
|
|
515
469
|
"id": "io.camunda.connectors.AWSSQS.intermediate.v1",
|
|
516
|
-
"version":
|
|
470
|
+
"version": 8,
|
|
517
471
|
"description": "Receive message from a queue",
|
|
518
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
472
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
|
|
519
473
|
"appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
|
|
520
474
|
"elementType": {
|
|
521
475
|
"value": "bpmn:IntermediateCatchEvent",
|
|
@@ -570,9 +524,35 @@
|
|
|
570
524
|
"name": "name"
|
|
571
525
|
}
|
|
572
526
|
},
|
|
527
|
+
{
|
|
528
|
+
"id": "authenticationType",
|
|
529
|
+
"label": "Authentication",
|
|
530
|
+
"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>",
|
|
531
|
+
"group": "authentication",
|
|
532
|
+
"type": "Dropdown",
|
|
533
|
+
"optional": false,
|
|
534
|
+
"value": "credentials",
|
|
535
|
+
"choices": [
|
|
536
|
+
{
|
|
537
|
+
"name": "Credentials",
|
|
538
|
+
"value": "credentials"
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
542
|
+
"value": "defaultCredentialsChain"
|
|
543
|
+
}
|
|
544
|
+
],
|
|
545
|
+
"binding": {
|
|
546
|
+
"type": "zeebe:property",
|
|
547
|
+
"name": "authentication.type"
|
|
548
|
+
},
|
|
549
|
+
"constraints": {
|
|
550
|
+
"notEmpty": true
|
|
551
|
+
}
|
|
552
|
+
},
|
|
573
553
|
{
|
|
574
554
|
"label": "Access key",
|
|
575
|
-
"description": "Provide AWS IAM access key that has permission to
|
|
555
|
+
"description": "Provide AWS IAM access key that has permission to read from desired SQS",
|
|
576
556
|
"group": "authentication",
|
|
577
557
|
"type": "String",
|
|
578
558
|
"binding": {
|
|
@@ -581,11 +561,15 @@
|
|
|
581
561
|
},
|
|
582
562
|
"constraints": {
|
|
583
563
|
"notEmpty": true
|
|
564
|
+
},
|
|
565
|
+
"condition": {
|
|
566
|
+
"property": "authenticationType",
|
|
567
|
+
"equals": "credentials"
|
|
584
568
|
}
|
|
585
569
|
},
|
|
586
570
|
{
|
|
587
571
|
"label": "Secret key",
|
|
588
|
-
"description": "Provide AWS IAM secret key that has permission to
|
|
572
|
+
"description": "Provide AWS IAM secret key that has permission to read from desired SQS",
|
|
589
573
|
"group": "authentication",
|
|
590
574
|
"type": "String",
|
|
591
575
|
"binding": {
|
|
@@ -594,11 +578,15 @@
|
|
|
594
578
|
},
|
|
595
579
|
"constraints": {
|
|
596
580
|
"notEmpty": true
|
|
581
|
+
},
|
|
582
|
+
"condition": {
|
|
583
|
+
"property": "authenticationType",
|
|
584
|
+
"equals": "credentials"
|
|
597
585
|
}
|
|
598
586
|
},
|
|
599
587
|
{
|
|
600
588
|
"label": "Queue URL",
|
|
601
|
-
"description": "Specify the URL of the SQS queue where you would like to
|
|
589
|
+
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
602
590
|
"group": "queueProperties",
|
|
603
591
|
"type": "String",
|
|
604
592
|
"binding": {
|
|
@@ -608,8 +596,8 @@
|
|
|
608
596
|
"constraints": {
|
|
609
597
|
"notEmpty": true,
|
|
610
598
|
"pattern": {
|
|
611
|
-
"value": "(
|
|
612
|
-
"message": "Must be an queue URL or ARN
|
|
599
|
+
"value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
600
|
+
"message": "Must be an queue URL or ARN"
|
|
613
601
|
}
|
|
614
602
|
}
|
|
615
603
|
},
|
|
@@ -628,7 +616,7 @@
|
|
|
628
616
|
},
|
|
629
617
|
{
|
|
630
618
|
"label": "Polling wait time",
|
|
631
|
-
"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/
|
|
619
|
+
"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",
|
|
632
620
|
"group": "messagePollingProperties",
|
|
633
621
|
"type": "String",
|
|
634
622
|
"optional": false,
|
|
@@ -641,14 +629,14 @@
|
|
|
641
629
|
"constraints": {
|
|
642
630
|
"notEmpty": true,
|
|
643
631
|
"pattern": {
|
|
644
|
-
"value": "^([0-9]?|1[0-9]|20
|
|
632
|
+
"value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
645
633
|
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
646
634
|
}
|
|
647
635
|
}
|
|
648
636
|
},
|
|
649
637
|
{
|
|
650
638
|
"label": "Attribute names",
|
|
651
|
-
"description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
639
|
+
"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",
|
|
652
640
|
"group": "input",
|
|
653
641
|
"type": "String",
|
|
654
642
|
"optional": true,
|
|
@@ -660,7 +648,7 @@
|
|
|
660
648
|
},
|
|
661
649
|
{
|
|
662
650
|
"label": "Message attribute names",
|
|
663
|
-
"description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
651
|
+
"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",
|
|
664
652
|
"group": "input",
|
|
665
653
|
"type": "String",
|
|
666
654
|
"optional": true,
|
|
@@ -698,6 +686,18 @@
|
|
|
698
686
|
"notEmpty": true
|
|
699
687
|
}
|
|
700
688
|
},
|
|
689
|
+
{
|
|
690
|
+
"label": "Message ID expression",
|
|
691
|
+
"feel": "required",
|
|
692
|
+
"type": "String",
|
|
693
|
+
"optional": true,
|
|
694
|
+
"group": "activation",
|
|
695
|
+
"binding": {
|
|
696
|
+
"type": "zeebe:property",
|
|
697
|
+
"name": "messageIdExpression"
|
|
698
|
+
},
|
|
699
|
+
"description": "Expression to extract unique identifier of a message"
|
|
700
|
+
},
|
|
701
701
|
{
|
|
702
702
|
"label": "Activation condition",
|
|
703
703
|
"type": "String",
|
|
@@ -738,30 +738,34 @@
|
|
|
738
738
|
"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"
|
|
739
739
|
},
|
|
740
740
|
"engines": {
|
|
741
|
-
"camunda": "^8.
|
|
741
|
+
"camunda": "^8.4"
|
|
742
742
|
}
|
|
743
743
|
},
|
|
744
744
|
{
|
|
745
745
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
746
746
|
"name": "Amazon SQS Intermediate Message Catch Event connector",
|
|
747
747
|
"id": "io.camunda.connectors.AWSSQS.intermediate.v1",
|
|
748
|
-
"version": 7,
|
|
749
748
|
"description": "Receive message from a queue",
|
|
750
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
749
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
|
|
750
|
+
"version": 9,
|
|
751
|
+
"category": {
|
|
752
|
+
"id": "connectors",
|
|
753
|
+
"name": "Connectors"
|
|
754
|
+
},
|
|
751
755
|
"appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
|
|
752
756
|
"elementType": {
|
|
753
757
|
"value": "bpmn:IntermediateCatchEvent",
|
|
754
758
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
755
759
|
},
|
|
756
|
-
"category": {
|
|
757
|
-
"id": "connectors",
|
|
758
|
-
"name": "Connectors"
|
|
759
|
-
},
|
|
760
760
|
"groups": [
|
|
761
761
|
{
|
|
762
762
|
"id": "authentication",
|
|
763
763
|
"label": "Authentication"
|
|
764
764
|
},
|
|
765
|
+
{
|
|
766
|
+
"id": "configuration",
|
|
767
|
+
"label": "Configuration"
|
|
768
|
+
},
|
|
765
769
|
{
|
|
766
770
|
"id": "queueProperties",
|
|
767
771
|
"label": "Queue properties"
|
|
@@ -779,241 +783,389 @@
|
|
|
779
783
|
"label": "Activation"
|
|
780
784
|
},
|
|
781
785
|
{
|
|
782
|
-
"id": "
|
|
783
|
-
"label": "
|
|
786
|
+
"id": "correlation",
|
|
787
|
+
"label": "Correlation",
|
|
788
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
789
|
+
},
|
|
790
|
+
{
|
|
791
|
+
"id": "deduplication",
|
|
792
|
+
"label": "Deduplication",
|
|
793
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
794
|
+
},
|
|
795
|
+
{
|
|
796
|
+
"id": "output",
|
|
797
|
+
"label": "Output mapping"
|
|
784
798
|
}
|
|
785
799
|
],
|
|
786
800
|
"properties": [
|
|
787
801
|
{
|
|
788
|
-
"type": "Hidden",
|
|
789
802
|
"value": "io.camunda:aws-sqs-inbound:1",
|
|
790
803
|
"binding": {
|
|
791
|
-
"
|
|
792
|
-
"
|
|
793
|
-
}
|
|
794
|
-
},
|
|
795
|
-
{
|
|
796
|
-
"type": "Hidden",
|
|
797
|
-
"generatedValue": {
|
|
798
|
-
"type": "uuid"
|
|
804
|
+
"name": "inbound.type",
|
|
805
|
+
"type": "zeebe:property"
|
|
799
806
|
},
|
|
800
|
-
"
|
|
801
|
-
"type": "bpmn:Message#property",
|
|
802
|
-
"name": "name"
|
|
803
|
-
}
|
|
807
|
+
"type": "Hidden"
|
|
804
808
|
},
|
|
805
809
|
{
|
|
806
|
-
"id": "
|
|
810
|
+
"id": "authentication.type",
|
|
807
811
|
"label": "Authentication",
|
|
808
|
-
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
812
|
+
"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>",
|
|
813
|
+
"value": "credentials",
|
|
809
814
|
"group": "authentication",
|
|
815
|
+
"binding": {
|
|
816
|
+
"name": "authentication.type",
|
|
817
|
+
"type": "zeebe:property"
|
|
818
|
+
},
|
|
810
819
|
"type": "Dropdown",
|
|
811
|
-
"optional": false,
|
|
812
|
-
"value": "credentials",
|
|
813
820
|
"choices": [
|
|
814
|
-
{
|
|
815
|
-
"name": "Credentials",
|
|
816
|
-
"value": "credentials"
|
|
817
|
-
},
|
|
818
821
|
{
|
|
819
822
|
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
820
823
|
"value": "defaultCredentialsChain"
|
|
824
|
+
},
|
|
825
|
+
{
|
|
826
|
+
"name": "Credentials",
|
|
827
|
+
"value": "credentials"
|
|
821
828
|
}
|
|
822
|
-
]
|
|
823
|
-
"binding": {
|
|
824
|
-
"type": "zeebe:property",
|
|
825
|
-
"name": "authentication.type"
|
|
826
|
-
},
|
|
827
|
-
"constraints": {
|
|
828
|
-
"notEmpty": true
|
|
829
|
-
}
|
|
829
|
+
]
|
|
830
830
|
},
|
|
831
831
|
{
|
|
832
|
+
"id": "authentication.accessKey",
|
|
832
833
|
"label": "Access key",
|
|
833
|
-
"description": "Provide
|
|
834
|
-
"
|
|
835
|
-
"type": "String",
|
|
836
|
-
"binding": {
|
|
837
|
-
"type": "zeebe:property",
|
|
838
|
-
"name": "authentication.accessKey"
|
|
839
|
-
},
|
|
834
|
+
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
835
|
+
"optional": false,
|
|
840
836
|
"constraints": {
|
|
841
837
|
"notEmpty": true
|
|
842
838
|
},
|
|
843
|
-
"condition": {
|
|
844
|
-
"property": "authenticationType",
|
|
845
|
-
"equals": "credentials"
|
|
846
|
-
}
|
|
847
|
-
},
|
|
848
|
-
{
|
|
849
|
-
"label": "Secret key",
|
|
850
|
-
"description": "Provide AWS IAM secret key that has permission to read from desired SQS",
|
|
851
839
|
"group": "authentication",
|
|
852
|
-
"type": "String",
|
|
853
840
|
"binding": {
|
|
854
|
-
"
|
|
855
|
-
"
|
|
856
|
-
},
|
|
841
|
+
"name": "authentication.accessKey",
|
|
842
|
+
"type": "zeebe:property"
|
|
843
|
+
},
|
|
844
|
+
"condition": {
|
|
845
|
+
"property": "authentication.type",
|
|
846
|
+
"equals": "credentials",
|
|
847
|
+
"type": "simple"
|
|
848
|
+
},
|
|
849
|
+
"type": "String"
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
"id": "authentication.secretKey",
|
|
853
|
+
"label": "Secret key",
|
|
854
|
+
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
855
|
+
"optional": false,
|
|
857
856
|
"constraints": {
|
|
858
857
|
"notEmpty": true
|
|
859
858
|
},
|
|
859
|
+
"group": "authentication",
|
|
860
|
+
"binding": {
|
|
861
|
+
"name": "authentication.secretKey",
|
|
862
|
+
"type": "zeebe:property"
|
|
863
|
+
},
|
|
860
864
|
"condition": {
|
|
861
|
-
"property": "
|
|
862
|
-
"equals": "credentials"
|
|
863
|
-
|
|
865
|
+
"property": "authentication.type",
|
|
866
|
+
"equals": "credentials",
|
|
867
|
+
"type": "simple"
|
|
868
|
+
},
|
|
869
|
+
"type": "String"
|
|
864
870
|
},
|
|
865
871
|
{
|
|
866
|
-
"
|
|
867
|
-
"
|
|
868
|
-
"
|
|
869
|
-
"
|
|
872
|
+
"id": "configuration.region",
|
|
873
|
+
"label": "Region",
|
|
874
|
+
"description": "Specify the AWS region",
|
|
875
|
+
"optional": false,
|
|
876
|
+
"constraints": {
|
|
877
|
+
"notEmpty": true
|
|
878
|
+
},
|
|
879
|
+
"group": "configuration",
|
|
870
880
|
"binding": {
|
|
871
|
-
"
|
|
872
|
-
"
|
|
881
|
+
"name": "configuration.region",
|
|
882
|
+
"type": "zeebe:property"
|
|
873
883
|
},
|
|
874
|
-
"
|
|
875
|
-
"notEmpty": true,
|
|
876
|
-
"pattern": {
|
|
877
|
-
"value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
878
|
-
"message": "Must be an queue URL or ARN"
|
|
879
|
-
}
|
|
880
|
-
}
|
|
884
|
+
"type": "String"
|
|
881
885
|
},
|
|
882
886
|
{
|
|
883
|
-
"
|
|
884
|
-
"
|
|
885
|
-
"
|
|
886
|
-
"
|
|
887
|
+
"id": "configuration.endpoint",
|
|
888
|
+
"label": "Endpoint",
|
|
889
|
+
"description": "Specify endpoint if need to use custom endpoint",
|
|
890
|
+
"optional": true,
|
|
891
|
+
"group": "configuration",
|
|
887
892
|
"binding": {
|
|
888
|
-
"
|
|
889
|
-
"
|
|
893
|
+
"name": "configuration.endpoint",
|
|
894
|
+
"type": "zeebe:property"
|
|
890
895
|
},
|
|
896
|
+
"type": "Hidden"
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"id": "queue.queue.url",
|
|
900
|
+
"label": "Queue URL",
|
|
901
|
+
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
902
|
+
"optional": false,
|
|
891
903
|
"constraints": {
|
|
892
904
|
"notEmpty": true
|
|
893
|
-
}
|
|
905
|
+
},
|
|
906
|
+
"group": "queueProperties",
|
|
907
|
+
"binding": {
|
|
908
|
+
"name": "queue.url",
|
|
909
|
+
"type": "zeebe:property"
|
|
910
|
+
},
|
|
911
|
+
"type": "String"
|
|
894
912
|
},
|
|
895
913
|
{
|
|
914
|
+
"id": "queue.queue.pollingWaitTime",
|
|
896
915
|
"label": "Polling wait time",
|
|
897
|
-
"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/
|
|
898
|
-
"group": "messagePollingProperties",
|
|
899
|
-
"type": "String",
|
|
916
|
+
"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",
|
|
900
917
|
"optional": false,
|
|
901
|
-
"
|
|
902
|
-
"value": "1",
|
|
903
|
-
"binding": {
|
|
904
|
-
"type": "zeebe:property",
|
|
905
|
-
"name": "queue.pollingWaitTime"
|
|
906
|
-
},
|
|
918
|
+
"value": "20",
|
|
907
919
|
"constraints": {
|
|
908
920
|
"notEmpty": true,
|
|
909
921
|
"pattern": {
|
|
910
|
-
"value": "^([0-9]?|1[0-9]|20
|
|
911
|
-
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
922
|
+
"value": "^([0-9]?|1[0-9]|20|secrets\\..+)$"
|
|
912
923
|
}
|
|
913
|
-
}
|
|
924
|
+
},
|
|
925
|
+
"group": "messagePollingProperties",
|
|
926
|
+
"binding": {
|
|
927
|
+
"name": "queue.pollingWaitTime",
|
|
928
|
+
"type": "zeebe:property"
|
|
929
|
+
},
|
|
930
|
+
"type": "String"
|
|
914
931
|
},
|
|
915
932
|
{
|
|
933
|
+
"id": "queue.queue.attributeNames",
|
|
916
934
|
"label": "Attribute names",
|
|
917
|
-
"description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
935
|
+
"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",
|
|
936
|
+
"optional": false,
|
|
937
|
+
"feel": "optional",
|
|
918
938
|
"group": "input",
|
|
919
|
-
"type": "String",
|
|
920
|
-
"optional": true,
|
|
921
939
|
"binding": {
|
|
922
|
-
"
|
|
923
|
-
"
|
|
940
|
+
"name": "queue.attributeNames",
|
|
941
|
+
"type": "zeebe:property"
|
|
924
942
|
},
|
|
925
|
-
"
|
|
943
|
+
"type": "String"
|
|
926
944
|
},
|
|
927
945
|
{
|
|
946
|
+
"id": "queue.queue.messageAttributeNames",
|
|
928
947
|
"label": "Message attribute names",
|
|
929
|
-
"description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
948
|
+
"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",
|
|
949
|
+
"optional": false,
|
|
950
|
+
"feel": "optional",
|
|
930
951
|
"group": "input",
|
|
931
|
-
"type": "String",
|
|
932
|
-
"optional": true,
|
|
933
952
|
"binding": {
|
|
934
|
-
"
|
|
935
|
-
"
|
|
953
|
+
"name": "queue.messageAttributeNames",
|
|
954
|
+
"type": "zeebe:property"
|
|
936
955
|
},
|
|
937
|
-
"
|
|
956
|
+
"type": "String"
|
|
938
957
|
},
|
|
939
958
|
{
|
|
940
|
-
"
|
|
941
|
-
"
|
|
942
|
-
"
|
|
959
|
+
"id": "activationCondition",
|
|
960
|
+
"label": "Activation condition",
|
|
961
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
962
|
+
"optional": true,
|
|
943
963
|
"feel": "required",
|
|
944
|
-
"
|
|
964
|
+
"group": "activation",
|
|
945
965
|
"binding": {
|
|
946
|
-
"
|
|
947
|
-
"
|
|
966
|
+
"name": "activationCondition",
|
|
967
|
+
"type": "zeebe:property"
|
|
948
968
|
},
|
|
949
|
-
"
|
|
950
|
-
"notEmpty": true
|
|
951
|
-
}
|
|
969
|
+
"type": "String"
|
|
952
970
|
},
|
|
953
971
|
{
|
|
954
|
-
"
|
|
955
|
-
"
|
|
972
|
+
"id": "consumeUnmatchedEvents",
|
|
973
|
+
"label": "Consume unmatched events",
|
|
974
|
+
"value": true,
|
|
956
975
|
"group": "activation",
|
|
976
|
+
"binding": {
|
|
977
|
+
"name": "consumeUnmatchedEvents",
|
|
978
|
+
"type": "zeebe:property"
|
|
979
|
+
},
|
|
980
|
+
"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",
|
|
981
|
+
"type": "Boolean"
|
|
982
|
+
},
|
|
983
|
+
{
|
|
984
|
+
"id": "correlationKeyProcess",
|
|
985
|
+
"label": "Correlation key (process)",
|
|
986
|
+
"description": "Sets up the correlation key from process variables",
|
|
987
|
+
"constraints": {
|
|
988
|
+
"notEmpty": true
|
|
989
|
+
},
|
|
957
990
|
"feel": "required",
|
|
991
|
+
"group": "correlation",
|
|
958
992
|
"binding": {
|
|
959
|
-
"
|
|
960
|
-
"
|
|
993
|
+
"name": "correlationKey",
|
|
994
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
961
995
|
},
|
|
996
|
+
"type": "String"
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
"id": "correlationKeyPayload",
|
|
1000
|
+
"label": "Correlation key (payload)",
|
|
962
1001
|
"description": "Extracts the correlation key from the incoming message payload",
|
|
963
1002
|
"constraints": {
|
|
964
1003
|
"notEmpty": true
|
|
965
|
-
}
|
|
1004
|
+
},
|
|
1005
|
+
"feel": "required",
|
|
1006
|
+
"group": "correlation",
|
|
1007
|
+
"binding": {
|
|
1008
|
+
"name": "correlationKeyExpression",
|
|
1009
|
+
"type": "zeebe:property"
|
|
1010
|
+
},
|
|
1011
|
+
"type": "String"
|
|
966
1012
|
},
|
|
967
1013
|
{
|
|
968
|
-
"
|
|
969
|
-
"
|
|
970
|
-
"
|
|
1014
|
+
"id": "messageIdExpression",
|
|
1015
|
+
"label": "Message ID expression",
|
|
1016
|
+
"description": "Expression to extract unique identifier of a message",
|
|
1017
|
+
"optional": true,
|
|
971
1018
|
"feel": "required",
|
|
1019
|
+
"group": "correlation",
|
|
1020
|
+
"binding": {
|
|
1021
|
+
"name": "messageIdExpression",
|
|
1022
|
+
"type": "zeebe:property"
|
|
1023
|
+
},
|
|
1024
|
+
"type": "String"
|
|
1025
|
+
},
|
|
1026
|
+
{
|
|
1027
|
+
"id": "messageTtl",
|
|
1028
|
+
"label": "Message TTL",
|
|
1029
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
972
1030
|
"optional": true,
|
|
1031
|
+
"constraints": {
|
|
1032
|
+
"notEmpty": false,
|
|
1033
|
+
"pattern": {
|
|
1034
|
+
"value": "^(PT.*|)$",
|
|
1035
|
+
"message": "must be an ISO-8601 duration"
|
|
1036
|
+
}
|
|
1037
|
+
},
|
|
1038
|
+
"feel": "optional",
|
|
1039
|
+
"group": "correlation",
|
|
973
1040
|
"binding": {
|
|
974
|
-
"
|
|
975
|
-
"
|
|
1041
|
+
"name": "messageTtl",
|
|
1042
|
+
"type": "zeebe:property"
|
|
976
1043
|
},
|
|
977
|
-
"
|
|
1044
|
+
"type": "String"
|
|
1045
|
+
},
|
|
1046
|
+
{
|
|
1047
|
+
"id": "messageNameUuid",
|
|
1048
|
+
"generatedValue": {
|
|
1049
|
+
"type": "uuid"
|
|
1050
|
+
},
|
|
1051
|
+
"group": "correlation",
|
|
1052
|
+
"binding": {
|
|
1053
|
+
"name": "name",
|
|
1054
|
+
"type": "bpmn:Message#property"
|
|
1055
|
+
},
|
|
1056
|
+
"type": "Hidden"
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
"id": "deduplicationModeManualFlag",
|
|
1060
|
+
"label": "Manual mode",
|
|
1061
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1062
|
+
"value": false,
|
|
1063
|
+
"group": "deduplication",
|
|
1064
|
+
"binding": {
|
|
1065
|
+
"name": "deduplicationModeManualFlag",
|
|
1066
|
+
"type": "zeebe:property"
|
|
1067
|
+
},
|
|
1068
|
+
"type": "Boolean"
|
|
1069
|
+
},
|
|
1070
|
+
{
|
|
1071
|
+
"id": "deduplicationId",
|
|
1072
|
+
"label": "Deduplication ID",
|
|
1073
|
+
"constraints": {
|
|
1074
|
+
"notEmpty": true,
|
|
1075
|
+
"pattern": {
|
|
1076
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
1077
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1078
|
+
}
|
|
1079
|
+
},
|
|
1080
|
+
"group": "deduplication",
|
|
1081
|
+
"binding": {
|
|
1082
|
+
"name": "deduplicationId",
|
|
1083
|
+
"type": "zeebe:property"
|
|
1084
|
+
},
|
|
1085
|
+
"condition": {
|
|
1086
|
+
"property": "deduplicationModeManualFlag",
|
|
1087
|
+
"equals": true,
|
|
1088
|
+
"type": "simple"
|
|
1089
|
+
},
|
|
1090
|
+
"type": "String"
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
"id": "deduplicationModeManual",
|
|
1094
|
+
"value": "MANUAL",
|
|
1095
|
+
"group": "deduplication",
|
|
1096
|
+
"binding": {
|
|
1097
|
+
"name": "deduplicationMode",
|
|
1098
|
+
"type": "zeebe:property"
|
|
1099
|
+
},
|
|
1100
|
+
"condition": {
|
|
1101
|
+
"property": "deduplicationId",
|
|
1102
|
+
"isActive": true,
|
|
1103
|
+
"type": "simple"
|
|
1104
|
+
},
|
|
1105
|
+
"type": "Hidden"
|
|
1106
|
+
},
|
|
1107
|
+
{
|
|
1108
|
+
"id": "deduplicationModeAuto",
|
|
1109
|
+
"value": "AUTO",
|
|
1110
|
+
"group": "deduplication",
|
|
1111
|
+
"binding": {
|
|
1112
|
+
"name": "deduplicationMode",
|
|
1113
|
+
"type": "zeebe:property"
|
|
1114
|
+
},
|
|
1115
|
+
"condition": {
|
|
1116
|
+
"property": "deduplicationId",
|
|
1117
|
+
"isActive": false,
|
|
1118
|
+
"type": "simple"
|
|
1119
|
+
},
|
|
1120
|
+
"type": "Hidden"
|
|
978
1121
|
},
|
|
979
1122
|
{
|
|
1123
|
+
"id": "resultVariable",
|
|
980
1124
|
"label": "Result variable",
|
|
981
|
-
"
|
|
982
|
-
"group": "
|
|
983
|
-
"optional": true,
|
|
1125
|
+
"description": "Name of variable to store the response in",
|
|
1126
|
+
"group": "output",
|
|
984
1127
|
"binding": {
|
|
985
|
-
"
|
|
986
|
-
"
|
|
1128
|
+
"name": "resultVariable",
|
|
1129
|
+
"type": "zeebe:property"
|
|
987
1130
|
},
|
|
988
|
-
"
|
|
1131
|
+
"type": "String"
|
|
989
1132
|
},
|
|
990
1133
|
{
|
|
1134
|
+
"id": "resultExpression",
|
|
991
1135
|
"label": "Result expression",
|
|
992
|
-
"
|
|
993
|
-
"group": "variable-mapping",
|
|
1136
|
+
"description": "Expression to map the response into process variables",
|
|
994
1137
|
"feel": "required",
|
|
995
|
-
"
|
|
1138
|
+
"group": "output",
|
|
996
1139
|
"binding": {
|
|
997
|
-
"
|
|
998
|
-
"
|
|
1140
|
+
"name": "resultExpression",
|
|
1141
|
+
"type": "zeebe:property"
|
|
999
1142
|
},
|
|
1000
|
-
"
|
|
1143
|
+
"type": "Text"
|
|
1001
1144
|
}
|
|
1002
1145
|
],
|
|
1003
1146
|
"icon": {
|
|
1004
|
-
"contents": "data:image/svg+xml
|
|
1147
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0MCA0MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0nMCUnIHkxPScxMDAlJyB4Mj0nMTAwJScgeTI9JzAlJyBpZD0nbGluZWFyR3JhZGllbnQtMSc+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNCMDA4NEQnIG9mZnNldD0nMCUnPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI0ZGNEY4Qicgb2Zmc2V0PScxMDAlJz48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMicgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnCiAgICAgICBmaWxsLXJ1bGU9J2V2ZW5vZGQnPgogICAgICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS1CRy8zMi9BcHBsaWNhdGlvbi1JbnRlZ3JhdGlvbicgZmlsbD0ndXJsKCNsaW5lYXJHcmFkaWVudC0xKSc+CiAgICAgICAgICAgIDxyZWN0IGlkPSdSZWN0YW5nbGUnIHg9JzAnIHk9JzAnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSdNMTQuMzQyMjA1MSwyMi4zNDkzNzg2IEwxNS44NDY2NzY3LDIwLjkwNjEwNzQgQzE1Ljk0MjgzNDcsMjAuODE0MTUzOSAxNS45OTY5MjM1LDIwLjY4NzIxOCAxNS45OTk5Mjg1LDIwLjU1NTI4NDYgQzE2LjAwMTkzMTcsMjAuNDIyMzUxNyAxNS45NTE4NDk1LDIwLjI5MzQxNjggMTUuODU5Njk4MSwyMC4xOTg0NjQ4IEwxNC4zNTUyMjY0LDE4LjY0MzI1MDIgTDEzLjYzNTA0MzMsMTkuMzM3ODk5NCBMMTQuMzExMTU0LDIwLjAzNzU0NiBMMTEuOTkxMzQyOSwyMC4wMzc1NDYgTDExLjk5MTM0MjksMjEuMDM3MDQxMyBMMTQuMjY1MDc4MywyMS4wMzcwNDEzIEwxMy42NDgwNjQ3LDIxLjYyODc0MjUgTDE0LjM0MjIwNTEsMjIuMzQ5Mzc4NiBaIE0yNi4zNTc5NDUyLDIyLjM1MzM3NjUgTDI3LjkwNzQ5MDksMjAuOTAwMTEwNCBDMjguMDA2NjUzOCwyMC44MDgxNTY5IDI4LjA2Mjc0NTksMjAuNjc5MjIyIDI4LjA2NDc0OTIsMjAuNTQ0MjkwMSBDMjguMDY2NzUyNSwyMC40MDkzNTgzIDI4LjAxMzY2NTMsMjAuMjc4NDI0NCAyNy45MTg1MDksMjAuMTgzNDcyNCBMMjYuMzY4OTYzMywxOC42MzcyNTMyIEwyNS42NjA3OTk5LDE5LjM0Mzg5NjMgTDI2LjM1NDk0MDMsMjAuMDM3NTQ2IEwyNC4wMTEwODk2LDIwLjAzNzU0NiBMMjQuMDExMDg5NiwyMS4wMzcwNDEzIEwyNi4yOTg4NDgxLDIxLjAzNzA0MTMgTDI1LjY3MTgxOCwyMS42MjQ3NDQ1IEwyNi4zNTc5NDUyLDIyLjM1MzM3NjUgWiBNMTcuNTg3NTM2NywyMy4zNjA4Njc4IEMxOC4zMzg3NzA4LDIzLjA1NzAyMTIgMTkuMTYyMTIzNSwyMi44OTQxMDM1IDIwLjAwNDUwNzQsMjIuODk0MTAzNSBDMjAuODQ2ODkxMywyMi44OTQxMDM1IDIxLjY3MDI0NCwyMy4wNTcwMjEyIDIyLjQyMTQ3ODEsMjMuMzYwODY3OCBDMjEuNzUyMzc4OSwyMS41ODk3NjIyIDIxLjc1MjM3ODksMTkuMzg5ODczMSAyMi40MjE0NzgxLDE3LjYxODc2NzUgQzIwLjkxOTAwOTgsMTguMjI2NDYwNiAxOS4wOTAwMDUsMTguMjI2NDYwNiAxNy41ODc1MzY3LDE3LjYxODc2NzUgQzE4LjI1NjYzNTksMTkuMzg5ODczMSAxOC4yNTY2MzU5LDIxLjU4OTc2MjIgMTcuNTg3NTM2NywyMy4zNjA4Njc4IEwxNy41ODc1MzY3LDIzLjM2MDg2NzggWiBNMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IEMxNS41NDYxODMsMjUuMjQzOTE2OCAxNS40OTcxMDI0LDI1LjExNTk4MTQgMTUuNDk3MTAyNCwyNC45ODgwNDYgQzE1LjQ5NzEwMjQsMjQuODYwMTEwNiAxNS41NDYxODMsMjQuNzMyMTc1MyAxNS42NDQzNDQzLDI0LjYzNDIyNDcgQzE3LjU4NDUzMTcsMjIuNjk4MjAyNCAxNy41ODQ1MzE3LDE4LjI4MjQzMjQgMTUuNjQ0MzQ0MywxNi4zNDU0MTA2IEMxNS41NDYxODMsMTYuMjQ4NDU5NSAxNS40OTcxMDI0LDE2LjEyMDUyNDEgMTUuNDk3MTAyNCwxNS45OTI1OTEyIEMxNS40OTcxMDI0LDE1Ljg2NDY1MzQgMTUuNTQ2MTgzLDE1LjczNjcxOCAxNS42NDQzNDQzLDE1LjYzODc2NzQgQzE1LjgzOTY2NTIsMTUuNDQzODY1OSAxNi4xNTcxODY4LDE1LjQ0Mzg2NTkgMTYuMzUyNTA3NywxNS42Mzg3Njc0IEMxNy4yNzQwMjE2LDE2LjU1ODMwMzEgMTguNjA1MjA4NiwxNy4wODYwMzY2IDIwLjAwNDUwNzQsMTcuMDg2MDM2NiBDMjEuNDA0ODA3OSwxNy4wODYwMzY2IDIyLjczNTk5NDgsMTYuNTU4MzAzMSAyMy42NTc1MDg4LDE1LjYzODc2NzQgQzIzLjg1MjgyOTYsMTUuNDQzODY1OSAyNC4xNzAzNTEzLDE1LjQ0Mzg2NTkgMjQuMzY1NjcyMiwxNS42Mzg3Njc0IEMyNC40NjI4MzE4LDE1LjczNjcxOCAyNC41MTE5MTI0LDE1Ljg2NDY1MzQgMjQuNTExOTEyNCwxNS45OTI1OTEyIEMyNC41MTE5MTI0LDE2LjEyMDUyNDEgMjQuNDYyODMxOCwxNi4yNDg0NTk1IDI0LjM2NTY3MjIsMTYuMzQ1NDEwNiBDMjIuNDI0NDgzMSwxOC4yODI0MzI0IDIyLjQyNDQ4MzEsMjIuNjk4MjAyNCAyNC4zNjU2NzIyLDI0LjYzNDIyNDcgQzI0LjQ2MjgzMTgsMjQuNzMyMTc1MyAyNC41MTE5MTI0LDI0Ljg2MDExMDYgMjQuNTExOTEyNCwyNC45ODgwNDYgQzI0LjUxMTkxMjQsMjUuMTE1OTgxNCAyNC40NjI4MzE4LDI1LjI0MzkxNjggMjQuMzY1NjcyMiwyNS4zNDA4Njc5IEMyNC4yNjc1MTA5LDI1LjQzODgxODQgMjQuMTM5MzAwMywyNS40ODc3OTM3IDI0LjAxMTA4OTYsMjUuNDg3NzkzNyBDMjMuODgyODc5LDI1LjQ4Nzc5MzcgMjMuNzU0NjY4NCwyNS40Mzg4MTg0IDIzLjY1NzUwODgsMjUuMzQwODY3OSBDMjIuNzM1OTk0OCwyNC40MjEzMzIyIDIxLjQwNDgwNzksMjMuODkzNTk4NyAyMC4wMDQ1MDc0LDIzLjg5MzU5ODcgQzE4LjYwNTIwODYsMjMuODkzNTk4NyAxNy4yNzQwMjE2LDI0LjQyMTMzMjIgMTYuMzUyNTA3NywyNS4zNDA4Njc5IEMxNi4xNTcxODY4LDI1LjUzNTc2OTQgMTUuODM5NjY1MiwyNS41MzU3Njk0IDE1LjY0NDM0NDMsMjUuMzQwODY3OSBMMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IFogTTMyLjU0MjEwNDksMTkuNDM1ODQ5OSBDMzIuMjM2NjAzLDE5LjEzMjAwMzMgMzEuODM2OTQ2NCwxOC45ODAwODAxIDMxLjQzNjI4ODIsMTguOTgwMDgwMSBDMzEuMDM2NjMxNiwxOC45ODAwODAxIDMwLjYzNjk3NSwxOS4xMzIwMDMzIDMwLjMzMTQ3MzEsMTkuNDM1ODQ5OSBDMjkuNzIxNDcxLDIwLjA0NDU0MjUgMjkuNzIxNDcxLDIxLjAzNDA0MjggMzAuMzMxNDczMSwyMS42NDE3MzU5IEMzMC45NDE0NzUzLDIyLjI1MDQyODUgMzEuOTMyMTAyNywyMi4yNTA0Mjg1IDMyLjU0MjEwNDksMjEuNjQxNzM1OSBDMzMuMTUxMTA1NCwyMS4wMzQwNDI4IDMzLjE1MTEwNTQsMjAuMDQ0NTQyNSAzMi41NDIxMDQ5LDE5LjQzNTg0OTkgTDMyLjU0MjEwNDksMTkuNDM1ODQ5OSBaIE0zMy4yNTAyNjgzLDIyLjM0OTM3ODYgQzMyLjc1MDQ0NzIsMjIuODQ4MTI2NyAzMi4wOTMzNjc3LDIzLjA5ODAwMDUgMzEuNDM2Mjg4MiwyMy4wOTgwMDA1IEMzMC43ODAyMTAzLDIzLjA5ODAwMDUgMzAuMTIzMTMwOSwyMi44NDgxMjY3IDI5LjYyMzMwOTcsMjIuMzQ5Mzc4NiBDMjguNjIzNjY3NSwyMS4zNTA4ODI4IDI4LjYyMzY2NzUsMTkuNzI3NzAyNSAyOS42MjMzMDk3LDE4LjcyOTIwNjggQzMwLjYyMjk1MiwxNy43MzE3MTA1IDMyLjI1MDYyNiwxNy43MzE3MTA1IDMzLjI1MDI2ODMsMTguNzI5MjA2OCBDMzQuMjQ5OTEwNiwxOS43Mjc3MDI1IDM0LjI0OTkxMDYsMjEuMzUwODgyOCAzMy4yNTAyNjgzLDIyLjM0OTM3ODYgTDMzLjI1MDI2ODMsMjIuMzQ5Mzc4NiBaIE05LjY2ODUyNjg3LDE5LjQ0Njg0NDMgQzkuMzYzMDI0OTcsMTkuMTQyOTk3OCA4Ljk2MzM2ODM5LDE4Ljk5MTA3NDUgOC41NjI3MTAxNywxOC45OTEwNzQ1IEM4LjE2MzA1MzU5LDE4Ljk5MTA3NDUgNy43NjMzOTcwMSwxOS4xNDI5OTc4IDcuNDU3ODk1MTEsMTkuNDQ2ODQ0MyBDNi44NDg4OTQ2MSwyMC4wNTU1MzcgNi44NDg4OTQ2MSwyMS4wNDUwMzczIDcuNDU3ODk1MTEsMjEuNjUyNzMwNCBDOC4wNjc4OTcyNiwyMi4yNjE0MjMgOS4wNTg1MjQ3MiwyMi4yNjE0MjMgOS42Njg1MjY4NywyMS42NTI3MzA0IEMxMC4yNzc1Mjc0LDIxLjA0NTAzNzMgMTAuMjc3NTI3NCwyMC4wNTU1MzcgOS42Njg1MjY4NywxOS40NDY4NDQzIEw5LjY2ODUyNjg3LDE5LjQ0Njg0NDMgWiBNMTAuMzc2NjkwMywyMi4zNTkzNzM1IEM5Ljg3Njg2OTE0LDIyLjg1ODEyMTcgOS4yMTk3ODk2NSwyMy4xMDc5OTU1IDguNTYyNzEwMTcsMjMuMTA3OTk1NSBDNy45MDY2MzIzMiwyMy4xMDc5OTU1IDcuMjQ5NTUyODQsMjIuODU4MTIxNyA2Ljc0OTczMTcsMjIuMzU5MzczNSBDNS43NTAwODk0MywyMS4zNjE4NzczIDUuNzUwMDg5NDMsMTkuNzM4Njk3IDYuNzQ5NzMxNywxOC43NDAyMDEyIEM3Ljc0OTM3Mzk3LDE3Ljc0MjcwNDkgOS4zNzcwNDgwMSwxNy43NDI3MDQ5IDEwLjM3NjY5MDMsMTguNzQwMjAxMiBDMTEuMzc2MzMyNSwxOS43Mzg2OTcgMTEuMzc2MzMyNSwyMS4zNjE4NzczIDEwLjM3NjY5MDMsMjIuMzU5MzczNSBMMTAuMzc2NjkwMywyMi4zNTkzNzM1IFogTTI3LjQzMzcxMjUsMjguOTEwMDY1NCBDMjUuNDM2NDMxMywzMC45MDMwNTkgMjIuNzgyMDcwNSwzMi4wMDA1MDQ3IDE5Ljk1NzQzMDEsMzIuMDAwNTA0NyBDMTcuMTMyNzg5NiwzMi4wMDA1MDQ3IDE0LjQ3ODQyODgsMzAuOTAzMDU5IDEyLjQ4MjE0OTIsMjguOTEwMDY1NCBDMTEuMTY1OTg3LDI3LjU5NzcyODEgMTAuNDA3NzQxMywyNi40NjkyOTggOS45NDQ5ODEwNCwyNS4xMzU5NzEzIEw4Ljk5ODQyNTk5LDI1LjQ2MjgwNjMgQzkuNTA3MjYxOTMsMjYuOTI5MDY1OCAxMC4zNjI2NjcyLDI4LjIxMDQxODcgMTEuNzczOTg1OCwyOS42MTY3MDg2IEMxMy45NTg1NzQ4LDMxLjc5ODYwNjcgMTYuODY2MzUxOSwzMyAxOS45NTc0MzAxLDMzIEMyMy4wNDk1MDk5LDMzIDI1Ljk1NjI4NTMsMzEuNzk4NjA2NyAyOC4xNDE4NzU5LDI5LjYxNjcwODYgQzI5LjI4Mjc1MDIsMjguNDc4MjgzNSAzMC40MjA2MTk2LDI3LjE4NjkzNTYgMzEuMDExNTkwNSwyNS40NjA4MDczIEwzMC4wNjQwMzM4LDI1LjEzNzk3MDMgQzI5LjUzOTE3MTUsMjYuNjcwMTk2NiAyOC40ODk0NDY5LDI3Ljg1NjU5NzQgMjcuNDMzNzEyNSwyOC45MTAwNjU0IEwyNy40MzM3MTI1LDI4LjkxMDA2NTQgWiBNOS45NDQ5ODEwNCwxNS44NTk2NTU5IEw4Ljk5ODQyNTk5LDE1LjUzMTgyMTQgQzkuNTEwMjY2ODcsMTQuMDY0NTYyNCAxMC4zNjU2NzIyLDEyLjc4MzIwOTUgMTEuNzc1OTg5MSwxMS4zNzU5MjAyIEMxNi4yODYzOTkxLDYuODc1MTkzMDQgMjMuNjI2NDU3OCw2Ljg3NDE5MzU0IDI4LjEzNzg2OTQsMTEuMzc1OTIwMiBDMjkuMjE4NjQ0OSwxMi40NTMzNzYxIDMwLjQwMzU5MTYsMTMuNzg5NzAxMiAzMS4wMTE1OTA1LDE1LjUzMTgyMTQgTDMwLjA2NDAzMzgsMTUuODU5NjU1OSBDMjkuNTI0MTQ2OCwxNC4zMDk0Mzg3IDI4LjQyOTM0ODIsMTMuMDgwMDU5NiAyNy40Mjk3MDU5LDEyLjA4MjU2MzMgQzI1LjQzNDQyOCwxMC4wOTE1Njg4IDIyLjc4MTA2ODksOC45OTYxMjE5NyAxOS45NTc0MzAxLDguOTk2MTIxOTcgQzE3LjEzMzc5MTIsOC45OTYxMjE5NyAxNC40ODA0MzIxLDEwLjA5MTU2ODggMTIuNDg1MTU0MiwxMi4wODI1NjMzIEMxMS4xODcwMjE1LDEzLjM3NzkwOTIgMTAuNDAzNzM0NywxNC41NDIzMjExIDkuOTQ0OTgxMDQsMTUuODU5NjU1OSBMOS45NDQ5ODEwNCwxNS44NTk2NTU5IFonCiAgICAgICAgICAgICAgaWQ9J0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV9JY29uXzMyX1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
1005
1148
|
},
|
|
1006
1149
|
"engines": {
|
|
1007
|
-
"camunda": "^8.
|
|
1150
|
+
"camunda": "^8.5"
|
|
1008
1151
|
}
|
|
1009
1152
|
},
|
|
1010
1153
|
{
|
|
1011
1154
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1012
1155
|
"name": "Amazon SQS Intermediate Message Catch Event connector",
|
|
1013
1156
|
"id": "io.camunda.connectors.AWSSQS.intermediate.v1",
|
|
1014
|
-
"description": "Receive
|
|
1157
|
+
"description": "Receive messages from Amazon SQS.",
|
|
1158
|
+
"keywords": [
|
|
1159
|
+
"receive message",
|
|
1160
|
+
"receive event",
|
|
1161
|
+
"receive message from queue",
|
|
1162
|
+
"receive event from queue",
|
|
1163
|
+
"event driven",
|
|
1164
|
+
"queue",
|
|
1165
|
+
"dequeue"
|
|
1166
|
+
],
|
|
1015
1167
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
|
|
1016
|
-
"version":
|
|
1168
|
+
"version": 10,
|
|
1017
1169
|
"category": {
|
|
1018
1170
|
"id": "connectors",
|
|
1019
1171
|
"name": "Connectors"
|
|
@@ -1023,6 +1175,9 @@
|
|
|
1023
1175
|
"value": "bpmn:IntermediateCatchEvent",
|
|
1024
1176
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
1025
1177
|
},
|
|
1178
|
+
"engines": {
|
|
1179
|
+
"camunda": "^8.3"
|
|
1180
|
+
},
|
|
1026
1181
|
"groups": [
|
|
1027
1182
|
{
|
|
1028
1183
|
"id": "authentication",
|
|
@@ -1097,7 +1252,6 @@
|
|
|
1097
1252
|
{
|
|
1098
1253
|
"id": "authentication.accessKey",
|
|
1099
1254
|
"label": "Access key",
|
|
1100
|
-
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
1101
1255
|
"optional": false,
|
|
1102
1256
|
"constraints": {
|
|
1103
1257
|
"notEmpty": true
|
|
@@ -1112,12 +1266,12 @@
|
|
|
1112
1266
|
"equals": "credentials",
|
|
1113
1267
|
"type": "simple"
|
|
1114
1268
|
},
|
|
1269
|
+
"tooltip": "IAM access key of a user with the necessary permissions for this connector",
|
|
1115
1270
|
"type": "String"
|
|
1116
1271
|
},
|
|
1117
1272
|
{
|
|
1118
1273
|
"id": "authentication.secretKey",
|
|
1119
1274
|
"label": "Secret key",
|
|
1120
|
-
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
1121
1275
|
"optional": false,
|
|
1122
1276
|
"constraints": {
|
|
1123
1277
|
"notEmpty": true
|
|
@@ -1132,12 +1286,12 @@
|
|
|
1132
1286
|
"equals": "credentials",
|
|
1133
1287
|
"type": "simple"
|
|
1134
1288
|
},
|
|
1289
|
+
"tooltip": "IAM secret key of a user with the necessary permissions for this connector",
|
|
1135
1290
|
"type": "String"
|
|
1136
1291
|
},
|
|
1137
1292
|
{
|
|
1138
1293
|
"id": "configuration.region",
|
|
1139
1294
|
"label": "Region",
|
|
1140
|
-
"description": "Specify the AWS region",
|
|
1141
1295
|
"optional": false,
|
|
1142
1296
|
"constraints": {
|
|
1143
1297
|
"notEmpty": true
|
|
@@ -1164,7 +1318,6 @@
|
|
|
1164
1318
|
{
|
|
1165
1319
|
"id": "queue.queue.url",
|
|
1166
1320
|
"label": "Queue URL",
|
|
1167
|
-
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
1168
1321
|
"optional": false,
|
|
1169
1322
|
"constraints": {
|
|
1170
1323
|
"notEmpty": true
|
|
@@ -1174,12 +1327,12 @@
|
|
|
1174
1327
|
"name": "queue.url",
|
|
1175
1328
|
"type": "zeebe:property"
|
|
1176
1329
|
},
|
|
1330
|
+
"tooltip": "URL of the SQS queue to subscribe to.",
|
|
1177
1331
|
"type": "String"
|
|
1178
1332
|
},
|
|
1179
1333
|
{
|
|
1180
1334
|
"id": "queue.queue.pollingWaitTime",
|
|
1181
1335
|
"label": "Polling wait time",
|
|
1182
|
-
"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",
|
|
1183
1336
|
"optional": false,
|
|
1184
1337
|
"value": "20",
|
|
1185
1338
|
"constraints": {
|
|
@@ -1193,12 +1346,12 @@
|
|
|
1193
1346
|
"name": "queue.pollingWaitTime",
|
|
1194
1347
|
"type": "zeebe:property"
|
|
1195
1348
|
},
|
|
1349
|
+
"tooltip": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">Amazon SQS connector guide</a>. A value of 0 is automatically overridden to 1.",
|
|
1196
1350
|
"type": "String"
|
|
1197
1351
|
},
|
|
1198
1352
|
{
|
|
1199
1353
|
"id": "queue.queue.attributeNames",
|
|
1200
1354
|
"label": "Attribute names",
|
|
1201
|
-
"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",
|
|
1202
1355
|
"optional": false,
|
|
1203
1356
|
"feel": "optional",
|
|
1204
1357
|
"group": "input",
|
|
@@ -1206,12 +1359,12 @@
|
|
|
1206
1359
|
"name": "queue.attributeNames",
|
|
1207
1360
|
"type": "zeebe:property"
|
|
1208
1361
|
},
|
|
1362
|
+
"tooltip": "Array of queue attribute names. See the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">Amazon SQS connector guide</a>.",
|
|
1209
1363
|
"type": "String"
|
|
1210
1364
|
},
|
|
1211
1365
|
{
|
|
1212
1366
|
"id": "queue.queue.messageAttributeNames",
|
|
1213
1367
|
"label": "Message attribute names",
|
|
1214
|
-
"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",
|
|
1215
1368
|
"optional": false,
|
|
1216
1369
|
"feel": "optional",
|
|
1217
1370
|
"group": "input",
|
|
@@ -1219,6 +1372,7 @@
|
|
|
1219
1372
|
"name": "queue.messageAttributeNames",
|
|
1220
1373
|
"type": "zeebe:property"
|
|
1221
1374
|
},
|
|
1375
|
+
"tooltip": "Array of message attribute names. See the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">Amazon SQS connector guide</a>.",
|
|
1222
1376
|
"type": "String"
|
|
1223
1377
|
},
|
|
1224
1378
|
{
|
|
@@ -1302,118 +1456,350 @@
|
|
|
1302
1456
|
}
|
|
1303
1457
|
},
|
|
1304
1458
|
"feel": "optional",
|
|
1305
|
-
"group": "correlation",
|
|
1459
|
+
"group": "correlation",
|
|
1460
|
+
"binding": {
|
|
1461
|
+
"name": "messageTtl",
|
|
1462
|
+
"type": "zeebe:property"
|
|
1463
|
+
},
|
|
1464
|
+
"type": "String"
|
|
1465
|
+
},
|
|
1466
|
+
{
|
|
1467
|
+
"id": "messageNameUuid",
|
|
1468
|
+
"label": "Message name",
|
|
1469
|
+
"generatedValue": {
|
|
1470
|
+
"type": "uuid"
|
|
1471
|
+
},
|
|
1472
|
+
"feel": "optional",
|
|
1473
|
+
"group": "correlation",
|
|
1474
|
+
"binding": {
|
|
1475
|
+
"name": "name",
|
|
1476
|
+
"type": "bpmn:Message#property"
|
|
1477
|
+
},
|
|
1478
|
+
"tooltip": "By default, this is an auto-generated random UUID. We recommend using a unique message name for each connector element in the diagram. Override to set a custom message name. Learn more about <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-subscriptions\">message subscriptions</a> that power inbound connectors.",
|
|
1479
|
+
"type": "String"
|
|
1480
|
+
},
|
|
1481
|
+
{
|
|
1482
|
+
"id": "deduplicationModeManualFlag",
|
|
1483
|
+
"label": "Manual mode",
|
|
1484
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1485
|
+
"value": false,
|
|
1486
|
+
"group": "deduplication",
|
|
1487
|
+
"binding": {
|
|
1488
|
+
"name": "deduplicationModeManualFlag",
|
|
1489
|
+
"type": "zeebe:property"
|
|
1490
|
+
},
|
|
1491
|
+
"type": "Boolean"
|
|
1492
|
+
},
|
|
1493
|
+
{
|
|
1494
|
+
"id": "deduplicationId",
|
|
1495
|
+
"label": "Deduplication ID",
|
|
1496
|
+
"constraints": {
|
|
1497
|
+
"notEmpty": true,
|
|
1498
|
+
"pattern": {
|
|
1499
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
1500
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1501
|
+
}
|
|
1502
|
+
},
|
|
1503
|
+
"group": "deduplication",
|
|
1504
|
+
"binding": {
|
|
1505
|
+
"name": "deduplicationId",
|
|
1506
|
+
"type": "zeebe:property"
|
|
1507
|
+
},
|
|
1508
|
+
"condition": {
|
|
1509
|
+
"property": "deduplicationModeManualFlag",
|
|
1510
|
+
"equals": true,
|
|
1511
|
+
"type": "simple"
|
|
1512
|
+
},
|
|
1513
|
+
"type": "String"
|
|
1514
|
+
},
|
|
1515
|
+
{
|
|
1516
|
+
"id": "deduplicationModeManual",
|
|
1517
|
+
"value": "MANUAL",
|
|
1518
|
+
"group": "deduplication",
|
|
1519
|
+
"binding": {
|
|
1520
|
+
"name": "deduplicationMode",
|
|
1521
|
+
"type": "zeebe:property"
|
|
1522
|
+
},
|
|
1523
|
+
"condition": {
|
|
1524
|
+
"property": "deduplicationId",
|
|
1525
|
+
"isActive": true,
|
|
1526
|
+
"type": "simple"
|
|
1527
|
+
},
|
|
1528
|
+
"type": "Hidden"
|
|
1529
|
+
},
|
|
1530
|
+
{
|
|
1531
|
+
"id": "deduplicationModeAuto",
|
|
1532
|
+
"value": "AUTO",
|
|
1533
|
+
"group": "deduplication",
|
|
1534
|
+
"binding": {
|
|
1535
|
+
"name": "deduplicationMode",
|
|
1536
|
+
"type": "zeebe:property"
|
|
1537
|
+
},
|
|
1538
|
+
"condition": {
|
|
1539
|
+
"property": "deduplicationId",
|
|
1540
|
+
"isActive": false,
|
|
1541
|
+
"type": "simple"
|
|
1542
|
+
},
|
|
1543
|
+
"type": "Hidden"
|
|
1544
|
+
},
|
|
1545
|
+
{
|
|
1546
|
+
"id": "resultVariable",
|
|
1547
|
+
"label": "Result variable",
|
|
1548
|
+
"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>.",
|
|
1549
|
+
"group": "output",
|
|
1550
|
+
"binding": {
|
|
1551
|
+
"name": "resultVariable",
|
|
1552
|
+
"type": "zeebe:property"
|
|
1553
|
+
},
|
|
1554
|
+
"type": "String"
|
|
1555
|
+
},
|
|
1556
|
+
{
|
|
1557
|
+
"id": "resultExpression",
|
|
1558
|
+
"label": "Result expression",
|
|
1559
|
+
"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>.",
|
|
1560
|
+
"feel": "required",
|
|
1561
|
+
"group": "output",
|
|
1562
|
+
"binding": {
|
|
1563
|
+
"name": "resultExpression",
|
|
1564
|
+
"type": "zeebe:property"
|
|
1565
|
+
},
|
|
1566
|
+
"type": "Text"
|
|
1567
|
+
}
|
|
1568
|
+
],
|
|
1569
|
+
"icon": {
|
|
1570
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0MCA0MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0nMCUnIHkxPScxMDAlJyB4Mj0nMTAwJScgeTI9JzAlJyBpZD0nbGluZWFyR3JhZGllbnQtMSc+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNCMDA4NEQnIG9mZnNldD0nMCUnPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI0ZGNEY4Qicgb2Zmc2V0PScxMDAlJz48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMicgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnCiAgICAgICBmaWxsLXJ1bGU9J2V2ZW5vZGQnPgogICAgICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS1CRy8zMi9BcHBsaWNhdGlvbi1JbnRlZ3JhdGlvbicgZmlsbD0ndXJsKCNsaW5lYXJHcmFkaWVudC0xKSc+CiAgICAgICAgICAgIDxyZWN0IGlkPSdSZWN0YW5nbGUnIHg9JzAnIHk9JzAnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSdNMTQuMzQyMjA1MSwyMi4zNDkzNzg2IEwxNS44NDY2NzY3LDIwLjkwNjEwNzQgQzE1Ljk0MjgzNDcsMjAuODE0MTUzOSAxNS45OTY5MjM1LDIwLjY4NzIxOCAxNS45OTk5Mjg1LDIwLjU1NTI4NDYgQzE2LjAwMTkzMTcsMjAuNDIyMzUxNyAxNS45NTE4NDk1LDIwLjI5MzQxNjggMTUuODU5Njk4MSwyMC4xOTg0NjQ4IEwxNC4zNTUyMjY0LDE4LjY0MzI1MDIgTDEzLjYzNTA0MzMsMTkuMzM3ODk5NCBMMTQuMzExMTU0LDIwLjAzNzU0NiBMMTEuOTkxMzQyOSwyMC4wMzc1NDYgTDExLjk5MTM0MjksMjEuMDM3MDQxMyBMMTQuMjY1MDc4MywyMS4wMzcwNDEzIEwxMy42NDgwNjQ3LDIxLjYyODc0MjUgTDE0LjM0MjIwNTEsMjIuMzQ5Mzc4NiBaIE0yNi4zNTc5NDUyLDIyLjM1MzM3NjUgTDI3LjkwNzQ5MDksMjAuOTAwMTEwNCBDMjguMDA2NjUzOCwyMC44MDgxNTY5IDI4LjA2Mjc0NTksMjAuNjc5MjIyIDI4LjA2NDc0OTIsMjAuNTQ0MjkwMSBDMjguMDY2NzUyNSwyMC40MDkzNTgzIDI4LjAxMzY2NTMsMjAuMjc4NDI0NCAyNy45MTg1MDksMjAuMTgzNDcyNCBMMjYuMzY4OTYzMywxOC42MzcyNTMyIEwyNS42NjA3OTk5LDE5LjM0Mzg5NjMgTDI2LjM1NDk0MDMsMjAuMDM3NTQ2IEwyNC4wMTEwODk2LDIwLjAzNzU0NiBMMjQuMDExMDg5NiwyMS4wMzcwNDEzIEwyNi4yOTg4NDgxLDIxLjAzNzA0MTMgTDI1LjY3MTgxOCwyMS42MjQ3NDQ1IEwyNi4zNTc5NDUyLDIyLjM1MzM3NjUgWiBNMTcuNTg3NTM2NywyMy4zNjA4Njc4IEMxOC4zMzg3NzA4LDIzLjA1NzAyMTIgMTkuMTYyMTIzNSwyMi44OTQxMDM1IDIwLjAwNDUwNzQsMjIuODk0MTAzNSBDMjAuODQ2ODkxMywyMi44OTQxMDM1IDIxLjY3MDI0NCwyMy4wNTcwMjEyIDIyLjQyMTQ3ODEsMjMuMzYwODY3OCBDMjEuNzUyMzc4OSwyMS41ODk3NjIyIDIxLjc1MjM3ODksMTkuMzg5ODczMSAyMi40MjE0NzgxLDE3LjYxODc2NzUgQzIwLjkxOTAwOTgsMTguMjI2NDYwNiAxOS4wOTAwMDUsMTguMjI2NDYwNiAxNy41ODc1MzY3LDE3LjYxODc2NzUgQzE4LjI1NjYzNTksMTkuMzg5ODczMSAxOC4yNTY2MzU5LDIxLjU4OTc2MjIgMTcuNTg3NTM2NywyMy4zNjA4Njc4IEwxNy41ODc1MzY3LDIzLjM2MDg2NzggWiBNMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IEMxNS41NDYxODMsMjUuMjQzOTE2OCAxNS40OTcxMDI0LDI1LjExNTk4MTQgMTUuNDk3MTAyNCwyNC45ODgwNDYgQzE1LjQ5NzEwMjQsMjQuODYwMTEwNiAxNS41NDYxODMsMjQuNzMyMTc1MyAxNS42NDQzNDQzLDI0LjYzNDIyNDcgQzE3LjU4NDUzMTcsMjIuNjk4MjAyNCAxNy41ODQ1MzE3LDE4LjI4MjQzMjQgMTUuNjQ0MzQ0MywxNi4zNDU0MTA2IEMxNS41NDYxODMsMTYuMjQ4NDU5NSAxNS40OTcxMDI0LDE2LjEyMDUyNDEgMTUuNDk3MTAyNCwxNS45OTI1OTEyIEMxNS40OTcxMDI0LDE1Ljg2NDY1MzQgMTUuNTQ2MTgzLDE1LjczNjcxOCAxNS42NDQzNDQzLDE1LjYzODc2NzQgQzE1LjgzOTY2NTIsMTUuNDQzODY1OSAxNi4xNTcxODY4LDE1LjQ0Mzg2NTkgMTYuMzUyNTA3NywxNS42Mzg3Njc0IEMxNy4yNzQwMjE2LDE2LjU1ODMwMzEgMTguNjA1MjA4NiwxNy4wODYwMzY2IDIwLjAwNDUwNzQsMTcuMDg2MDM2NiBDMjEuNDA0ODA3OSwxNy4wODYwMzY2IDIyLjczNTk5NDgsMTYuNTU4MzAzMSAyMy42NTc1MDg4LDE1LjYzODc2NzQgQzIzLjg1MjgyOTYsMTUuNDQzODY1OSAyNC4xNzAzNTEzLDE1LjQ0Mzg2NTkgMjQuMzY1NjcyMiwxNS42Mzg3Njc0IEMyNC40NjI4MzE4LDE1LjczNjcxOCAyNC41MTE5MTI0LDE1Ljg2NDY1MzQgMjQuNTExOTEyNCwxNS45OTI1OTEyIEMyNC41MTE5MTI0LDE2LjEyMDUyNDEgMjQuNDYyODMxOCwxNi4yNDg0NTk1IDI0LjM2NTY3MjIsMTYuMzQ1NDEwNiBDMjIuNDI0NDgzMSwxOC4yODI0MzI0IDIyLjQyNDQ4MzEsMjIuNjk4MjAyNCAyNC4zNjU2NzIyLDI0LjYzNDIyNDcgQzI0LjQ2MjgzMTgsMjQuNzMyMTc1MyAyNC41MTE5MTI0LDI0Ljg2MDExMDYgMjQuNTExOTEyNCwyNC45ODgwNDYgQzI0LjUxMTkxMjQsMjUuMTE1OTgxNCAyNC40NjI4MzE4LDI1LjI0MzkxNjggMjQuMzY1NjcyMiwyNS4zNDA4Njc5IEMyNC4yNjc1MTA5LDI1LjQzODgxODQgMjQuMTM5MzAwMywyNS40ODc3OTM3IDI0LjAxMTA4OTYsMjUuNDg3NzkzNyBDMjMuODgyODc5LDI1LjQ4Nzc5MzcgMjMuNzU0NjY4NCwyNS40Mzg4MTg0IDIzLjY1NzUwODgsMjUuMzQwODY3OSBDMjIuNzM1OTk0OCwyNC40MjEzMzIyIDIxLjQwNDgwNzksMjMuODkzNTk4NyAyMC4wMDQ1MDc0LDIzLjg5MzU5ODcgQzE4LjYwNTIwODYsMjMuODkzNTk4NyAxNy4yNzQwMjE2LDI0LjQyMTMzMjIgMTYuMzUyNTA3NywyNS4zNDA4Njc5IEMxNi4xNTcxODY4LDI1LjUzNTc2OTQgMTUuODM5NjY1MiwyNS41MzU3Njk0IDE1LjY0NDM0NDMsMjUuMzQwODY3OSBMMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IFogTTMyLjU0MjEwNDksMTkuNDM1ODQ5OSBDMzIuMjM2NjAzLDE5LjEzMjAwMzMgMzEuODM2OTQ2NCwxOC45ODAwODAxIDMxLjQzNjI4ODIsMTguOTgwMDgwMSBDMzEuMDM2NjMxNiwxOC45ODAwODAxIDMwLjYzNjk3NSwxOS4xMzIwMDMzIDMwLjMzMTQ3MzEsMTkuNDM1ODQ5OSBDMjkuNzIxNDcxLDIwLjA0NDU0MjUgMjkuNzIxNDcxLDIxLjAzNDA0MjggMzAuMzMxNDczMSwyMS42NDE3MzU5IEMzMC45NDE0NzUzLDIyLjI1MDQyODUgMzEuOTMyMTAyNywyMi4yNTA0Mjg1IDMyLjU0MjEwNDksMjEuNjQxNzM1OSBDMzMuMTUxMTA1NCwyMS4wMzQwNDI4IDMzLjE1MTEwNTQsMjAuMDQ0NTQyNSAzMi41NDIxMDQ5LDE5LjQzNTg0OTkgTDMyLjU0MjEwNDksMTkuNDM1ODQ5OSBaIE0zMy4yNTAyNjgzLDIyLjM0OTM3ODYgQzMyLjc1MDQ0NzIsMjIuODQ4MTI2NyAzMi4wOTMzNjc3LDIzLjA5ODAwMDUgMzEuNDM2Mjg4MiwyMy4wOTgwMDA1IEMzMC43ODAyMTAzLDIzLjA5ODAwMDUgMzAuMTIzMTMwOSwyMi44NDgxMjY3IDI5LjYyMzMwOTcsMjIuMzQ5Mzc4NiBDMjguNjIzNjY3NSwyMS4zNTA4ODI4IDI4LjYyMzY2NzUsMTkuNzI3NzAyNSAyOS42MjMzMDk3LDE4LjcyOTIwNjggQzMwLjYyMjk1MiwxNy43MzE3MTA1IDMyLjI1MDYyNiwxNy43MzE3MTA1IDMzLjI1MDI2ODMsMTguNzI5MjA2OCBDMzQuMjQ5OTEwNiwxOS43Mjc3MDI1IDM0LjI0OTkxMDYsMjEuMzUwODgyOCAzMy4yNTAyNjgzLDIyLjM0OTM3ODYgTDMzLjI1MDI2ODMsMjIuMzQ5Mzc4NiBaIE05LjY2ODUyNjg3LDE5LjQ0Njg0NDMgQzkuMzYzMDI0OTcsMTkuMTQyOTk3OCA4Ljk2MzM2ODM5LDE4Ljk5MTA3NDUgOC41NjI3MTAxNywxOC45OTEwNzQ1IEM4LjE2MzA1MzU5LDE4Ljk5MTA3NDUgNy43NjMzOTcwMSwxOS4xNDI5OTc4IDcuNDU3ODk1MTEsMTkuNDQ2ODQ0MyBDNi44NDg4OTQ2MSwyMC4wNTU1MzcgNi44NDg4OTQ2MSwyMS4wNDUwMzczIDcuNDU3ODk1MTEsMjEuNjUyNzMwNCBDOC4wNjc4OTcyNiwyMi4yNjE0MjMgOS4wNTg1MjQ3MiwyMi4yNjE0MjMgOS42Njg1MjY4NywyMS42NTI3MzA0IEMxMC4yNzc1Mjc0LDIxLjA0NTAzNzMgMTAuMjc3NTI3NCwyMC4wNTU1MzcgOS42Njg1MjY4NywxOS40NDY4NDQzIEw5LjY2ODUyNjg3LDE5LjQ0Njg0NDMgWiBNMTAuMzc2NjkwMywyMi4zNTkzNzM1IEM5Ljg3Njg2OTE0LDIyLjg1ODEyMTcgOS4yMTk3ODk2NSwyMy4xMDc5OTU1IDguNTYyNzEwMTcsMjMuMTA3OTk1NSBDNy45MDY2MzIzMiwyMy4xMDc5OTU1IDcuMjQ5NTUyODQsMjIuODU4MTIxNyA2Ljc0OTczMTcsMjIuMzU5MzczNSBDNS43NTAwODk0MywyMS4zNjE4NzczIDUuNzUwMDg5NDMsMTkuNzM4Njk3IDYuNzQ5NzMxNywxOC43NDAyMDEyIEM3Ljc0OTM3Mzk3LDE3Ljc0MjcwNDkgOS4zNzcwNDgwMSwxNy43NDI3MDQ5IDEwLjM3NjY5MDMsMTguNzQwMjAxMiBDMTEuMzc2MzMyNSwxOS43Mzg2OTcgMTEuMzc2MzMyNSwyMS4zNjE4NzczIDEwLjM3NjY5MDMsMjIuMzU5MzczNSBMMTAuMzc2NjkwMywyMi4zNTkzNzM1IFogTTI3LjQzMzcxMjUsMjguOTEwMDY1NCBDMjUuNDM2NDMxMywzMC45MDMwNTkgMjIuNzgyMDcwNSwzMi4wMDA1MDQ3IDE5Ljk1NzQzMDEsMzIuMDAwNTA0NyBDMTcuMTMyNzg5NiwzMi4wMDA1MDQ3IDE0LjQ3ODQyODgsMzAuOTAzMDU5IDEyLjQ4MjE0OTIsMjguOTEwMDY1NCBDMTEuMTY1OTg3LDI3LjU5NzcyODEgMTAuNDA3NzQxMywyNi40NjkyOTggOS45NDQ5ODEwNCwyNS4xMzU5NzEzIEw4Ljk5ODQyNTk5LDI1LjQ2MjgwNjMgQzkuNTA3MjYxOTMsMjYuOTI5MDY1OCAxMC4zNjI2NjcyLDI4LjIxMDQxODcgMTEuNzczOTg1OCwyOS42MTY3MDg2IEMxMy45NTg1NzQ4LDMxLjc5ODYwNjcgMTYuODY2MzUxOSwzMyAxOS45NTc0MzAxLDMzIEMyMy4wNDk1MDk5LDMzIDI1Ljk1NjI4NTMsMzEuNzk4NjA2NyAyOC4xNDE4NzU5LDI5LjYxNjcwODYgQzI5LjI4Mjc1MDIsMjguNDc4MjgzNSAzMC40MjA2MTk2LDI3LjE4NjkzNTYgMzEuMDExNTkwNSwyNS40NjA4MDczIEwzMC4wNjQwMzM4LDI1LjEzNzk3MDMgQzI5LjUzOTE3MTUsMjYuNjcwMTk2NiAyOC40ODk0NDY5LDI3Ljg1NjU5NzQgMjcuNDMzNzEyNSwyOC45MTAwNjU0IEwyNy40MzM3MTI1LDI4LjkxMDA2NTQgWiBNOS45NDQ5ODEwNCwxNS44NTk2NTU5IEw4Ljk5ODQyNTk5LDE1LjUzMTgyMTQgQzkuNTEwMjY2ODcsMTQuMDY0NTYyNCAxMC4zNjU2NzIyLDEyLjc4MzIwOTUgMTEuNzc1OTg5MSwxMS4zNzU5MjAyIEMxNi4yODYzOTkxLDYuODc1MTkzMDQgMjMuNjI2NDU3OCw2Ljg3NDE5MzU0IDI4LjEzNzg2OTQsMTEuMzc1OTIwMiBDMjkuMjE4NjQ0OSwxMi40NTMzNzYxIDMwLjQwMzU5MTYsMTMuNzg5NzAxMiAzMS4wMTE1OTA1LDE1LjUzMTgyMTQgTDMwLjA2NDAzMzgsMTUuODU5NjU1OSBDMjkuNTI0MTQ2OCwxNC4zMDk0Mzg3IDI4LjQyOTM0ODIsMTMuMDgwMDU5NiAyNy40Mjk3MDU5LDEyLjA4MjU2MzMgQzI1LjQzNDQyOCwxMC4wOTE1Njg4IDIyLjc4MTA2ODksOC45OTYxMjE5NyAxOS45NTc0MzAxLDguOTk2MTIxOTcgQzE3LjEzMzc5MTIsOC45OTYxMjE5NyAxNC40ODA0MzIxLDEwLjA5MTU2ODggMTIuNDg1MTU0MiwxMi4wODI1NjMzIEMxMS4xODcwMjE1LDEzLjM3NzkwOTIgMTAuNDAzNzM0NywxNC41NDIzMjExIDkuOTQ0OTgxMDQsMTUuODU5NjU1OSBMOS45NDQ5ODEwNCwxNS44NTk2NTU5IFonCiAgICAgICAgICAgICAgaWQ9J0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV9JY29uXzMyX1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
1571
|
+
}
|
|
1572
|
+
},
|
|
1573
|
+
{
|
|
1574
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1575
|
+
"name": "Amazon SQS connector",
|
|
1576
|
+
"id": "io.camunda.connectors.AWSSQS.intermediate.v1",
|
|
1577
|
+
"version": 4,
|
|
1578
|
+
"description": "Receive message from a queue",
|
|
1579
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
1580
|
+
"appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
|
|
1581
|
+
"elementType": {
|
|
1582
|
+
"value": "bpmn:IntermediateCatchEvent",
|
|
1583
|
+
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
1584
|
+
},
|
|
1585
|
+
"category": {
|
|
1586
|
+
"id": "connectors",
|
|
1587
|
+
"name": "Connectors"
|
|
1588
|
+
},
|
|
1589
|
+
"groups": [
|
|
1590
|
+
{
|
|
1591
|
+
"id": "authentication",
|
|
1592
|
+
"label": "Authentication"
|
|
1593
|
+
},
|
|
1594
|
+
{
|
|
1595
|
+
"id": "queueProperties",
|
|
1596
|
+
"label": "Queue properties"
|
|
1597
|
+
},
|
|
1598
|
+
{
|
|
1599
|
+
"id": "messagePollingProperties",
|
|
1600
|
+
"label": "Message polling properties"
|
|
1601
|
+
},
|
|
1602
|
+
{
|
|
1603
|
+
"id": "input",
|
|
1604
|
+
"label": "Use next attribute names for activation condition"
|
|
1605
|
+
},
|
|
1606
|
+
{
|
|
1607
|
+
"id": "activation",
|
|
1608
|
+
"label": "Activation"
|
|
1609
|
+
},
|
|
1610
|
+
{
|
|
1611
|
+
"id": "variable-mapping",
|
|
1612
|
+
"label": "Variable mapping"
|
|
1613
|
+
}
|
|
1614
|
+
],
|
|
1615
|
+
"properties": [
|
|
1616
|
+
{
|
|
1617
|
+
"type": "Hidden",
|
|
1618
|
+
"value": "io.camunda:aws-sqs-inbound:1",
|
|
1619
|
+
"binding": {
|
|
1620
|
+
"type": "zeebe:property",
|
|
1621
|
+
"name": "inbound.type"
|
|
1622
|
+
}
|
|
1623
|
+
},
|
|
1624
|
+
{
|
|
1625
|
+
"type": "Hidden",
|
|
1626
|
+
"generatedValue": {
|
|
1627
|
+
"type": "uuid"
|
|
1628
|
+
},
|
|
1629
|
+
"binding": {
|
|
1630
|
+
"type": "bpmn:Message#property",
|
|
1631
|
+
"name": "name"
|
|
1632
|
+
}
|
|
1633
|
+
},
|
|
1634
|
+
{
|
|
1635
|
+
"label": "Access key",
|
|
1636
|
+
"description": "Provide AWS IAM access key that has permission to send to desired SQS",
|
|
1637
|
+
"group": "authentication",
|
|
1638
|
+
"type": "String",
|
|
1639
|
+
"binding": {
|
|
1640
|
+
"type": "zeebe:property",
|
|
1641
|
+
"name": "authentication.accessKey"
|
|
1642
|
+
},
|
|
1643
|
+
"constraints": {
|
|
1644
|
+
"notEmpty": true
|
|
1645
|
+
}
|
|
1646
|
+
},
|
|
1647
|
+
{
|
|
1648
|
+
"label": "Secret key",
|
|
1649
|
+
"description": "Provide AWS IAM secret key that has permission to send to desired SQS",
|
|
1650
|
+
"group": "authentication",
|
|
1651
|
+
"type": "String",
|
|
1652
|
+
"binding": {
|
|
1653
|
+
"type": "zeebe:property",
|
|
1654
|
+
"name": "authentication.secretKey"
|
|
1655
|
+
},
|
|
1656
|
+
"constraints": {
|
|
1657
|
+
"notEmpty": true
|
|
1658
|
+
}
|
|
1659
|
+
},
|
|
1660
|
+
{
|
|
1661
|
+
"label": "Queue URL",
|
|
1662
|
+
"description": "Specify the URL of the SQS queue where you would like to send message to",
|
|
1663
|
+
"group": "queueProperties",
|
|
1664
|
+
"type": "String",
|
|
1665
|
+
"binding": {
|
|
1666
|
+
"type": "zeebe:property",
|
|
1667
|
+
"name": "queue.url"
|
|
1668
|
+
},
|
|
1669
|
+
"constraints": {
|
|
1670
|
+
"notEmpty": true,
|
|
1671
|
+
"pattern": {
|
|
1672
|
+
"value": "(^https?://.+)|(^arn:.+)(^secrets\\..+)",
|
|
1673
|
+
"message": "Must be an queue URL or ARN or a secret.XYZ"
|
|
1674
|
+
}
|
|
1675
|
+
}
|
|
1676
|
+
},
|
|
1677
|
+
{
|
|
1678
|
+
"label": "Region",
|
|
1679
|
+
"description": "Specify the AWS region of your queue",
|
|
1680
|
+
"group": "queueProperties",
|
|
1681
|
+
"type": "String",
|
|
1682
|
+
"binding": {
|
|
1683
|
+
"type": "zeebe:property",
|
|
1684
|
+
"name": "configuration.region"
|
|
1685
|
+
},
|
|
1686
|
+
"constraints": {
|
|
1687
|
+
"notEmpty": true
|
|
1688
|
+
}
|
|
1689
|
+
},
|
|
1690
|
+
{
|
|
1691
|
+
"label": "Polling wait time",
|
|
1692
|
+
"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",
|
|
1693
|
+
"group": "messagePollingProperties",
|
|
1694
|
+
"type": "String",
|
|
1695
|
+
"optional": false,
|
|
1696
|
+
"feel": "optional",
|
|
1697
|
+
"value": "1",
|
|
1306
1698
|
"binding": {
|
|
1307
|
-
"
|
|
1308
|
-
"
|
|
1699
|
+
"type": "zeebe:property",
|
|
1700
|
+
"name": "queue.pollingWaitTime"
|
|
1309
1701
|
},
|
|
1310
|
-
"
|
|
1702
|
+
"constraints": {
|
|
1703
|
+
"notEmpty": true,
|
|
1704
|
+
"pattern": {
|
|
1705
|
+
"value": "^([0-9]?|1[0-9]|20|secrets\\..+)$",
|
|
1706
|
+
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
1707
|
+
}
|
|
1708
|
+
}
|
|
1311
1709
|
},
|
|
1312
1710
|
{
|
|
1313
|
-
"
|
|
1314
|
-
"
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
"
|
|
1711
|
+
"label": "Attribute names",
|
|
1712
|
+
"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",
|
|
1713
|
+
"group": "input",
|
|
1714
|
+
"type": "String",
|
|
1715
|
+
"optional": true,
|
|
1318
1716
|
"binding": {
|
|
1319
|
-
"
|
|
1320
|
-
"
|
|
1717
|
+
"type": "zeebe:property",
|
|
1718
|
+
"name": "queue.attributeNames"
|
|
1321
1719
|
},
|
|
1322
|
-
"
|
|
1720
|
+
"feel": "required"
|
|
1323
1721
|
},
|
|
1324
1722
|
{
|
|
1325
|
-
"
|
|
1326
|
-
"
|
|
1327
|
-
"
|
|
1328
|
-
"
|
|
1329
|
-
"
|
|
1723
|
+
"label": "Message attribute names",
|
|
1724
|
+
"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",
|
|
1725
|
+
"group": "input",
|
|
1726
|
+
"type": "String",
|
|
1727
|
+
"optional": true,
|
|
1330
1728
|
"binding": {
|
|
1331
|
-
"
|
|
1332
|
-
"
|
|
1729
|
+
"type": "zeebe:property",
|
|
1730
|
+
"name": "queue.messageAttributeNames"
|
|
1333
1731
|
},
|
|
1334
|
-
"
|
|
1732
|
+
"feel": "required"
|
|
1335
1733
|
},
|
|
1336
1734
|
{
|
|
1337
|
-
"
|
|
1338
|
-
"
|
|
1339
|
-
"
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
"value": "^[a-zA-Z0-9_-]+$",
|
|
1343
|
-
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1344
|
-
}
|
|
1345
|
-
},
|
|
1346
|
-
"group": "deduplication",
|
|
1735
|
+
"label": "Correlation key (process)",
|
|
1736
|
+
"type": "String",
|
|
1737
|
+
"group": "activation",
|
|
1738
|
+
"feel": "required",
|
|
1739
|
+
"description": "Sets up the correlation key from process variables",
|
|
1347
1740
|
"binding": {
|
|
1348
|
-
"
|
|
1349
|
-
"
|
|
1350
|
-
},
|
|
1351
|
-
"condition": {
|
|
1352
|
-
"property": "deduplicationModeManualFlag",
|
|
1353
|
-
"equals": true,
|
|
1354
|
-
"type": "simple"
|
|
1741
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
1742
|
+
"name": "correlationKey"
|
|
1355
1743
|
},
|
|
1356
|
-
"
|
|
1744
|
+
"constraints": {
|
|
1745
|
+
"notEmpty": true
|
|
1746
|
+
}
|
|
1357
1747
|
},
|
|
1358
1748
|
{
|
|
1359
|
-
"
|
|
1360
|
-
"
|
|
1361
|
-
"group": "
|
|
1749
|
+
"label": "Correlation key (payload)",
|
|
1750
|
+
"type": "String",
|
|
1751
|
+
"group": "activation",
|
|
1752
|
+
"feel": "required",
|
|
1362
1753
|
"binding": {
|
|
1363
|
-
"
|
|
1364
|
-
"
|
|
1365
|
-
},
|
|
1366
|
-
"condition": {
|
|
1367
|
-
"property": "deduplicationId",
|
|
1368
|
-
"isActive": true,
|
|
1369
|
-
"type": "simple"
|
|
1754
|
+
"type": "zeebe:property",
|
|
1755
|
+
"name": "correlationKeyExpression"
|
|
1370
1756
|
},
|
|
1371
|
-
"
|
|
1757
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
1758
|
+
"constraints": {
|
|
1759
|
+
"notEmpty": true
|
|
1760
|
+
}
|
|
1372
1761
|
},
|
|
1373
1762
|
{
|
|
1374
|
-
"
|
|
1375
|
-
"
|
|
1376
|
-
"group": "
|
|
1763
|
+
"label": "Activation condition",
|
|
1764
|
+
"type": "String",
|
|
1765
|
+
"group": "activation",
|
|
1766
|
+
"feel": "required",
|
|
1767
|
+
"optional": true,
|
|
1377
1768
|
"binding": {
|
|
1378
|
-
"
|
|
1379
|
-
"
|
|
1380
|
-
},
|
|
1381
|
-
"condition": {
|
|
1382
|
-
"property": "deduplicationId",
|
|
1383
|
-
"isActive": false,
|
|
1384
|
-
"type": "simple"
|
|
1769
|
+
"type": "zeebe:property",
|
|
1770
|
+
"name": "activationCondition"
|
|
1385
1771
|
},
|
|
1386
|
-
"
|
|
1772
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events"
|
|
1387
1773
|
},
|
|
1388
1774
|
{
|
|
1389
|
-
"id": "resultVariable",
|
|
1390
1775
|
"label": "Result variable",
|
|
1391
|
-
"
|
|
1392
|
-
"group": "
|
|
1776
|
+
"type": "String",
|
|
1777
|
+
"group": "variable-mapping",
|
|
1778
|
+
"optional": true,
|
|
1393
1779
|
"binding": {
|
|
1394
|
-
"
|
|
1395
|
-
"
|
|
1780
|
+
"type": "zeebe:property",
|
|
1781
|
+
"name": "resultVariable"
|
|
1396
1782
|
},
|
|
1397
|
-
"
|
|
1783
|
+
"description": "Name of variable to store the result of the connector in"
|
|
1398
1784
|
},
|
|
1399
1785
|
{
|
|
1400
|
-
"id": "resultExpression",
|
|
1401
1786
|
"label": "Result expression",
|
|
1402
|
-
"
|
|
1787
|
+
"type": "String",
|
|
1788
|
+
"group": "variable-mapping",
|
|
1403
1789
|
"feel": "required",
|
|
1404
|
-
"
|
|
1790
|
+
"optional": true,
|
|
1405
1791
|
"binding": {
|
|
1406
|
-
"
|
|
1407
|
-
"
|
|
1792
|
+
"type": "zeebe:property",
|
|
1793
|
+
"name": "resultExpression"
|
|
1408
1794
|
},
|
|
1409
|
-
"
|
|
1795
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
1410
1796
|
}
|
|
1411
1797
|
],
|
|
1412
1798
|
"icon": {
|
|
1413
|
-
"contents": "data:image/svg+xml
|
|
1799
|
+
"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"
|
|
1414
1800
|
},
|
|
1415
1801
|
"engines": {
|
|
1416
|
-
"camunda": "^8.
|
|
1802
|
+
"camunda": "^8.2"
|
|
1417
1803
|
}
|
|
1418
1804
|
},
|
|
1419
1805
|
{
|
|
@@ -1669,7 +2055,7 @@
|
|
|
1669
2055
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1670
2056
|
"name": "Amazon SQS connector",
|
|
1671
2057
|
"id": "io.camunda.connectors.AWSSQS.intermediate.v1",
|
|
1672
|
-
"version":
|
|
2058
|
+
"version": 2,
|
|
1673
2059
|
"description": "Receive message from a queue",
|
|
1674
2060
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
1675
2061
|
"appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
|
|
@@ -1764,8 +2150,8 @@
|
|
|
1764
2150
|
"constraints": {
|
|
1765
2151
|
"notEmpty": true,
|
|
1766
2152
|
"pattern": {
|
|
1767
|
-
"value": "^(
|
|
1768
|
-
"message": "Must be an queue URL or ARN"
|
|
2153
|
+
"value": "(^https?://.+)|(^arn:.+)(^secrets\\..+)",
|
|
2154
|
+
"message": "Must be an queue URL or ARN or a secret.XYZ"
|
|
1769
2155
|
}
|
|
1770
2156
|
}
|
|
1771
2157
|
},
|
|
@@ -1797,7 +2183,7 @@
|
|
|
1797
2183
|
"constraints": {
|
|
1798
2184
|
"notEmpty": true,
|
|
1799
2185
|
"pattern": {
|
|
1800
|
-
"value": "^([0-9]?|1[0-9]|20|secrets
|
|
2186
|
+
"value": "^([0-9]?|1[0-9]|20|secrets\\..+)$",
|
|
1801
2187
|
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
1802
2188
|
}
|
|
1803
2189
|
}
|
|
@@ -1899,9 +2285,9 @@
|
|
|
1899
2285
|
},
|
|
1900
2286
|
{
|
|
1901
2287
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1902
|
-
"name": "Amazon SQS connector",
|
|
2288
|
+
"name": "Amazon SQS Intermediate Message Catch Event connector",
|
|
1903
2289
|
"id": "io.camunda.connectors.AWSSQS.intermediate.v1",
|
|
1904
|
-
"version":
|
|
2290
|
+
"version": 6,
|
|
1905
2291
|
"description": "Receive message from a queue",
|
|
1906
2292
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
1907
2293
|
"appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
|
|
@@ -1960,7 +2346,7 @@
|
|
|
1960
2346
|
},
|
|
1961
2347
|
{
|
|
1962
2348
|
"label": "Access key",
|
|
1963
|
-
"description": "Provide AWS IAM access key that has permission to
|
|
2349
|
+
"description": "Provide AWS IAM access key that has permission to read from desired SQS",
|
|
1964
2350
|
"group": "authentication",
|
|
1965
2351
|
"type": "String",
|
|
1966
2352
|
"binding": {
|
|
@@ -1973,7 +2359,7 @@
|
|
|
1973
2359
|
},
|
|
1974
2360
|
{
|
|
1975
2361
|
"label": "Secret key",
|
|
1976
|
-
"description": "Provide AWS IAM secret key that has permission to
|
|
2362
|
+
"description": "Provide AWS IAM secret key that has permission to read from desired SQS",
|
|
1977
2363
|
"group": "authentication",
|
|
1978
2364
|
"type": "String",
|
|
1979
2365
|
"binding": {
|
|
@@ -1986,7 +2372,7 @@
|
|
|
1986
2372
|
},
|
|
1987
2373
|
{
|
|
1988
2374
|
"label": "Queue URL",
|
|
1989
|
-
"description": "Specify the URL of the SQS queue where you would like to
|
|
2375
|
+
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
1990
2376
|
"group": "queueProperties",
|
|
1991
2377
|
"type": "String",
|
|
1992
2378
|
"binding": {
|
|
@@ -1996,8 +2382,8 @@
|
|
|
1996
2382
|
"constraints": {
|
|
1997
2383
|
"notEmpty": true,
|
|
1998
2384
|
"pattern": {
|
|
1999
|
-
"value": "(
|
|
2000
|
-
"message": "Must be an queue URL or ARN
|
|
2385
|
+
"value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
2386
|
+
"message": "Must be an queue URL or ARN"
|
|
2001
2387
|
}
|
|
2002
2388
|
}
|
|
2003
2389
|
},
|
|
@@ -2029,7 +2415,7 @@
|
|
|
2029
2415
|
"constraints": {
|
|
2030
2416
|
"notEmpty": true,
|
|
2031
2417
|
"pattern": {
|
|
2032
|
-
"value": "^([0-9]?|1[0-9]|20
|
|
2418
|
+
"value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
2033
2419
|
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
2034
2420
|
}
|
|
2035
2421
|
}
|
|
@@ -2131,9 +2517,9 @@
|
|
|
2131
2517
|
},
|
|
2132
2518
|
{
|
|
2133
2519
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2134
|
-
"name": "Amazon SQS connector",
|
|
2520
|
+
"name": "Amazon SQS Intermediate Message Catch Event connector",
|
|
2135
2521
|
"id": "io.camunda.connectors.AWSSQS.intermediate.v1",
|
|
2136
|
-
"version":
|
|
2522
|
+
"version": 7,
|
|
2137
2523
|
"description": "Receive message from a queue",
|
|
2138
2524
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
2139
2525
|
"appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
|
|
@@ -2190,9 +2576,35 @@
|
|
|
2190
2576
|
"name": "name"
|
|
2191
2577
|
}
|
|
2192
2578
|
},
|
|
2579
|
+
{
|
|
2580
|
+
"id": "authenticationType",
|
|
2581
|
+
"label": "Authentication",
|
|
2582
|
+
"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>",
|
|
2583
|
+
"group": "authentication",
|
|
2584
|
+
"type": "Dropdown",
|
|
2585
|
+
"optional": false,
|
|
2586
|
+
"value": "credentials",
|
|
2587
|
+
"choices": [
|
|
2588
|
+
{
|
|
2589
|
+
"name": "Credentials",
|
|
2590
|
+
"value": "credentials"
|
|
2591
|
+
},
|
|
2592
|
+
{
|
|
2593
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
2594
|
+
"value": "defaultCredentialsChain"
|
|
2595
|
+
}
|
|
2596
|
+
],
|
|
2597
|
+
"binding": {
|
|
2598
|
+
"type": "zeebe:property",
|
|
2599
|
+
"name": "authentication.type"
|
|
2600
|
+
},
|
|
2601
|
+
"constraints": {
|
|
2602
|
+
"notEmpty": true
|
|
2603
|
+
}
|
|
2604
|
+
},
|
|
2193
2605
|
{
|
|
2194
2606
|
"label": "Access key",
|
|
2195
|
-
"description": "Provide AWS IAM access key that has permission to
|
|
2607
|
+
"description": "Provide AWS IAM access key that has permission to read from desired SQS",
|
|
2196
2608
|
"group": "authentication",
|
|
2197
2609
|
"type": "String",
|
|
2198
2610
|
"binding": {
|
|
@@ -2201,11 +2613,15 @@
|
|
|
2201
2613
|
},
|
|
2202
2614
|
"constraints": {
|
|
2203
2615
|
"notEmpty": true
|
|
2616
|
+
},
|
|
2617
|
+
"condition": {
|
|
2618
|
+
"property": "authenticationType",
|
|
2619
|
+
"equals": "credentials"
|
|
2204
2620
|
}
|
|
2205
2621
|
},
|
|
2206
2622
|
{
|
|
2207
2623
|
"label": "Secret key",
|
|
2208
|
-
"description": "Provide AWS IAM secret key that has permission to
|
|
2624
|
+
"description": "Provide AWS IAM secret key that has permission to read from desired SQS",
|
|
2209
2625
|
"group": "authentication",
|
|
2210
2626
|
"type": "String",
|
|
2211
2627
|
"binding": {
|
|
@@ -2214,11 +2630,15 @@
|
|
|
2214
2630
|
},
|
|
2215
2631
|
"constraints": {
|
|
2216
2632
|
"notEmpty": true
|
|
2633
|
+
},
|
|
2634
|
+
"condition": {
|
|
2635
|
+
"property": "authenticationType",
|
|
2636
|
+
"equals": "credentials"
|
|
2217
2637
|
}
|
|
2218
2638
|
},
|
|
2219
2639
|
{
|
|
2220
2640
|
"label": "Queue URL",
|
|
2221
|
-
"description": "Specify the URL of the SQS queue where you would like to
|
|
2641
|
+
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
2222
2642
|
"group": "queueProperties",
|
|
2223
2643
|
"type": "String",
|
|
2224
2644
|
"binding": {
|
|
@@ -2228,8 +2648,8 @@
|
|
|
2228
2648
|
"constraints": {
|
|
2229
2649
|
"notEmpty": true,
|
|
2230
2650
|
"pattern": {
|
|
2231
|
-
"value": "(
|
|
2232
|
-
"message": "Must be an queue URL or ARN
|
|
2651
|
+
"value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
2652
|
+
"message": "Must be an queue URL or ARN"
|
|
2233
2653
|
}
|
|
2234
2654
|
}
|
|
2235
2655
|
},
|
|
@@ -2240,7 +2660,7 @@
|
|
|
2240
2660
|
"type": "String",
|
|
2241
2661
|
"binding": {
|
|
2242
2662
|
"type": "zeebe:property",
|
|
2243
|
-
"name": "
|
|
2663
|
+
"name": "configuration.region"
|
|
2244
2664
|
},
|
|
2245
2665
|
"constraints": {
|
|
2246
2666
|
"notEmpty": true
|
|
@@ -2261,7 +2681,7 @@
|
|
|
2261
2681
|
"constraints": {
|
|
2262
2682
|
"notEmpty": true,
|
|
2263
2683
|
"pattern": {
|
|
2264
|
-
"value": "^([0-9]?|1[0-9]|20
|
|
2684
|
+
"value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
2265
2685
|
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
2266
2686
|
}
|
|
2267
2687
|
}
|
|
@@ -2358,7 +2778,7 @@
|
|
|
2358
2778
|
"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"
|
|
2359
2779
|
},
|
|
2360
2780
|
"engines": {
|
|
2361
|
-
"camunda": "^8.
|
|
2781
|
+
"camunda": "^8.4"
|
|
2362
2782
|
}
|
|
2363
2783
|
},
|
|
2364
2784
|
{
|
|
@@ -2376,7 +2796,7 @@
|
|
|
2376
2796
|
"dequeue"
|
|
2377
2797
|
],
|
|
2378
2798
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
|
|
2379
|
-
"version":
|
|
2799
|
+
"version": 11,
|
|
2380
2800
|
"category": {
|
|
2381
2801
|
"id": "connectors",
|
|
2382
2802
|
"name": "Connectors"
|
|
@@ -2463,7 +2883,6 @@
|
|
|
2463
2883
|
{
|
|
2464
2884
|
"id": "authentication.accessKey",
|
|
2465
2885
|
"label": "Access key",
|
|
2466
|
-
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
2467
2886
|
"optional": false,
|
|
2468
2887
|
"constraints": {
|
|
2469
2888
|
"notEmpty": true
|
|
@@ -2478,12 +2897,13 @@
|
|
|
2478
2897
|
"equals": "credentials",
|
|
2479
2898
|
"type": "simple"
|
|
2480
2899
|
},
|
|
2481
|
-
"
|
|
2900
|
+
"tooltip": "IAM access key of a user with the necessary permissions for this connector",
|
|
2901
|
+
"type": "String",
|
|
2902
|
+
"secret": true
|
|
2482
2903
|
},
|
|
2483
2904
|
{
|
|
2484
2905
|
"id": "authentication.secretKey",
|
|
2485
2906
|
"label": "Secret key",
|
|
2486
|
-
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
2487
2907
|
"optional": false,
|
|
2488
2908
|
"constraints": {
|
|
2489
2909
|
"notEmpty": true
|
|
@@ -2498,12 +2918,26 @@
|
|
|
2498
2918
|
"equals": "credentials",
|
|
2499
2919
|
"type": "simple"
|
|
2500
2920
|
},
|
|
2501
|
-
"
|
|
2921
|
+
"tooltip": "IAM secret key of a user with the necessary permissions for this connector",
|
|
2922
|
+
"type": "String",
|
|
2923
|
+
"secret": true
|
|
2924
|
+
},
|
|
2925
|
+
{
|
|
2926
|
+
"id": "awsCredential",
|
|
2927
|
+
"label": "AWS credential",
|
|
2928
|
+
"description": "Choose a reusable AWS credential. When set, it is bound as a whole to the connector's 'awsCredential' input.",
|
|
2929
|
+
"optional": true,
|
|
2930
|
+
"group": "authentication",
|
|
2931
|
+
"binding": {
|
|
2932
|
+
"name": "awsCredential",
|
|
2933
|
+
"type": "zeebe:property"
|
|
2934
|
+
},
|
|
2935
|
+
"type": "Configuration",
|
|
2936
|
+
"configurationTemplate": "io.camunda:aws-credential:1"
|
|
2502
2937
|
},
|
|
2503
2938
|
{
|
|
2504
2939
|
"id": "configuration.region",
|
|
2505
2940
|
"label": "Region",
|
|
2506
|
-
"description": "Specify the AWS region",
|
|
2507
2941
|
"optional": false,
|
|
2508
2942
|
"constraints": {
|
|
2509
2943
|
"notEmpty": true
|
|
@@ -2530,7 +2964,6 @@
|
|
|
2530
2964
|
{
|
|
2531
2965
|
"id": "queue.queue.url",
|
|
2532
2966
|
"label": "Queue URL",
|
|
2533
|
-
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
2534
2967
|
"optional": false,
|
|
2535
2968
|
"constraints": {
|
|
2536
2969
|
"notEmpty": true
|
|
@@ -2540,12 +2973,12 @@
|
|
|
2540
2973
|
"name": "queue.url",
|
|
2541
2974
|
"type": "zeebe:property"
|
|
2542
2975
|
},
|
|
2976
|
+
"tooltip": "URL of the SQS queue to subscribe to.",
|
|
2543
2977
|
"type": "String"
|
|
2544
2978
|
},
|
|
2545
2979
|
{
|
|
2546
2980
|
"id": "queue.queue.pollingWaitTime",
|
|
2547
2981
|
"label": "Polling wait time",
|
|
2548
|
-
"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. A value of 0 will automatically be overridden to 1",
|
|
2549
2982
|
"optional": false,
|
|
2550
2983
|
"value": "20",
|
|
2551
2984
|
"constraints": {
|
|
@@ -2559,12 +2992,12 @@
|
|
|
2559
2992
|
"name": "queue.pollingWaitTime",
|
|
2560
2993
|
"type": "zeebe:property"
|
|
2561
2994
|
},
|
|
2995
|
+
"tooltip": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">Amazon SQS connector guide</a>. A value of 0 is automatically overridden to 1.",
|
|
2562
2996
|
"type": "String"
|
|
2563
2997
|
},
|
|
2564
2998
|
{
|
|
2565
2999
|
"id": "queue.queue.attributeNames",
|
|
2566
3000
|
"label": "Attribute names",
|
|
2567
|
-
"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",
|
|
2568
3001
|
"optional": false,
|
|
2569
3002
|
"feel": "optional",
|
|
2570
3003
|
"group": "input",
|
|
@@ -2572,12 +3005,12 @@
|
|
|
2572
3005
|
"name": "queue.attributeNames",
|
|
2573
3006
|
"type": "zeebe:property"
|
|
2574
3007
|
},
|
|
3008
|
+
"tooltip": "Array of queue attribute names. See the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">Amazon SQS connector guide</a>.",
|
|
2575
3009
|
"type": "String"
|
|
2576
3010
|
},
|
|
2577
3011
|
{
|
|
2578
3012
|
"id": "queue.queue.messageAttributeNames",
|
|
2579
3013
|
"label": "Message attribute names",
|
|
2580
|
-
"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",
|
|
2581
3014
|
"optional": false,
|
|
2582
3015
|
"feel": "optional",
|
|
2583
3016
|
"group": "input",
|
|
@@ -2585,6 +3018,7 @@
|
|
|
2585
3018
|
"name": "queue.messageAttributeNames",
|
|
2586
3019
|
"type": "zeebe:property"
|
|
2587
3020
|
},
|
|
3021
|
+
"tooltip": "Array of message attribute names. See the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">Amazon SQS connector guide</a>.",
|
|
2588
3022
|
"type": "String"
|
|
2589
3023
|
},
|
|
2590
3024
|
{
|
|
@@ -2778,6 +3212,91 @@
|
|
|
2778
3212
|
"type": "Text"
|
|
2779
3213
|
}
|
|
2780
3214
|
],
|
|
3215
|
+
"configurationTemplates": [
|
|
3216
|
+
{
|
|
3217
|
+
"id": "io.camunda:aws-credential:1",
|
|
3218
|
+
"kind": "CREDENTIAL",
|
|
3219
|
+
"version": 1,
|
|
3220
|
+
"name": "AWS Credential",
|
|
3221
|
+
"properties": [
|
|
3222
|
+
{
|
|
3223
|
+
"id": "authentication.type",
|
|
3224
|
+
"label": "Authentication",
|
|
3225
|
+
"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>",
|
|
3226
|
+
"value": "credentials",
|
|
3227
|
+
"group": "authentication",
|
|
3228
|
+
"binding": {
|
|
3229
|
+
"name": "authentication.type",
|
|
3230
|
+
"type": "property"
|
|
3231
|
+
},
|
|
3232
|
+
"type": "Dropdown",
|
|
3233
|
+
"choices": [
|
|
3234
|
+
{
|
|
3235
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
3236
|
+
"value": "defaultCredentialsChain"
|
|
3237
|
+
},
|
|
3238
|
+
{
|
|
3239
|
+
"name": "Credentials",
|
|
3240
|
+
"value": "credentials"
|
|
3241
|
+
}
|
|
3242
|
+
]
|
|
3243
|
+
},
|
|
3244
|
+
{
|
|
3245
|
+
"id": "authentication.accessKey",
|
|
3246
|
+
"label": "Access key",
|
|
3247
|
+
"constraints": {
|
|
3248
|
+
"notEmpty": true
|
|
3249
|
+
},
|
|
3250
|
+
"group": "authentication",
|
|
3251
|
+
"binding": {
|
|
3252
|
+
"name": "authentication.accessKey",
|
|
3253
|
+
"type": "property"
|
|
3254
|
+
},
|
|
3255
|
+
"condition": {
|
|
3256
|
+
"property": "authentication.type",
|
|
3257
|
+
"equals": "credentials",
|
|
3258
|
+
"type": "simple"
|
|
3259
|
+
},
|
|
3260
|
+
"tooltip": "IAM access key of a user with the necessary permissions for this connector",
|
|
3261
|
+
"type": "String",
|
|
3262
|
+
"secret": true
|
|
3263
|
+
},
|
|
3264
|
+
{
|
|
3265
|
+
"id": "authentication.secretKey",
|
|
3266
|
+
"label": "Secret key",
|
|
3267
|
+
"constraints": {
|
|
3268
|
+
"notEmpty": true
|
|
3269
|
+
},
|
|
3270
|
+
"group": "authentication",
|
|
3271
|
+
"binding": {
|
|
3272
|
+
"name": "authentication.secretKey",
|
|
3273
|
+
"type": "property"
|
|
3274
|
+
},
|
|
3275
|
+
"condition": {
|
|
3276
|
+
"property": "authentication.type",
|
|
3277
|
+
"equals": "credentials",
|
|
3278
|
+
"type": "simple"
|
|
3279
|
+
},
|
|
3280
|
+
"tooltip": "IAM secret key of a user with the necessary permissions for this connector",
|
|
3281
|
+
"type": "String",
|
|
3282
|
+
"secret": true
|
|
3283
|
+
},
|
|
3284
|
+
{
|
|
3285
|
+
"id": "region",
|
|
3286
|
+
"label": "Region",
|
|
3287
|
+
"constraints": {
|
|
3288
|
+
"notEmpty": true
|
|
3289
|
+
},
|
|
3290
|
+
"group": "configuration",
|
|
3291
|
+
"binding": {
|
|
3292
|
+
"name": "region",
|
|
3293
|
+
"type": "property"
|
|
3294
|
+
},
|
|
3295
|
+
"type": "String"
|
|
3296
|
+
}
|
|
3297
|
+
]
|
|
3298
|
+
}
|
|
3299
|
+
],
|
|
2781
3300
|
"icon": {
|
|
2782
3301
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0MCA0MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0nMCUnIHkxPScxMDAlJyB4Mj0nMTAwJScgeTI9JzAlJyBpZD0nbGluZWFyR3JhZGllbnQtMSc+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNCMDA4NEQnIG9mZnNldD0nMCUnPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI0ZGNEY4Qicgb2Zmc2V0PScxMDAlJz48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMicgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnCiAgICAgICBmaWxsLXJ1bGU9J2V2ZW5vZGQnPgogICAgICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS1CRy8zMi9BcHBsaWNhdGlvbi1JbnRlZ3JhdGlvbicgZmlsbD0ndXJsKCNsaW5lYXJHcmFkaWVudC0xKSc+CiAgICAgICAgICAgIDxyZWN0IGlkPSdSZWN0YW5nbGUnIHg9JzAnIHk9JzAnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSdNMTQuMzQyMjA1MSwyMi4zNDkzNzg2IEwxNS44NDY2NzY3LDIwLjkwNjEwNzQgQzE1Ljk0MjgzNDcsMjAuODE0MTUzOSAxNS45OTY5MjM1LDIwLjY4NzIxOCAxNS45OTk5Mjg1LDIwLjU1NTI4NDYgQzE2LjAwMTkzMTcsMjAuNDIyMzUxNyAxNS45NTE4NDk1LDIwLjI5MzQxNjggMTUuODU5Njk4MSwyMC4xOTg0NjQ4IEwxNC4zNTUyMjY0LDE4LjY0MzI1MDIgTDEzLjYzNTA0MzMsMTkuMzM3ODk5NCBMMTQuMzExMTU0LDIwLjAzNzU0NiBMMTEuOTkxMzQyOSwyMC4wMzc1NDYgTDExLjk5MTM0MjksMjEuMDM3MDQxMyBMMTQuMjY1MDc4MywyMS4wMzcwNDEzIEwxMy42NDgwNjQ3LDIxLjYyODc0MjUgTDE0LjM0MjIwNTEsMjIuMzQ5Mzc4NiBaIE0yNi4zNTc5NDUyLDIyLjM1MzM3NjUgTDI3LjkwNzQ5MDksMjAuOTAwMTEwNCBDMjguMDA2NjUzOCwyMC44MDgxNTY5IDI4LjA2Mjc0NTksMjAuNjc5MjIyIDI4LjA2NDc0OTIsMjAuNTQ0MjkwMSBDMjguMDY2NzUyNSwyMC40MDkzNTgzIDI4LjAxMzY2NTMsMjAuMjc4NDI0NCAyNy45MTg1MDksMjAuMTgzNDcyNCBMMjYuMzY4OTYzMywxOC42MzcyNTMyIEwyNS42NjA3OTk5LDE5LjM0Mzg5NjMgTDI2LjM1NDk0MDMsMjAuMDM3NTQ2IEwyNC4wMTEwODk2LDIwLjAzNzU0NiBMMjQuMDExMDg5NiwyMS4wMzcwNDEzIEwyNi4yOTg4NDgxLDIxLjAzNzA0MTMgTDI1LjY3MTgxOCwyMS42MjQ3NDQ1IEwyNi4zNTc5NDUyLDIyLjM1MzM3NjUgWiBNMTcuNTg3NTM2NywyMy4zNjA4Njc4IEMxOC4zMzg3NzA4LDIzLjA1NzAyMTIgMTkuMTYyMTIzNSwyMi44OTQxMDM1IDIwLjAwNDUwNzQsMjIuODk0MTAzNSBDMjAuODQ2ODkxMywyMi44OTQxMDM1IDIxLjY3MDI0NCwyMy4wNTcwMjEyIDIyLjQyMTQ3ODEsMjMuMzYwODY3OCBDMjEuNzUyMzc4OSwyMS41ODk3NjIyIDIxLjc1MjM3ODksMTkuMzg5ODczMSAyMi40MjE0NzgxLDE3LjYxODc2NzUgQzIwLjkxOTAwOTgsMTguMjI2NDYwNiAxOS4wOTAwMDUsMTguMjI2NDYwNiAxNy41ODc1MzY3LDE3LjYxODc2NzUgQzE4LjI1NjYzNTksMTkuMzg5ODczMSAxOC4yNTY2MzU5LDIxLjU4OTc2MjIgMTcuNTg3NTM2NywyMy4zNjA4Njc4IEwxNy41ODc1MzY3LDIzLjM2MDg2NzggWiBNMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IEMxNS41NDYxODMsMjUuMjQzOTE2OCAxNS40OTcxMDI0LDI1LjExNTk4MTQgMTUuNDk3MTAyNCwyNC45ODgwNDYgQzE1LjQ5NzEwMjQsMjQuODYwMTEwNiAxNS41NDYxODMsMjQuNzMyMTc1MyAxNS42NDQzNDQzLDI0LjYzNDIyNDcgQzE3LjU4NDUzMTcsMjIuNjk4MjAyNCAxNy41ODQ1MzE3LDE4LjI4MjQzMjQgMTUuNjQ0MzQ0MywxNi4zNDU0MTA2IEMxNS41NDYxODMsMTYuMjQ4NDU5NSAxNS40OTcxMDI0LDE2LjEyMDUyNDEgMTUuNDk3MTAyNCwxNS45OTI1OTEyIEMxNS40OTcxMDI0LDE1Ljg2NDY1MzQgMTUuNTQ2MTgzLDE1LjczNjcxOCAxNS42NDQzNDQzLDE1LjYzODc2NzQgQzE1LjgzOTY2NTIsMTUuNDQzODY1OSAxNi4xNTcxODY4LDE1LjQ0Mzg2NTkgMTYuMzUyNTA3NywxNS42Mzg3Njc0IEMxNy4yNzQwMjE2LDE2LjU1ODMwMzEgMTguNjA1MjA4NiwxNy4wODYwMzY2IDIwLjAwNDUwNzQsMTcuMDg2MDM2NiBDMjEuNDA0ODA3OSwxNy4wODYwMzY2IDIyLjczNTk5NDgsMTYuNTU4MzAzMSAyMy42NTc1MDg4LDE1LjYzODc2NzQgQzIzLjg1MjgyOTYsMTUuNDQzODY1OSAyNC4xNzAzNTEzLDE1LjQ0Mzg2NTkgMjQuMzY1NjcyMiwxNS42Mzg3Njc0IEMyNC40NjI4MzE4LDE1LjczNjcxOCAyNC41MTE5MTI0LDE1Ljg2NDY1MzQgMjQuNTExOTEyNCwxNS45OTI1OTEyIEMyNC41MTE5MTI0LDE2LjEyMDUyNDEgMjQuNDYyODMxOCwxNi4yNDg0NTk1IDI0LjM2NTY3MjIsMTYuMzQ1NDEwNiBDMjIuNDI0NDgzMSwxOC4yODI0MzI0IDIyLjQyNDQ4MzEsMjIuNjk4MjAyNCAyNC4zNjU2NzIyLDI0LjYzNDIyNDcgQzI0LjQ2MjgzMTgsMjQuNzMyMTc1MyAyNC41MTE5MTI0LDI0Ljg2MDExMDYgMjQuNTExOTEyNCwyNC45ODgwNDYgQzI0LjUxMTkxMjQsMjUuMTE1OTgxNCAyNC40NjI4MzE4LDI1LjI0MzkxNjggMjQuMzY1NjcyMiwyNS4zNDA4Njc5IEMyNC4yNjc1MTA5LDI1LjQzODgxODQgMjQuMTM5MzAwMywyNS40ODc3OTM3IDI0LjAxMTA4OTYsMjUuNDg3NzkzNyBDMjMuODgyODc5LDI1LjQ4Nzc5MzcgMjMuNzU0NjY4NCwyNS40Mzg4MTg0IDIzLjY1NzUwODgsMjUuMzQwODY3OSBDMjIuNzM1OTk0OCwyNC40MjEzMzIyIDIxLjQwNDgwNzksMjMuODkzNTk4NyAyMC4wMDQ1MDc0LDIzLjg5MzU5ODcgQzE4LjYwNTIwODYsMjMuODkzNTk4NyAxNy4yNzQwMjE2LDI0LjQyMTMzMjIgMTYuMzUyNTA3NywyNS4zNDA4Njc5IEMxNi4xNTcxODY4LDI1LjUzNTc2OTQgMTUuODM5NjY1MiwyNS41MzU3Njk0IDE1LjY0NDM0NDMsMjUuMzQwODY3OSBMMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IFogTTMyLjU0MjEwNDksMTkuNDM1ODQ5OSBDMzIuMjM2NjAzLDE5LjEzMjAwMzMgMzEuODM2OTQ2NCwxOC45ODAwODAxIDMxLjQzNjI4ODIsMTguOTgwMDgwMSBDMzEuMDM2NjMxNiwxOC45ODAwODAxIDMwLjYzNjk3NSwxOS4xMzIwMDMzIDMwLjMzMTQ3MzEsMTkuNDM1ODQ5OSBDMjkuNzIxNDcxLDIwLjA0NDU0MjUgMjkuNzIxNDcxLDIxLjAzNDA0MjggMzAuMzMxNDczMSwyMS42NDE3MzU5IEMzMC45NDE0NzUzLDIyLjI1MDQyODUgMzEuOTMyMTAyNywyMi4yNTA0Mjg1IDMyLjU0MjEwNDksMjEuNjQxNzM1OSBDMzMuMTUxMTA1NCwyMS4wMzQwNDI4IDMzLjE1MTEwNTQsMjAuMDQ0NTQyNSAzMi41NDIxMDQ5LDE5LjQzNTg0OTkgTDMyLjU0MjEwNDksMTkuNDM1ODQ5OSBaIE0zMy4yNTAyNjgzLDIyLjM0OTM3ODYgQzMyLjc1MDQ0NzIsMjIuODQ4MTI2NyAzMi4wOTMzNjc3LDIzLjA5ODAwMDUgMzEuNDM2Mjg4MiwyMy4wOTgwMDA1IEMzMC43ODAyMTAzLDIzLjA5ODAwMDUgMzAuMTIzMTMwOSwyMi44NDgxMjY3IDI5LjYyMzMwOTcsMjIuMzQ5Mzc4NiBDMjguNjIzNjY3NSwyMS4zNTA4ODI4IDI4LjYyMzY2NzUsMTkuNzI3NzAyNSAyOS42MjMzMDk3LDE4LjcyOTIwNjggQzMwLjYyMjk1MiwxNy43MzE3MTA1IDMyLjI1MDYyNiwxNy43MzE3MTA1IDMzLjI1MDI2ODMsMTguNzI5MjA2OCBDMzQuMjQ5OTEwNiwxOS43Mjc3MDI1IDM0LjI0OTkxMDYsMjEuMzUwODgyOCAzMy4yNTAyNjgzLDIyLjM0OTM3ODYgTDMzLjI1MDI2ODMsMjIuMzQ5Mzc4NiBaIE05LjY2ODUyNjg3LDE5LjQ0Njg0NDMgQzkuMzYzMDI0OTcsMTkuMTQyOTk3OCA4Ljk2MzM2ODM5LDE4Ljk5MTA3NDUgOC41NjI3MTAxNywxOC45OTEwNzQ1IEM4LjE2MzA1MzU5LDE4Ljk5MTA3NDUgNy43NjMzOTcwMSwxOS4xNDI5OTc4IDcuNDU3ODk1MTEsMTkuNDQ2ODQ0MyBDNi44NDg4OTQ2MSwyMC4wNTU1MzcgNi44NDg4OTQ2MSwyMS4wNDUwMzczIDcuNDU3ODk1MTEsMjEuNjUyNzMwNCBDOC4wNjc4OTcyNiwyMi4yNjE0MjMgOS4wNTg1MjQ3MiwyMi4yNjE0MjMgOS42Njg1MjY4NywyMS42NTI3MzA0IEMxMC4yNzc1Mjc0LDIxLjA0NTAzNzMgMTAuMjc3NTI3NCwyMC4wNTU1MzcgOS42Njg1MjY4NywxOS40NDY4NDQzIEw5LjY2ODUyNjg3LDE5LjQ0Njg0NDMgWiBNMTAuMzc2NjkwMywyMi4zNTkzNzM1IEM5Ljg3Njg2OTE0LDIyLjg1ODEyMTcgOS4yMTk3ODk2NSwyMy4xMDc5OTU1IDguNTYyNzEwMTcsMjMuMTA3OTk1NSBDNy45MDY2MzIzMiwyMy4xMDc5OTU1IDcuMjQ5NTUyODQsMjIuODU4MTIxNyA2Ljc0OTczMTcsMjIuMzU5MzczNSBDNS43NTAwODk0MywyMS4zNjE4NzczIDUuNzUwMDg5NDMsMTkuNzM4Njk3IDYuNzQ5NzMxNywxOC43NDAyMDEyIEM3Ljc0OTM3Mzk3LDE3Ljc0MjcwNDkgOS4zNzcwNDgwMSwxNy43NDI3MDQ5IDEwLjM3NjY5MDMsMTguNzQwMjAxMiBDMTEuMzc2MzMyNSwxOS43Mzg2OTcgMTEuMzc2MzMyNSwyMS4zNjE4NzczIDEwLjM3NjY5MDMsMjIuMzU5MzczNSBMMTAuMzc2NjkwMywyMi4zNTkzNzM1IFogTTI3LjQzMzcxMjUsMjguOTEwMDY1NCBDMjUuNDM2NDMxMywzMC45MDMwNTkgMjIuNzgyMDcwNSwzMi4wMDA1MDQ3IDE5Ljk1NzQzMDEsMzIuMDAwNTA0NyBDMTcuMTMyNzg5NiwzMi4wMDA1MDQ3IDE0LjQ3ODQyODgsMzAuOTAzMDU5IDEyLjQ4MjE0OTIsMjguOTEwMDY1NCBDMTEuMTY1OTg3LDI3LjU5NzcyODEgMTAuNDA3NzQxMywyNi40NjkyOTggOS45NDQ5ODEwNCwyNS4xMzU5NzEzIEw4Ljk5ODQyNTk5LDI1LjQ2MjgwNjMgQzkuNTA3MjYxOTMsMjYuOTI5MDY1OCAxMC4zNjI2NjcyLDI4LjIxMDQxODcgMTEuNzczOTg1OCwyOS42MTY3MDg2IEMxMy45NTg1NzQ4LDMxLjc5ODYwNjcgMTYuODY2MzUxOSwzMyAxOS45NTc0MzAxLDMzIEMyMy4wNDk1MDk5LDMzIDI1Ljk1NjI4NTMsMzEuNzk4NjA2NyAyOC4xNDE4NzU5LDI5LjYxNjcwODYgQzI5LjI4Mjc1MDIsMjguNDc4MjgzNSAzMC40MjA2MTk2LDI3LjE4NjkzNTYgMzEuMDExNTkwNSwyNS40NjA4MDczIEwzMC4wNjQwMzM4LDI1LjEzNzk3MDMgQzI5LjUzOTE3MTUsMjYuNjcwMTk2NiAyOC40ODk0NDY5LDI3Ljg1NjU5NzQgMjcuNDMzNzEyNSwyOC45MTAwNjU0IEwyNy40MzM3MTI1LDI4LjkxMDA2NTQgWiBNOS45NDQ5ODEwNCwxNS44NTk2NTU5IEw4Ljk5ODQyNTk5LDE1LjUzMTgyMTQgQzkuNTEwMjY2ODcsMTQuMDY0NTYyNCAxMC4zNjU2NzIyLDEyLjc4MzIwOTUgMTEuNzc1OTg5MSwxMS4zNzU5MjAyIEMxNi4yODYzOTkxLDYuODc1MTkzMDQgMjMuNjI2NDU3OCw2Ljg3NDE5MzU0IDI4LjEzNzg2OTQsMTEuMzc1OTIwMiBDMjkuMjE4NjQ0OSwxMi40NTMzNzYxIDMwLjQwMzU5MTYsMTMuNzg5NzAxMiAzMS4wMTE1OTA1LDE1LjUzMTgyMTQgTDMwLjA2NDAzMzgsMTUuODU5NjU1OSBDMjkuNTI0MTQ2OCwxNC4zMDk0Mzg3IDI4LjQyOTM0ODIsMTMuMDgwMDU5NiAyNy40Mjk3MDU5LDEyLjA4MjU2MzMgQzI1LjQzNDQyOCwxMC4wOTE1Njg4IDIyLjc4MTA2ODksOC45OTYxMjE5NyAxOS45NTc0MzAxLDguOTk2MTIxOTcgQzE3LjEzMzc5MTIsOC45OTYxMjE5NyAxNC40ODA0MzIxLDEwLjA5MTU2ODggMTIuNDg1MTU0MiwxMi4wODI1NjMzIEMxMS4xODcwMjE1LDEzLjM3NzkwOTIgMTAuNDAzNzM0NywxNC41NDIzMjExIDkuOTQ0OTgxMDQsMTUuODU5NjU1OSBMOS45NDQ5ODEwNCwxNS44NTk2NTU5IFonCiAgICAgICAgICAgICAgaWQ9J0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV9JY29uXzMyX1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
2783
3302
|
}
|