@camunda/connectors-element-templates 1.0.6 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/build_element_template_array_json_files.sh +9 -0
- package/src/connectors.js +26 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +32 -30
- package/src/element-templates/agenticai-aiagent-job-worker.json +3266 -0
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +3932 -760
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +1 -1
- package/src/element-templates/asana-connector.json +104 -104
- package/src/element-templates/automation-anywhere-outbound-connector.json +657 -657
- package/src/element-templates/aws-bedrock-outbound-connector.json +30 -30
- package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
- package/src/element-templates/aws-dynamodb-outbound-connector.json +107 -107
- package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +31 -31
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-receive.json +356 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
- package/src/element-templates/aws-eventbridge-outbound-connector.json +479 -479
- package/src/element-templates/aws-lambda-outbound-connector.json +92 -92
- package/src/element-templates/aws-s3-outbound-connector.json +30 -30
- package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
- package/src/element-templates/aws-sns-inbound-boundary.json +303 -303
- package/src/element-templates/aws-sns-inbound-intermediate.json +215 -215
- package/src/element-templates/aws-sns-inbound-message-start.json +343 -343
- package/src/element-templates/aws-sns-inbound-receive.json +304 -0
- package/src/element-templates/aws-sns-inbound-start-event.json +130 -130
- package/src/element-templates/aws-sns-outbound-connector.json +726 -726
- package/src/element-templates/aws-sqs-boundary-connector.json +629 -629
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +537 -537
- package/src/element-templates/aws-sqs-outbound-connector.json +440 -440
- package/src/element-templates/aws-sqs-receive-connector.json +418 -0
- package/src/element-templates/aws-sqs-start-event-connector.json +771 -771
- package/src/element-templates/aws-sqs-start-message.json +461 -461
- package/src/element-templates/azure-open-ai-connector.json +32 -32
- package/src/element-templates/blue-prism-connector.json +50 -50
- package/src/element-templates/box-outbound-connector.json +30 -30
- package/src/element-templates/csv-outbound-connector.json +412 -0
- package/src/element-templates/easy-post-connector.json +149 -149
- package/src/element-templates/email-inbound-connector-boundary.json +19 -19
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-outbound-connector.json +233 -233
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +473 -488
- package/src/element-templates/github-connector.json +2417 -2417
- package/src/element-templates/github-webhook-connector-boundary.json +21 -21
- package/src/element-templates/github-webhook-connector-intermediate.json +57 -57
- package/src/element-templates/github-webhook-connector-message-start.json +21 -21
- package/src/element-templates/github-webhook-connector-receive.json +202 -0
- package/src/element-templates/github-webhook-connector-start-event.json +57 -57
- package/src/element-templates/gitlab-connector.json +1103 -1103
- package/src/element-templates/google-drive-outbound-connector.json +846 -846
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +78 -78
- package/src/element-templates/google-sheets-outbound-connector.json +1067 -1067
- package/src/element-templates/graphql-outbound-connector.json +1181 -1181
- package/src/element-templates/http-json-connector.json +2471 -1866
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +635 -6
- package/src/element-templates/http-polling-connector.json +635 -6
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +43 -43
- package/src/element-templates/kafka-inbound-connector-boundary.json +1012 -1012
- package/src/element-templates/kafka-inbound-connector-intermediate.json +582 -582
- package/src/element-templates/kafka-inbound-connector-receive.json +498 -0
- package/src/element-templates/kafka-inbound-connector-start-message.json +608 -608
- package/src/element-templates/kafka-outbound-connector.json +385 -385
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +1643 -1643
- package/src/element-templates/openai-connector.json +122 -122
- package/src/element-templates/operate-connector.json +76 -72
- package/src/element-templates/power-automate-connector.json +10 -10
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +334 -334
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +861 -861
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +456 -456
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +461 -0
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +258 -258
- package/src/element-templates/rabbitmq-outbound-connector.json +322 -322
- package/src/element-templates/salesforce-connector.json +44 -44
- package/src/element-templates/sendgrid-outbound-connector.json +470 -470
- package/src/element-templates/servicenow-connector.json +942 -0
- package/src/element-templates/servicenow-flow-starter-connector.json +643 -0
- package/src/element-templates/servicenow-incident-connector.json +969 -0
- package/src/element-templates/slack-inbound-boundary.json +303 -303
- package/src/element-templates/slack-inbound-intermediate.json +277 -277
- package/src/element-templates/slack-inbound-message-start.json +11 -11
- package/src/element-templates/slack-inbound-receive.json +290 -0
- package/src/element-templates/slack-inbound-start-event.json +247 -247
- package/src/element-templates/slack-outbound-connector.json +966 -966
- package/src/element-templates/twilio-connector.json +52 -52
- package/src/element-templates/twilio-webhook-boundary-connector.json +20 -20
- package/src/element-templates/twilio-webhook-connector.json +11 -11
- package/src/element-templates/twilio-webhook-intermediate-connector.json +50 -50
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/twilio-webhook-receive-connector.json +262 -0
- package/src/element-templates/webhook-connector-boundary.json +1150 -1150
- package/src/element-templates/webhook-connector-intermediate.json +1834 -1834
- package/src/element-templates/webhook-connector-receive.json +609 -0
- package/src/element-templates/webhook-connector-start-event.json +1495 -1495
- package/src/element-templates/webhook-connector-start-message.json +586 -586
- package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
|
@@ -3,17 +3,241 @@
|
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
4
|
"name": "Amazon SQS Boundary Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.AWSSQS.boundary.v1",
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
6
|
+
"version": 1,
|
|
7
|
+
"description": "Receive message from a queue",
|
|
8
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
9
|
+
"appliesTo": ["bpmn:BoundaryEvent"],
|
|
10
|
+
"elementType": {
|
|
11
|
+
"value": "bpmn:BoundaryEvent",
|
|
12
|
+
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
13
|
+
},
|
|
14
|
+
"category": {
|
|
15
|
+
"id": "connectors",
|
|
16
|
+
"name": "Connectors"
|
|
17
|
+
},
|
|
18
|
+
"groups": [
|
|
19
|
+
{
|
|
20
|
+
"id": "authentication",
|
|
21
|
+
"label": "Authentication"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"id": "queueProperties",
|
|
25
|
+
"label": "Queue properties"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"id": "messagePollingProperties",
|
|
29
|
+
"label": "Message polling properties"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"id": "input",
|
|
33
|
+
"label": "Use next attribute names for activation condition"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"id": "activation",
|
|
37
|
+
"label": "Activation"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"id": "variable-mapping",
|
|
41
|
+
"label": "Variable mapping"
|
|
42
|
+
}
|
|
43
|
+
],
|
|
44
|
+
"properties": [
|
|
45
|
+
{
|
|
46
|
+
"type": "Hidden",
|
|
47
|
+
"value": "io.camunda:aws-sqs-inbound:1",
|
|
48
|
+
"binding": {
|
|
49
|
+
"type": "zeebe:property",
|
|
50
|
+
"name": "inbound.type"
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"type": "Hidden",
|
|
55
|
+
"generatedValue": {
|
|
56
|
+
"type": "uuid"
|
|
57
|
+
},
|
|
58
|
+
"binding": {
|
|
59
|
+
"type": "bpmn:Message#property",
|
|
60
|
+
"name": "name"
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"label": "Access key",
|
|
65
|
+
"description": "Provide AWS IAM access key that has permission to read from desired SQS",
|
|
66
|
+
"group": "authentication",
|
|
67
|
+
"type": "String",
|
|
68
|
+
"binding": {
|
|
69
|
+
"type": "zeebe:property",
|
|
70
|
+
"name": "authentication.accessKey"
|
|
71
|
+
},
|
|
72
|
+
"constraints": {
|
|
73
|
+
"notEmpty": true
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"label": "Secret key",
|
|
78
|
+
"description": "Provide AWS IAM secret key that has permission to read from desired SQS",
|
|
79
|
+
"group": "authentication",
|
|
80
|
+
"type": "String",
|
|
81
|
+
"binding": {
|
|
82
|
+
"type": "zeebe:property",
|
|
83
|
+
"name": "authentication.secretKey"
|
|
84
|
+
},
|
|
85
|
+
"constraints": {
|
|
86
|
+
"notEmpty": true
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"label": "Queue URL",
|
|
91
|
+
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
92
|
+
"group": "queueProperties",
|
|
93
|
+
"type": "String",
|
|
94
|
+
"binding": {
|
|
95
|
+
"type": "zeebe:property",
|
|
96
|
+
"name": "queue.url"
|
|
97
|
+
},
|
|
98
|
+
"constraints": {
|
|
99
|
+
"notEmpty": true,
|
|
100
|
+
"pattern": {
|
|
101
|
+
"value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
102
|
+
"message": "Must be an queue URL or ARN"
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"label": "Region",
|
|
108
|
+
"description": "Specify the AWS region of your queue",
|
|
109
|
+
"group": "queueProperties",
|
|
110
|
+
"type": "String",
|
|
111
|
+
"binding": {
|
|
112
|
+
"type": "zeebe:property",
|
|
113
|
+
"name": "configuration.region"
|
|
114
|
+
},
|
|
115
|
+
"constraints": {
|
|
116
|
+
"notEmpty": true
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"label": "Polling wait time",
|
|
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",
|
|
122
|
+
"group": "messagePollingProperties",
|
|
123
|
+
"type": "String",
|
|
124
|
+
"optional": false,
|
|
125
|
+
"feel": "optional",
|
|
126
|
+
"value": "1",
|
|
127
|
+
"binding": {
|
|
128
|
+
"type": "zeebe:property",
|
|
129
|
+
"name": "queue.pollingWaitTime"
|
|
130
|
+
},
|
|
131
|
+
"constraints": {
|
|
132
|
+
"notEmpty": true,
|
|
133
|
+
"pattern": {
|
|
134
|
+
"value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
135
|
+
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"label": "Attribute names",
|
|
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",
|
|
142
|
+
"group": "input",
|
|
143
|
+
"type": "String",
|
|
144
|
+
"optional": true,
|
|
145
|
+
"binding": {
|
|
146
|
+
"type": "zeebe:property",
|
|
147
|
+
"name": "queue.attributeNames"
|
|
148
|
+
},
|
|
149
|
+
"feel": "required"
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"label": "Message attribute names",
|
|
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",
|
|
154
|
+
"group": "input",
|
|
155
|
+
"type": "String",
|
|
156
|
+
"optional": true,
|
|
157
|
+
"binding": {
|
|
158
|
+
"type": "zeebe:property",
|
|
159
|
+
"name": "queue.messageAttributeNames"
|
|
160
|
+
},
|
|
161
|
+
"feel": "required"
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"label": "Correlation key (process)",
|
|
165
|
+
"type": "String",
|
|
166
|
+
"group": "activation",
|
|
167
|
+
"feel": "required",
|
|
168
|
+
"description": "Sets up the correlation key from process variables",
|
|
169
|
+
"binding": {
|
|
170
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
171
|
+
"name": "correlationKey"
|
|
172
|
+
},
|
|
173
|
+
"constraints": {
|
|
174
|
+
"notEmpty": true
|
|
175
|
+
}
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"label": "Correlation key (payload)",
|
|
179
|
+
"type": "String",
|
|
180
|
+
"group": "activation",
|
|
181
|
+
"feel": "required",
|
|
182
|
+
"binding": {
|
|
183
|
+
"type": "zeebe:property",
|
|
184
|
+
"name": "correlationKeyExpression"
|
|
185
|
+
},
|
|
186
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
187
|
+
"constraints": {
|
|
188
|
+
"notEmpty": true
|
|
189
|
+
}
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"label": "Activation condition",
|
|
193
|
+
"type": "String",
|
|
194
|
+
"group": "activation",
|
|
195
|
+
"feel": "required",
|
|
196
|
+
"optional": true,
|
|
197
|
+
"binding": {
|
|
198
|
+
"type": "zeebe:property",
|
|
199
|
+
"name": "activationCondition"
|
|
200
|
+
},
|
|
201
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events"
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"label": "Result variable",
|
|
205
|
+
"type": "String",
|
|
206
|
+
"group": "variable-mapping",
|
|
207
|
+
"optional": true,
|
|
208
|
+
"binding": {
|
|
209
|
+
"type": "zeebe:property",
|
|
210
|
+
"name": "resultVariable"
|
|
211
|
+
},
|
|
212
|
+
"description": "Name of variable to store the result of the connector in"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"label": "Result expression",
|
|
216
|
+
"type": "String",
|
|
217
|
+
"group": "variable-mapping",
|
|
218
|
+
"feel": "required",
|
|
219
|
+
"optional": true,
|
|
220
|
+
"binding": {
|
|
221
|
+
"type": "zeebe:property",
|
|
222
|
+
"name": "resultExpression"
|
|
223
|
+
},
|
|
224
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
225
|
+
}
|
|
226
|
+
],
|
|
227
|
+
"icon": {
|
|
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"
|
|
14
229
|
},
|
|
230
|
+
"engines": {
|
|
231
|
+
"camunda": "^8.2"
|
|
232
|
+
}
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
236
|
+
"name": "Amazon SQS Boundary Event Connector",
|
|
237
|
+
"id": "io.camunda.connectors.AWSSQS.boundary.v1",
|
|
238
|
+
"description": "Receive message from a queue",
|
|
15
239
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
|
|
16
|
-
"version":
|
|
240
|
+
"version": 9,
|
|
17
241
|
"category": {
|
|
18
242
|
"id": "connectors",
|
|
19
243
|
"name": "Connectors"
|
|
@@ -23,9 +247,6 @@
|
|
|
23
247
|
"value": "bpmn:BoundaryEvent",
|
|
24
248
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
25
249
|
},
|
|
26
|
-
"engines": {
|
|
27
|
-
"camunda": "^8.3"
|
|
28
|
-
},
|
|
29
250
|
"groups": [
|
|
30
251
|
{
|
|
31
252
|
"id": "authentication",
|
|
@@ -182,7 +403,7 @@
|
|
|
182
403
|
{
|
|
183
404
|
"id": "queue.queue.pollingWaitTime",
|
|
184
405
|
"label": "Polling wait time",
|
|
185
|
-
"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
|
|
406
|
+
"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",
|
|
186
407
|
"optional": false,
|
|
187
408
|
"value": "20",
|
|
188
409
|
"constraints": {
|
|
@@ -414,15 +635,18 @@
|
|
|
414
635
|
],
|
|
415
636
|
"icon": {
|
|
416
637
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0MCA0MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0nMCUnIHkxPScxMDAlJyB4Mj0nMTAwJScgeTI9JzAlJyBpZD0nbGluZWFyR3JhZGllbnQtMSc+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNCMDA4NEQnIG9mZnNldD0nMCUnPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI0ZGNEY4Qicgb2Zmc2V0PScxMDAlJz48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMicgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnCiAgICAgICBmaWxsLXJ1bGU9J2V2ZW5vZGQnPgogICAgICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS1CRy8zMi9BcHBsaWNhdGlvbi1JbnRlZ3JhdGlvbicgZmlsbD0ndXJsKCNsaW5lYXJHcmFkaWVudC0xKSc+CiAgICAgICAgICAgIDxyZWN0IGlkPSdSZWN0YW5nbGUnIHg9JzAnIHk9JzAnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSdNMTQuMzQyMjA1MSwyMi4zNDkzNzg2IEwxNS44NDY2NzY3LDIwLjkwNjEwNzQgQzE1Ljk0MjgzNDcsMjAuODE0MTUzOSAxNS45OTY5MjM1LDIwLjY4NzIxOCAxNS45OTk5Mjg1LDIwLjU1NTI4NDYgQzE2LjAwMTkzMTcsMjAuNDIyMzUxNyAxNS45NTE4NDk1LDIwLjI5MzQxNjggMTUuODU5Njk4MSwyMC4xOTg0NjQ4IEwxNC4zNTUyMjY0LDE4LjY0MzI1MDIgTDEzLjYzNTA0MzMsMTkuMzM3ODk5NCBMMTQuMzExMTU0LDIwLjAzNzU0NiBMMTEuOTkxMzQyOSwyMC4wMzc1NDYgTDExLjk5MTM0MjksMjEuMDM3MDQxMyBMMTQuMjY1MDc4MywyMS4wMzcwNDEzIEwxMy42NDgwNjQ3LDIxLjYyODc0MjUgTDE0LjM0MjIwNTEsMjIuMzQ5Mzc4NiBaIE0yNi4zNTc5NDUyLDIyLjM1MzM3NjUgTDI3LjkwNzQ5MDksMjAuOTAwMTEwNCBDMjguMDA2NjUzOCwyMC44MDgxNTY5IDI4LjA2Mjc0NTksMjAuNjc5MjIyIDI4LjA2NDc0OTIsMjAuNTQ0MjkwMSBDMjguMDY2NzUyNSwyMC40MDkzNTgzIDI4LjAxMzY2NTMsMjAuMjc4NDI0NCAyNy45MTg1MDksMjAuMTgzNDcyNCBMMjYuMzY4OTYzMywxOC42MzcyNTMyIEwyNS42NjA3OTk5LDE5LjM0Mzg5NjMgTDI2LjM1NDk0MDMsMjAuMDM3NTQ2IEwyNC4wMTEwODk2LDIwLjAzNzU0NiBMMjQuMDExMDg5NiwyMS4wMzcwNDEzIEwyNi4yOTg4NDgxLDIxLjAzNzA0MTMgTDI1LjY3MTgxOCwyMS42MjQ3NDQ1IEwyNi4zNTc5NDUyLDIyLjM1MzM3NjUgWiBNMTcuNTg3NTM2NywyMy4zNjA4Njc4IEMxOC4zMzg3NzA4LDIzLjA1NzAyMTIgMTkuMTYyMTIzNSwyMi44OTQxMDM1IDIwLjAwNDUwNzQsMjIuODk0MTAzNSBDMjAuODQ2ODkxMywyMi44OTQxMDM1IDIxLjY3MDI0NCwyMy4wNTcwMjEyIDIyLjQyMTQ3ODEsMjMuMzYwODY3OCBDMjEuNzUyMzc4OSwyMS41ODk3NjIyIDIxLjc1MjM3ODksMTkuMzg5ODczMSAyMi40MjE0NzgxLDE3LjYxODc2NzUgQzIwLjkxOTAwOTgsMTguMjI2NDYwNiAxOS4wOTAwMDUsMTguMjI2NDYwNiAxNy41ODc1MzY3LDE3LjYxODc2NzUgQzE4LjI1NjYzNTksMTkuMzg5ODczMSAxOC4yNTY2MzU5LDIxLjU4OTc2MjIgMTcuNTg3NTM2NywyMy4zNjA4Njc4IEwxNy41ODc1MzY3LDIzLjM2MDg2NzggWiBNMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IEMxNS41NDYxODMsMjUuMjQzOTE2OCAxNS40OTcxMDI0LDI1LjExNTk4MTQgMTUuNDk3MTAyNCwyNC45ODgwNDYgQzE1LjQ5NzEwMjQsMjQuODYwMTEwNiAxNS41NDYxODMsMjQuNzMyMTc1MyAxNS42NDQzNDQzLDI0LjYzNDIyNDcgQzE3LjU4NDUzMTcsMjIuNjk4MjAyNCAxNy41ODQ1MzE3LDE4LjI4MjQzMjQgMTUuNjQ0MzQ0MywxNi4zNDU0MTA2IEMxNS41NDYxODMsMTYuMjQ4NDU5NSAxNS40OTcxMDI0LDE2LjEyMDUyNDEgMTUuNDk3MTAyNCwxNS45OTI1OTEyIEMxNS40OTcxMDI0LDE1Ljg2NDY1MzQgMTUuNTQ2MTgzLDE1LjczNjcxOCAxNS42NDQzNDQzLDE1LjYzODc2NzQgQzE1LjgzOTY2NTIsMTUuNDQzODY1OSAxNi4xNTcxODY4LDE1LjQ0Mzg2NTkgMTYuMzUyNTA3NywxNS42Mzg3Njc0IEMxNy4yNzQwMjE2LDE2LjU1ODMwMzEgMTguNjA1MjA4NiwxNy4wODYwMzY2IDIwLjAwNDUwNzQsMTcuMDg2MDM2NiBDMjEuNDA0ODA3OSwxNy4wODYwMzY2IDIyLjczNTk5NDgsMTYuNTU4MzAzMSAyMy42NTc1MDg4LDE1LjYzODc2NzQgQzIzLjg1MjgyOTYsMTUuNDQzODY1OSAyNC4xNzAzNTEzLDE1LjQ0Mzg2NTkgMjQuMzY1NjcyMiwxNS42Mzg3Njc0IEMyNC40NjI4MzE4LDE1LjczNjcxOCAyNC41MTE5MTI0LDE1Ljg2NDY1MzQgMjQuNTExOTEyNCwxNS45OTI1OTEyIEMyNC41MTE5MTI0LDE2LjEyMDUyNDEgMjQuNDYyODMxOCwxNi4yNDg0NTk1IDI0LjM2NTY3MjIsMTYuMzQ1NDEwNiBDMjIuNDI0NDgzMSwxOC4yODI0MzI0IDIyLjQyNDQ4MzEsMjIuNjk4MjAyNCAyNC4zNjU2NzIyLDI0LjYzNDIyNDcgQzI0LjQ2MjgzMTgsMjQuNzMyMTc1MyAyNC41MTE5MTI0LDI0Ljg2MDExMDYgMjQuNTExOTEyNCwyNC45ODgwNDYgQzI0LjUxMTkxMjQsMjUuMTE1OTgxNCAyNC40NjI4MzE4LDI1LjI0MzkxNjggMjQuMzY1NjcyMiwyNS4zNDA4Njc5IEMyNC4yNjc1MTA5LDI1LjQzODgxODQgMjQuMTM5MzAwMywyNS40ODc3OTM3IDI0LjAxMTA4OTYsMjUuNDg3NzkzNyBDMjMuODgyODc5LDI1LjQ4Nzc5MzcgMjMuNzU0NjY4NCwyNS40Mzg4MTg0IDIzLjY1NzUwODgsMjUuMzQwODY3OSBDMjIuNzM1OTk0OCwyNC40MjEzMzIyIDIxLjQwNDgwNzksMjMuODkzNTk4NyAyMC4wMDQ1MDc0LDIzLjg5MzU5ODcgQzE4LjYwNTIwODYsMjMuODkzNTk4NyAxNy4yNzQwMjE2LDI0LjQyMTMzMjIgMTYuMzUyNTA3NywyNS4zNDA4Njc5IEMxNi4xNTcxODY4LDI1LjUzNTc2OTQgMTUuODM5NjY1MiwyNS41MzU3Njk0IDE1LjY0NDM0NDMsMjUuMzQwODY3OSBMMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IFogTTMyLjU0MjEwNDksMTkuNDM1ODQ5OSBDMzIuMjM2NjAzLDE5LjEzMjAwMzMgMzEuODM2OTQ2NCwxOC45ODAwODAxIDMxLjQzNjI4ODIsMTguOTgwMDgwMSBDMzEuMDM2NjMxNiwxOC45ODAwODAxIDMwLjYzNjk3NSwxOS4xMzIwMDMzIDMwLjMzMTQ3MzEsMTkuNDM1ODQ5OSBDMjkuNzIxNDcxLDIwLjA0NDU0MjUgMjkuNzIxNDcxLDIxLjAzNDA0MjggMzAuMzMxNDczMSwyMS42NDE3MzU5IEMzMC45NDE0NzUzLDIyLjI1MDQyODUgMzEuOTMyMTAyNywyMi4yNTA0Mjg1IDMyLjU0MjEwNDksMjEuNjQxNzM1OSBDMzMuMTUxMTA1NCwyMS4wMzQwNDI4IDMzLjE1MTEwNTQsMjAuMDQ0NTQyNSAzMi41NDIxMDQ5LDE5LjQzNTg0OTkgTDMyLjU0MjEwNDksMTkuNDM1ODQ5OSBaIE0zMy4yNTAyNjgzLDIyLjM0OTM3ODYgQzMyLjc1MDQ0NzIsMjIuODQ4MTI2NyAzMi4wOTMzNjc3LDIzLjA5ODAwMDUgMzEuNDM2Mjg4MiwyMy4wOTgwMDA1IEMzMC43ODAyMTAzLDIzLjA5ODAwMDUgMzAuMTIzMTMwOSwyMi44NDgxMjY3IDI5LjYyMzMwOTcsMjIuMzQ5Mzc4NiBDMjguNjIzNjY3NSwyMS4zNTA4ODI4IDI4LjYyMzY2NzUsMTkuNzI3NzAyNSAyOS42MjMzMDk3LDE4LjcyOTIwNjggQzMwLjYyMjk1MiwxNy43MzE3MTA1IDMyLjI1MDYyNiwxNy43MzE3MTA1IDMzLjI1MDI2ODMsMTguNzI5MjA2OCBDMzQuMjQ5OTEwNiwxOS43Mjc3MDI1IDM0LjI0OTkxMDYsMjEuMzUwODgyOCAzMy4yNTAyNjgzLDIyLjM0OTM3ODYgTDMzLjI1MDI2ODMsMjIuMzQ5Mzc4NiBaIE05LjY2ODUyNjg3LDE5LjQ0Njg0NDMgQzkuMzYzMDI0OTcsMTkuMTQyOTk3OCA4Ljk2MzM2ODM5LDE4Ljk5MTA3NDUgOC41NjI3MTAxNywxOC45OTEwNzQ1IEM4LjE2MzA1MzU5LDE4Ljk5MTA3NDUgNy43NjMzOTcwMSwxOS4xNDI5OTc4IDcuNDU3ODk1MTEsMTkuNDQ2ODQ0MyBDNi44NDg4OTQ2MSwyMC4wNTU1MzcgNi44NDg4OTQ2MSwyMS4wNDUwMzczIDcuNDU3ODk1MTEsMjEuNjUyNzMwNCBDOC4wNjc4OTcyNiwyMi4yNjE0MjMgOS4wNTg1MjQ3MiwyMi4yNjE0MjMgOS42Njg1MjY4NywyMS42NTI3MzA0IEMxMC4yNzc1Mjc0LDIxLjA0NTAzNzMgMTAuMjc3NTI3NCwyMC4wNTU1MzcgOS42Njg1MjY4NywxOS40NDY4NDQzIEw5LjY2ODUyNjg3LDE5LjQ0Njg0NDMgWiBNMTAuMzc2NjkwMywyMi4zNTkzNzM1IEM5Ljg3Njg2OTE0LDIyLjg1ODEyMTcgOS4yMTk3ODk2NSwyMy4xMDc5OTU1IDguNTYyNzEwMTcsMjMuMTA3OTk1NSBDNy45MDY2MzIzMiwyMy4xMDc5OTU1IDcuMjQ5NTUyODQsMjIuODU4MTIxNyA2Ljc0OTczMTcsMjIuMzU5MzczNSBDNS43NTAwODk0MywyMS4zNjE4NzczIDUuNzUwMDg5NDMsMTkuNzM4Njk3IDYuNzQ5NzMxNywxOC43NDAyMDEyIEM3Ljc0OTM3Mzk3LDE3Ljc0MjcwNDkgOS4zNzcwNDgwMSwxNy43NDI3MDQ5IDEwLjM3NjY5MDMsMTguNzQwMjAxMiBDMTEuMzc2MzMyNSwxOS43Mzg2OTcgMTEuMzc2MzMyNSwyMS4zNjE4NzczIDEwLjM3NjY5MDMsMjIuMzU5MzczNSBMMTAuMzc2NjkwMywyMi4zNTkzNzM1IFogTTI3LjQzMzcxMjUsMjguOTEwMDY1NCBDMjUuNDM2NDMxMywzMC45MDMwNTkgMjIuNzgyMDcwNSwzMi4wMDA1MDQ3IDE5Ljk1NzQzMDEsMzIuMDAwNTA0NyBDMTcuMTMyNzg5NiwzMi4wMDA1MDQ3IDE0LjQ3ODQyODgsMzAuOTAzMDU5IDEyLjQ4MjE0OTIsMjguOTEwMDY1NCBDMTEuMTY1OTg3LDI3LjU5NzcyODEgMTAuNDA3NzQxMywyNi40NjkyOTggOS45NDQ5ODEwNCwyNS4xMzU5NzEzIEw4Ljk5ODQyNTk5LDI1LjQ2MjgwNjMgQzkuNTA3MjYxOTMsMjYuOTI5MDY1OCAxMC4zNjI2NjcyLDI4LjIxMDQxODcgMTEuNzczOTg1OCwyOS42MTY3MDg2IEMxMy45NTg1NzQ4LDMxLjc5ODYwNjcgMTYuODY2MzUxOSwzMyAxOS45NTc0MzAxLDMzIEMyMy4wNDk1MDk5LDMzIDI1Ljk1NjI4NTMsMzEuNzk4NjA2NyAyOC4xNDE4NzU5LDI5LjYxNjcwODYgQzI5LjI4Mjc1MDIsMjguNDc4MjgzNSAzMC40MjA2MTk2LDI3LjE4NjkzNTYgMzEuMDExNTkwNSwyNS40NjA4MDczIEwzMC4wNjQwMzM4LDI1LjEzNzk3MDMgQzI5LjUzOTE3MTUsMjYuNjcwMTk2NiAyOC40ODk0NDY5LDI3Ljg1NjU5NzQgMjcuNDMzNzEyNSwyOC45MTAwNjU0IEwyNy40MzM3MTI1LDI4LjkxMDA2NTQgWiBNOS45NDQ5ODEwNCwxNS44NTk2NTU5IEw4Ljk5ODQyNTk5LDE1LjUzMTgyMTQgQzkuNTEwMjY2ODcsMTQuMDY0NTYyNCAxMC4zNjU2NzIyLDEyLjc4MzIwOTUgMTEuNzc1OTg5MSwxMS4zNzU5MjAyIEMxNi4yODYzOTkxLDYuODc1MTkzMDQgMjMuNjI2NDU3OCw2Ljg3NDE5MzU0IDI4LjEzNzg2OTQsMTEuMzc1OTIwMiBDMjkuMjE4NjQ0OSwxMi40NTMzNzYxIDMwLjQwMzU5MTYsMTMuNzg5NzAxMiAzMS4wMTE1OTA1LDE1LjUzMTgyMTQgTDMwLjA2NDAzMzgsMTUuODU5NjU1OSBDMjkuNTI0MTQ2OCwxNC4zMDk0Mzg3IDI4LjQyOTM0ODIsMTMuMDgwMDU5NiAyNy40Mjk3MDU5LDEyLjA4MjU2MzMgQzI1LjQzNDQyOCwxMC4wOTE1Njg4IDIyLjc4MTA2ODksOC45OTYxMjE5NyAxOS45NTc0MzAxLDguOTk2MTIxOTcgQzE3LjEzMzc5MTIsOC45OTYxMjE5NyAxNC40ODA0MzIxLDEwLjA5MTU2ODggMTIuNDg1MTU0MiwxMi4wODI1NjMzIEMxMS4xODcwMjE1LDEzLjM3NzkwOTIgMTAuNDAzNzM0NywxNC41NDIzMjExIDkuOTQ0OTgxMDQsMTUuODU5NjU1OSBMOS45NDQ5ODEwNCwxNS44NTk2NTU5IFonCiAgICAgICAgICAgICAgaWQ9J0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV9JY29uXzMyX1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
638
|
+
},
|
|
639
|
+
"engines": {
|
|
640
|
+
"camunda": "^8.5"
|
|
417
641
|
}
|
|
418
642
|
},
|
|
419
643
|
{
|
|
420
644
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
421
645
|
"name": "Amazon SQS Boundary Event Connector",
|
|
422
646
|
"id": "io.camunda.connectors.AWSSQS.boundary.v1",
|
|
423
|
-
"version":
|
|
647
|
+
"version": 2,
|
|
424
648
|
"description": "Receive message from a queue",
|
|
425
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
649
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
426
650
|
"appliesTo": ["bpmn:BoundaryEvent"],
|
|
427
651
|
"elementType": {
|
|
428
652
|
"value": "bpmn:BoundaryEvent",
|
|
@@ -569,7 +793,7 @@
|
|
|
569
793
|
},
|
|
570
794
|
{
|
|
571
795
|
"label": "Polling wait time",
|
|
572
|
-
"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/
|
|
796
|
+
"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",
|
|
573
797
|
"group": "messagePollingProperties",
|
|
574
798
|
"type": "String",
|
|
575
799
|
"optional": false,
|
|
@@ -589,7 +813,7 @@
|
|
|
589
813
|
},
|
|
590
814
|
{
|
|
591
815
|
"label": "Attribute names",
|
|
592
|
-
"description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
816
|
+
"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",
|
|
593
817
|
"group": "input",
|
|
594
818
|
"type": "String",
|
|
595
819
|
"optional": true,
|
|
@@ -601,7 +825,7 @@
|
|
|
601
825
|
},
|
|
602
826
|
{
|
|
603
827
|
"label": "Message attribute names",
|
|
604
|
-
"description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
828
|
+
"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",
|
|
605
829
|
"group": "input",
|
|
606
830
|
"type": "String",
|
|
607
831
|
"optional": true,
|
|
@@ -639,18 +863,6 @@
|
|
|
639
863
|
"notEmpty": true
|
|
640
864
|
}
|
|
641
865
|
},
|
|
642
|
-
{
|
|
643
|
-
"label": "Message ID expression",
|
|
644
|
-
"feel": "required",
|
|
645
|
-
"type": "String",
|
|
646
|
-
"optional": true,
|
|
647
|
-
"group": "activation",
|
|
648
|
-
"binding": {
|
|
649
|
-
"type": "zeebe:property",
|
|
650
|
-
"name": "messageIdExpression"
|
|
651
|
-
},
|
|
652
|
-
"description": "Expression to extract unique identifier of a message"
|
|
653
|
-
},
|
|
654
866
|
{
|
|
655
867
|
"label": "Activation condition",
|
|
656
868
|
"type": "String",
|
|
@@ -698,27 +910,23 @@
|
|
|
698
910
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
699
911
|
"name": "Amazon SQS Boundary Event Connector",
|
|
700
912
|
"id": "io.camunda.connectors.AWSSQS.boundary.v1",
|
|
913
|
+
"version": 3,
|
|
701
914
|
"description": "Receive message from a queue",
|
|
702
915
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
|
|
703
|
-
"version": 9,
|
|
704
|
-
"category": {
|
|
705
|
-
"id": "connectors",
|
|
706
|
-
"name": "Connectors"
|
|
707
|
-
},
|
|
708
916
|
"appliesTo": ["bpmn:BoundaryEvent"],
|
|
709
917
|
"elementType": {
|
|
710
918
|
"value": "bpmn:BoundaryEvent",
|
|
711
919
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
712
920
|
},
|
|
921
|
+
"category": {
|
|
922
|
+
"id": "connectors",
|
|
923
|
+
"name": "Connectors"
|
|
924
|
+
},
|
|
713
925
|
"groups": [
|
|
714
926
|
{
|
|
715
927
|
"id": "authentication",
|
|
716
928
|
"label": "Authentication"
|
|
717
929
|
},
|
|
718
|
-
{
|
|
719
|
-
"id": "configuration",
|
|
720
|
-
"label": "Configuration"
|
|
721
|
-
},
|
|
722
930
|
{
|
|
723
931
|
"id": "queueProperties",
|
|
724
932
|
"label": "Queue properties"
|
|
@@ -736,394 +944,282 @@
|
|
|
736
944
|
"label": "Activation"
|
|
737
945
|
},
|
|
738
946
|
{
|
|
739
|
-
"id": "
|
|
740
|
-
"label": "
|
|
741
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
742
|
-
},
|
|
743
|
-
{
|
|
744
|
-
"id": "deduplication",
|
|
745
|
-
"label": "Deduplication",
|
|
746
|
-
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
747
|
-
},
|
|
748
|
-
{
|
|
749
|
-
"id": "output",
|
|
750
|
-
"label": "Output mapping"
|
|
947
|
+
"id": "variable-mapping",
|
|
948
|
+
"label": "Variable mapping"
|
|
751
949
|
}
|
|
752
950
|
],
|
|
753
951
|
"properties": [
|
|
754
952
|
{
|
|
953
|
+
"type": "Hidden",
|
|
755
954
|
"value": "io.camunda:aws-sqs-inbound:1",
|
|
756
955
|
"binding": {
|
|
757
|
-
"
|
|
758
|
-
"
|
|
956
|
+
"type": "zeebe:property",
|
|
957
|
+
"name": "inbound.type"
|
|
958
|
+
}
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
"type": "Hidden",
|
|
962
|
+
"generatedValue": {
|
|
963
|
+
"type": "uuid"
|
|
759
964
|
},
|
|
760
|
-
"
|
|
965
|
+
"binding": {
|
|
966
|
+
"type": "bpmn:Message#property",
|
|
967
|
+
"name": "name"
|
|
968
|
+
}
|
|
761
969
|
},
|
|
762
970
|
{
|
|
763
|
-
"id": "
|
|
971
|
+
"id": "authenticationType",
|
|
764
972
|
"label": "Authentication",
|
|
765
|
-
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
766
|
-
"value": "credentials",
|
|
973
|
+
"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>",
|
|
767
974
|
"group": "authentication",
|
|
768
|
-
"binding": {
|
|
769
|
-
"name": "authentication.type",
|
|
770
|
-
"type": "zeebe:property"
|
|
771
|
-
},
|
|
772
975
|
"type": "Dropdown",
|
|
976
|
+
"optional": false,
|
|
977
|
+
"value": "credentials",
|
|
773
978
|
"choices": [
|
|
774
|
-
{
|
|
775
|
-
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
776
|
-
"value": "defaultCredentialsChain"
|
|
777
|
-
},
|
|
778
979
|
{
|
|
779
980
|
"name": "Credentials",
|
|
780
981
|
"value": "credentials"
|
|
982
|
+
},
|
|
983
|
+
{
|
|
984
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
985
|
+
"value": "defaultCredentialsChain"
|
|
781
986
|
}
|
|
782
|
-
]
|
|
987
|
+
],
|
|
988
|
+
"binding": {
|
|
989
|
+
"type": "zeebe:property",
|
|
990
|
+
"name": "authentication.type"
|
|
991
|
+
},
|
|
992
|
+
"constraints": {
|
|
993
|
+
"notEmpty": true
|
|
994
|
+
}
|
|
783
995
|
},
|
|
784
996
|
{
|
|
785
|
-
"id": "authentication.accessKey",
|
|
786
997
|
"label": "Access key",
|
|
787
|
-
"description": "Provide
|
|
788
|
-
"optional": false,
|
|
789
|
-
"constraints": {
|
|
790
|
-
"notEmpty": true
|
|
791
|
-
},
|
|
998
|
+
"description": "Provide AWS IAM access key that has permission to read from desired SQS",
|
|
792
999
|
"group": "authentication",
|
|
1000
|
+
"type": "String",
|
|
793
1001
|
"binding": {
|
|
794
|
-
"
|
|
795
|
-
"
|
|
1002
|
+
"type": "zeebe:property",
|
|
1003
|
+
"name": "authentication.accessKey"
|
|
796
1004
|
},
|
|
797
|
-
"
|
|
798
|
-
"
|
|
799
|
-
"equals": "credentials",
|
|
800
|
-
"type": "simple"
|
|
1005
|
+
"constraints": {
|
|
1006
|
+
"notEmpty": true
|
|
801
1007
|
},
|
|
802
|
-
"
|
|
1008
|
+
"condition": {
|
|
1009
|
+
"property": "authenticationType",
|
|
1010
|
+
"equals": "credentials"
|
|
1011
|
+
}
|
|
803
1012
|
},
|
|
804
1013
|
{
|
|
805
|
-
"id": "authentication.secretKey",
|
|
806
1014
|
"label": "Secret key",
|
|
807
|
-
"description": "Provide
|
|
808
|
-
"optional": false,
|
|
809
|
-
"constraints": {
|
|
810
|
-
"notEmpty": true
|
|
811
|
-
},
|
|
1015
|
+
"description": "Provide AWS IAM secret key that has permission to read from desired SQS",
|
|
812
1016
|
"group": "authentication",
|
|
1017
|
+
"type": "String",
|
|
813
1018
|
"binding": {
|
|
814
|
-
"
|
|
815
|
-
"
|
|
816
|
-
},
|
|
817
|
-
"condition": {
|
|
818
|
-
"property": "authentication.type",
|
|
819
|
-
"equals": "credentials",
|
|
820
|
-
"type": "simple"
|
|
1019
|
+
"type": "zeebe:property",
|
|
1020
|
+
"name": "authentication.secretKey"
|
|
821
1021
|
},
|
|
822
|
-
"type": "String"
|
|
823
|
-
},
|
|
824
|
-
{
|
|
825
|
-
"id": "configuration.region",
|
|
826
|
-
"label": "Region",
|
|
827
|
-
"description": "Specify the AWS region",
|
|
828
|
-
"optional": false,
|
|
829
1022
|
"constraints": {
|
|
830
1023
|
"notEmpty": true
|
|
831
1024
|
},
|
|
832
|
-
"
|
|
833
|
-
|
|
834
|
-
"
|
|
835
|
-
|
|
836
|
-
},
|
|
837
|
-
"type": "String"
|
|
1025
|
+
"condition": {
|
|
1026
|
+
"property": "authenticationType",
|
|
1027
|
+
"equals": "credentials"
|
|
1028
|
+
}
|
|
838
1029
|
},
|
|
839
1030
|
{
|
|
840
|
-
"
|
|
841
|
-
"
|
|
842
|
-
"
|
|
843
|
-
"
|
|
844
|
-
"group": "configuration",
|
|
1031
|
+
"label": "Queue URL",
|
|
1032
|
+
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
1033
|
+
"group": "queueProperties",
|
|
1034
|
+
"type": "String",
|
|
845
1035
|
"binding": {
|
|
846
|
-
"
|
|
847
|
-
"
|
|
1036
|
+
"type": "zeebe:property",
|
|
1037
|
+
"name": "queue.url"
|
|
848
1038
|
},
|
|
849
|
-
"
|
|
1039
|
+
"constraints": {
|
|
1040
|
+
"notEmpty": true,
|
|
1041
|
+
"pattern": {
|
|
1042
|
+
"value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
1043
|
+
"message": "Must be an queue URL or ARN"
|
|
1044
|
+
}
|
|
1045
|
+
}
|
|
850
1046
|
},
|
|
851
1047
|
{
|
|
852
|
-
"
|
|
853
|
-
"
|
|
854
|
-
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
855
|
-
"optional": false,
|
|
856
|
-
"constraints": {
|
|
857
|
-
"notEmpty": true
|
|
858
|
-
},
|
|
1048
|
+
"label": "Region",
|
|
1049
|
+
"description": "Specify the AWS region of your queue",
|
|
859
1050
|
"group": "queueProperties",
|
|
1051
|
+
"type": "String",
|
|
860
1052
|
"binding": {
|
|
861
|
-
"
|
|
862
|
-
"
|
|
1053
|
+
"type": "zeebe:property",
|
|
1054
|
+
"name": "configuration.region"
|
|
863
1055
|
},
|
|
864
|
-
"
|
|
1056
|
+
"constraints": {
|
|
1057
|
+
"notEmpty": true
|
|
1058
|
+
}
|
|
865
1059
|
},
|
|
866
1060
|
{
|
|
867
|
-
"id": "queue.queue.pollingWaitTime",
|
|
868
1061
|
"label": "Polling wait time",
|
|
869
1062
|
"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",
|
|
1063
|
+
"group": "messagePollingProperties",
|
|
1064
|
+
"type": "String",
|
|
870
1065
|
"optional": false,
|
|
871
|
-
"
|
|
1066
|
+
"feel": "optional",
|
|
1067
|
+
"value": "1",
|
|
1068
|
+
"binding": {
|
|
1069
|
+
"type": "zeebe:property",
|
|
1070
|
+
"name": "queue.pollingWaitTime"
|
|
1071
|
+
},
|
|
872
1072
|
"constraints": {
|
|
873
1073
|
"notEmpty": true,
|
|
874
1074
|
"pattern": {
|
|
875
|
-
"value": "^([0-9]?|1[0-9]|20
|
|
1075
|
+
"value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
1076
|
+
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
876
1077
|
}
|
|
877
|
-
}
|
|
878
|
-
"group": "messagePollingProperties",
|
|
879
|
-
"binding": {
|
|
880
|
-
"name": "queue.pollingWaitTime",
|
|
881
|
-
"type": "zeebe:property"
|
|
882
|
-
},
|
|
883
|
-
"type": "String"
|
|
1078
|
+
}
|
|
884
1079
|
},
|
|
885
1080
|
{
|
|
886
|
-
"id": "queue.queue.attributeNames",
|
|
887
1081
|
"label": "Attribute names",
|
|
888
1082
|
"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",
|
|
889
|
-
"optional": false,
|
|
890
|
-
"feel": "optional",
|
|
891
1083
|
"group": "input",
|
|
1084
|
+
"type": "String",
|
|
1085
|
+
"optional": true,
|
|
892
1086
|
"binding": {
|
|
893
|
-
"
|
|
894
|
-
"
|
|
1087
|
+
"type": "zeebe:property",
|
|
1088
|
+
"name": "queue.attributeNames"
|
|
895
1089
|
},
|
|
896
|
-
"
|
|
1090
|
+
"feel": "required"
|
|
897
1091
|
},
|
|
898
1092
|
{
|
|
899
|
-
"id": "queue.queue.messageAttributeNames",
|
|
900
1093
|
"label": "Message attribute names",
|
|
901
1094
|
"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",
|
|
902
|
-
"optional": false,
|
|
903
|
-
"feel": "optional",
|
|
904
1095
|
"group": "input",
|
|
1096
|
+
"type": "String",
|
|
1097
|
+
"optional": true,
|
|
905
1098
|
"binding": {
|
|
906
|
-
"
|
|
907
|
-
"
|
|
1099
|
+
"type": "zeebe:property",
|
|
1100
|
+
"name": "queue.messageAttributeNames"
|
|
908
1101
|
},
|
|
909
|
-
"
|
|
1102
|
+
"feel": "required"
|
|
910
1103
|
},
|
|
911
1104
|
{
|
|
912
|
-
"
|
|
913
|
-
"
|
|
914
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
915
|
-
"optional": true,
|
|
916
|
-
"feel": "required",
|
|
1105
|
+
"label": "Correlation key (process)",
|
|
1106
|
+
"type": "String",
|
|
917
1107
|
"group": "activation",
|
|
1108
|
+
"feel": "required",
|
|
1109
|
+
"description": "Sets up the correlation key from process variables",
|
|
918
1110
|
"binding": {
|
|
919
|
-
"
|
|
920
|
-
"
|
|
1111
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
1112
|
+
"name": "correlationKey"
|
|
921
1113
|
},
|
|
922
|
-
"
|
|
1114
|
+
"constraints": {
|
|
1115
|
+
"notEmpty": true
|
|
1116
|
+
}
|
|
923
1117
|
},
|
|
924
1118
|
{
|
|
925
|
-
"
|
|
926
|
-
"
|
|
927
|
-
"value": true,
|
|
1119
|
+
"label": "Correlation key (payload)",
|
|
1120
|
+
"type": "String",
|
|
928
1121
|
"group": "activation",
|
|
1122
|
+
"feel": "required",
|
|
929
1123
|
"binding": {
|
|
930
|
-
"
|
|
931
|
-
"
|
|
1124
|
+
"type": "zeebe:property",
|
|
1125
|
+
"name": "correlationKeyExpression"
|
|
932
1126
|
},
|
|
933
|
-
"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",
|
|
934
|
-
"type": "Boolean"
|
|
935
|
-
},
|
|
936
|
-
{
|
|
937
|
-
"id": "correlationKeyProcess",
|
|
938
|
-
"label": "Correlation key (process)",
|
|
939
|
-
"description": "Sets up the correlation key from process variables",
|
|
940
|
-
"constraints": {
|
|
941
|
-
"notEmpty": true
|
|
942
|
-
},
|
|
943
|
-
"feel": "required",
|
|
944
|
-
"group": "correlation",
|
|
945
|
-
"binding": {
|
|
946
|
-
"name": "correlationKey",
|
|
947
|
-
"type": "bpmn:Message#zeebe:subscription#property"
|
|
948
|
-
},
|
|
949
|
-
"type": "String"
|
|
950
|
-
},
|
|
951
|
-
{
|
|
952
|
-
"id": "correlationKeyPayload",
|
|
953
|
-
"label": "Correlation key (payload)",
|
|
954
1127
|
"description": "Extracts the correlation key from the incoming message payload",
|
|
955
1128
|
"constraints": {
|
|
956
1129
|
"notEmpty": true
|
|
957
|
-
}
|
|
958
|
-
"feel": "required",
|
|
959
|
-
"group": "correlation",
|
|
960
|
-
"binding": {
|
|
961
|
-
"name": "correlationKeyExpression",
|
|
962
|
-
"type": "zeebe:property"
|
|
963
|
-
},
|
|
964
|
-
"type": "String"
|
|
1130
|
+
}
|
|
965
1131
|
},
|
|
966
1132
|
{
|
|
967
|
-
"id": "messageIdExpression",
|
|
968
1133
|
"label": "Message ID expression",
|
|
969
|
-
"description": "Expression to extract unique identifier of a message",
|
|
970
|
-
"optional": true,
|
|
971
1134
|
"feel": "required",
|
|
972
|
-
"
|
|
973
|
-
"binding": {
|
|
974
|
-
"name": "messageIdExpression",
|
|
975
|
-
"type": "zeebe:property"
|
|
976
|
-
},
|
|
977
|
-
"type": "String"
|
|
978
|
-
},
|
|
979
|
-
{
|
|
980
|
-
"id": "messageTtl",
|
|
981
|
-
"label": "Message TTL",
|
|
982
|
-
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
1135
|
+
"type": "String",
|
|
983
1136
|
"optional": true,
|
|
984
|
-
"
|
|
985
|
-
"notEmpty": false,
|
|
986
|
-
"pattern": {
|
|
987
|
-
"value": "^(PT.*|)$",
|
|
988
|
-
"message": "must be an ISO-8601 duration"
|
|
989
|
-
}
|
|
990
|
-
},
|
|
991
|
-
"feel": "optional",
|
|
992
|
-
"group": "correlation",
|
|
993
|
-
"binding": {
|
|
994
|
-
"name": "messageTtl",
|
|
995
|
-
"type": "zeebe:property"
|
|
996
|
-
},
|
|
997
|
-
"type": "String"
|
|
998
|
-
},
|
|
999
|
-
{
|
|
1000
|
-
"id": "messageNameUuid",
|
|
1001
|
-
"generatedValue": {
|
|
1002
|
-
"type": "uuid"
|
|
1003
|
-
},
|
|
1004
|
-
"group": "correlation",
|
|
1005
|
-
"binding": {
|
|
1006
|
-
"name": "name",
|
|
1007
|
-
"type": "bpmn:Message#property"
|
|
1008
|
-
},
|
|
1009
|
-
"type": "Hidden"
|
|
1010
|
-
},
|
|
1011
|
-
{
|
|
1012
|
-
"id": "deduplicationModeManualFlag",
|
|
1013
|
-
"label": "Manual mode",
|
|
1014
|
-
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1015
|
-
"value": false,
|
|
1016
|
-
"group": "deduplication",
|
|
1017
|
-
"binding": {
|
|
1018
|
-
"name": "deduplicationModeManualFlag",
|
|
1019
|
-
"type": "zeebe:property"
|
|
1020
|
-
},
|
|
1021
|
-
"type": "Boolean"
|
|
1022
|
-
},
|
|
1023
|
-
{
|
|
1024
|
-
"id": "deduplicationId",
|
|
1025
|
-
"label": "Deduplication ID",
|
|
1026
|
-
"constraints": {
|
|
1027
|
-
"notEmpty": true,
|
|
1028
|
-
"pattern": {
|
|
1029
|
-
"value": "^[a-zA-Z0-9_-]+$",
|
|
1030
|
-
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1031
|
-
}
|
|
1032
|
-
},
|
|
1033
|
-
"group": "deduplication",
|
|
1034
|
-
"binding": {
|
|
1035
|
-
"name": "deduplicationId",
|
|
1036
|
-
"type": "zeebe:property"
|
|
1037
|
-
},
|
|
1038
|
-
"condition": {
|
|
1039
|
-
"property": "deduplicationModeManualFlag",
|
|
1040
|
-
"equals": true,
|
|
1041
|
-
"type": "simple"
|
|
1042
|
-
},
|
|
1043
|
-
"type": "String"
|
|
1044
|
-
},
|
|
1045
|
-
{
|
|
1046
|
-
"id": "deduplicationModeManual",
|
|
1047
|
-
"value": "MANUAL",
|
|
1048
|
-
"group": "deduplication",
|
|
1137
|
+
"group": "activation",
|
|
1049
1138
|
"binding": {
|
|
1050
|
-
"
|
|
1051
|
-
"
|
|
1052
|
-
},
|
|
1053
|
-
"condition": {
|
|
1054
|
-
"property": "deduplicationId",
|
|
1055
|
-
"isActive": true,
|
|
1056
|
-
"type": "simple"
|
|
1139
|
+
"type": "zeebe:property",
|
|
1140
|
+
"name": "messageIdExpression"
|
|
1057
1141
|
},
|
|
1058
|
-
"
|
|
1142
|
+
"description": "Expression to extract unique identifier of a message"
|
|
1059
1143
|
},
|
|
1060
1144
|
{
|
|
1061
|
-
"
|
|
1062
|
-
"
|
|
1063
|
-
"group": "
|
|
1145
|
+
"label": "Activation condition",
|
|
1146
|
+
"type": "String",
|
|
1147
|
+
"group": "activation",
|
|
1148
|
+
"feel": "required",
|
|
1149
|
+
"optional": true,
|
|
1064
1150
|
"binding": {
|
|
1065
|
-
"
|
|
1066
|
-
"
|
|
1067
|
-
},
|
|
1068
|
-
"condition": {
|
|
1069
|
-
"property": "deduplicationId",
|
|
1070
|
-
"isActive": false,
|
|
1071
|
-
"type": "simple"
|
|
1151
|
+
"type": "zeebe:property",
|
|
1152
|
+
"name": "activationCondition"
|
|
1072
1153
|
},
|
|
1073
|
-
"
|
|
1154
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events"
|
|
1074
1155
|
},
|
|
1075
1156
|
{
|
|
1076
|
-
"id": "resultVariable",
|
|
1077
1157
|
"label": "Result variable",
|
|
1078
|
-
"
|
|
1079
|
-
"group": "
|
|
1158
|
+
"type": "String",
|
|
1159
|
+
"group": "variable-mapping",
|
|
1160
|
+
"optional": true,
|
|
1080
1161
|
"binding": {
|
|
1081
|
-
"
|
|
1082
|
-
"
|
|
1162
|
+
"type": "zeebe:property",
|
|
1163
|
+
"name": "resultVariable"
|
|
1083
1164
|
},
|
|
1084
|
-
"
|
|
1165
|
+
"description": "Name of variable to store the result of the connector in"
|
|
1085
1166
|
},
|
|
1086
1167
|
{
|
|
1087
|
-
"id": "resultExpression",
|
|
1088
1168
|
"label": "Result expression",
|
|
1089
|
-
"
|
|
1169
|
+
"type": "String",
|
|
1170
|
+
"group": "variable-mapping",
|
|
1090
1171
|
"feel": "required",
|
|
1091
|
-
"
|
|
1172
|
+
"optional": true,
|
|
1092
1173
|
"binding": {
|
|
1093
|
-
"
|
|
1094
|
-
"
|
|
1174
|
+
"type": "zeebe:property",
|
|
1175
|
+
"name": "resultExpression"
|
|
1095
1176
|
},
|
|
1096
|
-
"
|
|
1177
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
1097
1178
|
}
|
|
1098
1179
|
],
|
|
1099
1180
|
"icon": {
|
|
1100
|
-
"contents": "data:image/svg+xml
|
|
1181
|
+
"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"
|
|
1101
1182
|
},
|
|
1102
1183
|
"engines": {
|
|
1103
|
-
"camunda": "^8.
|
|
1184
|
+
"camunda": "^8.4"
|
|
1104
1185
|
}
|
|
1105
1186
|
},
|
|
1106
1187
|
{
|
|
1107
1188
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1108
1189
|
"name": "Amazon SQS Boundary Event Connector",
|
|
1109
1190
|
"id": "io.camunda.connectors.AWSSQS.boundary.v1",
|
|
1110
|
-
"
|
|
1111
|
-
"
|
|
1112
|
-
|
|
1191
|
+
"description": "Receive messages from Amazon SQS.",
|
|
1192
|
+
"metadata": {
|
|
1193
|
+
"keywords": [
|
|
1194
|
+
"receive message",
|
|
1195
|
+
"receive event",
|
|
1196
|
+
"receive message from queue",
|
|
1197
|
+
"receive event from queue"
|
|
1198
|
+
]
|
|
1199
|
+
},
|
|
1200
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
|
|
1201
|
+
"version": 10,
|
|
1202
|
+
"category": {
|
|
1203
|
+
"id": "connectors",
|
|
1204
|
+
"name": "Connectors"
|
|
1205
|
+
},
|
|
1113
1206
|
"appliesTo": ["bpmn:BoundaryEvent"],
|
|
1114
1207
|
"elementType": {
|
|
1115
1208
|
"value": "bpmn:BoundaryEvent",
|
|
1116
1209
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
1117
1210
|
},
|
|
1118
|
-
"
|
|
1119
|
-
"
|
|
1120
|
-
"name": "Connectors"
|
|
1211
|
+
"engines": {
|
|
1212
|
+
"camunda": "^8.3"
|
|
1121
1213
|
},
|
|
1122
1214
|
"groups": [
|
|
1123
1215
|
{
|
|
1124
1216
|
"id": "authentication",
|
|
1125
1217
|
"label": "Authentication"
|
|
1126
1218
|
},
|
|
1219
|
+
{
|
|
1220
|
+
"id": "configuration",
|
|
1221
|
+
"label": "Configuration"
|
|
1222
|
+
},
|
|
1127
1223
|
{
|
|
1128
1224
|
"id": "queueProperties",
|
|
1129
1225
|
"label": "Queue properties"
|
|
@@ -1141,464 +1237,368 @@
|
|
|
1141
1237
|
"label": "Activation"
|
|
1142
1238
|
},
|
|
1143
1239
|
{
|
|
1144
|
-
"id": "
|
|
1145
|
-
"label": "
|
|
1240
|
+
"id": "correlation",
|
|
1241
|
+
"label": "Correlation",
|
|
1242
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"id": "deduplication",
|
|
1246
|
+
"label": "Deduplication",
|
|
1247
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
1248
|
+
},
|
|
1249
|
+
{
|
|
1250
|
+
"id": "output",
|
|
1251
|
+
"label": "Output mapping"
|
|
1146
1252
|
}
|
|
1147
1253
|
],
|
|
1148
1254
|
"properties": [
|
|
1149
1255
|
{
|
|
1150
|
-
"type": "Hidden",
|
|
1151
1256
|
"value": "io.camunda:aws-sqs-inbound:1",
|
|
1152
1257
|
"binding": {
|
|
1153
|
-
"
|
|
1154
|
-
"
|
|
1155
|
-
}
|
|
1156
|
-
},
|
|
1157
|
-
{
|
|
1158
|
-
"type": "Hidden",
|
|
1159
|
-
"generatedValue": {
|
|
1160
|
-
"type": "uuid"
|
|
1258
|
+
"name": "inbound.type",
|
|
1259
|
+
"type": "zeebe:property"
|
|
1161
1260
|
},
|
|
1162
|
-
"
|
|
1163
|
-
"type": "bpmn:Message#property",
|
|
1164
|
-
"name": "name"
|
|
1165
|
-
}
|
|
1261
|
+
"type": "Hidden"
|
|
1166
1262
|
},
|
|
1167
1263
|
{
|
|
1168
|
-
"id": "
|
|
1264
|
+
"id": "authentication.type",
|
|
1169
1265
|
"label": "Authentication",
|
|
1170
|
-
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
1266
|
+
"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>",
|
|
1267
|
+
"value": "credentials",
|
|
1171
1268
|
"group": "authentication",
|
|
1269
|
+
"binding": {
|
|
1270
|
+
"name": "authentication.type",
|
|
1271
|
+
"type": "zeebe:property"
|
|
1272
|
+
},
|
|
1172
1273
|
"type": "Dropdown",
|
|
1173
|
-
"optional": false,
|
|
1174
|
-
"value": "credentials",
|
|
1175
1274
|
"choices": [
|
|
1176
|
-
{
|
|
1177
|
-
"name": "Credentials",
|
|
1178
|
-
"value": "credentials"
|
|
1179
|
-
},
|
|
1180
1275
|
{
|
|
1181
1276
|
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
1182
1277
|
"value": "defaultCredentialsChain"
|
|
1278
|
+
},
|
|
1279
|
+
{
|
|
1280
|
+
"name": "Credentials",
|
|
1281
|
+
"value": "credentials"
|
|
1183
1282
|
}
|
|
1184
|
-
]
|
|
1185
|
-
"binding": {
|
|
1186
|
-
"type": "zeebe:property",
|
|
1187
|
-
"name": "authentication.type"
|
|
1188
|
-
},
|
|
1189
|
-
"constraints": {
|
|
1190
|
-
"notEmpty": true
|
|
1191
|
-
}
|
|
1283
|
+
]
|
|
1192
1284
|
},
|
|
1193
1285
|
{
|
|
1286
|
+
"id": "authentication.accessKey",
|
|
1194
1287
|
"label": "Access key",
|
|
1195
|
-
"description": "Provide
|
|
1196
|
-
"
|
|
1197
|
-
"type": "String",
|
|
1198
|
-
"binding": {
|
|
1199
|
-
"type": "zeebe:property",
|
|
1200
|
-
"name": "authentication.accessKey"
|
|
1201
|
-
},
|
|
1288
|
+
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
1289
|
+
"optional": false,
|
|
1202
1290
|
"constraints": {
|
|
1203
1291
|
"notEmpty": true
|
|
1204
1292
|
},
|
|
1293
|
+
"group": "authentication",
|
|
1294
|
+
"binding": {
|
|
1295
|
+
"name": "authentication.accessKey",
|
|
1296
|
+
"type": "zeebe:property"
|
|
1297
|
+
},
|
|
1205
1298
|
"condition": {
|
|
1206
|
-
"property": "
|
|
1207
|
-
"equals": "credentials"
|
|
1208
|
-
|
|
1299
|
+
"property": "authentication.type",
|
|
1300
|
+
"equals": "credentials",
|
|
1301
|
+
"type": "simple"
|
|
1302
|
+
},
|
|
1303
|
+
"type": "String"
|
|
1209
1304
|
},
|
|
1210
1305
|
{
|
|
1306
|
+
"id": "authentication.secretKey",
|
|
1211
1307
|
"label": "Secret key",
|
|
1212
|
-
"description": "Provide
|
|
1308
|
+
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
1309
|
+
"optional": false,
|
|
1310
|
+
"constraints": {
|
|
1311
|
+
"notEmpty": true
|
|
1312
|
+
},
|
|
1213
1313
|
"group": "authentication",
|
|
1214
|
-
"type": "String",
|
|
1215
1314
|
"binding": {
|
|
1216
|
-
"
|
|
1217
|
-
"
|
|
1315
|
+
"name": "authentication.secretKey",
|
|
1316
|
+
"type": "zeebe:property"
|
|
1218
1317
|
},
|
|
1318
|
+
"condition": {
|
|
1319
|
+
"property": "authentication.type",
|
|
1320
|
+
"equals": "credentials",
|
|
1321
|
+
"type": "simple"
|
|
1322
|
+
},
|
|
1323
|
+
"type": "String"
|
|
1324
|
+
},
|
|
1325
|
+
{
|
|
1326
|
+
"id": "configuration.region",
|
|
1327
|
+
"label": "Region",
|
|
1328
|
+
"description": "Specify the AWS region",
|
|
1329
|
+
"optional": false,
|
|
1219
1330
|
"constraints": {
|
|
1220
1331
|
"notEmpty": true
|
|
1221
1332
|
},
|
|
1222
|
-
"
|
|
1223
|
-
|
|
1224
|
-
"
|
|
1225
|
-
|
|
1333
|
+
"group": "configuration",
|
|
1334
|
+
"binding": {
|
|
1335
|
+
"name": "configuration.region",
|
|
1336
|
+
"type": "zeebe:property"
|
|
1337
|
+
},
|
|
1338
|
+
"type": "String"
|
|
1226
1339
|
},
|
|
1227
1340
|
{
|
|
1228
|
-
"
|
|
1229
|
-
"
|
|
1230
|
-
"
|
|
1231
|
-
"
|
|
1341
|
+
"id": "configuration.endpoint",
|
|
1342
|
+
"label": "Endpoint",
|
|
1343
|
+
"description": "Specify endpoint if need to use custom endpoint",
|
|
1344
|
+
"optional": true,
|
|
1345
|
+
"group": "configuration",
|
|
1232
1346
|
"binding": {
|
|
1233
|
-
"
|
|
1234
|
-
"
|
|
1347
|
+
"name": "configuration.endpoint",
|
|
1348
|
+
"type": "zeebe:property"
|
|
1235
1349
|
},
|
|
1236
|
-
"
|
|
1237
|
-
"notEmpty": true,
|
|
1238
|
-
"pattern": {
|
|
1239
|
-
"value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
1240
|
-
"message": "Must be an queue URL or ARN"
|
|
1241
|
-
}
|
|
1242
|
-
}
|
|
1350
|
+
"type": "Hidden"
|
|
1243
1351
|
},
|
|
1244
1352
|
{
|
|
1245
|
-
"
|
|
1246
|
-
"
|
|
1353
|
+
"id": "queue.queue.url",
|
|
1354
|
+
"label": "Queue URL",
|
|
1355
|
+
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
1356
|
+
"optional": false,
|
|
1357
|
+
"constraints": {
|
|
1358
|
+
"notEmpty": true
|
|
1359
|
+
},
|
|
1247
1360
|
"group": "queueProperties",
|
|
1248
|
-
"type": "String",
|
|
1249
1361
|
"binding": {
|
|
1250
|
-
"
|
|
1251
|
-
"
|
|
1362
|
+
"name": "queue.url",
|
|
1363
|
+
"type": "zeebe:property"
|
|
1252
1364
|
},
|
|
1253
|
-
"
|
|
1254
|
-
"notEmpty": true
|
|
1255
|
-
}
|
|
1365
|
+
"type": "String"
|
|
1256
1366
|
},
|
|
1257
1367
|
{
|
|
1368
|
+
"id": "queue.queue.pollingWaitTime",
|
|
1258
1369
|
"label": "Polling wait time",
|
|
1259
|
-
"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/
|
|
1260
|
-
"group": "messagePollingProperties",
|
|
1261
|
-
"type": "String",
|
|
1370
|
+
"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",
|
|
1262
1371
|
"optional": false,
|
|
1263
|
-
"
|
|
1264
|
-
"value": "1",
|
|
1265
|
-
"binding": {
|
|
1266
|
-
"type": "zeebe:property",
|
|
1267
|
-
"name": "queue.pollingWaitTime"
|
|
1268
|
-
},
|
|
1372
|
+
"value": "20",
|
|
1269
1373
|
"constraints": {
|
|
1270
1374
|
"notEmpty": true,
|
|
1271
1375
|
"pattern": {
|
|
1272
|
-
"value": "^([0-9]?|1[0-9]|20
|
|
1273
|
-
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
1376
|
+
"value": "^([0-9]?|1[0-9]|20|secrets\\..+)$"
|
|
1274
1377
|
}
|
|
1275
|
-
}
|
|
1378
|
+
},
|
|
1379
|
+
"group": "messagePollingProperties",
|
|
1380
|
+
"binding": {
|
|
1381
|
+
"name": "queue.pollingWaitTime",
|
|
1382
|
+
"type": "zeebe:property"
|
|
1383
|
+
},
|
|
1384
|
+
"type": "String"
|
|
1276
1385
|
},
|
|
1277
1386
|
{
|
|
1387
|
+
"id": "queue.queue.attributeNames",
|
|
1278
1388
|
"label": "Attribute names",
|
|
1279
|
-
"description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
1389
|
+
"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",
|
|
1390
|
+
"optional": false,
|
|
1391
|
+
"feel": "optional",
|
|
1280
1392
|
"group": "input",
|
|
1281
|
-
"type": "String",
|
|
1282
|
-
"optional": true,
|
|
1283
1393
|
"binding": {
|
|
1284
|
-
"
|
|
1285
|
-
"
|
|
1394
|
+
"name": "queue.attributeNames",
|
|
1395
|
+
"type": "zeebe:property"
|
|
1286
1396
|
},
|
|
1287
|
-
"
|
|
1397
|
+
"type": "String"
|
|
1288
1398
|
},
|
|
1289
1399
|
{
|
|
1400
|
+
"id": "queue.queue.messageAttributeNames",
|
|
1290
1401
|
"label": "Message attribute names",
|
|
1291
|
-
"description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
1402
|
+
"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",
|
|
1403
|
+
"optional": false,
|
|
1404
|
+
"feel": "optional",
|
|
1292
1405
|
"group": "input",
|
|
1293
|
-
"type": "String",
|
|
1294
|
-
"optional": true,
|
|
1295
1406
|
"binding": {
|
|
1296
|
-
"
|
|
1297
|
-
"
|
|
1407
|
+
"name": "queue.messageAttributeNames",
|
|
1408
|
+
"type": "zeebe:property"
|
|
1298
1409
|
},
|
|
1299
|
-
"
|
|
1410
|
+
"type": "String"
|
|
1300
1411
|
},
|
|
1301
1412
|
{
|
|
1302
|
-
"
|
|
1303
|
-
"
|
|
1304
|
-
"
|
|
1413
|
+
"id": "activationCondition",
|
|
1414
|
+
"label": "Activation condition",
|
|
1415
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1416
|
+
"optional": true,
|
|
1305
1417
|
"feel": "required",
|
|
1306
|
-
"
|
|
1418
|
+
"group": "activation",
|
|
1307
1419
|
"binding": {
|
|
1308
|
-
"
|
|
1309
|
-
"
|
|
1420
|
+
"name": "activationCondition",
|
|
1421
|
+
"type": "zeebe:property"
|
|
1310
1422
|
},
|
|
1311
|
-
"
|
|
1312
|
-
"notEmpty": true
|
|
1313
|
-
}
|
|
1423
|
+
"type": "String"
|
|
1314
1424
|
},
|
|
1315
1425
|
{
|
|
1316
|
-
"
|
|
1317
|
-
"
|
|
1426
|
+
"id": "consumeUnmatchedEvents",
|
|
1427
|
+
"label": "Consume unmatched events",
|
|
1428
|
+
"value": true,
|
|
1318
1429
|
"group": "activation",
|
|
1319
|
-
"feel": "required",
|
|
1320
1430
|
"binding": {
|
|
1321
|
-
"
|
|
1322
|
-
"
|
|
1431
|
+
"name": "consumeUnmatchedEvents",
|
|
1432
|
+
"type": "zeebe:property"
|
|
1323
1433
|
},
|
|
1324
|
-
"
|
|
1325
|
-
"
|
|
1326
|
-
"notEmpty": true
|
|
1327
|
-
}
|
|
1434
|
+
"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",
|
|
1435
|
+
"type": "Boolean"
|
|
1328
1436
|
},
|
|
1329
1437
|
{
|
|
1330
|
-
"
|
|
1331
|
-
"
|
|
1332
|
-
"
|
|
1438
|
+
"id": "correlationKeyProcess",
|
|
1439
|
+
"label": "Correlation key (process)",
|
|
1440
|
+
"description": "Sets up the correlation key from process variables",
|
|
1441
|
+
"constraints": {
|
|
1442
|
+
"notEmpty": true
|
|
1443
|
+
},
|
|
1333
1444
|
"feel": "required",
|
|
1334
|
-
"
|
|
1445
|
+
"group": "correlation",
|
|
1335
1446
|
"binding": {
|
|
1336
|
-
"
|
|
1337
|
-
"
|
|
1447
|
+
"name": "correlationKey",
|
|
1448
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
1338
1449
|
},
|
|
1339
|
-
"
|
|
1450
|
+
"type": "String"
|
|
1340
1451
|
},
|
|
1341
1452
|
{
|
|
1342
|
-
"
|
|
1343
|
-
"
|
|
1344
|
-
"
|
|
1345
|
-
"
|
|
1453
|
+
"id": "correlationKeyPayload",
|
|
1454
|
+
"label": "Correlation key (payload)",
|
|
1455
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
1456
|
+
"constraints": {
|
|
1457
|
+
"notEmpty": true
|
|
1458
|
+
},
|
|
1459
|
+
"feel": "required",
|
|
1460
|
+
"group": "correlation",
|
|
1346
1461
|
"binding": {
|
|
1347
|
-
"
|
|
1348
|
-
"
|
|
1462
|
+
"name": "correlationKeyExpression",
|
|
1463
|
+
"type": "zeebe:property"
|
|
1349
1464
|
},
|
|
1350
|
-
"
|
|
1465
|
+
"type": "String"
|
|
1351
1466
|
},
|
|
1352
1467
|
{
|
|
1353
|
-
"
|
|
1354
|
-
"
|
|
1355
|
-
"
|
|
1356
|
-
"feel": "required",
|
|
1468
|
+
"id": "messageIdExpression",
|
|
1469
|
+
"label": "Message ID expression",
|
|
1470
|
+
"description": "Expression to extract unique identifier of a message",
|
|
1357
1471
|
"optional": true,
|
|
1472
|
+
"feel": "required",
|
|
1473
|
+
"group": "correlation",
|
|
1358
1474
|
"binding": {
|
|
1359
|
-
"
|
|
1360
|
-
"
|
|
1475
|
+
"name": "messageIdExpression",
|
|
1476
|
+
"type": "zeebe:property"
|
|
1361
1477
|
},
|
|
1362
|
-
"
|
|
1363
|
-
}
|
|
1364
|
-
],
|
|
1365
|
-
"icon": {
|
|
1366
|
-
"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"
|
|
1367
|
-
},
|
|
1368
|
-
"engines": {
|
|
1369
|
-
"camunda": "^8.4"
|
|
1370
|
-
}
|
|
1371
|
-
},
|
|
1372
|
-
{
|
|
1373
|
-
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1374
|
-
"name": "Amazon SQS Boundary Event Connector",
|
|
1375
|
-
"id": "io.camunda.connectors.AWSSQS.boundary.v1",
|
|
1376
|
-
"version": 1,
|
|
1377
|
-
"description": "Receive message from a queue",
|
|
1378
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
1379
|
-
"appliesTo": ["bpmn:BoundaryEvent"],
|
|
1380
|
-
"elementType": {
|
|
1381
|
-
"value": "bpmn:BoundaryEvent",
|
|
1382
|
-
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
1383
|
-
},
|
|
1384
|
-
"category": {
|
|
1385
|
-
"id": "connectors",
|
|
1386
|
-
"name": "Connectors"
|
|
1387
|
-
},
|
|
1388
|
-
"groups": [
|
|
1389
|
-
{
|
|
1390
|
-
"id": "authentication",
|
|
1391
|
-
"label": "Authentication"
|
|
1392
|
-
},
|
|
1393
|
-
{
|
|
1394
|
-
"id": "queueProperties",
|
|
1395
|
-
"label": "Queue properties"
|
|
1396
|
-
},
|
|
1397
|
-
{
|
|
1398
|
-
"id": "messagePollingProperties",
|
|
1399
|
-
"label": "Message polling properties"
|
|
1400
|
-
},
|
|
1401
|
-
{
|
|
1402
|
-
"id": "input",
|
|
1403
|
-
"label": "Use next attribute names for activation condition"
|
|
1404
|
-
},
|
|
1405
|
-
{
|
|
1406
|
-
"id": "activation",
|
|
1407
|
-
"label": "Activation"
|
|
1478
|
+
"type": "String"
|
|
1408
1479
|
},
|
|
1409
1480
|
{
|
|
1410
|
-
"id": "
|
|
1411
|
-
"label": "
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1481
|
+
"id": "messageTtl",
|
|
1482
|
+
"label": "Message TTL",
|
|
1483
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
1484
|
+
"optional": true,
|
|
1485
|
+
"constraints": {
|
|
1486
|
+
"notEmpty": false,
|
|
1487
|
+
"pattern": {
|
|
1488
|
+
"value": "^(PT.*|)$",
|
|
1489
|
+
"message": "must be an ISO-8601 duration"
|
|
1490
|
+
}
|
|
1491
|
+
},
|
|
1492
|
+
"feel": "optional",
|
|
1493
|
+
"group": "correlation",
|
|
1418
1494
|
"binding": {
|
|
1419
|
-
"
|
|
1420
|
-
"
|
|
1421
|
-
}
|
|
1495
|
+
"name": "messageTtl",
|
|
1496
|
+
"type": "zeebe:property"
|
|
1497
|
+
},
|
|
1498
|
+
"type": "String"
|
|
1422
1499
|
},
|
|
1423
1500
|
{
|
|
1424
|
-
"
|
|
1501
|
+
"id": "messageNameUuid",
|
|
1425
1502
|
"generatedValue": {
|
|
1426
1503
|
"type": "uuid"
|
|
1427
1504
|
},
|
|
1505
|
+
"group": "correlation",
|
|
1428
1506
|
"binding": {
|
|
1429
|
-
"
|
|
1430
|
-
"
|
|
1431
|
-
}
|
|
1432
|
-
},
|
|
1433
|
-
{
|
|
1434
|
-
"label": "Access key",
|
|
1435
|
-
"description": "Provide AWS IAM access key that has permission to read from desired SQS",
|
|
1436
|
-
"group": "authentication",
|
|
1437
|
-
"type": "String",
|
|
1438
|
-
"binding": {
|
|
1439
|
-
"type": "zeebe:property",
|
|
1440
|
-
"name": "authentication.accessKey"
|
|
1507
|
+
"name": "name",
|
|
1508
|
+
"type": "bpmn:Message#property"
|
|
1441
1509
|
},
|
|
1442
|
-
"
|
|
1443
|
-
"notEmpty": true
|
|
1444
|
-
}
|
|
1510
|
+
"type": "Hidden"
|
|
1445
1511
|
},
|
|
1446
1512
|
{
|
|
1447
|
-
"
|
|
1448
|
-
"
|
|
1449
|
-
"
|
|
1450
|
-
"
|
|
1513
|
+
"id": "deduplicationModeManualFlag",
|
|
1514
|
+
"label": "Manual mode",
|
|
1515
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1516
|
+
"value": false,
|
|
1517
|
+
"group": "deduplication",
|
|
1451
1518
|
"binding": {
|
|
1452
|
-
"
|
|
1453
|
-
"
|
|
1519
|
+
"name": "deduplicationModeManualFlag",
|
|
1520
|
+
"type": "zeebe:property"
|
|
1454
1521
|
},
|
|
1455
|
-
"
|
|
1456
|
-
"notEmpty": true
|
|
1457
|
-
}
|
|
1522
|
+
"type": "Boolean"
|
|
1458
1523
|
},
|
|
1459
1524
|
{
|
|
1460
|
-
"
|
|
1461
|
-
"
|
|
1462
|
-
"group": "queueProperties",
|
|
1463
|
-
"type": "String",
|
|
1464
|
-
"binding": {
|
|
1465
|
-
"type": "zeebe:property",
|
|
1466
|
-
"name": "queue.url"
|
|
1467
|
-
},
|
|
1525
|
+
"id": "deduplicationId",
|
|
1526
|
+
"label": "Deduplication ID",
|
|
1468
1527
|
"constraints": {
|
|
1469
1528
|
"notEmpty": true,
|
|
1470
1529
|
"pattern": {
|
|
1471
|
-
"value": "^
|
|
1472
|
-
"message": "
|
|
1530
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
1531
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1473
1532
|
}
|
|
1474
|
-
}
|
|
1475
|
-
},
|
|
1476
|
-
{
|
|
1477
|
-
"label": "Region",
|
|
1478
|
-
"description": "Specify the AWS region of your queue",
|
|
1479
|
-
"group": "queueProperties",
|
|
1480
|
-
"type": "String",
|
|
1481
|
-
"binding": {
|
|
1482
|
-
"type": "zeebe:property",
|
|
1483
|
-
"name": "configuration.region"
|
|
1484
1533
|
},
|
|
1485
|
-
"
|
|
1486
|
-
"notEmpty": true
|
|
1487
|
-
}
|
|
1488
|
-
},
|
|
1489
|
-
{
|
|
1490
|
-
"label": "Polling wait time",
|
|
1491
|
-
"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",
|
|
1492
|
-
"group": "messagePollingProperties",
|
|
1493
|
-
"type": "String",
|
|
1494
|
-
"optional": false,
|
|
1495
|
-
"feel": "optional",
|
|
1496
|
-
"value": "1",
|
|
1534
|
+
"group": "deduplication",
|
|
1497
1535
|
"binding": {
|
|
1498
|
-
"
|
|
1499
|
-
"
|
|
1536
|
+
"name": "deduplicationId",
|
|
1537
|
+
"type": "zeebe:property"
|
|
1500
1538
|
},
|
|
1501
|
-
"
|
|
1502
|
-
"
|
|
1503
|
-
"
|
|
1504
|
-
|
|
1505
|
-
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
1506
|
-
}
|
|
1507
|
-
}
|
|
1508
|
-
},
|
|
1509
|
-
{
|
|
1510
|
-
"label": "Attribute names",
|
|
1511
|
-
"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",
|
|
1512
|
-
"group": "input",
|
|
1513
|
-
"type": "String",
|
|
1514
|
-
"optional": true,
|
|
1515
|
-
"binding": {
|
|
1516
|
-
"type": "zeebe:property",
|
|
1517
|
-
"name": "queue.attributeNames"
|
|
1539
|
+
"condition": {
|
|
1540
|
+
"property": "deduplicationModeManualFlag",
|
|
1541
|
+
"equals": true,
|
|
1542
|
+
"type": "simple"
|
|
1518
1543
|
},
|
|
1519
|
-
"
|
|
1544
|
+
"type": "String"
|
|
1520
1545
|
},
|
|
1521
1546
|
{
|
|
1522
|
-
"
|
|
1523
|
-
"
|
|
1524
|
-
"group": "
|
|
1525
|
-
"type": "String",
|
|
1526
|
-
"optional": true,
|
|
1547
|
+
"id": "deduplicationModeManual",
|
|
1548
|
+
"value": "MANUAL",
|
|
1549
|
+
"group": "deduplication",
|
|
1527
1550
|
"binding": {
|
|
1528
|
-
"
|
|
1529
|
-
"
|
|
1551
|
+
"name": "deduplicationMode",
|
|
1552
|
+
"type": "zeebe:property"
|
|
1530
1553
|
},
|
|
1531
|
-
"
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
"type": "String",
|
|
1536
|
-
"group": "activation",
|
|
1537
|
-
"feel": "required",
|
|
1538
|
-
"description": "Sets up the correlation key from process variables",
|
|
1539
|
-
"binding": {
|
|
1540
|
-
"type": "bpmn:Message#zeebe:subscription#property",
|
|
1541
|
-
"name": "correlationKey"
|
|
1554
|
+
"condition": {
|
|
1555
|
+
"property": "deduplicationId",
|
|
1556
|
+
"isActive": true,
|
|
1557
|
+
"type": "simple"
|
|
1542
1558
|
},
|
|
1543
|
-
"
|
|
1544
|
-
"notEmpty": true
|
|
1545
|
-
}
|
|
1559
|
+
"type": "Hidden"
|
|
1546
1560
|
},
|
|
1547
1561
|
{
|
|
1548
|
-
"
|
|
1549
|
-
"
|
|
1550
|
-
"group": "
|
|
1551
|
-
"feel": "required",
|
|
1562
|
+
"id": "deduplicationModeAuto",
|
|
1563
|
+
"value": "AUTO",
|
|
1564
|
+
"group": "deduplication",
|
|
1552
1565
|
"binding": {
|
|
1553
|
-
"
|
|
1554
|
-
"
|
|
1566
|
+
"name": "deduplicationMode",
|
|
1567
|
+
"type": "zeebe:property"
|
|
1555
1568
|
},
|
|
1556
|
-
"
|
|
1557
|
-
|
|
1558
|
-
"
|
|
1559
|
-
|
|
1560
|
-
},
|
|
1561
|
-
{
|
|
1562
|
-
"label": "Activation condition",
|
|
1563
|
-
"type": "String",
|
|
1564
|
-
"group": "activation",
|
|
1565
|
-
"feel": "required",
|
|
1566
|
-
"optional": true,
|
|
1567
|
-
"binding": {
|
|
1568
|
-
"type": "zeebe:property",
|
|
1569
|
-
"name": "activationCondition"
|
|
1569
|
+
"condition": {
|
|
1570
|
+
"property": "deduplicationId",
|
|
1571
|
+
"isActive": false,
|
|
1572
|
+
"type": "simple"
|
|
1570
1573
|
},
|
|
1571
|
-
"
|
|
1574
|
+
"type": "Hidden"
|
|
1572
1575
|
},
|
|
1573
1576
|
{
|
|
1577
|
+
"id": "resultVariable",
|
|
1574
1578
|
"label": "Result variable",
|
|
1575
|
-
"
|
|
1576
|
-
"group": "
|
|
1577
|
-
"optional": true,
|
|
1579
|
+
"description": "Name of variable to store the response in",
|
|
1580
|
+
"group": "output",
|
|
1578
1581
|
"binding": {
|
|
1579
|
-
"
|
|
1580
|
-
"
|
|
1582
|
+
"name": "resultVariable",
|
|
1583
|
+
"type": "zeebe:property"
|
|
1581
1584
|
},
|
|
1582
|
-
"
|
|
1585
|
+
"type": "String"
|
|
1583
1586
|
},
|
|
1584
1587
|
{
|
|
1588
|
+
"id": "resultExpression",
|
|
1585
1589
|
"label": "Result expression",
|
|
1586
|
-
"
|
|
1587
|
-
"group": "variable-mapping",
|
|
1590
|
+
"description": "Expression to map the response into process variables",
|
|
1588
1591
|
"feel": "required",
|
|
1589
|
-
"
|
|
1592
|
+
"group": "output",
|
|
1590
1593
|
"binding": {
|
|
1591
|
-
"
|
|
1592
|
-
"
|
|
1594
|
+
"name": "resultExpression",
|
|
1595
|
+
"type": "zeebe:property"
|
|
1593
1596
|
},
|
|
1594
|
-
"
|
|
1597
|
+
"type": "Text"
|
|
1595
1598
|
}
|
|
1596
1599
|
],
|
|
1597
1600
|
"icon": {
|
|
1598
|
-
"contents": "data:image/svg+xml
|
|
1599
|
-
},
|
|
1600
|
-
"engines": {
|
|
1601
|
-
"camunda": "^8.2"
|
|
1601
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0MCA0MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0nMCUnIHkxPScxMDAlJyB4Mj0nMTAwJScgeTI9JzAlJyBpZD0nbGluZWFyR3JhZGllbnQtMSc+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNCMDA4NEQnIG9mZnNldD0nMCUnPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI0ZGNEY4Qicgb2Zmc2V0PScxMDAlJz48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMicgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnCiAgICAgICBmaWxsLXJ1bGU9J2V2ZW5vZGQnPgogICAgICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS1CRy8zMi9BcHBsaWNhdGlvbi1JbnRlZ3JhdGlvbicgZmlsbD0ndXJsKCNsaW5lYXJHcmFkaWVudC0xKSc+CiAgICAgICAgICAgIDxyZWN0IGlkPSdSZWN0YW5nbGUnIHg9JzAnIHk9JzAnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSdNMTQuMzQyMjA1MSwyMi4zNDkzNzg2IEwxNS44NDY2NzY3LDIwLjkwNjEwNzQgQzE1Ljk0MjgzNDcsMjAuODE0MTUzOSAxNS45OTY5MjM1LDIwLjY4NzIxOCAxNS45OTk5Mjg1LDIwLjU1NTI4NDYgQzE2LjAwMTkzMTcsMjAuNDIyMzUxNyAxNS45NTE4NDk1LDIwLjI5MzQxNjggMTUuODU5Njk4MSwyMC4xOTg0NjQ4IEwxNC4zNTUyMjY0LDE4LjY0MzI1MDIgTDEzLjYzNTA0MzMsMTkuMzM3ODk5NCBMMTQuMzExMTU0LDIwLjAzNzU0NiBMMTEuOTkxMzQyOSwyMC4wMzc1NDYgTDExLjk5MTM0MjksMjEuMDM3MDQxMyBMMTQuMjY1MDc4MywyMS4wMzcwNDEzIEwxMy42NDgwNjQ3LDIxLjYyODc0MjUgTDE0LjM0MjIwNTEsMjIuMzQ5Mzc4NiBaIE0yNi4zNTc5NDUyLDIyLjM1MzM3NjUgTDI3LjkwNzQ5MDksMjAuOTAwMTEwNCBDMjguMDA2NjUzOCwyMC44MDgxNTY5IDI4LjA2Mjc0NTksMjAuNjc5MjIyIDI4LjA2NDc0OTIsMjAuNTQ0MjkwMSBDMjguMDY2NzUyNSwyMC40MDkzNTgzIDI4LjAxMzY2NTMsMjAuMjc4NDI0NCAyNy45MTg1MDksMjAuMTgzNDcyNCBMMjYuMzY4OTYzMywxOC42MzcyNTMyIEwyNS42NjA3OTk5LDE5LjM0Mzg5NjMgTDI2LjM1NDk0MDMsMjAuMDM3NTQ2IEwyNC4wMTEwODk2LDIwLjAzNzU0NiBMMjQuMDExMDg5NiwyMS4wMzcwNDEzIEwyNi4yOTg4NDgxLDIxLjAzNzA0MTMgTDI1LjY3MTgxOCwyMS42MjQ3NDQ1IEwyNi4zNTc5NDUyLDIyLjM1MzM3NjUgWiBNMTcuNTg3NTM2NywyMy4zNjA4Njc4IEMxOC4zMzg3NzA4LDIzLjA1NzAyMTIgMTkuMTYyMTIzNSwyMi44OTQxMDM1IDIwLjAwNDUwNzQsMjIuODk0MTAzNSBDMjAuODQ2ODkxMywyMi44OTQxMDM1IDIxLjY3MDI0NCwyMy4wNTcwMjEyIDIyLjQyMTQ3ODEsMjMuMzYwODY3OCBDMjEuNzUyMzc4OSwyMS41ODk3NjIyIDIxLjc1MjM3ODksMTkuMzg5ODczMSAyMi40MjE0NzgxLDE3LjYxODc2NzUgQzIwLjkxOTAwOTgsMTguMjI2NDYwNiAxOS4wOTAwMDUsMTguMjI2NDYwNiAxNy41ODc1MzY3LDE3LjYxODc2NzUgQzE4LjI1NjYzNTksMTkuMzg5ODczMSAxOC4yNTY2MzU5LDIxLjU4OTc2MjIgMTcuNTg3NTM2NywyMy4zNjA4Njc4IEwxNy41ODc1MzY3LDIzLjM2MDg2NzggWiBNMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IEMxNS41NDYxODMsMjUuMjQzOTE2OCAxNS40OTcxMDI0LDI1LjExNTk4MTQgMTUuNDk3MTAyNCwyNC45ODgwNDYgQzE1LjQ5NzEwMjQsMjQuODYwMTEwNiAxNS41NDYxODMsMjQuNzMyMTc1MyAxNS42NDQzNDQzLDI0LjYzNDIyNDcgQzE3LjU4NDUzMTcsMjIuNjk4MjAyNCAxNy41ODQ1MzE3LDE4LjI4MjQzMjQgMTUuNjQ0MzQ0MywxNi4zNDU0MTA2IEMxNS41NDYxODMsMTYuMjQ4NDU5NSAxNS40OTcxMDI0LDE2LjEyMDUyNDEgMTUuNDk3MTAyNCwxNS45OTI1OTEyIEMxNS40OTcxMDI0LDE1Ljg2NDY1MzQgMTUuNTQ2MTgzLDE1LjczNjcxOCAxNS42NDQzNDQzLDE1LjYzODc2NzQgQzE1LjgzOTY2NTIsMTUuNDQzODY1OSAxNi4xNTcxODY4LDE1LjQ0Mzg2NTkgMTYuMzUyNTA3NywxNS42Mzg3Njc0IEMxNy4yNzQwMjE2LDE2LjU1ODMwMzEgMTguNjA1MjA4NiwxNy4wODYwMzY2IDIwLjAwNDUwNzQsMTcuMDg2MDM2NiBDMjEuNDA0ODA3OSwxNy4wODYwMzY2IDIyLjczNTk5NDgsMTYuNTU4MzAzMSAyMy42NTc1MDg4LDE1LjYzODc2NzQgQzIzLjg1MjgyOTYsMTUuNDQzODY1OSAyNC4xNzAzNTEzLDE1LjQ0Mzg2NTkgMjQuMzY1NjcyMiwxNS42Mzg3Njc0IEMyNC40NjI4MzE4LDE1LjczNjcxOCAyNC41MTE5MTI0LDE1Ljg2NDY1MzQgMjQuNTExOTEyNCwxNS45OTI1OTEyIEMyNC41MTE5MTI0LDE2LjEyMDUyNDEgMjQuNDYyODMxOCwxNi4yNDg0NTk1IDI0LjM2NTY3MjIsMTYuMzQ1NDEwNiBDMjIuNDI0NDgzMSwxOC4yODI0MzI0IDIyLjQyNDQ4MzEsMjIuNjk4MjAyNCAyNC4zNjU2NzIyLDI0LjYzNDIyNDcgQzI0LjQ2MjgzMTgsMjQuNzMyMTc1MyAyNC41MTE5MTI0LDI0Ljg2MDExMDYgMjQuNTExOTEyNCwyNC45ODgwNDYgQzI0LjUxMTkxMjQsMjUuMTE1OTgxNCAyNC40NjI4MzE4LDI1LjI0MzkxNjggMjQuMzY1NjcyMiwyNS4zNDA4Njc5IEMyNC4yNjc1MTA5LDI1LjQzODgxODQgMjQuMTM5MzAwMywyNS40ODc3OTM3IDI0LjAxMTA4OTYsMjUuNDg3NzkzNyBDMjMuODgyODc5LDI1LjQ4Nzc5MzcgMjMuNzU0NjY4NCwyNS40Mzg4MTg0IDIzLjY1NzUwODgsMjUuMzQwODY3OSBDMjIuNzM1OTk0OCwyNC40MjEzMzIyIDIxLjQwNDgwNzksMjMuODkzNTk4NyAyMC4wMDQ1MDc0LDIzLjg5MzU5ODcgQzE4LjYwNTIwODYsMjMuODkzNTk4NyAxNy4yNzQwMjE2LDI0LjQyMTMzMjIgMTYuMzUyNTA3NywyNS4zNDA4Njc5IEMxNi4xNTcxODY4LDI1LjUzNTc2OTQgMTUuODM5NjY1MiwyNS41MzU3Njk0IDE1LjY0NDM0NDMsMjUuMzQwODY3OSBMMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IFogTTMyLjU0MjEwNDksMTkuNDM1ODQ5OSBDMzIuMjM2NjAzLDE5LjEzMjAwMzMgMzEuODM2OTQ2NCwxOC45ODAwODAxIDMxLjQzNjI4ODIsMTguOTgwMDgwMSBDMzEuMDM2NjMxNiwxOC45ODAwODAxIDMwLjYzNjk3NSwxOS4xMzIwMDMzIDMwLjMzMTQ3MzEsMTkuNDM1ODQ5OSBDMjkuNzIxNDcxLDIwLjA0NDU0MjUgMjkuNzIxNDcxLDIxLjAzNDA0MjggMzAuMzMxNDczMSwyMS42NDE3MzU5IEMzMC45NDE0NzUzLDIyLjI1MDQyODUgMzEuOTMyMTAyNywyMi4yNTA0Mjg1IDMyLjU0MjEwNDksMjEuNjQxNzM1OSBDMzMuMTUxMTA1NCwyMS4wMzQwNDI4IDMzLjE1MTEwNTQsMjAuMDQ0NTQyNSAzMi41NDIxMDQ5LDE5LjQzNTg0OTkgTDMyLjU0MjEwNDksMTkuNDM1ODQ5OSBaIE0zMy4yNTAyNjgzLDIyLjM0OTM3ODYgQzMyLjc1MDQ0NzIsMjIuODQ4MTI2NyAzMi4wOTMzNjc3LDIzLjA5ODAwMDUgMzEuNDM2Mjg4MiwyMy4wOTgwMDA1IEMzMC43ODAyMTAzLDIzLjA5ODAwMDUgMzAuMTIzMTMwOSwyMi44NDgxMjY3IDI5LjYyMzMwOTcsMjIuMzQ5Mzc4NiBDMjguNjIzNjY3NSwyMS4zNTA4ODI4IDI4LjYyMzY2NzUsMTkuNzI3NzAyNSAyOS42MjMzMDk3LDE4LjcyOTIwNjggQzMwLjYyMjk1MiwxNy43MzE3MTA1IDMyLjI1MDYyNiwxNy43MzE3MTA1IDMzLjI1MDI2ODMsMTguNzI5MjA2OCBDMzQuMjQ5OTEwNiwxOS43Mjc3MDI1IDM0LjI0OTkxMDYsMjEuMzUwODgyOCAzMy4yNTAyNjgzLDIyLjM0OTM3ODYgTDMzLjI1MDI2ODMsMjIuMzQ5Mzc4NiBaIE05LjY2ODUyNjg3LDE5LjQ0Njg0NDMgQzkuMzYzMDI0OTcsMTkuMTQyOTk3OCA4Ljk2MzM2ODM5LDE4Ljk5MTA3NDUgOC41NjI3MTAxNywxOC45OTEwNzQ1IEM4LjE2MzA1MzU5LDE4Ljk5MTA3NDUgNy43NjMzOTcwMSwxOS4xNDI5OTc4IDcuNDU3ODk1MTEsMTkuNDQ2ODQ0MyBDNi44NDg4OTQ2MSwyMC4wNTU1MzcgNi44NDg4OTQ2MSwyMS4wNDUwMzczIDcuNDU3ODk1MTEsMjEuNjUyNzMwNCBDOC4wNjc4OTcyNiwyMi4yNjE0MjMgOS4wNTg1MjQ3MiwyMi4yNjE0MjMgOS42Njg1MjY4NywyMS42NTI3MzA0IEMxMC4yNzc1Mjc0LDIxLjA0NTAzNzMgMTAuMjc3NTI3NCwyMC4wNTU1MzcgOS42Njg1MjY4NywxOS40NDY4NDQzIEw5LjY2ODUyNjg3LDE5LjQ0Njg0NDMgWiBNMTAuMzc2NjkwMywyMi4zNTkzNzM1IEM5Ljg3Njg2OTE0LDIyLjg1ODEyMTcgOS4yMTk3ODk2NSwyMy4xMDc5OTU1IDguNTYyNzEwMTcsMjMuMTA3OTk1NSBDNy45MDY2MzIzMiwyMy4xMDc5OTU1IDcuMjQ5NTUyODQsMjIuODU4MTIxNyA2Ljc0OTczMTcsMjIuMzU5MzczNSBDNS43NTAwODk0MywyMS4zNjE4NzczIDUuNzUwMDg5NDMsMTkuNzM4Njk3IDYuNzQ5NzMxNywxOC43NDAyMDEyIEM3Ljc0OTM3Mzk3LDE3Ljc0MjcwNDkgOS4zNzcwNDgwMSwxNy43NDI3MDQ5IDEwLjM3NjY5MDMsMTguNzQwMjAxMiBDMTEuMzc2MzMyNSwxOS43Mzg2OTcgMTEuMzc2MzMyNSwyMS4zNjE4NzczIDEwLjM3NjY5MDMsMjIuMzU5MzczNSBMMTAuMzc2NjkwMywyMi4zNTkzNzM1IFogTTI3LjQzMzcxMjUsMjguOTEwMDY1NCBDMjUuNDM2NDMxMywzMC45MDMwNTkgMjIuNzgyMDcwNSwzMi4wMDA1MDQ3IDE5Ljk1NzQzMDEsMzIuMDAwNTA0NyBDMTcuMTMyNzg5NiwzMi4wMDA1MDQ3IDE0LjQ3ODQyODgsMzAuOTAzMDU5IDEyLjQ4MjE0OTIsMjguOTEwMDY1NCBDMTEuMTY1OTg3LDI3LjU5NzcyODEgMTAuNDA3NzQxMywyNi40NjkyOTggOS45NDQ5ODEwNCwyNS4xMzU5NzEzIEw4Ljk5ODQyNTk5LDI1LjQ2MjgwNjMgQzkuNTA3MjYxOTMsMjYuOTI5MDY1OCAxMC4zNjI2NjcyLDI4LjIxMDQxODcgMTEuNzczOTg1OCwyOS42MTY3MDg2IEMxMy45NTg1NzQ4LDMxLjc5ODYwNjcgMTYuODY2MzUxOSwzMyAxOS45NTc0MzAxLDMzIEMyMy4wNDk1MDk5LDMzIDI1Ljk1NjI4NTMsMzEuNzk4NjA2NyAyOC4xNDE4NzU5LDI5LjYxNjcwODYgQzI5LjI4Mjc1MDIsMjguNDc4MjgzNSAzMC40MjA2MTk2LDI3LjE4NjkzNTYgMzEuMDExNTkwNSwyNS40NjA4MDczIEwzMC4wNjQwMzM4LDI1LjEzNzk3MDMgQzI5LjUzOTE3MTUsMjYuNjcwMTk2NiAyOC40ODk0NDY5LDI3Ljg1NjU5NzQgMjcuNDMzNzEyNSwyOC45MTAwNjU0IEwyNy40MzM3MTI1LDI4LjkxMDA2NTQgWiBNOS45NDQ5ODEwNCwxNS44NTk2NTU5IEw4Ljk5ODQyNTk5LDE1LjUzMTgyMTQgQzkuNTEwMjY2ODcsMTQuMDY0NTYyNCAxMC4zNjU2NzIyLDEyLjc4MzIwOTUgMTEuNzc1OTg5MSwxMS4zNzU5MjAyIEMxNi4yODYzOTkxLDYuODc1MTkzMDQgMjMuNjI2NDU3OCw2Ljg3NDE5MzU0IDI4LjEzNzg2OTQsMTEuMzc1OTIwMiBDMjkuMjE4NjQ0OSwxMi40NTMzNzYxIDMwLjQwMzU5MTYsMTMuNzg5NzAxMiAzMS4wMTE1OTA1LDE1LjUzMTgyMTQgTDMwLjA2NDAzMzgsMTUuODU5NjU1OSBDMjkuNTI0MTQ2OCwxNC4zMDk0Mzg3IDI4LjQyOTM0ODIsMTMuMDgwMDU5NiAyNy40Mjk3MDU5LDEyLjA4MjU2MzMgQzI1LjQzNDQyOCwxMC4wOTE1Njg4IDIyLjc4MTA2ODksOC45OTYxMjE5NyAxOS45NTc0MzAxLDguOTk2MTIxOTcgQzE3LjEzMzc5MTIsOC45OTYxMjE5NyAxNC40ODA0MzIxLDEwLjA5MTU2ODggMTIuNDg1MTU0MiwxMi4wODI1NjMzIEMxMS4xODcwMjE1LDEzLjM3NzkwOTIgMTAuNDAzNzM0NywxNC41NDIzMjExIDkuOTQ0OTgxMDQsMTUuODU5NjU1OSBMOS45NDQ5ODEwNCwxNS44NTk2NTU5IFonCiAgICAgICAgICAgICAgaWQ9J0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV9JY29uXzMyX1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
1602
1602
|
}
|
|
1603
1603
|
}
|
|
1604
1604
|
]
|