@camunda/connectors-element-templates 1.0.7 → 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/connectors.js +24 -0
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +32 -31
- package/src/element-templates/agenticai-aiagent-job-worker.json +1655 -7
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +2906 -1291
- 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 +8 -8
- package/src/element-templates/automation-anywhere-outbound-connector.json +619 -619
- package/src/element-templates/aws-bedrock-outbound-connector.json +30 -30
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1325 -1325
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +38 -38
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-receive.json +356 -0
- package/src/element-templates/aws-eventbridge-outbound-connector.json +10 -10
- package/src/element-templates/aws-lambda-outbound-connector.json +256 -256
- 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 +311 -311
- package/src/element-templates/aws-sns-inbound-intermediate.json +328 -328
- 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 +131 -131
- package/src/element-templates/aws-sns-outbound-connector.json +424 -424
- package/src/element-templates/aws-sqs-boundary-connector.json +305 -305
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +918 -918
- package/src/element-templates/aws-sqs-outbound-connector.json +743 -743
- package/src/element-templates/aws-sqs-receive-connector.json +418 -0
- package/src/element-templates/aws-sqs-start-event-connector.json +369 -369
- package/src/element-templates/aws-sqs-start-message.json +914 -914
- package/src/element-templates/blue-prism-connector.json +50 -50
- package/src/element-templates/csv-outbound-connector.json +26 -26
- package/src/element-templates/easy-post-connector.json +271 -271
- package/src/element-templates/email-inbound-connector-boundary.json +19 -19
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-message-start-event-connector.json +19 -19
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +503 -503
- package/src/element-templates/github-connector.json +2723 -2723
- package/src/element-templates/github-webhook-connector-intermediate.json +42 -42
- package/src/element-templates/github-webhook-connector-receive.json +202 -0
- package/src/element-templates/github-webhook-connector-start-event.json +32 -32
- package/src/element-templates/gitlab-connector.json +160 -160
- package/src/element-templates/google-drive-outbound-connector.json +438 -438
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +16 -16
- package/src/element-templates/google-sheets-outbound-connector.json +1059 -1059
- package/src/element-templates/graphql-outbound-connector.json +1179 -1179
- package/src/element-templates/http-json-connector.json +2662 -2057
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +635 -6
- package/src/element-templates/http-polling-connector.json +631 -2
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +41 -41
- package/src/element-templates/kafka-inbound-connector-boundary.json +958 -958
- package/src/element-templates/kafka-inbound-connector-intermediate.json +681 -681
- package/src/element-templates/kafka-inbound-connector-receive.json +498 -0
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +356 -356
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +4188 -4188
- package/src/element-templates/openai-connector.json +78 -78
- package/src/element-templates/operate-connector.json +79 -79
- package/src/element-templates/power-automate-connector.json +12 -12
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +747 -747
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +463 -463
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +11 -11
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +461 -0
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +681 -681
- package/src/element-templates/rabbitmq-outbound-connector.json +670 -670
- package/src/element-templates/salesforce-connector.json +38 -38
- package/src/element-templates/sendgrid-outbound-connector.json +397 -397
- 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 +173 -173
- package/src/element-templates/slack-inbound-intermediate.json +232 -232
- package/src/element-templates/slack-inbound-message-start.json +209 -209
- package/src/element-templates/slack-inbound-receive.json +290 -0
- package/src/element-templates/slack-inbound-start-event.json +218 -218
- package/src/element-templates/slack-outbound-connector.json +955 -955
- package/src/element-templates/twilio-connector.json +87 -87
- package/src/element-templates/twilio-webhook-boundary-connector.json +26 -26
- package/src/element-templates/twilio-webhook-connector.json +20 -20
- 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/uipath-connector.json +41 -41
- package/src/element-templates/webhook-connector-boundary.json +1050 -1050
- package/src/element-templates/webhook-connector-intermediate.json +1356 -1356
- package/src/element-templates/webhook-connector-receive.json +609 -0
- package/src/element-templates/webhook-connector-start-event.json +2280 -2280
- package/src/element-templates/webhook-connector-start-message.json +1205 -1205
- package/src/element-templates/whatsapp-connector.json +42 -42
|
@@ -1,29 +1,18 @@
|
|
|
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.v1",
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
|
|
9
|
-
"send message",
|
|
10
|
-
"publish message",
|
|
11
|
-
"send message to queue",
|
|
12
|
-
"publish message to queue"
|
|
13
|
-
]
|
|
14
|
-
},
|
|
15
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=outbound",
|
|
16
|
-
"version": 11,
|
|
17
|
-
"category": {
|
|
18
|
-
"id": "connectors",
|
|
19
|
-
"name": "Connectors"
|
|
20
|
-
},
|
|
6
|
+
"version": 4,
|
|
7
|
+
"description": "Send message to queue",
|
|
8
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs/",
|
|
21
9
|
"appliesTo": ["bpmn:Task"],
|
|
22
10
|
"elementType": {
|
|
23
11
|
"value": "bpmn:ServiceTask"
|
|
24
12
|
},
|
|
25
|
-
"
|
|
26
|
-
"
|
|
13
|
+
"category": {
|
|
14
|
+
"id": "connectors",
|
|
15
|
+
"name": "Connectors"
|
|
27
16
|
},
|
|
28
17
|
"groups": [
|
|
29
18
|
{
|
|
@@ -31,134 +20,113 @@
|
|
|
31
20
|
"label": "Authentication"
|
|
32
21
|
},
|
|
33
22
|
{
|
|
34
|
-
"id": "
|
|
23
|
+
"id": "queueProperties",
|
|
35
24
|
"label": "Queue properties"
|
|
36
25
|
},
|
|
37
26
|
{
|
|
38
27
|
"id": "input",
|
|
39
28
|
"label": "Input message data"
|
|
40
29
|
},
|
|
41
|
-
{
|
|
42
|
-
"id": "connector",
|
|
43
|
-
"label": "Connector"
|
|
44
|
-
},
|
|
45
30
|
{
|
|
46
31
|
"id": "output",
|
|
47
|
-
"label": "Output
|
|
32
|
+
"label": "Output"
|
|
48
33
|
},
|
|
49
34
|
{
|
|
50
|
-
"id": "
|
|
35
|
+
"id": "errors",
|
|
51
36
|
"label": "Error handling"
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"id": "retries",
|
|
55
|
-
"label": "Retries"
|
|
56
37
|
}
|
|
57
38
|
],
|
|
58
39
|
"properties": [
|
|
59
40
|
{
|
|
41
|
+
"type": "Hidden",
|
|
60
42
|
"value": "io.camunda:aws-sqs:1",
|
|
61
43
|
"binding": {
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
}
|
|
65
|
-
"type": "Hidden"
|
|
44
|
+
"type": "zeebe:taskDefinition",
|
|
45
|
+
"property": "type"
|
|
46
|
+
}
|
|
66
47
|
},
|
|
67
48
|
{
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"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>",
|
|
71
|
-
"value": "credentials",
|
|
49
|
+
"label": "Access key",
|
|
50
|
+
"description": "Provide AWS IAM access key that has permission to send to desired SQS",
|
|
72
51
|
"group": "authentication",
|
|
52
|
+
"type": "String",
|
|
73
53
|
"binding": {
|
|
74
|
-
"
|
|
75
|
-
"
|
|
54
|
+
"type": "zeebe:input",
|
|
55
|
+
"name": "authentication.accessKey"
|
|
76
56
|
},
|
|
77
|
-
"type": "Dropdown",
|
|
78
|
-
"choices": [
|
|
79
|
-
{
|
|
80
|
-
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
81
|
-
"value": "defaultCredentialsChain"
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"name": "Credentials",
|
|
85
|
-
"value": "credentials"
|
|
86
|
-
}
|
|
87
|
-
]
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
"id": "authentication.accessKey",
|
|
91
|
-
"label": "Access key",
|
|
92
|
-
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
93
|
-
"optional": false,
|
|
94
57
|
"constraints": {
|
|
95
58
|
"notEmpty": true
|
|
96
|
-
}
|
|
97
|
-
"feel": "optional",
|
|
98
|
-
"group": "authentication",
|
|
99
|
-
"binding": {
|
|
100
|
-
"name": "authentication.accessKey",
|
|
101
|
-
"type": "zeebe:input"
|
|
102
|
-
},
|
|
103
|
-
"condition": {
|
|
104
|
-
"property": "authentication.type",
|
|
105
|
-
"equals": "credentials",
|
|
106
|
-
"type": "simple"
|
|
107
|
-
},
|
|
108
|
-
"type": "String"
|
|
59
|
+
}
|
|
109
60
|
},
|
|
110
61
|
{
|
|
111
|
-
"id": "authentication.secretKey",
|
|
112
62
|
"label": "Secret key",
|
|
113
|
-
"description": "Provide
|
|
114
|
-
"optional": false,
|
|
115
|
-
"constraints": {
|
|
116
|
-
"notEmpty": true
|
|
117
|
-
},
|
|
118
|
-
"feel": "optional",
|
|
63
|
+
"description": "Provide AWS IAM secret key that has permission to send to desired SQS",
|
|
119
64
|
"group": "authentication",
|
|
65
|
+
"type": "String",
|
|
120
66
|
"binding": {
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
},
|
|
124
|
-
"condition": {
|
|
125
|
-
"property": "authentication.type",
|
|
126
|
-
"equals": "credentials",
|
|
127
|
-
"type": "simple"
|
|
67
|
+
"type": "zeebe:input",
|
|
68
|
+
"name": "authentication.secretKey"
|
|
128
69
|
},
|
|
129
|
-
"
|
|
70
|
+
"constraints": {
|
|
71
|
+
"notEmpty": true
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"type": "Hidden",
|
|
76
|
+
"description": "This value forces to evaluate configuration first in order",
|
|
77
|
+
"value": "nonce",
|
|
78
|
+
"binding": {
|
|
79
|
+
"type": "zeebe:input",
|
|
80
|
+
"name": "configuration.nonce"
|
|
81
|
+
}
|
|
130
82
|
},
|
|
131
83
|
{
|
|
132
|
-
"id": "queue.url",
|
|
133
84
|
"label": "URL",
|
|
134
85
|
"description": "Specify the URL of the SQS queue where you would like to send message to",
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
|
|
86
|
+
"group": "queueProperties",
|
|
87
|
+
"type": "String",
|
|
88
|
+
"binding": {
|
|
89
|
+
"type": "zeebe:input",
|
|
90
|
+
"name": "queue.url"
|
|
138
91
|
},
|
|
139
|
-
"
|
|
140
|
-
|
|
92
|
+
"constraints": {
|
|
93
|
+
"notEmpty": true,
|
|
94
|
+
"pattern": {
|
|
95
|
+
"value": "(^https?://.+)|(^secrets\\..+)",
|
|
96
|
+
"message": "Must be an http(s) URL or a secret.XYZ"
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"label": "Region",
|
|
102
|
+
"description": "Specify the AWS region of your queue",
|
|
103
|
+
"group": "queueProperties",
|
|
104
|
+
"type": "String",
|
|
141
105
|
"binding": {
|
|
142
|
-
"
|
|
143
|
-
"
|
|
106
|
+
"type": "zeebe:input",
|
|
107
|
+
"name": "configuration.region"
|
|
144
108
|
},
|
|
145
|
-
"
|
|
109
|
+
"constraints": {
|
|
110
|
+
"notEmpty": true
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"description": "Backwards compatible region",
|
|
115
|
+
"type": "Hidden",
|
|
116
|
+
"value": "=configuration.region",
|
|
117
|
+
"binding": {
|
|
118
|
+
"type": "zeebe:input",
|
|
119
|
+
"name": "queue.region"
|
|
120
|
+
}
|
|
146
121
|
},
|
|
147
122
|
{
|
|
148
123
|
"id": "queue.type",
|
|
149
124
|
"label": "Queue type",
|
|
150
125
|
"description": "Specify whether the queue is a <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/standard-queues.html\">standard</a> or <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/FIFO-queues.html\">FIFO</a> queue",
|
|
126
|
+
"group": "queueProperties",
|
|
127
|
+
"type": "Dropdown",
|
|
151
128
|
"optional": false,
|
|
152
129
|
"value": "standard",
|
|
153
|
-
"constraints": {
|
|
154
|
-
"notEmpty": true
|
|
155
|
-
},
|
|
156
|
-
"group": "configuration",
|
|
157
|
-
"binding": {
|
|
158
|
-
"name": "queue.type",
|
|
159
|
-
"type": "zeebe:input"
|
|
160
|
-
},
|
|
161
|
-
"type": "Dropdown",
|
|
162
130
|
"choices": [
|
|
163
131
|
{
|
|
164
132
|
"name": "Standard",
|
|
@@ -168,201 +136,130 @@
|
|
|
168
136
|
"name": "FIFO",
|
|
169
137
|
"value": "fifo"
|
|
170
138
|
}
|
|
171
|
-
]
|
|
139
|
+
],
|
|
140
|
+
"binding": {
|
|
141
|
+
"type": "zeebe:input",
|
|
142
|
+
"name": "queue.type"
|
|
143
|
+
},
|
|
144
|
+
"constraints": {
|
|
145
|
+
"notEmpty": true
|
|
146
|
+
}
|
|
172
147
|
},
|
|
173
148
|
{
|
|
174
|
-
"
|
|
175
|
-
"
|
|
176
|
-
"
|
|
149
|
+
"label": "Message group ID",
|
|
150
|
+
"description": "Message group ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/using-messagegroupid-property.html\">using the MessageGroupId Property</a> in the Amazon SQS developer guide.",
|
|
151
|
+
"group": "input",
|
|
152
|
+
"type": "String",
|
|
153
|
+
"binding": {
|
|
154
|
+
"type": "zeebe:input",
|
|
155
|
+
"name": "queue.messageGroupId"
|
|
156
|
+
},
|
|
177
157
|
"optional": false,
|
|
158
|
+
"condition": {
|
|
159
|
+
"property": "queue.type",
|
|
160
|
+
"equals": "fifo"
|
|
161
|
+
},
|
|
178
162
|
"constraints": {
|
|
179
163
|
"notEmpty": true
|
|
180
164
|
},
|
|
181
|
-
"feel": "optional"
|
|
182
|
-
"group": "configuration",
|
|
183
|
-
"binding": {
|
|
184
|
-
"name": "configuration.region",
|
|
185
|
-
"type": "zeebe:input"
|
|
186
|
-
},
|
|
187
|
-
"type": "String"
|
|
165
|
+
"feel": "optional"
|
|
188
166
|
},
|
|
189
167
|
{
|
|
190
|
-
"
|
|
191
|
-
"
|
|
192
|
-
"
|
|
193
|
-
"
|
|
194
|
-
"group": "configuration",
|
|
168
|
+
"label": "Message deduplication ID",
|
|
169
|
+
"description": "Message deduplication ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/using-messagededuplicationid-property.html\">using the MessageDeduplicationId Property</a> in the Amazon SQS developer guide.",
|
|
170
|
+
"group": "input",
|
|
171
|
+
"type": "String",
|
|
195
172
|
"binding": {
|
|
196
|
-
"
|
|
197
|
-
"
|
|
173
|
+
"type": "zeebe:input",
|
|
174
|
+
"name": "queue.messageDeduplicationId"
|
|
198
175
|
},
|
|
199
|
-
"
|
|
176
|
+
"optional": true,
|
|
177
|
+
"condition": {
|
|
178
|
+
"property": "queue.type",
|
|
179
|
+
"equals": "fifo"
|
|
180
|
+
},
|
|
181
|
+
"feel": "optional"
|
|
200
182
|
},
|
|
201
183
|
{
|
|
202
|
-
"id": "queue.messageBody",
|
|
203
184
|
"label": "Message body",
|
|
204
185
|
"description": "Data to send to the SQS queue",
|
|
205
|
-
"optional": false,
|
|
206
|
-
"constraints": {
|
|
207
|
-
"notEmpty": true
|
|
208
|
-
},
|
|
209
|
-
"feel": "required",
|
|
210
186
|
"group": "input",
|
|
187
|
+
"type": "Text",
|
|
211
188
|
"binding": {
|
|
212
|
-
"
|
|
213
|
-
"
|
|
189
|
+
"type": "zeebe:input",
|
|
190
|
+
"name": "queue.messageBody"
|
|
214
191
|
},
|
|
215
|
-
"
|
|
192
|
+
"constraints": {
|
|
193
|
+
"notEmpty": true
|
|
194
|
+
},
|
|
195
|
+
"feel": "required"
|
|
216
196
|
},
|
|
217
197
|
{
|
|
218
|
-
"id": "queue.messageAttributes",
|
|
219
198
|
"label": "Message attributes",
|
|
220
199
|
"description": "Message attributes metadata",
|
|
221
|
-
"optional": true,
|
|
222
|
-
"feel": "required",
|
|
223
200
|
"group": "input",
|
|
201
|
+
"type": "Text",
|
|
202
|
+
"optional": true,
|
|
224
203
|
"binding": {
|
|
225
|
-
"
|
|
226
|
-
"
|
|
204
|
+
"type": "zeebe:input",
|
|
205
|
+
"name": "queue.messageAttributes"
|
|
227
206
|
},
|
|
228
|
-
"
|
|
207
|
+
"feel": "required"
|
|
229
208
|
},
|
|
230
209
|
{
|
|
231
|
-
"id": "queue.messageGroupId",
|
|
232
|
-
"label": "Message group ID",
|
|
233
|
-
"description": "Message group ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/using-messagegroupid-property.html\">using the MessageGroupId Property</a> in the Amazon SQS developer guide",
|
|
234
|
-
"optional": false,
|
|
235
|
-
"feel": "optional",
|
|
236
|
-
"group": "input",
|
|
237
|
-
"binding": {
|
|
238
|
-
"name": "queue.messageGroupId",
|
|
239
|
-
"type": "zeebe:input"
|
|
240
|
-
},
|
|
241
|
-
"condition": {
|
|
242
|
-
"property": "queue.type",
|
|
243
|
-
"equals": "fifo",
|
|
244
|
-
"type": "simple"
|
|
245
|
-
},
|
|
246
|
-
"type": "String"
|
|
247
|
-
},
|
|
248
|
-
{
|
|
249
|
-
"id": "queue.messageDeduplicationId",
|
|
250
|
-
"label": "Message deduplication ID",
|
|
251
|
-
"description": "Message deduplication ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/using-messagededuplicationid-property.html\">using the MessageDeduplicationId Property</a> in the Amazon SQS developer guide",
|
|
252
|
-
"optional": true,
|
|
253
|
-
"feel": "optional",
|
|
254
|
-
"group": "input",
|
|
255
|
-
"binding": {
|
|
256
|
-
"name": "queue.messageDeduplicationId",
|
|
257
|
-
"type": "zeebe:input"
|
|
258
|
-
},
|
|
259
|
-
"condition": {
|
|
260
|
-
"property": "queue.type",
|
|
261
|
-
"equals": "fifo",
|
|
262
|
-
"type": "simple"
|
|
263
|
-
},
|
|
264
|
-
"type": "String"
|
|
265
|
-
},
|
|
266
|
-
{
|
|
267
|
-
"id": "version",
|
|
268
|
-
"label": "Version",
|
|
269
|
-
"description": "Version of the element template",
|
|
270
|
-
"value": "11",
|
|
271
|
-
"group": "connector",
|
|
272
|
-
"binding": {
|
|
273
|
-
"key": "elementTemplateVersion",
|
|
274
|
-
"type": "zeebe:taskHeader"
|
|
275
|
-
},
|
|
276
|
-
"type": "Hidden"
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
"id": "id",
|
|
280
|
-
"label": "ID",
|
|
281
|
-
"description": "ID of the element template",
|
|
282
|
-
"value": "io.camunda.connectors.AWSSQS.v1",
|
|
283
|
-
"group": "connector",
|
|
284
|
-
"binding": {
|
|
285
|
-
"key": "elementTemplateId",
|
|
286
|
-
"type": "zeebe:taskHeader"
|
|
287
|
-
},
|
|
288
|
-
"type": "Hidden"
|
|
289
|
-
},
|
|
290
|
-
{
|
|
291
|
-
"id": "resultVariable",
|
|
292
210
|
"label": "Result variable",
|
|
293
|
-
"description": "Name of variable to store the response in",
|
|
211
|
+
"description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>",
|
|
294
212
|
"group": "output",
|
|
213
|
+
"type": "String",
|
|
295
214
|
"binding": {
|
|
296
|
-
"
|
|
297
|
-
"
|
|
298
|
-
}
|
|
299
|
-
"type": "String"
|
|
215
|
+
"type": "zeebe:taskHeader",
|
|
216
|
+
"key": "resultVariable"
|
|
217
|
+
}
|
|
300
218
|
},
|
|
301
219
|
{
|
|
302
|
-
"id": "resultExpression",
|
|
303
220
|
"label": "Result expression",
|
|
304
|
-
"description": "Expression to map the response into process variables",
|
|
305
|
-
"feel": "required",
|
|
221
|
+
"description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
|
|
306
222
|
"group": "output",
|
|
223
|
+
"type": "Text",
|
|
224
|
+
"feel": "required",
|
|
307
225
|
"binding": {
|
|
308
|
-
"
|
|
309
|
-
"
|
|
310
|
-
}
|
|
311
|
-
"type": "Text"
|
|
226
|
+
"type": "zeebe:taskHeader",
|
|
227
|
+
"key": "resultExpression"
|
|
228
|
+
}
|
|
312
229
|
},
|
|
313
230
|
{
|
|
314
|
-
"id": "errorExpression",
|
|
315
231
|
"label": "Error expression",
|
|
316
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
232
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
|
|
233
|
+
"group": "errors",
|
|
234
|
+
"type": "Text",
|
|
317
235
|
"feel": "required",
|
|
318
|
-
"group": "error",
|
|
319
|
-
"binding": {
|
|
320
|
-
"key": "errorExpression",
|
|
321
|
-
"type": "zeebe:taskHeader"
|
|
322
|
-
},
|
|
323
|
-
"type": "Text"
|
|
324
|
-
},
|
|
325
|
-
{
|
|
326
|
-
"id": "retryCount",
|
|
327
|
-
"label": "Retries",
|
|
328
|
-
"description": "Number of retries",
|
|
329
|
-
"value": "3",
|
|
330
|
-
"feel": "optional",
|
|
331
|
-
"group": "retries",
|
|
332
|
-
"binding": {
|
|
333
|
-
"property": "retries",
|
|
334
|
-
"type": "zeebe:taskDefinition"
|
|
335
|
-
},
|
|
336
|
-
"type": "String"
|
|
337
|
-
},
|
|
338
|
-
{
|
|
339
|
-
"id": "retryBackoff",
|
|
340
|
-
"label": "Retry backoff",
|
|
341
|
-
"description": "ISO-8601 duration to wait between retries",
|
|
342
|
-
"value": "PT0S",
|
|
343
|
-
"group": "retries",
|
|
344
236
|
"binding": {
|
|
345
|
-
"
|
|
346
|
-
"
|
|
347
|
-
}
|
|
348
|
-
"type": "String"
|
|
237
|
+
"type": "zeebe:taskHeader",
|
|
238
|
+
"key": "errorExpression"
|
|
239
|
+
}
|
|
349
240
|
}
|
|
350
241
|
],
|
|
351
242
|
"icon": {
|
|
352
|
-
"contents": "data:image/svg+xml
|
|
243
|
+
"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"
|
|
244
|
+
},
|
|
245
|
+
"engines": {
|
|
246
|
+
"camunda": "^8.2"
|
|
353
247
|
}
|
|
354
248
|
},
|
|
355
249
|
{
|
|
356
250
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
357
|
-
"name": "Amazon SQS
|
|
251
|
+
"name": "Amazon SQS connector",
|
|
358
252
|
"id": "io.camunda.connectors.AWSSQS.v1",
|
|
359
|
-
"version":
|
|
253
|
+
"version": 7,
|
|
360
254
|
"description": "Send message to queue",
|
|
361
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
255
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs/",
|
|
362
256
|
"appliesTo": ["bpmn:Task"],
|
|
363
257
|
"elementType": {
|
|
364
258
|
"value": "bpmn:ServiceTask"
|
|
365
259
|
},
|
|
260
|
+
"engines": {
|
|
261
|
+
"camunda": "^8.2"
|
|
262
|
+
},
|
|
366
263
|
"category": {
|
|
367
264
|
"id": "connectors",
|
|
368
265
|
"name": "Connectors"
|
|
@@ -398,32 +295,6 @@
|
|
|
398
295
|
"property": "type"
|
|
399
296
|
}
|
|
400
297
|
},
|
|
401
|
-
{
|
|
402
|
-
"id": "authenticationType",
|
|
403
|
-
"label": "Authentication",
|
|
404
|
-
"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>",
|
|
405
|
-
"group": "authentication",
|
|
406
|
-
"type": "Dropdown",
|
|
407
|
-
"optional": false,
|
|
408
|
-
"value": "credentials",
|
|
409
|
-
"choices": [
|
|
410
|
-
{
|
|
411
|
-
"name": "Credentials",
|
|
412
|
-
"value": "credentials"
|
|
413
|
-
},
|
|
414
|
-
{
|
|
415
|
-
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
416
|
-
"value": "defaultCredentialsChain"
|
|
417
|
-
}
|
|
418
|
-
],
|
|
419
|
-
"binding": {
|
|
420
|
-
"type": "zeebe:input",
|
|
421
|
-
"name": "authentication.type"
|
|
422
|
-
},
|
|
423
|
-
"constraints": {
|
|
424
|
-
"notEmpty": true
|
|
425
|
-
}
|
|
426
|
-
},
|
|
427
298
|
{
|
|
428
299
|
"label": "Access key",
|
|
429
300
|
"description": "Provide AWS IAM access key that has permission to send to desired SQS",
|
|
@@ -433,10 +304,6 @@
|
|
|
433
304
|
"type": "zeebe:input",
|
|
434
305
|
"name": "authentication.accessKey"
|
|
435
306
|
},
|
|
436
|
-
"condition": {
|
|
437
|
-
"property": "authenticationType",
|
|
438
|
-
"equals": "credentials"
|
|
439
|
-
},
|
|
440
307
|
"constraints": {
|
|
441
308
|
"notEmpty": true
|
|
442
309
|
}
|
|
@@ -450,10 +317,6 @@
|
|
|
450
317
|
"type": "zeebe:input",
|
|
451
318
|
"name": "authentication.secretKey"
|
|
452
319
|
},
|
|
453
|
-
"condition": {
|
|
454
|
-
"property": "authenticationType",
|
|
455
|
-
"equals": "credentials"
|
|
456
|
-
},
|
|
457
320
|
"constraints": {
|
|
458
321
|
"notEmpty": true
|
|
459
322
|
}
|
|
@@ -470,7 +333,7 @@
|
|
|
470
333
|
"constraints": {
|
|
471
334
|
"notEmpty": true,
|
|
472
335
|
"pattern": {
|
|
473
|
-
"value": "^(=|(https
|
|
336
|
+
"value": "^(=|(https?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
|
|
474
337
|
"message": "Must be an http(s) URL"
|
|
475
338
|
}
|
|
476
339
|
}
|
|
@@ -610,9 +473,6 @@
|
|
|
610
473
|
],
|
|
611
474
|
"icon": {
|
|
612
475
|
"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"
|
|
613
|
-
},
|
|
614
|
-
"engines": {
|
|
615
|
-
"camunda": "^8.4"
|
|
616
476
|
}
|
|
617
477
|
},
|
|
618
478
|
{
|
|
@@ -848,24 +708,24 @@
|
|
|
848
708
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
849
709
|
"name": "Amazon SQS Outbound Connector",
|
|
850
710
|
"id": "io.camunda.connectors.AWSSQS.v1",
|
|
711
|
+
"version": 8,
|
|
851
712
|
"description": "Send message to queue",
|
|
852
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
853
|
-
"version": 10,
|
|
854
|
-
"category": {
|
|
855
|
-
"id": "connectors",
|
|
856
|
-
"name": "Connectors"
|
|
857
|
-
},
|
|
713
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs/",
|
|
858
714
|
"appliesTo": ["bpmn:Task"],
|
|
859
715
|
"elementType": {
|
|
860
716
|
"value": "bpmn:ServiceTask"
|
|
861
717
|
},
|
|
718
|
+
"category": {
|
|
719
|
+
"id": "connectors",
|
|
720
|
+
"name": "Connectors"
|
|
721
|
+
},
|
|
862
722
|
"groups": [
|
|
863
723
|
{
|
|
864
724
|
"id": "authentication",
|
|
865
725
|
"label": "Authentication"
|
|
866
726
|
},
|
|
867
727
|
{
|
|
868
|
-
"id": "
|
|
728
|
+
"id": "queueProperties",
|
|
869
729
|
"label": "Queue properties"
|
|
870
730
|
},
|
|
871
731
|
{
|
|
@@ -874,121 +734,86 @@
|
|
|
874
734
|
},
|
|
875
735
|
{
|
|
876
736
|
"id": "output",
|
|
877
|
-
"label": "Output
|
|
737
|
+
"label": "Output"
|
|
878
738
|
},
|
|
879
739
|
{
|
|
880
|
-
"id": "
|
|
740
|
+
"id": "errors",
|
|
881
741
|
"label": "Error handling"
|
|
882
|
-
},
|
|
883
|
-
{
|
|
884
|
-
"id": "retries",
|
|
885
|
-
"label": "Retries"
|
|
886
742
|
}
|
|
887
743
|
],
|
|
888
744
|
"properties": [
|
|
889
745
|
{
|
|
746
|
+
"type": "Hidden",
|
|
890
747
|
"value": "io.camunda:aws-sqs:1",
|
|
891
748
|
"binding": {
|
|
892
|
-
"
|
|
893
|
-
"
|
|
894
|
-
}
|
|
895
|
-
"type": "Hidden"
|
|
749
|
+
"type": "zeebe:taskDefinition",
|
|
750
|
+
"property": "type"
|
|
751
|
+
}
|
|
896
752
|
},
|
|
897
753
|
{
|
|
898
|
-
"
|
|
899
|
-
"
|
|
900
|
-
"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>",
|
|
901
|
-
"value": "credentials",
|
|
754
|
+
"label": "Access key",
|
|
755
|
+
"description": "Provide AWS IAM access key that has permission to send to desired SQS",
|
|
902
756
|
"group": "authentication",
|
|
757
|
+
"type": "String",
|
|
903
758
|
"binding": {
|
|
904
|
-
"
|
|
905
|
-
"
|
|
759
|
+
"type": "zeebe:input",
|
|
760
|
+
"name": "authentication.accessKey"
|
|
906
761
|
},
|
|
907
|
-
"type": "Dropdown",
|
|
908
|
-
"choices": [
|
|
909
|
-
{
|
|
910
|
-
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
911
|
-
"value": "defaultCredentialsChain"
|
|
912
|
-
},
|
|
913
|
-
{
|
|
914
|
-
"name": "Credentials",
|
|
915
|
-
"value": "credentials"
|
|
916
|
-
}
|
|
917
|
-
]
|
|
918
|
-
},
|
|
919
|
-
{
|
|
920
|
-
"id": "authentication.accessKey",
|
|
921
|
-
"label": "Access key",
|
|
922
|
-
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
923
|
-
"optional": false,
|
|
924
762
|
"constraints": {
|
|
925
763
|
"notEmpty": true
|
|
926
|
-
}
|
|
927
|
-
"feel": "optional",
|
|
928
|
-
"group": "authentication",
|
|
929
|
-
"binding": {
|
|
930
|
-
"name": "authentication.accessKey",
|
|
931
|
-
"type": "zeebe:input"
|
|
932
|
-
},
|
|
933
|
-
"condition": {
|
|
934
|
-
"property": "authentication.type",
|
|
935
|
-
"equals": "credentials",
|
|
936
|
-
"type": "simple"
|
|
937
|
-
},
|
|
938
|
-
"type": "String"
|
|
764
|
+
}
|
|
939
765
|
},
|
|
940
766
|
{
|
|
941
|
-
"id": "authentication.secretKey",
|
|
942
767
|
"label": "Secret key",
|
|
943
|
-
"description": "Provide
|
|
944
|
-
"optional": false,
|
|
945
|
-
"constraints": {
|
|
946
|
-
"notEmpty": true
|
|
947
|
-
},
|
|
948
|
-
"feel": "optional",
|
|
768
|
+
"description": "Provide AWS IAM secret key that has permission to send to desired SQS",
|
|
949
769
|
"group": "authentication",
|
|
770
|
+
"type": "String",
|
|
950
771
|
"binding": {
|
|
951
|
-
"
|
|
952
|
-
"
|
|
772
|
+
"type": "zeebe:input",
|
|
773
|
+
"name": "authentication.secretKey"
|
|
953
774
|
},
|
|
954
|
-
"
|
|
955
|
-
"
|
|
956
|
-
|
|
957
|
-
"type": "simple"
|
|
958
|
-
},
|
|
959
|
-
"type": "String"
|
|
775
|
+
"constraints": {
|
|
776
|
+
"notEmpty": true
|
|
777
|
+
}
|
|
960
778
|
},
|
|
961
779
|
{
|
|
962
|
-
"id": "queue.url",
|
|
963
780
|
"label": "URL",
|
|
964
781
|
"description": "Specify the URL of the SQS queue where you would like to send message to",
|
|
965
|
-
"
|
|
966
|
-
"
|
|
967
|
-
|
|
782
|
+
"group": "queueProperties",
|
|
783
|
+
"type": "String",
|
|
784
|
+
"binding": {
|
|
785
|
+
"type": "zeebe:input",
|
|
786
|
+
"name": "queue.url"
|
|
968
787
|
},
|
|
969
|
-
"
|
|
970
|
-
|
|
788
|
+
"constraints": {
|
|
789
|
+
"notEmpty": true,
|
|
790
|
+
"pattern": {
|
|
791
|
+
"value": "^(=|(https?://|\\{\\{secrets\\..+\\}\\}).*$)",
|
|
792
|
+
"message": "Must be an http(s) URL"
|
|
793
|
+
}
|
|
794
|
+
}
|
|
795
|
+
},
|
|
796
|
+
{
|
|
797
|
+
"label": "Region",
|
|
798
|
+
"description": "Specify the AWS region of your queue",
|
|
799
|
+
"group": "queueProperties",
|
|
800
|
+
"type": "String",
|
|
971
801
|
"binding": {
|
|
972
|
-
"
|
|
973
|
-
"
|
|
802
|
+
"type": "zeebe:input",
|
|
803
|
+
"name": "configuration.region"
|
|
974
804
|
},
|
|
975
|
-
"
|
|
805
|
+
"constraints": {
|
|
806
|
+
"notEmpty": true
|
|
807
|
+
}
|
|
976
808
|
},
|
|
977
809
|
{
|
|
978
810
|
"id": "queue.type",
|
|
979
811
|
"label": "Queue type",
|
|
980
812
|
"description": "Specify whether the queue is a <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/standard-queues.html\">standard</a> or <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/FIFO-queues.html\">FIFO</a> queue",
|
|
813
|
+
"group": "queueProperties",
|
|
814
|
+
"type": "Dropdown",
|
|
981
815
|
"optional": false,
|
|
982
816
|
"value": "standard",
|
|
983
|
-
"constraints": {
|
|
984
|
-
"notEmpty": true
|
|
985
|
-
},
|
|
986
|
-
"group": "configuration",
|
|
987
|
-
"binding": {
|
|
988
|
-
"name": "queue.type",
|
|
989
|
-
"type": "zeebe:input"
|
|
990
|
-
},
|
|
991
|
-
"type": "Dropdown",
|
|
992
817
|
"choices": [
|
|
993
818
|
{
|
|
994
819
|
"name": "Standard",
|
|
@@ -998,189 +823,138 @@
|
|
|
998
823
|
"name": "FIFO",
|
|
999
824
|
"value": "fifo"
|
|
1000
825
|
}
|
|
1001
|
-
]
|
|
1002
|
-
},
|
|
1003
|
-
{
|
|
1004
|
-
"id": "configuration.region",
|
|
1005
|
-
"label": "Region",
|
|
1006
|
-
"description": "Specify the AWS region",
|
|
1007
|
-
"optional": true,
|
|
1008
|
-
"feel": "optional",
|
|
1009
|
-
"group": "configuration",
|
|
826
|
+
],
|
|
1010
827
|
"binding": {
|
|
1011
|
-
"
|
|
1012
|
-
"
|
|
828
|
+
"type": "zeebe:input",
|
|
829
|
+
"name": "queue.type"
|
|
1013
830
|
},
|
|
1014
|
-
"
|
|
831
|
+
"constraints": {
|
|
832
|
+
"notEmpty": true
|
|
833
|
+
}
|
|
1015
834
|
},
|
|
1016
835
|
{
|
|
1017
|
-
"
|
|
1018
|
-
"
|
|
1019
|
-
"
|
|
1020
|
-
"
|
|
1021
|
-
"group": "configuration",
|
|
836
|
+
"label": "Message group ID",
|
|
837
|
+
"description": "Message group ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/using-messagegroupid-property.html\">using the MessageGroupId Property</a> in the Amazon SQS developer guide.",
|
|
838
|
+
"group": "input",
|
|
839
|
+
"type": "String",
|
|
1022
840
|
"binding": {
|
|
1023
|
-
"
|
|
1024
|
-
"
|
|
841
|
+
"type": "zeebe:input",
|
|
842
|
+
"name": "queue.messageGroupId"
|
|
1025
843
|
},
|
|
1026
|
-
"type": "Hidden"
|
|
1027
|
-
},
|
|
1028
|
-
{
|
|
1029
|
-
"id": "queue.messageBody",
|
|
1030
|
-
"label": "Message body",
|
|
1031
|
-
"description": "Data to send to the SQS queue",
|
|
1032
844
|
"optional": false,
|
|
845
|
+
"condition": {
|
|
846
|
+
"property": "queue.type",
|
|
847
|
+
"equals": "fifo"
|
|
848
|
+
},
|
|
1033
849
|
"constraints": {
|
|
1034
850
|
"notEmpty": true
|
|
1035
851
|
},
|
|
1036
|
-
"feel": "
|
|
1037
|
-
"group": "input",
|
|
1038
|
-
"binding": {
|
|
1039
|
-
"name": "queue.messageBody",
|
|
1040
|
-
"type": "zeebe:input"
|
|
1041
|
-
},
|
|
1042
|
-
"type": "Text"
|
|
852
|
+
"feel": "optional"
|
|
1043
853
|
},
|
|
1044
854
|
{
|
|
1045
|
-
"
|
|
1046
|
-
"
|
|
1047
|
-
"description": "Message attributes metadata",
|
|
1048
|
-
"optional": true,
|
|
1049
|
-
"feel": "required",
|
|
855
|
+
"label": "Message deduplication ID",
|
|
856
|
+
"description": "Message deduplication ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/using-messagededuplicationid-property.html\">using the MessageDeduplicationId Property</a> in the Amazon SQS developer guide.",
|
|
1050
857
|
"group": "input",
|
|
858
|
+
"type": "String",
|
|
1051
859
|
"binding": {
|
|
1052
|
-
"
|
|
1053
|
-
"
|
|
860
|
+
"type": "zeebe:input",
|
|
861
|
+
"name": "queue.messageDeduplicationId"
|
|
1054
862
|
},
|
|
1055
|
-
"
|
|
863
|
+
"optional": true,
|
|
864
|
+
"condition": {
|
|
865
|
+
"property": "queue.type",
|
|
866
|
+
"equals": "fifo"
|
|
867
|
+
},
|
|
868
|
+
"feel": "optional"
|
|
1056
869
|
},
|
|
1057
870
|
{
|
|
1058
|
-
"
|
|
1059
|
-
"
|
|
1060
|
-
"description": "Message group ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/using-messagegroupid-property.html\">using the MessageGroupId Property</a> in the Amazon SQS developer guide",
|
|
1061
|
-
"optional": false,
|
|
1062
|
-
"feel": "optional",
|
|
871
|
+
"label": "Message body",
|
|
872
|
+
"description": "Data to send to the SQS queue",
|
|
1063
873
|
"group": "input",
|
|
874
|
+
"type": "Text",
|
|
1064
875
|
"binding": {
|
|
1065
|
-
"
|
|
1066
|
-
"
|
|
876
|
+
"type": "zeebe:input",
|
|
877
|
+
"name": "queue.messageBody"
|
|
1067
878
|
},
|
|
1068
|
-
"
|
|
1069
|
-
"
|
|
1070
|
-
"equals": "fifo",
|
|
1071
|
-
"type": "simple"
|
|
879
|
+
"constraints": {
|
|
880
|
+
"notEmpty": true
|
|
1072
881
|
},
|
|
1073
|
-
"
|
|
882
|
+
"feel": "required"
|
|
1074
883
|
},
|
|
1075
884
|
{
|
|
1076
|
-
"
|
|
1077
|
-
"
|
|
1078
|
-
"description": "Message deduplication ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/using-messagededuplicationid-property.html\">using the MessageDeduplicationId Property</a> in the Amazon SQS developer guide",
|
|
1079
|
-
"optional": true,
|
|
1080
|
-
"feel": "optional",
|
|
885
|
+
"label": "Message attributes",
|
|
886
|
+
"description": "Message attributes metadata",
|
|
1081
887
|
"group": "input",
|
|
888
|
+
"type": "Text",
|
|
889
|
+
"optional": true,
|
|
1082
890
|
"binding": {
|
|
1083
|
-
"
|
|
1084
|
-
"
|
|
1085
|
-
},
|
|
1086
|
-
"condition": {
|
|
1087
|
-
"property": "queue.type",
|
|
1088
|
-
"equals": "fifo",
|
|
1089
|
-
"type": "simple"
|
|
891
|
+
"type": "zeebe:input",
|
|
892
|
+
"name": "queue.messageAttributes"
|
|
1090
893
|
},
|
|
1091
|
-
"
|
|
894
|
+
"feel": "required"
|
|
1092
895
|
},
|
|
1093
896
|
{
|
|
1094
|
-
"id": "resultVariable",
|
|
1095
897
|
"label": "Result variable",
|
|
1096
|
-
"description": "Name of variable to store the response in",
|
|
898
|
+
"description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>",
|
|
1097
899
|
"group": "output",
|
|
900
|
+
"type": "String",
|
|
1098
901
|
"binding": {
|
|
1099
|
-
"
|
|
1100
|
-
"
|
|
1101
|
-
}
|
|
1102
|
-
"type": "String"
|
|
902
|
+
"type": "zeebe:taskHeader",
|
|
903
|
+
"key": "resultVariable"
|
|
904
|
+
}
|
|
1103
905
|
},
|
|
1104
906
|
{
|
|
1105
|
-
"id": "resultExpression",
|
|
1106
907
|
"label": "Result expression",
|
|
1107
|
-
"description": "Expression to map the response into process variables",
|
|
1108
|
-
"feel": "required",
|
|
908
|
+
"description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
|
|
1109
909
|
"group": "output",
|
|
910
|
+
"type": "Text",
|
|
911
|
+
"feel": "required",
|
|
1110
912
|
"binding": {
|
|
1111
|
-
"
|
|
1112
|
-
"
|
|
1113
|
-
}
|
|
1114
|
-
"type": "Text"
|
|
913
|
+
"type": "zeebe:taskHeader",
|
|
914
|
+
"key": "resultExpression"
|
|
915
|
+
}
|
|
1115
916
|
},
|
|
1116
917
|
{
|
|
1117
|
-
"id": "errorExpression",
|
|
1118
918
|
"label": "Error expression",
|
|
1119
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
919
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
|
|
920
|
+
"group": "errors",
|
|
921
|
+
"type": "Text",
|
|
1120
922
|
"feel": "required",
|
|
1121
|
-
"group": "error",
|
|
1122
|
-
"binding": {
|
|
1123
|
-
"key": "errorExpression",
|
|
1124
|
-
"type": "zeebe:taskHeader"
|
|
1125
|
-
},
|
|
1126
|
-
"type": "Text"
|
|
1127
|
-
},
|
|
1128
|
-
{
|
|
1129
|
-
"id": "retryCount",
|
|
1130
|
-
"label": "Retries",
|
|
1131
|
-
"description": "Number of retries",
|
|
1132
|
-
"value": "3",
|
|
1133
|
-
"feel": "optional",
|
|
1134
|
-
"group": "retries",
|
|
1135
|
-
"binding": {
|
|
1136
|
-
"property": "retries",
|
|
1137
|
-
"type": "zeebe:taskDefinition"
|
|
1138
|
-
},
|
|
1139
|
-
"type": "String"
|
|
1140
|
-
},
|
|
1141
|
-
{
|
|
1142
|
-
"id": "retryBackoff",
|
|
1143
|
-
"label": "Retry backoff",
|
|
1144
|
-
"description": "ISO-8601 duration to wait between retries",
|
|
1145
|
-
"value": "PT0S",
|
|
1146
|
-
"feel": "optional",
|
|
1147
|
-
"group": "retries",
|
|
1148
923
|
"binding": {
|
|
1149
|
-
"
|
|
1150
|
-
"
|
|
1151
|
-
}
|
|
1152
|
-
"type": "String"
|
|
924
|
+
"type": "zeebe:taskHeader",
|
|
925
|
+
"key": "errorExpression"
|
|
926
|
+
}
|
|
1153
927
|
}
|
|
1154
928
|
],
|
|
1155
929
|
"icon": {
|
|
1156
|
-
"contents": "data:image/svg+xml
|
|
930
|
+
"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"
|
|
1157
931
|
},
|
|
1158
932
|
"engines": {
|
|
1159
|
-
"camunda": "^8.
|
|
933
|
+
"camunda": "^8.2"
|
|
1160
934
|
}
|
|
1161
935
|
},
|
|
1162
936
|
{
|
|
1163
937
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1164
|
-
"name": "Amazon SQS
|
|
938
|
+
"name": "Amazon SQS Outbound Connector",
|
|
1165
939
|
"id": "io.camunda.connectors.AWSSQS.v1",
|
|
1166
|
-
"version": 2,
|
|
1167
940
|
"description": "Send message to queue",
|
|
1168
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
1169
|
-
"
|
|
1170
|
-
"elementType": {
|
|
1171
|
-
"value": "bpmn:ServiceTask"
|
|
1172
|
-
},
|
|
941
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=outbound",
|
|
942
|
+
"version": 10,
|
|
1173
943
|
"category": {
|
|
1174
944
|
"id": "connectors",
|
|
1175
945
|
"name": "Connectors"
|
|
1176
946
|
},
|
|
947
|
+
"appliesTo": ["bpmn:Task"],
|
|
948
|
+
"elementType": {
|
|
949
|
+
"value": "bpmn:ServiceTask"
|
|
950
|
+
},
|
|
1177
951
|
"groups": [
|
|
1178
952
|
{
|
|
1179
953
|
"id": "authentication",
|
|
1180
954
|
"label": "Authentication"
|
|
1181
955
|
},
|
|
1182
956
|
{
|
|
1183
|
-
"id": "
|
|
957
|
+
"id": "configuration",
|
|
1184
958
|
"label": "Queue properties"
|
|
1185
959
|
},
|
|
1186
960
|
{
|
|
@@ -1189,86 +963,121 @@
|
|
|
1189
963
|
},
|
|
1190
964
|
{
|
|
1191
965
|
"id": "output",
|
|
1192
|
-
"label": "Output"
|
|
966
|
+
"label": "Output mapping"
|
|
1193
967
|
},
|
|
1194
968
|
{
|
|
1195
|
-
"id": "
|
|
969
|
+
"id": "error",
|
|
1196
970
|
"label": "Error handling"
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"id": "retries",
|
|
974
|
+
"label": "Retries"
|
|
1197
975
|
}
|
|
1198
976
|
],
|
|
1199
977
|
"properties": [
|
|
1200
978
|
{
|
|
1201
|
-
"type": "Hidden",
|
|
1202
979
|
"value": "io.camunda:aws-sqs:1",
|
|
1203
980
|
"binding": {
|
|
1204
|
-
"
|
|
1205
|
-
"
|
|
1206
|
-
}
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
"
|
|
981
|
+
"property": "type",
|
|
982
|
+
"type": "zeebe:taskDefinition"
|
|
983
|
+
},
|
|
984
|
+
"type": "Hidden"
|
|
985
|
+
},
|
|
986
|
+
{
|
|
987
|
+
"id": "authentication.type",
|
|
988
|
+
"label": "Authentication",
|
|
989
|
+
"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>",
|
|
990
|
+
"value": "credentials",
|
|
1211
991
|
"group": "authentication",
|
|
1212
|
-
"type": "String",
|
|
1213
992
|
"binding": {
|
|
1214
|
-
"
|
|
1215
|
-
"
|
|
993
|
+
"name": "authentication.type",
|
|
994
|
+
"type": "zeebe:input"
|
|
1216
995
|
},
|
|
996
|
+
"type": "Dropdown",
|
|
997
|
+
"choices": [
|
|
998
|
+
{
|
|
999
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
1000
|
+
"value": "defaultCredentialsChain"
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
"name": "Credentials",
|
|
1004
|
+
"value": "credentials"
|
|
1005
|
+
}
|
|
1006
|
+
]
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
"id": "authentication.accessKey",
|
|
1010
|
+
"label": "Access key",
|
|
1011
|
+
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
1012
|
+
"optional": false,
|
|
1217
1013
|
"constraints": {
|
|
1218
1014
|
"notEmpty": true
|
|
1219
|
-
}
|
|
1015
|
+
},
|
|
1016
|
+
"feel": "optional",
|
|
1017
|
+
"group": "authentication",
|
|
1018
|
+
"binding": {
|
|
1019
|
+
"name": "authentication.accessKey",
|
|
1020
|
+
"type": "zeebe:input"
|
|
1021
|
+
},
|
|
1022
|
+
"condition": {
|
|
1023
|
+
"property": "authentication.type",
|
|
1024
|
+
"equals": "credentials",
|
|
1025
|
+
"type": "simple"
|
|
1026
|
+
},
|
|
1027
|
+
"type": "String"
|
|
1220
1028
|
},
|
|
1221
1029
|
{
|
|
1030
|
+
"id": "authentication.secretKey",
|
|
1222
1031
|
"label": "Secret key",
|
|
1223
|
-
"description": "Provide
|
|
1032
|
+
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
1033
|
+
"optional": false,
|
|
1034
|
+
"constraints": {
|
|
1035
|
+
"notEmpty": true
|
|
1036
|
+
},
|
|
1037
|
+
"feel": "optional",
|
|
1224
1038
|
"group": "authentication",
|
|
1225
|
-
"type": "String",
|
|
1226
1039
|
"binding": {
|
|
1227
|
-
"
|
|
1228
|
-
"
|
|
1040
|
+
"name": "authentication.secretKey",
|
|
1041
|
+
"type": "zeebe:input"
|
|
1229
1042
|
},
|
|
1230
|
-
"
|
|
1231
|
-
"
|
|
1232
|
-
|
|
1043
|
+
"condition": {
|
|
1044
|
+
"property": "authentication.type",
|
|
1045
|
+
"equals": "credentials",
|
|
1046
|
+
"type": "simple"
|
|
1047
|
+
},
|
|
1048
|
+
"type": "String"
|
|
1233
1049
|
},
|
|
1234
1050
|
{
|
|
1051
|
+
"id": "queue.url",
|
|
1235
1052
|
"label": "URL",
|
|
1236
1053
|
"description": "Specify the URL of the SQS queue where you would like to send message to",
|
|
1237
|
-
"
|
|
1238
|
-
"type": "String",
|
|
1239
|
-
"binding": {
|
|
1240
|
-
"type": "zeebe:input",
|
|
1241
|
-
"name": "queue.url"
|
|
1242
|
-
},
|
|
1054
|
+
"optional": false,
|
|
1243
1055
|
"constraints": {
|
|
1244
|
-
"notEmpty": true
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
}
|
|
1249
|
-
}
|
|
1250
|
-
},
|
|
1251
|
-
{
|
|
1252
|
-
"label": "Region",
|
|
1253
|
-
"description": "Specify the AWS region of your queue",
|
|
1254
|
-
"group": "queueProperties",
|
|
1255
|
-
"type": "String",
|
|
1056
|
+
"notEmpty": true
|
|
1057
|
+
},
|
|
1058
|
+
"feel": "optional",
|
|
1059
|
+
"group": "configuration",
|
|
1256
1060
|
"binding": {
|
|
1257
|
-
"
|
|
1258
|
-
"
|
|
1061
|
+
"name": "queue.url",
|
|
1062
|
+
"type": "zeebe:input"
|
|
1259
1063
|
},
|
|
1260
|
-
"
|
|
1261
|
-
"notEmpty": true
|
|
1262
|
-
}
|
|
1064
|
+
"type": "String"
|
|
1263
1065
|
},
|
|
1264
1066
|
{
|
|
1265
1067
|
"id": "queue.type",
|
|
1266
1068
|
"label": "Queue type",
|
|
1267
1069
|
"description": "Specify whether the queue is a <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/standard-queues.html\">standard</a> or <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/FIFO-queues.html\">FIFO</a> queue",
|
|
1268
|
-
"group": "queueProperties",
|
|
1269
|
-
"type": "Dropdown",
|
|
1270
1070
|
"optional": false,
|
|
1271
1071
|
"value": "standard",
|
|
1072
|
+
"constraints": {
|
|
1073
|
+
"notEmpty": true
|
|
1074
|
+
},
|
|
1075
|
+
"group": "configuration",
|
|
1076
|
+
"binding": {
|
|
1077
|
+
"name": "queue.type",
|
|
1078
|
+
"type": "zeebe:input"
|
|
1079
|
+
},
|
|
1080
|
+
"type": "Dropdown",
|
|
1272
1081
|
"choices": [
|
|
1273
1082
|
{
|
|
1274
1083
|
"name": "Standard",
|
|
@@ -1278,130 +1087,178 @@
|
|
|
1278
1087
|
"name": "FIFO",
|
|
1279
1088
|
"value": "fifo"
|
|
1280
1089
|
}
|
|
1281
|
-
]
|
|
1090
|
+
]
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
"id": "configuration.region",
|
|
1094
|
+
"label": "Region",
|
|
1095
|
+
"description": "Specify the AWS region",
|
|
1096
|
+
"optional": true,
|
|
1097
|
+
"feel": "optional",
|
|
1098
|
+
"group": "configuration",
|
|
1282
1099
|
"binding": {
|
|
1283
|
-
"
|
|
1284
|
-
"
|
|
1100
|
+
"name": "configuration.region",
|
|
1101
|
+
"type": "zeebe:input"
|
|
1285
1102
|
},
|
|
1286
|
-
"
|
|
1287
|
-
"notEmpty": true
|
|
1288
|
-
}
|
|
1103
|
+
"type": "String"
|
|
1289
1104
|
},
|
|
1290
1105
|
{
|
|
1291
|
-
"
|
|
1292
|
-
"
|
|
1293
|
-
"
|
|
1294
|
-
"
|
|
1106
|
+
"id": "configuration.endpoint",
|
|
1107
|
+
"label": "Endpoint",
|
|
1108
|
+
"description": "Specify endpoint if need to use custom endpoint",
|
|
1109
|
+
"optional": true,
|
|
1110
|
+
"group": "configuration",
|
|
1295
1111
|
"binding": {
|
|
1296
|
-
"
|
|
1297
|
-
"
|
|
1112
|
+
"name": "configuration.endpoint",
|
|
1113
|
+
"type": "zeebe:input"
|
|
1298
1114
|
},
|
|
1115
|
+
"type": "Hidden"
|
|
1116
|
+
},
|
|
1117
|
+
{
|
|
1118
|
+
"id": "queue.messageBody",
|
|
1119
|
+
"label": "Message body",
|
|
1120
|
+
"description": "Data to send to the SQS queue",
|
|
1299
1121
|
"optional": false,
|
|
1300
|
-
"condition": {
|
|
1301
|
-
"property": "queue.type",
|
|
1302
|
-
"equals": "fifo"
|
|
1303
|
-
},
|
|
1304
1122
|
"constraints": {
|
|
1305
1123
|
"notEmpty": true
|
|
1306
1124
|
},
|
|
1307
|
-
"feel": "
|
|
1308
|
-
},
|
|
1309
|
-
{
|
|
1310
|
-
"label": "Message deduplication ID",
|
|
1311
|
-
"description": "Message deduplication ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/using-messagededuplicationid-property.html\">using the MessageDeduplicationId Property</a> in the Amazon SQS developer guide.",
|
|
1125
|
+
"feel": "required",
|
|
1312
1126
|
"group": "input",
|
|
1313
|
-
"type": "String",
|
|
1314
1127
|
"binding": {
|
|
1315
|
-
"
|
|
1316
|
-
"
|
|
1128
|
+
"name": "queue.messageBody",
|
|
1129
|
+
"type": "zeebe:input"
|
|
1317
1130
|
},
|
|
1131
|
+
"type": "Text"
|
|
1132
|
+
},
|
|
1133
|
+
{
|
|
1134
|
+
"id": "queue.messageAttributes",
|
|
1135
|
+
"label": "Message attributes",
|
|
1136
|
+
"description": "Message attributes metadata",
|
|
1318
1137
|
"optional": true,
|
|
1319
|
-
"
|
|
1320
|
-
|
|
1321
|
-
|
|
1138
|
+
"feel": "required",
|
|
1139
|
+
"group": "input",
|
|
1140
|
+
"binding": {
|
|
1141
|
+
"name": "queue.messageAttributes",
|
|
1142
|
+
"type": "zeebe:input"
|
|
1322
1143
|
},
|
|
1323
|
-
"
|
|
1144
|
+
"type": "Text"
|
|
1324
1145
|
},
|
|
1325
1146
|
{
|
|
1326
|
-
"
|
|
1327
|
-
"
|
|
1147
|
+
"id": "queue.messageGroupId",
|
|
1148
|
+
"label": "Message group ID",
|
|
1149
|
+
"description": "Message group ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/using-messagegroupid-property.html\">using the MessageGroupId Property</a> in the Amazon SQS developer guide",
|
|
1150
|
+
"optional": false,
|
|
1151
|
+
"feel": "optional",
|
|
1328
1152
|
"group": "input",
|
|
1329
|
-
"type": "Text",
|
|
1330
1153
|
"binding": {
|
|
1331
|
-
"
|
|
1332
|
-
"
|
|
1154
|
+
"name": "queue.messageGroupId",
|
|
1155
|
+
"type": "zeebe:input"
|
|
1333
1156
|
},
|
|
1334
|
-
"
|
|
1335
|
-
"
|
|
1157
|
+
"condition": {
|
|
1158
|
+
"property": "queue.type",
|
|
1159
|
+
"equals": "fifo",
|
|
1160
|
+
"type": "simple"
|
|
1336
1161
|
},
|
|
1337
|
-
"
|
|
1162
|
+
"type": "String"
|
|
1338
1163
|
},
|
|
1339
1164
|
{
|
|
1340
|
-
"
|
|
1341
|
-
"
|
|
1342
|
-
"
|
|
1343
|
-
"type": "Text",
|
|
1165
|
+
"id": "queue.messageDeduplicationId",
|
|
1166
|
+
"label": "Message deduplication ID",
|
|
1167
|
+
"description": "Message deduplication ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/using-messagededuplicationid-property.html\">using the MessageDeduplicationId Property</a> in the Amazon SQS developer guide",
|
|
1344
1168
|
"optional": true,
|
|
1169
|
+
"feel": "optional",
|
|
1170
|
+
"group": "input",
|
|
1345
1171
|
"binding": {
|
|
1346
|
-
"
|
|
1347
|
-
"
|
|
1172
|
+
"name": "queue.messageDeduplicationId",
|
|
1173
|
+
"type": "zeebe:input"
|
|
1348
1174
|
},
|
|
1349
|
-
"
|
|
1175
|
+
"condition": {
|
|
1176
|
+
"property": "queue.type",
|
|
1177
|
+
"equals": "fifo",
|
|
1178
|
+
"type": "simple"
|
|
1179
|
+
},
|
|
1180
|
+
"type": "String"
|
|
1350
1181
|
},
|
|
1351
1182
|
{
|
|
1183
|
+
"id": "resultVariable",
|
|
1352
1184
|
"label": "Result variable",
|
|
1353
|
-
"description": "Name of variable to store the response in
|
|
1185
|
+
"description": "Name of variable to store the response in",
|
|
1354
1186
|
"group": "output",
|
|
1355
|
-
"type": "String",
|
|
1356
1187
|
"binding": {
|
|
1357
|
-
"
|
|
1358
|
-
"
|
|
1359
|
-
}
|
|
1188
|
+
"key": "resultVariable",
|
|
1189
|
+
"type": "zeebe:taskHeader"
|
|
1190
|
+
},
|
|
1191
|
+
"type": "String"
|
|
1360
1192
|
},
|
|
1361
1193
|
{
|
|
1194
|
+
"id": "resultExpression",
|
|
1362
1195
|
"label": "Result expression",
|
|
1363
|
-
"description": "Expression to map the response into process variables
|
|
1364
|
-
"group": "output",
|
|
1365
|
-
"type": "Text",
|
|
1196
|
+
"description": "Expression to map the response into process variables",
|
|
1366
1197
|
"feel": "required",
|
|
1198
|
+
"group": "output",
|
|
1367
1199
|
"binding": {
|
|
1368
|
-
"
|
|
1369
|
-
"
|
|
1370
|
-
}
|
|
1200
|
+
"key": "resultExpression",
|
|
1201
|
+
"type": "zeebe:taskHeader"
|
|
1202
|
+
},
|
|
1203
|
+
"type": "Text"
|
|
1371
1204
|
},
|
|
1372
1205
|
{
|
|
1206
|
+
"id": "errorExpression",
|
|
1373
1207
|
"label": "Error expression",
|
|
1374
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
1375
|
-
"group": "errors",
|
|
1376
|
-
"type": "Text",
|
|
1208
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
1377
1209
|
"feel": "required",
|
|
1210
|
+
"group": "error",
|
|
1378
1211
|
"binding": {
|
|
1379
|
-
"
|
|
1380
|
-
"
|
|
1381
|
-
}
|
|
1382
|
-
|
|
1383
|
-
|
|
1212
|
+
"key": "errorExpression",
|
|
1213
|
+
"type": "zeebe:taskHeader"
|
|
1214
|
+
},
|
|
1215
|
+
"type": "Text"
|
|
1216
|
+
},
|
|
1217
|
+
{
|
|
1218
|
+
"id": "retryCount",
|
|
1219
|
+
"label": "Retries",
|
|
1220
|
+
"description": "Number of retries",
|
|
1221
|
+
"value": "3",
|
|
1222
|
+
"feel": "optional",
|
|
1223
|
+
"group": "retries",
|
|
1224
|
+
"binding": {
|
|
1225
|
+
"property": "retries",
|
|
1226
|
+
"type": "zeebe:taskDefinition"
|
|
1227
|
+
},
|
|
1228
|
+
"type": "String"
|
|
1229
|
+
},
|
|
1230
|
+
{
|
|
1231
|
+
"id": "retryBackoff",
|
|
1232
|
+
"label": "Retry backoff",
|
|
1233
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
1234
|
+
"value": "PT0S",
|
|
1235
|
+
"feel": "optional",
|
|
1236
|
+
"group": "retries",
|
|
1237
|
+
"binding": {
|
|
1238
|
+
"key": "retryBackoff",
|
|
1239
|
+
"type": "zeebe:taskHeader"
|
|
1240
|
+
},
|
|
1241
|
+
"type": "String"
|
|
1242
|
+
}
|
|
1243
|
+
],
|
|
1384
1244
|
"icon": {
|
|
1385
|
-
"contents": "data:image/svg+xml
|
|
1245
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0MCA0MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0nMCUnIHkxPScxMDAlJyB4Mj0nMTAwJScgeTI9JzAlJyBpZD0nbGluZWFyR3JhZGllbnQtMSc+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNCMDA4NEQnIG9mZnNldD0nMCUnPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI0ZGNEY4Qicgb2Zmc2V0PScxMDAlJz48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMicgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnCiAgICAgICBmaWxsLXJ1bGU9J2V2ZW5vZGQnPgogICAgICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS1CRy8zMi9BcHBsaWNhdGlvbi1JbnRlZ3JhdGlvbicgZmlsbD0ndXJsKCNsaW5lYXJHcmFkaWVudC0xKSc+CiAgICAgICAgICAgIDxyZWN0IGlkPSdSZWN0YW5nbGUnIHg9JzAnIHk9JzAnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSdNMTQuMzQyMjA1MSwyMi4zNDkzNzg2IEwxNS44NDY2NzY3LDIwLjkwNjEwNzQgQzE1Ljk0MjgzNDcsMjAuODE0MTUzOSAxNS45OTY5MjM1LDIwLjY4NzIxOCAxNS45OTk5Mjg1LDIwLjU1NTI4NDYgQzE2LjAwMTkzMTcsMjAuNDIyMzUxNyAxNS45NTE4NDk1LDIwLjI5MzQxNjggMTUuODU5Njk4MSwyMC4xOTg0NjQ4IEwxNC4zNTUyMjY0LDE4LjY0MzI1MDIgTDEzLjYzNTA0MzMsMTkuMzM3ODk5NCBMMTQuMzExMTU0LDIwLjAzNzU0NiBMMTEuOTkxMzQyOSwyMC4wMzc1NDYgTDExLjk5MTM0MjksMjEuMDM3MDQxMyBMMTQuMjY1MDc4MywyMS4wMzcwNDEzIEwxMy42NDgwNjQ3LDIxLjYyODc0MjUgTDE0LjM0MjIwNTEsMjIuMzQ5Mzc4NiBaIE0yNi4zNTc5NDUyLDIyLjM1MzM3NjUgTDI3LjkwNzQ5MDksMjAuOTAwMTEwNCBDMjguMDA2NjUzOCwyMC44MDgxNTY5IDI4LjA2Mjc0NTksMjAuNjc5MjIyIDI4LjA2NDc0OTIsMjAuNTQ0MjkwMSBDMjguMDY2NzUyNSwyMC40MDkzNTgzIDI4LjAxMzY2NTMsMjAuMjc4NDI0NCAyNy45MTg1MDksMjAuMTgzNDcyNCBMMjYuMzY4OTYzMywxOC42MzcyNTMyIEwyNS42NjA3OTk5LDE5LjM0Mzg5NjMgTDI2LjM1NDk0MDMsMjAuMDM3NTQ2IEwyNC4wMTEwODk2LDIwLjAzNzU0NiBMMjQuMDExMDg5NiwyMS4wMzcwNDEzIEwyNi4yOTg4NDgxLDIxLjAzNzA0MTMgTDI1LjY3MTgxOCwyMS42MjQ3NDQ1IEwyNi4zNTc5NDUyLDIyLjM1MzM3NjUgWiBNMTcuNTg3NTM2NywyMy4zNjA4Njc4IEMxOC4zMzg3NzA4LDIzLjA1NzAyMTIgMTkuMTYyMTIzNSwyMi44OTQxMDM1IDIwLjAwNDUwNzQsMjIuODk0MTAzNSBDMjAuODQ2ODkxMywyMi44OTQxMDM1IDIxLjY3MDI0NCwyMy4wNTcwMjEyIDIyLjQyMTQ3ODEsMjMuMzYwODY3OCBDMjEuNzUyMzc4OSwyMS41ODk3NjIyIDIxLjc1MjM3ODksMTkuMzg5ODczMSAyMi40MjE0NzgxLDE3LjYxODc2NzUgQzIwLjkxOTAwOTgsMTguMjI2NDYwNiAxOS4wOTAwMDUsMTguMjI2NDYwNiAxNy41ODc1MzY3LDE3LjYxODc2NzUgQzE4LjI1NjYzNTksMTkuMzg5ODczMSAxOC4yNTY2MzU5LDIxLjU4OTc2MjIgMTcuNTg3NTM2NywyMy4zNjA4Njc4IEwxNy41ODc1MzY3LDIzLjM2MDg2NzggWiBNMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IEMxNS41NDYxODMsMjUuMjQzOTE2OCAxNS40OTcxMDI0LDI1LjExNTk4MTQgMTUuNDk3MTAyNCwyNC45ODgwNDYgQzE1LjQ5NzEwMjQsMjQuODYwMTEwNiAxNS41NDYxODMsMjQuNzMyMTc1MyAxNS42NDQzNDQzLDI0LjYzNDIyNDcgQzE3LjU4NDUzMTcsMjIuNjk4MjAyNCAxNy41ODQ1MzE3LDE4LjI4MjQzMjQgMTUuNjQ0MzQ0MywxNi4zNDU0MTA2IEMxNS41NDYxODMsMTYuMjQ4NDU5NSAxNS40OTcxMDI0LDE2LjEyMDUyNDEgMTUuNDk3MTAyNCwxNS45OTI1OTEyIEMxNS40OTcxMDI0LDE1Ljg2NDY1MzQgMTUuNTQ2MTgzLDE1LjczNjcxOCAxNS42NDQzNDQzLDE1LjYzODc2NzQgQzE1LjgzOTY2NTIsMTUuNDQzODY1OSAxNi4xNTcxODY4LDE1LjQ0Mzg2NTkgMTYuMzUyNTA3NywxNS42Mzg3Njc0IEMxNy4yNzQwMjE2LDE2LjU1ODMwMzEgMTguNjA1MjA4NiwxNy4wODYwMzY2IDIwLjAwNDUwNzQsMTcuMDg2MDM2NiBDMjEuNDA0ODA3OSwxNy4wODYwMzY2IDIyLjczNTk5NDgsMTYuNTU4MzAzMSAyMy42NTc1MDg4LDE1LjYzODc2NzQgQzIzLjg1MjgyOTYsMTUuNDQzODY1OSAyNC4xNzAzNTEzLDE1LjQ0Mzg2NTkgMjQuMzY1NjcyMiwxNS42Mzg3Njc0IEMyNC40NjI4MzE4LDE1LjczNjcxOCAyNC41MTE5MTI0LDE1Ljg2NDY1MzQgMjQuNTExOTEyNCwxNS45OTI1OTEyIEMyNC41MTE5MTI0LDE2LjEyMDUyNDEgMjQuNDYyODMxOCwxNi4yNDg0NTk1IDI0LjM2NTY3MjIsMTYuMzQ1NDEwNiBDMjIuNDI0NDgzMSwxOC4yODI0MzI0IDIyLjQyNDQ4MzEsMjIuNjk4MjAyNCAyNC4zNjU2NzIyLDI0LjYzNDIyNDcgQzI0LjQ2MjgzMTgsMjQuNzMyMTc1MyAyNC41MTE5MTI0LDI0Ljg2MDExMDYgMjQuNTExOTEyNCwyNC45ODgwNDYgQzI0LjUxMTkxMjQsMjUuMTE1OTgxNCAyNC40NjI4MzE4LDI1LjI0MzkxNjggMjQuMzY1NjcyMiwyNS4zNDA4Njc5IEMyNC4yNjc1MTA5LDI1LjQzODgxODQgMjQuMTM5MzAwMywyNS40ODc3OTM3IDI0LjAxMTA4OTYsMjUuNDg3NzkzNyBDMjMuODgyODc5LDI1LjQ4Nzc5MzcgMjMuNzU0NjY4NCwyNS40Mzg4MTg0IDIzLjY1NzUwODgsMjUuMzQwODY3OSBDMjIuNzM1OTk0OCwyNC40MjEzMzIyIDIxLjQwNDgwNzksMjMuODkzNTk4NyAyMC4wMDQ1MDc0LDIzLjg5MzU5ODcgQzE4LjYwNTIwODYsMjMuODkzNTk4NyAxNy4yNzQwMjE2LDI0LjQyMTMzMjIgMTYuMzUyNTA3NywyNS4zNDA4Njc5IEMxNi4xNTcxODY4LDI1LjUzNTc2OTQgMTUuODM5NjY1MiwyNS41MzU3Njk0IDE1LjY0NDM0NDMsMjUuMzQwODY3OSBMMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IFogTTMyLjU0MjEwNDksMTkuNDM1ODQ5OSBDMzIuMjM2NjAzLDE5LjEzMjAwMzMgMzEuODM2OTQ2NCwxOC45ODAwODAxIDMxLjQzNjI4ODIsMTguOTgwMDgwMSBDMzEuMDM2NjMxNiwxOC45ODAwODAxIDMwLjYzNjk3NSwxOS4xMzIwMDMzIDMwLjMzMTQ3MzEsMTkuNDM1ODQ5OSBDMjkuNzIxNDcxLDIwLjA0NDU0MjUgMjkuNzIxNDcxLDIxLjAzNDA0MjggMzAuMzMxNDczMSwyMS42NDE3MzU5IEMzMC45NDE0NzUzLDIyLjI1MDQyODUgMzEuOTMyMTAyNywyMi4yNTA0Mjg1IDMyLjU0MjEwNDksMjEuNjQxNzM1OSBDMzMuMTUxMTA1NCwyMS4wMzQwNDI4IDMzLjE1MTEwNTQsMjAuMDQ0NTQyNSAzMi41NDIxMDQ5LDE5LjQzNTg0OTkgTDMyLjU0MjEwNDksMTkuNDM1ODQ5OSBaIE0zMy4yNTAyNjgzLDIyLjM0OTM3ODYgQzMyLjc1MDQ0NzIsMjIuODQ4MTI2NyAzMi4wOTMzNjc3LDIzLjA5ODAwMDUgMzEuNDM2Mjg4MiwyMy4wOTgwMDA1IEMzMC43ODAyMTAzLDIzLjA5ODAwMDUgMzAuMTIzMTMwOSwyMi44NDgxMjY3IDI5LjYyMzMwOTcsMjIuMzQ5Mzc4NiBDMjguNjIzNjY3NSwyMS4zNTA4ODI4IDI4LjYyMzY2NzUsMTkuNzI3NzAyNSAyOS42MjMzMDk3LDE4LjcyOTIwNjggQzMwLjYyMjk1MiwxNy43MzE3MTA1IDMyLjI1MDYyNiwxNy43MzE3MTA1IDMzLjI1MDI2ODMsMTguNzI5MjA2OCBDMzQuMjQ5OTEwNiwxOS43Mjc3MDI1IDM0LjI0OTkxMDYsMjEuMzUwODgyOCAzMy4yNTAyNjgzLDIyLjM0OTM3ODYgTDMzLjI1MDI2ODMsMjIuMzQ5Mzc4NiBaIE05LjY2ODUyNjg3LDE5LjQ0Njg0NDMgQzkuMzYzMDI0OTcsMTkuMTQyOTk3OCA4Ljk2MzM2ODM5LDE4Ljk5MTA3NDUgOC41NjI3MTAxNywxOC45OTEwNzQ1IEM4LjE2MzA1MzU5LDE4Ljk5MTA3NDUgNy43NjMzOTcwMSwxOS4xNDI5OTc4IDcuNDU3ODk1MTEsMTkuNDQ2ODQ0MyBDNi44NDg4OTQ2MSwyMC4wNTU1MzcgNi44NDg4OTQ2MSwyMS4wNDUwMzczIDcuNDU3ODk1MTEsMjEuNjUyNzMwNCBDOC4wNjc4OTcyNiwyMi4yNjE0MjMgOS4wNTg1MjQ3MiwyMi4yNjE0MjMgOS42Njg1MjY4NywyMS42NTI3MzA0IEMxMC4yNzc1Mjc0LDIxLjA0NTAzNzMgMTAuMjc3NTI3NCwyMC4wNTU1MzcgOS42Njg1MjY4NywxOS40NDY4NDQzIEw5LjY2ODUyNjg3LDE5LjQ0Njg0NDMgWiBNMTAuMzc2NjkwMywyMi4zNTkzNzM1IEM5Ljg3Njg2OTE0LDIyLjg1ODEyMTcgOS4yMTk3ODk2NSwyMy4xMDc5OTU1IDguNTYyNzEwMTcsMjMuMTA3OTk1NSBDNy45MDY2MzIzMiwyMy4xMDc5OTU1IDcuMjQ5NTUyODQsMjIuODU4MTIxNyA2Ljc0OTczMTcsMjIuMzU5MzczNSBDNS43NTAwODk0MywyMS4zNjE4NzczIDUuNzUwMDg5NDMsMTkuNzM4Njk3IDYuNzQ5NzMxNywxOC43NDAyMDEyIEM3Ljc0OTM3Mzk3LDE3Ljc0MjcwNDkgOS4zNzcwNDgwMSwxNy43NDI3MDQ5IDEwLjM3NjY5MDMsMTguNzQwMjAxMiBDMTEuMzc2MzMyNSwxOS43Mzg2OTcgMTEuMzc2MzMyNSwyMS4zNjE4NzczIDEwLjM3NjY5MDMsMjIuMzU5MzczNSBMMTAuMzc2NjkwMywyMi4zNTkzNzM1IFogTTI3LjQzMzcxMjUsMjguOTEwMDY1NCBDMjUuNDM2NDMxMywzMC45MDMwNTkgMjIuNzgyMDcwNSwzMi4wMDA1MDQ3IDE5Ljk1NzQzMDEsMzIuMDAwNTA0NyBDMTcuMTMyNzg5NiwzMi4wMDA1MDQ3IDE0LjQ3ODQyODgsMzAuOTAzMDU5IDEyLjQ4MjE0OTIsMjguOTEwMDY1NCBDMTEuMTY1OTg3LDI3LjU5NzcyODEgMTAuNDA3NzQxMywyNi40NjkyOTggOS45NDQ5ODEwNCwyNS4xMzU5NzEzIEw4Ljk5ODQyNTk5LDI1LjQ2MjgwNjMgQzkuNTA3MjYxOTMsMjYuOTI5MDY1OCAxMC4zNjI2NjcyLDI4LjIxMDQxODcgMTEuNzczOTg1OCwyOS42MTY3MDg2IEMxMy45NTg1NzQ4LDMxLjc5ODYwNjcgMTYuODY2MzUxOSwzMyAxOS45NTc0MzAxLDMzIEMyMy4wNDk1MDk5LDMzIDI1Ljk1NjI4NTMsMzEuNzk4NjA2NyAyOC4xNDE4NzU5LDI5LjYxNjcwODYgQzI5LjI4Mjc1MDIsMjguNDc4MjgzNSAzMC40MjA2MTk2LDI3LjE4NjkzNTYgMzEuMDExNTkwNSwyNS40NjA4MDczIEwzMC4wNjQwMzM4LDI1LjEzNzk3MDMgQzI5LjUzOTE3MTUsMjYuNjcwMTk2NiAyOC40ODk0NDY5LDI3Ljg1NjU5NzQgMjcuNDMzNzEyNSwyOC45MTAwNjU0IEwyNy40MzM3MTI1LDI4LjkxMDA2NTQgWiBNOS45NDQ5ODEwNCwxNS44NTk2NTU5IEw4Ljk5ODQyNTk5LDE1LjUzMTgyMTQgQzkuNTEwMjY2ODcsMTQuMDY0NTYyNCAxMC4zNjU2NzIyLDEyLjc4MzIwOTUgMTEuNzc1OTg5MSwxMS4zNzU5MjAyIEMxNi4yODYzOTkxLDYuODc1MTkzMDQgMjMuNjI2NDU3OCw2Ljg3NDE5MzU0IDI4LjEzNzg2OTQsMTEuMzc1OTIwMiBDMjkuMjE4NjQ0OSwxMi40NTMzNzYxIDMwLjQwMzU5MTYsMTMuNzg5NzAxMiAzMS4wMTE1OTA1LDE1LjUzMTgyMTQgTDMwLjA2NDAzMzgsMTUuODU5NjU1OSBDMjkuNTI0MTQ2OCwxNC4zMDk0Mzg3IDI4LjQyOTM0ODIsMTMuMDgwMDU5NiAyNy40Mjk3MDU5LDEyLjA4MjU2MzMgQzI1LjQzNDQyOCwxMC4wOTE1Njg4IDIyLjc4MTA2ODksOC45OTYxMjE5NyAxOS45NTc0MzAxLDguOTk2MTIxOTcgQzE3LjEzMzc5MTIsOC45OTYxMjE5NyAxNC40ODA0MzIxLDEwLjA5MTU2ODggMTIuNDg1MTU0MiwxMi4wODI1NjMzIEMxMS4xODcwMjE1LDEzLjM3NzkwOTIgMTAuNDAzNzM0NywxNC41NDIzMjExIDkuOTQ0OTgxMDQsMTUuODU5NjU1OSBMOS45NDQ5ODEwNCwxNS44NTk2NTU5IFonCiAgICAgICAgICAgICAgaWQ9J0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV9JY29uXzMyX1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
1386
1246
|
},
|
|
1387
1247
|
"engines": {
|
|
1388
|
-
"camunda": "^8.
|
|
1248
|
+
"camunda": "^8.5"
|
|
1389
1249
|
}
|
|
1390
1250
|
},
|
|
1391
1251
|
{
|
|
1392
1252
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1393
|
-
"name": "Amazon SQS
|
|
1253
|
+
"name": "Amazon SQS Outbound Connector",
|
|
1394
1254
|
"id": "io.camunda.connectors.AWSSQS.v1",
|
|
1395
|
-
"version":
|
|
1255
|
+
"version": 9,
|
|
1396
1256
|
"description": "Send message to queue",
|
|
1397
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
1257
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=outbound",
|
|
1398
1258
|
"appliesTo": ["bpmn:Task"],
|
|
1399
1259
|
"elementType": {
|
|
1400
1260
|
"value": "bpmn:ServiceTask"
|
|
1401
1261
|
},
|
|
1402
|
-
"engines": {
|
|
1403
|
-
"camunda": "^8.2"
|
|
1404
|
-
},
|
|
1405
1262
|
"category": {
|
|
1406
1263
|
"id": "connectors",
|
|
1407
1264
|
"name": "Connectors"
|
|
@@ -1437,6 +1294,32 @@
|
|
|
1437
1294
|
"property": "type"
|
|
1438
1295
|
}
|
|
1439
1296
|
},
|
|
1297
|
+
{
|
|
1298
|
+
"id": "authenticationType",
|
|
1299
|
+
"label": "Authentication",
|
|
1300
|
+
"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>",
|
|
1301
|
+
"group": "authentication",
|
|
1302
|
+
"type": "Dropdown",
|
|
1303
|
+
"optional": false,
|
|
1304
|
+
"value": "credentials",
|
|
1305
|
+
"choices": [
|
|
1306
|
+
{
|
|
1307
|
+
"name": "Credentials",
|
|
1308
|
+
"value": "credentials"
|
|
1309
|
+
},
|
|
1310
|
+
{
|
|
1311
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
1312
|
+
"value": "defaultCredentialsChain"
|
|
1313
|
+
}
|
|
1314
|
+
],
|
|
1315
|
+
"binding": {
|
|
1316
|
+
"type": "zeebe:input",
|
|
1317
|
+
"name": "authentication.type"
|
|
1318
|
+
},
|
|
1319
|
+
"constraints": {
|
|
1320
|
+
"notEmpty": true
|
|
1321
|
+
}
|
|
1322
|
+
},
|
|
1440
1323
|
{
|
|
1441
1324
|
"label": "Access key",
|
|
1442
1325
|
"description": "Provide AWS IAM access key that has permission to send to desired SQS",
|
|
@@ -1446,6 +1329,10 @@
|
|
|
1446
1329
|
"type": "zeebe:input",
|
|
1447
1330
|
"name": "authentication.accessKey"
|
|
1448
1331
|
},
|
|
1332
|
+
"condition": {
|
|
1333
|
+
"property": "authenticationType",
|
|
1334
|
+
"equals": "credentials"
|
|
1335
|
+
},
|
|
1449
1336
|
"constraints": {
|
|
1450
1337
|
"notEmpty": true
|
|
1451
1338
|
}
|
|
@@ -1459,6 +1346,10 @@
|
|
|
1459
1346
|
"type": "zeebe:input",
|
|
1460
1347
|
"name": "authentication.secretKey"
|
|
1461
1348
|
},
|
|
1349
|
+
"condition": {
|
|
1350
|
+
"property": "authenticationType",
|
|
1351
|
+
"equals": "credentials"
|
|
1352
|
+
},
|
|
1462
1353
|
"constraints": {
|
|
1463
1354
|
"notEmpty": true
|
|
1464
1355
|
}
|
|
@@ -1475,7 +1366,7 @@
|
|
|
1475
1366
|
"constraints": {
|
|
1476
1367
|
"notEmpty": true,
|
|
1477
1368
|
"pattern": {
|
|
1478
|
-
"value": "^(=|(https
|
|
1369
|
+
"value": "^(=|(https?://|\\{\\{secrets\\..+\\}\\}).*$)",
|
|
1479
1370
|
"message": "Must be an http(s) URL"
|
|
1480
1371
|
}
|
|
1481
1372
|
}
|
|
@@ -1615,13 +1506,16 @@
|
|
|
1615
1506
|
],
|
|
1616
1507
|
"icon": {
|
|
1617
1508
|
"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"
|
|
1509
|
+
},
|
|
1510
|
+
"engines": {
|
|
1511
|
+
"camunda": "^8.4"
|
|
1618
1512
|
}
|
|
1619
1513
|
},
|
|
1620
1514
|
{
|
|
1621
1515
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1622
1516
|
"name": "Amazon SQS connector",
|
|
1623
1517
|
"id": "io.camunda.connectors.AWSSQS.v1",
|
|
1624
|
-
"version":
|
|
1518
|
+
"version": 2,
|
|
1625
1519
|
"description": "Send message to queue",
|
|
1626
1520
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs/",
|
|
1627
1521
|
"appliesTo": ["bpmn:Task"],
|
|
@@ -1689,15 +1583,6 @@
|
|
|
1689
1583
|
"notEmpty": true
|
|
1690
1584
|
}
|
|
1691
1585
|
},
|
|
1692
|
-
{
|
|
1693
|
-
"type": "Hidden",
|
|
1694
|
-
"description": "This value forces to evaluate configuration first in order",
|
|
1695
|
-
"value": "nonce",
|
|
1696
|
-
"binding": {
|
|
1697
|
-
"type": "zeebe:input",
|
|
1698
|
-
"name": "configuration.nonce"
|
|
1699
|
-
}
|
|
1700
|
-
},
|
|
1701
1586
|
{
|
|
1702
1587
|
"label": "URL",
|
|
1703
1588
|
"description": "Specify the URL of the SQS queue where you would like to send message to",
|
|
@@ -1722,21 +1607,12 @@
|
|
|
1722
1607
|
"type": "String",
|
|
1723
1608
|
"binding": {
|
|
1724
1609
|
"type": "zeebe:input",
|
|
1725
|
-
"name": "
|
|
1610
|
+
"name": "queue.region"
|
|
1726
1611
|
},
|
|
1727
1612
|
"constraints": {
|
|
1728
1613
|
"notEmpty": true
|
|
1729
1614
|
}
|
|
1730
1615
|
},
|
|
1731
|
-
{
|
|
1732
|
-
"description": "Backwards compatible region",
|
|
1733
|
-
"type": "Hidden",
|
|
1734
|
-
"value": "=configuration.region",
|
|
1735
|
-
"binding": {
|
|
1736
|
-
"type": "zeebe:input",
|
|
1737
|
-
"name": "queue.region"
|
|
1738
|
-
}
|
|
1739
|
-
},
|
|
1740
1616
|
{
|
|
1741
1617
|
"id": "queue.type",
|
|
1742
1618
|
"label": "Queue type",
|
|
@@ -1866,9 +1742,9 @@
|
|
|
1866
1742
|
},
|
|
1867
1743
|
{
|
|
1868
1744
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1869
|
-
"name": "Amazon SQS
|
|
1745
|
+
"name": "Amazon SQS connector",
|
|
1870
1746
|
"id": "io.camunda.connectors.AWSSQS.v1",
|
|
1871
|
-
"version":
|
|
1747
|
+
"version": 3,
|
|
1872
1748
|
"description": "Send message to queue",
|
|
1873
1749
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs/",
|
|
1874
1750
|
"appliesTo": ["bpmn:Task"],
|
|
@@ -1948,8 +1824,8 @@
|
|
|
1948
1824
|
"constraints": {
|
|
1949
1825
|
"notEmpty": true,
|
|
1950
1826
|
"pattern": {
|
|
1951
|
-
"value": "^(
|
|
1952
|
-
"message": "Must be an http(s) URL"
|
|
1827
|
+
"value": "(^https?://.+)|(^secrets\\..+)",
|
|
1828
|
+
"message": "Must be an http(s) URL or a secret.XYZ"
|
|
1953
1829
|
}
|
|
1954
1830
|
}
|
|
1955
1831
|
},
|
|
@@ -2095,114 +1971,164 @@
|
|
|
2095
1971
|
},
|
|
2096
1972
|
{
|
|
2097
1973
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2098
|
-
"name": "Amazon SQS
|
|
1974
|
+
"name": "Amazon SQS Outbound Connector",
|
|
2099
1975
|
"id": "io.camunda.connectors.AWSSQS.v1",
|
|
2100
|
-
"
|
|
2101
|
-
"
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
1976
|
+
"description": "Send messages to Amazon SQS.",
|
|
1977
|
+
"metadata": {
|
|
1978
|
+
"keywords": [
|
|
1979
|
+
"send message",
|
|
1980
|
+
"publish message",
|
|
1981
|
+
"send message to queue",
|
|
1982
|
+
"publish message to queue"
|
|
1983
|
+
]
|
|
2106
1984
|
},
|
|
1985
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=outbound",
|
|
1986
|
+
"version": 11,
|
|
2107
1987
|
"category": {
|
|
2108
1988
|
"id": "connectors",
|
|
2109
1989
|
"name": "Connectors"
|
|
2110
1990
|
},
|
|
1991
|
+
"appliesTo": ["bpmn:Task"],
|
|
1992
|
+
"elementType": {
|
|
1993
|
+
"value": "bpmn:ServiceTask"
|
|
1994
|
+
},
|
|
1995
|
+
"engines": {
|
|
1996
|
+
"camunda": "^8.3"
|
|
1997
|
+
},
|
|
2111
1998
|
"groups": [
|
|
2112
1999
|
{
|
|
2113
2000
|
"id": "authentication",
|
|
2114
2001
|
"label": "Authentication"
|
|
2115
2002
|
},
|
|
2116
2003
|
{
|
|
2117
|
-
"id": "
|
|
2004
|
+
"id": "configuration",
|
|
2118
2005
|
"label": "Queue properties"
|
|
2119
2006
|
},
|
|
2120
2007
|
{
|
|
2121
2008
|
"id": "input",
|
|
2122
2009
|
"label": "Input message data"
|
|
2123
2010
|
},
|
|
2011
|
+
{
|
|
2012
|
+
"id": "connector",
|
|
2013
|
+
"label": "Connector"
|
|
2014
|
+
},
|
|
2124
2015
|
{
|
|
2125
2016
|
"id": "output",
|
|
2126
|
-
"label": "Output"
|
|
2017
|
+
"label": "Output mapping"
|
|
2127
2018
|
},
|
|
2128
2019
|
{
|
|
2129
|
-
"id": "
|
|
2020
|
+
"id": "error",
|
|
2130
2021
|
"label": "Error handling"
|
|
2022
|
+
},
|
|
2023
|
+
{
|
|
2024
|
+
"id": "retries",
|
|
2025
|
+
"label": "Retries"
|
|
2131
2026
|
}
|
|
2132
2027
|
],
|
|
2133
2028
|
"properties": [
|
|
2134
2029
|
{
|
|
2135
|
-
"type": "Hidden",
|
|
2136
2030
|
"value": "io.camunda:aws-sqs:1",
|
|
2137
2031
|
"binding": {
|
|
2138
|
-
"
|
|
2139
|
-
"
|
|
2140
|
-
}
|
|
2032
|
+
"property": "type",
|
|
2033
|
+
"type": "zeebe:taskDefinition"
|
|
2034
|
+
},
|
|
2035
|
+
"type": "Hidden"
|
|
2141
2036
|
},
|
|
2142
2037
|
{
|
|
2143
|
-
"
|
|
2144
|
-
"
|
|
2038
|
+
"id": "authentication.type",
|
|
2039
|
+
"label": "Authentication",
|
|
2040
|
+
"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>",
|
|
2041
|
+
"value": "credentials",
|
|
2145
2042
|
"group": "authentication",
|
|
2146
|
-
"type": "String",
|
|
2147
2043
|
"binding": {
|
|
2148
|
-
"
|
|
2149
|
-
"
|
|
2044
|
+
"name": "authentication.type",
|
|
2045
|
+
"type": "zeebe:input"
|
|
2150
2046
|
},
|
|
2047
|
+
"type": "Dropdown",
|
|
2048
|
+
"choices": [
|
|
2049
|
+
{
|
|
2050
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
2051
|
+
"value": "defaultCredentialsChain"
|
|
2052
|
+
},
|
|
2053
|
+
{
|
|
2054
|
+
"name": "Credentials",
|
|
2055
|
+
"value": "credentials"
|
|
2056
|
+
}
|
|
2057
|
+
]
|
|
2058
|
+
},
|
|
2059
|
+
{
|
|
2060
|
+
"id": "authentication.accessKey",
|
|
2061
|
+
"label": "Access key",
|
|
2062
|
+
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
2063
|
+
"optional": false,
|
|
2151
2064
|
"constraints": {
|
|
2152
2065
|
"notEmpty": true
|
|
2153
|
-
}
|
|
2066
|
+
},
|
|
2067
|
+
"feel": "optional",
|
|
2068
|
+
"group": "authentication",
|
|
2069
|
+
"binding": {
|
|
2070
|
+
"name": "authentication.accessKey",
|
|
2071
|
+
"type": "zeebe:input"
|
|
2072
|
+
},
|
|
2073
|
+
"condition": {
|
|
2074
|
+
"property": "authentication.type",
|
|
2075
|
+
"equals": "credentials",
|
|
2076
|
+
"type": "simple"
|
|
2077
|
+
},
|
|
2078
|
+
"type": "String"
|
|
2154
2079
|
},
|
|
2155
2080
|
{
|
|
2081
|
+
"id": "authentication.secretKey",
|
|
2156
2082
|
"label": "Secret key",
|
|
2157
|
-
"description": "Provide
|
|
2083
|
+
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
2084
|
+
"optional": false,
|
|
2085
|
+
"constraints": {
|
|
2086
|
+
"notEmpty": true
|
|
2087
|
+
},
|
|
2088
|
+
"feel": "optional",
|
|
2158
2089
|
"group": "authentication",
|
|
2159
|
-
"type": "String",
|
|
2160
2090
|
"binding": {
|
|
2161
|
-
"
|
|
2162
|
-
"
|
|
2091
|
+
"name": "authentication.secretKey",
|
|
2092
|
+
"type": "zeebe:input"
|
|
2163
2093
|
},
|
|
2164
|
-
"
|
|
2165
|
-
"
|
|
2166
|
-
|
|
2094
|
+
"condition": {
|
|
2095
|
+
"property": "authentication.type",
|
|
2096
|
+
"equals": "credentials",
|
|
2097
|
+
"type": "simple"
|
|
2098
|
+
},
|
|
2099
|
+
"type": "String"
|
|
2167
2100
|
},
|
|
2168
2101
|
{
|
|
2102
|
+
"id": "queue.url",
|
|
2169
2103
|
"label": "URL",
|
|
2170
2104
|
"description": "Specify the URL of the SQS queue where you would like to send message to",
|
|
2171
|
-
"
|
|
2172
|
-
"type": "String",
|
|
2173
|
-
"binding": {
|
|
2174
|
-
"type": "zeebe:input",
|
|
2175
|
-
"name": "queue.url"
|
|
2176
|
-
},
|
|
2105
|
+
"optional": false,
|
|
2177
2106
|
"constraints": {
|
|
2178
|
-
"notEmpty": true
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
}
|
|
2183
|
-
}
|
|
2184
|
-
},
|
|
2185
|
-
{
|
|
2186
|
-
"label": "Region",
|
|
2187
|
-
"description": "Specify the AWS region of your queue",
|
|
2188
|
-
"group": "queueProperties",
|
|
2189
|
-
"type": "String",
|
|
2107
|
+
"notEmpty": true
|
|
2108
|
+
},
|
|
2109
|
+
"feel": "optional",
|
|
2110
|
+
"group": "configuration",
|
|
2190
2111
|
"binding": {
|
|
2191
|
-
"
|
|
2192
|
-
"
|
|
2112
|
+
"name": "queue.url",
|
|
2113
|
+
"type": "zeebe:input"
|
|
2193
2114
|
},
|
|
2194
|
-
"
|
|
2195
|
-
"notEmpty": true
|
|
2196
|
-
}
|
|
2115
|
+
"type": "String"
|
|
2197
2116
|
},
|
|
2198
2117
|
{
|
|
2199
2118
|
"id": "queue.type",
|
|
2200
2119
|
"label": "Queue type",
|
|
2201
2120
|
"description": "Specify whether the queue is a <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/standard-queues.html\">standard</a> or <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/FIFO-queues.html\">FIFO</a> queue",
|
|
2202
|
-
"group": "queueProperties",
|
|
2203
|
-
"type": "Dropdown",
|
|
2204
2121
|
"optional": false,
|
|
2205
2122
|
"value": "standard",
|
|
2123
|
+
"constraints": {
|
|
2124
|
+
"notEmpty": true
|
|
2125
|
+
},
|
|
2126
|
+
"group": "configuration",
|
|
2127
|
+
"binding": {
|
|
2128
|
+
"name": "queue.type",
|
|
2129
|
+
"type": "zeebe:input"
|
|
2130
|
+
},
|
|
2131
|
+
"type": "Dropdown",
|
|
2206
2132
|
"choices": [
|
|
2207
2133
|
{
|
|
2208
2134
|
"name": "Standard",
|
|
@@ -2212,114 +2138,188 @@
|
|
|
2212
2138
|
"name": "FIFO",
|
|
2213
2139
|
"value": "fifo"
|
|
2214
2140
|
}
|
|
2215
|
-
]
|
|
2141
|
+
]
|
|
2142
|
+
},
|
|
2143
|
+
{
|
|
2144
|
+
"id": "configuration.region",
|
|
2145
|
+
"label": "Region",
|
|
2146
|
+
"description": "Specify the AWS region",
|
|
2147
|
+
"optional": false,
|
|
2148
|
+
"constraints": {
|
|
2149
|
+
"notEmpty": true
|
|
2150
|
+
},
|
|
2151
|
+
"feel": "optional",
|
|
2152
|
+
"group": "configuration",
|
|
2216
2153
|
"binding": {
|
|
2217
|
-
"
|
|
2218
|
-
"
|
|
2154
|
+
"name": "configuration.region",
|
|
2155
|
+
"type": "zeebe:input"
|
|
2156
|
+
},
|
|
2157
|
+
"type": "String"
|
|
2158
|
+
},
|
|
2159
|
+
{
|
|
2160
|
+
"id": "configuration.endpoint",
|
|
2161
|
+
"label": "Endpoint",
|
|
2162
|
+
"description": "Specify endpoint if need to use custom endpoint",
|
|
2163
|
+
"optional": true,
|
|
2164
|
+
"group": "configuration",
|
|
2165
|
+
"binding": {
|
|
2166
|
+
"name": "configuration.endpoint",
|
|
2167
|
+
"type": "zeebe:input"
|
|
2219
2168
|
},
|
|
2169
|
+
"type": "Hidden"
|
|
2170
|
+
},
|
|
2171
|
+
{
|
|
2172
|
+
"id": "queue.messageBody",
|
|
2173
|
+
"label": "Message body",
|
|
2174
|
+
"description": "Data to send to the SQS queue",
|
|
2175
|
+
"optional": false,
|
|
2220
2176
|
"constraints": {
|
|
2221
2177
|
"notEmpty": true
|
|
2222
|
-
}
|
|
2178
|
+
},
|
|
2179
|
+
"feel": "required",
|
|
2180
|
+
"group": "input",
|
|
2181
|
+
"binding": {
|
|
2182
|
+
"name": "queue.messageBody",
|
|
2183
|
+
"type": "zeebe:input"
|
|
2184
|
+
},
|
|
2185
|
+
"type": "Text"
|
|
2223
2186
|
},
|
|
2224
2187
|
{
|
|
2225
|
-
"
|
|
2226
|
-
"
|
|
2188
|
+
"id": "queue.messageAttributes",
|
|
2189
|
+
"label": "Message attributes",
|
|
2190
|
+
"description": "Message attributes metadata",
|
|
2191
|
+
"optional": true,
|
|
2192
|
+
"feel": "required",
|
|
2227
2193
|
"group": "input",
|
|
2228
|
-
"type": "String",
|
|
2229
2194
|
"binding": {
|
|
2230
|
-
"
|
|
2231
|
-
"
|
|
2195
|
+
"name": "queue.messageAttributes",
|
|
2196
|
+
"type": "zeebe:input"
|
|
2232
2197
|
},
|
|
2198
|
+
"type": "Text"
|
|
2199
|
+
},
|
|
2200
|
+
{
|
|
2201
|
+
"id": "queue.messageGroupId",
|
|
2202
|
+
"label": "Message group ID",
|
|
2203
|
+
"description": "Message group ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/using-messagegroupid-property.html\">using the MessageGroupId Property</a> in the Amazon SQS developer guide",
|
|
2233
2204
|
"optional": false,
|
|
2205
|
+
"feel": "optional",
|
|
2206
|
+
"group": "input",
|
|
2207
|
+
"binding": {
|
|
2208
|
+
"name": "queue.messageGroupId",
|
|
2209
|
+
"type": "zeebe:input"
|
|
2210
|
+
},
|
|
2234
2211
|
"condition": {
|
|
2235
2212
|
"property": "queue.type",
|
|
2236
|
-
"equals": "fifo"
|
|
2237
|
-
|
|
2238
|
-
"constraints": {
|
|
2239
|
-
"notEmpty": true
|
|
2213
|
+
"equals": "fifo",
|
|
2214
|
+
"type": "simple"
|
|
2240
2215
|
},
|
|
2241
|
-
"
|
|
2216
|
+
"type": "String"
|
|
2242
2217
|
},
|
|
2243
2218
|
{
|
|
2219
|
+
"id": "queue.messageDeduplicationId",
|
|
2244
2220
|
"label": "Message deduplication ID",
|
|
2245
|
-
"description": "Message deduplication ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/using-messagededuplicationid-property.html\">using the MessageDeduplicationId Property</a> in the Amazon SQS developer guide
|
|
2221
|
+
"description": "Message deduplication ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/using-messagededuplicationid-property.html\">using the MessageDeduplicationId Property</a> in the Amazon SQS developer guide",
|
|
2222
|
+
"optional": true,
|
|
2223
|
+
"feel": "optional",
|
|
2246
2224
|
"group": "input",
|
|
2247
|
-
"type": "String",
|
|
2248
2225
|
"binding": {
|
|
2249
|
-
"
|
|
2250
|
-
"
|
|
2226
|
+
"name": "queue.messageDeduplicationId",
|
|
2227
|
+
"type": "zeebe:input"
|
|
2251
2228
|
},
|
|
2252
|
-
"optional": true,
|
|
2253
2229
|
"condition": {
|
|
2254
2230
|
"property": "queue.type",
|
|
2255
|
-
"equals": "fifo"
|
|
2231
|
+
"equals": "fifo",
|
|
2232
|
+
"type": "simple"
|
|
2256
2233
|
},
|
|
2257
|
-
"
|
|
2234
|
+
"type": "String"
|
|
2258
2235
|
},
|
|
2259
2236
|
{
|
|
2260
|
-
"
|
|
2261
|
-
"
|
|
2262
|
-
"
|
|
2263
|
-
"
|
|
2237
|
+
"id": "version",
|
|
2238
|
+
"label": "Version",
|
|
2239
|
+
"description": "Version of the element template",
|
|
2240
|
+
"value": "11",
|
|
2241
|
+
"group": "connector",
|
|
2264
2242
|
"binding": {
|
|
2265
|
-
"
|
|
2266
|
-
"
|
|
2267
|
-
},
|
|
2268
|
-
"constraints": {
|
|
2269
|
-
"notEmpty": true
|
|
2243
|
+
"key": "elementTemplateVersion",
|
|
2244
|
+
"type": "zeebe:taskHeader"
|
|
2270
2245
|
},
|
|
2271
|
-
"
|
|
2246
|
+
"type": "Hidden"
|
|
2272
2247
|
},
|
|
2273
2248
|
{
|
|
2274
|
-
"
|
|
2275
|
-
"
|
|
2276
|
-
"
|
|
2277
|
-
"
|
|
2278
|
-
"
|
|
2249
|
+
"id": "id",
|
|
2250
|
+
"label": "ID",
|
|
2251
|
+
"description": "ID of the element template",
|
|
2252
|
+
"value": "io.camunda.connectors.AWSSQS.v1",
|
|
2253
|
+
"group": "connector",
|
|
2279
2254
|
"binding": {
|
|
2280
|
-
"
|
|
2281
|
-
"
|
|
2255
|
+
"key": "elementTemplateId",
|
|
2256
|
+
"type": "zeebe:taskHeader"
|
|
2282
2257
|
},
|
|
2283
|
-
"
|
|
2258
|
+
"type": "Hidden"
|
|
2284
2259
|
},
|
|
2285
2260
|
{
|
|
2261
|
+
"id": "resultVariable",
|
|
2286
2262
|
"label": "Result variable",
|
|
2287
|
-
"description": "Name of variable to store the response in
|
|
2263
|
+
"description": "Name of variable to store the response in",
|
|
2288
2264
|
"group": "output",
|
|
2289
|
-
"type": "String",
|
|
2290
2265
|
"binding": {
|
|
2291
|
-
"
|
|
2292
|
-
"
|
|
2293
|
-
}
|
|
2266
|
+
"key": "resultVariable",
|
|
2267
|
+
"type": "zeebe:taskHeader"
|
|
2268
|
+
},
|
|
2269
|
+
"type": "String"
|
|
2294
2270
|
},
|
|
2295
2271
|
{
|
|
2272
|
+
"id": "resultExpression",
|
|
2296
2273
|
"label": "Result expression",
|
|
2297
|
-
"description": "Expression to map the response into process variables
|
|
2298
|
-
"group": "output",
|
|
2299
|
-
"type": "Text",
|
|
2274
|
+
"description": "Expression to map the response into process variables",
|
|
2300
2275
|
"feel": "required",
|
|
2276
|
+
"group": "output",
|
|
2301
2277
|
"binding": {
|
|
2302
|
-
"
|
|
2303
|
-
"
|
|
2304
|
-
}
|
|
2278
|
+
"key": "resultExpression",
|
|
2279
|
+
"type": "zeebe:taskHeader"
|
|
2280
|
+
},
|
|
2281
|
+
"type": "Text"
|
|
2305
2282
|
},
|
|
2306
2283
|
{
|
|
2284
|
+
"id": "errorExpression",
|
|
2307
2285
|
"label": "Error expression",
|
|
2308
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
2309
|
-
"group": "errors",
|
|
2310
|
-
"type": "Text",
|
|
2286
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
2311
2287
|
"feel": "required",
|
|
2288
|
+
"group": "error",
|
|
2312
2289
|
"binding": {
|
|
2313
|
-
"
|
|
2314
|
-
"
|
|
2315
|
-
}
|
|
2290
|
+
"key": "errorExpression",
|
|
2291
|
+
"type": "zeebe:taskHeader"
|
|
2292
|
+
},
|
|
2293
|
+
"type": "Text"
|
|
2294
|
+
},
|
|
2295
|
+
{
|
|
2296
|
+
"id": "retryCount",
|
|
2297
|
+
"label": "Retries",
|
|
2298
|
+
"description": "Number of retries",
|
|
2299
|
+
"value": "3",
|
|
2300
|
+
"feel": "optional",
|
|
2301
|
+
"group": "retries",
|
|
2302
|
+
"binding": {
|
|
2303
|
+
"property": "retries",
|
|
2304
|
+
"type": "zeebe:taskDefinition"
|
|
2305
|
+
},
|
|
2306
|
+
"type": "String"
|
|
2307
|
+
},
|
|
2308
|
+
{
|
|
2309
|
+
"id": "retryBackoff",
|
|
2310
|
+
"label": "Retry backoff",
|
|
2311
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
2312
|
+
"value": "PT0S",
|
|
2313
|
+
"group": "retries",
|
|
2314
|
+
"binding": {
|
|
2315
|
+
"key": "retryBackoff",
|
|
2316
|
+
"type": "zeebe:taskHeader"
|
|
2317
|
+
},
|
|
2318
|
+
"type": "String"
|
|
2316
2319
|
}
|
|
2317
2320
|
],
|
|
2318
2321
|
"icon": {
|
|
2319
|
-
"contents": "data:image/svg+xml
|
|
2320
|
-
},
|
|
2321
|
-
"engines": {
|
|
2322
|
-
"camunda": "^8.2"
|
|
2322
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0MCA0MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0nMCUnIHkxPScxMDAlJyB4Mj0nMTAwJScgeTI9JzAlJyBpZD0nbGluZWFyR3JhZGllbnQtMSc+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNCMDA4NEQnIG9mZnNldD0nMCUnPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI0ZGNEY4Qicgb2Zmc2V0PScxMDAlJz48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMicgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnCiAgICAgICBmaWxsLXJ1bGU9J2V2ZW5vZGQnPgogICAgICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS1CRy8zMi9BcHBsaWNhdGlvbi1JbnRlZ3JhdGlvbicgZmlsbD0ndXJsKCNsaW5lYXJHcmFkaWVudC0xKSc+CiAgICAgICAgICAgIDxyZWN0IGlkPSdSZWN0YW5nbGUnIHg9JzAnIHk9JzAnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSdNMTQuMzQyMjA1MSwyMi4zNDkzNzg2IEwxNS44NDY2NzY3LDIwLjkwNjEwNzQgQzE1Ljk0MjgzNDcsMjAuODE0MTUzOSAxNS45OTY5MjM1LDIwLjY4NzIxOCAxNS45OTk5Mjg1LDIwLjU1NTI4NDYgQzE2LjAwMTkzMTcsMjAuNDIyMzUxNyAxNS45NTE4NDk1LDIwLjI5MzQxNjggMTUuODU5Njk4MSwyMC4xOTg0NjQ4IEwxNC4zNTUyMjY0LDE4LjY0MzI1MDIgTDEzLjYzNTA0MzMsMTkuMzM3ODk5NCBMMTQuMzExMTU0LDIwLjAzNzU0NiBMMTEuOTkxMzQyOSwyMC4wMzc1NDYgTDExLjk5MTM0MjksMjEuMDM3MDQxMyBMMTQuMjY1MDc4MywyMS4wMzcwNDEzIEwxMy42NDgwNjQ3LDIxLjYyODc0MjUgTDE0LjM0MjIwNTEsMjIuMzQ5Mzc4NiBaIE0yNi4zNTc5NDUyLDIyLjM1MzM3NjUgTDI3LjkwNzQ5MDksMjAuOTAwMTEwNCBDMjguMDA2NjUzOCwyMC44MDgxNTY5IDI4LjA2Mjc0NTksMjAuNjc5MjIyIDI4LjA2NDc0OTIsMjAuNTQ0MjkwMSBDMjguMDY2NzUyNSwyMC40MDkzNTgzIDI4LjAxMzY2NTMsMjAuMjc4NDI0NCAyNy45MTg1MDksMjAuMTgzNDcyNCBMMjYuMzY4OTYzMywxOC42MzcyNTMyIEwyNS42NjA3OTk5LDE5LjM0Mzg5NjMgTDI2LjM1NDk0MDMsMjAuMDM3NTQ2IEwyNC4wMTEwODk2LDIwLjAzNzU0NiBMMjQuMDExMDg5NiwyMS4wMzcwNDEzIEwyNi4yOTg4NDgxLDIxLjAzNzA0MTMgTDI1LjY3MTgxOCwyMS42MjQ3NDQ1IEwyNi4zNTc5NDUyLDIyLjM1MzM3NjUgWiBNMTcuNTg3NTM2NywyMy4zNjA4Njc4IEMxOC4zMzg3NzA4LDIzLjA1NzAyMTIgMTkuMTYyMTIzNSwyMi44OTQxMDM1IDIwLjAwNDUwNzQsMjIuODk0MTAzNSBDMjAuODQ2ODkxMywyMi44OTQxMDM1IDIxLjY3MDI0NCwyMy4wNTcwMjEyIDIyLjQyMTQ3ODEsMjMuMzYwODY3OCBDMjEuNzUyMzc4OSwyMS41ODk3NjIyIDIxLjc1MjM3ODksMTkuMzg5ODczMSAyMi40MjE0NzgxLDE3LjYxODc2NzUgQzIwLjkxOTAwOTgsMTguMjI2NDYwNiAxOS4wOTAwMDUsMTguMjI2NDYwNiAxNy41ODc1MzY3LDE3LjYxODc2NzUgQzE4LjI1NjYzNTksMTkuMzg5ODczMSAxOC4yNTY2MzU5LDIxLjU4OTc2MjIgMTcuNTg3NTM2NywyMy4zNjA4Njc4IEwxNy41ODc1MzY3LDIzLjM2MDg2NzggWiBNMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IEMxNS41NDYxODMsMjUuMjQzOTE2OCAxNS40OTcxMDI0LDI1LjExNTk4MTQgMTUuNDk3MTAyNCwyNC45ODgwNDYgQzE1LjQ5NzEwMjQsMjQuODYwMTEwNiAxNS41NDYxODMsMjQuNzMyMTc1MyAxNS42NDQzNDQzLDI0LjYzNDIyNDcgQzE3LjU4NDUzMTcsMjIuNjk4MjAyNCAxNy41ODQ1MzE3LDE4LjI4MjQzMjQgMTUuNjQ0MzQ0MywxNi4zNDU0MTA2IEMxNS41NDYxODMsMTYuMjQ4NDU5NSAxNS40OTcxMDI0LDE2LjEyMDUyNDEgMTUuNDk3MTAyNCwxNS45OTI1OTEyIEMxNS40OTcxMDI0LDE1Ljg2NDY1MzQgMTUuNTQ2MTgzLDE1LjczNjcxOCAxNS42NDQzNDQzLDE1LjYzODc2NzQgQzE1LjgzOTY2NTIsMTUuNDQzODY1OSAxNi4xNTcxODY4LDE1LjQ0Mzg2NTkgMTYuMzUyNTA3NywxNS42Mzg3Njc0IEMxNy4yNzQwMjE2LDE2LjU1ODMwMzEgMTguNjA1MjA4NiwxNy4wODYwMzY2IDIwLjAwNDUwNzQsMTcuMDg2MDM2NiBDMjEuNDA0ODA3OSwxNy4wODYwMzY2IDIyLjczNTk5NDgsMTYuNTU4MzAzMSAyMy42NTc1MDg4LDE1LjYzODc2NzQgQzIzLjg1MjgyOTYsMTUuNDQzODY1OSAyNC4xNzAzNTEzLDE1LjQ0Mzg2NTkgMjQuMzY1NjcyMiwxNS42Mzg3Njc0IEMyNC40NjI4MzE4LDE1LjczNjcxOCAyNC41MTE5MTI0LDE1Ljg2NDY1MzQgMjQuNTExOTEyNCwxNS45OTI1OTEyIEMyNC41MTE5MTI0LDE2LjEyMDUyNDEgMjQuNDYyODMxOCwxNi4yNDg0NTk1IDI0LjM2NTY3MjIsMTYuMzQ1NDEwNiBDMjIuNDI0NDgzMSwxOC4yODI0MzI0IDIyLjQyNDQ4MzEsMjIuNjk4MjAyNCAyNC4zNjU2NzIyLDI0LjYzNDIyNDcgQzI0LjQ2MjgzMTgsMjQuNzMyMTc1MyAyNC41MTE5MTI0LDI0Ljg2MDExMDYgMjQuNTExOTEyNCwyNC45ODgwNDYgQzI0LjUxMTkxMjQsMjUuMTE1OTgxNCAyNC40NjI4MzE4LDI1LjI0MzkxNjggMjQuMzY1NjcyMiwyNS4zNDA4Njc5IEMyNC4yNjc1MTA5LDI1LjQzODgxODQgMjQuMTM5MzAwMywyNS40ODc3OTM3IDI0LjAxMTA4OTYsMjUuNDg3NzkzNyBDMjMuODgyODc5LDI1LjQ4Nzc5MzcgMjMuNzU0NjY4NCwyNS40Mzg4MTg0IDIzLjY1NzUwODgsMjUuMzQwODY3OSBDMjIuNzM1OTk0OCwyNC40MjEzMzIyIDIxLjQwNDgwNzksMjMuODkzNTk4NyAyMC4wMDQ1MDc0LDIzLjg5MzU5ODcgQzE4LjYwNTIwODYsMjMuODkzNTk4NyAxNy4yNzQwMjE2LDI0LjQyMTMzMjIgMTYuMzUyNTA3NywyNS4zNDA4Njc5IEMxNi4xNTcxODY4LDI1LjUzNTc2OTQgMTUuODM5NjY1MiwyNS41MzU3Njk0IDE1LjY0NDM0NDMsMjUuMzQwODY3OSBMMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IFogTTMyLjU0MjEwNDksMTkuNDM1ODQ5OSBDMzIuMjM2NjAzLDE5LjEzMjAwMzMgMzEuODM2OTQ2NCwxOC45ODAwODAxIDMxLjQzNjI4ODIsMTguOTgwMDgwMSBDMzEuMDM2NjMxNiwxOC45ODAwODAxIDMwLjYzNjk3NSwxOS4xMzIwMDMzIDMwLjMzMTQ3MzEsMTkuNDM1ODQ5OSBDMjkuNzIxNDcxLDIwLjA0NDU0MjUgMjkuNzIxNDcxLDIxLjAzNDA0MjggMzAuMzMxNDczMSwyMS42NDE3MzU5IEMzMC45NDE0NzUzLDIyLjI1MDQyODUgMzEuOTMyMTAyNywyMi4yNTA0Mjg1IDMyLjU0MjEwNDksMjEuNjQxNzM1OSBDMzMuMTUxMTA1NCwyMS4wMzQwNDI4IDMzLjE1MTEwNTQsMjAuMDQ0NTQyNSAzMi41NDIxMDQ5LDE5LjQzNTg0OTkgTDMyLjU0MjEwNDksMTkuNDM1ODQ5OSBaIE0zMy4yNTAyNjgzLDIyLjM0OTM3ODYgQzMyLjc1MDQ0NzIsMjIuODQ4MTI2NyAzMi4wOTMzNjc3LDIzLjA5ODAwMDUgMzEuNDM2Mjg4MiwyMy4wOTgwMDA1IEMzMC43ODAyMTAzLDIzLjA5ODAwMDUgMzAuMTIzMTMwOSwyMi44NDgxMjY3IDI5LjYyMzMwOTcsMjIuMzQ5Mzc4NiBDMjguNjIzNjY3NSwyMS4zNTA4ODI4IDI4LjYyMzY2NzUsMTkuNzI3NzAyNSAyOS42MjMzMDk3LDE4LjcyOTIwNjggQzMwLjYyMjk1MiwxNy43MzE3MTA1IDMyLjI1MDYyNiwxNy43MzE3MTA1IDMzLjI1MDI2ODMsMTguNzI5MjA2OCBDMzQuMjQ5OTEwNiwxOS43Mjc3MDI1IDM0LjI0OTkxMDYsMjEuMzUwODgyOCAzMy4yNTAyNjgzLDIyLjM0OTM3ODYgTDMzLjI1MDI2ODMsMjIuMzQ5Mzc4NiBaIE05LjY2ODUyNjg3LDE5LjQ0Njg0NDMgQzkuMzYzMDI0OTcsMTkuMTQyOTk3OCA4Ljk2MzM2ODM5LDE4Ljk5MTA3NDUgOC41NjI3MTAxNywxOC45OTEwNzQ1IEM4LjE2MzA1MzU5LDE4Ljk5MTA3NDUgNy43NjMzOTcwMSwxOS4xNDI5OTc4IDcuNDU3ODk1MTEsMTkuNDQ2ODQ0MyBDNi44NDg4OTQ2MSwyMC4wNTU1MzcgNi44NDg4OTQ2MSwyMS4wNDUwMzczIDcuNDU3ODk1MTEsMjEuNjUyNzMwNCBDOC4wNjc4OTcyNiwyMi4yNjE0MjMgOS4wNTg1MjQ3MiwyMi4yNjE0MjMgOS42Njg1MjY4NywyMS42NTI3MzA0IEMxMC4yNzc1Mjc0LDIxLjA0NTAzNzMgMTAuMjc3NTI3NCwyMC4wNTU1MzcgOS42Njg1MjY4NywxOS40NDY4NDQzIEw5LjY2ODUyNjg3LDE5LjQ0Njg0NDMgWiBNMTAuMzc2NjkwMywyMi4zNTkzNzM1IEM5Ljg3Njg2OTE0LDIyLjg1ODEyMTcgOS4yMTk3ODk2NSwyMy4xMDc5OTU1IDguNTYyNzEwMTcsMjMuMTA3OTk1NSBDNy45MDY2MzIzMiwyMy4xMDc5OTU1IDcuMjQ5NTUyODQsMjIuODU4MTIxNyA2Ljc0OTczMTcsMjIuMzU5MzczNSBDNS43NTAwODk0MywyMS4zNjE4NzczIDUuNzUwMDg5NDMsMTkuNzM4Njk3IDYuNzQ5NzMxNywxOC43NDAyMDEyIEM3Ljc0OTM3Mzk3LDE3Ljc0MjcwNDkgOS4zNzcwNDgwMSwxNy43NDI3MDQ5IDEwLjM3NjY5MDMsMTguNzQwMjAxMiBDMTEuMzc2MzMyNSwxOS43Mzg2OTcgMTEuMzc2MzMyNSwyMS4zNjE4NzczIDEwLjM3NjY5MDMsMjIuMzU5MzczNSBMMTAuMzc2NjkwMywyMi4zNTkzNzM1IFogTTI3LjQzMzcxMjUsMjguOTEwMDY1NCBDMjUuNDM2NDMxMywzMC45MDMwNTkgMjIuNzgyMDcwNSwzMi4wMDA1MDQ3IDE5Ljk1NzQzMDEsMzIuMDAwNTA0NyBDMTcuMTMyNzg5NiwzMi4wMDA1MDQ3IDE0LjQ3ODQyODgsMzAuOTAzMDU5IDEyLjQ4MjE0OTIsMjguOTEwMDY1NCBDMTEuMTY1OTg3LDI3LjU5NzcyODEgMTAuNDA3NzQxMywyNi40NjkyOTggOS45NDQ5ODEwNCwyNS4xMzU5NzEzIEw4Ljk5ODQyNTk5LDI1LjQ2MjgwNjMgQzkuNTA3MjYxOTMsMjYuOTI5MDY1OCAxMC4zNjI2NjcyLDI4LjIxMDQxODcgMTEuNzczOTg1OCwyOS42MTY3MDg2IEMxMy45NTg1NzQ4LDMxLjc5ODYwNjcgMTYuODY2MzUxOSwzMyAxOS45NTc0MzAxLDMzIEMyMy4wNDk1MDk5LDMzIDI1Ljk1NjI4NTMsMzEuNzk4NjA2NyAyOC4xNDE4NzU5LDI5LjYxNjcwODYgQzI5LjI4Mjc1MDIsMjguNDc4MjgzNSAzMC40MjA2MTk2LDI3LjE4NjkzNTYgMzEuMDExNTkwNSwyNS40NjA4MDczIEwzMC4wNjQwMzM4LDI1LjEzNzk3MDMgQzI5LjUzOTE3MTUsMjYuNjcwMTk2NiAyOC40ODk0NDY5LDI3Ljg1NjU5NzQgMjcuNDMzNzEyNSwyOC45MTAwNjU0IEwyNy40MzM3MTI1LDI4LjkxMDA2NTQgWiBNOS45NDQ5ODEwNCwxNS44NTk2NTU5IEw4Ljk5ODQyNTk5LDE1LjUzMTgyMTQgQzkuNTEwMjY2ODcsMTQuMDY0NTYyNCAxMC4zNjU2NzIyLDEyLjc4MzIwOTUgMTEuNzc1OTg5MSwxMS4zNzU5MjAyIEMxNi4yODYzOTkxLDYuODc1MTkzMDQgMjMuNjI2NDU3OCw2Ljg3NDE5MzU0IDI4LjEzNzg2OTQsMTEuMzc1OTIwMiBDMjkuMjE4NjQ0OSwxMi40NTMzNzYxIDMwLjQwMzU5MTYsMTMuNzg5NzAxMiAzMS4wMTE1OTA1LDE1LjUzMTgyMTQgTDMwLjA2NDAzMzgsMTUuODU5NjU1OSBDMjkuNTI0MTQ2OCwxNC4zMDk0Mzg3IDI4LjQyOTM0ODIsMTMuMDgwMDU5NiAyNy40Mjk3MDU5LDEyLjA4MjU2MzMgQzI1LjQzNDQyOCwxMC4wOTE1Njg4IDIyLjc4MTA2ODksOC45OTYxMjE5NyAxOS45NTc0MzAxLDguOTk2MTIxOTcgQzE3LjEzMzc5MTIsOC45OTYxMjE5NyAxNC40ODA0MzIxLDEwLjA5MTU2ODggMTIuNDg1MTU0MiwxMi4wODI1NjMzIEMxMS4xODcwMjE1LDEzLjM3NzkwOTIgMTAuNDAzNzM0NywxNC41NDIzMjExIDkuOTQ0OTgxMDQsMTUuODU5NjU1OSBMOS45NDQ5ODEwNCwxNS44NTk2NTU5IFonCiAgICAgICAgICAgICAgaWQ9J0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV9JY29uXzMyX1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
2323
2323
|
}
|
|
2324
2324
|
}
|
|
2325
2325
|
]
|