@camunda/connectors-element-templates 1.0.5 → 1.0.7
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 +4 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +171 -13
- package/src/element-templates/agenticai-aiagent-job-worker.json +1618 -0
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +3064 -300
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -1
- package/src/element-templates/asana-connector.json +8 -8
- package/src/element-templates/automation-anywhere-outbound-connector.json +1185 -1179
- package/src/element-templates/aws-dynamodb-outbound-connector.json +77 -77
- package/src/element-templates/aws-eventbridge-connector-boundary.json +20 -20
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +38 -38
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-start-event.json +18 -15
- package/src/element-templates/aws-eventbridge-outbound-connector.json +50 -50
- package/src/element-templates/aws-lambda-outbound-connector.json +279 -279
- 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 +486 -486
- package/src/element-templates/aws-sns-inbound-intermediate.json +491 -491
- package/src/element-templates/aws-sns-inbound-message-start.json +98 -98
- package/src/element-templates/aws-sns-inbound-start-event.json +133 -133
- package/src/element-templates/aws-sns-outbound-connector.json +423 -423
- package/src/element-templates/aws-sqs-boundary-connector.json +58 -58
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +523 -523
- package/src/element-templates/aws-sqs-outbound-connector.json +692 -692
- package/src/element-templates/aws-sqs-start-event-connector.json +709 -709
- package/src/element-templates/aws-sqs-start-message.json +460 -460
- package/src/element-templates/azure-blobstorage-outbound-connector.json +1 -1
- package/src/element-templates/blue-prism-connector.json +53 -53
- package/src/element-templates/csv-outbound-connector.json +804 -0
- package/src/element-templates/easy-post-connector.json +151 -151
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-message-start-event-connector.json +19 -19
- package/src/element-templates/email-outbound-connector.json +199 -199
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +3478 -170
- package/src/element-templates/github-connector.json +277 -277
- package/src/element-templates/github-webhook-connector-intermediate.json +44 -44
- package/src/element-templates/github-webhook-connector-start-event.json +29 -26
- package/src/element-templates/gitlab-connector.json +990 -990
- package/src/element-templates/google-drive-outbound-connector.json +423 -423
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +17 -17
- package/src/element-templates/google-sheets-outbound-connector.json +2550 -2550
- package/src/element-templates/graphql-outbound-connector.json +1179 -1179
- package/src/element-templates/http-json-connector.json +2280 -2280
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +256 -553
- package/src/element-templates/http-polling-connector.json +262 -559
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +402 -0
- package/src/element-templates/kafka-inbound-connector-boundary.json +1052 -1052
- package/src/element-templates/kafka-inbound-connector-intermediate.json +1088 -1088
- package/src/element-templates/kafka-inbound-connector-start-message.json +112 -112
- package/src/element-templates/kafka-inbound-connector.json +3 -0
- package/src/element-templates/kafka-outbound-connector.json +617 -617
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +1783 -1783
- package/src/element-templates/openai-connector.json +144 -144
- package/src/element-templates/operate-connector.json +66 -62
- package/src/element-templates/power-automate-connector.json +10 -10
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +439 -439
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +474 -474
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +11 -11
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +597 -597
- package/src/element-templates/rabbitmq-outbound-connector.json +622 -622
- package/src/element-templates/salesforce-connector.json +44 -44
- package/src/element-templates/sendgrid-outbound-connector.json +633 -633
- package/src/element-templates/slack-inbound-boundary.json +184 -184
- package/src/element-templates/slack-inbound-intermediate.json +168 -168
- package/src/element-templates/slack-inbound-message-start.json +201 -201
- package/src/element-templates/slack-inbound-start-event.json +320 -317
- package/src/element-templates/slack-outbound-connector.json +1185 -1185
- package/src/element-templates/twilio-connector.json +26 -26
- package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
- package/src/element-templates/twilio-webhook-connector.json +3 -0
- package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/uipath-connector.json +10 -10
- package/src/element-templates/webhook-connector-boundary.json +629 -629
- package/src/element-templates/webhook-connector-intermediate.json +268 -268
- package/src/element-templates/webhook-connector-start-event.json +1563 -1560
- package/src/element-templates/webhook-connector-start-message.json +1258 -1258
- package/src/element-templates/whatsapp-connector.json +39 -39
- package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
|
@@ -3,33 +3,22 @@
|
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
4
|
"name": "Amazon SQS Start Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.AWSSQS.StartEvent.v1",
|
|
6
|
-
"
|
|
7
|
-
"message": "None Start Events are deprecated in favor of Message Start Events for message based Connectors.",
|
|
8
|
-
"documentationRef": "https://docs.camunda.io/docs/components/modeler/bpmn/none-events/"
|
|
9
|
-
},
|
|
6
|
+
"version": 6,
|
|
10
7
|
"description": "Receive message from a queue",
|
|
11
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
12
|
-
"version": 10,
|
|
13
|
-
"category": {
|
|
14
|
-
"id": "connectors",
|
|
15
|
-
"name": "Connectors"
|
|
16
|
-
},
|
|
8
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
17
9
|
"appliesTo": ["bpmn:StartEvent"],
|
|
18
10
|
"elementType": {
|
|
19
11
|
"value": "bpmn:StartEvent"
|
|
20
12
|
},
|
|
21
|
-
"
|
|
22
|
-
"
|
|
13
|
+
"category": {
|
|
14
|
+
"id": "connectors",
|
|
15
|
+
"name": "Connectors"
|
|
23
16
|
},
|
|
24
17
|
"groups": [
|
|
25
18
|
{
|
|
26
19
|
"id": "authentication",
|
|
27
20
|
"label": "Authentication"
|
|
28
21
|
},
|
|
29
|
-
{
|
|
30
|
-
"id": "configuration",
|
|
31
|
-
"label": "Configuration"
|
|
32
|
-
},
|
|
33
22
|
{
|
|
34
23
|
"id": "queueProperties",
|
|
35
24
|
"label": "Queue properties"
|
|
@@ -47,295 +36,167 @@
|
|
|
47
36
|
"label": "Activation"
|
|
48
37
|
},
|
|
49
38
|
{
|
|
50
|
-
"id": "
|
|
51
|
-
"label": "
|
|
52
|
-
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"id": "output",
|
|
56
|
-
"label": "Output mapping"
|
|
39
|
+
"id": "variable-mapping",
|
|
40
|
+
"label": "Variable mapping"
|
|
57
41
|
}
|
|
58
42
|
],
|
|
59
43
|
"properties": [
|
|
60
44
|
{
|
|
45
|
+
"type": "Hidden",
|
|
61
46
|
"value": "io.camunda:aws-sqs-inbound:1",
|
|
62
47
|
"binding": {
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
}
|
|
66
|
-
"type": "Hidden"
|
|
48
|
+
"type": "zeebe:property",
|
|
49
|
+
"name": "inbound.type"
|
|
50
|
+
}
|
|
67
51
|
},
|
|
68
52
|
{
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"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>",
|
|
72
|
-
"value": "credentials",
|
|
53
|
+
"label": "Access key",
|
|
54
|
+
"description": "Provide AWS IAM access key that has permission to read from desired SQS",
|
|
73
55
|
"group": "authentication",
|
|
56
|
+
"type": "String",
|
|
74
57
|
"binding": {
|
|
75
|
-
"
|
|
76
|
-
"
|
|
58
|
+
"type": "zeebe:property",
|
|
59
|
+
"name": "authentication.accessKey"
|
|
77
60
|
},
|
|
78
|
-
"type": "Dropdown",
|
|
79
|
-
"choices": [
|
|
80
|
-
{
|
|
81
|
-
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
82
|
-
"value": "defaultCredentialsChain"
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"name": "Credentials",
|
|
86
|
-
"value": "credentials"
|
|
87
|
-
}
|
|
88
|
-
]
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
"id": "authentication.accessKey",
|
|
92
|
-
"label": "Access key",
|
|
93
|
-
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
94
|
-
"optional": false,
|
|
95
61
|
"constraints": {
|
|
96
62
|
"notEmpty": true
|
|
97
|
-
}
|
|
98
|
-
"group": "authentication",
|
|
99
|
-
"binding": {
|
|
100
|
-
"name": "authentication.accessKey",
|
|
101
|
-
"type": "zeebe:property"
|
|
102
|
-
},
|
|
103
|
-
"condition": {
|
|
104
|
-
"property": "authentication.type",
|
|
105
|
-
"equals": "credentials",
|
|
106
|
-
"type": "simple"
|
|
107
|
-
},
|
|
108
|
-
"type": "String"
|
|
63
|
+
}
|
|
109
64
|
},
|
|
110
65
|
{
|
|
111
|
-
"id": "authentication.secretKey",
|
|
112
66
|
"label": "Secret key",
|
|
113
|
-
"description": "Provide
|
|
114
|
-
"optional": false,
|
|
115
|
-
"constraints": {
|
|
116
|
-
"notEmpty": true
|
|
117
|
-
},
|
|
67
|
+
"description": "Provide AWS IAM secret key that has permission to read from desired SQS",
|
|
118
68
|
"group": "authentication",
|
|
69
|
+
"type": "String",
|
|
119
70
|
"binding": {
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
},
|
|
123
|
-
"condition": {
|
|
124
|
-
"property": "authentication.type",
|
|
125
|
-
"equals": "credentials",
|
|
126
|
-
"type": "simple"
|
|
71
|
+
"type": "zeebe:property",
|
|
72
|
+
"name": "authentication.secretKey"
|
|
127
73
|
},
|
|
128
|
-
"type": "String"
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
"id": "configuration.region",
|
|
132
|
-
"label": "Region",
|
|
133
|
-
"description": "Specify the AWS region",
|
|
134
|
-
"optional": false,
|
|
135
74
|
"constraints": {
|
|
136
75
|
"notEmpty": true
|
|
137
|
-
}
|
|
138
|
-
"group": "configuration",
|
|
139
|
-
"binding": {
|
|
140
|
-
"name": "configuration.region",
|
|
141
|
-
"type": "zeebe:property"
|
|
142
|
-
},
|
|
143
|
-
"type": "String"
|
|
76
|
+
}
|
|
144
77
|
},
|
|
145
78
|
{
|
|
146
|
-
"
|
|
147
|
-
"
|
|
148
|
-
"
|
|
149
|
-
"
|
|
150
|
-
"group": "configuration",
|
|
79
|
+
"label": "Queue URL",
|
|
80
|
+
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
81
|
+
"group": "queueProperties",
|
|
82
|
+
"type": "String",
|
|
151
83
|
"binding": {
|
|
152
|
-
"
|
|
153
|
-
"
|
|
84
|
+
"type": "zeebe:property",
|
|
85
|
+
"name": "queue.url"
|
|
154
86
|
},
|
|
155
|
-
"
|
|
87
|
+
"constraints": {
|
|
88
|
+
"notEmpty": true,
|
|
89
|
+
"pattern": {
|
|
90
|
+
"value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
91
|
+
"message": "Must be an queue URL or ARN"
|
|
92
|
+
}
|
|
93
|
+
}
|
|
156
94
|
},
|
|
157
95
|
{
|
|
158
|
-
"
|
|
159
|
-
"
|
|
160
|
-
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
161
|
-
"optional": false,
|
|
162
|
-
"constraints": {
|
|
163
|
-
"notEmpty": true
|
|
164
|
-
},
|
|
96
|
+
"label": "Region",
|
|
97
|
+
"description": "Specify the AWS region of your queue",
|
|
165
98
|
"group": "queueProperties",
|
|
99
|
+
"type": "String",
|
|
166
100
|
"binding": {
|
|
167
|
-
"
|
|
168
|
-
"
|
|
101
|
+
"type": "zeebe:property",
|
|
102
|
+
"name": "configuration.region"
|
|
169
103
|
},
|
|
170
|
-
"
|
|
104
|
+
"constraints": {
|
|
105
|
+
"notEmpty": true
|
|
106
|
+
}
|
|
171
107
|
},
|
|
172
108
|
{
|
|
173
|
-
"id": "queue.queue.pollingWaitTime",
|
|
174
109
|
"label": "Polling wait time",
|
|
175
|
-
"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/
|
|
110
|
+
"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",
|
|
111
|
+
"group": "messagePollingProperties",
|
|
112
|
+
"type": "String",
|
|
176
113
|
"optional": false,
|
|
177
|
-
"
|
|
114
|
+
"feel": "optional",
|
|
115
|
+
"value": "1",
|
|
116
|
+
"binding": {
|
|
117
|
+
"type": "zeebe:property",
|
|
118
|
+
"name": "queue.pollingWaitTime"
|
|
119
|
+
},
|
|
178
120
|
"constraints": {
|
|
179
121
|
"notEmpty": true,
|
|
180
122
|
"pattern": {
|
|
181
|
-
"value": "^([0-9]?|1[0-9]|20
|
|
123
|
+
"value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\})$",
|
|
124
|
+
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
182
125
|
}
|
|
183
|
-
}
|
|
184
|
-
"group": "messagePollingProperties",
|
|
185
|
-
"binding": {
|
|
186
|
-
"name": "queue.pollingWaitTime",
|
|
187
|
-
"type": "zeebe:property"
|
|
188
|
-
},
|
|
189
|
-
"type": "String"
|
|
126
|
+
}
|
|
190
127
|
},
|
|
191
128
|
{
|
|
192
|
-
"id": "queue.queue.attributeNames",
|
|
193
129
|
"label": "Attribute names",
|
|
194
|
-
"description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
195
|
-
"optional": false,
|
|
196
|
-
"feel": "optional",
|
|
130
|
+
"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",
|
|
197
131
|
"group": "input",
|
|
132
|
+
"type": "String",
|
|
133
|
+
"optional": true,
|
|
198
134
|
"binding": {
|
|
199
|
-
"
|
|
200
|
-
"
|
|
135
|
+
"type": "zeebe:property",
|
|
136
|
+
"name": "queue.attributeNames"
|
|
201
137
|
},
|
|
202
|
-
"
|
|
138
|
+
"feel": "required"
|
|
203
139
|
},
|
|
204
140
|
{
|
|
205
|
-
"id": "queue.queue.messageAttributeNames",
|
|
206
141
|
"label": "Message attribute names",
|
|
207
|
-
"description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
208
|
-
"optional": false,
|
|
209
|
-
"feel": "optional",
|
|
142
|
+
"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",
|
|
210
143
|
"group": "input",
|
|
144
|
+
"type": "String",
|
|
145
|
+
"optional": true,
|
|
211
146
|
"binding": {
|
|
212
|
-
"
|
|
213
|
-
"
|
|
147
|
+
"type": "zeebe:property",
|
|
148
|
+
"name": "queue.messageAttributeNames"
|
|
214
149
|
},
|
|
215
|
-
"
|
|
150
|
+
"feel": "required"
|
|
216
151
|
},
|
|
217
152
|
{
|
|
218
|
-
"id": "activationCondition",
|
|
219
153
|
"label": "Activation condition",
|
|
220
|
-
"
|
|
221
|
-
"optional": true,
|
|
222
|
-
"feel": "required",
|
|
154
|
+
"type": "String",
|
|
223
155
|
"group": "activation",
|
|
156
|
+
"feel": "required",
|
|
157
|
+
"optional": true,
|
|
224
158
|
"binding": {
|
|
225
|
-
"
|
|
226
|
-
"
|
|
159
|
+
"type": "zeebe:property",
|
|
160
|
+
"name": "activationCondition"
|
|
227
161
|
},
|
|
228
|
-
"
|
|
162
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events"
|
|
229
163
|
},
|
|
230
164
|
{
|
|
231
|
-
"
|
|
232
|
-
"
|
|
233
|
-
"
|
|
234
|
-
"
|
|
165
|
+
"label": "Result variable",
|
|
166
|
+
"type": "String",
|
|
167
|
+
"group": "variable-mapping",
|
|
168
|
+
"optional": true,
|
|
235
169
|
"binding": {
|
|
236
|
-
"
|
|
237
|
-
"
|
|
170
|
+
"type": "zeebe:property",
|
|
171
|
+
"name": "resultVariable"
|
|
238
172
|
},
|
|
239
|
-
"
|
|
240
|
-
"type": "Boolean"
|
|
173
|
+
"description": "Name of variable to store the result of the connector in"
|
|
241
174
|
},
|
|
242
175
|
{
|
|
243
|
-
"
|
|
244
|
-
"
|
|
245
|
-
"
|
|
246
|
-
"
|
|
247
|
-
"
|
|
176
|
+
"label": "Result expression",
|
|
177
|
+
"type": "String",
|
|
178
|
+
"group": "variable-mapping",
|
|
179
|
+
"feel": "required",
|
|
180
|
+
"optional": true,
|
|
248
181
|
"binding": {
|
|
249
|
-
"
|
|
250
|
-
"
|
|
251
|
-
},
|
|
252
|
-
"type": "Boolean"
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
"id": "deduplicationId",
|
|
256
|
-
"label": "Deduplication ID",
|
|
257
|
-
"constraints": {
|
|
258
|
-
"notEmpty": true,
|
|
259
|
-
"pattern": {
|
|
260
|
-
"value": "^[a-zA-Z0-9_-]+$",
|
|
261
|
-
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
262
|
-
}
|
|
182
|
+
"type": "zeebe:property",
|
|
183
|
+
"name": "resultExpression"
|
|
263
184
|
},
|
|
264
|
-
"
|
|
265
|
-
"binding": {
|
|
266
|
-
"name": "deduplicationId",
|
|
267
|
-
"type": "zeebe:property"
|
|
268
|
-
},
|
|
269
|
-
"condition": {
|
|
270
|
-
"property": "deduplicationModeManualFlag",
|
|
271
|
-
"equals": true,
|
|
272
|
-
"type": "simple"
|
|
273
|
-
},
|
|
274
|
-
"type": "String"
|
|
275
|
-
},
|
|
276
|
-
{
|
|
277
|
-
"id": "deduplicationModeManual",
|
|
278
|
-
"value": "MANUAL",
|
|
279
|
-
"group": "deduplication",
|
|
280
|
-
"binding": {
|
|
281
|
-
"name": "deduplicationMode",
|
|
282
|
-
"type": "zeebe:property"
|
|
283
|
-
},
|
|
284
|
-
"condition": {
|
|
285
|
-
"property": "deduplicationId",
|
|
286
|
-
"isActive": true,
|
|
287
|
-
"type": "simple"
|
|
288
|
-
},
|
|
289
|
-
"type": "Hidden"
|
|
290
|
-
},
|
|
291
|
-
{
|
|
292
|
-
"id": "deduplicationModeAuto",
|
|
293
|
-
"value": "AUTO",
|
|
294
|
-
"group": "deduplication",
|
|
295
|
-
"binding": {
|
|
296
|
-
"name": "deduplicationMode",
|
|
297
|
-
"type": "zeebe:property"
|
|
298
|
-
},
|
|
299
|
-
"condition": {
|
|
300
|
-
"property": "deduplicationId",
|
|
301
|
-
"isActive": false,
|
|
302
|
-
"type": "simple"
|
|
303
|
-
},
|
|
304
|
-
"type": "Hidden"
|
|
305
|
-
},
|
|
306
|
-
{
|
|
307
|
-
"id": "resultVariable",
|
|
308
|
-
"label": "Result variable",
|
|
309
|
-
"description": "Name of variable to store the response in",
|
|
310
|
-
"group": "output",
|
|
311
|
-
"binding": {
|
|
312
|
-
"name": "resultVariable",
|
|
313
|
-
"type": "zeebe:property"
|
|
314
|
-
},
|
|
315
|
-
"type": "String"
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
"id": "resultExpression",
|
|
319
|
-
"label": "Result expression",
|
|
320
|
-
"description": "Expression to map the response into process variables",
|
|
321
|
-
"feel": "required",
|
|
322
|
-
"group": "output",
|
|
323
|
-
"binding": {
|
|
324
|
-
"name": "resultExpression",
|
|
325
|
-
"type": "zeebe:property"
|
|
326
|
-
},
|
|
327
|
-
"type": "Text"
|
|
185
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
328
186
|
}
|
|
329
187
|
],
|
|
330
188
|
"icon": {
|
|
331
|
-
"contents": "data:image/svg+xml
|
|
189
|
+
"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"
|
|
190
|
+
},
|
|
191
|
+
"engines": {
|
|
192
|
+
"camunda": "^8.2"
|
|
332
193
|
}
|
|
333
194
|
},
|
|
334
195
|
{
|
|
335
196
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
336
197
|
"name": "Amazon SQS connector",
|
|
337
198
|
"id": "io.camunda.connectors.AWSSQS.StartEvent.v1",
|
|
338
|
-
"version":
|
|
199
|
+
"version": 1,
|
|
339
200
|
"description": "Receive message from a queue",
|
|
340
201
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
341
202
|
"appliesTo": ["bpmn:StartEvent"],
|
|
@@ -431,7 +292,7 @@
|
|
|
431
292
|
"type": "String",
|
|
432
293
|
"binding": {
|
|
433
294
|
"type": "zeebe:property",
|
|
434
|
-
"name": "
|
|
295
|
+
"name": "queue.region"
|
|
435
296
|
},
|
|
436
297
|
"constraints": {
|
|
437
298
|
"notEmpty": true
|
|
@@ -526,11 +387,11 @@
|
|
|
526
387
|
},
|
|
527
388
|
{
|
|
528
389
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
529
|
-
"name": "Amazon SQS
|
|
390
|
+
"name": "Amazon SQS connector",
|
|
530
391
|
"id": "io.camunda.connectors.AWSSQS.StartEvent.v1",
|
|
531
|
-
"version":
|
|
392
|
+
"version": 2,
|
|
532
393
|
"description": "Receive message from a queue",
|
|
533
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
394
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
534
395
|
"appliesTo": ["bpmn:StartEvent"],
|
|
535
396
|
"elementType": {
|
|
536
397
|
"value": "bpmn:StartEvent"
|
|
@@ -574,35 +435,9 @@
|
|
|
574
435
|
"name": "inbound.type"
|
|
575
436
|
}
|
|
576
437
|
},
|
|
577
|
-
{
|
|
578
|
-
"id": "authenticationType",
|
|
579
|
-
"label": "Authentication",
|
|
580
|
-
"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>",
|
|
581
|
-
"group": "authentication",
|
|
582
|
-
"type": "Dropdown",
|
|
583
|
-
"optional": false,
|
|
584
|
-
"value": "credentials",
|
|
585
|
-
"choices": [
|
|
586
|
-
{
|
|
587
|
-
"name": "Credentials",
|
|
588
|
-
"value": "credentials"
|
|
589
|
-
},
|
|
590
|
-
{
|
|
591
|
-
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
592
|
-
"value": "defaultCredentialsChain"
|
|
593
|
-
}
|
|
594
|
-
],
|
|
595
|
-
"binding": {
|
|
596
|
-
"type": "zeebe:property",
|
|
597
|
-
"name": "authentication.type"
|
|
598
|
-
},
|
|
599
|
-
"constraints": {
|
|
600
|
-
"notEmpty": true
|
|
601
|
-
}
|
|
602
|
-
},
|
|
603
438
|
{
|
|
604
439
|
"label": "Access key",
|
|
605
|
-
"description": "Provide AWS IAM access key that has permission to
|
|
440
|
+
"description": "Provide AWS IAM access key that has permission to send to desired SQS",
|
|
606
441
|
"group": "authentication",
|
|
607
442
|
"type": "String",
|
|
608
443
|
"binding": {
|
|
@@ -611,15 +446,11 @@
|
|
|
611
446
|
},
|
|
612
447
|
"constraints": {
|
|
613
448
|
"notEmpty": true
|
|
614
|
-
},
|
|
615
|
-
"condition": {
|
|
616
|
-
"property": "authenticationType",
|
|
617
|
-
"equals": "credentials"
|
|
618
449
|
}
|
|
619
450
|
},
|
|
620
451
|
{
|
|
621
452
|
"label": "Secret key",
|
|
622
|
-
"description": "Provide AWS IAM secret key that has permission to
|
|
453
|
+
"description": "Provide AWS IAM secret key that has permission to send to desired SQS",
|
|
623
454
|
"group": "authentication",
|
|
624
455
|
"type": "String",
|
|
625
456
|
"binding": {
|
|
@@ -628,15 +459,11 @@
|
|
|
628
459
|
},
|
|
629
460
|
"constraints": {
|
|
630
461
|
"notEmpty": true
|
|
631
|
-
},
|
|
632
|
-
"condition": {
|
|
633
|
-
"property": "authenticationType",
|
|
634
|
-
"equals": "credentials"
|
|
635
462
|
}
|
|
636
463
|
},
|
|
637
464
|
{
|
|
638
465
|
"label": "Queue URL",
|
|
639
|
-
"description": "Specify the URL of the SQS queue where you would like to
|
|
466
|
+
"description": "Specify the URL of the SQS queue where you would like to send message to",
|
|
640
467
|
"group": "queueProperties",
|
|
641
468
|
"type": "String",
|
|
642
469
|
"binding": {
|
|
@@ -646,8 +473,8 @@
|
|
|
646
473
|
"constraints": {
|
|
647
474
|
"notEmpty": true,
|
|
648
475
|
"pattern": {
|
|
649
|
-
"value": "^(
|
|
650
|
-
"message": "Must be an queue URL or ARN"
|
|
476
|
+
"value": "(^https?://.+)|(^arn:.+)(^secrets\\..+)",
|
|
477
|
+
"message": "Must be an queue URL or ARN or a secret.XYZ"
|
|
651
478
|
}
|
|
652
479
|
}
|
|
653
480
|
},
|
|
@@ -666,7 +493,7 @@
|
|
|
666
493
|
},
|
|
667
494
|
{
|
|
668
495
|
"label": "Polling wait time",
|
|
669
|
-
"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/
|
|
496
|
+
"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",
|
|
670
497
|
"group": "messagePollingProperties",
|
|
671
498
|
"type": "String",
|
|
672
499
|
"optional": false,
|
|
@@ -679,14 +506,14 @@
|
|
|
679
506
|
"constraints": {
|
|
680
507
|
"notEmpty": true,
|
|
681
508
|
"pattern": {
|
|
682
|
-
"value": "^([0-9]?|1[0-9]|20
|
|
509
|
+
"value": "^([0-9]?|1[0-9]|20|secrets\\..+)$",
|
|
683
510
|
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
684
511
|
}
|
|
685
512
|
}
|
|
686
513
|
},
|
|
687
514
|
{
|
|
688
515
|
"label": "Attribute names",
|
|
689
|
-
"description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
516
|
+
"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",
|
|
690
517
|
"group": "input",
|
|
691
518
|
"type": "String",
|
|
692
519
|
"optional": true,
|
|
@@ -698,7 +525,7 @@
|
|
|
698
525
|
},
|
|
699
526
|
{
|
|
700
527
|
"label": "Message attribute names",
|
|
701
|
-
"description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
528
|
+
"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",
|
|
702
529
|
"group": "input",
|
|
703
530
|
"type": "String",
|
|
704
531
|
"optional": true,
|
|
@@ -748,7 +575,7 @@
|
|
|
748
575
|
"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"
|
|
749
576
|
},
|
|
750
577
|
"engines": {
|
|
751
|
-
"camunda": "^8.
|
|
578
|
+
"camunda": "^8.2"
|
|
752
579
|
}
|
|
753
580
|
},
|
|
754
581
|
{
|
|
@@ -948,7 +775,7 @@
|
|
|
948
775
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
949
776
|
"name": "Amazon SQS connector",
|
|
950
777
|
"id": "io.camunda.connectors.AWSSQS.StartEvent.v1",
|
|
951
|
-
"version":
|
|
778
|
+
"version": 4,
|
|
952
779
|
"description": "Receive message from a queue",
|
|
953
780
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
954
781
|
"appliesTo": ["bpmn:StartEvent"],
|
|
@@ -1020,15 +847,6 @@
|
|
|
1020
847
|
"notEmpty": true
|
|
1021
848
|
}
|
|
1022
849
|
},
|
|
1023
|
-
{
|
|
1024
|
-
"type": "Hidden",
|
|
1025
|
-
"description": "This value forces to evaluate configuration first in order",
|
|
1026
|
-
"value": "nonce",
|
|
1027
|
-
"binding": {
|
|
1028
|
-
"type": "zeebe:input",
|
|
1029
|
-
"name": "configuration.nonce"
|
|
1030
|
-
}
|
|
1031
|
-
},
|
|
1032
850
|
{
|
|
1033
851
|
"label": "Queue URL",
|
|
1034
852
|
"description": "Specify the URL of the SQS queue where you would like to send message to",
|
|
@@ -1059,14 +877,6 @@
|
|
|
1059
877
|
"notEmpty": true
|
|
1060
878
|
}
|
|
1061
879
|
},
|
|
1062
|
-
{
|
|
1063
|
-
"description": "Backwards compatible region",
|
|
1064
|
-
"type": "Hidden",
|
|
1065
|
-
"binding": {
|
|
1066
|
-
"type": "zeebe:property",
|
|
1067
|
-
"name": "queue.region"
|
|
1068
|
-
}
|
|
1069
|
-
},
|
|
1070
880
|
{
|
|
1071
881
|
"label": "Polling wait time",
|
|
1072
882
|
"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",
|
|
@@ -1156,32 +966,24 @@
|
|
|
1156
966
|
},
|
|
1157
967
|
{
|
|
1158
968
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1159
|
-
"name": "Amazon SQS
|
|
969
|
+
"name": "Amazon SQS connector",
|
|
1160
970
|
"id": "io.camunda.connectors.AWSSQS.StartEvent.v1",
|
|
971
|
+
"version": 3,
|
|
1161
972
|
"description": "Receive message from a queue",
|
|
1162
|
-
"
|
|
1163
|
-
|
|
1164
|
-
|
|
973
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
974
|
+
"appliesTo": ["bpmn:StartEvent"],
|
|
975
|
+
"elementType": {
|
|
976
|
+
"value": "bpmn:StartEvent"
|
|
1165
977
|
},
|
|
1166
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
|
|
1167
|
-
"version": 9,
|
|
1168
978
|
"category": {
|
|
1169
979
|
"id": "connectors",
|
|
1170
980
|
"name": "Connectors"
|
|
1171
981
|
},
|
|
1172
|
-
"appliesTo": ["bpmn:StartEvent"],
|
|
1173
|
-
"elementType": {
|
|
1174
|
-
"value": "bpmn:StartEvent"
|
|
1175
|
-
},
|
|
1176
982
|
"groups": [
|
|
1177
983
|
{
|
|
1178
984
|
"id": "authentication",
|
|
1179
985
|
"label": "Authentication"
|
|
1180
986
|
},
|
|
1181
|
-
{
|
|
1182
|
-
"id": "configuration",
|
|
1183
|
-
"label": "Configuration"
|
|
1184
|
-
},
|
|
1185
987
|
{
|
|
1186
988
|
"id": "queueProperties",
|
|
1187
989
|
"label": "Queue properties"
|
|
@@ -1199,313 +1001,207 @@
|
|
|
1199
1001
|
"label": "Activation"
|
|
1200
1002
|
},
|
|
1201
1003
|
{
|
|
1202
|
-
"id": "
|
|
1203
|
-
"label": "
|
|
1204
|
-
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
1205
|
-
},
|
|
1206
|
-
{
|
|
1207
|
-
"id": "output",
|
|
1208
|
-
"label": "Output mapping"
|
|
1004
|
+
"id": "variable-mapping",
|
|
1005
|
+
"label": "Variable mapping"
|
|
1209
1006
|
}
|
|
1210
1007
|
],
|
|
1211
1008
|
"properties": [
|
|
1212
1009
|
{
|
|
1010
|
+
"type": "Hidden",
|
|
1213
1011
|
"value": "io.camunda:aws-sqs-inbound:1",
|
|
1214
1012
|
"binding": {
|
|
1215
|
-
"
|
|
1216
|
-
"
|
|
1217
|
-
}
|
|
1218
|
-
"type": "Hidden"
|
|
1013
|
+
"type": "zeebe:property",
|
|
1014
|
+
"name": "inbound.type"
|
|
1015
|
+
}
|
|
1219
1016
|
},
|
|
1220
1017
|
{
|
|
1221
|
-
"
|
|
1222
|
-
"
|
|
1223
|
-
"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>",
|
|
1224
|
-
"value": "credentials",
|
|
1018
|
+
"label": "Access key",
|
|
1019
|
+
"description": "Provide AWS IAM access key that has permission to send to desired SQS",
|
|
1225
1020
|
"group": "authentication",
|
|
1021
|
+
"type": "String",
|
|
1226
1022
|
"binding": {
|
|
1227
|
-
"
|
|
1228
|
-
"
|
|
1023
|
+
"type": "zeebe:property",
|
|
1024
|
+
"name": "authentication.accessKey"
|
|
1229
1025
|
},
|
|
1230
|
-
"type": "Dropdown",
|
|
1231
|
-
"choices": [
|
|
1232
|
-
{
|
|
1233
|
-
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
1234
|
-
"value": "defaultCredentialsChain"
|
|
1235
|
-
},
|
|
1236
|
-
{
|
|
1237
|
-
"name": "Credentials",
|
|
1238
|
-
"value": "credentials"
|
|
1239
|
-
}
|
|
1240
|
-
]
|
|
1241
|
-
},
|
|
1242
|
-
{
|
|
1243
|
-
"id": "authentication.accessKey",
|
|
1244
|
-
"label": "Access key",
|
|
1245
|
-
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
1246
|
-
"optional": false,
|
|
1247
1026
|
"constraints": {
|
|
1248
1027
|
"notEmpty": true
|
|
1249
|
-
}
|
|
1250
|
-
"group": "authentication",
|
|
1251
|
-
"binding": {
|
|
1252
|
-
"name": "authentication.accessKey",
|
|
1253
|
-
"type": "zeebe:property"
|
|
1254
|
-
},
|
|
1255
|
-
"condition": {
|
|
1256
|
-
"property": "authentication.type",
|
|
1257
|
-
"equals": "credentials",
|
|
1258
|
-
"type": "simple"
|
|
1259
|
-
},
|
|
1260
|
-
"type": "String"
|
|
1028
|
+
}
|
|
1261
1029
|
},
|
|
1262
1030
|
{
|
|
1263
|
-
"id": "authentication.secretKey",
|
|
1264
1031
|
"label": "Secret key",
|
|
1265
|
-
"description": "Provide
|
|
1266
|
-
"optional": false,
|
|
1267
|
-
"constraints": {
|
|
1268
|
-
"notEmpty": true
|
|
1269
|
-
},
|
|
1032
|
+
"description": "Provide AWS IAM secret key that has permission to send to desired SQS",
|
|
1270
1033
|
"group": "authentication",
|
|
1034
|
+
"type": "String",
|
|
1271
1035
|
"binding": {
|
|
1272
|
-
"
|
|
1273
|
-
"
|
|
1274
|
-
},
|
|
1275
|
-
"condition": {
|
|
1276
|
-
"property": "authentication.type",
|
|
1277
|
-
"equals": "credentials",
|
|
1278
|
-
"type": "simple"
|
|
1036
|
+
"type": "zeebe:property",
|
|
1037
|
+
"name": "authentication.secretKey"
|
|
1279
1038
|
},
|
|
1280
|
-
"type": "String"
|
|
1281
|
-
},
|
|
1282
|
-
{
|
|
1283
|
-
"id": "configuration.region",
|
|
1284
|
-
"label": "Region",
|
|
1285
|
-
"description": "Specify the AWS region",
|
|
1286
|
-
"optional": false,
|
|
1287
1039
|
"constraints": {
|
|
1288
1040
|
"notEmpty": true
|
|
1289
|
-
}
|
|
1290
|
-
"group": "configuration",
|
|
1291
|
-
"binding": {
|
|
1292
|
-
"name": "configuration.region",
|
|
1293
|
-
"type": "zeebe:property"
|
|
1294
|
-
},
|
|
1295
|
-
"type": "String"
|
|
1041
|
+
}
|
|
1296
1042
|
},
|
|
1297
1043
|
{
|
|
1298
|
-
"
|
|
1299
|
-
"
|
|
1300
|
-
"
|
|
1301
|
-
"optional": true,
|
|
1302
|
-
"group": "configuration",
|
|
1044
|
+
"type": "Hidden",
|
|
1045
|
+
"description": "This value forces to evaluate configuration first in order",
|
|
1046
|
+
"value": "nonce",
|
|
1303
1047
|
"binding": {
|
|
1304
|
-
"
|
|
1305
|
-
"
|
|
1306
|
-
}
|
|
1307
|
-
"type": "Hidden"
|
|
1048
|
+
"type": "zeebe:input",
|
|
1049
|
+
"name": "configuration.nonce"
|
|
1050
|
+
}
|
|
1308
1051
|
},
|
|
1309
1052
|
{
|
|
1310
|
-
"id": "queue.queue.url",
|
|
1311
1053
|
"label": "Queue URL",
|
|
1312
|
-
"description": "Specify the URL of the SQS queue where you would like to
|
|
1313
|
-
"optional": false,
|
|
1314
|
-
"constraints": {
|
|
1315
|
-
"notEmpty": true
|
|
1316
|
-
},
|
|
1054
|
+
"description": "Specify the URL of the SQS queue where you would like to send message to",
|
|
1317
1055
|
"group": "queueProperties",
|
|
1056
|
+
"type": "String",
|
|
1318
1057
|
"binding": {
|
|
1319
|
-
"
|
|
1320
|
-
"
|
|
1058
|
+
"type": "zeebe:property",
|
|
1059
|
+
"name": "queue.url"
|
|
1321
1060
|
},
|
|
1322
|
-
"type": "String"
|
|
1323
|
-
},
|
|
1324
|
-
{
|
|
1325
|
-
"id": "queue.queue.pollingWaitTime",
|
|
1326
|
-
"label": "Polling wait time",
|
|
1327
|
-
"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",
|
|
1328
|
-
"optional": false,
|
|
1329
|
-
"value": "20",
|
|
1330
1061
|
"constraints": {
|
|
1331
1062
|
"notEmpty": true,
|
|
1332
1063
|
"pattern": {
|
|
1333
|
-
"value": "^(
|
|
1064
|
+
"value": "(^https?://.+)|(^arn:.+)(^secrets\\..+)",
|
|
1065
|
+
"message": "Must be an queue URL or ARN or a secret.XYZ"
|
|
1334
1066
|
}
|
|
1335
|
-
}
|
|
1336
|
-
"group": "messagePollingProperties",
|
|
1337
|
-
"binding": {
|
|
1338
|
-
"name": "queue.pollingWaitTime",
|
|
1339
|
-
"type": "zeebe:property"
|
|
1340
|
-
},
|
|
1341
|
-
"type": "String"
|
|
1342
|
-
},
|
|
1343
|
-
{
|
|
1344
|
-
"id": "queue.queue.attributeNames",
|
|
1345
|
-
"label": "Attribute names",
|
|
1346
|
-
"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",
|
|
1347
|
-
"optional": false,
|
|
1348
|
-
"feel": "optional",
|
|
1349
|
-
"group": "input",
|
|
1350
|
-
"binding": {
|
|
1351
|
-
"name": "queue.attributeNames",
|
|
1352
|
-
"type": "zeebe:property"
|
|
1353
|
-
},
|
|
1354
|
-
"type": "String"
|
|
1355
|
-
},
|
|
1356
|
-
{
|
|
1357
|
-
"id": "queue.queue.messageAttributeNames",
|
|
1358
|
-
"label": "Message attribute names",
|
|
1359
|
-
"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",
|
|
1360
|
-
"optional": false,
|
|
1361
|
-
"feel": "optional",
|
|
1362
|
-
"group": "input",
|
|
1363
|
-
"binding": {
|
|
1364
|
-
"name": "queue.messageAttributeNames",
|
|
1365
|
-
"type": "zeebe:property"
|
|
1366
|
-
},
|
|
1367
|
-
"type": "String"
|
|
1067
|
+
}
|
|
1368
1068
|
},
|
|
1369
1069
|
{
|
|
1370
|
-
"
|
|
1371
|
-
"
|
|
1372
|
-
"
|
|
1373
|
-
"
|
|
1374
|
-
"feel": "required",
|
|
1375
|
-
"group": "activation",
|
|
1070
|
+
"label": "Region",
|
|
1071
|
+
"description": "Specify the AWS region of your queue",
|
|
1072
|
+
"group": "queueProperties",
|
|
1073
|
+
"type": "String",
|
|
1376
1074
|
"binding": {
|
|
1377
|
-
"
|
|
1378
|
-
"
|
|
1075
|
+
"type": "zeebe:property",
|
|
1076
|
+
"name": "configuration.region"
|
|
1379
1077
|
},
|
|
1380
|
-
"
|
|
1078
|
+
"constraints": {
|
|
1079
|
+
"notEmpty": true
|
|
1080
|
+
}
|
|
1381
1081
|
},
|
|
1382
1082
|
{
|
|
1383
|
-
"
|
|
1384
|
-
"
|
|
1385
|
-
"value": true,
|
|
1386
|
-
"group": "activation",
|
|
1083
|
+
"description": "Backwards compatible region",
|
|
1084
|
+
"type": "Hidden",
|
|
1387
1085
|
"binding": {
|
|
1388
|
-
"
|
|
1389
|
-
"
|
|
1390
|
-
}
|
|
1391
|
-
"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",
|
|
1392
|
-
"type": "Boolean"
|
|
1086
|
+
"type": "zeebe:property",
|
|
1087
|
+
"name": "queue.region"
|
|
1088
|
+
}
|
|
1393
1089
|
},
|
|
1394
1090
|
{
|
|
1395
|
-
"
|
|
1396
|
-
"
|
|
1397
|
-
"
|
|
1398
|
-
"
|
|
1399
|
-
"
|
|
1091
|
+
"label": "Polling wait time",
|
|
1092
|
+
"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",
|
|
1093
|
+
"group": "messagePollingProperties",
|
|
1094
|
+
"type": "String",
|
|
1095
|
+
"optional": false,
|
|
1096
|
+
"feel": "optional",
|
|
1097
|
+
"value": "1",
|
|
1400
1098
|
"binding": {
|
|
1401
|
-
"
|
|
1402
|
-
"
|
|
1099
|
+
"type": "zeebe:property",
|
|
1100
|
+
"name": "queue.pollingWaitTime"
|
|
1403
1101
|
},
|
|
1404
|
-
"type": "Boolean"
|
|
1405
|
-
},
|
|
1406
|
-
{
|
|
1407
|
-
"id": "deduplicationId",
|
|
1408
|
-
"label": "Deduplication ID",
|
|
1409
1102
|
"constraints": {
|
|
1410
1103
|
"notEmpty": true,
|
|
1411
1104
|
"pattern": {
|
|
1412
|
-
"value": "^[
|
|
1413
|
-
"message": "
|
|
1105
|
+
"value": "^([0-9]?|1[0-9]|20|secrets\\..+)$",
|
|
1106
|
+
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
1414
1107
|
}
|
|
1415
|
-
}
|
|
1416
|
-
|
|
1108
|
+
}
|
|
1109
|
+
},
|
|
1110
|
+
{
|
|
1111
|
+
"label": "Attribute names",
|
|
1112
|
+
"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",
|
|
1113
|
+
"group": "input",
|
|
1114
|
+
"type": "String",
|
|
1115
|
+
"optional": true,
|
|
1417
1116
|
"binding": {
|
|
1418
|
-
"
|
|
1419
|
-
"
|
|
1420
|
-
},
|
|
1421
|
-
"condition": {
|
|
1422
|
-
"property": "deduplicationModeManualFlag",
|
|
1423
|
-
"equals": true,
|
|
1424
|
-
"type": "simple"
|
|
1117
|
+
"type": "zeebe:property",
|
|
1118
|
+
"name": "queue.attributeNames"
|
|
1425
1119
|
},
|
|
1426
|
-
"
|
|
1120
|
+
"feel": "required"
|
|
1427
1121
|
},
|
|
1428
1122
|
{
|
|
1429
|
-
"
|
|
1430
|
-
"
|
|
1431
|
-
"group": "
|
|
1123
|
+
"label": "Message attribute names",
|
|
1124
|
+
"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",
|
|
1125
|
+
"group": "input",
|
|
1126
|
+
"type": "String",
|
|
1127
|
+
"optional": true,
|
|
1432
1128
|
"binding": {
|
|
1433
|
-
"
|
|
1434
|
-
"
|
|
1435
|
-
},
|
|
1436
|
-
"condition": {
|
|
1437
|
-
"property": "deduplicationId",
|
|
1438
|
-
"isActive": true,
|
|
1439
|
-
"type": "simple"
|
|
1129
|
+
"type": "zeebe:property",
|
|
1130
|
+
"name": "queue.messageAttributeNames"
|
|
1440
1131
|
},
|
|
1441
|
-
"
|
|
1132
|
+
"feel": "required"
|
|
1442
1133
|
},
|
|
1443
1134
|
{
|
|
1444
|
-
"
|
|
1445
|
-
"
|
|
1446
|
-
"group": "
|
|
1135
|
+
"label": "Activation condition",
|
|
1136
|
+
"type": "String",
|
|
1137
|
+
"group": "activation",
|
|
1138
|
+
"feel": "required",
|
|
1139
|
+
"optional": true,
|
|
1447
1140
|
"binding": {
|
|
1448
|
-
"
|
|
1449
|
-
"
|
|
1450
|
-
},
|
|
1451
|
-
"condition": {
|
|
1452
|
-
"property": "deduplicationId",
|
|
1453
|
-
"isActive": false,
|
|
1454
|
-
"type": "simple"
|
|
1141
|
+
"type": "zeebe:property",
|
|
1142
|
+
"name": "activationCondition"
|
|
1455
1143
|
},
|
|
1456
|
-
"
|
|
1144
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events"
|
|
1457
1145
|
},
|
|
1458
1146
|
{
|
|
1459
|
-
"id": "resultVariable",
|
|
1460
1147
|
"label": "Result variable",
|
|
1461
|
-
"
|
|
1462
|
-
"group": "
|
|
1148
|
+
"type": "String",
|
|
1149
|
+
"group": "variable-mapping",
|
|
1150
|
+
"optional": true,
|
|
1463
1151
|
"binding": {
|
|
1464
|
-
"
|
|
1465
|
-
"
|
|
1152
|
+
"type": "zeebe:property",
|
|
1153
|
+
"name": "resultVariable"
|
|
1466
1154
|
},
|
|
1467
|
-
"
|
|
1155
|
+
"description": "Name of variable to store the result of the connector in"
|
|
1468
1156
|
},
|
|
1469
1157
|
{
|
|
1470
|
-
"id": "resultExpression",
|
|
1471
1158
|
"label": "Result expression",
|
|
1472
|
-
"
|
|
1159
|
+
"type": "String",
|
|
1160
|
+
"group": "variable-mapping",
|
|
1473
1161
|
"feel": "required",
|
|
1474
|
-
"
|
|
1162
|
+
"optional": true,
|
|
1475
1163
|
"binding": {
|
|
1476
|
-
"
|
|
1477
|
-
"
|
|
1164
|
+
"type": "zeebe:property",
|
|
1165
|
+
"name": "resultExpression"
|
|
1478
1166
|
},
|
|
1479
|
-
"
|
|
1167
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
1480
1168
|
}
|
|
1481
1169
|
],
|
|
1482
1170
|
"icon": {
|
|
1483
|
-
"contents": "data:image/svg+xml
|
|
1171
|
+
"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"
|
|
1484
1172
|
},
|
|
1485
1173
|
"engines": {
|
|
1486
|
-
"camunda": "^8.
|
|
1174
|
+
"camunda": "^8.2"
|
|
1487
1175
|
}
|
|
1488
1176
|
},
|
|
1489
1177
|
{
|
|
1490
1178
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1491
|
-
"name": "Amazon SQS
|
|
1179
|
+
"name": "Amazon SQS Start Event Connector",
|
|
1492
1180
|
"id": "io.camunda.connectors.AWSSQS.StartEvent.v1",
|
|
1493
|
-
"version": 1,
|
|
1494
1181
|
"description": "Receive message from a queue",
|
|
1495
|
-
"
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
"value": "bpmn:StartEvent"
|
|
1182
|
+
"deprecated": {
|
|
1183
|
+
"message": "None Start Events are deprecated in favor of Message Start Events for message based Connectors.",
|
|
1184
|
+
"documentationRef": "https://docs.camunda.io/docs/components/modeler/bpmn/none-events/"
|
|
1499
1185
|
},
|
|
1186
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
|
|
1187
|
+
"version": 9,
|
|
1500
1188
|
"category": {
|
|
1501
1189
|
"id": "connectors",
|
|
1502
1190
|
"name": "Connectors"
|
|
1503
1191
|
},
|
|
1192
|
+
"appliesTo": ["bpmn:StartEvent"],
|
|
1193
|
+
"elementType": {
|
|
1194
|
+
"value": "bpmn:StartEvent"
|
|
1195
|
+
},
|
|
1504
1196
|
"groups": [
|
|
1505
1197
|
{
|
|
1506
1198
|
"id": "authentication",
|
|
1507
1199
|
"label": "Authentication"
|
|
1508
1200
|
},
|
|
1201
|
+
{
|
|
1202
|
+
"id": "configuration",
|
|
1203
|
+
"label": "Configuration"
|
|
1204
|
+
},
|
|
1509
1205
|
{
|
|
1510
1206
|
"id": "queueProperties",
|
|
1511
1207
|
"label": "Queue properties"
|
|
@@ -1523,169 +1219,300 @@
|
|
|
1523
1219
|
"label": "Activation"
|
|
1524
1220
|
},
|
|
1525
1221
|
{
|
|
1526
|
-
"id": "
|
|
1527
|
-
"label": "
|
|
1222
|
+
"id": "deduplication",
|
|
1223
|
+
"label": "Deduplication",
|
|
1224
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
"id": "output",
|
|
1228
|
+
"label": "Output mapping"
|
|
1528
1229
|
}
|
|
1529
1230
|
],
|
|
1530
1231
|
"properties": [
|
|
1531
1232
|
{
|
|
1532
|
-
"type": "Hidden",
|
|
1533
1233
|
"value": "io.camunda:aws-sqs-inbound:1",
|
|
1534
1234
|
"binding": {
|
|
1535
|
-
"
|
|
1536
|
-
"
|
|
1537
|
-
}
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
"
|
|
1235
|
+
"name": "inbound.type",
|
|
1236
|
+
"type": "zeebe:property"
|
|
1237
|
+
},
|
|
1238
|
+
"type": "Hidden"
|
|
1239
|
+
},
|
|
1240
|
+
{
|
|
1241
|
+
"id": "authentication.type",
|
|
1242
|
+
"label": "Authentication",
|
|
1243
|
+
"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>",
|
|
1244
|
+
"value": "credentials",
|
|
1542
1245
|
"group": "authentication",
|
|
1543
|
-
"type": "String",
|
|
1544
1246
|
"binding": {
|
|
1545
|
-
"
|
|
1546
|
-
"
|
|
1247
|
+
"name": "authentication.type",
|
|
1248
|
+
"type": "zeebe:property"
|
|
1547
1249
|
},
|
|
1250
|
+
"type": "Dropdown",
|
|
1251
|
+
"choices": [
|
|
1252
|
+
{
|
|
1253
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
1254
|
+
"value": "defaultCredentialsChain"
|
|
1255
|
+
},
|
|
1256
|
+
{
|
|
1257
|
+
"name": "Credentials",
|
|
1258
|
+
"value": "credentials"
|
|
1259
|
+
}
|
|
1260
|
+
]
|
|
1261
|
+
},
|
|
1262
|
+
{
|
|
1263
|
+
"id": "authentication.accessKey",
|
|
1264
|
+
"label": "Access key",
|
|
1265
|
+
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
1266
|
+
"optional": false,
|
|
1548
1267
|
"constraints": {
|
|
1549
1268
|
"notEmpty": true
|
|
1550
|
-
}
|
|
1269
|
+
},
|
|
1270
|
+
"group": "authentication",
|
|
1271
|
+
"binding": {
|
|
1272
|
+
"name": "authentication.accessKey",
|
|
1273
|
+
"type": "zeebe:property"
|
|
1274
|
+
},
|
|
1275
|
+
"condition": {
|
|
1276
|
+
"property": "authentication.type",
|
|
1277
|
+
"equals": "credentials",
|
|
1278
|
+
"type": "simple"
|
|
1279
|
+
},
|
|
1280
|
+
"type": "String"
|
|
1551
1281
|
},
|
|
1552
1282
|
{
|
|
1283
|
+
"id": "authentication.secretKey",
|
|
1553
1284
|
"label": "Secret key",
|
|
1554
|
-
"description": "Provide
|
|
1285
|
+
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
1286
|
+
"optional": false,
|
|
1287
|
+
"constraints": {
|
|
1288
|
+
"notEmpty": true
|
|
1289
|
+
},
|
|
1555
1290
|
"group": "authentication",
|
|
1556
|
-
"type": "String",
|
|
1557
1291
|
"binding": {
|
|
1558
|
-
"
|
|
1559
|
-
"
|
|
1292
|
+
"name": "authentication.secretKey",
|
|
1293
|
+
"type": "zeebe:property"
|
|
1294
|
+
},
|
|
1295
|
+
"condition": {
|
|
1296
|
+
"property": "authentication.type",
|
|
1297
|
+
"equals": "credentials",
|
|
1298
|
+
"type": "simple"
|
|
1560
1299
|
},
|
|
1300
|
+
"type": "String"
|
|
1301
|
+
},
|
|
1302
|
+
{
|
|
1303
|
+
"id": "configuration.region",
|
|
1304
|
+
"label": "Region",
|
|
1305
|
+
"description": "Specify the AWS region",
|
|
1306
|
+
"optional": false,
|
|
1561
1307
|
"constraints": {
|
|
1562
1308
|
"notEmpty": true
|
|
1563
|
-
}
|
|
1309
|
+
},
|
|
1310
|
+
"group": "configuration",
|
|
1311
|
+
"binding": {
|
|
1312
|
+
"name": "configuration.region",
|
|
1313
|
+
"type": "zeebe:property"
|
|
1314
|
+
},
|
|
1315
|
+
"type": "String"
|
|
1564
1316
|
},
|
|
1565
1317
|
{
|
|
1566
|
-
"
|
|
1567
|
-
"
|
|
1568
|
-
"
|
|
1569
|
-
"
|
|
1318
|
+
"id": "configuration.endpoint",
|
|
1319
|
+
"label": "Endpoint",
|
|
1320
|
+
"description": "Specify endpoint if need to use custom endpoint",
|
|
1321
|
+
"optional": true,
|
|
1322
|
+
"group": "configuration",
|
|
1570
1323
|
"binding": {
|
|
1571
|
-
"
|
|
1572
|
-
"
|
|
1324
|
+
"name": "configuration.endpoint",
|
|
1325
|
+
"type": "zeebe:property"
|
|
1573
1326
|
},
|
|
1574
|
-
"
|
|
1575
|
-
"notEmpty": true,
|
|
1576
|
-
"pattern": {
|
|
1577
|
-
"value": "(^https?://.+)|(^arn:.+)(^secrets\\..+)",
|
|
1578
|
-
"message": "Must be an queue URL or ARN or a secret.XYZ"
|
|
1579
|
-
}
|
|
1580
|
-
}
|
|
1327
|
+
"type": "Hidden"
|
|
1581
1328
|
},
|
|
1582
1329
|
{
|
|
1583
|
-
"
|
|
1584
|
-
"
|
|
1330
|
+
"id": "queue.queue.url",
|
|
1331
|
+
"label": "Queue URL",
|
|
1332
|
+
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
1333
|
+
"optional": false,
|
|
1334
|
+
"constraints": {
|
|
1335
|
+
"notEmpty": true
|
|
1336
|
+
},
|
|
1585
1337
|
"group": "queueProperties",
|
|
1586
|
-
"type": "String",
|
|
1587
1338
|
"binding": {
|
|
1588
|
-
"
|
|
1589
|
-
"
|
|
1339
|
+
"name": "queue.url",
|
|
1340
|
+
"type": "zeebe:property"
|
|
1590
1341
|
},
|
|
1591
|
-
"
|
|
1592
|
-
"notEmpty": true
|
|
1593
|
-
}
|
|
1342
|
+
"type": "String"
|
|
1594
1343
|
},
|
|
1595
1344
|
{
|
|
1345
|
+
"id": "queue.queue.pollingWaitTime",
|
|
1596
1346
|
"label": "Polling wait time",
|
|
1597
|
-
"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/
|
|
1598
|
-
"group": "messagePollingProperties",
|
|
1599
|
-
"type": "String",
|
|
1347
|
+
"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",
|
|
1600
1348
|
"optional": false,
|
|
1601
|
-
"
|
|
1602
|
-
"value": "1",
|
|
1603
|
-
"binding": {
|
|
1604
|
-
"type": "zeebe:property",
|
|
1605
|
-
"name": "queue.pollingWaitTime"
|
|
1606
|
-
},
|
|
1349
|
+
"value": "20",
|
|
1607
1350
|
"constraints": {
|
|
1608
1351
|
"notEmpty": true,
|
|
1609
1352
|
"pattern": {
|
|
1610
|
-
"value": "^([0-9]?|1[0-9]|20|secrets\\..+)$"
|
|
1611
|
-
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
1353
|
+
"value": "^([0-9]?|1[0-9]|20|secrets\\..+)$"
|
|
1612
1354
|
}
|
|
1613
|
-
}
|
|
1355
|
+
},
|
|
1356
|
+
"group": "messagePollingProperties",
|
|
1357
|
+
"binding": {
|
|
1358
|
+
"name": "queue.pollingWaitTime",
|
|
1359
|
+
"type": "zeebe:property"
|
|
1360
|
+
},
|
|
1361
|
+
"type": "String"
|
|
1614
1362
|
},
|
|
1615
1363
|
{
|
|
1364
|
+
"id": "queue.queue.attributeNames",
|
|
1616
1365
|
"label": "Attribute names",
|
|
1617
|
-
"description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
1366
|
+
"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",
|
|
1367
|
+
"optional": false,
|
|
1368
|
+
"feel": "optional",
|
|
1618
1369
|
"group": "input",
|
|
1619
|
-
"type": "String",
|
|
1620
|
-
"optional": true,
|
|
1621
1370
|
"binding": {
|
|
1622
|
-
"
|
|
1623
|
-
"
|
|
1371
|
+
"name": "queue.attributeNames",
|
|
1372
|
+
"type": "zeebe:property"
|
|
1624
1373
|
},
|
|
1625
|
-
"
|
|
1374
|
+
"type": "String"
|
|
1626
1375
|
},
|
|
1627
1376
|
{
|
|
1377
|
+
"id": "queue.queue.messageAttributeNames",
|
|
1628
1378
|
"label": "Message attribute names",
|
|
1629
|
-
"description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
1379
|
+
"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",
|
|
1380
|
+
"optional": false,
|
|
1381
|
+
"feel": "optional",
|
|
1630
1382
|
"group": "input",
|
|
1631
|
-
"type": "String",
|
|
1632
|
-
"optional": true,
|
|
1633
1383
|
"binding": {
|
|
1634
|
-
"
|
|
1635
|
-
"
|
|
1384
|
+
"name": "queue.messageAttributeNames",
|
|
1385
|
+
"type": "zeebe:property"
|
|
1636
1386
|
},
|
|
1637
|
-
"
|
|
1387
|
+
"type": "String"
|
|
1638
1388
|
},
|
|
1639
1389
|
{
|
|
1390
|
+
"id": "activationCondition",
|
|
1640
1391
|
"label": "Activation condition",
|
|
1641
|
-
"
|
|
1642
|
-
"group": "activation",
|
|
1643
|
-
"feel": "required",
|
|
1392
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1644
1393
|
"optional": true,
|
|
1394
|
+
"feel": "required",
|
|
1395
|
+
"group": "activation",
|
|
1645
1396
|
"binding": {
|
|
1646
|
-
"
|
|
1647
|
-
"
|
|
1397
|
+
"name": "activationCondition",
|
|
1398
|
+
"type": "zeebe:property"
|
|
1648
1399
|
},
|
|
1649
|
-
"
|
|
1400
|
+
"type": "String"
|
|
1401
|
+
},
|
|
1402
|
+
{
|
|
1403
|
+
"id": "consumeUnmatchedEvents",
|
|
1404
|
+
"label": "Consume unmatched events",
|
|
1405
|
+
"value": true,
|
|
1406
|
+
"group": "activation",
|
|
1407
|
+
"binding": {
|
|
1408
|
+
"name": "consumeUnmatchedEvents",
|
|
1409
|
+
"type": "zeebe:property"
|
|
1410
|
+
},
|
|
1411
|
+
"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",
|
|
1412
|
+
"type": "Boolean"
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
"id": "deduplicationModeManualFlag",
|
|
1416
|
+
"label": "Manual mode",
|
|
1417
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1418
|
+
"value": false,
|
|
1419
|
+
"group": "deduplication",
|
|
1420
|
+
"binding": {
|
|
1421
|
+
"name": "deduplicationModeManualFlag",
|
|
1422
|
+
"type": "zeebe:property"
|
|
1423
|
+
},
|
|
1424
|
+
"type": "Boolean"
|
|
1425
|
+
},
|
|
1426
|
+
{
|
|
1427
|
+
"id": "deduplicationId",
|
|
1428
|
+
"label": "Deduplication ID",
|
|
1429
|
+
"constraints": {
|
|
1430
|
+
"notEmpty": true,
|
|
1431
|
+
"pattern": {
|
|
1432
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
1433
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1434
|
+
}
|
|
1435
|
+
},
|
|
1436
|
+
"group": "deduplication",
|
|
1437
|
+
"binding": {
|
|
1438
|
+
"name": "deduplicationId",
|
|
1439
|
+
"type": "zeebe:property"
|
|
1440
|
+
},
|
|
1441
|
+
"condition": {
|
|
1442
|
+
"property": "deduplicationModeManualFlag",
|
|
1443
|
+
"equals": true,
|
|
1444
|
+
"type": "simple"
|
|
1445
|
+
},
|
|
1446
|
+
"type": "String"
|
|
1650
1447
|
},
|
|
1651
1448
|
{
|
|
1449
|
+
"id": "deduplicationModeManual",
|
|
1450
|
+
"value": "MANUAL",
|
|
1451
|
+
"group": "deduplication",
|
|
1452
|
+
"binding": {
|
|
1453
|
+
"name": "deduplicationMode",
|
|
1454
|
+
"type": "zeebe:property"
|
|
1455
|
+
},
|
|
1456
|
+
"condition": {
|
|
1457
|
+
"property": "deduplicationId",
|
|
1458
|
+
"isActive": true,
|
|
1459
|
+
"type": "simple"
|
|
1460
|
+
},
|
|
1461
|
+
"type": "Hidden"
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
"id": "deduplicationModeAuto",
|
|
1465
|
+
"value": "AUTO",
|
|
1466
|
+
"group": "deduplication",
|
|
1467
|
+
"binding": {
|
|
1468
|
+
"name": "deduplicationMode",
|
|
1469
|
+
"type": "zeebe:property"
|
|
1470
|
+
},
|
|
1471
|
+
"condition": {
|
|
1472
|
+
"property": "deduplicationId",
|
|
1473
|
+
"isActive": false,
|
|
1474
|
+
"type": "simple"
|
|
1475
|
+
},
|
|
1476
|
+
"type": "Hidden"
|
|
1477
|
+
},
|
|
1478
|
+
{
|
|
1479
|
+
"id": "resultVariable",
|
|
1652
1480
|
"label": "Result variable",
|
|
1653
|
-
"
|
|
1654
|
-
"group": "
|
|
1655
|
-
"optional": true,
|
|
1481
|
+
"description": "Name of variable to store the response in",
|
|
1482
|
+
"group": "output",
|
|
1656
1483
|
"binding": {
|
|
1657
|
-
"
|
|
1658
|
-
"
|
|
1484
|
+
"name": "resultVariable",
|
|
1485
|
+
"type": "zeebe:property"
|
|
1659
1486
|
},
|
|
1660
|
-
"
|
|
1487
|
+
"type": "String"
|
|
1661
1488
|
},
|
|
1662
1489
|
{
|
|
1490
|
+
"id": "resultExpression",
|
|
1663
1491
|
"label": "Result expression",
|
|
1664
|
-
"
|
|
1665
|
-
"group": "variable-mapping",
|
|
1492
|
+
"description": "Expression to map the response into process variables",
|
|
1666
1493
|
"feel": "required",
|
|
1667
|
-
"
|
|
1494
|
+
"group": "output",
|
|
1668
1495
|
"binding": {
|
|
1669
|
-
"
|
|
1670
|
-
"
|
|
1496
|
+
"name": "resultExpression",
|
|
1497
|
+
"type": "zeebe:property"
|
|
1671
1498
|
},
|
|
1672
|
-
"
|
|
1499
|
+
"type": "Text"
|
|
1673
1500
|
}
|
|
1674
1501
|
],
|
|
1675
1502
|
"icon": {
|
|
1676
|
-
"contents": "data:image/svg+xml
|
|
1503
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0MCA0MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0nMCUnIHkxPScxMDAlJyB4Mj0nMTAwJScgeTI9JzAlJyBpZD0nbGluZWFyR3JhZGllbnQtMSc+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNCMDA4NEQnIG9mZnNldD0nMCUnPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI0ZGNEY4Qicgb2Zmc2V0PScxMDAlJz48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMicgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnCiAgICAgICBmaWxsLXJ1bGU9J2V2ZW5vZGQnPgogICAgICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS1CRy8zMi9BcHBsaWNhdGlvbi1JbnRlZ3JhdGlvbicgZmlsbD0ndXJsKCNsaW5lYXJHcmFkaWVudC0xKSc+CiAgICAgICAgICAgIDxyZWN0IGlkPSdSZWN0YW5nbGUnIHg9JzAnIHk9JzAnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSdNMTQuMzQyMjA1MSwyMi4zNDkzNzg2IEwxNS44NDY2NzY3LDIwLjkwNjEwNzQgQzE1Ljk0MjgzNDcsMjAuODE0MTUzOSAxNS45OTY5MjM1LDIwLjY4NzIxOCAxNS45OTk5Mjg1LDIwLjU1NTI4NDYgQzE2LjAwMTkzMTcsMjAuNDIyMzUxNyAxNS45NTE4NDk1LDIwLjI5MzQxNjggMTUuODU5Njk4MSwyMC4xOTg0NjQ4IEwxNC4zNTUyMjY0LDE4LjY0MzI1MDIgTDEzLjYzNTA0MzMsMTkuMzM3ODk5NCBMMTQuMzExMTU0LDIwLjAzNzU0NiBMMTEuOTkxMzQyOSwyMC4wMzc1NDYgTDExLjk5MTM0MjksMjEuMDM3MDQxMyBMMTQuMjY1MDc4MywyMS4wMzcwNDEzIEwxMy42NDgwNjQ3LDIxLjYyODc0MjUgTDE0LjM0MjIwNTEsMjIuMzQ5Mzc4NiBaIE0yNi4zNTc5NDUyLDIyLjM1MzM3NjUgTDI3LjkwNzQ5MDksMjAuOTAwMTEwNCBDMjguMDA2NjUzOCwyMC44MDgxNTY5IDI4LjA2Mjc0NTksMjAuNjc5MjIyIDI4LjA2NDc0OTIsMjAuNTQ0MjkwMSBDMjguMDY2NzUyNSwyMC40MDkzNTgzIDI4LjAxMzY2NTMsMjAuMjc4NDI0NCAyNy45MTg1MDksMjAuMTgzNDcyNCBMMjYuMzY4OTYzMywxOC42MzcyNTMyIEwyNS42NjA3OTk5LDE5LjM0Mzg5NjMgTDI2LjM1NDk0MDMsMjAuMDM3NTQ2IEwyNC4wMTEwODk2LDIwLjAzNzU0NiBMMjQuMDExMDg5NiwyMS4wMzcwNDEzIEwyNi4yOTg4NDgxLDIxLjAzNzA0MTMgTDI1LjY3MTgxOCwyMS42MjQ3NDQ1IEwyNi4zNTc5NDUyLDIyLjM1MzM3NjUgWiBNMTcuNTg3NTM2NywyMy4zNjA4Njc4IEMxOC4zMzg3NzA4LDIzLjA1NzAyMTIgMTkuMTYyMTIzNSwyMi44OTQxMDM1IDIwLjAwNDUwNzQsMjIuODk0MTAzNSBDMjAuODQ2ODkxMywyMi44OTQxMDM1IDIxLjY3MDI0NCwyMy4wNTcwMjEyIDIyLjQyMTQ3ODEsMjMuMzYwODY3OCBDMjEuNzUyMzc4OSwyMS41ODk3NjIyIDIxLjc1MjM3ODksMTkuMzg5ODczMSAyMi40MjE0NzgxLDE3LjYxODc2NzUgQzIwLjkxOTAwOTgsMTguMjI2NDYwNiAxOS4wOTAwMDUsMTguMjI2NDYwNiAxNy41ODc1MzY3LDE3LjYxODc2NzUgQzE4LjI1NjYzNTksMTkuMzg5ODczMSAxOC4yNTY2MzU5LDIxLjU4OTc2MjIgMTcuNTg3NTM2NywyMy4zNjA4Njc4IEwxNy41ODc1MzY3LDIzLjM2MDg2NzggWiBNMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IEMxNS41NDYxODMsMjUuMjQzOTE2OCAxNS40OTcxMDI0LDI1LjExNTk4MTQgMTUuNDk3MTAyNCwyNC45ODgwNDYgQzE1LjQ5NzEwMjQsMjQuODYwMTEwNiAxNS41NDYxODMsMjQuNzMyMTc1MyAxNS42NDQzNDQzLDI0LjYzNDIyNDcgQzE3LjU4NDUzMTcsMjIuNjk4MjAyNCAxNy41ODQ1MzE3LDE4LjI4MjQzMjQgMTUuNjQ0MzQ0MywxNi4zNDU0MTA2IEMxNS41NDYxODMsMTYuMjQ4NDU5NSAxNS40OTcxMDI0LDE2LjEyMDUyNDEgMTUuNDk3MTAyNCwxNS45OTI1OTEyIEMxNS40OTcxMDI0LDE1Ljg2NDY1MzQgMTUuNTQ2MTgzLDE1LjczNjcxOCAxNS42NDQzNDQzLDE1LjYzODc2NzQgQzE1LjgzOTY2NTIsMTUuNDQzODY1OSAxNi4xNTcxODY4LDE1LjQ0Mzg2NTkgMTYuMzUyNTA3NywxNS42Mzg3Njc0IEMxNy4yNzQwMjE2LDE2LjU1ODMwMzEgMTguNjA1MjA4NiwxNy4wODYwMzY2IDIwLjAwNDUwNzQsMTcuMDg2MDM2NiBDMjEuNDA0ODA3OSwxNy4wODYwMzY2IDIyLjczNTk5NDgsMTYuNTU4MzAzMSAyMy42NTc1MDg4LDE1LjYzODc2NzQgQzIzLjg1MjgyOTYsMTUuNDQzODY1OSAyNC4xNzAzNTEzLDE1LjQ0Mzg2NTkgMjQuMzY1NjcyMiwxNS42Mzg3Njc0IEMyNC40NjI4MzE4LDE1LjczNjcxOCAyNC41MTE5MTI0LDE1Ljg2NDY1MzQgMjQuNTExOTEyNCwxNS45OTI1OTEyIEMyNC41MTE5MTI0LDE2LjEyMDUyNDEgMjQuNDYyODMxOCwxNi4yNDg0NTk1IDI0LjM2NTY3MjIsMTYuMzQ1NDEwNiBDMjIuNDI0NDgzMSwxOC4yODI0MzI0IDIyLjQyNDQ4MzEsMjIuNjk4MjAyNCAyNC4zNjU2NzIyLDI0LjYzNDIyNDcgQzI0LjQ2MjgzMTgsMjQuNzMyMTc1MyAyNC41MTE5MTI0LDI0Ljg2MDExMDYgMjQuNTExOTEyNCwyNC45ODgwNDYgQzI0LjUxMTkxMjQsMjUuMTE1OTgxNCAyNC40NjI4MzE4LDI1LjI0MzkxNjggMjQuMzY1NjcyMiwyNS4zNDA4Njc5IEMyNC4yNjc1MTA5LDI1LjQzODgxODQgMjQuMTM5MzAwMywyNS40ODc3OTM3IDI0LjAxMTA4OTYsMjUuNDg3NzkzNyBDMjMuODgyODc5LDI1LjQ4Nzc5MzcgMjMuNzU0NjY4NCwyNS40Mzg4MTg0IDIzLjY1NzUwODgsMjUuMzQwODY3OSBDMjIuNzM1OTk0OCwyNC40MjEzMzIyIDIxLjQwNDgwNzksMjMuODkzNTk4NyAyMC4wMDQ1MDc0LDIzLjg5MzU5ODcgQzE4LjYwNTIwODYsMjMuODkzNTk4NyAxNy4yNzQwMjE2LDI0LjQyMTMzMjIgMTYuMzUyNTA3NywyNS4zNDA4Njc5IEMxNi4xNTcxODY4LDI1LjUzNTc2OTQgMTUuODM5NjY1MiwyNS41MzU3Njk0IDE1LjY0NDM0NDMsMjUuMzQwODY3OSBMMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IFogTTMyLjU0MjEwNDksMTkuNDM1ODQ5OSBDMzIuMjM2NjAzLDE5LjEzMjAwMzMgMzEuODM2OTQ2NCwxOC45ODAwODAxIDMxLjQzNjI4ODIsMTguOTgwMDgwMSBDMzEuMDM2NjMxNiwxOC45ODAwODAxIDMwLjYzNjk3NSwxOS4xMzIwMDMzIDMwLjMzMTQ3MzEsMTkuNDM1ODQ5OSBDMjkuNzIxNDcxLDIwLjA0NDU0MjUgMjkuNzIxNDcxLDIxLjAzNDA0MjggMzAuMzMxNDczMSwyMS42NDE3MzU5IEMzMC45NDE0NzUzLDIyLjI1MDQyODUgMzEuOTMyMTAyNywyMi4yNTA0Mjg1IDMyLjU0MjEwNDksMjEuNjQxNzM1OSBDMzMuMTUxMTA1NCwyMS4wMzQwNDI4IDMzLjE1MTEwNTQsMjAuMDQ0NTQyNSAzMi41NDIxMDQ5LDE5LjQzNTg0OTkgTDMyLjU0MjEwNDksMTkuNDM1ODQ5OSBaIE0zMy4yNTAyNjgzLDIyLjM0OTM3ODYgQzMyLjc1MDQ0NzIsMjIuODQ4MTI2NyAzMi4wOTMzNjc3LDIzLjA5ODAwMDUgMzEuNDM2Mjg4MiwyMy4wOTgwMDA1IEMzMC43ODAyMTAzLDIzLjA5ODAwMDUgMzAuMTIzMTMwOSwyMi44NDgxMjY3IDI5LjYyMzMwOTcsMjIuMzQ5Mzc4NiBDMjguNjIzNjY3NSwyMS4zNTA4ODI4IDI4LjYyMzY2NzUsMTkuNzI3NzAyNSAyOS42MjMzMDk3LDE4LjcyOTIwNjggQzMwLjYyMjk1MiwxNy43MzE3MTA1IDMyLjI1MDYyNiwxNy43MzE3MTA1IDMzLjI1MDI2ODMsMTguNzI5MjA2OCBDMzQuMjQ5OTEwNiwxOS43Mjc3MDI1IDM0LjI0OTkxMDYsMjEuMzUwODgyOCAzMy4yNTAyNjgzLDIyLjM0OTM3ODYgTDMzLjI1MDI2ODMsMjIuMzQ5Mzc4NiBaIE05LjY2ODUyNjg3LDE5LjQ0Njg0NDMgQzkuMzYzMDI0OTcsMTkuMTQyOTk3OCA4Ljk2MzM2ODM5LDE4Ljk5MTA3NDUgOC41NjI3MTAxNywxOC45OTEwNzQ1IEM4LjE2MzA1MzU5LDE4Ljk5MTA3NDUgNy43NjMzOTcwMSwxOS4xNDI5OTc4IDcuNDU3ODk1MTEsMTkuNDQ2ODQ0MyBDNi44NDg4OTQ2MSwyMC4wNTU1MzcgNi44NDg4OTQ2MSwyMS4wNDUwMzczIDcuNDU3ODk1MTEsMjEuNjUyNzMwNCBDOC4wNjc4OTcyNiwyMi4yNjE0MjMgOS4wNTg1MjQ3MiwyMi4yNjE0MjMgOS42Njg1MjY4NywyMS42NTI3MzA0IEMxMC4yNzc1Mjc0LDIxLjA0NTAzNzMgMTAuMjc3NTI3NCwyMC4wNTU1MzcgOS42Njg1MjY4NywxOS40NDY4NDQzIEw5LjY2ODUyNjg3LDE5LjQ0Njg0NDMgWiBNMTAuMzc2NjkwMywyMi4zNTkzNzM1IEM5Ljg3Njg2OTE0LDIyLjg1ODEyMTcgOS4yMTk3ODk2NSwyMy4xMDc5OTU1IDguNTYyNzEwMTcsMjMuMTA3OTk1NSBDNy45MDY2MzIzMiwyMy4xMDc5OTU1IDcuMjQ5NTUyODQsMjIuODU4MTIxNyA2Ljc0OTczMTcsMjIuMzU5MzczNSBDNS43NTAwODk0MywyMS4zNjE4NzczIDUuNzUwMDg5NDMsMTkuNzM4Njk3IDYuNzQ5NzMxNywxOC43NDAyMDEyIEM3Ljc0OTM3Mzk3LDE3Ljc0MjcwNDkgOS4zNzcwNDgwMSwxNy43NDI3MDQ5IDEwLjM3NjY5MDMsMTguNzQwMjAxMiBDMTEuMzc2MzMyNSwxOS43Mzg2OTcgMTEuMzc2MzMyNSwyMS4zNjE4NzczIDEwLjM3NjY5MDMsMjIuMzU5MzczNSBMMTAuMzc2NjkwMywyMi4zNTkzNzM1IFogTTI3LjQzMzcxMjUsMjguOTEwMDY1NCBDMjUuNDM2NDMxMywzMC45MDMwNTkgMjIuNzgyMDcwNSwzMi4wMDA1MDQ3IDE5Ljk1NzQzMDEsMzIuMDAwNTA0NyBDMTcuMTMyNzg5NiwzMi4wMDA1MDQ3IDE0LjQ3ODQyODgsMzAuOTAzMDU5IDEyLjQ4MjE0OTIsMjguOTEwMDY1NCBDMTEuMTY1OTg3LDI3LjU5NzcyODEgMTAuNDA3NzQxMywyNi40NjkyOTggOS45NDQ5ODEwNCwyNS4xMzU5NzEzIEw4Ljk5ODQyNTk5LDI1LjQ2MjgwNjMgQzkuNTA3MjYxOTMsMjYuOTI5MDY1OCAxMC4zNjI2NjcyLDI4LjIxMDQxODcgMTEuNzczOTg1OCwyOS42MTY3MDg2IEMxMy45NTg1NzQ4LDMxLjc5ODYwNjcgMTYuODY2MzUxOSwzMyAxOS45NTc0MzAxLDMzIEMyMy4wNDk1MDk5LDMzIDI1Ljk1NjI4NTMsMzEuNzk4NjA2NyAyOC4xNDE4NzU5LDI5LjYxNjcwODYgQzI5LjI4Mjc1MDIsMjguNDc4MjgzNSAzMC40MjA2MTk2LDI3LjE4NjkzNTYgMzEuMDExNTkwNSwyNS40NjA4MDczIEwzMC4wNjQwMzM4LDI1LjEzNzk3MDMgQzI5LjUzOTE3MTUsMjYuNjcwMTk2NiAyOC40ODk0NDY5LDI3Ljg1NjU5NzQgMjcuNDMzNzEyNSwyOC45MTAwNjU0IEwyNy40MzM3MTI1LDI4LjkxMDA2NTQgWiBNOS45NDQ5ODEwNCwxNS44NTk2NTU5IEw4Ljk5ODQyNTk5LDE1LjUzMTgyMTQgQzkuNTEwMjY2ODcsMTQuMDY0NTYyNCAxMC4zNjU2NzIyLDEyLjc4MzIwOTUgMTEuNzc1OTg5MSwxMS4zNzU5MjAyIEMxNi4yODYzOTkxLDYuODc1MTkzMDQgMjMuNjI2NDU3OCw2Ljg3NDE5MzU0IDI4LjEzNzg2OTQsMTEuMzc1OTIwMiBDMjkuMjE4NjQ0OSwxMi40NTMzNzYxIDMwLjQwMzU5MTYsMTMuNzg5NzAxMiAzMS4wMTE1OTA1LDE1LjUzMTgyMTQgTDMwLjA2NDAzMzgsMTUuODU5NjU1OSBDMjkuNTI0MTQ2OCwxNC4zMDk0Mzg3IDI4LjQyOTM0ODIsMTMuMDgwMDU5NiAyNy40Mjk3MDU5LDEyLjA4MjU2MzMgQzI1LjQzNDQyOCwxMC4wOTE1Njg4IDIyLjc4MTA2ODksOC45OTYxMjE5NyAxOS45NTc0MzAxLDguOTk2MTIxOTcgQzE3LjEzMzc5MTIsOC45OTYxMjE5NyAxNC40ODA0MzIxLDEwLjA5MTU2ODggMTIuNDg1MTU0MiwxMi4wODI1NjMzIEMxMS4xODcwMjE1LDEzLjM3NzkwOTIgMTAuNDAzNzM0NywxNC41NDIzMjExIDkuOTQ0OTgxMDQsMTUuODU5NjU1OSBMOS45NDQ5ODEwNCwxNS44NTk2NTU5IFonCiAgICAgICAgICAgICAgaWQ9J0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV9JY29uXzMyX1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
1677
1504
|
},
|
|
1678
1505
|
"engines": {
|
|
1679
|
-
"camunda": "^8.
|
|
1506
|
+
"camunda": "^8.5"
|
|
1680
1507
|
}
|
|
1681
1508
|
},
|
|
1682
1509
|
{
|
|
1683
1510
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1684
1511
|
"name": "Amazon SQS Start Event Connector",
|
|
1685
1512
|
"id": "io.camunda.connectors.AWSSQS.StartEvent.v1",
|
|
1686
|
-
"version":
|
|
1513
|
+
"version": 7,
|
|
1687
1514
|
"description": "Receive message from a queue",
|
|
1688
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
1515
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
|
|
1689
1516
|
"appliesTo": ["bpmn:StartEvent"],
|
|
1690
1517
|
"elementType": {
|
|
1691
1518
|
"value": "bpmn:StartEvent"
|
|
@@ -1729,6 +1556,32 @@
|
|
|
1729
1556
|
"name": "inbound.type"
|
|
1730
1557
|
}
|
|
1731
1558
|
},
|
|
1559
|
+
{
|
|
1560
|
+
"id": "authenticationType",
|
|
1561
|
+
"label": "Authentication",
|
|
1562
|
+
"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>",
|
|
1563
|
+
"group": "authentication",
|
|
1564
|
+
"type": "Dropdown",
|
|
1565
|
+
"optional": false,
|
|
1566
|
+
"value": "credentials",
|
|
1567
|
+
"choices": [
|
|
1568
|
+
{
|
|
1569
|
+
"name": "Credentials",
|
|
1570
|
+
"value": "credentials"
|
|
1571
|
+
},
|
|
1572
|
+
{
|
|
1573
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
1574
|
+
"value": "defaultCredentialsChain"
|
|
1575
|
+
}
|
|
1576
|
+
],
|
|
1577
|
+
"binding": {
|
|
1578
|
+
"type": "zeebe:property",
|
|
1579
|
+
"name": "authentication.type"
|
|
1580
|
+
},
|
|
1581
|
+
"constraints": {
|
|
1582
|
+
"notEmpty": true
|
|
1583
|
+
}
|
|
1584
|
+
},
|
|
1732
1585
|
{
|
|
1733
1586
|
"label": "Access key",
|
|
1734
1587
|
"description": "Provide AWS IAM access key that has permission to read from desired SQS",
|
|
@@ -1740,6 +1593,10 @@
|
|
|
1740
1593
|
},
|
|
1741
1594
|
"constraints": {
|
|
1742
1595
|
"notEmpty": true
|
|
1596
|
+
},
|
|
1597
|
+
"condition": {
|
|
1598
|
+
"property": "authenticationType",
|
|
1599
|
+
"equals": "credentials"
|
|
1743
1600
|
}
|
|
1744
1601
|
},
|
|
1745
1602
|
{
|
|
@@ -1753,6 +1610,10 @@
|
|
|
1753
1610
|
},
|
|
1754
1611
|
"constraints": {
|
|
1755
1612
|
"notEmpty": true
|
|
1613
|
+
},
|
|
1614
|
+
"condition": {
|
|
1615
|
+
"property": "authenticationType",
|
|
1616
|
+
"equals": "credentials"
|
|
1756
1617
|
}
|
|
1757
1618
|
},
|
|
1758
1619
|
{
|
|
@@ -1787,7 +1648,7 @@
|
|
|
1787
1648
|
},
|
|
1788
1649
|
{
|
|
1789
1650
|
"label": "Polling wait time",
|
|
1790
|
-
"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/
|
|
1651
|
+
"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",
|
|
1791
1652
|
"group": "messagePollingProperties",
|
|
1792
1653
|
"type": "String",
|
|
1793
1654
|
"optional": false,
|
|
@@ -1807,7 +1668,7 @@
|
|
|
1807
1668
|
},
|
|
1808
1669
|
{
|
|
1809
1670
|
"label": "Attribute names",
|
|
1810
|
-
"description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
1671
|
+
"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",
|
|
1811
1672
|
"group": "input",
|
|
1812
1673
|
"type": "String",
|
|
1813
1674
|
"optional": true,
|
|
@@ -1819,7 +1680,7 @@
|
|
|
1819
1680
|
},
|
|
1820
1681
|
{
|
|
1821
1682
|
"label": "Message attribute names",
|
|
1822
|
-
"description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
1683
|
+
"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",
|
|
1823
1684
|
"group": "input",
|
|
1824
1685
|
"type": "String",
|
|
1825
1686
|
"optional": true,
|
|
@@ -1869,29 +1730,40 @@
|
|
|
1869
1730
|
"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"
|
|
1870
1731
|
},
|
|
1871
1732
|
"engines": {
|
|
1872
|
-
"camunda": "^8.
|
|
1733
|
+
"camunda": "^8.4"
|
|
1873
1734
|
}
|
|
1874
1735
|
},
|
|
1875
1736
|
{
|
|
1876
1737
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1877
|
-
"name": "Amazon SQS
|
|
1738
|
+
"name": "Amazon SQS Start Event Connector",
|
|
1878
1739
|
"id": "io.camunda.connectors.AWSSQS.StartEvent.v1",
|
|
1879
|
-
"
|
|
1740
|
+
"deprecated": {
|
|
1741
|
+
"message": "None Start Events are deprecated in favor of Message Start Events for message based Connectors.",
|
|
1742
|
+
"documentationRef": "https://docs.camunda.io/docs/components/modeler/bpmn/none-events/"
|
|
1743
|
+
},
|
|
1880
1744
|
"description": "Receive message from a queue",
|
|
1881
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
1745
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
|
|
1746
|
+
"version": 10,
|
|
1747
|
+
"category": {
|
|
1748
|
+
"id": "connectors",
|
|
1749
|
+
"name": "Connectors"
|
|
1750
|
+
},
|
|
1882
1751
|
"appliesTo": ["bpmn:StartEvent"],
|
|
1883
1752
|
"elementType": {
|
|
1884
1753
|
"value": "bpmn:StartEvent"
|
|
1885
1754
|
},
|
|
1886
|
-
"
|
|
1887
|
-
"
|
|
1888
|
-
"name": "Connectors"
|
|
1755
|
+
"engines": {
|
|
1756
|
+
"camunda": "^8.5"
|
|
1889
1757
|
},
|
|
1890
1758
|
"groups": [
|
|
1891
1759
|
{
|
|
1892
1760
|
"id": "authentication",
|
|
1893
1761
|
"label": "Authentication"
|
|
1894
1762
|
},
|
|
1763
|
+
{
|
|
1764
|
+
"id": "configuration",
|
|
1765
|
+
"label": "Configuration"
|
|
1766
|
+
},
|
|
1895
1767
|
{
|
|
1896
1768
|
"id": "queueProperties",
|
|
1897
1769
|
"label": "Queue properties"
|
|
@@ -1909,160 +1781,288 @@
|
|
|
1909
1781
|
"label": "Activation"
|
|
1910
1782
|
},
|
|
1911
1783
|
{
|
|
1912
|
-
"id": "
|
|
1913
|
-
"label": "
|
|
1784
|
+
"id": "deduplication",
|
|
1785
|
+
"label": "Deduplication",
|
|
1786
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
1787
|
+
},
|
|
1788
|
+
{
|
|
1789
|
+
"id": "output",
|
|
1790
|
+
"label": "Output mapping"
|
|
1914
1791
|
}
|
|
1915
1792
|
],
|
|
1916
1793
|
"properties": [
|
|
1917
1794
|
{
|
|
1918
|
-
"type": "Hidden",
|
|
1919
1795
|
"value": "io.camunda:aws-sqs-inbound:1",
|
|
1920
1796
|
"binding": {
|
|
1921
|
-
"
|
|
1922
|
-
"
|
|
1923
|
-
}
|
|
1797
|
+
"name": "inbound.type",
|
|
1798
|
+
"type": "zeebe:property"
|
|
1799
|
+
},
|
|
1800
|
+
"type": "Hidden"
|
|
1924
1801
|
},
|
|
1925
1802
|
{
|
|
1803
|
+
"id": "authentication.type",
|
|
1804
|
+
"label": "Authentication",
|
|
1805
|
+
"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>",
|
|
1806
|
+
"value": "credentials",
|
|
1807
|
+
"group": "authentication",
|
|
1808
|
+
"binding": {
|
|
1809
|
+
"name": "authentication.type",
|
|
1810
|
+
"type": "zeebe:property"
|
|
1811
|
+
},
|
|
1812
|
+
"type": "Dropdown",
|
|
1813
|
+
"choices": [
|
|
1814
|
+
{
|
|
1815
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
1816
|
+
"value": "defaultCredentialsChain"
|
|
1817
|
+
},
|
|
1818
|
+
{
|
|
1819
|
+
"name": "Credentials",
|
|
1820
|
+
"value": "credentials"
|
|
1821
|
+
}
|
|
1822
|
+
]
|
|
1823
|
+
},
|
|
1824
|
+
{
|
|
1825
|
+
"id": "authentication.accessKey",
|
|
1926
1826
|
"label": "Access key",
|
|
1927
|
-
"description": "Provide
|
|
1827
|
+
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
1828
|
+
"optional": false,
|
|
1829
|
+
"constraints": {
|
|
1830
|
+
"notEmpty": true
|
|
1831
|
+
},
|
|
1928
1832
|
"group": "authentication",
|
|
1929
|
-
"type": "String",
|
|
1930
1833
|
"binding": {
|
|
1931
|
-
"
|
|
1932
|
-
"
|
|
1834
|
+
"name": "authentication.accessKey",
|
|
1835
|
+
"type": "zeebe:property"
|
|
1933
1836
|
},
|
|
1934
|
-
"
|
|
1935
|
-
"
|
|
1936
|
-
|
|
1837
|
+
"condition": {
|
|
1838
|
+
"property": "authentication.type",
|
|
1839
|
+
"equals": "credentials",
|
|
1840
|
+
"type": "simple"
|
|
1841
|
+
},
|
|
1842
|
+
"type": "String"
|
|
1937
1843
|
},
|
|
1938
1844
|
{
|
|
1845
|
+
"id": "authentication.secretKey",
|
|
1939
1846
|
"label": "Secret key",
|
|
1940
|
-
"description": "Provide
|
|
1847
|
+
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
1848
|
+
"optional": false,
|
|
1849
|
+
"constraints": {
|
|
1850
|
+
"notEmpty": true
|
|
1851
|
+
},
|
|
1941
1852
|
"group": "authentication",
|
|
1942
|
-
"type": "String",
|
|
1943
1853
|
"binding": {
|
|
1944
|
-
"
|
|
1945
|
-
"
|
|
1854
|
+
"name": "authentication.secretKey",
|
|
1855
|
+
"type": "zeebe:property"
|
|
1856
|
+
},
|
|
1857
|
+
"condition": {
|
|
1858
|
+
"property": "authentication.type",
|
|
1859
|
+
"equals": "credentials",
|
|
1860
|
+
"type": "simple"
|
|
1946
1861
|
},
|
|
1862
|
+
"type": "String"
|
|
1863
|
+
},
|
|
1864
|
+
{
|
|
1865
|
+
"id": "configuration.region",
|
|
1866
|
+
"label": "Region",
|
|
1867
|
+
"description": "Specify the AWS region",
|
|
1868
|
+
"optional": false,
|
|
1947
1869
|
"constraints": {
|
|
1948
1870
|
"notEmpty": true
|
|
1949
|
-
}
|
|
1871
|
+
},
|
|
1872
|
+
"group": "configuration",
|
|
1873
|
+
"binding": {
|
|
1874
|
+
"name": "configuration.region",
|
|
1875
|
+
"type": "zeebe:property"
|
|
1876
|
+
},
|
|
1877
|
+
"type": "String"
|
|
1950
1878
|
},
|
|
1951
1879
|
{
|
|
1952
|
-
"
|
|
1953
|
-
"
|
|
1954
|
-
"
|
|
1955
|
-
"
|
|
1880
|
+
"id": "configuration.endpoint",
|
|
1881
|
+
"label": "Endpoint",
|
|
1882
|
+
"description": "Specify endpoint if need to use custom endpoint",
|
|
1883
|
+
"optional": true,
|
|
1884
|
+
"group": "configuration",
|
|
1956
1885
|
"binding": {
|
|
1957
|
-
"
|
|
1958
|
-
"
|
|
1886
|
+
"name": "configuration.endpoint",
|
|
1887
|
+
"type": "zeebe:property"
|
|
1959
1888
|
},
|
|
1960
|
-
"
|
|
1961
|
-
"notEmpty": true,
|
|
1962
|
-
"pattern": {
|
|
1963
|
-
"value": "(^https?://.+)|(^arn:.+)(^secrets\\..+)",
|
|
1964
|
-
"message": "Must be an queue URL or ARN or a secret.XYZ"
|
|
1965
|
-
}
|
|
1966
|
-
}
|
|
1889
|
+
"type": "Hidden"
|
|
1967
1890
|
},
|
|
1968
1891
|
{
|
|
1969
|
-
"
|
|
1970
|
-
"
|
|
1892
|
+
"id": "queue.queue.url",
|
|
1893
|
+
"label": "Queue URL",
|
|
1894
|
+
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
1895
|
+
"optional": false,
|
|
1896
|
+
"constraints": {
|
|
1897
|
+
"notEmpty": true
|
|
1898
|
+
},
|
|
1971
1899
|
"group": "queueProperties",
|
|
1972
|
-
"type": "String",
|
|
1973
1900
|
"binding": {
|
|
1974
|
-
"
|
|
1975
|
-
"
|
|
1901
|
+
"name": "queue.url",
|
|
1902
|
+
"type": "zeebe:property"
|
|
1976
1903
|
},
|
|
1977
|
-
"
|
|
1978
|
-
"notEmpty": true
|
|
1979
|
-
}
|
|
1904
|
+
"type": "String"
|
|
1980
1905
|
},
|
|
1981
1906
|
{
|
|
1907
|
+
"id": "queue.queue.pollingWaitTime",
|
|
1982
1908
|
"label": "Polling wait time",
|
|
1983
|
-
"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/
|
|
1984
|
-
"group": "messagePollingProperties",
|
|
1985
|
-
"type": "String",
|
|
1909
|
+
"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",
|
|
1986
1910
|
"optional": false,
|
|
1987
|
-
"
|
|
1988
|
-
"value": "1",
|
|
1989
|
-
"binding": {
|
|
1990
|
-
"type": "zeebe:property",
|
|
1991
|
-
"name": "queue.pollingWaitTime"
|
|
1992
|
-
},
|
|
1911
|
+
"value": "20",
|
|
1993
1912
|
"constraints": {
|
|
1994
1913
|
"notEmpty": true,
|
|
1995
1914
|
"pattern": {
|
|
1996
|
-
"value": "^([0-9]?|1[0-9]|20|secrets\\..+)$"
|
|
1997
|
-
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
1915
|
+
"value": "^([0-9]?|1[0-9]|20|secrets\\..+)$"
|
|
1998
1916
|
}
|
|
1999
|
-
}
|
|
1917
|
+
},
|
|
1918
|
+
"group": "messagePollingProperties",
|
|
1919
|
+
"binding": {
|
|
1920
|
+
"name": "queue.pollingWaitTime",
|
|
1921
|
+
"type": "zeebe:property"
|
|
1922
|
+
},
|
|
1923
|
+
"type": "String"
|
|
2000
1924
|
},
|
|
2001
1925
|
{
|
|
1926
|
+
"id": "queue.queue.attributeNames",
|
|
2002
1927
|
"label": "Attribute names",
|
|
2003
|
-
"description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
1928
|
+
"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",
|
|
1929
|
+
"optional": false,
|
|
1930
|
+
"feel": "optional",
|
|
2004
1931
|
"group": "input",
|
|
2005
|
-
"type": "String",
|
|
2006
|
-
"optional": true,
|
|
2007
1932
|
"binding": {
|
|
2008
|
-
"
|
|
2009
|
-
"
|
|
1933
|
+
"name": "queue.attributeNames",
|
|
1934
|
+
"type": "zeebe:property"
|
|
2010
1935
|
},
|
|
2011
|
-
"
|
|
1936
|
+
"type": "String"
|
|
2012
1937
|
},
|
|
2013
1938
|
{
|
|
1939
|
+
"id": "queue.queue.messageAttributeNames",
|
|
2014
1940
|
"label": "Message attribute names",
|
|
2015
|
-
"description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
1941
|
+
"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",
|
|
1942
|
+
"optional": false,
|
|
1943
|
+
"feel": "optional",
|
|
2016
1944
|
"group": "input",
|
|
2017
|
-
"type": "String",
|
|
2018
|
-
"optional": true,
|
|
2019
1945
|
"binding": {
|
|
2020
|
-
"
|
|
2021
|
-
"
|
|
1946
|
+
"name": "queue.messageAttributeNames",
|
|
1947
|
+
"type": "zeebe:property"
|
|
2022
1948
|
},
|
|
2023
|
-
"
|
|
1949
|
+
"type": "String"
|
|
2024
1950
|
},
|
|
2025
1951
|
{
|
|
1952
|
+
"id": "activationCondition",
|
|
2026
1953
|
"label": "Activation condition",
|
|
2027
|
-
"
|
|
2028
|
-
"group": "activation",
|
|
2029
|
-
"feel": "required",
|
|
1954
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
2030
1955
|
"optional": true,
|
|
1956
|
+
"feel": "required",
|
|
1957
|
+
"group": "activation",
|
|
2031
1958
|
"binding": {
|
|
2032
|
-
"
|
|
2033
|
-
"
|
|
1959
|
+
"name": "activationCondition",
|
|
1960
|
+
"type": "zeebe:property"
|
|
2034
1961
|
},
|
|
2035
|
-
"
|
|
1962
|
+
"type": "String"
|
|
1963
|
+
},
|
|
1964
|
+
{
|
|
1965
|
+
"id": "consumeUnmatchedEvents",
|
|
1966
|
+
"label": "Consume unmatched events",
|
|
1967
|
+
"value": true,
|
|
1968
|
+
"group": "activation",
|
|
1969
|
+
"binding": {
|
|
1970
|
+
"name": "consumeUnmatchedEvents",
|
|
1971
|
+
"type": "zeebe:property"
|
|
1972
|
+
},
|
|
1973
|
+
"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",
|
|
1974
|
+
"type": "Boolean"
|
|
1975
|
+
},
|
|
1976
|
+
{
|
|
1977
|
+
"id": "deduplicationModeManualFlag",
|
|
1978
|
+
"label": "Manual mode",
|
|
1979
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1980
|
+
"value": false,
|
|
1981
|
+
"group": "deduplication",
|
|
1982
|
+
"binding": {
|
|
1983
|
+
"name": "deduplicationModeManualFlag",
|
|
1984
|
+
"type": "zeebe:property"
|
|
1985
|
+
},
|
|
1986
|
+
"type": "Boolean"
|
|
1987
|
+
},
|
|
1988
|
+
{
|
|
1989
|
+
"id": "deduplicationId",
|
|
1990
|
+
"label": "Deduplication ID",
|
|
1991
|
+
"constraints": {
|
|
1992
|
+
"notEmpty": true,
|
|
1993
|
+
"pattern": {
|
|
1994
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
1995
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1996
|
+
}
|
|
1997
|
+
},
|
|
1998
|
+
"group": "deduplication",
|
|
1999
|
+
"binding": {
|
|
2000
|
+
"name": "deduplicationId",
|
|
2001
|
+
"type": "zeebe:property"
|
|
2002
|
+
},
|
|
2003
|
+
"condition": {
|
|
2004
|
+
"property": "deduplicationModeManualFlag",
|
|
2005
|
+
"equals": true,
|
|
2006
|
+
"type": "simple"
|
|
2007
|
+
},
|
|
2008
|
+
"type": "String"
|
|
2009
|
+
},
|
|
2010
|
+
{
|
|
2011
|
+
"id": "deduplicationModeManual",
|
|
2012
|
+
"value": "MANUAL",
|
|
2013
|
+
"group": "deduplication",
|
|
2014
|
+
"binding": {
|
|
2015
|
+
"name": "deduplicationMode",
|
|
2016
|
+
"type": "zeebe:property"
|
|
2017
|
+
},
|
|
2018
|
+
"condition": {
|
|
2019
|
+
"property": "deduplicationId",
|
|
2020
|
+
"isActive": true,
|
|
2021
|
+
"type": "simple"
|
|
2022
|
+
},
|
|
2023
|
+
"type": "Hidden"
|
|
2024
|
+
},
|
|
2025
|
+
{
|
|
2026
|
+
"id": "deduplicationModeAuto",
|
|
2027
|
+
"value": "AUTO",
|
|
2028
|
+
"group": "deduplication",
|
|
2029
|
+
"binding": {
|
|
2030
|
+
"name": "deduplicationMode",
|
|
2031
|
+
"type": "zeebe:property"
|
|
2032
|
+
},
|
|
2033
|
+
"condition": {
|
|
2034
|
+
"property": "deduplicationId",
|
|
2035
|
+
"isActive": false,
|
|
2036
|
+
"type": "simple"
|
|
2037
|
+
},
|
|
2038
|
+
"type": "Hidden"
|
|
2036
2039
|
},
|
|
2037
2040
|
{
|
|
2041
|
+
"id": "resultVariable",
|
|
2038
2042
|
"label": "Result variable",
|
|
2039
|
-
"
|
|
2040
|
-
"group": "
|
|
2041
|
-
"optional": true,
|
|
2043
|
+
"description": "Name of variable to store the response in",
|
|
2044
|
+
"group": "output",
|
|
2042
2045
|
"binding": {
|
|
2043
|
-
"
|
|
2044
|
-
"
|
|
2046
|
+
"name": "resultVariable",
|
|
2047
|
+
"type": "zeebe:property"
|
|
2045
2048
|
},
|
|
2046
|
-
"
|
|
2049
|
+
"type": "String"
|
|
2047
2050
|
},
|
|
2048
2051
|
{
|
|
2052
|
+
"id": "resultExpression",
|
|
2049
2053
|
"label": "Result expression",
|
|
2050
|
-
"
|
|
2051
|
-
"group": "variable-mapping",
|
|
2054
|
+
"description": "Expression to map the response into process variables",
|
|
2052
2055
|
"feel": "required",
|
|
2053
|
-
"
|
|
2056
|
+
"group": "output",
|
|
2054
2057
|
"binding": {
|
|
2055
|
-
"
|
|
2056
|
-
"
|
|
2058
|
+
"name": "resultExpression",
|
|
2059
|
+
"type": "zeebe:property"
|
|
2057
2060
|
},
|
|
2058
|
-
"
|
|
2061
|
+
"type": "Text"
|
|
2059
2062
|
}
|
|
2060
2063
|
],
|
|
2061
2064
|
"icon": {
|
|
2062
|
-
"contents": "data:image/svg+xml
|
|
2063
|
-
},
|
|
2064
|
-
"engines": {
|
|
2065
|
-
"camunda": "^8.2"
|
|
2065
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0MCA0MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0nMCUnIHkxPScxMDAlJyB4Mj0nMTAwJScgeTI9JzAlJyBpZD0nbGluZWFyR3JhZGllbnQtMSc+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNCMDA4NEQnIG9mZnNldD0nMCUnPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI0ZGNEY4Qicgb2Zmc2V0PScxMDAlJz48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMicgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnCiAgICAgICBmaWxsLXJ1bGU9J2V2ZW5vZGQnPgogICAgICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS1CRy8zMi9BcHBsaWNhdGlvbi1JbnRlZ3JhdGlvbicgZmlsbD0ndXJsKCNsaW5lYXJHcmFkaWVudC0xKSc+CiAgICAgICAgICAgIDxyZWN0IGlkPSdSZWN0YW5nbGUnIHg9JzAnIHk9JzAnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSdNMTQuMzQyMjA1MSwyMi4zNDkzNzg2IEwxNS44NDY2NzY3LDIwLjkwNjEwNzQgQzE1Ljk0MjgzNDcsMjAuODE0MTUzOSAxNS45OTY5MjM1LDIwLjY4NzIxOCAxNS45OTk5Mjg1LDIwLjU1NTI4NDYgQzE2LjAwMTkzMTcsMjAuNDIyMzUxNyAxNS45NTE4NDk1LDIwLjI5MzQxNjggMTUuODU5Njk4MSwyMC4xOTg0NjQ4IEwxNC4zNTUyMjY0LDE4LjY0MzI1MDIgTDEzLjYzNTA0MzMsMTkuMzM3ODk5NCBMMTQuMzExMTU0LDIwLjAzNzU0NiBMMTEuOTkxMzQyOSwyMC4wMzc1NDYgTDExLjk5MTM0MjksMjEuMDM3MDQxMyBMMTQuMjY1MDc4MywyMS4wMzcwNDEzIEwxMy42NDgwNjQ3LDIxLjYyODc0MjUgTDE0LjM0MjIwNTEsMjIuMzQ5Mzc4NiBaIE0yNi4zNTc5NDUyLDIyLjM1MzM3NjUgTDI3LjkwNzQ5MDksMjAuOTAwMTEwNCBDMjguMDA2NjUzOCwyMC44MDgxNTY5IDI4LjA2Mjc0NTksMjAuNjc5MjIyIDI4LjA2NDc0OTIsMjAuNTQ0MjkwMSBDMjguMDY2NzUyNSwyMC40MDkzNTgzIDI4LjAxMzY2NTMsMjAuMjc4NDI0NCAyNy45MTg1MDksMjAuMTgzNDcyNCBMMjYuMzY4OTYzMywxOC42MzcyNTMyIEwyNS42NjA3OTk5LDE5LjM0Mzg5NjMgTDI2LjM1NDk0MDMsMjAuMDM3NTQ2IEwyNC4wMTEwODk2LDIwLjAzNzU0NiBMMjQuMDExMDg5NiwyMS4wMzcwNDEzIEwyNi4yOTg4NDgxLDIxLjAzNzA0MTMgTDI1LjY3MTgxOCwyMS42MjQ3NDQ1IEwyNi4zNTc5NDUyLDIyLjM1MzM3NjUgWiBNMTcuNTg3NTM2NywyMy4zNjA4Njc4IEMxOC4zMzg3NzA4LDIzLjA1NzAyMTIgMTkuMTYyMTIzNSwyMi44OTQxMDM1IDIwLjAwNDUwNzQsMjIuODk0MTAzNSBDMjAuODQ2ODkxMywyMi44OTQxMDM1IDIxLjY3MDI0NCwyMy4wNTcwMjEyIDIyLjQyMTQ3ODEsMjMuMzYwODY3OCBDMjEuNzUyMzc4OSwyMS41ODk3NjIyIDIxLjc1MjM3ODksMTkuMzg5ODczMSAyMi40MjE0NzgxLDE3LjYxODc2NzUgQzIwLjkxOTAwOTgsMTguMjI2NDYwNiAxOS4wOTAwMDUsMTguMjI2NDYwNiAxNy41ODc1MzY3LDE3LjYxODc2NzUgQzE4LjI1NjYzNTksMTkuMzg5ODczMSAxOC4yNTY2MzU5LDIxLjU4OTc2MjIgMTcuNTg3NTM2NywyMy4zNjA4Njc4IEwxNy41ODc1MzY3LDIzLjM2MDg2NzggWiBNMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IEMxNS41NDYxODMsMjUuMjQzOTE2OCAxNS40OTcxMDI0LDI1LjExNTk4MTQgMTUuNDk3MTAyNCwyNC45ODgwNDYgQzE1LjQ5NzEwMjQsMjQuODYwMTEwNiAxNS41NDYxODMsMjQuNzMyMTc1MyAxNS42NDQzNDQzLDI0LjYzNDIyNDcgQzE3LjU4NDUzMTcsMjIuNjk4MjAyNCAxNy41ODQ1MzE3LDE4LjI4MjQzMjQgMTUuNjQ0MzQ0MywxNi4zNDU0MTA2IEMxNS41NDYxODMsMTYuMjQ4NDU5NSAxNS40OTcxMDI0LDE2LjEyMDUyNDEgMTUuNDk3MTAyNCwxNS45OTI1OTEyIEMxNS40OTcxMDI0LDE1Ljg2NDY1MzQgMTUuNTQ2MTgzLDE1LjczNjcxOCAxNS42NDQzNDQzLDE1LjYzODc2NzQgQzE1LjgzOTY2NTIsMTUuNDQzODY1OSAxNi4xNTcxODY4LDE1LjQ0Mzg2NTkgMTYuMzUyNTA3NywxNS42Mzg3Njc0IEMxNy4yNzQwMjE2LDE2LjU1ODMwMzEgMTguNjA1MjA4NiwxNy4wODYwMzY2IDIwLjAwNDUwNzQsMTcuMDg2MDM2NiBDMjEuNDA0ODA3OSwxNy4wODYwMzY2IDIyLjczNTk5NDgsMTYuNTU4MzAzMSAyMy42NTc1MDg4LDE1LjYzODc2NzQgQzIzLjg1MjgyOTYsMTUuNDQzODY1OSAyNC4xNzAzNTEzLDE1LjQ0Mzg2NTkgMjQuMzY1NjcyMiwxNS42Mzg3Njc0IEMyNC40NjI4MzE4LDE1LjczNjcxOCAyNC41MTE5MTI0LDE1Ljg2NDY1MzQgMjQuNTExOTEyNCwxNS45OTI1OTEyIEMyNC41MTE5MTI0LDE2LjEyMDUyNDEgMjQuNDYyODMxOCwxNi4yNDg0NTk1IDI0LjM2NTY3MjIsMTYuMzQ1NDEwNiBDMjIuNDI0NDgzMSwxOC4yODI0MzI0IDIyLjQyNDQ4MzEsMjIuNjk4MjAyNCAyNC4zNjU2NzIyLDI0LjYzNDIyNDcgQzI0LjQ2MjgzMTgsMjQuNzMyMTc1MyAyNC41MTE5MTI0LDI0Ljg2MDExMDYgMjQuNTExOTEyNCwyNC45ODgwNDYgQzI0LjUxMTkxMjQsMjUuMTE1OTgxNCAyNC40NjI4MzE4LDI1LjI0MzkxNjggMjQuMzY1NjcyMiwyNS4zNDA4Njc5IEMyNC4yNjc1MTA5LDI1LjQzODgxODQgMjQuMTM5MzAwMywyNS40ODc3OTM3IDI0LjAxMTA4OTYsMjUuNDg3NzkzNyBDMjMuODgyODc5LDI1LjQ4Nzc5MzcgMjMuNzU0NjY4NCwyNS40Mzg4MTg0IDIzLjY1NzUwODgsMjUuMzQwODY3OSBDMjIuNzM1OTk0OCwyNC40MjEzMzIyIDIxLjQwNDgwNzksMjMuODkzNTk4NyAyMC4wMDQ1MDc0LDIzLjg5MzU5ODcgQzE4LjYwNTIwODYsMjMuODkzNTk4NyAxNy4yNzQwMjE2LDI0LjQyMTMzMjIgMTYuMzUyNTA3NywyNS4zNDA4Njc5IEMxNi4xNTcxODY4LDI1LjUzNTc2OTQgMTUuODM5NjY1MiwyNS41MzU3Njk0IDE1LjY0NDM0NDMsMjUuMzQwODY3OSBMMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IFogTTMyLjU0MjEwNDksMTkuNDM1ODQ5OSBDMzIuMjM2NjAzLDE5LjEzMjAwMzMgMzEuODM2OTQ2NCwxOC45ODAwODAxIDMxLjQzNjI4ODIsMTguOTgwMDgwMSBDMzEuMDM2NjMxNiwxOC45ODAwODAxIDMwLjYzNjk3NSwxOS4xMzIwMDMzIDMwLjMzMTQ3MzEsMTkuNDM1ODQ5OSBDMjkuNzIxNDcxLDIwLjA0NDU0MjUgMjkuNzIxNDcxLDIxLjAzNDA0MjggMzAuMzMxNDczMSwyMS42NDE3MzU5IEMzMC45NDE0NzUzLDIyLjI1MDQyODUgMzEuOTMyMTAyNywyMi4yNTA0Mjg1IDMyLjU0MjEwNDksMjEuNjQxNzM1OSBDMzMuMTUxMTA1NCwyMS4wMzQwNDI4IDMzLjE1MTEwNTQsMjAuMDQ0NTQyNSAzMi41NDIxMDQ5LDE5LjQzNTg0OTkgTDMyLjU0MjEwNDksMTkuNDM1ODQ5OSBaIE0zMy4yNTAyNjgzLDIyLjM0OTM3ODYgQzMyLjc1MDQ0NzIsMjIuODQ4MTI2NyAzMi4wOTMzNjc3LDIzLjA5ODAwMDUgMzEuNDM2Mjg4MiwyMy4wOTgwMDA1IEMzMC43ODAyMTAzLDIzLjA5ODAwMDUgMzAuMTIzMTMwOSwyMi44NDgxMjY3IDI5LjYyMzMwOTcsMjIuMzQ5Mzc4NiBDMjguNjIzNjY3NSwyMS4zNTA4ODI4IDI4LjYyMzY2NzUsMTkuNzI3NzAyNSAyOS42MjMzMDk3LDE4LjcyOTIwNjggQzMwLjYyMjk1MiwxNy43MzE3MTA1IDMyLjI1MDYyNiwxNy43MzE3MTA1IDMzLjI1MDI2ODMsMTguNzI5MjA2OCBDMzQuMjQ5OTEwNiwxOS43Mjc3MDI1IDM0LjI0OTkxMDYsMjEuMzUwODgyOCAzMy4yNTAyNjgzLDIyLjM0OTM3ODYgTDMzLjI1MDI2ODMsMjIuMzQ5Mzc4NiBaIE05LjY2ODUyNjg3LDE5LjQ0Njg0NDMgQzkuMzYzMDI0OTcsMTkuMTQyOTk3OCA4Ljk2MzM2ODM5LDE4Ljk5MTA3NDUgOC41NjI3MTAxNywxOC45OTEwNzQ1IEM4LjE2MzA1MzU5LDE4Ljk5MTA3NDUgNy43NjMzOTcwMSwxOS4xNDI5OTc4IDcuNDU3ODk1MTEsMTkuNDQ2ODQ0MyBDNi44NDg4OTQ2MSwyMC4wNTU1MzcgNi44NDg4OTQ2MSwyMS4wNDUwMzczIDcuNDU3ODk1MTEsMjEuNjUyNzMwNCBDOC4wNjc4OTcyNiwyMi4yNjE0MjMgOS4wNTg1MjQ3MiwyMi4yNjE0MjMgOS42Njg1MjY4NywyMS42NTI3MzA0IEMxMC4yNzc1Mjc0LDIxLjA0NTAzNzMgMTAuMjc3NTI3NCwyMC4wNTU1MzcgOS42Njg1MjY4NywxOS40NDY4NDQzIEw5LjY2ODUyNjg3LDE5LjQ0Njg0NDMgWiBNMTAuMzc2NjkwMywyMi4zNTkzNzM1IEM5Ljg3Njg2OTE0LDIyLjg1ODEyMTcgOS4yMTk3ODk2NSwyMy4xMDc5OTU1IDguNTYyNzEwMTcsMjMuMTA3OTk1NSBDNy45MDY2MzIzMiwyMy4xMDc5OTU1IDcuMjQ5NTUyODQsMjIuODU4MTIxNyA2Ljc0OTczMTcsMjIuMzU5MzczNSBDNS43NTAwODk0MywyMS4zNjE4NzczIDUuNzUwMDg5NDMsMTkuNzM4Njk3IDYuNzQ5NzMxNywxOC43NDAyMDEyIEM3Ljc0OTM3Mzk3LDE3Ljc0MjcwNDkgOS4zNzcwNDgwMSwxNy43NDI3MDQ5IDEwLjM3NjY5MDMsMTguNzQwMjAxMiBDMTEuMzc2MzMyNSwxOS43Mzg2OTcgMTEuMzc2MzMyNSwyMS4zNjE4NzczIDEwLjM3NjY5MDMsMjIuMzU5MzczNSBMMTAuMzc2NjkwMywyMi4zNTkzNzM1IFogTTI3LjQzMzcxMjUsMjguOTEwMDY1NCBDMjUuNDM2NDMxMywzMC45MDMwNTkgMjIuNzgyMDcwNSwzMi4wMDA1MDQ3IDE5Ljk1NzQzMDEsMzIuMDAwNTA0NyBDMTcuMTMyNzg5NiwzMi4wMDA1MDQ3IDE0LjQ3ODQyODgsMzAuOTAzMDU5IDEyLjQ4MjE0OTIsMjguOTEwMDY1NCBDMTEuMTY1OTg3LDI3LjU5NzcyODEgMTAuNDA3NzQxMywyNi40NjkyOTggOS45NDQ5ODEwNCwyNS4xMzU5NzEzIEw4Ljk5ODQyNTk5LDI1LjQ2MjgwNjMgQzkuNTA3MjYxOTMsMjYuOTI5MDY1OCAxMC4zNjI2NjcyLDI4LjIxMDQxODcgMTEuNzczOTg1OCwyOS42MTY3MDg2IEMxMy45NTg1NzQ4LDMxLjc5ODYwNjcgMTYuODY2MzUxOSwzMyAxOS45NTc0MzAxLDMzIEMyMy4wNDk1MDk5LDMzIDI1Ljk1NjI4NTMsMzEuNzk4NjA2NyAyOC4xNDE4NzU5LDI5LjYxNjcwODYgQzI5LjI4Mjc1MDIsMjguNDc4MjgzNSAzMC40MjA2MTk2LDI3LjE4NjkzNTYgMzEuMDExNTkwNSwyNS40NjA4MDczIEwzMC4wNjQwMzM4LDI1LjEzNzk3MDMgQzI5LjUzOTE3MTUsMjYuNjcwMTk2NiAyOC40ODk0NDY5LDI3Ljg1NjU5NzQgMjcuNDMzNzEyNSwyOC45MTAwNjU0IEwyNy40MzM3MTI1LDI4LjkxMDA2NTQgWiBNOS45NDQ5ODEwNCwxNS44NTk2NTU5IEw4Ljk5ODQyNTk5LDE1LjUzMTgyMTQgQzkuNTEwMjY2ODcsMTQuMDY0NTYyNCAxMC4zNjU2NzIyLDEyLjc4MzIwOTUgMTEuNzc1OTg5MSwxMS4zNzU5MjAyIEMxNi4yODYzOTkxLDYuODc1MTkzMDQgMjMuNjI2NDU3OCw2Ljg3NDE5MzU0IDI4LjEzNzg2OTQsMTEuMzc1OTIwMiBDMjkuMjE4NjQ0OSwxMi40NTMzNzYxIDMwLjQwMzU5MTYsMTMuNzg5NzAxMiAzMS4wMTE1OTA1LDE1LjUzMTgyMTQgTDMwLjA2NDAzMzgsMTUuODU5NjU1OSBDMjkuNTI0MTQ2OCwxNC4zMDk0Mzg3IDI4LjQyOTM0ODIsMTMuMDgwMDU5NiAyNy40Mjk3MDU5LDEyLjA4MjU2MzMgQzI1LjQzNDQyOCwxMC4wOTE1Njg4IDIyLjc4MTA2ODksOC45OTYxMjE5NyAxOS45NTc0MzAxLDguOTk2MTIxOTcgQzE3LjEzMzc5MTIsOC45OTYxMjE5NyAxNC40ODA0MzIxLDEwLjA5MTU2ODggMTIuNDg1MTU0MiwxMi4wODI1NjMzIEMxMS4xODcwMjE1LDEzLjM3NzkwOTIgMTAuNDAzNzM0NywxNC41NDIzMjExIDkuOTQ0OTgxMDQsMTUuODU5NjU1OSBMOS45NDQ5ODEwNCwxNS44NTk2NTU5IFonCiAgICAgICAgICAgICAgaWQ9J0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV9JY29uXzMyX1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
2066
2066
|
}
|
|
2067
2067
|
}
|
|
2068
2068
|
]
|