@camunda/connectors-element-templates 1.0.5 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/build_element_template_array_json_files.sh +9 -0
- package/src/connectors.js +4 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +171 -13
- package/src/element-templates/agenticai-aiagent-job-worker.json +1618 -0
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +3064 -300
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -1
- package/src/element-templates/asana-connector.json +8 -8
- package/src/element-templates/automation-anywhere-outbound-connector.json +1185 -1179
- package/src/element-templates/aws-dynamodb-outbound-connector.json +77 -77
- package/src/element-templates/aws-eventbridge-connector-boundary.json +20 -20
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +38 -38
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-start-event.json +18 -15
- package/src/element-templates/aws-eventbridge-outbound-connector.json +50 -50
- package/src/element-templates/aws-lambda-outbound-connector.json +279 -279
- package/src/element-templates/aws-s3-outbound-connector.json +30 -30
- package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
- package/src/element-templates/aws-sns-inbound-boundary.json +486 -486
- package/src/element-templates/aws-sns-inbound-intermediate.json +491 -491
- package/src/element-templates/aws-sns-inbound-message-start.json +98 -98
- package/src/element-templates/aws-sns-inbound-start-event.json +133 -133
- package/src/element-templates/aws-sns-outbound-connector.json +423 -423
- package/src/element-templates/aws-sqs-boundary-connector.json +58 -58
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +523 -523
- package/src/element-templates/aws-sqs-outbound-connector.json +692 -692
- package/src/element-templates/aws-sqs-start-event-connector.json +709 -709
- package/src/element-templates/aws-sqs-start-message.json +460 -460
- package/src/element-templates/azure-blobstorage-outbound-connector.json +1 -1
- package/src/element-templates/blue-prism-connector.json +53 -53
- package/src/element-templates/csv-outbound-connector.json +804 -0
- package/src/element-templates/easy-post-connector.json +151 -151
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-message-start-event-connector.json +19 -19
- package/src/element-templates/email-outbound-connector.json +199 -199
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +3478 -170
- package/src/element-templates/github-connector.json +277 -277
- package/src/element-templates/github-webhook-connector-intermediate.json +44 -44
- package/src/element-templates/github-webhook-connector-start-event.json +29 -26
- package/src/element-templates/gitlab-connector.json +990 -990
- package/src/element-templates/google-drive-outbound-connector.json +423 -423
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +17 -17
- package/src/element-templates/google-sheets-outbound-connector.json +2550 -2550
- package/src/element-templates/graphql-outbound-connector.json +1179 -1179
- package/src/element-templates/http-json-connector.json +2280 -2280
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +256 -553
- package/src/element-templates/http-polling-connector.json +262 -559
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +402 -0
- package/src/element-templates/kafka-inbound-connector-boundary.json +1052 -1052
- package/src/element-templates/kafka-inbound-connector-intermediate.json +1088 -1088
- package/src/element-templates/kafka-inbound-connector-start-message.json +112 -112
- package/src/element-templates/kafka-inbound-connector.json +3 -0
- package/src/element-templates/kafka-outbound-connector.json +617 -617
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +1783 -1783
- package/src/element-templates/openai-connector.json +144 -144
- package/src/element-templates/operate-connector.json +66 -62
- package/src/element-templates/power-automate-connector.json +10 -10
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +439 -439
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +474 -474
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +11 -11
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +597 -597
- package/src/element-templates/rabbitmq-outbound-connector.json +622 -622
- package/src/element-templates/salesforce-connector.json +44 -44
- package/src/element-templates/sendgrid-outbound-connector.json +633 -633
- package/src/element-templates/slack-inbound-boundary.json +184 -184
- package/src/element-templates/slack-inbound-intermediate.json +168 -168
- package/src/element-templates/slack-inbound-message-start.json +201 -201
- package/src/element-templates/slack-inbound-start-event.json +320 -317
- package/src/element-templates/slack-outbound-connector.json +1185 -1185
- package/src/element-templates/twilio-connector.json +26 -26
- package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
- package/src/element-templates/twilio-webhook-connector.json +3 -0
- package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/uipath-connector.json +10 -10
- package/src/element-templates/webhook-connector-boundary.json +629 -629
- package/src/element-templates/webhook-connector-intermediate.json +268 -268
- package/src/element-templates/webhook-connector-start-event.json +1563 -1560
- package/src/element-templates/webhook-connector-start-message.json +1258 -1258
- package/src/element-templates/whatsapp-connector.json +39 -39
- package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
|
@@ -1,114 +1,164 @@
|
|
|
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 Outbound Connector",
|
|
5
5
|
"id": "io.camunda.connectors.AWSSQS.v1",
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
6
|
+
"description": "Send messages to Amazon SQS.",
|
|
7
|
+
"metadata": {
|
|
8
|
+
"keywords": [
|
|
9
|
+
"send message",
|
|
10
|
+
"publish message",
|
|
11
|
+
"send message to queue",
|
|
12
|
+
"publish message to queue"
|
|
13
|
+
]
|
|
12
14
|
},
|
|
15
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=outbound",
|
|
16
|
+
"version": 11,
|
|
13
17
|
"category": {
|
|
14
18
|
"id": "connectors",
|
|
15
19
|
"name": "Connectors"
|
|
16
20
|
},
|
|
21
|
+
"appliesTo": ["bpmn:Task"],
|
|
22
|
+
"elementType": {
|
|
23
|
+
"value": "bpmn:ServiceTask"
|
|
24
|
+
},
|
|
25
|
+
"engines": {
|
|
26
|
+
"camunda": "^8.3"
|
|
27
|
+
},
|
|
17
28
|
"groups": [
|
|
18
29
|
{
|
|
19
30
|
"id": "authentication",
|
|
20
31
|
"label": "Authentication"
|
|
21
32
|
},
|
|
22
33
|
{
|
|
23
|
-
"id": "
|
|
34
|
+
"id": "configuration",
|
|
24
35
|
"label": "Queue properties"
|
|
25
36
|
},
|
|
26
37
|
{
|
|
27
38
|
"id": "input",
|
|
28
39
|
"label": "Input message data"
|
|
29
40
|
},
|
|
41
|
+
{
|
|
42
|
+
"id": "connector",
|
|
43
|
+
"label": "Connector"
|
|
44
|
+
},
|
|
30
45
|
{
|
|
31
46
|
"id": "output",
|
|
32
|
-
"label": "Output"
|
|
47
|
+
"label": "Output mapping"
|
|
33
48
|
},
|
|
34
49
|
{
|
|
35
|
-
"id": "
|
|
50
|
+
"id": "error",
|
|
36
51
|
"label": "Error handling"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"id": "retries",
|
|
55
|
+
"label": "Retries"
|
|
37
56
|
}
|
|
38
57
|
],
|
|
39
58
|
"properties": [
|
|
40
59
|
{
|
|
41
|
-
"type": "Hidden",
|
|
42
60
|
"value": "io.camunda:aws-sqs:1",
|
|
43
61
|
"binding": {
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
}
|
|
62
|
+
"property": "type",
|
|
63
|
+
"type": "zeebe:taskDefinition"
|
|
64
|
+
},
|
|
65
|
+
"type": "Hidden"
|
|
47
66
|
},
|
|
48
67
|
{
|
|
49
|
-
"
|
|
50
|
-
"
|
|
68
|
+
"id": "authentication.type",
|
|
69
|
+
"label": "Authentication",
|
|
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",
|
|
51
72
|
"group": "authentication",
|
|
52
|
-
"type": "String",
|
|
53
73
|
"binding": {
|
|
54
|
-
"
|
|
55
|
-
"
|
|
74
|
+
"name": "authentication.type",
|
|
75
|
+
"type": "zeebe:input"
|
|
56
76
|
},
|
|
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,
|
|
57
94
|
"constraints": {
|
|
58
95
|
"notEmpty": true
|
|
59
|
-
}
|
|
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"
|
|
60
109
|
},
|
|
61
110
|
{
|
|
111
|
+
"id": "authentication.secretKey",
|
|
62
112
|
"label": "Secret key",
|
|
63
|
-
"description": "Provide
|
|
113
|
+
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
114
|
+
"optional": false,
|
|
115
|
+
"constraints": {
|
|
116
|
+
"notEmpty": true
|
|
117
|
+
},
|
|
118
|
+
"feel": "optional",
|
|
64
119
|
"group": "authentication",
|
|
65
|
-
"type": "String",
|
|
66
120
|
"binding": {
|
|
67
|
-
"
|
|
68
|
-
"
|
|
121
|
+
"name": "authentication.secretKey",
|
|
122
|
+
"type": "zeebe:input"
|
|
69
123
|
},
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
|
|
124
|
+
"condition": {
|
|
125
|
+
"property": "authentication.type",
|
|
126
|
+
"equals": "credentials",
|
|
127
|
+
"type": "simple"
|
|
128
|
+
},
|
|
129
|
+
"type": "String"
|
|
73
130
|
},
|
|
74
131
|
{
|
|
132
|
+
"id": "queue.url",
|
|
75
133
|
"label": "URL",
|
|
76
134
|
"description": "Specify the URL of the SQS queue where you would like to send message to",
|
|
77
|
-
"
|
|
78
|
-
"type": "String",
|
|
79
|
-
"binding": {
|
|
80
|
-
"type": "zeebe:input",
|
|
81
|
-
"name": "queue.url"
|
|
82
|
-
},
|
|
135
|
+
"optional": false,
|
|
83
136
|
"constraints": {
|
|
84
|
-
"notEmpty": true
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
"label": "Region",
|
|
93
|
-
"description": "Specify the AWS region of your queue",
|
|
94
|
-
"group": "queueProperties",
|
|
95
|
-
"type": "String",
|
|
137
|
+
"notEmpty": true
|
|
138
|
+
},
|
|
139
|
+
"feel": "optional",
|
|
140
|
+
"group": "configuration",
|
|
96
141
|
"binding": {
|
|
97
|
-
"
|
|
98
|
-
"
|
|
142
|
+
"name": "queue.url",
|
|
143
|
+
"type": "zeebe:input"
|
|
99
144
|
},
|
|
100
|
-
"
|
|
101
|
-
"notEmpty": true
|
|
102
|
-
}
|
|
145
|
+
"type": "String"
|
|
103
146
|
},
|
|
104
147
|
{
|
|
105
148
|
"id": "queue.type",
|
|
106
149
|
"label": "Queue type",
|
|
107
150
|
"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",
|
|
108
|
-
"group": "queueProperties",
|
|
109
|
-
"type": "Dropdown",
|
|
110
151
|
"optional": false,
|
|
111
152
|
"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",
|
|
112
162
|
"choices": [
|
|
113
163
|
{
|
|
114
164
|
"name": "Standard",
|
|
@@ -118,114 +168,188 @@
|
|
|
118
168
|
"name": "FIFO",
|
|
119
169
|
"value": "fifo"
|
|
120
170
|
}
|
|
121
|
-
]
|
|
122
|
-
"binding": {
|
|
123
|
-
"type": "zeebe:input",
|
|
124
|
-
"name": "queue.type"
|
|
125
|
-
},
|
|
126
|
-
"constraints": {
|
|
127
|
-
"notEmpty": true
|
|
128
|
-
}
|
|
171
|
+
]
|
|
129
172
|
},
|
|
130
173
|
{
|
|
131
|
-
"
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"type": "String",
|
|
135
|
-
"binding": {
|
|
136
|
-
"type": "zeebe:input",
|
|
137
|
-
"name": "queue.messageGroupId"
|
|
138
|
-
},
|
|
174
|
+
"id": "configuration.region",
|
|
175
|
+
"label": "Region",
|
|
176
|
+
"description": "Specify the AWS region",
|
|
139
177
|
"optional": false,
|
|
140
|
-
"condition": {
|
|
141
|
-
"property": "queue.type",
|
|
142
|
-
"equals": "fifo"
|
|
143
|
-
},
|
|
144
178
|
"constraints": {
|
|
145
179
|
"notEmpty": true
|
|
146
180
|
},
|
|
147
|
-
"feel": "optional"
|
|
148
|
-
|
|
149
|
-
{
|
|
150
|
-
"label": "Message deduplication ID",
|
|
151
|
-
"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.",
|
|
152
|
-
"group": "input",
|
|
153
|
-
"type": "String",
|
|
181
|
+
"feel": "optional",
|
|
182
|
+
"group": "configuration",
|
|
154
183
|
"binding": {
|
|
155
|
-
"
|
|
156
|
-
"
|
|
184
|
+
"name": "configuration.region",
|
|
185
|
+
"type": "zeebe:input"
|
|
157
186
|
},
|
|
187
|
+
"type": "String"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"id": "configuration.endpoint",
|
|
191
|
+
"label": "Endpoint",
|
|
192
|
+
"description": "Specify endpoint if need to use custom endpoint",
|
|
158
193
|
"optional": true,
|
|
159
|
-
"
|
|
160
|
-
|
|
161
|
-
"
|
|
194
|
+
"group": "configuration",
|
|
195
|
+
"binding": {
|
|
196
|
+
"name": "configuration.endpoint",
|
|
197
|
+
"type": "zeebe:input"
|
|
162
198
|
},
|
|
163
|
-
"
|
|
199
|
+
"type": "Hidden"
|
|
164
200
|
},
|
|
165
201
|
{
|
|
202
|
+
"id": "queue.messageBody",
|
|
166
203
|
"label": "Message body",
|
|
167
204
|
"description": "Data to send to the SQS queue",
|
|
168
|
-
"
|
|
169
|
-
"type": "Text",
|
|
170
|
-
"binding": {
|
|
171
|
-
"type": "zeebe:input",
|
|
172
|
-
"name": "queue.messageBody"
|
|
173
|
-
},
|
|
205
|
+
"optional": false,
|
|
174
206
|
"constraints": {
|
|
175
207
|
"notEmpty": true
|
|
176
208
|
},
|
|
177
|
-
"feel": "required"
|
|
209
|
+
"feel": "required",
|
|
210
|
+
"group": "input",
|
|
211
|
+
"binding": {
|
|
212
|
+
"name": "queue.messageBody",
|
|
213
|
+
"type": "zeebe:input"
|
|
214
|
+
},
|
|
215
|
+
"type": "Text"
|
|
178
216
|
},
|
|
179
217
|
{
|
|
218
|
+
"id": "queue.messageAttributes",
|
|
180
219
|
"label": "Message attributes",
|
|
181
220
|
"description": "Message attributes metadata",
|
|
182
|
-
"group": "input",
|
|
183
|
-
"type": "Text",
|
|
184
221
|
"optional": true,
|
|
222
|
+
"feel": "required",
|
|
223
|
+
"group": "input",
|
|
185
224
|
"binding": {
|
|
186
|
-
"
|
|
187
|
-
"
|
|
225
|
+
"name": "queue.messageAttributes",
|
|
226
|
+
"type": "zeebe:input"
|
|
188
227
|
},
|
|
189
|
-
"
|
|
228
|
+
"type": "Text"
|
|
190
229
|
},
|
|
191
230
|
{
|
|
192
|
-
"
|
|
193
|
-
"
|
|
194
|
-
"
|
|
195
|
-
"
|
|
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",
|
|
196
237
|
"binding": {
|
|
197
|
-
"
|
|
198
|
-
"
|
|
199
|
-
}
|
|
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"
|
|
200
247
|
},
|
|
201
248
|
{
|
|
202
|
-
"
|
|
203
|
-
"
|
|
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
|
+
"label": "Result variable",
|
|
293
|
+
"description": "Name of variable to store the response in",
|
|
204
294
|
"group": "output",
|
|
205
|
-
"
|
|
295
|
+
"binding": {
|
|
296
|
+
"key": "resultVariable",
|
|
297
|
+
"type": "zeebe:taskHeader"
|
|
298
|
+
},
|
|
299
|
+
"type": "String"
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"id": "resultExpression",
|
|
303
|
+
"label": "Result expression",
|
|
304
|
+
"description": "Expression to map the response into process variables",
|
|
206
305
|
"feel": "required",
|
|
306
|
+
"group": "output",
|
|
207
307
|
"binding": {
|
|
208
|
-
"
|
|
209
|
-
"
|
|
210
|
-
}
|
|
308
|
+
"key": "resultExpression",
|
|
309
|
+
"type": "zeebe:taskHeader"
|
|
310
|
+
},
|
|
311
|
+
"type": "Text"
|
|
211
312
|
},
|
|
212
313
|
{
|
|
314
|
+
"id": "errorExpression",
|
|
213
315
|
"label": "Error expression",
|
|
214
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
215
|
-
"group": "errors",
|
|
216
|
-
"type": "Text",
|
|
316
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
217
317
|
"feel": "required",
|
|
318
|
+
"group": "error",
|
|
218
319
|
"binding": {
|
|
219
|
-
"
|
|
220
|
-
"
|
|
221
|
-
}
|
|
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
|
+
"binding": {
|
|
345
|
+
"key": "retryBackoff",
|
|
346
|
+
"type": "zeebe:taskHeader"
|
|
347
|
+
},
|
|
348
|
+
"type": "String"
|
|
222
349
|
}
|
|
223
350
|
],
|
|
224
351
|
"icon": {
|
|
225
|
-
"contents": "data:image/svg+xml
|
|
226
|
-
},
|
|
227
|
-
"engines": {
|
|
228
|
-
"camunda": "^8.2"
|
|
352
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0MCA0MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0nMCUnIHkxPScxMDAlJyB4Mj0nMTAwJScgeTI9JzAlJyBpZD0nbGluZWFyR3JhZGllbnQtMSc+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNCMDA4NEQnIG9mZnNldD0nMCUnPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI0ZGNEY4Qicgb2Zmc2V0PScxMDAlJz48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMicgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnCiAgICAgICBmaWxsLXJ1bGU9J2V2ZW5vZGQnPgogICAgICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS1CRy8zMi9BcHBsaWNhdGlvbi1JbnRlZ3JhdGlvbicgZmlsbD0ndXJsKCNsaW5lYXJHcmFkaWVudC0xKSc+CiAgICAgICAgICAgIDxyZWN0IGlkPSdSZWN0YW5nbGUnIHg9JzAnIHk9JzAnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSdNMTQuMzQyMjA1MSwyMi4zNDkzNzg2IEwxNS44NDY2NzY3LDIwLjkwNjEwNzQgQzE1Ljk0MjgzNDcsMjAuODE0MTUzOSAxNS45OTY5MjM1LDIwLjY4NzIxOCAxNS45OTk5Mjg1LDIwLjU1NTI4NDYgQzE2LjAwMTkzMTcsMjAuNDIyMzUxNyAxNS45NTE4NDk1LDIwLjI5MzQxNjggMTUuODU5Njk4MSwyMC4xOTg0NjQ4IEwxNC4zNTUyMjY0LDE4LjY0MzI1MDIgTDEzLjYzNTA0MzMsMTkuMzM3ODk5NCBMMTQuMzExMTU0LDIwLjAzNzU0NiBMMTEuOTkxMzQyOSwyMC4wMzc1NDYgTDExLjk5MTM0MjksMjEuMDM3MDQxMyBMMTQuMjY1MDc4MywyMS4wMzcwNDEzIEwxMy42NDgwNjQ3LDIxLjYyODc0MjUgTDE0LjM0MjIwNTEsMjIuMzQ5Mzc4NiBaIE0yNi4zNTc5NDUyLDIyLjM1MzM3NjUgTDI3LjkwNzQ5MDksMjAuOTAwMTEwNCBDMjguMDA2NjUzOCwyMC44MDgxNTY5IDI4LjA2Mjc0NTksMjAuNjc5MjIyIDI4LjA2NDc0OTIsMjAuNTQ0MjkwMSBDMjguMDY2NzUyNSwyMC40MDkzNTgzIDI4LjAxMzY2NTMsMjAuMjc4NDI0NCAyNy45MTg1MDksMjAuMTgzNDcyNCBMMjYuMzY4OTYzMywxOC42MzcyNTMyIEwyNS42NjA3OTk5LDE5LjM0Mzg5NjMgTDI2LjM1NDk0MDMsMjAuMDM3NTQ2IEwyNC4wMTEwODk2LDIwLjAzNzU0NiBMMjQuMDExMDg5NiwyMS4wMzcwNDEzIEwyNi4yOTg4NDgxLDIxLjAzNzA0MTMgTDI1LjY3MTgxOCwyMS42MjQ3NDQ1IEwyNi4zNTc5NDUyLDIyLjM1MzM3NjUgWiBNMTcuNTg3NTM2NywyMy4zNjA4Njc4IEMxOC4zMzg3NzA4LDIzLjA1NzAyMTIgMTkuMTYyMTIzNSwyMi44OTQxMDM1IDIwLjAwNDUwNzQsMjIuODk0MTAzNSBDMjAuODQ2ODkxMywyMi44OTQxMDM1IDIxLjY3MDI0NCwyMy4wNTcwMjEyIDIyLjQyMTQ3ODEsMjMuMzYwODY3OCBDMjEuNzUyMzc4OSwyMS41ODk3NjIyIDIxLjc1MjM3ODksMTkuMzg5ODczMSAyMi40MjE0NzgxLDE3LjYxODc2NzUgQzIwLjkxOTAwOTgsMTguMjI2NDYwNiAxOS4wOTAwMDUsMTguMjI2NDYwNiAxNy41ODc1MzY3LDE3LjYxODc2NzUgQzE4LjI1NjYzNTksMTkuMzg5ODczMSAxOC4yNTY2MzU5LDIxLjU4OTc2MjIgMTcuNTg3NTM2NywyMy4zNjA4Njc4IEwxNy41ODc1MzY3LDIzLjM2MDg2NzggWiBNMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IEMxNS41NDYxODMsMjUuMjQzOTE2OCAxNS40OTcxMDI0LDI1LjExNTk4MTQgMTUuNDk3MTAyNCwyNC45ODgwNDYgQzE1LjQ5NzEwMjQsMjQuODYwMTEwNiAxNS41NDYxODMsMjQuNzMyMTc1MyAxNS42NDQzNDQzLDI0LjYzNDIyNDcgQzE3LjU4NDUzMTcsMjIuNjk4MjAyNCAxNy41ODQ1MzE3LDE4LjI4MjQzMjQgMTUuNjQ0MzQ0MywxNi4zNDU0MTA2IEMxNS41NDYxODMsMTYuMjQ4NDU5NSAxNS40OTcxMDI0LDE2LjEyMDUyNDEgMTUuNDk3MTAyNCwxNS45OTI1OTEyIEMxNS40OTcxMDI0LDE1Ljg2NDY1MzQgMTUuNTQ2MTgzLDE1LjczNjcxOCAxNS42NDQzNDQzLDE1LjYzODc2NzQgQzE1LjgzOTY2NTIsMTUuNDQzODY1OSAxNi4xNTcxODY4LDE1LjQ0Mzg2NTkgMTYuMzUyNTA3NywxNS42Mzg3Njc0IEMxNy4yNzQwMjE2LDE2LjU1ODMwMzEgMTguNjA1MjA4NiwxNy4wODYwMzY2IDIwLjAwNDUwNzQsMTcuMDg2MDM2NiBDMjEuNDA0ODA3OSwxNy4wODYwMzY2IDIyLjczNTk5NDgsMTYuNTU4MzAzMSAyMy42NTc1MDg4LDE1LjYzODc2NzQgQzIzLjg1MjgyOTYsMTUuNDQzODY1OSAyNC4xNzAzNTEzLDE1LjQ0Mzg2NTkgMjQuMzY1NjcyMiwxNS42Mzg3Njc0IEMyNC40NjI4MzE4LDE1LjczNjcxOCAyNC41MTE5MTI0LDE1Ljg2NDY1MzQgMjQuNTExOTEyNCwxNS45OTI1OTEyIEMyNC41MTE5MTI0LDE2LjEyMDUyNDEgMjQuNDYyODMxOCwxNi4yNDg0NTk1IDI0LjM2NTY3MjIsMTYuMzQ1NDEwNiBDMjIuNDI0NDgzMSwxOC4yODI0MzI0IDIyLjQyNDQ4MzEsMjIuNjk4MjAyNCAyNC4zNjU2NzIyLDI0LjYzNDIyNDcgQzI0LjQ2MjgzMTgsMjQuNzMyMTc1MyAyNC41MTE5MTI0LDI0Ljg2MDExMDYgMjQuNTExOTEyNCwyNC45ODgwNDYgQzI0LjUxMTkxMjQsMjUuMTE1OTgxNCAyNC40NjI4MzE4LDI1LjI0MzkxNjggMjQuMzY1NjcyMiwyNS4zNDA4Njc5IEMyNC4yNjc1MTA5LDI1LjQzODgxODQgMjQuMTM5MzAwMywyNS40ODc3OTM3IDI0LjAxMTA4OTYsMjUuNDg3NzkzNyBDMjMuODgyODc5LDI1LjQ4Nzc5MzcgMjMuNzU0NjY4NCwyNS40Mzg4MTg0IDIzLjY1NzUwODgsMjUuMzQwODY3OSBDMjIuNzM1OTk0OCwyNC40MjEzMzIyIDIxLjQwNDgwNzksMjMuODkzNTk4NyAyMC4wMDQ1MDc0LDIzLjg5MzU5ODcgQzE4LjYwNTIwODYsMjMuODkzNTk4NyAxNy4yNzQwMjE2LDI0LjQyMTMzMjIgMTYuMzUyNTA3NywyNS4zNDA4Njc5IEMxNi4xNTcxODY4LDI1LjUzNTc2OTQgMTUuODM5NjY1MiwyNS41MzU3Njk0IDE1LjY0NDM0NDMsMjUuMzQwODY3OSBMMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IFogTTMyLjU0MjEwNDksMTkuNDM1ODQ5OSBDMzIuMjM2NjAzLDE5LjEzMjAwMzMgMzEuODM2OTQ2NCwxOC45ODAwODAxIDMxLjQzNjI4ODIsMTguOTgwMDgwMSBDMzEuMDM2NjMxNiwxOC45ODAwODAxIDMwLjYzNjk3NSwxOS4xMzIwMDMzIDMwLjMzMTQ3MzEsMTkuNDM1ODQ5OSBDMjkuNzIxNDcxLDIwLjA0NDU0MjUgMjkuNzIxNDcxLDIxLjAzNDA0MjggMzAuMzMxNDczMSwyMS42NDE3MzU5IEMzMC45NDE0NzUzLDIyLjI1MDQyODUgMzEuOTMyMTAyNywyMi4yNTA0Mjg1IDMyLjU0MjEwNDksMjEuNjQxNzM1OSBDMzMuMTUxMTA1NCwyMS4wMzQwNDI4IDMzLjE1MTEwNTQsMjAuMDQ0NTQyNSAzMi41NDIxMDQ5LDE5LjQzNTg0OTkgTDMyLjU0MjEwNDksMTkuNDM1ODQ5OSBaIE0zMy4yNTAyNjgzLDIyLjM0OTM3ODYgQzMyLjc1MDQ0NzIsMjIuODQ4MTI2NyAzMi4wOTMzNjc3LDIzLjA5ODAwMDUgMzEuNDM2Mjg4MiwyMy4wOTgwMDA1IEMzMC43ODAyMTAzLDIzLjA5ODAwMDUgMzAuMTIzMTMwOSwyMi44NDgxMjY3IDI5LjYyMzMwOTcsMjIuMzQ5Mzc4NiBDMjguNjIzNjY3NSwyMS4zNTA4ODI4IDI4LjYyMzY2NzUsMTkuNzI3NzAyNSAyOS42MjMzMDk3LDE4LjcyOTIwNjggQzMwLjYyMjk1MiwxNy43MzE3MTA1IDMyLjI1MDYyNiwxNy43MzE3MTA1IDMzLjI1MDI2ODMsMTguNzI5MjA2OCBDMzQuMjQ5OTEwNiwxOS43Mjc3MDI1IDM0LjI0OTkxMDYsMjEuMzUwODgyOCAzMy4yNTAyNjgzLDIyLjM0OTM3ODYgTDMzLjI1MDI2ODMsMjIuMzQ5Mzc4NiBaIE05LjY2ODUyNjg3LDE5LjQ0Njg0NDMgQzkuMzYzMDI0OTcsMTkuMTQyOTk3OCA4Ljk2MzM2ODM5LDE4Ljk5MTA3NDUgOC41NjI3MTAxNywxOC45OTEwNzQ1IEM4LjE2MzA1MzU5LDE4Ljk5MTA3NDUgNy43NjMzOTcwMSwxOS4xNDI5OTc4IDcuNDU3ODk1MTEsMTkuNDQ2ODQ0MyBDNi44NDg4OTQ2MSwyMC4wNTU1MzcgNi44NDg4OTQ2MSwyMS4wNDUwMzczIDcuNDU3ODk1MTEsMjEuNjUyNzMwNCBDOC4wNjc4OTcyNiwyMi4yNjE0MjMgOS4wNTg1MjQ3MiwyMi4yNjE0MjMgOS42Njg1MjY4NywyMS42NTI3MzA0IEMxMC4yNzc1Mjc0LDIxLjA0NTAzNzMgMTAuMjc3NTI3NCwyMC4wNTU1MzcgOS42Njg1MjY4NywxOS40NDY4NDQzIEw5LjY2ODUyNjg3LDE5LjQ0Njg0NDMgWiBNMTAuMzc2NjkwMywyMi4zNTkzNzM1IEM5Ljg3Njg2OTE0LDIyLjg1ODEyMTcgOS4yMTk3ODk2NSwyMy4xMDc5OTU1IDguNTYyNzEwMTcsMjMuMTA3OTk1NSBDNy45MDY2MzIzMiwyMy4xMDc5OTU1IDcuMjQ5NTUyODQsMjIuODU4MTIxNyA2Ljc0OTczMTcsMjIuMzU5MzczNSBDNS43NTAwODk0MywyMS4zNjE4NzczIDUuNzUwMDg5NDMsMTkuNzM4Njk3IDYuNzQ5NzMxNywxOC43NDAyMDEyIEM3Ljc0OTM3Mzk3LDE3Ljc0MjcwNDkgOS4zNzcwNDgwMSwxNy43NDI3MDQ5IDEwLjM3NjY5MDMsMTguNzQwMjAxMiBDMTEuMzc2MzMyNSwxOS43Mzg2OTcgMTEuMzc2MzMyNSwyMS4zNjE4NzczIDEwLjM3NjY5MDMsMjIuMzU5MzczNSBMMTAuMzc2NjkwMywyMi4zNTkzNzM1IFogTTI3LjQzMzcxMjUsMjguOTEwMDY1NCBDMjUuNDM2NDMxMywzMC45MDMwNTkgMjIuNzgyMDcwNSwzMi4wMDA1MDQ3IDE5Ljk1NzQzMDEsMzIuMDAwNTA0NyBDMTcuMTMyNzg5NiwzMi4wMDA1MDQ3IDE0LjQ3ODQyODgsMzAuOTAzMDU5IDEyLjQ4MjE0OTIsMjguOTEwMDY1NCBDMTEuMTY1OTg3LDI3LjU5NzcyODEgMTAuNDA3NzQxMywyNi40NjkyOTggOS45NDQ5ODEwNCwyNS4xMzU5NzEzIEw4Ljk5ODQyNTk5LDI1LjQ2MjgwNjMgQzkuNTA3MjYxOTMsMjYuOTI5MDY1OCAxMC4zNjI2NjcyLDI4LjIxMDQxODcgMTEuNzczOTg1OCwyOS42MTY3MDg2IEMxMy45NTg1NzQ4LDMxLjc5ODYwNjcgMTYuODY2MzUxOSwzMyAxOS45NTc0MzAxLDMzIEMyMy4wNDk1MDk5LDMzIDI1Ljk1NjI4NTMsMzEuNzk4NjA2NyAyOC4xNDE4NzU5LDI5LjYxNjcwODYgQzI5LjI4Mjc1MDIsMjguNDc4MjgzNSAzMC40MjA2MTk2LDI3LjE4NjkzNTYgMzEuMDExNTkwNSwyNS40NjA4MDczIEwzMC4wNjQwMzM4LDI1LjEzNzk3MDMgQzI5LjUzOTE3MTUsMjYuNjcwMTk2NiAyOC40ODk0NDY5LDI3Ljg1NjU5NzQgMjcuNDMzNzEyNSwyOC45MTAwNjU0IEwyNy40MzM3MTI1LDI4LjkxMDA2NTQgWiBNOS45NDQ5ODEwNCwxNS44NTk2NTU5IEw4Ljk5ODQyNTk5LDE1LjUzMTgyMTQgQzkuNTEwMjY2ODcsMTQuMDY0NTYyNCAxMC4zNjU2NzIyLDEyLjc4MzIwOTUgMTEuNzc1OTg5MSwxMS4zNzU5MjAyIEMxNi4yODYzOTkxLDYuODc1MTkzMDQgMjMuNjI2NDU3OCw2Ljg3NDE5MzU0IDI4LjEzNzg2OTQsMTEuMzc1OTIwMiBDMjkuMjE4NjQ0OSwxMi40NTMzNzYxIDMwLjQwMzU5MTYsMTMuNzg5NzAxMiAzMS4wMTE1OTA1LDE1LjUzMTgyMTQgTDMwLjA2NDAzMzgsMTUuODU5NjU1OSBDMjkuNTI0MTQ2OCwxNC4zMDk0Mzg3IDI4LjQyOTM0ODIsMTMuMDgwMDU5NiAyNy40Mjk3MDU5LDEyLjA4MjU2MzMgQzI1LjQzNDQyOCwxMC4wOTE1Njg4IDIyLjc4MTA2ODksOC45OTYxMjE5NyAxOS45NTc0MzAxLDguOTk2MTIxOTcgQzE3LjEzMzc5MTIsOC45OTYxMjE5NyAxNC40ODA0MzIxLDEwLjA5MTU2ODggMTIuNDg1MTU0MiwxMi4wODI1NjMzIEMxMS4xODcwMjE1LDEzLjM3NzkwOTIgMTAuNDAzNzM0NywxNC41NDIzMjExIDkuOTQ0OTgxMDQsMTUuODU5NjU1OSBMOS45NDQ5ODEwNCwxNS44NTk2NTU5IFonCiAgICAgICAgICAgICAgaWQ9J0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV9JY29uXzMyX1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
229
353
|
}
|
|
230
354
|
},
|
|
231
355
|
{
|
|
@@ -722,26 +846,26 @@
|
|
|
722
846
|
},
|
|
723
847
|
{
|
|
724
848
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
725
|
-
"name": "Amazon SQS
|
|
849
|
+
"name": "Amazon SQS Outbound Connector",
|
|
726
850
|
"id": "io.camunda.connectors.AWSSQS.v1",
|
|
727
|
-
"version": 4,
|
|
728
851
|
"description": "Send message to queue",
|
|
729
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
730
|
-
"
|
|
731
|
-
"elementType": {
|
|
732
|
-
"value": "bpmn:ServiceTask"
|
|
733
|
-
},
|
|
852
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=outbound",
|
|
853
|
+
"version": 10,
|
|
734
854
|
"category": {
|
|
735
855
|
"id": "connectors",
|
|
736
856
|
"name": "Connectors"
|
|
737
857
|
},
|
|
858
|
+
"appliesTo": ["bpmn:Task"],
|
|
859
|
+
"elementType": {
|
|
860
|
+
"value": "bpmn:ServiceTask"
|
|
861
|
+
},
|
|
738
862
|
"groups": [
|
|
739
863
|
{
|
|
740
864
|
"id": "authentication",
|
|
741
865
|
"label": "Authentication"
|
|
742
866
|
},
|
|
743
867
|
{
|
|
744
|
-
"id": "
|
|
868
|
+
"id": "configuration",
|
|
745
869
|
"label": "Queue properties"
|
|
746
870
|
},
|
|
747
871
|
{
|
|
@@ -750,104 +874,121 @@
|
|
|
750
874
|
},
|
|
751
875
|
{
|
|
752
876
|
"id": "output",
|
|
753
|
-
"label": "Output"
|
|
877
|
+
"label": "Output mapping"
|
|
754
878
|
},
|
|
755
879
|
{
|
|
756
|
-
"id": "
|
|
880
|
+
"id": "error",
|
|
757
881
|
"label": "Error handling"
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
"id": "retries",
|
|
885
|
+
"label": "Retries"
|
|
758
886
|
}
|
|
759
887
|
],
|
|
760
888
|
"properties": [
|
|
761
889
|
{
|
|
762
|
-
"type": "Hidden",
|
|
763
890
|
"value": "io.camunda:aws-sqs:1",
|
|
764
891
|
"binding": {
|
|
765
|
-
"
|
|
766
|
-
"
|
|
767
|
-
}
|
|
892
|
+
"property": "type",
|
|
893
|
+
"type": "zeebe:taskDefinition"
|
|
894
|
+
},
|
|
895
|
+
"type": "Hidden"
|
|
768
896
|
},
|
|
769
897
|
{
|
|
770
|
-
"
|
|
771
|
-
"
|
|
898
|
+
"id": "authentication.type",
|
|
899
|
+
"label": "Authentication",
|
|
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",
|
|
772
902
|
"group": "authentication",
|
|
773
|
-
"type": "String",
|
|
774
903
|
"binding": {
|
|
775
|
-
"
|
|
776
|
-
"
|
|
904
|
+
"name": "authentication.type",
|
|
905
|
+
"type": "zeebe:input"
|
|
777
906
|
},
|
|
778
|
-
"
|
|
779
|
-
|
|
780
|
-
|
|
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
|
+
]
|
|
781
918
|
},
|
|
782
919
|
{
|
|
783
|
-
"
|
|
784
|
-
"
|
|
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
|
+
"constraints": {
|
|
925
|
+
"notEmpty": true
|
|
926
|
+
},
|
|
927
|
+
"feel": "optional",
|
|
785
928
|
"group": "authentication",
|
|
786
|
-
"type": "String",
|
|
787
929
|
"binding": {
|
|
788
|
-
"
|
|
789
|
-
"
|
|
930
|
+
"name": "authentication.accessKey",
|
|
931
|
+
"type": "zeebe:input"
|
|
790
932
|
},
|
|
791
|
-
"
|
|
792
|
-
"
|
|
793
|
-
|
|
933
|
+
"condition": {
|
|
934
|
+
"property": "authentication.type",
|
|
935
|
+
"equals": "credentials",
|
|
936
|
+
"type": "simple"
|
|
937
|
+
},
|
|
938
|
+
"type": "String"
|
|
794
939
|
},
|
|
795
940
|
{
|
|
796
|
-
"
|
|
797
|
-
"
|
|
798
|
-
"
|
|
941
|
+
"id": "authentication.secretKey",
|
|
942
|
+
"label": "Secret key",
|
|
943
|
+
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
944
|
+
"optional": false,
|
|
945
|
+
"constraints": {
|
|
946
|
+
"notEmpty": true
|
|
947
|
+
},
|
|
948
|
+
"feel": "optional",
|
|
949
|
+
"group": "authentication",
|
|
799
950
|
"binding": {
|
|
800
|
-
"
|
|
801
|
-
"
|
|
802
|
-
}
|
|
951
|
+
"name": "authentication.secretKey",
|
|
952
|
+
"type": "zeebe:input"
|
|
953
|
+
},
|
|
954
|
+
"condition": {
|
|
955
|
+
"property": "authentication.type",
|
|
956
|
+
"equals": "credentials",
|
|
957
|
+
"type": "simple"
|
|
958
|
+
},
|
|
959
|
+
"type": "String"
|
|
803
960
|
},
|
|
804
961
|
{
|
|
962
|
+
"id": "queue.url",
|
|
805
963
|
"label": "URL",
|
|
806
964
|
"description": "Specify the URL of the SQS queue where you would like to send message to",
|
|
807
|
-
"
|
|
808
|
-
"type": "String",
|
|
809
|
-
"binding": {
|
|
810
|
-
"type": "zeebe:input",
|
|
811
|
-
"name": "queue.url"
|
|
812
|
-
},
|
|
813
|
-
"constraints": {
|
|
814
|
-
"notEmpty": true,
|
|
815
|
-
"pattern": {
|
|
816
|
-
"value": "(^https?://.+)|(^secrets\\..+)",
|
|
817
|
-
"message": "Must be an http(s) URL or a secret.XYZ"
|
|
818
|
-
}
|
|
819
|
-
}
|
|
820
|
-
},
|
|
821
|
-
{
|
|
822
|
-
"label": "Region",
|
|
823
|
-
"description": "Specify the AWS region of your queue",
|
|
824
|
-
"group": "queueProperties",
|
|
825
|
-
"type": "String",
|
|
826
|
-
"binding": {
|
|
827
|
-
"type": "zeebe:input",
|
|
828
|
-
"name": "configuration.region"
|
|
829
|
-
},
|
|
965
|
+
"optional": false,
|
|
830
966
|
"constraints": {
|
|
831
967
|
"notEmpty": true
|
|
832
|
-
}
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
"description": "Backwards compatible region",
|
|
836
|
-
"type": "Hidden",
|
|
837
|
-
"value": "=configuration.region",
|
|
968
|
+
},
|
|
969
|
+
"feel": "optional",
|
|
970
|
+
"group": "configuration",
|
|
838
971
|
"binding": {
|
|
839
|
-
"
|
|
840
|
-
"
|
|
841
|
-
}
|
|
972
|
+
"name": "queue.url",
|
|
973
|
+
"type": "zeebe:input"
|
|
974
|
+
},
|
|
975
|
+
"type": "String"
|
|
842
976
|
},
|
|
843
977
|
{
|
|
844
978
|
"id": "queue.type",
|
|
845
979
|
"label": "Queue type",
|
|
846
980
|
"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",
|
|
847
|
-
"group": "queueProperties",
|
|
848
|
-
"type": "Dropdown",
|
|
849
981
|
"optional": false,
|
|
850
982
|
"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",
|
|
851
992
|
"choices": [
|
|
852
993
|
{
|
|
853
994
|
"name": "Standard",
|
|
@@ -857,121 +998,172 @@
|
|
|
857
998
|
"name": "FIFO",
|
|
858
999
|
"value": "fifo"
|
|
859
1000
|
}
|
|
860
|
-
]
|
|
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",
|
|
861
1010
|
"binding": {
|
|
862
|
-
"
|
|
863
|
-
"
|
|
1011
|
+
"name": "configuration.region",
|
|
1012
|
+
"type": "zeebe:input"
|
|
864
1013
|
},
|
|
865
|
-
"
|
|
866
|
-
"notEmpty": true
|
|
867
|
-
}
|
|
1014
|
+
"type": "String"
|
|
868
1015
|
},
|
|
869
1016
|
{
|
|
870
|
-
"
|
|
871
|
-
"
|
|
872
|
-
"
|
|
873
|
-
"
|
|
1017
|
+
"id": "configuration.endpoint",
|
|
1018
|
+
"label": "Endpoint",
|
|
1019
|
+
"description": "Specify endpoint if need to use custom endpoint",
|
|
1020
|
+
"optional": true,
|
|
1021
|
+
"group": "configuration",
|
|
874
1022
|
"binding": {
|
|
875
|
-
"
|
|
876
|
-
"
|
|
1023
|
+
"name": "configuration.endpoint",
|
|
1024
|
+
"type": "zeebe:input"
|
|
877
1025
|
},
|
|
1026
|
+
"type": "Hidden"
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
"id": "queue.messageBody",
|
|
1030
|
+
"label": "Message body",
|
|
1031
|
+
"description": "Data to send to the SQS queue",
|
|
878
1032
|
"optional": false,
|
|
879
|
-
"condition": {
|
|
880
|
-
"property": "queue.type",
|
|
881
|
-
"equals": "fifo"
|
|
882
|
-
},
|
|
883
1033
|
"constraints": {
|
|
884
1034
|
"notEmpty": true
|
|
885
1035
|
},
|
|
886
|
-
"feel": "
|
|
887
|
-
},
|
|
888
|
-
{
|
|
889
|
-
"label": "Message deduplication ID",
|
|
890
|
-
"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.",
|
|
1036
|
+
"feel": "required",
|
|
891
1037
|
"group": "input",
|
|
892
|
-
"type": "String",
|
|
893
1038
|
"binding": {
|
|
894
|
-
"
|
|
895
|
-
"
|
|
1039
|
+
"name": "queue.messageBody",
|
|
1040
|
+
"type": "zeebe:input"
|
|
896
1041
|
},
|
|
1042
|
+
"type": "Text"
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
"id": "queue.messageAttributes",
|
|
1046
|
+
"label": "Message attributes",
|
|
1047
|
+
"description": "Message attributes metadata",
|
|
897
1048
|
"optional": true,
|
|
898
|
-
"
|
|
899
|
-
|
|
900
|
-
|
|
1049
|
+
"feel": "required",
|
|
1050
|
+
"group": "input",
|
|
1051
|
+
"binding": {
|
|
1052
|
+
"name": "queue.messageAttributes",
|
|
1053
|
+
"type": "zeebe:input"
|
|
901
1054
|
},
|
|
902
|
-
"
|
|
1055
|
+
"type": "Text"
|
|
903
1056
|
},
|
|
904
1057
|
{
|
|
905
|
-
"
|
|
906
|
-
"
|
|
1058
|
+
"id": "queue.messageGroupId",
|
|
1059
|
+
"label": "Message group ID",
|
|
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",
|
|
907
1063
|
"group": "input",
|
|
908
|
-
"type": "Text",
|
|
909
1064
|
"binding": {
|
|
910
|
-
"
|
|
911
|
-
"
|
|
1065
|
+
"name": "queue.messageGroupId",
|
|
1066
|
+
"type": "zeebe:input"
|
|
912
1067
|
},
|
|
913
|
-
"
|
|
914
|
-
"
|
|
1068
|
+
"condition": {
|
|
1069
|
+
"property": "queue.type",
|
|
1070
|
+
"equals": "fifo",
|
|
1071
|
+
"type": "simple"
|
|
915
1072
|
},
|
|
916
|
-
"
|
|
1073
|
+
"type": "String"
|
|
917
1074
|
},
|
|
918
1075
|
{
|
|
919
|
-
"
|
|
920
|
-
"
|
|
921
|
-
"
|
|
922
|
-
"type": "Text",
|
|
1076
|
+
"id": "queue.messageDeduplicationId",
|
|
1077
|
+
"label": "Message deduplication ID",
|
|
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",
|
|
923
1079
|
"optional": true,
|
|
1080
|
+
"feel": "optional",
|
|
1081
|
+
"group": "input",
|
|
924
1082
|
"binding": {
|
|
925
|
-
"
|
|
926
|
-
"
|
|
1083
|
+
"name": "queue.messageDeduplicationId",
|
|
1084
|
+
"type": "zeebe:input"
|
|
927
1085
|
},
|
|
928
|
-
"
|
|
1086
|
+
"condition": {
|
|
1087
|
+
"property": "queue.type",
|
|
1088
|
+
"equals": "fifo",
|
|
1089
|
+
"type": "simple"
|
|
1090
|
+
},
|
|
1091
|
+
"type": "String"
|
|
929
1092
|
},
|
|
930
1093
|
{
|
|
1094
|
+
"id": "resultVariable",
|
|
931
1095
|
"label": "Result variable",
|
|
932
|
-
"description": "Name of variable to store the response in
|
|
1096
|
+
"description": "Name of variable to store the response in",
|
|
933
1097
|
"group": "output",
|
|
934
|
-
"type": "String",
|
|
935
1098
|
"binding": {
|
|
936
|
-
"
|
|
937
|
-
"
|
|
938
|
-
}
|
|
1099
|
+
"key": "resultVariable",
|
|
1100
|
+
"type": "zeebe:taskHeader"
|
|
1101
|
+
},
|
|
1102
|
+
"type": "String"
|
|
939
1103
|
},
|
|
940
1104
|
{
|
|
1105
|
+
"id": "resultExpression",
|
|
941
1106
|
"label": "Result expression",
|
|
942
|
-
"description": "Expression to map the response into process variables
|
|
943
|
-
"group": "output",
|
|
944
|
-
"type": "Text",
|
|
1107
|
+
"description": "Expression to map the response into process variables",
|
|
945
1108
|
"feel": "required",
|
|
1109
|
+
"group": "output",
|
|
946
1110
|
"binding": {
|
|
947
|
-
"
|
|
948
|
-
"
|
|
949
|
-
}
|
|
1111
|
+
"key": "resultExpression",
|
|
1112
|
+
"type": "zeebe:taskHeader"
|
|
1113
|
+
},
|
|
1114
|
+
"type": "Text"
|
|
950
1115
|
},
|
|
951
1116
|
{
|
|
1117
|
+
"id": "errorExpression",
|
|
952
1118
|
"label": "Error expression",
|
|
953
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
954
|
-
"group": "errors",
|
|
955
|
-
"type": "Text",
|
|
1119
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
956
1120
|
"feel": "required",
|
|
1121
|
+
"group": "error",
|
|
957
1122
|
"binding": {
|
|
958
|
-
"
|
|
959
|
-
"
|
|
960
|
-
}
|
|
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
|
+
"binding": {
|
|
1149
|
+
"key": "retryBackoff",
|
|
1150
|
+
"type": "zeebe:taskHeader"
|
|
1151
|
+
},
|
|
1152
|
+
"type": "String"
|
|
961
1153
|
}
|
|
962
1154
|
],
|
|
963
1155
|
"icon": {
|
|
964
|
-
"contents": "data:image/svg+xml
|
|
1156
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0MCA0MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0nMCUnIHkxPScxMDAlJyB4Mj0nMTAwJScgeTI9JzAlJyBpZD0nbGluZWFyR3JhZGllbnQtMSc+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNCMDA4NEQnIG9mZnNldD0nMCUnPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI0ZGNEY4Qicgb2Zmc2V0PScxMDAlJz48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMicgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnCiAgICAgICBmaWxsLXJ1bGU9J2V2ZW5vZGQnPgogICAgICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS1CRy8zMi9BcHBsaWNhdGlvbi1JbnRlZ3JhdGlvbicgZmlsbD0ndXJsKCNsaW5lYXJHcmFkaWVudC0xKSc+CiAgICAgICAgICAgIDxyZWN0IGlkPSdSZWN0YW5nbGUnIHg9JzAnIHk9JzAnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSdNMTQuMzQyMjA1MSwyMi4zNDkzNzg2IEwxNS44NDY2NzY3LDIwLjkwNjEwNzQgQzE1Ljk0MjgzNDcsMjAuODE0MTUzOSAxNS45OTY5MjM1LDIwLjY4NzIxOCAxNS45OTk5Mjg1LDIwLjU1NTI4NDYgQzE2LjAwMTkzMTcsMjAuNDIyMzUxNyAxNS45NTE4NDk1LDIwLjI5MzQxNjggMTUuODU5Njk4MSwyMC4xOTg0NjQ4IEwxNC4zNTUyMjY0LDE4LjY0MzI1MDIgTDEzLjYzNTA0MzMsMTkuMzM3ODk5NCBMMTQuMzExMTU0LDIwLjAzNzU0NiBMMTEuOTkxMzQyOSwyMC4wMzc1NDYgTDExLjk5MTM0MjksMjEuMDM3MDQxMyBMMTQuMjY1MDc4MywyMS4wMzcwNDEzIEwxMy42NDgwNjQ3LDIxLjYyODc0MjUgTDE0LjM0MjIwNTEsMjIuMzQ5Mzc4NiBaIE0yNi4zNTc5NDUyLDIyLjM1MzM3NjUgTDI3LjkwNzQ5MDksMjAuOTAwMTEwNCBDMjguMDA2NjUzOCwyMC44MDgxNTY5IDI4LjA2Mjc0NTksMjAuNjc5MjIyIDI4LjA2NDc0OTIsMjAuNTQ0MjkwMSBDMjguMDY2NzUyNSwyMC40MDkzNTgzIDI4LjAxMzY2NTMsMjAuMjc4NDI0NCAyNy45MTg1MDksMjAuMTgzNDcyNCBMMjYuMzY4OTYzMywxOC42MzcyNTMyIEwyNS42NjA3OTk5LDE5LjM0Mzg5NjMgTDI2LjM1NDk0MDMsMjAuMDM3NTQ2IEwyNC4wMTEwODk2LDIwLjAzNzU0NiBMMjQuMDExMDg5NiwyMS4wMzcwNDEzIEwyNi4yOTg4NDgxLDIxLjAzNzA0MTMgTDI1LjY3MTgxOCwyMS42MjQ3NDQ1IEwyNi4zNTc5NDUyLDIyLjM1MzM3NjUgWiBNMTcuNTg3NTM2NywyMy4zNjA4Njc4IEMxOC4zMzg3NzA4LDIzLjA1NzAyMTIgMTkuMTYyMTIzNSwyMi44OTQxMDM1IDIwLjAwNDUwNzQsMjIuODk0MTAzNSBDMjAuODQ2ODkxMywyMi44OTQxMDM1IDIxLjY3MDI0NCwyMy4wNTcwMjEyIDIyLjQyMTQ3ODEsMjMuMzYwODY3OCBDMjEuNzUyMzc4OSwyMS41ODk3NjIyIDIxLjc1MjM3ODksMTkuMzg5ODczMSAyMi40MjE0NzgxLDE3LjYxODc2NzUgQzIwLjkxOTAwOTgsMTguMjI2NDYwNiAxOS4wOTAwMDUsMTguMjI2NDYwNiAxNy41ODc1MzY3LDE3LjYxODc2NzUgQzE4LjI1NjYzNTksMTkuMzg5ODczMSAxOC4yNTY2MzU5LDIxLjU4OTc2MjIgMTcuNTg3NTM2NywyMy4zNjA4Njc4IEwxNy41ODc1MzY3LDIzLjM2MDg2NzggWiBNMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IEMxNS41NDYxODMsMjUuMjQzOTE2OCAxNS40OTcxMDI0LDI1LjExNTk4MTQgMTUuNDk3MTAyNCwyNC45ODgwNDYgQzE1LjQ5NzEwMjQsMjQuODYwMTEwNiAxNS41NDYxODMsMjQuNzMyMTc1MyAxNS42NDQzNDQzLDI0LjYzNDIyNDcgQzE3LjU4NDUzMTcsMjIuNjk4MjAyNCAxNy41ODQ1MzE3LDE4LjI4MjQzMjQgMTUuNjQ0MzQ0MywxNi4zNDU0MTA2IEMxNS41NDYxODMsMTYuMjQ4NDU5NSAxNS40OTcxMDI0LDE2LjEyMDUyNDEgMTUuNDk3MTAyNCwxNS45OTI1OTEyIEMxNS40OTcxMDI0LDE1Ljg2NDY1MzQgMTUuNTQ2MTgzLDE1LjczNjcxOCAxNS42NDQzNDQzLDE1LjYzODc2NzQgQzE1LjgzOTY2NTIsMTUuNDQzODY1OSAxNi4xNTcxODY4LDE1LjQ0Mzg2NTkgMTYuMzUyNTA3NywxNS42Mzg3Njc0IEMxNy4yNzQwMjE2LDE2LjU1ODMwMzEgMTguNjA1MjA4NiwxNy4wODYwMzY2IDIwLjAwNDUwNzQsMTcuMDg2MDM2NiBDMjEuNDA0ODA3OSwxNy4wODYwMzY2IDIyLjczNTk5NDgsMTYuNTU4MzAzMSAyMy42NTc1MDg4LDE1LjYzODc2NzQgQzIzLjg1MjgyOTYsMTUuNDQzODY1OSAyNC4xNzAzNTEzLDE1LjQ0Mzg2NTkgMjQuMzY1NjcyMiwxNS42Mzg3Njc0IEMyNC40NjI4MzE4LDE1LjczNjcxOCAyNC41MTE5MTI0LDE1Ljg2NDY1MzQgMjQuNTExOTEyNCwxNS45OTI1OTEyIEMyNC41MTE5MTI0LDE2LjEyMDUyNDEgMjQuNDYyODMxOCwxNi4yNDg0NTk1IDI0LjM2NTY3MjIsMTYuMzQ1NDEwNiBDMjIuNDI0NDgzMSwxOC4yODI0MzI0IDIyLjQyNDQ4MzEsMjIuNjk4MjAyNCAyNC4zNjU2NzIyLDI0LjYzNDIyNDcgQzI0LjQ2MjgzMTgsMjQuNzMyMTc1MyAyNC41MTE5MTI0LDI0Ljg2MDExMDYgMjQuNTExOTEyNCwyNC45ODgwNDYgQzI0LjUxMTkxMjQsMjUuMTE1OTgxNCAyNC40NjI4MzE4LDI1LjI0MzkxNjggMjQuMzY1NjcyMiwyNS4zNDA4Njc5IEMyNC4yNjc1MTA5LDI1LjQzODgxODQgMjQuMTM5MzAwMywyNS40ODc3OTM3IDI0LjAxMTA4OTYsMjUuNDg3NzkzNyBDMjMuODgyODc5LDI1LjQ4Nzc5MzcgMjMuNzU0NjY4NCwyNS40Mzg4MTg0IDIzLjY1NzUwODgsMjUuMzQwODY3OSBDMjIuNzM1OTk0OCwyNC40MjEzMzIyIDIxLjQwNDgwNzksMjMuODkzNTk4NyAyMC4wMDQ1MDc0LDIzLjg5MzU5ODcgQzE4LjYwNTIwODYsMjMuODkzNTk4NyAxNy4yNzQwMjE2LDI0LjQyMTMzMjIgMTYuMzUyNTA3NywyNS4zNDA4Njc5IEMxNi4xNTcxODY4LDI1LjUzNTc2OTQgMTUuODM5NjY1MiwyNS41MzU3Njk0IDE1LjY0NDM0NDMsMjUuMzQwODY3OSBMMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IFogTTMyLjU0MjEwNDksMTkuNDM1ODQ5OSBDMzIuMjM2NjAzLDE5LjEzMjAwMzMgMzEuODM2OTQ2NCwxOC45ODAwODAxIDMxLjQzNjI4ODIsMTguOTgwMDgwMSBDMzEuMDM2NjMxNiwxOC45ODAwODAxIDMwLjYzNjk3NSwxOS4xMzIwMDMzIDMwLjMzMTQ3MzEsMTkuNDM1ODQ5OSBDMjkuNzIxNDcxLDIwLjA0NDU0MjUgMjkuNzIxNDcxLDIxLjAzNDA0MjggMzAuMzMxNDczMSwyMS42NDE3MzU5IEMzMC45NDE0NzUzLDIyLjI1MDQyODUgMzEuOTMyMTAyNywyMi4yNTA0Mjg1IDMyLjU0MjEwNDksMjEuNjQxNzM1OSBDMzMuMTUxMTA1NCwyMS4wMzQwNDI4IDMzLjE1MTEwNTQsMjAuMDQ0NTQyNSAzMi41NDIxMDQ5LDE5LjQzNTg0OTkgTDMyLjU0MjEwNDksMTkuNDM1ODQ5OSBaIE0zMy4yNTAyNjgzLDIyLjM0OTM3ODYgQzMyLjc1MDQ0NzIsMjIuODQ4MTI2NyAzMi4wOTMzNjc3LDIzLjA5ODAwMDUgMzEuNDM2Mjg4MiwyMy4wOTgwMDA1IEMzMC43ODAyMTAzLDIzLjA5ODAwMDUgMzAuMTIzMTMwOSwyMi44NDgxMjY3IDI5LjYyMzMwOTcsMjIuMzQ5Mzc4NiBDMjguNjIzNjY3NSwyMS4zNTA4ODI4IDI4LjYyMzY2NzUsMTkuNzI3NzAyNSAyOS42MjMzMDk3LDE4LjcyOTIwNjggQzMwLjYyMjk1MiwxNy43MzE3MTA1IDMyLjI1MDYyNiwxNy43MzE3MTA1IDMzLjI1MDI2ODMsMTguNzI5MjA2OCBDMzQuMjQ5OTEwNiwxOS43Mjc3MDI1IDM0LjI0OTkxMDYsMjEuMzUwODgyOCAzMy4yNTAyNjgzLDIyLjM0OTM3ODYgTDMzLjI1MDI2ODMsMjIuMzQ5Mzc4NiBaIE05LjY2ODUyNjg3LDE5LjQ0Njg0NDMgQzkuMzYzMDI0OTcsMTkuMTQyOTk3OCA4Ljk2MzM2ODM5LDE4Ljk5MTA3NDUgOC41NjI3MTAxNywxOC45OTEwNzQ1IEM4LjE2MzA1MzU5LDE4Ljk5MTA3NDUgNy43NjMzOTcwMSwxOS4xNDI5OTc4IDcuNDU3ODk1MTEsMTkuNDQ2ODQ0MyBDNi44NDg4OTQ2MSwyMC4wNTU1MzcgNi44NDg4OTQ2MSwyMS4wNDUwMzczIDcuNDU3ODk1MTEsMjEuNjUyNzMwNCBDOC4wNjc4OTcyNiwyMi4yNjE0MjMgOS4wNTg1MjQ3MiwyMi4yNjE0MjMgOS42Njg1MjY4NywyMS42NTI3MzA0IEMxMC4yNzc1Mjc0LDIxLjA0NTAzNzMgMTAuMjc3NTI3NCwyMC4wNTU1MzcgOS42Njg1MjY4NywxOS40NDY4NDQzIEw5LjY2ODUyNjg3LDE5LjQ0Njg0NDMgWiBNMTAuMzc2NjkwMywyMi4zNTkzNzM1IEM5Ljg3Njg2OTE0LDIyLjg1ODEyMTcgOS4yMTk3ODk2NSwyMy4xMDc5OTU1IDguNTYyNzEwMTcsMjMuMTA3OTk1NSBDNy45MDY2MzIzMiwyMy4xMDc5OTU1IDcuMjQ5NTUyODQsMjIuODU4MTIxNyA2Ljc0OTczMTcsMjIuMzU5MzczNSBDNS43NTAwODk0MywyMS4zNjE4NzczIDUuNzUwMDg5NDMsMTkuNzM4Njk3IDYuNzQ5NzMxNywxOC43NDAyMDEyIEM3Ljc0OTM3Mzk3LDE3Ljc0MjcwNDkgOS4zNzcwNDgwMSwxNy43NDI3MDQ5IDEwLjM3NjY5MDMsMTguNzQwMjAxMiBDMTEuMzc2MzMyNSwxOS43Mzg2OTcgMTEuMzc2MzMyNSwyMS4zNjE4NzczIDEwLjM3NjY5MDMsMjIuMzU5MzczNSBMMTAuMzc2NjkwMywyMi4zNTkzNzM1IFogTTI3LjQzMzcxMjUsMjguOTEwMDY1NCBDMjUuNDM2NDMxMywzMC45MDMwNTkgMjIuNzgyMDcwNSwzMi4wMDA1MDQ3IDE5Ljk1NzQzMDEsMzIuMDAwNTA0NyBDMTcuMTMyNzg5NiwzMi4wMDA1MDQ3IDE0LjQ3ODQyODgsMzAuOTAzMDU5IDEyLjQ4MjE0OTIsMjguOTEwMDY1NCBDMTEuMTY1OTg3LDI3LjU5NzcyODEgMTAuNDA3NzQxMywyNi40NjkyOTggOS45NDQ5ODEwNCwyNS4xMzU5NzEzIEw4Ljk5ODQyNTk5LDI1LjQ2MjgwNjMgQzkuNTA3MjYxOTMsMjYuOTI5MDY1OCAxMC4zNjI2NjcyLDI4LjIxMDQxODcgMTEuNzczOTg1OCwyOS42MTY3MDg2IEMxMy45NTg1NzQ4LDMxLjc5ODYwNjcgMTYuODY2MzUxOSwzMyAxOS45NTc0MzAxLDMzIEMyMy4wNDk1MDk5LDMzIDI1Ljk1NjI4NTMsMzEuNzk4NjA2NyAyOC4xNDE4NzU5LDI5LjYxNjcwODYgQzI5LjI4Mjc1MDIsMjguNDc4MjgzNSAzMC40MjA2MTk2LDI3LjE4NjkzNTYgMzEuMDExNTkwNSwyNS40NjA4MDczIEwzMC4wNjQwMzM4LDI1LjEzNzk3MDMgQzI5LjUzOTE3MTUsMjYuNjcwMTk2NiAyOC40ODk0NDY5LDI3Ljg1NjU5NzQgMjcuNDMzNzEyNSwyOC45MTAwNjU0IEwyNy40MzM3MTI1LDI4LjkxMDA2NTQgWiBNOS45NDQ5ODEwNCwxNS44NTk2NTU5IEw4Ljk5ODQyNTk5LDE1LjUzMTgyMTQgQzkuNTEwMjY2ODcsMTQuMDY0NTYyNCAxMC4zNjU2NzIyLDEyLjc4MzIwOTUgMTEuNzc1OTg5MSwxMS4zNzU5MjAyIEMxNi4yODYzOTkxLDYuODc1MTkzMDQgMjMuNjI2NDU3OCw2Ljg3NDE5MzU0IDI4LjEzNzg2OTQsMTEuMzc1OTIwMiBDMjkuMjE4NjQ0OSwxMi40NTMzNzYxIDMwLjQwMzU5MTYsMTMuNzg5NzAxMiAzMS4wMTE1OTA1LDE1LjUzMTgyMTQgTDMwLjA2NDAzMzgsMTUuODU5NjU1OSBDMjkuNTI0MTQ2OCwxNC4zMDk0Mzg3IDI4LjQyOTM0ODIsMTMuMDgwMDU5NiAyNy40Mjk3MDU5LDEyLjA4MjU2MzMgQzI1LjQzNDQyOCwxMC4wOTE1Njg4IDIyLjc4MTA2ODksOC45OTYxMjE5NyAxOS45NTc0MzAxLDguOTk2MTIxOTcgQzE3LjEzMzc5MTIsOC45OTYxMjE5NyAxNC40ODA0MzIxLDEwLjA5MTU2ODggMTIuNDg1MTU0MiwxMi4wODI1NjMzIEMxMS4xODcwMjE1LDEzLjM3NzkwOTIgMTAuNDAzNzM0NywxNC41NDIzMjExIDkuOTQ0OTgxMDQsMTUuODU5NjU1OSBMOS45NDQ5ODEwNCwxNS44NTk2NTU5IFonCiAgICAgICAgICAgICAgaWQ9J0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV9JY29uXzMyX1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
965
1157
|
},
|
|
966
1158
|
"engines": {
|
|
967
|
-
"camunda": "^8.
|
|
1159
|
+
"camunda": "^8.5"
|
|
968
1160
|
}
|
|
969
1161
|
},
|
|
970
1162
|
{
|
|
971
1163
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
972
1164
|
"name": "Amazon SQS connector",
|
|
973
1165
|
"id": "io.camunda.connectors.AWSSQS.v1",
|
|
974
|
-
"version":
|
|
1166
|
+
"version": 2,
|
|
975
1167
|
"description": "Send message to queue",
|
|
976
1168
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs/",
|
|
977
1169
|
"appliesTo": ["bpmn:Task"],
|
|
@@ -1063,7 +1255,7 @@
|
|
|
1063
1255
|
"type": "String",
|
|
1064
1256
|
"binding": {
|
|
1065
1257
|
"type": "zeebe:input",
|
|
1066
|
-
"name": "
|
|
1258
|
+
"name": "queue.region"
|
|
1067
1259
|
},
|
|
1068
1260
|
"constraints": {
|
|
1069
1261
|
"notEmpty": true
|
|
@@ -1427,26 +1619,26 @@
|
|
|
1427
1619
|
},
|
|
1428
1620
|
{
|
|
1429
1621
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1430
|
-
"name": "Amazon SQS
|
|
1622
|
+
"name": "Amazon SQS connector",
|
|
1431
1623
|
"id": "io.camunda.connectors.AWSSQS.v1",
|
|
1624
|
+
"version": 4,
|
|
1432
1625
|
"description": "Send message to queue",
|
|
1433
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
1434
|
-
"version": 10,
|
|
1435
|
-
"category": {
|
|
1436
|
-
"id": "connectors",
|
|
1437
|
-
"name": "Connectors"
|
|
1438
|
-
},
|
|
1626
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs/",
|
|
1439
1627
|
"appliesTo": ["bpmn:Task"],
|
|
1440
1628
|
"elementType": {
|
|
1441
1629
|
"value": "bpmn:ServiceTask"
|
|
1442
1630
|
},
|
|
1631
|
+
"category": {
|
|
1632
|
+
"id": "connectors",
|
|
1633
|
+
"name": "Connectors"
|
|
1634
|
+
},
|
|
1443
1635
|
"groups": [
|
|
1444
1636
|
{
|
|
1445
1637
|
"id": "authentication",
|
|
1446
1638
|
"label": "Authentication"
|
|
1447
1639
|
},
|
|
1448
1640
|
{
|
|
1449
|
-
"id": "
|
|
1641
|
+
"id": "queueProperties",
|
|
1450
1642
|
"label": "Queue properties"
|
|
1451
1643
|
},
|
|
1452
1644
|
{
|
|
@@ -1455,121 +1647,104 @@
|
|
|
1455
1647
|
},
|
|
1456
1648
|
{
|
|
1457
1649
|
"id": "output",
|
|
1458
|
-
"label": "Output
|
|
1650
|
+
"label": "Output"
|
|
1459
1651
|
},
|
|
1460
1652
|
{
|
|
1461
|
-
"id": "
|
|
1653
|
+
"id": "errors",
|
|
1462
1654
|
"label": "Error handling"
|
|
1463
|
-
},
|
|
1464
|
-
{
|
|
1465
|
-
"id": "retries",
|
|
1466
|
-
"label": "Retries"
|
|
1467
1655
|
}
|
|
1468
1656
|
],
|
|
1469
1657
|
"properties": [
|
|
1470
1658
|
{
|
|
1659
|
+
"type": "Hidden",
|
|
1471
1660
|
"value": "io.camunda:aws-sqs:1",
|
|
1472
1661
|
"binding": {
|
|
1473
|
-
"
|
|
1474
|
-
"
|
|
1475
|
-
}
|
|
1476
|
-
"type": "Hidden"
|
|
1662
|
+
"type": "zeebe:taskDefinition",
|
|
1663
|
+
"property": "type"
|
|
1664
|
+
}
|
|
1477
1665
|
},
|
|
1478
1666
|
{
|
|
1479
|
-
"
|
|
1480
|
-
"
|
|
1481
|
-
"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>",
|
|
1482
|
-
"value": "credentials",
|
|
1667
|
+
"label": "Access key",
|
|
1668
|
+
"description": "Provide AWS IAM access key that has permission to send to desired SQS",
|
|
1483
1669
|
"group": "authentication",
|
|
1670
|
+
"type": "String",
|
|
1484
1671
|
"binding": {
|
|
1485
|
-
"
|
|
1486
|
-
"
|
|
1672
|
+
"type": "zeebe:input",
|
|
1673
|
+
"name": "authentication.accessKey"
|
|
1487
1674
|
},
|
|
1488
|
-
"type": "Dropdown",
|
|
1489
|
-
"choices": [
|
|
1490
|
-
{
|
|
1491
|
-
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
1492
|
-
"value": "defaultCredentialsChain"
|
|
1493
|
-
},
|
|
1494
|
-
{
|
|
1495
|
-
"name": "Credentials",
|
|
1496
|
-
"value": "credentials"
|
|
1497
|
-
}
|
|
1498
|
-
]
|
|
1499
|
-
},
|
|
1500
|
-
{
|
|
1501
|
-
"id": "authentication.accessKey",
|
|
1502
|
-
"label": "Access key",
|
|
1503
|
-
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
1504
|
-
"optional": false,
|
|
1505
1675
|
"constraints": {
|
|
1506
1676
|
"notEmpty": true
|
|
1507
|
-
}
|
|
1508
|
-
|
|
1677
|
+
}
|
|
1678
|
+
},
|
|
1679
|
+
{
|
|
1680
|
+
"label": "Secret key",
|
|
1681
|
+
"description": "Provide AWS IAM secret key that has permission to send to desired SQS",
|
|
1509
1682
|
"group": "authentication",
|
|
1683
|
+
"type": "String",
|
|
1510
1684
|
"binding": {
|
|
1511
|
-
"
|
|
1512
|
-
"
|
|
1513
|
-
},
|
|
1514
|
-
"condition": {
|
|
1515
|
-
"property": "authentication.type",
|
|
1516
|
-
"equals": "credentials",
|
|
1517
|
-
"type": "simple"
|
|
1685
|
+
"type": "zeebe:input",
|
|
1686
|
+
"name": "authentication.secretKey"
|
|
1518
1687
|
},
|
|
1519
|
-
"type": "String"
|
|
1520
|
-
},
|
|
1521
|
-
{
|
|
1522
|
-
"id": "authentication.secretKey",
|
|
1523
|
-
"label": "Secret key",
|
|
1524
|
-
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
1525
|
-
"optional": false,
|
|
1526
1688
|
"constraints": {
|
|
1527
1689
|
"notEmpty": true
|
|
1528
|
-
}
|
|
1529
|
-
|
|
1530
|
-
|
|
1690
|
+
}
|
|
1691
|
+
},
|
|
1692
|
+
{
|
|
1693
|
+
"type": "Hidden",
|
|
1694
|
+
"description": "This value forces to evaluate configuration first in order",
|
|
1695
|
+
"value": "nonce",
|
|
1531
1696
|
"binding": {
|
|
1532
|
-
"
|
|
1533
|
-
"
|
|
1534
|
-
}
|
|
1535
|
-
"condition": {
|
|
1536
|
-
"property": "authentication.type",
|
|
1537
|
-
"equals": "credentials",
|
|
1538
|
-
"type": "simple"
|
|
1539
|
-
},
|
|
1540
|
-
"type": "String"
|
|
1697
|
+
"type": "zeebe:input",
|
|
1698
|
+
"name": "configuration.nonce"
|
|
1699
|
+
}
|
|
1541
1700
|
},
|
|
1542
1701
|
{
|
|
1543
|
-
"id": "queue.url",
|
|
1544
1702
|
"label": "URL",
|
|
1545
1703
|
"description": "Specify the URL of the SQS queue where you would like to send message to",
|
|
1546
|
-
"
|
|
1547
|
-
"
|
|
1548
|
-
|
|
1704
|
+
"group": "queueProperties",
|
|
1705
|
+
"type": "String",
|
|
1706
|
+
"binding": {
|
|
1707
|
+
"type": "zeebe:input",
|
|
1708
|
+
"name": "queue.url"
|
|
1549
1709
|
},
|
|
1550
|
-
"
|
|
1551
|
-
|
|
1710
|
+
"constraints": {
|
|
1711
|
+
"notEmpty": true,
|
|
1712
|
+
"pattern": {
|
|
1713
|
+
"value": "(^https?://.+)|(^secrets\\..+)",
|
|
1714
|
+
"message": "Must be an http(s) URL or a secret.XYZ"
|
|
1715
|
+
}
|
|
1716
|
+
}
|
|
1717
|
+
},
|
|
1718
|
+
{
|
|
1719
|
+
"label": "Region",
|
|
1720
|
+
"description": "Specify the AWS region of your queue",
|
|
1721
|
+
"group": "queueProperties",
|
|
1722
|
+
"type": "String",
|
|
1552
1723
|
"binding": {
|
|
1553
|
-
"
|
|
1554
|
-
"
|
|
1724
|
+
"type": "zeebe:input",
|
|
1725
|
+
"name": "configuration.region"
|
|
1555
1726
|
},
|
|
1556
|
-
"
|
|
1727
|
+
"constraints": {
|
|
1728
|
+
"notEmpty": true
|
|
1729
|
+
}
|
|
1730
|
+
},
|
|
1731
|
+
{
|
|
1732
|
+
"description": "Backwards compatible region",
|
|
1733
|
+
"type": "Hidden",
|
|
1734
|
+
"value": "=configuration.region",
|
|
1735
|
+
"binding": {
|
|
1736
|
+
"type": "zeebe:input",
|
|
1737
|
+
"name": "queue.region"
|
|
1738
|
+
}
|
|
1557
1739
|
},
|
|
1558
1740
|
{
|
|
1559
1741
|
"id": "queue.type",
|
|
1560
1742
|
"label": "Queue type",
|
|
1561
1743
|
"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",
|
|
1744
|
+
"group": "queueProperties",
|
|
1745
|
+
"type": "Dropdown",
|
|
1562
1746
|
"optional": false,
|
|
1563
1747
|
"value": "standard",
|
|
1564
|
-
"constraints": {
|
|
1565
|
-
"notEmpty": true
|
|
1566
|
-
},
|
|
1567
|
-
"group": "configuration",
|
|
1568
|
-
"binding": {
|
|
1569
|
-
"name": "queue.type",
|
|
1570
|
-
"type": "zeebe:input"
|
|
1571
|
-
},
|
|
1572
|
-
"type": "Dropdown",
|
|
1573
1748
|
"choices": [
|
|
1574
1749
|
{
|
|
1575
1750
|
"name": "Standard",
|
|
@@ -1579,165 +1754,114 @@
|
|
|
1579
1754
|
"name": "FIFO",
|
|
1580
1755
|
"value": "fifo"
|
|
1581
1756
|
}
|
|
1582
|
-
]
|
|
1583
|
-
},
|
|
1584
|
-
{
|
|
1585
|
-
"id": "configuration.region",
|
|
1586
|
-
"label": "Region",
|
|
1587
|
-
"description": "Specify the AWS region",
|
|
1588
|
-
"optional": true,
|
|
1589
|
-
"feel": "optional",
|
|
1590
|
-
"group": "configuration",
|
|
1757
|
+
],
|
|
1591
1758
|
"binding": {
|
|
1592
|
-
"
|
|
1593
|
-
"
|
|
1759
|
+
"type": "zeebe:input",
|
|
1760
|
+
"name": "queue.type"
|
|
1594
1761
|
},
|
|
1595
|
-
"
|
|
1762
|
+
"constraints": {
|
|
1763
|
+
"notEmpty": true
|
|
1764
|
+
}
|
|
1596
1765
|
},
|
|
1597
1766
|
{
|
|
1598
|
-
"
|
|
1599
|
-
"
|
|
1600
|
-
"
|
|
1601
|
-
"
|
|
1602
|
-
"group": "configuration",
|
|
1767
|
+
"label": "Message group ID",
|
|
1768
|
+
"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.",
|
|
1769
|
+
"group": "input",
|
|
1770
|
+
"type": "String",
|
|
1603
1771
|
"binding": {
|
|
1604
|
-
"
|
|
1605
|
-
"
|
|
1772
|
+
"type": "zeebe:input",
|
|
1773
|
+
"name": "queue.messageGroupId"
|
|
1606
1774
|
},
|
|
1607
|
-
"type": "Hidden"
|
|
1608
|
-
},
|
|
1609
|
-
{
|
|
1610
|
-
"id": "queue.messageBody",
|
|
1611
|
-
"label": "Message body",
|
|
1612
|
-
"description": "Data to send to the SQS queue",
|
|
1613
1775
|
"optional": false,
|
|
1776
|
+
"condition": {
|
|
1777
|
+
"property": "queue.type",
|
|
1778
|
+
"equals": "fifo"
|
|
1779
|
+
},
|
|
1614
1780
|
"constraints": {
|
|
1615
1781
|
"notEmpty": true
|
|
1616
1782
|
},
|
|
1617
|
-
"feel": "
|
|
1618
|
-
"group": "input",
|
|
1619
|
-
"binding": {
|
|
1620
|
-
"name": "queue.messageBody",
|
|
1621
|
-
"type": "zeebe:input"
|
|
1622
|
-
},
|
|
1623
|
-
"type": "Text"
|
|
1783
|
+
"feel": "optional"
|
|
1624
1784
|
},
|
|
1625
1785
|
{
|
|
1626
|
-
"
|
|
1627
|
-
"
|
|
1628
|
-
"description": "Message attributes metadata",
|
|
1629
|
-
"optional": true,
|
|
1630
|
-
"feel": "required",
|
|
1786
|
+
"label": "Message deduplication ID",
|
|
1787
|
+
"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.",
|
|
1631
1788
|
"group": "input",
|
|
1789
|
+
"type": "String",
|
|
1632
1790
|
"binding": {
|
|
1633
|
-
"
|
|
1634
|
-
"
|
|
1791
|
+
"type": "zeebe:input",
|
|
1792
|
+
"name": "queue.messageDeduplicationId"
|
|
1635
1793
|
},
|
|
1636
|
-
"
|
|
1794
|
+
"optional": true,
|
|
1795
|
+
"condition": {
|
|
1796
|
+
"property": "queue.type",
|
|
1797
|
+
"equals": "fifo"
|
|
1798
|
+
},
|
|
1799
|
+
"feel": "optional"
|
|
1637
1800
|
},
|
|
1638
1801
|
{
|
|
1639
|
-
"
|
|
1640
|
-
"
|
|
1641
|
-
"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",
|
|
1642
|
-
"optional": false,
|
|
1643
|
-
"feel": "optional",
|
|
1802
|
+
"label": "Message body",
|
|
1803
|
+
"description": "Data to send to the SQS queue",
|
|
1644
1804
|
"group": "input",
|
|
1805
|
+
"type": "Text",
|
|
1645
1806
|
"binding": {
|
|
1646
|
-
"
|
|
1647
|
-
"
|
|
1807
|
+
"type": "zeebe:input",
|
|
1808
|
+
"name": "queue.messageBody"
|
|
1648
1809
|
},
|
|
1649
|
-
"
|
|
1650
|
-
"
|
|
1651
|
-
"equals": "fifo",
|
|
1652
|
-
"type": "simple"
|
|
1810
|
+
"constraints": {
|
|
1811
|
+
"notEmpty": true
|
|
1653
1812
|
},
|
|
1654
|
-
"
|
|
1813
|
+
"feel": "required"
|
|
1655
1814
|
},
|
|
1656
1815
|
{
|
|
1657
|
-
"
|
|
1658
|
-
"
|
|
1659
|
-
"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",
|
|
1660
|
-
"optional": true,
|
|
1661
|
-
"feel": "optional",
|
|
1816
|
+
"label": "Message attributes",
|
|
1817
|
+
"description": "Message attributes metadata",
|
|
1662
1818
|
"group": "input",
|
|
1819
|
+
"type": "Text",
|
|
1820
|
+
"optional": true,
|
|
1663
1821
|
"binding": {
|
|
1664
|
-
"
|
|
1665
|
-
"
|
|
1666
|
-
},
|
|
1667
|
-
"condition": {
|
|
1668
|
-
"property": "queue.type",
|
|
1669
|
-
"equals": "fifo",
|
|
1670
|
-
"type": "simple"
|
|
1822
|
+
"type": "zeebe:input",
|
|
1823
|
+
"name": "queue.messageAttributes"
|
|
1671
1824
|
},
|
|
1672
|
-
"
|
|
1825
|
+
"feel": "required"
|
|
1673
1826
|
},
|
|
1674
1827
|
{
|
|
1675
|
-
"id": "resultVariable",
|
|
1676
1828
|
"label": "Result variable",
|
|
1677
|
-
"description": "Name of variable to store the response in",
|
|
1829
|
+
"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>",
|
|
1678
1830
|
"group": "output",
|
|
1831
|
+
"type": "String",
|
|
1679
1832
|
"binding": {
|
|
1680
|
-
"
|
|
1681
|
-
"
|
|
1682
|
-
}
|
|
1683
|
-
"type": "String"
|
|
1833
|
+
"type": "zeebe:taskHeader",
|
|
1834
|
+
"key": "resultVariable"
|
|
1835
|
+
}
|
|
1684
1836
|
},
|
|
1685
1837
|
{
|
|
1686
|
-
"id": "resultExpression",
|
|
1687
1838
|
"label": "Result expression",
|
|
1688
|
-
"description": "Expression to map the response into process variables",
|
|
1689
|
-
"feel": "required",
|
|
1839
|
+
"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>",
|
|
1690
1840
|
"group": "output",
|
|
1841
|
+
"type": "Text",
|
|
1842
|
+
"feel": "required",
|
|
1691
1843
|
"binding": {
|
|
1692
|
-
"
|
|
1693
|
-
"
|
|
1694
|
-
}
|
|
1695
|
-
"type": "Text"
|
|
1844
|
+
"type": "zeebe:taskHeader",
|
|
1845
|
+
"key": "resultExpression"
|
|
1846
|
+
}
|
|
1696
1847
|
},
|
|
1697
1848
|
{
|
|
1698
|
-
"id": "errorExpression",
|
|
1699
1849
|
"label": "Error expression",
|
|
1700
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
1850
|
+
"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>",
|
|
1851
|
+
"group": "errors",
|
|
1852
|
+
"type": "Text",
|
|
1701
1853
|
"feel": "required",
|
|
1702
|
-
"group": "error",
|
|
1703
1854
|
"binding": {
|
|
1704
|
-
"
|
|
1705
|
-
"
|
|
1706
|
-
}
|
|
1707
|
-
"type": "Text"
|
|
1708
|
-
},
|
|
1709
|
-
{
|
|
1710
|
-
"id": "retryCount",
|
|
1711
|
-
"label": "Retries",
|
|
1712
|
-
"description": "Number of retries",
|
|
1713
|
-
"value": "3",
|
|
1714
|
-
"feel": "optional",
|
|
1715
|
-
"group": "retries",
|
|
1716
|
-
"binding": {
|
|
1717
|
-
"property": "retries",
|
|
1718
|
-
"type": "zeebe:taskDefinition"
|
|
1719
|
-
},
|
|
1720
|
-
"type": "String"
|
|
1721
|
-
},
|
|
1722
|
-
{
|
|
1723
|
-
"id": "retryBackoff",
|
|
1724
|
-
"label": "Retry backoff",
|
|
1725
|
-
"description": "ISO-8601 duration to wait between retries",
|
|
1726
|
-
"value": "PT0S",
|
|
1727
|
-
"feel": "optional",
|
|
1728
|
-
"group": "retries",
|
|
1729
|
-
"binding": {
|
|
1730
|
-
"key": "retryBackoff",
|
|
1731
|
-
"type": "zeebe:taskHeader"
|
|
1732
|
-
},
|
|
1733
|
-
"type": "String"
|
|
1855
|
+
"type": "zeebe:taskHeader",
|
|
1856
|
+
"key": "errorExpression"
|
|
1857
|
+
}
|
|
1734
1858
|
}
|
|
1735
1859
|
],
|
|
1736
1860
|
"icon": {
|
|
1737
|
-
"contents": "data:image/svg+xml
|
|
1861
|
+
"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"
|
|
1738
1862
|
},
|
|
1739
1863
|
"engines": {
|
|
1740
|
-
"camunda": "^8.
|
|
1864
|
+
"camunda": "^8.2"
|
|
1741
1865
|
}
|
|
1742
1866
|
},
|
|
1743
1867
|
{
|
|
@@ -1971,29 +2095,18 @@
|
|
|
1971
2095
|
},
|
|
1972
2096
|
{
|
|
1973
2097
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1974
|
-
"name": "Amazon SQS
|
|
2098
|
+
"name": "Amazon SQS connector",
|
|
1975
2099
|
"id": "io.camunda.connectors.AWSSQS.v1",
|
|
1976
|
-
"
|
|
1977
|
-
"
|
|
1978
|
-
|
|
1979
|
-
"send message",
|
|
1980
|
-
"publish message",
|
|
1981
|
-
"send message to queue",
|
|
1982
|
-
"publish message to queue"
|
|
1983
|
-
]
|
|
1984
|
-
},
|
|
1985
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=outbound",
|
|
1986
|
-
"version": 11,
|
|
1987
|
-
"category": {
|
|
1988
|
-
"id": "connectors",
|
|
1989
|
-
"name": "Connectors"
|
|
1990
|
-
},
|
|
2100
|
+
"version": 3,
|
|
2101
|
+
"description": "Send message to queue",
|
|
2102
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs/",
|
|
1991
2103
|
"appliesTo": ["bpmn:Task"],
|
|
1992
2104
|
"elementType": {
|
|
1993
2105
|
"value": "bpmn:ServiceTask"
|
|
1994
2106
|
},
|
|
1995
|
-
"
|
|
1996
|
-
"
|
|
2107
|
+
"category": {
|
|
2108
|
+
"id": "connectors",
|
|
2109
|
+
"name": "Connectors"
|
|
1997
2110
|
},
|
|
1998
2111
|
"groups": [
|
|
1999
2112
|
{
|
|
@@ -2001,134 +2114,95 @@
|
|
|
2001
2114
|
"label": "Authentication"
|
|
2002
2115
|
},
|
|
2003
2116
|
{
|
|
2004
|
-
"id": "
|
|
2117
|
+
"id": "queueProperties",
|
|
2005
2118
|
"label": "Queue properties"
|
|
2006
2119
|
},
|
|
2007
2120
|
{
|
|
2008
2121
|
"id": "input",
|
|
2009
2122
|
"label": "Input message data"
|
|
2010
2123
|
},
|
|
2011
|
-
{
|
|
2012
|
-
"id": "connector",
|
|
2013
|
-
"label": "Connector"
|
|
2014
|
-
},
|
|
2015
2124
|
{
|
|
2016
2125
|
"id": "output",
|
|
2017
|
-
"label": "Output
|
|
2126
|
+
"label": "Output"
|
|
2018
2127
|
},
|
|
2019
2128
|
{
|
|
2020
|
-
"id": "
|
|
2129
|
+
"id": "errors",
|
|
2021
2130
|
"label": "Error handling"
|
|
2022
|
-
},
|
|
2023
|
-
{
|
|
2024
|
-
"id": "retries",
|
|
2025
|
-
"label": "Retries"
|
|
2026
2131
|
}
|
|
2027
2132
|
],
|
|
2028
2133
|
"properties": [
|
|
2029
2134
|
{
|
|
2135
|
+
"type": "Hidden",
|
|
2030
2136
|
"value": "io.camunda:aws-sqs:1",
|
|
2031
2137
|
"binding": {
|
|
2032
|
-
"
|
|
2033
|
-
"
|
|
2034
|
-
}
|
|
2035
|
-
"type": "Hidden"
|
|
2036
|
-
},
|
|
2037
|
-
{
|
|
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",
|
|
2042
|
-
"group": "authentication",
|
|
2043
|
-
"binding": {
|
|
2044
|
-
"name": "authentication.type",
|
|
2045
|
-
"type": "zeebe:input"
|
|
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
|
-
]
|
|
2138
|
+
"type": "zeebe:taskDefinition",
|
|
2139
|
+
"property": "type"
|
|
2140
|
+
}
|
|
2058
2141
|
},
|
|
2059
2142
|
{
|
|
2060
|
-
"id": "authentication.accessKey",
|
|
2061
2143
|
"label": "Access key",
|
|
2062
|
-
"description": "Provide
|
|
2063
|
-
"optional": false,
|
|
2064
|
-
"constraints": {
|
|
2065
|
-
"notEmpty": true
|
|
2066
|
-
},
|
|
2067
|
-
"feel": "optional",
|
|
2144
|
+
"description": "Provide AWS IAM access key that has permission to send to desired SQS",
|
|
2068
2145
|
"group": "authentication",
|
|
2146
|
+
"type": "String",
|
|
2069
2147
|
"binding": {
|
|
2070
|
-
"
|
|
2071
|
-
"
|
|
2072
|
-
},
|
|
2073
|
-
"condition": {
|
|
2074
|
-
"property": "authentication.type",
|
|
2075
|
-
"equals": "credentials",
|
|
2076
|
-
"type": "simple"
|
|
2148
|
+
"type": "zeebe:input",
|
|
2149
|
+
"name": "authentication.accessKey"
|
|
2077
2150
|
},
|
|
2078
|
-
"type": "String"
|
|
2079
|
-
},
|
|
2080
|
-
{
|
|
2081
|
-
"id": "authentication.secretKey",
|
|
2082
|
-
"label": "Secret key",
|
|
2083
|
-
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
2084
|
-
"optional": false,
|
|
2085
2151
|
"constraints": {
|
|
2086
2152
|
"notEmpty": true
|
|
2087
|
-
}
|
|
2088
|
-
|
|
2153
|
+
}
|
|
2154
|
+
},
|
|
2155
|
+
{
|
|
2156
|
+
"label": "Secret key",
|
|
2157
|
+
"description": "Provide AWS IAM secret key that has permission to send to desired SQS",
|
|
2089
2158
|
"group": "authentication",
|
|
2159
|
+
"type": "String",
|
|
2090
2160
|
"binding": {
|
|
2091
|
-
"
|
|
2092
|
-
"
|
|
2093
|
-
},
|
|
2094
|
-
"condition": {
|
|
2095
|
-
"property": "authentication.type",
|
|
2096
|
-
"equals": "credentials",
|
|
2097
|
-
"type": "simple"
|
|
2161
|
+
"type": "zeebe:input",
|
|
2162
|
+
"name": "authentication.secretKey"
|
|
2098
2163
|
},
|
|
2099
|
-
"
|
|
2164
|
+
"constraints": {
|
|
2165
|
+
"notEmpty": true
|
|
2166
|
+
}
|
|
2100
2167
|
},
|
|
2101
2168
|
{
|
|
2102
|
-
"id": "queue.url",
|
|
2103
2169
|
"label": "URL",
|
|
2104
2170
|
"description": "Specify the URL of the SQS queue where you would like to send message to",
|
|
2105
|
-
"
|
|
2106
|
-
"
|
|
2107
|
-
|
|
2171
|
+
"group": "queueProperties",
|
|
2172
|
+
"type": "String",
|
|
2173
|
+
"binding": {
|
|
2174
|
+
"type": "zeebe:input",
|
|
2175
|
+
"name": "queue.url"
|
|
2108
2176
|
},
|
|
2109
|
-
"
|
|
2110
|
-
|
|
2177
|
+
"constraints": {
|
|
2178
|
+
"notEmpty": true,
|
|
2179
|
+
"pattern": {
|
|
2180
|
+
"value": "(^https?://.+)|(^secrets\\..+)",
|
|
2181
|
+
"message": "Must be an http(s) URL or a secret.XYZ"
|
|
2182
|
+
}
|
|
2183
|
+
}
|
|
2184
|
+
},
|
|
2185
|
+
{
|
|
2186
|
+
"label": "Region",
|
|
2187
|
+
"description": "Specify the AWS region of your queue",
|
|
2188
|
+
"group": "queueProperties",
|
|
2189
|
+
"type": "String",
|
|
2111
2190
|
"binding": {
|
|
2112
|
-
"
|
|
2113
|
-
"
|
|
2191
|
+
"type": "zeebe:input",
|
|
2192
|
+
"name": "configuration.region"
|
|
2114
2193
|
},
|
|
2115
|
-
"
|
|
2194
|
+
"constraints": {
|
|
2195
|
+
"notEmpty": true
|
|
2196
|
+
}
|
|
2116
2197
|
},
|
|
2117
2198
|
{
|
|
2118
2199
|
"id": "queue.type",
|
|
2119
2200
|
"label": "Queue type",
|
|
2120
2201
|
"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",
|
|
2121
2204
|
"optional": false,
|
|
2122
2205
|
"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",
|
|
2132
2206
|
"choices": [
|
|
2133
2207
|
{
|
|
2134
2208
|
"name": "Standard",
|
|
@@ -2138,188 +2212,114 @@
|
|
|
2138
2212
|
"name": "FIFO",
|
|
2139
2213
|
"value": "fifo"
|
|
2140
2214
|
}
|
|
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",
|
|
2153
|
-
"binding": {
|
|
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",
|
|
2215
|
+
],
|
|
2165
2216
|
"binding": {
|
|
2166
|
-
"
|
|
2167
|
-
"
|
|
2217
|
+
"type": "zeebe:input",
|
|
2218
|
+
"name": "queue.type"
|
|
2168
2219
|
},
|
|
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,
|
|
2176
2220
|
"constraints": {
|
|
2177
2221
|
"notEmpty": true
|
|
2178
|
-
}
|
|
2179
|
-
"feel": "required",
|
|
2180
|
-
"group": "input",
|
|
2181
|
-
"binding": {
|
|
2182
|
-
"name": "queue.messageBody",
|
|
2183
|
-
"type": "zeebe:input"
|
|
2184
|
-
},
|
|
2185
|
-
"type": "Text"
|
|
2186
|
-
},
|
|
2187
|
-
{
|
|
2188
|
-
"id": "queue.messageAttributes",
|
|
2189
|
-
"label": "Message attributes",
|
|
2190
|
-
"description": "Message attributes metadata",
|
|
2191
|
-
"optional": true,
|
|
2192
|
-
"feel": "required",
|
|
2193
|
-
"group": "input",
|
|
2194
|
-
"binding": {
|
|
2195
|
-
"name": "queue.messageAttributes",
|
|
2196
|
-
"type": "zeebe:input"
|
|
2197
|
-
},
|
|
2198
|
-
"type": "Text"
|
|
2222
|
+
}
|
|
2199
2223
|
},
|
|
2200
2224
|
{
|
|
2201
|
-
"id": "queue.messageGroupId",
|
|
2202
2225
|
"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",
|
|
2204
|
-
"optional": false,
|
|
2205
|
-
"feel": "optional",
|
|
2226
|
+
"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.",
|
|
2206
2227
|
"group": "input",
|
|
2228
|
+
"type": "String",
|
|
2207
2229
|
"binding": {
|
|
2208
|
-
"
|
|
2209
|
-
"
|
|
2230
|
+
"type": "zeebe:input",
|
|
2231
|
+
"name": "queue.messageGroupId"
|
|
2210
2232
|
},
|
|
2233
|
+
"optional": false,
|
|
2211
2234
|
"condition": {
|
|
2212
2235
|
"property": "queue.type",
|
|
2213
|
-
"equals": "fifo"
|
|
2214
|
-
"type": "simple"
|
|
2236
|
+
"equals": "fifo"
|
|
2215
2237
|
},
|
|
2216
|
-
"
|
|
2238
|
+
"constraints": {
|
|
2239
|
+
"notEmpty": true
|
|
2240
|
+
},
|
|
2241
|
+
"feel": "optional"
|
|
2217
2242
|
},
|
|
2218
2243
|
{
|
|
2219
|
-
"id": "queue.messageDeduplicationId",
|
|
2220
2244
|
"label": "Message deduplication ID",
|
|
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",
|
|
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.",
|
|
2224
2246
|
"group": "input",
|
|
2247
|
+
"type": "String",
|
|
2225
2248
|
"binding": {
|
|
2226
|
-
"
|
|
2227
|
-
"
|
|
2249
|
+
"type": "zeebe:input",
|
|
2250
|
+
"name": "queue.messageDeduplicationId"
|
|
2228
2251
|
},
|
|
2252
|
+
"optional": true,
|
|
2229
2253
|
"condition": {
|
|
2230
2254
|
"property": "queue.type",
|
|
2231
|
-
"equals": "fifo"
|
|
2232
|
-
"type": "simple"
|
|
2255
|
+
"equals": "fifo"
|
|
2233
2256
|
},
|
|
2234
|
-
"
|
|
2257
|
+
"feel": "optional"
|
|
2235
2258
|
},
|
|
2236
2259
|
{
|
|
2237
|
-
"
|
|
2238
|
-
"
|
|
2239
|
-
"
|
|
2240
|
-
"
|
|
2241
|
-
"group": "connector",
|
|
2260
|
+
"label": "Message body",
|
|
2261
|
+
"description": "Data to send to the SQS queue",
|
|
2262
|
+
"group": "input",
|
|
2263
|
+
"type": "Text",
|
|
2242
2264
|
"binding": {
|
|
2243
|
-
"
|
|
2244
|
-
"
|
|
2265
|
+
"type": "zeebe:input",
|
|
2266
|
+
"name": "queue.messageBody"
|
|
2245
2267
|
},
|
|
2246
|
-
"
|
|
2268
|
+
"constraints": {
|
|
2269
|
+
"notEmpty": true
|
|
2270
|
+
},
|
|
2271
|
+
"feel": "required"
|
|
2247
2272
|
},
|
|
2248
2273
|
{
|
|
2249
|
-
"
|
|
2250
|
-
"
|
|
2251
|
-
"
|
|
2252
|
-
"
|
|
2253
|
-
"
|
|
2274
|
+
"label": "Message attributes",
|
|
2275
|
+
"description": "Message attributes metadata",
|
|
2276
|
+
"group": "input",
|
|
2277
|
+
"type": "Text",
|
|
2278
|
+
"optional": true,
|
|
2254
2279
|
"binding": {
|
|
2255
|
-
"
|
|
2256
|
-
"
|
|
2280
|
+
"type": "zeebe:input",
|
|
2281
|
+
"name": "queue.messageAttributes"
|
|
2257
2282
|
},
|
|
2258
|
-
"
|
|
2283
|
+
"feel": "required"
|
|
2259
2284
|
},
|
|
2260
2285
|
{
|
|
2261
|
-
"id": "resultVariable",
|
|
2262
2286
|
"label": "Result variable",
|
|
2263
|
-
"description": "Name of variable to store the response in",
|
|
2287
|
+
"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>",
|
|
2264
2288
|
"group": "output",
|
|
2289
|
+
"type": "String",
|
|
2265
2290
|
"binding": {
|
|
2266
|
-
"
|
|
2267
|
-
"
|
|
2268
|
-
}
|
|
2269
|
-
"type": "String"
|
|
2291
|
+
"type": "zeebe:taskHeader",
|
|
2292
|
+
"key": "resultVariable"
|
|
2293
|
+
}
|
|
2270
2294
|
},
|
|
2271
2295
|
{
|
|
2272
|
-
"id": "resultExpression",
|
|
2273
2296
|
"label": "Result expression",
|
|
2274
|
-
"description": "Expression to map the response into process variables",
|
|
2275
|
-
"feel": "required",
|
|
2297
|
+
"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>",
|
|
2276
2298
|
"group": "output",
|
|
2299
|
+
"type": "Text",
|
|
2300
|
+
"feel": "required",
|
|
2277
2301
|
"binding": {
|
|
2278
|
-
"
|
|
2279
|
-
"
|
|
2280
|
-
}
|
|
2281
|
-
"type": "Text"
|
|
2302
|
+
"type": "zeebe:taskHeader",
|
|
2303
|
+
"key": "resultExpression"
|
|
2304
|
+
}
|
|
2282
2305
|
},
|
|
2283
2306
|
{
|
|
2284
|
-
"id": "errorExpression",
|
|
2285
2307
|
"label": "Error expression",
|
|
2286
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
2308
|
+
"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>",
|
|
2309
|
+
"group": "errors",
|
|
2310
|
+
"type": "Text",
|
|
2287
2311
|
"feel": "required",
|
|
2288
|
-
"group": "error",
|
|
2289
|
-
"binding": {
|
|
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
2312
|
"binding": {
|
|
2315
|
-
"
|
|
2316
|
-
"
|
|
2317
|
-
}
|
|
2318
|
-
"type": "String"
|
|
2313
|
+
"type": "zeebe:taskHeader",
|
|
2314
|
+
"key": "errorExpression"
|
|
2315
|
+
}
|
|
2319
2316
|
}
|
|
2320
2317
|
],
|
|
2321
2318
|
"icon": {
|
|
2322
|
-
"contents": "data:image/svg+xml
|
|
2319
|
+
"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"
|
|
2320
|
+
},
|
|
2321
|
+
"engines": {
|
|
2322
|
+
"camunda": "^8.2"
|
|
2323
2323
|
}
|
|
2324
2324
|
}
|
|
2325
2325
|
]
|