@camunda/connectors-element-templates 1.0.6 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/build_element_template_array_json_files.sh +9 -0
- package/src/connectors.js +26 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +32 -30
- package/src/element-templates/agenticai-aiagent-job-worker.json +3266 -0
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +3932 -760
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +1 -1
- package/src/element-templates/asana-connector.json +104 -104
- package/src/element-templates/automation-anywhere-outbound-connector.json +657 -657
- package/src/element-templates/aws-bedrock-outbound-connector.json +30 -30
- package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
- package/src/element-templates/aws-dynamodb-outbound-connector.json +107 -107
- package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +31 -31
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-receive.json +356 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
- package/src/element-templates/aws-eventbridge-outbound-connector.json +479 -479
- package/src/element-templates/aws-lambda-outbound-connector.json +92 -92
- package/src/element-templates/aws-s3-outbound-connector.json +30 -30
- package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
- package/src/element-templates/aws-sns-inbound-boundary.json +303 -303
- package/src/element-templates/aws-sns-inbound-intermediate.json +215 -215
- package/src/element-templates/aws-sns-inbound-message-start.json +343 -343
- package/src/element-templates/aws-sns-inbound-receive.json +304 -0
- package/src/element-templates/aws-sns-inbound-start-event.json +130 -130
- package/src/element-templates/aws-sns-outbound-connector.json +726 -726
- package/src/element-templates/aws-sqs-boundary-connector.json +629 -629
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +537 -537
- package/src/element-templates/aws-sqs-outbound-connector.json +440 -440
- package/src/element-templates/aws-sqs-receive-connector.json +418 -0
- package/src/element-templates/aws-sqs-start-event-connector.json +771 -771
- package/src/element-templates/aws-sqs-start-message.json +461 -461
- package/src/element-templates/azure-open-ai-connector.json +32 -32
- package/src/element-templates/blue-prism-connector.json +50 -50
- package/src/element-templates/box-outbound-connector.json +30 -30
- package/src/element-templates/csv-outbound-connector.json +412 -0
- package/src/element-templates/easy-post-connector.json +149 -149
- package/src/element-templates/email-inbound-connector-boundary.json +19 -19
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-outbound-connector.json +233 -233
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +473 -488
- package/src/element-templates/github-connector.json +2417 -2417
- package/src/element-templates/github-webhook-connector-boundary.json +21 -21
- package/src/element-templates/github-webhook-connector-intermediate.json +57 -57
- package/src/element-templates/github-webhook-connector-message-start.json +21 -21
- package/src/element-templates/github-webhook-connector-receive.json +202 -0
- package/src/element-templates/github-webhook-connector-start-event.json +57 -57
- package/src/element-templates/gitlab-connector.json +1103 -1103
- package/src/element-templates/google-drive-outbound-connector.json +846 -846
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +78 -78
- package/src/element-templates/google-sheets-outbound-connector.json +1067 -1067
- package/src/element-templates/graphql-outbound-connector.json +1181 -1181
- package/src/element-templates/http-json-connector.json +2471 -1866
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +635 -6
- package/src/element-templates/http-polling-connector.json +635 -6
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +43 -43
- package/src/element-templates/kafka-inbound-connector-boundary.json +1012 -1012
- package/src/element-templates/kafka-inbound-connector-intermediate.json +582 -582
- package/src/element-templates/kafka-inbound-connector-receive.json +498 -0
- package/src/element-templates/kafka-inbound-connector-start-message.json +608 -608
- package/src/element-templates/kafka-outbound-connector.json +385 -385
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +1643 -1643
- package/src/element-templates/openai-connector.json +122 -122
- package/src/element-templates/operate-connector.json +76 -72
- package/src/element-templates/power-automate-connector.json +10 -10
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +334 -334
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +861 -861
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +456 -456
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +461 -0
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +258 -258
- package/src/element-templates/rabbitmq-outbound-connector.json +322 -322
- package/src/element-templates/salesforce-connector.json +44 -44
- package/src/element-templates/sendgrid-outbound-connector.json +470 -470
- package/src/element-templates/servicenow-connector.json +942 -0
- package/src/element-templates/servicenow-flow-starter-connector.json +643 -0
- package/src/element-templates/servicenow-incident-connector.json +969 -0
- package/src/element-templates/slack-inbound-boundary.json +303 -303
- package/src/element-templates/slack-inbound-intermediate.json +277 -277
- package/src/element-templates/slack-inbound-message-start.json +11 -11
- package/src/element-templates/slack-inbound-receive.json +290 -0
- package/src/element-templates/slack-inbound-start-event.json +247 -247
- package/src/element-templates/slack-outbound-connector.json +966 -966
- package/src/element-templates/twilio-connector.json +52 -52
- package/src/element-templates/twilio-webhook-boundary-connector.json +20 -20
- package/src/element-templates/twilio-webhook-connector.json +11 -11
- package/src/element-templates/twilio-webhook-intermediate-connector.json +50 -50
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/twilio-webhook-receive-connector.json +262 -0
- package/src/element-templates/webhook-connector-boundary.json +1150 -1150
- package/src/element-templates/webhook-connector-intermediate.json +1834 -1834
- package/src/element-templates/webhook-connector-receive.json +609 -0
- package/src/element-templates/webhook-connector-start-event.json +1495 -1495
- package/src/element-templates/webhook-connector-start-message.json +586 -586
- package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
|
@@ -1,35 +1,24 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
-
"name": "Amazon SQS
|
|
4
|
+
"name": "Amazon SQS connector",
|
|
5
5
|
"id": "io.camunda.connectors.AWSSQS.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": 1,
|
|
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 send to 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 send to 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 send message 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 or a secret.XYZ"
|
|
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": "queue.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|secrets\\..+)$"
|
|
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
|
-
"name": "Amazon SQS
|
|
197
|
+
"name": "Amazon SQS connector",
|
|
337
198
|
"id": "io.camunda.connectors.AWSSQS.StartEvent.v1",
|
|
338
|
-
"version":
|
|
199
|
+
"version": 5,
|
|
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"],
|
|
@@ -383,7 +244,7 @@
|
|
|
383
244
|
},
|
|
384
245
|
{
|
|
385
246
|
"label": "Access key",
|
|
386
|
-
"description": "Provide AWS IAM access key that has permission to
|
|
247
|
+
"description": "Provide AWS IAM access key that has permission to send to desired SQS",
|
|
387
248
|
"group": "authentication",
|
|
388
249
|
"type": "String",
|
|
389
250
|
"binding": {
|
|
@@ -396,7 +257,7 @@
|
|
|
396
257
|
},
|
|
397
258
|
{
|
|
398
259
|
"label": "Secret key",
|
|
399
|
-
"description": "Provide AWS IAM secret key that has permission to
|
|
260
|
+
"description": "Provide AWS IAM secret key that has permission to send to desired SQS",
|
|
400
261
|
"group": "authentication",
|
|
401
262
|
"type": "String",
|
|
402
263
|
"binding": {
|
|
@@ -409,7 +270,7 @@
|
|
|
409
270
|
},
|
|
410
271
|
{
|
|
411
272
|
"label": "Queue URL",
|
|
412
|
-
"description": "Specify the URL of the SQS queue where you would like to
|
|
273
|
+
"description": "Specify the URL of the SQS queue where you would like to send message to",
|
|
413
274
|
"group": "queueProperties",
|
|
414
275
|
"type": "String",
|
|
415
276
|
"binding": {
|
|
@@ -419,7 +280,7 @@
|
|
|
419
280
|
"constraints": {
|
|
420
281
|
"notEmpty": true,
|
|
421
282
|
"pattern": {
|
|
422
|
-
"value": "^(https?://.+|arn
|
|
283
|
+
"value": "^(https?://.+|arn:.+|secrets\\..+|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
423
284
|
"message": "Must be an queue URL or ARN"
|
|
424
285
|
}
|
|
425
286
|
}
|
|
@@ -452,7 +313,7 @@
|
|
|
452
313
|
"constraints": {
|
|
453
314
|
"notEmpty": true,
|
|
454
315
|
"pattern": {
|
|
455
|
-
"value": "^([0-9]?|1[0-9]|20
|
|
316
|
+
"value": "^([0-9]?|1[0-9]|20|secrets\\..+|\\{\\{secrets\\..+\\}\\})$",
|
|
456
317
|
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
457
318
|
}
|
|
458
319
|
}
|
|
@@ -528,7 +389,7 @@
|
|
|
528
389
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
529
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
394
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
534
395
|
"appliesTo": ["bpmn:StartEvent"],
|
|
@@ -600,15 +461,6 @@
|
|
|
600
461
|
"notEmpty": true
|
|
601
462
|
}
|
|
602
463
|
},
|
|
603
|
-
{
|
|
604
|
-
"type": "Hidden",
|
|
605
|
-
"description": "This value forces to evaluate configuration first in order",
|
|
606
|
-
"value": "nonce",
|
|
607
|
-
"binding": {
|
|
608
|
-
"type": "zeebe:input",
|
|
609
|
-
"name": "configuration.nonce"
|
|
610
|
-
}
|
|
611
|
-
},
|
|
612
464
|
{
|
|
613
465
|
"label": "Queue URL",
|
|
614
466
|
"description": "Specify the URL of the SQS queue where you would like to send message to",
|
|
@@ -639,14 +491,6 @@
|
|
|
639
491
|
"notEmpty": true
|
|
640
492
|
}
|
|
641
493
|
},
|
|
642
|
-
{
|
|
643
|
-
"description": "Backwards compatible region",
|
|
644
|
-
"type": "Hidden",
|
|
645
|
-
"binding": {
|
|
646
|
-
"type": "zeebe:property",
|
|
647
|
-
"name": "queue.region"
|
|
648
|
-
}
|
|
649
|
-
},
|
|
650
494
|
{
|
|
651
495
|
"label": "Polling wait time",
|
|
652
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",
|
|
@@ -738,30 +582,22 @@
|
|
|
738
582
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
739
583
|
"name": "Amazon SQS Start Event Connector",
|
|
740
584
|
"id": "io.camunda.connectors.AWSSQS.StartEvent.v1",
|
|
585
|
+
"version": 6,
|
|
741
586
|
"description": "Receive message from a queue",
|
|
742
|
-
"
|
|
743
|
-
|
|
744
|
-
|
|
587
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
588
|
+
"appliesTo": ["bpmn:StartEvent"],
|
|
589
|
+
"elementType": {
|
|
590
|
+
"value": "bpmn:StartEvent"
|
|
745
591
|
},
|
|
746
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
|
|
747
|
-
"version": 9,
|
|
748
592
|
"category": {
|
|
749
593
|
"id": "connectors",
|
|
750
594
|
"name": "Connectors"
|
|
751
595
|
},
|
|
752
|
-
"appliesTo": ["bpmn:StartEvent"],
|
|
753
|
-
"elementType": {
|
|
754
|
-
"value": "bpmn:StartEvent"
|
|
755
|
-
},
|
|
756
596
|
"groups": [
|
|
757
597
|
{
|
|
758
598
|
"id": "authentication",
|
|
759
599
|
"label": "Authentication"
|
|
760
600
|
},
|
|
761
|
-
{
|
|
762
|
-
"id": "configuration",
|
|
763
|
-
"label": "Configuration"
|
|
764
|
-
},
|
|
765
601
|
{
|
|
766
602
|
"id": "queueProperties",
|
|
767
603
|
"label": "Queue properties"
|
|
@@ -779,385 +615,61 @@
|
|
|
779
615
|
"label": "Activation"
|
|
780
616
|
},
|
|
781
617
|
{
|
|
782
|
-
"id": "
|
|
783
|
-
"label": "
|
|
784
|
-
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
785
|
-
},
|
|
786
|
-
{
|
|
787
|
-
"id": "output",
|
|
788
|
-
"label": "Output mapping"
|
|
618
|
+
"id": "variable-mapping",
|
|
619
|
+
"label": "Variable mapping"
|
|
789
620
|
}
|
|
790
621
|
],
|
|
791
622
|
"properties": [
|
|
792
623
|
{
|
|
624
|
+
"type": "Hidden",
|
|
793
625
|
"value": "io.camunda:aws-sqs-inbound:1",
|
|
794
626
|
"binding": {
|
|
795
|
-
"
|
|
796
|
-
"
|
|
797
|
-
}
|
|
798
|
-
"type": "Hidden"
|
|
627
|
+
"type": "zeebe:property",
|
|
628
|
+
"name": "inbound.type"
|
|
629
|
+
}
|
|
799
630
|
},
|
|
800
631
|
{
|
|
801
|
-
"
|
|
802
|
-
"
|
|
803
|
-
"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>",
|
|
804
|
-
"value": "credentials",
|
|
632
|
+
"label": "Access key",
|
|
633
|
+
"description": "Provide AWS IAM access key that has permission to read from desired SQS",
|
|
805
634
|
"group": "authentication",
|
|
635
|
+
"type": "String",
|
|
806
636
|
"binding": {
|
|
807
|
-
"
|
|
808
|
-
"
|
|
637
|
+
"type": "zeebe:property",
|
|
638
|
+
"name": "authentication.accessKey"
|
|
809
639
|
},
|
|
810
|
-
"type": "Dropdown",
|
|
811
|
-
"choices": [
|
|
812
|
-
{
|
|
813
|
-
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
814
|
-
"value": "defaultCredentialsChain"
|
|
815
|
-
},
|
|
816
|
-
{
|
|
817
|
-
"name": "Credentials",
|
|
818
|
-
"value": "credentials"
|
|
819
|
-
}
|
|
820
|
-
]
|
|
821
|
-
},
|
|
822
|
-
{
|
|
823
|
-
"id": "authentication.accessKey",
|
|
824
|
-
"label": "Access key",
|
|
825
|
-
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
826
|
-
"optional": false,
|
|
827
640
|
"constraints": {
|
|
828
641
|
"notEmpty": true
|
|
829
|
-
}
|
|
830
|
-
"group": "authentication",
|
|
831
|
-
"binding": {
|
|
832
|
-
"name": "authentication.accessKey",
|
|
833
|
-
"type": "zeebe:property"
|
|
834
|
-
},
|
|
835
|
-
"condition": {
|
|
836
|
-
"property": "authentication.type",
|
|
837
|
-
"equals": "credentials",
|
|
838
|
-
"type": "simple"
|
|
839
|
-
},
|
|
840
|
-
"type": "String"
|
|
642
|
+
}
|
|
841
643
|
},
|
|
842
644
|
{
|
|
843
|
-
"id": "authentication.secretKey",
|
|
844
645
|
"label": "Secret key",
|
|
845
|
-
"description": "Provide
|
|
846
|
-
"optional": false,
|
|
847
|
-
"constraints": {
|
|
848
|
-
"notEmpty": true
|
|
849
|
-
},
|
|
646
|
+
"description": "Provide AWS IAM secret key that has permission to read from desired SQS",
|
|
850
647
|
"group": "authentication",
|
|
648
|
+
"type": "String",
|
|
851
649
|
"binding": {
|
|
852
|
-
"
|
|
853
|
-
"
|
|
854
|
-
},
|
|
855
|
-
"condition": {
|
|
856
|
-
"property": "authentication.type",
|
|
857
|
-
"equals": "credentials",
|
|
858
|
-
"type": "simple"
|
|
650
|
+
"type": "zeebe:property",
|
|
651
|
+
"name": "authentication.secretKey"
|
|
859
652
|
},
|
|
860
|
-
"type": "String"
|
|
861
|
-
},
|
|
862
|
-
{
|
|
863
|
-
"id": "configuration.region",
|
|
864
|
-
"label": "Region",
|
|
865
|
-
"description": "Specify the AWS region",
|
|
866
|
-
"optional": false,
|
|
867
653
|
"constraints": {
|
|
868
654
|
"notEmpty": true
|
|
869
|
-
}
|
|
870
|
-
"group": "configuration",
|
|
871
|
-
"binding": {
|
|
872
|
-
"name": "configuration.region",
|
|
873
|
-
"type": "zeebe:property"
|
|
874
|
-
},
|
|
875
|
-
"type": "String"
|
|
876
|
-
},
|
|
877
|
-
{
|
|
878
|
-
"id": "configuration.endpoint",
|
|
879
|
-
"label": "Endpoint",
|
|
880
|
-
"description": "Specify endpoint if need to use custom endpoint",
|
|
881
|
-
"optional": true,
|
|
882
|
-
"group": "configuration",
|
|
883
|
-
"binding": {
|
|
884
|
-
"name": "configuration.endpoint",
|
|
885
|
-
"type": "zeebe:property"
|
|
886
|
-
},
|
|
887
|
-
"type": "Hidden"
|
|
655
|
+
}
|
|
888
656
|
},
|
|
889
657
|
{
|
|
890
|
-
"id": "queue.queue.url",
|
|
891
658
|
"label": "Queue URL",
|
|
892
659
|
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
893
|
-
"optional": false,
|
|
894
|
-
"constraints": {
|
|
895
|
-
"notEmpty": true
|
|
896
|
-
},
|
|
897
660
|
"group": "queueProperties",
|
|
661
|
+
"type": "String",
|
|
898
662
|
"binding": {
|
|
899
|
-
"
|
|
900
|
-
"
|
|
663
|
+
"type": "zeebe:property",
|
|
664
|
+
"name": "queue.url"
|
|
901
665
|
},
|
|
902
|
-
"type": "String"
|
|
903
|
-
},
|
|
904
|
-
{
|
|
905
|
-
"id": "queue.queue.pollingWaitTime",
|
|
906
|
-
"label": "Polling wait time",
|
|
907
|
-
"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",
|
|
908
|
-
"optional": false,
|
|
909
|
-
"value": "20",
|
|
910
666
|
"constraints": {
|
|
911
667
|
"notEmpty": true,
|
|
912
668
|
"pattern": {
|
|
913
|
-
"value": "^(
|
|
669
|
+
"value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
670
|
+
"message": "Must be an queue URL or ARN"
|
|
914
671
|
}
|
|
915
|
-
}
|
|
916
|
-
"group": "messagePollingProperties",
|
|
917
|
-
"binding": {
|
|
918
|
-
"name": "queue.pollingWaitTime",
|
|
919
|
-
"type": "zeebe:property"
|
|
920
|
-
},
|
|
921
|
-
"type": "String"
|
|
922
|
-
},
|
|
923
|
-
{
|
|
924
|
-
"id": "queue.queue.attributeNames",
|
|
925
|
-
"label": "Attribute names",
|
|
926
|
-
"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",
|
|
927
|
-
"optional": false,
|
|
928
|
-
"feel": "optional",
|
|
929
|
-
"group": "input",
|
|
930
|
-
"binding": {
|
|
931
|
-
"name": "queue.attributeNames",
|
|
932
|
-
"type": "zeebe:property"
|
|
933
|
-
},
|
|
934
|
-
"type": "String"
|
|
935
|
-
},
|
|
936
|
-
{
|
|
937
|
-
"id": "queue.queue.messageAttributeNames",
|
|
938
|
-
"label": "Message attribute names",
|
|
939
|
-
"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",
|
|
940
|
-
"optional": false,
|
|
941
|
-
"feel": "optional",
|
|
942
|
-
"group": "input",
|
|
943
|
-
"binding": {
|
|
944
|
-
"name": "queue.messageAttributeNames",
|
|
945
|
-
"type": "zeebe:property"
|
|
946
|
-
},
|
|
947
|
-
"type": "String"
|
|
948
|
-
},
|
|
949
|
-
{
|
|
950
|
-
"id": "activationCondition",
|
|
951
|
-
"label": "Activation condition",
|
|
952
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
953
|
-
"optional": true,
|
|
954
|
-
"feel": "required",
|
|
955
|
-
"group": "activation",
|
|
956
|
-
"binding": {
|
|
957
|
-
"name": "activationCondition",
|
|
958
|
-
"type": "zeebe:property"
|
|
959
|
-
},
|
|
960
|
-
"type": "String"
|
|
961
|
-
},
|
|
962
|
-
{
|
|
963
|
-
"id": "consumeUnmatchedEvents",
|
|
964
|
-
"label": "Consume unmatched events",
|
|
965
|
-
"value": true,
|
|
966
|
-
"group": "activation",
|
|
967
|
-
"binding": {
|
|
968
|
-
"name": "consumeUnmatchedEvents",
|
|
969
|
-
"type": "zeebe:property"
|
|
970
|
-
},
|
|
971
|
-
"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",
|
|
972
|
-
"type": "Boolean"
|
|
973
|
-
},
|
|
974
|
-
{
|
|
975
|
-
"id": "deduplicationModeManualFlag",
|
|
976
|
-
"label": "Manual mode",
|
|
977
|
-
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
978
|
-
"value": false,
|
|
979
|
-
"group": "deduplication",
|
|
980
|
-
"binding": {
|
|
981
|
-
"name": "deduplicationModeManualFlag",
|
|
982
|
-
"type": "zeebe:property"
|
|
983
|
-
},
|
|
984
|
-
"type": "Boolean"
|
|
985
|
-
},
|
|
986
|
-
{
|
|
987
|
-
"id": "deduplicationId",
|
|
988
|
-
"label": "Deduplication ID",
|
|
989
|
-
"constraints": {
|
|
990
|
-
"notEmpty": true,
|
|
991
|
-
"pattern": {
|
|
992
|
-
"value": "^[a-zA-Z0-9_-]+$",
|
|
993
|
-
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
994
|
-
}
|
|
995
|
-
},
|
|
996
|
-
"group": "deduplication",
|
|
997
|
-
"binding": {
|
|
998
|
-
"name": "deduplicationId",
|
|
999
|
-
"type": "zeebe:property"
|
|
1000
|
-
},
|
|
1001
|
-
"condition": {
|
|
1002
|
-
"property": "deduplicationModeManualFlag",
|
|
1003
|
-
"equals": true,
|
|
1004
|
-
"type": "simple"
|
|
1005
|
-
},
|
|
1006
|
-
"type": "String"
|
|
1007
|
-
},
|
|
1008
|
-
{
|
|
1009
|
-
"id": "deduplicationModeManual",
|
|
1010
|
-
"value": "MANUAL",
|
|
1011
|
-
"group": "deduplication",
|
|
1012
|
-
"binding": {
|
|
1013
|
-
"name": "deduplicationMode",
|
|
1014
|
-
"type": "zeebe:property"
|
|
1015
|
-
},
|
|
1016
|
-
"condition": {
|
|
1017
|
-
"property": "deduplicationId",
|
|
1018
|
-
"isActive": true,
|
|
1019
|
-
"type": "simple"
|
|
1020
|
-
},
|
|
1021
|
-
"type": "Hidden"
|
|
1022
|
-
},
|
|
1023
|
-
{
|
|
1024
|
-
"id": "deduplicationModeAuto",
|
|
1025
|
-
"value": "AUTO",
|
|
1026
|
-
"group": "deduplication",
|
|
1027
|
-
"binding": {
|
|
1028
|
-
"name": "deduplicationMode",
|
|
1029
|
-
"type": "zeebe:property"
|
|
1030
|
-
},
|
|
1031
|
-
"condition": {
|
|
1032
|
-
"property": "deduplicationId",
|
|
1033
|
-
"isActive": false,
|
|
1034
|
-
"type": "simple"
|
|
1035
|
-
},
|
|
1036
|
-
"type": "Hidden"
|
|
1037
|
-
},
|
|
1038
|
-
{
|
|
1039
|
-
"id": "resultVariable",
|
|
1040
|
-
"label": "Result variable",
|
|
1041
|
-
"description": "Name of variable to store the response in",
|
|
1042
|
-
"group": "output",
|
|
1043
|
-
"binding": {
|
|
1044
|
-
"name": "resultVariable",
|
|
1045
|
-
"type": "zeebe:property"
|
|
1046
|
-
},
|
|
1047
|
-
"type": "String"
|
|
1048
|
-
},
|
|
1049
|
-
{
|
|
1050
|
-
"id": "resultExpression",
|
|
1051
|
-
"label": "Result expression",
|
|
1052
|
-
"description": "Expression to map the response into process variables",
|
|
1053
|
-
"feel": "required",
|
|
1054
|
-
"group": "output",
|
|
1055
|
-
"binding": {
|
|
1056
|
-
"name": "resultExpression",
|
|
1057
|
-
"type": "zeebe:property"
|
|
1058
|
-
},
|
|
1059
|
-
"type": "Text"
|
|
1060
|
-
}
|
|
1061
|
-
],
|
|
1062
|
-
"icon": {
|
|
1063
|
-
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0MCA0MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0nMCUnIHkxPScxMDAlJyB4Mj0nMTAwJScgeTI9JzAlJyBpZD0nbGluZWFyR3JhZGllbnQtMSc+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNCMDA4NEQnIG9mZnNldD0nMCUnPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI0ZGNEY4Qicgb2Zmc2V0PScxMDAlJz48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMicgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnCiAgICAgICBmaWxsLXJ1bGU9J2V2ZW5vZGQnPgogICAgICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS1CRy8zMi9BcHBsaWNhdGlvbi1JbnRlZ3JhdGlvbicgZmlsbD0ndXJsKCNsaW5lYXJHcmFkaWVudC0xKSc+CiAgICAgICAgICAgIDxyZWN0IGlkPSdSZWN0YW5nbGUnIHg9JzAnIHk9JzAnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSdNMTQuMzQyMjA1MSwyMi4zNDkzNzg2IEwxNS44NDY2NzY3LDIwLjkwNjEwNzQgQzE1Ljk0MjgzNDcsMjAuODE0MTUzOSAxNS45OTY5MjM1LDIwLjY4NzIxOCAxNS45OTk5Mjg1LDIwLjU1NTI4NDYgQzE2LjAwMTkzMTcsMjAuNDIyMzUxNyAxNS45NTE4NDk1LDIwLjI5MzQxNjggMTUuODU5Njk4MSwyMC4xOTg0NjQ4IEwxNC4zNTUyMjY0LDE4LjY0MzI1MDIgTDEzLjYzNTA0MzMsMTkuMzM3ODk5NCBMMTQuMzExMTU0LDIwLjAzNzU0NiBMMTEuOTkxMzQyOSwyMC4wMzc1NDYgTDExLjk5MTM0MjksMjEuMDM3MDQxMyBMMTQuMjY1MDc4MywyMS4wMzcwNDEzIEwxMy42NDgwNjQ3LDIxLjYyODc0MjUgTDE0LjM0MjIwNTEsMjIuMzQ5Mzc4NiBaIE0yNi4zNTc5NDUyLDIyLjM1MzM3NjUgTDI3LjkwNzQ5MDksMjAuOTAwMTEwNCBDMjguMDA2NjUzOCwyMC44MDgxNTY5IDI4LjA2Mjc0NTksMjAuNjc5MjIyIDI4LjA2NDc0OTIsMjAuNTQ0MjkwMSBDMjguMDY2NzUyNSwyMC40MDkzNTgzIDI4LjAxMzY2NTMsMjAuMjc4NDI0NCAyNy45MTg1MDksMjAuMTgzNDcyNCBMMjYuMzY4OTYzMywxOC42MzcyNTMyIEwyNS42NjA3OTk5LDE5LjM0Mzg5NjMgTDI2LjM1NDk0MDMsMjAuMDM3NTQ2IEwyNC4wMTEwODk2LDIwLjAzNzU0NiBMMjQuMDExMDg5NiwyMS4wMzcwNDEzIEwyNi4yOTg4NDgxLDIxLjAzNzA0MTMgTDI1LjY3MTgxOCwyMS42MjQ3NDQ1IEwyNi4zNTc5NDUyLDIyLjM1MzM3NjUgWiBNMTcuNTg3NTM2NywyMy4zNjA4Njc4IEMxOC4zMzg3NzA4LDIzLjA1NzAyMTIgMTkuMTYyMTIzNSwyMi44OTQxMDM1IDIwLjAwNDUwNzQsMjIuODk0MTAzNSBDMjAuODQ2ODkxMywyMi44OTQxMDM1IDIxLjY3MDI0NCwyMy4wNTcwMjEyIDIyLjQyMTQ3ODEsMjMuMzYwODY3OCBDMjEuNzUyMzc4OSwyMS41ODk3NjIyIDIxLjc1MjM3ODksMTkuMzg5ODczMSAyMi40MjE0NzgxLDE3LjYxODc2NzUgQzIwLjkxOTAwOTgsMTguMjI2NDYwNiAxOS4wOTAwMDUsMTguMjI2NDYwNiAxNy41ODc1MzY3LDE3LjYxODc2NzUgQzE4LjI1NjYzNTksMTkuMzg5ODczMSAxOC4yNTY2MzU5LDIxLjU4OTc2MjIgMTcuNTg3NTM2NywyMy4zNjA4Njc4IEwxNy41ODc1MzY3LDIzLjM2MDg2NzggWiBNMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IEMxNS41NDYxODMsMjUuMjQzOTE2OCAxNS40OTcxMDI0LDI1LjExNTk4MTQgMTUuNDk3MTAyNCwyNC45ODgwNDYgQzE1LjQ5NzEwMjQsMjQuODYwMTEwNiAxNS41NDYxODMsMjQuNzMyMTc1MyAxNS42NDQzNDQzLDI0LjYzNDIyNDcgQzE3LjU4NDUzMTcsMjIuNjk4MjAyNCAxNy41ODQ1MzE3LDE4LjI4MjQzMjQgMTUuNjQ0MzQ0MywxNi4zNDU0MTA2IEMxNS41NDYxODMsMTYuMjQ4NDU5NSAxNS40OTcxMDI0LDE2LjEyMDUyNDEgMTUuNDk3MTAyNCwxNS45OTI1OTEyIEMxNS40OTcxMDI0LDE1Ljg2NDY1MzQgMTUuNTQ2MTgzLDE1LjczNjcxOCAxNS42NDQzNDQzLDE1LjYzODc2NzQgQzE1LjgzOTY2NTIsMTUuNDQzODY1OSAxNi4xNTcxODY4LDE1LjQ0Mzg2NTkgMTYuMzUyNTA3NywxNS42Mzg3Njc0IEMxNy4yNzQwMjE2LDE2LjU1ODMwMzEgMTguNjA1MjA4NiwxNy4wODYwMzY2IDIwLjAwNDUwNzQsMTcuMDg2MDM2NiBDMjEuNDA0ODA3OSwxNy4wODYwMzY2IDIyLjczNTk5NDgsMTYuNTU4MzAzMSAyMy42NTc1MDg4LDE1LjYzODc2NzQgQzIzLjg1MjgyOTYsMTUuNDQzODY1OSAyNC4xNzAzNTEzLDE1LjQ0Mzg2NTkgMjQuMzY1NjcyMiwxNS42Mzg3Njc0IEMyNC40NjI4MzE4LDE1LjczNjcxOCAyNC41MTE5MTI0LDE1Ljg2NDY1MzQgMjQuNTExOTEyNCwxNS45OTI1OTEyIEMyNC41MTE5MTI0LDE2LjEyMDUyNDEgMjQuNDYyODMxOCwxNi4yNDg0NTk1IDI0LjM2NTY3MjIsMTYuMzQ1NDEwNiBDMjIuNDI0NDgzMSwxOC4yODI0MzI0IDIyLjQyNDQ4MzEsMjIuNjk4MjAyNCAyNC4zNjU2NzIyLDI0LjYzNDIyNDcgQzI0LjQ2MjgzMTgsMjQuNzMyMTc1MyAyNC41MTE5MTI0LDI0Ljg2MDExMDYgMjQuNTExOTEyNCwyNC45ODgwNDYgQzI0LjUxMTkxMjQsMjUuMTE1OTgxNCAyNC40NjI4MzE4LDI1LjI0MzkxNjggMjQuMzY1NjcyMiwyNS4zNDA4Njc5IEMyNC4yNjc1MTA5LDI1LjQzODgxODQgMjQuMTM5MzAwMywyNS40ODc3OTM3IDI0LjAxMTA4OTYsMjUuNDg3NzkzNyBDMjMuODgyODc5LDI1LjQ4Nzc5MzcgMjMuNzU0NjY4NCwyNS40Mzg4MTg0IDIzLjY1NzUwODgsMjUuMzQwODY3OSBDMjIuNzM1OTk0OCwyNC40MjEzMzIyIDIxLjQwNDgwNzksMjMuODkzNTk4NyAyMC4wMDQ1MDc0LDIzLjg5MzU5ODcgQzE4LjYwNTIwODYsMjMuODkzNTk4NyAxNy4yNzQwMjE2LDI0LjQyMTMzMjIgMTYuMzUyNTA3NywyNS4zNDA4Njc5IEMxNi4xNTcxODY4LDI1LjUzNTc2OTQgMTUuODM5NjY1MiwyNS41MzU3Njk0IDE1LjY0NDM0NDMsMjUuMzQwODY3OSBMMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IFogTTMyLjU0MjEwNDksMTkuNDM1ODQ5OSBDMzIuMjM2NjAzLDE5LjEzMjAwMzMgMzEuODM2OTQ2NCwxOC45ODAwODAxIDMxLjQzNjI4ODIsMTguOTgwMDgwMSBDMzEuMDM2NjMxNiwxOC45ODAwODAxIDMwLjYzNjk3NSwxOS4xMzIwMDMzIDMwLjMzMTQ3MzEsMTkuNDM1ODQ5OSBDMjkuNzIxNDcxLDIwLjA0NDU0MjUgMjkuNzIxNDcxLDIxLjAzNDA0MjggMzAuMzMxNDczMSwyMS42NDE3MzU5IEMzMC45NDE0NzUzLDIyLjI1MDQyODUgMzEuOTMyMTAyNywyMi4yNTA0Mjg1IDMyLjU0MjEwNDksMjEuNjQxNzM1OSBDMzMuMTUxMTA1NCwyMS4wMzQwNDI4IDMzLjE1MTEwNTQsMjAuMDQ0NTQyNSAzMi41NDIxMDQ5LDE5LjQzNTg0OTkgTDMyLjU0MjEwNDksMTkuNDM1ODQ5OSBaIE0zMy4yNTAyNjgzLDIyLjM0OTM3ODYgQzMyLjc1MDQ0NzIsMjIuODQ4MTI2NyAzMi4wOTMzNjc3LDIzLjA5ODAwMDUgMzEuNDM2Mjg4MiwyMy4wOTgwMDA1IEMzMC43ODAyMTAzLDIzLjA5ODAwMDUgMzAuMTIzMTMwOSwyMi44NDgxMjY3IDI5LjYyMzMwOTcsMjIuMzQ5Mzc4NiBDMjguNjIzNjY3NSwyMS4zNTA4ODI4IDI4LjYyMzY2NzUsMTkuNzI3NzAyNSAyOS42MjMzMDk3LDE4LjcyOTIwNjggQzMwLjYyMjk1MiwxNy43MzE3MTA1IDMyLjI1MDYyNiwxNy43MzE3MTA1IDMzLjI1MDI2ODMsMTguNzI5MjA2OCBDMzQuMjQ5OTEwNiwxOS43Mjc3MDI1IDM0LjI0OTkxMDYsMjEuMzUwODgyOCAzMy4yNTAyNjgzLDIyLjM0OTM3ODYgTDMzLjI1MDI2ODMsMjIuMzQ5Mzc4NiBaIE05LjY2ODUyNjg3LDE5LjQ0Njg0NDMgQzkuMzYzMDI0OTcsMTkuMTQyOTk3OCA4Ljk2MzM2ODM5LDE4Ljk5MTA3NDUgOC41NjI3MTAxNywxOC45OTEwNzQ1IEM4LjE2MzA1MzU5LDE4Ljk5MTA3NDUgNy43NjMzOTcwMSwxOS4xNDI5OTc4IDcuNDU3ODk1MTEsMTkuNDQ2ODQ0MyBDNi44NDg4OTQ2MSwyMC4wNTU1MzcgNi44NDg4OTQ2MSwyMS4wNDUwMzczIDcuNDU3ODk1MTEsMjEuNjUyNzMwNCBDOC4wNjc4OTcyNiwyMi4yNjE0MjMgOS4wNTg1MjQ3MiwyMi4yNjE0MjMgOS42Njg1MjY4NywyMS42NTI3MzA0IEMxMC4yNzc1Mjc0LDIxLjA0NTAzNzMgMTAuMjc3NTI3NCwyMC4wNTU1MzcgOS42Njg1MjY4NywxOS40NDY4NDQzIEw5LjY2ODUyNjg3LDE5LjQ0Njg0NDMgWiBNMTAuMzc2NjkwMywyMi4zNTkzNzM1IEM5Ljg3Njg2OTE0LDIyLjg1ODEyMTcgOS4yMTk3ODk2NSwyMy4xMDc5OTU1IDguNTYyNzEwMTcsMjMuMTA3OTk1NSBDNy45MDY2MzIzMiwyMy4xMDc5OTU1IDcuMjQ5NTUyODQsMjIuODU4MTIxNyA2Ljc0OTczMTcsMjIuMzU5MzczNSBDNS43NTAwODk0MywyMS4zNjE4NzczIDUuNzUwMDg5NDMsMTkuNzM4Njk3IDYuNzQ5NzMxNywxOC43NDAyMDEyIEM3Ljc0OTM3Mzk3LDE3Ljc0MjcwNDkgOS4zNzcwNDgwMSwxNy43NDI3MDQ5IDEwLjM3NjY5MDMsMTguNzQwMjAxMiBDMTEuMzc2MzMyNSwxOS43Mzg2OTcgMTEuMzc2MzMyNSwyMS4zNjE4NzczIDEwLjM3NjY5MDMsMjIuMzU5MzczNSBMMTAuMzc2NjkwMywyMi4zNTkzNzM1IFogTTI3LjQzMzcxMjUsMjguOTEwMDY1NCBDMjUuNDM2NDMxMywzMC45MDMwNTkgMjIuNzgyMDcwNSwzMi4wMDA1MDQ3IDE5Ljk1NzQzMDEsMzIuMDAwNTA0NyBDMTcuMTMyNzg5NiwzMi4wMDA1MDQ3IDE0LjQ3ODQyODgsMzAuOTAzMDU5IDEyLjQ4MjE0OTIsMjguOTEwMDY1NCBDMTEuMTY1OTg3LDI3LjU5NzcyODEgMTAuNDA3NzQxMywyNi40NjkyOTggOS45NDQ5ODEwNCwyNS4xMzU5NzEzIEw4Ljk5ODQyNTk5LDI1LjQ2MjgwNjMgQzkuNTA3MjYxOTMsMjYuOTI5MDY1OCAxMC4zNjI2NjcyLDI4LjIxMDQxODcgMTEuNzczOTg1OCwyOS42MTY3MDg2IEMxMy45NTg1NzQ4LDMxLjc5ODYwNjcgMTYuODY2MzUxOSwzMyAxOS45NTc0MzAxLDMzIEMyMy4wNDk1MDk5LDMzIDI1Ljk1NjI4NTMsMzEuNzk4NjA2NyAyOC4xNDE4NzU5LDI5LjYxNjcwODYgQzI5LjI4Mjc1MDIsMjguNDc4MjgzNSAzMC40MjA2MTk2LDI3LjE4NjkzNTYgMzEuMDExNTkwNSwyNS40NjA4MDczIEwzMC4wNjQwMzM4LDI1LjEzNzk3MDMgQzI5LjUzOTE3MTUsMjYuNjcwMTk2NiAyOC40ODk0NDY5LDI3Ljg1NjU5NzQgMjcuNDMzNzEyNSwyOC45MTAwNjU0IEwyNy40MzM3MTI1LDI4LjkxMDA2NTQgWiBNOS45NDQ5ODEwNCwxNS44NTk2NTU5IEw4Ljk5ODQyNTk5LDE1LjUzMTgyMTQgQzkuNTEwMjY2ODcsMTQuMDY0NTYyNCAxMC4zNjU2NzIyLDEyLjc4MzIwOTUgMTEuNzc1OTg5MSwxMS4zNzU5MjAyIEMxNi4yODYzOTkxLDYuODc1MTkzMDQgMjMuNjI2NDU3OCw2Ljg3NDE5MzU0IDI4LjEzNzg2OTQsMTEuMzc1OTIwMiBDMjkuMjE4NjQ0OSwxMi40NTMzNzYxIDMwLjQwMzU5MTYsMTMuNzg5NzAxMiAzMS4wMTE1OTA1LDE1LjUzMTgyMTQgTDMwLjA2NDAzMzgsMTUuODU5NjU1OSBDMjkuNTI0MTQ2OCwxNC4zMDk0Mzg3IDI4LjQyOTM0ODIsMTMuMDgwMDU5NiAyNy40Mjk3MDU5LDEyLjA4MjU2MzMgQzI1LjQzNDQyOCwxMC4wOTE1Njg4IDIyLjc4MTA2ODksOC45OTYxMjE5NyAxOS45NTc0MzAxLDguOTk2MTIxOTcgQzE3LjEzMzc5MTIsOC45OTYxMjE5NyAxNC40ODA0MzIxLDEwLjA5MTU2ODggMTIuNDg1MTU0MiwxMi4wODI1NjMzIEMxMS4xODcwMjE1LDEzLjM3NzkwOTIgMTAuNDAzNzM0NywxNC41NDIzMjExIDkuOTQ0OTgxMDQsMTUuODU5NjU1OSBMOS45NDQ5ODEwNCwxNS44NTk2NTU5IFonCiAgICAgICAgICAgICAgaWQ9J0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV9JY29uXzMyX1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
1064
|
-
},
|
|
1065
|
-
"engines": {
|
|
1066
|
-
"camunda": "^8.5"
|
|
1067
|
-
}
|
|
1068
|
-
},
|
|
1069
|
-
{
|
|
1070
|
-
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1071
|
-
"name": "Amazon SQS connector",
|
|
1072
|
-
"id": "io.camunda.connectors.AWSSQS.StartEvent.v1",
|
|
1073
|
-
"version": 5,
|
|
1074
|
-
"description": "Receive message from a queue",
|
|
1075
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
1076
|
-
"appliesTo": ["bpmn:StartEvent"],
|
|
1077
|
-
"elementType": {
|
|
1078
|
-
"value": "bpmn:StartEvent"
|
|
1079
|
-
},
|
|
1080
|
-
"category": {
|
|
1081
|
-
"id": "connectors",
|
|
1082
|
-
"name": "Connectors"
|
|
1083
|
-
},
|
|
1084
|
-
"groups": [
|
|
1085
|
-
{
|
|
1086
|
-
"id": "authentication",
|
|
1087
|
-
"label": "Authentication"
|
|
1088
|
-
},
|
|
1089
|
-
{
|
|
1090
|
-
"id": "queueProperties",
|
|
1091
|
-
"label": "Queue properties"
|
|
1092
|
-
},
|
|
1093
|
-
{
|
|
1094
|
-
"id": "messagePollingProperties",
|
|
1095
|
-
"label": "Message polling properties"
|
|
1096
|
-
},
|
|
1097
|
-
{
|
|
1098
|
-
"id": "input",
|
|
1099
|
-
"label": "Use next attribute names for activation condition"
|
|
1100
|
-
},
|
|
1101
|
-
{
|
|
1102
|
-
"id": "activation",
|
|
1103
|
-
"label": "Activation"
|
|
1104
|
-
},
|
|
1105
|
-
{
|
|
1106
|
-
"id": "variable-mapping",
|
|
1107
|
-
"label": "Variable mapping"
|
|
1108
|
-
}
|
|
1109
|
-
],
|
|
1110
|
-
"properties": [
|
|
1111
|
-
{
|
|
1112
|
-
"type": "Hidden",
|
|
1113
|
-
"value": "io.camunda:aws-sqs-inbound:1",
|
|
1114
|
-
"binding": {
|
|
1115
|
-
"type": "zeebe:property",
|
|
1116
|
-
"name": "inbound.type"
|
|
1117
|
-
}
|
|
1118
|
-
},
|
|
1119
|
-
{
|
|
1120
|
-
"label": "Access key",
|
|
1121
|
-
"description": "Provide AWS IAM access key that has permission to send to desired SQS",
|
|
1122
|
-
"group": "authentication",
|
|
1123
|
-
"type": "String",
|
|
1124
|
-
"binding": {
|
|
1125
|
-
"type": "zeebe:property",
|
|
1126
|
-
"name": "authentication.accessKey"
|
|
1127
|
-
},
|
|
1128
|
-
"constraints": {
|
|
1129
|
-
"notEmpty": true
|
|
1130
|
-
}
|
|
1131
|
-
},
|
|
1132
|
-
{
|
|
1133
|
-
"label": "Secret key",
|
|
1134
|
-
"description": "Provide AWS IAM secret key that has permission to send to desired SQS",
|
|
1135
|
-
"group": "authentication",
|
|
1136
|
-
"type": "String",
|
|
1137
|
-
"binding": {
|
|
1138
|
-
"type": "zeebe:property",
|
|
1139
|
-
"name": "authentication.secretKey"
|
|
1140
|
-
},
|
|
1141
|
-
"constraints": {
|
|
1142
|
-
"notEmpty": true
|
|
1143
|
-
}
|
|
1144
|
-
},
|
|
1145
|
-
{
|
|
1146
|
-
"label": "Queue URL",
|
|
1147
|
-
"description": "Specify the URL of the SQS queue where you would like to send message to",
|
|
1148
|
-
"group": "queueProperties",
|
|
1149
|
-
"type": "String",
|
|
1150
|
-
"binding": {
|
|
1151
|
-
"type": "zeebe:property",
|
|
1152
|
-
"name": "queue.url"
|
|
1153
|
-
},
|
|
1154
|
-
"constraints": {
|
|
1155
|
-
"notEmpty": true,
|
|
1156
|
-
"pattern": {
|
|
1157
|
-
"value": "^(https?://.+|arn:.+|secrets\\..+|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
1158
|
-
"message": "Must be an queue URL or ARN"
|
|
1159
|
-
}
|
|
1160
|
-
}
|
|
672
|
+
}
|
|
1161
673
|
},
|
|
1162
674
|
{
|
|
1163
675
|
"label": "Region",
|
|
@@ -1187,7 +699,7 @@
|
|
|
1187
699
|
"constraints": {
|
|
1188
700
|
"notEmpty": true,
|
|
1189
701
|
"pattern": {
|
|
1190
|
-
"value": "^([0-9]?|1[0-9]|20
|
|
702
|
+
"value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\})$",
|
|
1191
703
|
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
1192
704
|
}
|
|
1193
705
|
}
|
|
@@ -1263,22 +775,30 @@
|
|
|
1263
775
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1264
776
|
"name": "Amazon SQS Start Event Connector",
|
|
1265
777
|
"id": "io.camunda.connectors.AWSSQS.StartEvent.v1",
|
|
1266
|
-
"version": 7,
|
|
1267
778
|
"description": "Receive message from a queue",
|
|
1268
|
-
"
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
"value": "bpmn:StartEvent"
|
|
779
|
+
"deprecated": {
|
|
780
|
+
"message": "None Start Events are deprecated in favor of Message Start Events for message based Connectors.",
|
|
781
|
+
"documentationRef": "https://docs.camunda.io/docs/components/modeler/bpmn/none-events/"
|
|
1272
782
|
},
|
|
783
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
|
|
784
|
+
"version": 9,
|
|
1273
785
|
"category": {
|
|
1274
786
|
"id": "connectors",
|
|
1275
787
|
"name": "Connectors"
|
|
1276
788
|
},
|
|
789
|
+
"appliesTo": ["bpmn:StartEvent"],
|
|
790
|
+
"elementType": {
|
|
791
|
+
"value": "bpmn:StartEvent"
|
|
792
|
+
},
|
|
1277
793
|
"groups": [
|
|
1278
794
|
{
|
|
1279
795
|
"id": "authentication",
|
|
1280
796
|
"label": "Authentication"
|
|
1281
797
|
},
|
|
798
|
+
{
|
|
799
|
+
"id": "configuration",
|
|
800
|
+
"label": "Configuration"
|
|
801
|
+
},
|
|
1282
802
|
{
|
|
1283
803
|
"id": "queueProperties",
|
|
1284
804
|
"label": "Queue properties"
|
|
@@ -1296,219 +816,316 @@
|
|
|
1296
816
|
"label": "Activation"
|
|
1297
817
|
},
|
|
1298
818
|
{
|
|
1299
|
-
"id": "
|
|
1300
|
-
"label": "
|
|
819
|
+
"id": "deduplication",
|
|
820
|
+
"label": "Deduplication",
|
|
821
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
"id": "output",
|
|
825
|
+
"label": "Output mapping"
|
|
1301
826
|
}
|
|
1302
827
|
],
|
|
1303
828
|
"properties": [
|
|
1304
829
|
{
|
|
1305
|
-
"type": "Hidden",
|
|
1306
830
|
"value": "io.camunda:aws-sqs-inbound:1",
|
|
1307
831
|
"binding": {
|
|
1308
|
-
"
|
|
1309
|
-
"
|
|
1310
|
-
}
|
|
832
|
+
"name": "inbound.type",
|
|
833
|
+
"type": "zeebe:property"
|
|
834
|
+
},
|
|
835
|
+
"type": "Hidden"
|
|
1311
836
|
},
|
|
1312
837
|
{
|
|
1313
|
-
"id": "
|
|
838
|
+
"id": "authentication.type",
|
|
1314
839
|
"label": "Authentication",
|
|
1315
|
-
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
840
|
+
"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>",
|
|
841
|
+
"value": "credentials",
|
|
1316
842
|
"group": "authentication",
|
|
843
|
+
"binding": {
|
|
844
|
+
"name": "authentication.type",
|
|
845
|
+
"type": "zeebe:property"
|
|
846
|
+
},
|
|
1317
847
|
"type": "Dropdown",
|
|
1318
|
-
"optional": false,
|
|
1319
|
-
"value": "credentials",
|
|
1320
848
|
"choices": [
|
|
1321
|
-
{
|
|
1322
|
-
"name": "Credentials",
|
|
1323
|
-
"value": "credentials"
|
|
1324
|
-
},
|
|
1325
849
|
{
|
|
1326
850
|
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
1327
851
|
"value": "defaultCredentialsChain"
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
"name": "Credentials",
|
|
855
|
+
"value": "credentials"
|
|
1328
856
|
}
|
|
1329
|
-
]
|
|
1330
|
-
"binding": {
|
|
1331
|
-
"type": "zeebe:property",
|
|
1332
|
-
"name": "authentication.type"
|
|
1333
|
-
},
|
|
1334
|
-
"constraints": {
|
|
1335
|
-
"notEmpty": true
|
|
1336
|
-
}
|
|
857
|
+
]
|
|
1337
858
|
},
|
|
1338
859
|
{
|
|
860
|
+
"id": "authentication.accessKey",
|
|
1339
861
|
"label": "Access key",
|
|
1340
|
-
"description": "Provide
|
|
1341
|
-
"
|
|
1342
|
-
"type": "String",
|
|
1343
|
-
"binding": {
|
|
1344
|
-
"type": "zeebe:property",
|
|
1345
|
-
"name": "authentication.accessKey"
|
|
1346
|
-
},
|
|
862
|
+
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
863
|
+
"optional": false,
|
|
1347
864
|
"constraints": {
|
|
1348
865
|
"notEmpty": true
|
|
1349
866
|
},
|
|
867
|
+
"group": "authentication",
|
|
868
|
+
"binding": {
|
|
869
|
+
"name": "authentication.accessKey",
|
|
870
|
+
"type": "zeebe:property"
|
|
871
|
+
},
|
|
1350
872
|
"condition": {
|
|
1351
|
-
"property": "
|
|
1352
|
-
"equals": "credentials"
|
|
1353
|
-
|
|
873
|
+
"property": "authentication.type",
|
|
874
|
+
"equals": "credentials",
|
|
875
|
+
"type": "simple"
|
|
876
|
+
},
|
|
877
|
+
"type": "String"
|
|
1354
878
|
},
|
|
1355
879
|
{
|
|
880
|
+
"id": "authentication.secretKey",
|
|
1356
881
|
"label": "Secret key",
|
|
1357
|
-
"description": "Provide
|
|
882
|
+
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
883
|
+
"optional": false,
|
|
884
|
+
"constraints": {
|
|
885
|
+
"notEmpty": true
|
|
886
|
+
},
|
|
1358
887
|
"group": "authentication",
|
|
1359
|
-
"type": "String",
|
|
1360
888
|
"binding": {
|
|
1361
|
-
"
|
|
1362
|
-
"
|
|
889
|
+
"name": "authentication.secretKey",
|
|
890
|
+
"type": "zeebe:property"
|
|
891
|
+
},
|
|
892
|
+
"condition": {
|
|
893
|
+
"property": "authentication.type",
|
|
894
|
+
"equals": "credentials",
|
|
895
|
+
"type": "simple"
|
|
1363
896
|
},
|
|
897
|
+
"type": "String"
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
"id": "configuration.region",
|
|
901
|
+
"label": "Region",
|
|
902
|
+
"description": "Specify the AWS region",
|
|
903
|
+
"optional": false,
|
|
1364
904
|
"constraints": {
|
|
1365
905
|
"notEmpty": true
|
|
1366
906
|
},
|
|
1367
|
-
"
|
|
1368
|
-
|
|
1369
|
-
"
|
|
1370
|
-
|
|
907
|
+
"group": "configuration",
|
|
908
|
+
"binding": {
|
|
909
|
+
"name": "configuration.region",
|
|
910
|
+
"type": "zeebe:property"
|
|
911
|
+
},
|
|
912
|
+
"type": "String"
|
|
1371
913
|
},
|
|
1372
914
|
{
|
|
1373
|
-
"
|
|
1374
|
-
"
|
|
1375
|
-
"
|
|
1376
|
-
"
|
|
915
|
+
"id": "configuration.endpoint",
|
|
916
|
+
"label": "Endpoint",
|
|
917
|
+
"description": "Specify endpoint if need to use custom endpoint",
|
|
918
|
+
"optional": true,
|
|
919
|
+
"group": "configuration",
|
|
1377
920
|
"binding": {
|
|
1378
|
-
"
|
|
1379
|
-
"
|
|
921
|
+
"name": "configuration.endpoint",
|
|
922
|
+
"type": "zeebe:property"
|
|
1380
923
|
},
|
|
1381
|
-
"
|
|
1382
|
-
"notEmpty": true,
|
|
1383
|
-
"pattern": {
|
|
1384
|
-
"value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
1385
|
-
"message": "Must be an queue URL or ARN"
|
|
1386
|
-
}
|
|
1387
|
-
}
|
|
924
|
+
"type": "Hidden"
|
|
1388
925
|
},
|
|
1389
926
|
{
|
|
1390
|
-
"
|
|
1391
|
-
"
|
|
927
|
+
"id": "queue.queue.url",
|
|
928
|
+
"label": "Queue URL",
|
|
929
|
+
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
930
|
+
"optional": false,
|
|
931
|
+
"constraints": {
|
|
932
|
+
"notEmpty": true
|
|
933
|
+
},
|
|
1392
934
|
"group": "queueProperties",
|
|
1393
|
-
"type": "String",
|
|
1394
935
|
"binding": {
|
|
1395
|
-
"
|
|
1396
|
-
"
|
|
936
|
+
"name": "queue.url",
|
|
937
|
+
"type": "zeebe:property"
|
|
1397
938
|
},
|
|
1398
|
-
"
|
|
1399
|
-
"notEmpty": true
|
|
1400
|
-
}
|
|
939
|
+
"type": "String"
|
|
1401
940
|
},
|
|
1402
941
|
{
|
|
942
|
+
"id": "queue.queue.pollingWaitTime",
|
|
1403
943
|
"label": "Polling wait time",
|
|
1404
944
|
"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",
|
|
1405
|
-
"group": "messagePollingProperties",
|
|
1406
|
-
"type": "String",
|
|
1407
945
|
"optional": false,
|
|
1408
|
-
"
|
|
1409
|
-
"value": "1",
|
|
1410
|
-
"binding": {
|
|
1411
|
-
"type": "zeebe:property",
|
|
1412
|
-
"name": "queue.pollingWaitTime"
|
|
1413
|
-
},
|
|
946
|
+
"value": "20",
|
|
1414
947
|
"constraints": {
|
|
1415
948
|
"notEmpty": true,
|
|
1416
949
|
"pattern": {
|
|
1417
|
-
"value": "^([0-9]?|1[0-9]|20
|
|
1418
|
-
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
950
|
+
"value": "^([0-9]?|1[0-9]|20|secrets\\..+)$"
|
|
1419
951
|
}
|
|
1420
|
-
}
|
|
952
|
+
},
|
|
953
|
+
"group": "messagePollingProperties",
|
|
954
|
+
"binding": {
|
|
955
|
+
"name": "queue.pollingWaitTime",
|
|
956
|
+
"type": "zeebe:property"
|
|
957
|
+
},
|
|
958
|
+
"type": "String"
|
|
1421
959
|
},
|
|
1422
960
|
{
|
|
961
|
+
"id": "queue.queue.attributeNames",
|
|
1423
962
|
"label": "Attribute names",
|
|
1424
963
|
"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",
|
|
964
|
+
"optional": false,
|
|
965
|
+
"feel": "optional",
|
|
1425
966
|
"group": "input",
|
|
1426
|
-
"type": "String",
|
|
1427
|
-
"optional": true,
|
|
1428
967
|
"binding": {
|
|
1429
|
-
"
|
|
1430
|
-
"
|
|
968
|
+
"name": "queue.attributeNames",
|
|
969
|
+
"type": "zeebe:property"
|
|
1431
970
|
},
|
|
1432
|
-
"
|
|
971
|
+
"type": "String"
|
|
1433
972
|
},
|
|
1434
973
|
{
|
|
974
|
+
"id": "queue.queue.messageAttributeNames",
|
|
1435
975
|
"label": "Message attribute names",
|
|
1436
976
|
"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",
|
|
977
|
+
"optional": false,
|
|
978
|
+
"feel": "optional",
|
|
1437
979
|
"group": "input",
|
|
1438
|
-
"type": "String",
|
|
1439
|
-
"optional": true,
|
|
1440
980
|
"binding": {
|
|
1441
|
-
"
|
|
1442
|
-
"
|
|
981
|
+
"name": "queue.messageAttributeNames",
|
|
982
|
+
"type": "zeebe:property"
|
|
1443
983
|
},
|
|
1444
|
-
"
|
|
984
|
+
"type": "String"
|
|
1445
985
|
},
|
|
1446
986
|
{
|
|
987
|
+
"id": "activationCondition",
|
|
1447
988
|
"label": "Activation condition",
|
|
1448
|
-
"
|
|
1449
|
-
"group": "activation",
|
|
1450
|
-
"feel": "required",
|
|
989
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1451
990
|
"optional": true,
|
|
991
|
+
"feel": "required",
|
|
992
|
+
"group": "activation",
|
|
1452
993
|
"binding": {
|
|
1453
|
-
"
|
|
1454
|
-
"
|
|
994
|
+
"name": "activationCondition",
|
|
995
|
+
"type": "zeebe:property"
|
|
1455
996
|
},
|
|
1456
|
-
"
|
|
997
|
+
"type": "String"
|
|
1457
998
|
},
|
|
1458
999
|
{
|
|
1459
|
-
"
|
|
1460
|
-
"
|
|
1461
|
-
"
|
|
1462
|
-
"
|
|
1000
|
+
"id": "consumeUnmatchedEvents",
|
|
1001
|
+
"label": "Consume unmatched events",
|
|
1002
|
+
"value": true,
|
|
1003
|
+
"group": "activation",
|
|
1463
1004
|
"binding": {
|
|
1464
|
-
"
|
|
1465
|
-
"
|
|
1005
|
+
"name": "consumeUnmatchedEvents",
|
|
1006
|
+
"type": "zeebe:property"
|
|
1466
1007
|
},
|
|
1467
|
-
"
|
|
1008
|
+
"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",
|
|
1009
|
+
"type": "Boolean"
|
|
1468
1010
|
},
|
|
1469
1011
|
{
|
|
1470
|
-
"
|
|
1471
|
-
"
|
|
1472
|
-
"
|
|
1473
|
-
"
|
|
1474
|
-
"
|
|
1012
|
+
"id": "deduplicationModeManualFlag",
|
|
1013
|
+
"label": "Manual mode",
|
|
1014
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1015
|
+
"value": false,
|
|
1016
|
+
"group": "deduplication",
|
|
1475
1017
|
"binding": {
|
|
1476
|
-
"
|
|
1477
|
-
"
|
|
1018
|
+
"name": "deduplicationModeManualFlag",
|
|
1019
|
+
"type": "zeebe:property"
|
|
1478
1020
|
},
|
|
1479
|
-
"
|
|
1480
|
-
}
|
|
1481
|
-
],
|
|
1482
|
-
"icon": {
|
|
1483
|
-
"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
|
-
},
|
|
1485
|
-
"engines": {
|
|
1486
|
-
"camunda": "^8.4"
|
|
1487
|
-
}
|
|
1488
|
-
},
|
|
1489
|
-
{
|
|
1490
|
-
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1491
|
-
"name": "Amazon SQS connector",
|
|
1492
|
-
"id": "io.camunda.connectors.AWSSQS.StartEvent.v1",
|
|
1493
|
-
"version": 4,
|
|
1494
|
-
"description": "Receive message from a queue",
|
|
1495
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
1496
|
-
"appliesTo": ["bpmn:StartEvent"],
|
|
1497
|
-
"elementType": {
|
|
1498
|
-
"value": "bpmn:StartEvent"
|
|
1499
|
-
},
|
|
1500
|
-
"category": {
|
|
1501
|
-
"id": "connectors",
|
|
1502
|
-
"name": "Connectors"
|
|
1503
|
-
},
|
|
1504
|
-
"groups": [
|
|
1505
|
-
{
|
|
1506
|
-
"id": "authentication",
|
|
1507
|
-
"label": "Authentication"
|
|
1021
|
+
"type": "Boolean"
|
|
1508
1022
|
},
|
|
1509
1023
|
{
|
|
1510
|
-
"id": "
|
|
1511
|
-
"label": "
|
|
1024
|
+
"id": "deduplicationId",
|
|
1025
|
+
"label": "Deduplication ID",
|
|
1026
|
+
"constraints": {
|
|
1027
|
+
"notEmpty": true,
|
|
1028
|
+
"pattern": {
|
|
1029
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
1030
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1031
|
+
}
|
|
1032
|
+
},
|
|
1033
|
+
"group": "deduplication",
|
|
1034
|
+
"binding": {
|
|
1035
|
+
"name": "deduplicationId",
|
|
1036
|
+
"type": "zeebe:property"
|
|
1037
|
+
},
|
|
1038
|
+
"condition": {
|
|
1039
|
+
"property": "deduplicationModeManualFlag",
|
|
1040
|
+
"equals": true,
|
|
1041
|
+
"type": "simple"
|
|
1042
|
+
},
|
|
1043
|
+
"type": "String"
|
|
1044
|
+
},
|
|
1045
|
+
{
|
|
1046
|
+
"id": "deduplicationModeManual",
|
|
1047
|
+
"value": "MANUAL",
|
|
1048
|
+
"group": "deduplication",
|
|
1049
|
+
"binding": {
|
|
1050
|
+
"name": "deduplicationMode",
|
|
1051
|
+
"type": "zeebe:property"
|
|
1052
|
+
},
|
|
1053
|
+
"condition": {
|
|
1054
|
+
"property": "deduplicationId",
|
|
1055
|
+
"isActive": true,
|
|
1056
|
+
"type": "simple"
|
|
1057
|
+
},
|
|
1058
|
+
"type": "Hidden"
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
"id": "deduplicationModeAuto",
|
|
1062
|
+
"value": "AUTO",
|
|
1063
|
+
"group": "deduplication",
|
|
1064
|
+
"binding": {
|
|
1065
|
+
"name": "deduplicationMode",
|
|
1066
|
+
"type": "zeebe:property"
|
|
1067
|
+
},
|
|
1068
|
+
"condition": {
|
|
1069
|
+
"property": "deduplicationId",
|
|
1070
|
+
"isActive": false,
|
|
1071
|
+
"type": "simple"
|
|
1072
|
+
},
|
|
1073
|
+
"type": "Hidden"
|
|
1074
|
+
},
|
|
1075
|
+
{
|
|
1076
|
+
"id": "resultVariable",
|
|
1077
|
+
"label": "Result variable",
|
|
1078
|
+
"description": "Name of variable to store the response in",
|
|
1079
|
+
"group": "output",
|
|
1080
|
+
"binding": {
|
|
1081
|
+
"name": "resultVariable",
|
|
1082
|
+
"type": "zeebe:property"
|
|
1083
|
+
},
|
|
1084
|
+
"type": "String"
|
|
1085
|
+
},
|
|
1086
|
+
{
|
|
1087
|
+
"id": "resultExpression",
|
|
1088
|
+
"label": "Result expression",
|
|
1089
|
+
"description": "Expression to map the response into process variables",
|
|
1090
|
+
"feel": "required",
|
|
1091
|
+
"group": "output",
|
|
1092
|
+
"binding": {
|
|
1093
|
+
"name": "resultExpression",
|
|
1094
|
+
"type": "zeebe:property"
|
|
1095
|
+
},
|
|
1096
|
+
"type": "Text"
|
|
1097
|
+
}
|
|
1098
|
+
],
|
|
1099
|
+
"icon": {
|
|
1100
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0MCA0MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0nMCUnIHkxPScxMDAlJyB4Mj0nMTAwJScgeTI9JzAlJyBpZD0nbGluZWFyR3JhZGllbnQtMSc+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNCMDA4NEQnIG9mZnNldD0nMCUnPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI0ZGNEY4Qicgb2Zmc2V0PScxMDAlJz48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMicgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnCiAgICAgICBmaWxsLXJ1bGU9J2V2ZW5vZGQnPgogICAgICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS1CRy8zMi9BcHBsaWNhdGlvbi1JbnRlZ3JhdGlvbicgZmlsbD0ndXJsKCNsaW5lYXJHcmFkaWVudC0xKSc+CiAgICAgICAgICAgIDxyZWN0IGlkPSdSZWN0YW5nbGUnIHg9JzAnIHk9JzAnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSdNMTQuMzQyMjA1MSwyMi4zNDkzNzg2IEwxNS44NDY2NzY3LDIwLjkwNjEwNzQgQzE1Ljk0MjgzNDcsMjAuODE0MTUzOSAxNS45OTY5MjM1LDIwLjY4NzIxOCAxNS45OTk5Mjg1LDIwLjU1NTI4NDYgQzE2LjAwMTkzMTcsMjAuNDIyMzUxNyAxNS45NTE4NDk1LDIwLjI5MzQxNjggMTUuODU5Njk4MSwyMC4xOTg0NjQ4IEwxNC4zNTUyMjY0LDE4LjY0MzI1MDIgTDEzLjYzNTA0MzMsMTkuMzM3ODk5NCBMMTQuMzExMTU0LDIwLjAzNzU0NiBMMTEuOTkxMzQyOSwyMC4wMzc1NDYgTDExLjk5MTM0MjksMjEuMDM3MDQxMyBMMTQuMjY1MDc4MywyMS4wMzcwNDEzIEwxMy42NDgwNjQ3LDIxLjYyODc0MjUgTDE0LjM0MjIwNTEsMjIuMzQ5Mzc4NiBaIE0yNi4zNTc5NDUyLDIyLjM1MzM3NjUgTDI3LjkwNzQ5MDksMjAuOTAwMTEwNCBDMjguMDA2NjUzOCwyMC44MDgxNTY5IDI4LjA2Mjc0NTksMjAuNjc5MjIyIDI4LjA2NDc0OTIsMjAuNTQ0MjkwMSBDMjguMDY2NzUyNSwyMC40MDkzNTgzIDI4LjAxMzY2NTMsMjAuMjc4NDI0NCAyNy45MTg1MDksMjAuMTgzNDcyNCBMMjYuMzY4OTYzMywxOC42MzcyNTMyIEwyNS42NjA3OTk5LDE5LjM0Mzg5NjMgTDI2LjM1NDk0MDMsMjAuMDM3NTQ2IEwyNC4wMTEwODk2LDIwLjAzNzU0NiBMMjQuMDExMDg5NiwyMS4wMzcwNDEzIEwyNi4yOTg4NDgxLDIxLjAzNzA0MTMgTDI1LjY3MTgxOCwyMS42MjQ3NDQ1IEwyNi4zNTc5NDUyLDIyLjM1MzM3NjUgWiBNMTcuNTg3NTM2NywyMy4zNjA4Njc4IEMxOC4zMzg3NzA4LDIzLjA1NzAyMTIgMTkuMTYyMTIzNSwyMi44OTQxMDM1IDIwLjAwNDUwNzQsMjIuODk0MTAzNSBDMjAuODQ2ODkxMywyMi44OTQxMDM1IDIxLjY3MDI0NCwyMy4wNTcwMjEyIDIyLjQyMTQ3ODEsMjMuMzYwODY3OCBDMjEuNzUyMzc4OSwyMS41ODk3NjIyIDIxLjc1MjM3ODksMTkuMzg5ODczMSAyMi40MjE0NzgxLDE3LjYxODc2NzUgQzIwLjkxOTAwOTgsMTguMjI2NDYwNiAxOS4wOTAwMDUsMTguMjI2NDYwNiAxNy41ODc1MzY3LDE3LjYxODc2NzUgQzE4LjI1NjYzNTksMTkuMzg5ODczMSAxOC4yNTY2MzU5LDIxLjU4OTc2MjIgMTcuNTg3NTM2NywyMy4zNjA4Njc4IEwxNy41ODc1MzY3LDIzLjM2MDg2NzggWiBNMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IEMxNS41NDYxODMsMjUuMjQzOTE2OCAxNS40OTcxMDI0LDI1LjExNTk4MTQgMTUuNDk3MTAyNCwyNC45ODgwNDYgQzE1LjQ5NzEwMjQsMjQuODYwMTEwNiAxNS41NDYxODMsMjQuNzMyMTc1MyAxNS42NDQzNDQzLDI0LjYzNDIyNDcgQzE3LjU4NDUzMTcsMjIuNjk4MjAyNCAxNy41ODQ1MzE3LDE4LjI4MjQzMjQgMTUuNjQ0MzQ0MywxNi4zNDU0MTA2IEMxNS41NDYxODMsMTYuMjQ4NDU5NSAxNS40OTcxMDI0LDE2LjEyMDUyNDEgMTUuNDk3MTAyNCwxNS45OTI1OTEyIEMxNS40OTcxMDI0LDE1Ljg2NDY1MzQgMTUuNTQ2MTgzLDE1LjczNjcxOCAxNS42NDQzNDQzLDE1LjYzODc2NzQgQzE1LjgzOTY2NTIsMTUuNDQzODY1OSAxNi4xNTcxODY4LDE1LjQ0Mzg2NTkgMTYuMzUyNTA3NywxNS42Mzg3Njc0IEMxNy4yNzQwMjE2LDE2LjU1ODMwMzEgMTguNjA1MjA4NiwxNy4wODYwMzY2IDIwLjAwNDUwNzQsMTcuMDg2MDM2NiBDMjEuNDA0ODA3OSwxNy4wODYwMzY2IDIyLjczNTk5NDgsMTYuNTU4MzAzMSAyMy42NTc1MDg4LDE1LjYzODc2NzQgQzIzLjg1MjgyOTYsMTUuNDQzODY1OSAyNC4xNzAzNTEzLDE1LjQ0Mzg2NTkgMjQuMzY1NjcyMiwxNS42Mzg3Njc0IEMyNC40NjI4MzE4LDE1LjczNjcxOCAyNC41MTE5MTI0LDE1Ljg2NDY1MzQgMjQuNTExOTEyNCwxNS45OTI1OTEyIEMyNC41MTE5MTI0LDE2LjEyMDUyNDEgMjQuNDYyODMxOCwxNi4yNDg0NTk1IDI0LjM2NTY3MjIsMTYuMzQ1NDEwNiBDMjIuNDI0NDgzMSwxOC4yODI0MzI0IDIyLjQyNDQ4MzEsMjIuNjk4MjAyNCAyNC4zNjU2NzIyLDI0LjYzNDIyNDcgQzI0LjQ2MjgzMTgsMjQuNzMyMTc1MyAyNC41MTE5MTI0LDI0Ljg2MDExMDYgMjQuNTExOTEyNCwyNC45ODgwNDYgQzI0LjUxMTkxMjQsMjUuMTE1OTgxNCAyNC40NjI4MzE4LDI1LjI0MzkxNjggMjQuMzY1NjcyMiwyNS4zNDA4Njc5IEMyNC4yNjc1MTA5LDI1LjQzODgxODQgMjQuMTM5MzAwMywyNS40ODc3OTM3IDI0LjAxMTA4OTYsMjUuNDg3NzkzNyBDMjMuODgyODc5LDI1LjQ4Nzc5MzcgMjMuNzU0NjY4NCwyNS40Mzg4MTg0IDIzLjY1NzUwODgsMjUuMzQwODY3OSBDMjIuNzM1OTk0OCwyNC40MjEzMzIyIDIxLjQwNDgwNzksMjMuODkzNTk4NyAyMC4wMDQ1MDc0LDIzLjg5MzU5ODcgQzE4LjYwNTIwODYsMjMuODkzNTk4NyAxNy4yNzQwMjE2LDI0LjQyMTMzMjIgMTYuMzUyNTA3NywyNS4zNDA4Njc5IEMxNi4xNTcxODY4LDI1LjUzNTc2OTQgMTUuODM5NjY1MiwyNS41MzU3Njk0IDE1LjY0NDM0NDMsMjUuMzQwODY3OSBMMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IFogTTMyLjU0MjEwNDksMTkuNDM1ODQ5OSBDMzIuMjM2NjAzLDE5LjEzMjAwMzMgMzEuODM2OTQ2NCwxOC45ODAwODAxIDMxLjQzNjI4ODIsMTguOTgwMDgwMSBDMzEuMDM2NjMxNiwxOC45ODAwODAxIDMwLjYzNjk3NSwxOS4xMzIwMDMzIDMwLjMzMTQ3MzEsMTkuNDM1ODQ5OSBDMjkuNzIxNDcxLDIwLjA0NDU0MjUgMjkuNzIxNDcxLDIxLjAzNDA0MjggMzAuMzMxNDczMSwyMS42NDE3MzU5IEMzMC45NDE0NzUzLDIyLjI1MDQyODUgMzEuOTMyMTAyNywyMi4yNTA0Mjg1IDMyLjU0MjEwNDksMjEuNjQxNzM1OSBDMzMuMTUxMTA1NCwyMS4wMzQwNDI4IDMzLjE1MTEwNTQsMjAuMDQ0NTQyNSAzMi41NDIxMDQ5LDE5LjQzNTg0OTkgTDMyLjU0MjEwNDksMTkuNDM1ODQ5OSBaIE0zMy4yNTAyNjgzLDIyLjM0OTM3ODYgQzMyLjc1MDQ0NzIsMjIuODQ4MTI2NyAzMi4wOTMzNjc3LDIzLjA5ODAwMDUgMzEuNDM2Mjg4MiwyMy4wOTgwMDA1IEMzMC43ODAyMTAzLDIzLjA5ODAwMDUgMzAuMTIzMTMwOSwyMi44NDgxMjY3IDI5LjYyMzMwOTcsMjIuMzQ5Mzc4NiBDMjguNjIzNjY3NSwyMS4zNTA4ODI4IDI4LjYyMzY2NzUsMTkuNzI3NzAyNSAyOS42MjMzMDk3LDE4LjcyOTIwNjggQzMwLjYyMjk1MiwxNy43MzE3MTA1IDMyLjI1MDYyNiwxNy43MzE3MTA1IDMzLjI1MDI2ODMsMTguNzI5MjA2OCBDMzQuMjQ5OTEwNiwxOS43Mjc3MDI1IDM0LjI0OTkxMDYsMjEuMzUwODgyOCAzMy4yNTAyNjgzLDIyLjM0OTM3ODYgTDMzLjI1MDI2ODMsMjIuMzQ5Mzc4NiBaIE05LjY2ODUyNjg3LDE5LjQ0Njg0NDMgQzkuMzYzMDI0OTcsMTkuMTQyOTk3OCA4Ljk2MzM2ODM5LDE4Ljk5MTA3NDUgOC41NjI3MTAxNywxOC45OTEwNzQ1IEM4LjE2MzA1MzU5LDE4Ljk5MTA3NDUgNy43NjMzOTcwMSwxOS4xNDI5OTc4IDcuNDU3ODk1MTEsMTkuNDQ2ODQ0MyBDNi44NDg4OTQ2MSwyMC4wNTU1MzcgNi44NDg4OTQ2MSwyMS4wNDUwMzczIDcuNDU3ODk1MTEsMjEuNjUyNzMwNCBDOC4wNjc4OTcyNiwyMi4yNjE0MjMgOS4wNTg1MjQ3MiwyMi4yNjE0MjMgOS42Njg1MjY4NywyMS42NTI3MzA0IEMxMC4yNzc1Mjc0LDIxLjA0NTAzNzMgMTAuMjc3NTI3NCwyMC4wNTU1MzcgOS42Njg1MjY4NywxOS40NDY4NDQzIEw5LjY2ODUyNjg3LDE5LjQ0Njg0NDMgWiBNMTAuMzc2NjkwMywyMi4zNTkzNzM1IEM5Ljg3Njg2OTE0LDIyLjg1ODEyMTcgOS4yMTk3ODk2NSwyMy4xMDc5OTU1IDguNTYyNzEwMTcsMjMuMTA3OTk1NSBDNy45MDY2MzIzMiwyMy4xMDc5OTU1IDcuMjQ5NTUyODQsMjIuODU4MTIxNyA2Ljc0OTczMTcsMjIuMzU5MzczNSBDNS43NTAwODk0MywyMS4zNjE4NzczIDUuNzUwMDg5NDMsMTkuNzM4Njk3IDYuNzQ5NzMxNywxOC43NDAyMDEyIEM3Ljc0OTM3Mzk3LDE3Ljc0MjcwNDkgOS4zNzcwNDgwMSwxNy43NDI3MDQ5IDEwLjM3NjY5MDMsMTguNzQwMjAxMiBDMTEuMzc2MzMyNSwxOS43Mzg2OTcgMTEuMzc2MzMyNSwyMS4zNjE4NzczIDEwLjM3NjY5MDMsMjIuMzU5MzczNSBMMTAuMzc2NjkwMywyMi4zNTkzNzM1IFogTTI3LjQzMzcxMjUsMjguOTEwMDY1NCBDMjUuNDM2NDMxMywzMC45MDMwNTkgMjIuNzgyMDcwNSwzMi4wMDA1MDQ3IDE5Ljk1NzQzMDEsMzIuMDAwNTA0NyBDMTcuMTMyNzg5NiwzMi4wMDA1MDQ3IDE0LjQ3ODQyODgsMzAuOTAzMDU5IDEyLjQ4MjE0OTIsMjguOTEwMDY1NCBDMTEuMTY1OTg3LDI3LjU5NzcyODEgMTAuNDA3NzQxMywyNi40NjkyOTggOS45NDQ5ODEwNCwyNS4xMzU5NzEzIEw4Ljk5ODQyNTk5LDI1LjQ2MjgwNjMgQzkuNTA3MjYxOTMsMjYuOTI5MDY1OCAxMC4zNjI2NjcyLDI4LjIxMDQxODcgMTEuNzczOTg1OCwyOS42MTY3MDg2IEMxMy45NTg1NzQ4LDMxLjc5ODYwNjcgMTYuODY2MzUxOSwzMyAxOS45NTc0MzAxLDMzIEMyMy4wNDk1MDk5LDMzIDI1Ljk1NjI4NTMsMzEuNzk4NjA2NyAyOC4xNDE4NzU5LDI5LjYxNjcwODYgQzI5LjI4Mjc1MDIsMjguNDc4MjgzNSAzMC40MjA2MTk2LDI3LjE4NjkzNTYgMzEuMDExNTkwNSwyNS40NjA4MDczIEwzMC4wNjQwMzM4LDI1LjEzNzk3MDMgQzI5LjUzOTE3MTUsMjYuNjcwMTk2NiAyOC40ODk0NDY5LDI3Ljg1NjU5NzQgMjcuNDMzNzEyNSwyOC45MTAwNjU0IEwyNy40MzM3MTI1LDI4LjkxMDA2NTQgWiBNOS45NDQ5ODEwNCwxNS44NTk2NTU5IEw4Ljk5ODQyNTk5LDE1LjUzMTgyMTQgQzkuNTEwMjY2ODcsMTQuMDY0NTYyNCAxMC4zNjU2NzIyLDEyLjc4MzIwOTUgMTEuNzc1OTg5MSwxMS4zNzU5MjAyIEMxNi4yODYzOTkxLDYuODc1MTkzMDQgMjMuNjI2NDU3OCw2Ljg3NDE5MzU0IDI4LjEzNzg2OTQsMTEuMzc1OTIwMiBDMjkuMjE4NjQ0OSwxMi40NTMzNzYxIDMwLjQwMzU5MTYsMTMuNzg5NzAxMiAzMS4wMTE1OTA1LDE1LjUzMTgyMTQgTDMwLjA2NDAzMzgsMTUuODU5NjU1OSBDMjkuNTI0MTQ2OCwxNC4zMDk0Mzg3IDI4LjQyOTM0ODIsMTMuMDgwMDU5NiAyNy40Mjk3MDU5LDEyLjA4MjU2MzMgQzI1LjQzNDQyOCwxMC4wOTE1Njg4IDIyLjc4MTA2ODksOC45OTYxMjE5NyAxOS45NTc0MzAxLDguOTk2MTIxOTcgQzE3LjEzMzc5MTIsOC45OTYxMjE5NyAxNC40ODA0MzIxLDEwLjA5MTU2ODggMTIuNDg1MTU0MiwxMi4wODI1NjMzIEMxMS4xODcwMjE1LDEzLjM3NzkwOTIgMTAuNDAzNzM0NywxNC41NDIzMjExIDkuOTQ0OTgxMDQsMTUuODU5NjU1OSBMOS45NDQ5ODEwNCwxNS44NTk2NTU5IFonCiAgICAgICAgICAgICAgaWQ9J0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV9JY29uXzMyX1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
1101
|
+
},
|
|
1102
|
+
"engines": {
|
|
1103
|
+
"camunda": "^8.5"
|
|
1104
|
+
}
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1108
|
+
"name": "Amazon SQS connector",
|
|
1109
|
+
"id": "io.camunda.connectors.AWSSQS.StartEvent.v1",
|
|
1110
|
+
"version": 3,
|
|
1111
|
+
"description": "Receive message from a queue",
|
|
1112
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
1113
|
+
"appliesTo": ["bpmn:StartEvent"],
|
|
1114
|
+
"elementType": {
|
|
1115
|
+
"value": "bpmn:StartEvent"
|
|
1116
|
+
},
|
|
1117
|
+
"category": {
|
|
1118
|
+
"id": "connectors",
|
|
1119
|
+
"name": "Connectors"
|
|
1120
|
+
},
|
|
1121
|
+
"groups": [
|
|
1122
|
+
{
|
|
1123
|
+
"id": "authentication",
|
|
1124
|
+
"label": "Authentication"
|
|
1125
|
+
},
|
|
1126
|
+
{
|
|
1127
|
+
"id": "queueProperties",
|
|
1128
|
+
"label": "Queue properties"
|
|
1512
1129
|
},
|
|
1513
1130
|
{
|
|
1514
1131
|
"id": "messagePollingProperties",
|
|
@@ -1562,6 +1179,15 @@
|
|
|
1562
1179
|
"notEmpty": true
|
|
1563
1180
|
}
|
|
1564
1181
|
},
|
|
1182
|
+
{
|
|
1183
|
+
"type": "Hidden",
|
|
1184
|
+
"description": "This value forces to evaluate configuration first in order",
|
|
1185
|
+
"value": "nonce",
|
|
1186
|
+
"binding": {
|
|
1187
|
+
"type": "zeebe:input",
|
|
1188
|
+
"name": "configuration.nonce"
|
|
1189
|
+
}
|
|
1190
|
+
},
|
|
1565
1191
|
{
|
|
1566
1192
|
"label": "Queue URL",
|
|
1567
1193
|
"description": "Specify the URL of the SQS queue where you would like to send message to",
|
|
@@ -1592,6 +1218,14 @@
|
|
|
1592
1218
|
"notEmpty": true
|
|
1593
1219
|
}
|
|
1594
1220
|
},
|
|
1221
|
+
{
|
|
1222
|
+
"description": "Backwards compatible region",
|
|
1223
|
+
"type": "Hidden",
|
|
1224
|
+
"binding": {
|
|
1225
|
+
"type": "zeebe:property",
|
|
1226
|
+
"name": "queue.region"
|
|
1227
|
+
}
|
|
1228
|
+
},
|
|
1595
1229
|
{
|
|
1596
1230
|
"label": "Polling wait time",
|
|
1597
1231
|
"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",
|
|
@@ -1681,11 +1315,11 @@
|
|
|
1681
1315
|
},
|
|
1682
1316
|
{
|
|
1683
1317
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1684
|
-
"name": "Amazon SQS
|
|
1318
|
+
"name": "Amazon SQS Start Event Connector",
|
|
1685
1319
|
"id": "io.camunda.connectors.AWSSQS.StartEvent.v1",
|
|
1686
|
-
"version":
|
|
1320
|
+
"version": 7,
|
|
1687
1321
|
"description": "Receive message from a queue",
|
|
1688
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
1322
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
|
|
1689
1323
|
"appliesTo": ["bpmn:StartEvent"],
|
|
1690
1324
|
"elementType": {
|
|
1691
1325
|
"value": "bpmn:StartEvent"
|
|
@@ -1729,9 +1363,35 @@
|
|
|
1729
1363
|
"name": "inbound.type"
|
|
1730
1364
|
}
|
|
1731
1365
|
},
|
|
1366
|
+
{
|
|
1367
|
+
"id": "authenticationType",
|
|
1368
|
+
"label": "Authentication",
|
|
1369
|
+
"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>",
|
|
1370
|
+
"group": "authentication",
|
|
1371
|
+
"type": "Dropdown",
|
|
1372
|
+
"optional": false,
|
|
1373
|
+
"value": "credentials",
|
|
1374
|
+
"choices": [
|
|
1375
|
+
{
|
|
1376
|
+
"name": "Credentials",
|
|
1377
|
+
"value": "credentials"
|
|
1378
|
+
},
|
|
1379
|
+
{
|
|
1380
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
1381
|
+
"value": "defaultCredentialsChain"
|
|
1382
|
+
}
|
|
1383
|
+
],
|
|
1384
|
+
"binding": {
|
|
1385
|
+
"type": "zeebe:property",
|
|
1386
|
+
"name": "authentication.type"
|
|
1387
|
+
},
|
|
1388
|
+
"constraints": {
|
|
1389
|
+
"notEmpty": true
|
|
1390
|
+
}
|
|
1391
|
+
},
|
|
1732
1392
|
{
|
|
1733
1393
|
"label": "Access key",
|
|
1734
|
-
"description": "Provide AWS IAM access key that has permission to
|
|
1394
|
+
"description": "Provide AWS IAM access key that has permission to read from desired SQS",
|
|
1735
1395
|
"group": "authentication",
|
|
1736
1396
|
"type": "String",
|
|
1737
1397
|
"binding": {
|
|
@@ -1740,11 +1400,15 @@
|
|
|
1740
1400
|
},
|
|
1741
1401
|
"constraints": {
|
|
1742
1402
|
"notEmpty": true
|
|
1403
|
+
},
|
|
1404
|
+
"condition": {
|
|
1405
|
+
"property": "authenticationType",
|
|
1406
|
+
"equals": "credentials"
|
|
1743
1407
|
}
|
|
1744
1408
|
},
|
|
1745
1409
|
{
|
|
1746
1410
|
"label": "Secret key",
|
|
1747
|
-
"description": "Provide AWS IAM secret key that has permission to
|
|
1411
|
+
"description": "Provide AWS IAM secret key that has permission to read from desired SQS",
|
|
1748
1412
|
"group": "authentication",
|
|
1749
1413
|
"type": "String",
|
|
1750
1414
|
"binding": {
|
|
@@ -1753,11 +1417,15 @@
|
|
|
1753
1417
|
},
|
|
1754
1418
|
"constraints": {
|
|
1755
1419
|
"notEmpty": true
|
|
1420
|
+
},
|
|
1421
|
+
"condition": {
|
|
1422
|
+
"property": "authenticationType",
|
|
1423
|
+
"equals": "credentials"
|
|
1756
1424
|
}
|
|
1757
1425
|
},
|
|
1758
1426
|
{
|
|
1759
1427
|
"label": "Queue URL",
|
|
1760
|
-
"description": "Specify the URL of the SQS queue where you would like to
|
|
1428
|
+
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
1761
1429
|
"group": "queueProperties",
|
|
1762
1430
|
"type": "String",
|
|
1763
1431
|
"binding": {
|
|
@@ -1767,8 +1435,8 @@
|
|
|
1767
1435
|
"constraints": {
|
|
1768
1436
|
"notEmpty": true,
|
|
1769
1437
|
"pattern": {
|
|
1770
|
-
"value": "(
|
|
1771
|
-
"message": "Must be an queue URL or ARN
|
|
1438
|
+
"value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
1439
|
+
"message": "Must be an queue URL or ARN"
|
|
1772
1440
|
}
|
|
1773
1441
|
}
|
|
1774
1442
|
},
|
|
@@ -1779,7 +1447,7 @@
|
|
|
1779
1447
|
"type": "String",
|
|
1780
1448
|
"binding": {
|
|
1781
1449
|
"type": "zeebe:property",
|
|
1782
|
-
"name": "
|
|
1450
|
+
"name": "configuration.region"
|
|
1783
1451
|
},
|
|
1784
1452
|
"constraints": {
|
|
1785
1453
|
"notEmpty": true
|
|
@@ -1787,7 +1455,7 @@
|
|
|
1787
1455
|
},
|
|
1788
1456
|
{
|
|
1789
1457
|
"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/
|
|
1458
|
+
"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
1459
|
"group": "messagePollingProperties",
|
|
1792
1460
|
"type": "String",
|
|
1793
1461
|
"optional": false,
|
|
@@ -1800,14 +1468,14 @@
|
|
|
1800
1468
|
"constraints": {
|
|
1801
1469
|
"notEmpty": true,
|
|
1802
1470
|
"pattern": {
|
|
1803
|
-
"value": "^([0-9]?|1[0-9]|20
|
|
1471
|
+
"value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\})$",
|
|
1804
1472
|
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
1805
1473
|
}
|
|
1806
1474
|
}
|
|
1807
1475
|
},
|
|
1808
1476
|
{
|
|
1809
1477
|
"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/
|
|
1478
|
+
"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
1479
|
"group": "input",
|
|
1812
1480
|
"type": "String",
|
|
1813
1481
|
"optional": true,
|
|
@@ -1819,7 +1487,7 @@
|
|
|
1819
1487
|
},
|
|
1820
1488
|
{
|
|
1821
1489
|
"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/
|
|
1490
|
+
"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
1491
|
"group": "input",
|
|
1824
1492
|
"type": "String",
|
|
1825
1493
|
"optional": true,
|
|
@@ -1869,14 +1537,14 @@
|
|
|
1869
1537
|
"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
1538
|
},
|
|
1871
1539
|
"engines": {
|
|
1872
|
-
"camunda": "^8.
|
|
1540
|
+
"camunda": "^8.4"
|
|
1873
1541
|
}
|
|
1874
1542
|
},
|
|
1875
1543
|
{
|
|
1876
1544
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1877
1545
|
"name": "Amazon SQS connector",
|
|
1878
1546
|
"id": "io.camunda.connectors.AWSSQS.StartEvent.v1",
|
|
1879
|
-
"version":
|
|
1547
|
+
"version": 4,
|
|
1880
1548
|
"description": "Receive message from a queue",
|
|
1881
1549
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
1882
1550
|
"appliesTo": ["bpmn:StartEvent"],
|
|
@@ -2064,5 +1732,337 @@
|
|
|
2064
1732
|
"engines": {
|
|
2065
1733
|
"camunda": "^8.2"
|
|
2066
1734
|
}
|
|
1735
|
+
},
|
|
1736
|
+
{
|
|
1737
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1738
|
+
"name": "Amazon SQS Start Event Connector",
|
|
1739
|
+
"id": "io.camunda.connectors.AWSSQS.StartEvent.v1",
|
|
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
|
+
},
|
|
1744
|
+
"description": "Receive message from a queue",
|
|
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
|
+
},
|
|
1751
|
+
"appliesTo": ["bpmn:StartEvent"],
|
|
1752
|
+
"elementType": {
|
|
1753
|
+
"value": "bpmn:StartEvent"
|
|
1754
|
+
},
|
|
1755
|
+
"engines": {
|
|
1756
|
+
"camunda": "^8.5"
|
|
1757
|
+
},
|
|
1758
|
+
"groups": [
|
|
1759
|
+
{
|
|
1760
|
+
"id": "authentication",
|
|
1761
|
+
"label": "Authentication"
|
|
1762
|
+
},
|
|
1763
|
+
{
|
|
1764
|
+
"id": "configuration",
|
|
1765
|
+
"label": "Configuration"
|
|
1766
|
+
},
|
|
1767
|
+
{
|
|
1768
|
+
"id": "queueProperties",
|
|
1769
|
+
"label": "Queue properties"
|
|
1770
|
+
},
|
|
1771
|
+
{
|
|
1772
|
+
"id": "messagePollingProperties",
|
|
1773
|
+
"label": "Message polling properties"
|
|
1774
|
+
},
|
|
1775
|
+
{
|
|
1776
|
+
"id": "input",
|
|
1777
|
+
"label": "Use next attribute names for activation condition"
|
|
1778
|
+
},
|
|
1779
|
+
{
|
|
1780
|
+
"id": "activation",
|
|
1781
|
+
"label": "Activation"
|
|
1782
|
+
},
|
|
1783
|
+
{
|
|
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"
|
|
1791
|
+
}
|
|
1792
|
+
],
|
|
1793
|
+
"properties": [
|
|
1794
|
+
{
|
|
1795
|
+
"value": "io.camunda:aws-sqs-inbound:1",
|
|
1796
|
+
"binding": {
|
|
1797
|
+
"name": "inbound.type",
|
|
1798
|
+
"type": "zeebe:property"
|
|
1799
|
+
},
|
|
1800
|
+
"type": "Hidden"
|
|
1801
|
+
},
|
|
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",
|
|
1826
|
+
"label": "Access key",
|
|
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
|
+
},
|
|
1832
|
+
"group": "authentication",
|
|
1833
|
+
"binding": {
|
|
1834
|
+
"name": "authentication.accessKey",
|
|
1835
|
+
"type": "zeebe:property"
|
|
1836
|
+
},
|
|
1837
|
+
"condition": {
|
|
1838
|
+
"property": "authentication.type",
|
|
1839
|
+
"equals": "credentials",
|
|
1840
|
+
"type": "simple"
|
|
1841
|
+
},
|
|
1842
|
+
"type": "String"
|
|
1843
|
+
},
|
|
1844
|
+
{
|
|
1845
|
+
"id": "authentication.secretKey",
|
|
1846
|
+
"label": "Secret key",
|
|
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
|
+
},
|
|
1852
|
+
"group": "authentication",
|
|
1853
|
+
"binding": {
|
|
1854
|
+
"name": "authentication.secretKey",
|
|
1855
|
+
"type": "zeebe:property"
|
|
1856
|
+
},
|
|
1857
|
+
"condition": {
|
|
1858
|
+
"property": "authentication.type",
|
|
1859
|
+
"equals": "credentials",
|
|
1860
|
+
"type": "simple"
|
|
1861
|
+
},
|
|
1862
|
+
"type": "String"
|
|
1863
|
+
},
|
|
1864
|
+
{
|
|
1865
|
+
"id": "configuration.region",
|
|
1866
|
+
"label": "Region",
|
|
1867
|
+
"description": "Specify the AWS region",
|
|
1868
|
+
"optional": false,
|
|
1869
|
+
"constraints": {
|
|
1870
|
+
"notEmpty": true
|
|
1871
|
+
},
|
|
1872
|
+
"group": "configuration",
|
|
1873
|
+
"binding": {
|
|
1874
|
+
"name": "configuration.region",
|
|
1875
|
+
"type": "zeebe:property"
|
|
1876
|
+
},
|
|
1877
|
+
"type": "String"
|
|
1878
|
+
},
|
|
1879
|
+
{
|
|
1880
|
+
"id": "configuration.endpoint",
|
|
1881
|
+
"label": "Endpoint",
|
|
1882
|
+
"description": "Specify endpoint if need to use custom endpoint",
|
|
1883
|
+
"optional": true,
|
|
1884
|
+
"group": "configuration",
|
|
1885
|
+
"binding": {
|
|
1886
|
+
"name": "configuration.endpoint",
|
|
1887
|
+
"type": "zeebe:property"
|
|
1888
|
+
},
|
|
1889
|
+
"type": "Hidden"
|
|
1890
|
+
},
|
|
1891
|
+
{
|
|
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
|
+
},
|
|
1899
|
+
"group": "queueProperties",
|
|
1900
|
+
"binding": {
|
|
1901
|
+
"name": "queue.url",
|
|
1902
|
+
"type": "zeebe:property"
|
|
1903
|
+
},
|
|
1904
|
+
"type": "String"
|
|
1905
|
+
},
|
|
1906
|
+
{
|
|
1907
|
+
"id": "queue.queue.pollingWaitTime",
|
|
1908
|
+
"label": "Polling wait time",
|
|
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",
|
|
1910
|
+
"optional": false,
|
|
1911
|
+
"value": "20",
|
|
1912
|
+
"constraints": {
|
|
1913
|
+
"notEmpty": true,
|
|
1914
|
+
"pattern": {
|
|
1915
|
+
"value": "^([0-9]?|1[0-9]|20|secrets\\..+)$"
|
|
1916
|
+
}
|
|
1917
|
+
},
|
|
1918
|
+
"group": "messagePollingProperties",
|
|
1919
|
+
"binding": {
|
|
1920
|
+
"name": "queue.pollingWaitTime",
|
|
1921
|
+
"type": "zeebe:property"
|
|
1922
|
+
},
|
|
1923
|
+
"type": "String"
|
|
1924
|
+
},
|
|
1925
|
+
{
|
|
1926
|
+
"id": "queue.queue.attributeNames",
|
|
1927
|
+
"label": "Attribute names",
|
|
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",
|
|
1931
|
+
"group": "input",
|
|
1932
|
+
"binding": {
|
|
1933
|
+
"name": "queue.attributeNames",
|
|
1934
|
+
"type": "zeebe:property"
|
|
1935
|
+
},
|
|
1936
|
+
"type": "String"
|
|
1937
|
+
},
|
|
1938
|
+
{
|
|
1939
|
+
"id": "queue.queue.messageAttributeNames",
|
|
1940
|
+
"label": "Message attribute names",
|
|
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",
|
|
1944
|
+
"group": "input",
|
|
1945
|
+
"binding": {
|
|
1946
|
+
"name": "queue.messageAttributeNames",
|
|
1947
|
+
"type": "zeebe:property"
|
|
1948
|
+
},
|
|
1949
|
+
"type": "String"
|
|
1950
|
+
},
|
|
1951
|
+
{
|
|
1952
|
+
"id": "activationCondition",
|
|
1953
|
+
"label": "Activation condition",
|
|
1954
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1955
|
+
"optional": true,
|
|
1956
|
+
"feel": "required",
|
|
1957
|
+
"group": "activation",
|
|
1958
|
+
"binding": {
|
|
1959
|
+
"name": "activationCondition",
|
|
1960
|
+
"type": "zeebe:property"
|
|
1961
|
+
},
|
|
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"
|
|
2039
|
+
},
|
|
2040
|
+
{
|
|
2041
|
+
"id": "resultVariable",
|
|
2042
|
+
"label": "Result variable",
|
|
2043
|
+
"description": "Name of variable to store the response in",
|
|
2044
|
+
"group": "output",
|
|
2045
|
+
"binding": {
|
|
2046
|
+
"name": "resultVariable",
|
|
2047
|
+
"type": "zeebe:property"
|
|
2048
|
+
},
|
|
2049
|
+
"type": "String"
|
|
2050
|
+
},
|
|
2051
|
+
{
|
|
2052
|
+
"id": "resultExpression",
|
|
2053
|
+
"label": "Result expression",
|
|
2054
|
+
"description": "Expression to map the response into process variables",
|
|
2055
|
+
"feel": "required",
|
|
2056
|
+
"group": "output",
|
|
2057
|
+
"binding": {
|
|
2058
|
+
"name": "resultExpression",
|
|
2059
|
+
"type": "zeebe:property"
|
|
2060
|
+
},
|
|
2061
|
+
"type": "Text"
|
|
2062
|
+
}
|
|
2063
|
+
],
|
|
2064
|
+
"icon": {
|
|
2065
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0MCA0MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0nMCUnIHkxPScxMDAlJyB4Mj0nMTAwJScgeTI9JzAlJyBpZD0nbGluZWFyR3JhZGllbnQtMSc+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNCMDA4NEQnIG9mZnNldD0nMCUnPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI0ZGNEY4Qicgb2Zmc2V0PScxMDAlJz48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMicgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnCiAgICAgICBmaWxsLXJ1bGU9J2V2ZW5vZGQnPgogICAgICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS1CRy8zMi9BcHBsaWNhdGlvbi1JbnRlZ3JhdGlvbicgZmlsbD0ndXJsKCNsaW5lYXJHcmFkaWVudC0xKSc+CiAgICAgICAgICAgIDxyZWN0IGlkPSdSZWN0YW5nbGUnIHg9JzAnIHk9JzAnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSdNMTQuMzQyMjA1MSwyMi4zNDkzNzg2IEwxNS44NDY2NzY3LDIwLjkwNjEwNzQgQzE1Ljk0MjgzNDcsMjAuODE0MTUzOSAxNS45OTY5MjM1LDIwLjY4NzIxOCAxNS45OTk5Mjg1LDIwLjU1NTI4NDYgQzE2LjAwMTkzMTcsMjAuNDIyMzUxNyAxNS45NTE4NDk1LDIwLjI5MzQxNjggMTUuODU5Njk4MSwyMC4xOTg0NjQ4IEwxNC4zNTUyMjY0LDE4LjY0MzI1MDIgTDEzLjYzNTA0MzMsMTkuMzM3ODk5NCBMMTQuMzExMTU0LDIwLjAzNzU0NiBMMTEuOTkxMzQyOSwyMC4wMzc1NDYgTDExLjk5MTM0MjksMjEuMDM3MDQxMyBMMTQuMjY1MDc4MywyMS4wMzcwNDEzIEwxMy42NDgwNjQ3LDIxLjYyODc0MjUgTDE0LjM0MjIwNTEsMjIuMzQ5Mzc4NiBaIE0yNi4zNTc5NDUyLDIyLjM1MzM3NjUgTDI3LjkwNzQ5MDksMjAuOTAwMTEwNCBDMjguMDA2NjUzOCwyMC44MDgxNTY5IDI4LjA2Mjc0NTksMjAuNjc5MjIyIDI4LjA2NDc0OTIsMjAuNTQ0MjkwMSBDMjguMDY2NzUyNSwyMC40MDkzNTgzIDI4LjAxMzY2NTMsMjAuMjc4NDI0NCAyNy45MTg1MDksMjAuMTgzNDcyNCBMMjYuMzY4OTYzMywxOC42MzcyNTMyIEwyNS42NjA3OTk5LDE5LjM0Mzg5NjMgTDI2LjM1NDk0MDMsMjAuMDM3NTQ2IEwyNC4wMTEwODk2LDIwLjAzNzU0NiBMMjQuMDExMDg5NiwyMS4wMzcwNDEzIEwyNi4yOTg4NDgxLDIxLjAzNzA0MTMgTDI1LjY3MTgxOCwyMS42MjQ3NDQ1IEwyNi4zNTc5NDUyLDIyLjM1MzM3NjUgWiBNMTcuNTg3NTM2NywyMy4zNjA4Njc4IEMxOC4zMzg3NzA4LDIzLjA1NzAyMTIgMTkuMTYyMTIzNSwyMi44OTQxMDM1IDIwLjAwNDUwNzQsMjIuODk0MTAzNSBDMjAuODQ2ODkxMywyMi44OTQxMDM1IDIxLjY3MDI0NCwyMy4wNTcwMjEyIDIyLjQyMTQ3ODEsMjMuMzYwODY3OCBDMjEuNzUyMzc4OSwyMS41ODk3NjIyIDIxLjc1MjM3ODksMTkuMzg5ODczMSAyMi40MjE0NzgxLDE3LjYxODc2NzUgQzIwLjkxOTAwOTgsMTguMjI2NDYwNiAxOS4wOTAwMDUsMTguMjI2NDYwNiAxNy41ODc1MzY3LDE3LjYxODc2NzUgQzE4LjI1NjYzNTksMTkuMzg5ODczMSAxOC4yNTY2MzU5LDIxLjU4OTc2MjIgMTcuNTg3NTM2NywyMy4zNjA4Njc4IEwxNy41ODc1MzY3LDIzLjM2MDg2NzggWiBNMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IEMxNS41NDYxODMsMjUuMjQzOTE2OCAxNS40OTcxMDI0LDI1LjExNTk4MTQgMTUuNDk3MTAyNCwyNC45ODgwNDYgQzE1LjQ5NzEwMjQsMjQuODYwMTEwNiAxNS41NDYxODMsMjQuNzMyMTc1MyAxNS42NDQzNDQzLDI0LjYzNDIyNDcgQzE3LjU4NDUzMTcsMjIuNjk4MjAyNCAxNy41ODQ1MzE3LDE4LjI4MjQzMjQgMTUuNjQ0MzQ0MywxNi4zNDU0MTA2IEMxNS41NDYxODMsMTYuMjQ4NDU5NSAxNS40OTcxMDI0LDE2LjEyMDUyNDEgMTUuNDk3MTAyNCwxNS45OTI1OTEyIEMxNS40OTcxMDI0LDE1Ljg2NDY1MzQgMTUuNTQ2MTgzLDE1LjczNjcxOCAxNS42NDQzNDQzLDE1LjYzODc2NzQgQzE1LjgzOTY2NTIsMTUuNDQzODY1OSAxNi4xNTcxODY4LDE1LjQ0Mzg2NTkgMTYuMzUyNTA3NywxNS42Mzg3Njc0IEMxNy4yNzQwMjE2LDE2LjU1ODMwMzEgMTguNjA1MjA4NiwxNy4wODYwMzY2IDIwLjAwNDUwNzQsMTcuMDg2MDM2NiBDMjEuNDA0ODA3OSwxNy4wODYwMzY2IDIyLjczNTk5NDgsMTYuNTU4MzAzMSAyMy42NTc1MDg4LDE1LjYzODc2NzQgQzIzLjg1MjgyOTYsMTUuNDQzODY1OSAyNC4xNzAzNTEzLDE1LjQ0Mzg2NTkgMjQuMzY1NjcyMiwxNS42Mzg3Njc0IEMyNC40NjI4MzE4LDE1LjczNjcxOCAyNC41MTE5MTI0LDE1Ljg2NDY1MzQgMjQuNTExOTEyNCwxNS45OTI1OTEyIEMyNC41MTE5MTI0LDE2LjEyMDUyNDEgMjQuNDYyODMxOCwxNi4yNDg0NTk1IDI0LjM2NTY3MjIsMTYuMzQ1NDEwNiBDMjIuNDI0NDgzMSwxOC4yODI0MzI0IDIyLjQyNDQ4MzEsMjIuNjk4MjAyNCAyNC4zNjU2NzIyLDI0LjYzNDIyNDcgQzI0LjQ2MjgzMTgsMjQuNzMyMTc1MyAyNC41MTE5MTI0LDI0Ljg2MDExMDYgMjQuNTExOTEyNCwyNC45ODgwNDYgQzI0LjUxMTkxMjQsMjUuMTE1OTgxNCAyNC40NjI4MzE4LDI1LjI0MzkxNjggMjQuMzY1NjcyMiwyNS4zNDA4Njc5IEMyNC4yNjc1MTA5LDI1LjQzODgxODQgMjQuMTM5MzAwMywyNS40ODc3OTM3IDI0LjAxMTA4OTYsMjUuNDg3NzkzNyBDMjMuODgyODc5LDI1LjQ4Nzc5MzcgMjMuNzU0NjY4NCwyNS40Mzg4MTg0IDIzLjY1NzUwODgsMjUuMzQwODY3OSBDMjIuNzM1OTk0OCwyNC40MjEzMzIyIDIxLjQwNDgwNzksMjMuODkzNTk4NyAyMC4wMDQ1MDc0LDIzLjg5MzU5ODcgQzE4LjYwNTIwODYsMjMuODkzNTk4NyAxNy4yNzQwMjE2LDI0LjQyMTMzMjIgMTYuMzUyNTA3NywyNS4zNDA4Njc5IEMxNi4xNTcxODY4LDI1LjUzNTc2OTQgMTUuODM5NjY1MiwyNS41MzU3Njk0IDE1LjY0NDM0NDMsMjUuMzQwODY3OSBMMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IFogTTMyLjU0MjEwNDksMTkuNDM1ODQ5OSBDMzIuMjM2NjAzLDE5LjEzMjAwMzMgMzEuODM2OTQ2NCwxOC45ODAwODAxIDMxLjQzNjI4ODIsMTguOTgwMDgwMSBDMzEuMDM2NjMxNiwxOC45ODAwODAxIDMwLjYzNjk3NSwxOS4xMzIwMDMzIDMwLjMzMTQ3MzEsMTkuNDM1ODQ5OSBDMjkuNzIxNDcxLDIwLjA0NDU0MjUgMjkuNzIxNDcxLDIxLjAzNDA0MjggMzAuMzMxNDczMSwyMS42NDE3MzU5IEMzMC45NDE0NzUzLDIyLjI1MDQyODUgMzEuOTMyMTAyNywyMi4yNTA0Mjg1IDMyLjU0MjEwNDksMjEuNjQxNzM1OSBDMzMuMTUxMTA1NCwyMS4wMzQwNDI4IDMzLjE1MTEwNTQsMjAuMDQ0NTQyNSAzMi41NDIxMDQ5LDE5LjQzNTg0OTkgTDMyLjU0MjEwNDksMTkuNDM1ODQ5OSBaIE0zMy4yNTAyNjgzLDIyLjM0OTM3ODYgQzMyLjc1MDQ0NzIsMjIuODQ4MTI2NyAzMi4wOTMzNjc3LDIzLjA5ODAwMDUgMzEuNDM2Mjg4MiwyMy4wOTgwMDA1IEMzMC43ODAyMTAzLDIzLjA5ODAwMDUgMzAuMTIzMTMwOSwyMi44NDgxMjY3IDI5LjYyMzMwOTcsMjIuMzQ5Mzc4NiBDMjguNjIzNjY3NSwyMS4zNTA4ODI4IDI4LjYyMzY2NzUsMTkuNzI3NzAyNSAyOS42MjMzMDk3LDE4LjcyOTIwNjggQzMwLjYyMjk1MiwxNy43MzE3MTA1IDMyLjI1MDYyNiwxNy43MzE3MTA1IDMzLjI1MDI2ODMsMTguNzI5MjA2OCBDMzQuMjQ5OTEwNiwxOS43Mjc3MDI1IDM0LjI0OTkxMDYsMjEuMzUwODgyOCAzMy4yNTAyNjgzLDIyLjM0OTM3ODYgTDMzLjI1MDI2ODMsMjIuMzQ5Mzc4NiBaIE05LjY2ODUyNjg3LDE5LjQ0Njg0NDMgQzkuMzYzMDI0OTcsMTkuMTQyOTk3OCA4Ljk2MzM2ODM5LDE4Ljk5MTA3NDUgOC41NjI3MTAxNywxOC45OTEwNzQ1IEM4LjE2MzA1MzU5LDE4Ljk5MTA3NDUgNy43NjMzOTcwMSwxOS4xNDI5OTc4IDcuNDU3ODk1MTEsMTkuNDQ2ODQ0MyBDNi44NDg4OTQ2MSwyMC4wNTU1MzcgNi44NDg4OTQ2MSwyMS4wNDUwMzczIDcuNDU3ODk1MTEsMjEuNjUyNzMwNCBDOC4wNjc4OTcyNiwyMi4yNjE0MjMgOS4wNTg1MjQ3MiwyMi4yNjE0MjMgOS42Njg1MjY4NywyMS42NTI3MzA0IEMxMC4yNzc1Mjc0LDIxLjA0NTAzNzMgMTAuMjc3NTI3NCwyMC4wNTU1MzcgOS42Njg1MjY4NywxOS40NDY4NDQzIEw5LjY2ODUyNjg3LDE5LjQ0Njg0NDMgWiBNMTAuMzc2NjkwMywyMi4zNTkzNzM1IEM5Ljg3Njg2OTE0LDIyLjg1ODEyMTcgOS4yMTk3ODk2NSwyMy4xMDc5OTU1IDguNTYyNzEwMTcsMjMuMTA3OTk1NSBDNy45MDY2MzIzMiwyMy4xMDc5OTU1IDcuMjQ5NTUyODQsMjIuODU4MTIxNyA2Ljc0OTczMTcsMjIuMzU5MzczNSBDNS43NTAwODk0MywyMS4zNjE4NzczIDUuNzUwMDg5NDMsMTkuNzM4Njk3IDYuNzQ5NzMxNywxOC43NDAyMDEyIEM3Ljc0OTM3Mzk3LDE3Ljc0MjcwNDkgOS4zNzcwNDgwMSwxNy43NDI3MDQ5IDEwLjM3NjY5MDMsMTguNzQwMjAxMiBDMTEuMzc2MzMyNSwxOS43Mzg2OTcgMTEuMzc2MzMyNSwyMS4zNjE4NzczIDEwLjM3NjY5MDMsMjIuMzU5MzczNSBMMTAuMzc2NjkwMywyMi4zNTkzNzM1IFogTTI3LjQzMzcxMjUsMjguOTEwMDY1NCBDMjUuNDM2NDMxMywzMC45MDMwNTkgMjIuNzgyMDcwNSwzMi4wMDA1MDQ3IDE5Ljk1NzQzMDEsMzIuMDAwNTA0NyBDMTcuMTMyNzg5NiwzMi4wMDA1MDQ3IDE0LjQ3ODQyODgsMzAuOTAzMDU5IDEyLjQ4MjE0OTIsMjguOTEwMDY1NCBDMTEuMTY1OTg3LDI3LjU5NzcyODEgMTAuNDA3NzQxMywyNi40NjkyOTggOS45NDQ5ODEwNCwyNS4xMzU5NzEzIEw4Ljk5ODQyNTk5LDI1LjQ2MjgwNjMgQzkuNTA3MjYxOTMsMjYuOTI5MDY1OCAxMC4zNjI2NjcyLDI4LjIxMDQxODcgMTEuNzczOTg1OCwyOS42MTY3MDg2IEMxMy45NTg1NzQ4LDMxLjc5ODYwNjcgMTYuODY2MzUxOSwzMyAxOS45NTc0MzAxLDMzIEMyMy4wNDk1MDk5LDMzIDI1Ljk1NjI4NTMsMzEuNzk4NjA2NyAyOC4xNDE4NzU5LDI5LjYxNjcwODYgQzI5LjI4Mjc1MDIsMjguNDc4MjgzNSAzMC40MjA2MTk2LDI3LjE4NjkzNTYgMzEuMDExNTkwNSwyNS40NjA4MDczIEwzMC4wNjQwMzM4LDI1LjEzNzk3MDMgQzI5LjUzOTE3MTUsMjYuNjcwMTk2NiAyOC40ODk0NDY5LDI3Ljg1NjU5NzQgMjcuNDMzNzEyNSwyOC45MTAwNjU0IEwyNy40MzM3MTI1LDI4LjkxMDA2NTQgWiBNOS45NDQ5ODEwNCwxNS44NTk2NTU5IEw4Ljk5ODQyNTk5LDE1LjUzMTgyMTQgQzkuNTEwMjY2ODcsMTQuMDY0NTYyNCAxMC4zNjU2NzIyLDEyLjc4MzIwOTUgMTEuNzc1OTg5MSwxMS4zNzU5MjAyIEMxNi4yODYzOTkxLDYuODc1MTkzMDQgMjMuNjI2NDU3OCw2Ljg3NDE5MzU0IDI4LjEzNzg2OTQsMTEuMzc1OTIwMiBDMjkuMjE4NjQ0OSwxMi40NTMzNzYxIDMwLjQwMzU5MTYsMTMuNzg5NzAxMiAzMS4wMTE1OTA1LDE1LjUzMTgyMTQgTDMwLjA2NDAzMzgsMTUuODU5NjU1OSBDMjkuNTI0MTQ2OCwxNC4zMDk0Mzg3IDI4LjQyOTM0ODIsMTMuMDgwMDU5NiAyNy40Mjk3MDU5LDEyLjA4MjU2MzMgQzI1LjQzNDQyOCwxMC4wOTE1Njg4IDIyLjc4MTA2ODksOC45OTYxMjE5NyAxOS45NTc0MzAxLDguOTk2MTIxOTcgQzE3LjEzMzc5MTIsOC45OTYxMjE5NyAxNC40ODA0MzIxLDEwLjA5MTU2ODggMTIuNDg1MTU0MiwxMi4wODI1NjMzIEMxMS4xODcwMjE1LDEzLjM3NzkwOTIgMTAuNDAzNzM0NywxNC41NDIzMjExIDkuOTQ0OTgxMDQsMTUuODU5NjU1OSBMOS45NDQ5ODEwNCwxNS44NTk2NTU5IFonCiAgICAgICAgICAgICAgaWQ9J0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV9JY29uXzMyX1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
2066
|
+
}
|
|
2067
2067
|
}
|
|
2068
2068
|
]
|