@camunda/connectors-element-templates 1.0.19 → 1.0.21
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 +2 -2
- package/src/connectors-template.js +1 -3
- package/src/connectors.js +4 -0
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +43 -43
- package/src/element-templates/agenticai-aiagent-job-worker.json +2230 -222
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +6281 -4356
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +718 -36
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2394 -949
- package/src/element-templates/app-integrations-connector.json +1047 -0
- package/src/element-templates/asana-connector.json +943 -109
- package/src/element-templates/automation-anywhere-outbound-connector.json +2240 -1747
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +1068 -30
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +386 -5
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +442 -5
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +417 -5
- package/src/element-templates/aws-bedrock-outbound-connector.json +2273 -623
- package/src/element-templates/aws-comprehend-outbound-connector.json +1573 -1
- package/src/element-templates/aws-dynamodb-outbound-connector.json +2950 -162
- package/src/element-templates/aws-eventbridge-connector-boundary.json +40 -40
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +62 -62
- package/src/element-templates/aws-eventbridge-connector-start-event.json +33 -33
- package/src/element-templates/aws-eventbridge-outbound-connector.json +838 -424
- package/src/element-templates/aws-lambda-outbound-connector.json +495 -96
- package/src/element-templates/aws-s3-outbound-connector.json +2238 -44
- package/src/element-templates/aws-sagemaker-outbound-connector.json +681 -52
- package/src/element-templates/aws-sns-inbound-boundary.json +4 -3
- package/src/element-templates/aws-sns-inbound-intermediate.json +341 -340
- package/src/element-templates/aws-sns-inbound-message-start.json +241 -240
- package/src/element-templates/aws-sns-inbound-receive.json +4 -3
- package/src/element-templates/aws-sns-inbound-start-event.json +133 -133
- package/src/element-templates/aws-sns-outbound-connector.json +581 -124
- package/src/element-templates/aws-sqs-boundary-connector.json +939 -420
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +851 -332
- package/src/element-templates/aws-sqs-outbound-connector.json +589 -136
- package/src/element-templates/aws-sqs-receive-connector.json +525 -7
- package/src/element-templates/aws-sqs-start-event-connector.json +380 -380
- package/src/element-templates/aws-sqs-start-message.json +736 -185
- package/src/element-templates/aws-textract-outbound-connector.json +866 -131
- package/src/element-templates/azure-blobstorage-outbound-connector.json +1648 -225
- package/src/element-templates/azure-open-ai-connector.json +1371 -8
- package/src/element-templates/blue-prism-connector.json +609 -30
- package/src/element-templates/box-outbound-connector.json +2356 -272
- package/src/element-templates/csv-outbound-connector.json +449 -0
- package/src/element-templates/easy-post-connector.json +1251 -170
- package/src/element-templates/email-outbound-connector.json +3087 -1013
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +2161 -1
- package/src/element-templates/github-connector.json +18554 -14368
- package/src/element-templates/github-webhook-connector-boundary.json +24 -24
- package/src/element-templates/github-webhook-connector-intermediate.json +8 -8
- package/src/element-templates/github-webhook-connector-message-start.json +8 -8
- package/src/element-templates/github-webhook-connector-receive.json +8 -8
- package/src/element-templates/github-webhook-connector-start-event.json +58 -58
- package/src/element-templates/gitlab-connector.json +3022 -1120
- package/src/element-templates/google-cloud-storage-outbound-connector.json +1447 -240
- package/src/element-templates/google-drive-outbound-connector.json +2980 -1428
- package/src/element-templates/google-gemini-outbound-connector.json +41 -55
- package/src/element-templates/google-maps-platform-connector.json +688 -137
- package/src/element-templates/google-sheets-outbound-connector.json +3186 -2030
- package/src/element-templates/graphql-outbound-connector.json +4149 -1485
- package/src/element-templates/http-json-connector.json +6143 -2053
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +2426 -364
- package/src/element-templates/http-polling-connector.json +3312 -1250
- package/src/element-templates/hubspot-outbound-connector.json +2817 -67
- package/src/element-templates/hugging-face-connector.json +83 -82
- package/src/element-templates/jdbc-outbound-connector.json +506 -9
- package/src/element-templates/kafka-inbound-connector-boundary.json +968 -971
- package/src/element-templates/kafka-inbound-connector-intermediate.json +53 -56
- package/src/element-templates/kafka-inbound-connector-receive.json +9 -12
- package/src/element-templates/kafka-inbound-connector-start-message.json +545 -548
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +304 -308
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +7 -10
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +7 -10
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +7 -10
- package/src/element-templates/microsoft-office365-mail-connector.json +2077 -35
- package/src/element-templates/microsoft-teams-outbound-connector.json +2897 -456
- package/src/element-templates/openai-connector.json +701 -207
- package/src/element-templates/operate-connector.json +83 -86
- package/src/element-templates/orchestration-connector.json +1843 -0
- package/src/element-templates/power-automate-connector.json +62 -62
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +772 -774
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +456 -458
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +573 -575
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +5 -7
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +347 -347
- package/src/element-templates/rabbitmq-outbound-connector.json +631 -631
- package/src/element-templates/rpa-connector.json +6 -6
- package/src/element-templates/salesforce-connector.json +653 -19
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +301 -1
- package/src/element-templates/send-message-connector-message-end-event.json +301 -1
- package/src/element-templates/send-message-connector-send-task.json +300 -1
- package/src/element-templates/sendgrid-outbound-connector.json +790 -790
- package/src/element-templates/servicenow-connector.json +1364 -7
- package/src/element-templates/servicenow-flow-starter-connector.json +16 -16
- package/src/element-templates/servicenow-incident-connector.json +1075 -29
- package/src/element-templates/slack-inbound-boundary.json +493 -493
- package/src/element-templates/slack-inbound-intermediate.json +448 -448
- package/src/element-templates/slack-inbound-message-start.json +369 -369
- package/src/element-templates/slack-inbound-receive.json +2 -2
- package/src/element-templates/slack-inbound-start-event.json +328 -328
- package/src/element-templates/slack-outbound-connector.json +2365 -1262
- package/src/element-templates/soap-outbound-connector.json +113 -117
- package/src/element-templates/twilio-connector.json +1186 -373
- package/src/element-templates/twilio-webhook-boundary-connector.json +9 -10
- package/src/element-templates/twilio-webhook-connector.json +60 -61
- package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -32
- package/src/element-templates/twilio-webhook-message-start-connector.json +10 -11
- package/src/element-templates/twilio-webhook-receive-connector.json +9 -10
- package/src/element-templates/uipath-connector.json +668 -50
- package/src/element-templates/webhook-connector-boundary.json +1040 -385
- package/src/element-templates/webhook-connector-intermediate.json +2100 -1445
- package/src/element-templates/webhook-connector-receive.json +659 -5
- package/src/element-templates/webhook-connector-start-event.json +1860 -1299
- package/src/element-templates/webhook-connector-start-message.json +1535 -848
- package/src/element-templates/whatsapp-connector.json +393 -23
|
@@ -219,8 +219,196 @@
|
|
|
219
219
|
"name": "Amazon SNS Outbound connector",
|
|
220
220
|
"id": "io.camunda.connectors.AWSSNS.v1",
|
|
221
221
|
"description": "Send message to topic",
|
|
222
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
|
|
223
|
+
"version": 5,
|
|
224
|
+
"appliesTo": ["bpmn:Task"],
|
|
225
|
+
"elementType": {
|
|
226
|
+
"value": "bpmn:ServiceTask"
|
|
227
|
+
},
|
|
228
|
+
"category": {
|
|
229
|
+
"id": "connectors",
|
|
230
|
+
"name": "Connectors"
|
|
231
|
+
},
|
|
232
|
+
"groups": [
|
|
233
|
+
{
|
|
234
|
+
"id": "authentication",
|
|
235
|
+
"label": "Authentication"
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"id": "topicProperties",
|
|
239
|
+
"label": "Topic properties"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"id": "output",
|
|
243
|
+
"label": "Output"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"id": "input",
|
|
247
|
+
"label": "Input message data"
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"id": "errors",
|
|
251
|
+
"label": "Error handling"
|
|
252
|
+
}
|
|
253
|
+
],
|
|
254
|
+
"properties": [
|
|
255
|
+
{
|
|
256
|
+
"type": "Hidden",
|
|
257
|
+
"value": "io.camunda:aws-sns:1",
|
|
258
|
+
"binding": {
|
|
259
|
+
"type": "zeebe:taskDefinition",
|
|
260
|
+
"property": "type"
|
|
261
|
+
}
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"label": "Access key",
|
|
265
|
+
"description": "Provide AWS IAM access key that has permission to publish to desired SNS topic",
|
|
266
|
+
"group": "authentication",
|
|
267
|
+
"type": "String",
|
|
268
|
+
"binding": {
|
|
269
|
+
"type": "zeebe:input",
|
|
270
|
+
"name": "authentication.accessKey"
|
|
271
|
+
},
|
|
272
|
+
"constraints": {
|
|
273
|
+
"notEmpty": true
|
|
274
|
+
}
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"label": "Secret key",
|
|
278
|
+
"description": "Provide AWS IAM secret key that has permission to publish to desired SNS topic",
|
|
279
|
+
"group": "authentication",
|
|
280
|
+
"type": "String",
|
|
281
|
+
"binding": {
|
|
282
|
+
"type": "zeebe:input",
|
|
283
|
+
"name": "authentication.secretKey"
|
|
284
|
+
},
|
|
285
|
+
"constraints": {
|
|
286
|
+
"notEmpty": true
|
|
287
|
+
}
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"label": "Topic ARN",
|
|
291
|
+
"description": "Specify the topic you want to publish to",
|
|
292
|
+
"group": "topicProperties",
|
|
293
|
+
"type": "String",
|
|
294
|
+
"binding": {
|
|
295
|
+
"type": "zeebe:input",
|
|
296
|
+
"name": "topic.topicArn"
|
|
297
|
+
},
|
|
298
|
+
"constraints": {
|
|
299
|
+
"notEmpty": true
|
|
300
|
+
}
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"label": "Region",
|
|
304
|
+
"description": "Specify the AWS region of your topic",
|
|
305
|
+
"group": "topicProperties",
|
|
306
|
+
"type": "String",
|
|
307
|
+
"binding": {
|
|
308
|
+
"type": "zeebe:input",
|
|
309
|
+
"name": "configuration.region"
|
|
310
|
+
},
|
|
311
|
+
"constraints": {
|
|
312
|
+
"notEmpty": true
|
|
313
|
+
},
|
|
314
|
+
"feel": "optional"
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"label": "Subject",
|
|
318
|
+
"description": "Specify the subject of the message you want to publish in the SNS topic",
|
|
319
|
+
"group": "input",
|
|
320
|
+
"type": "String",
|
|
321
|
+
"optional": true,
|
|
322
|
+
"binding": {
|
|
323
|
+
"type": "zeebe:input",
|
|
324
|
+
"name": "topic.subject"
|
|
325
|
+
},
|
|
326
|
+
"constraints": {
|
|
327
|
+
"notEmpty": false,
|
|
328
|
+
"maxLength": 99
|
|
329
|
+
},
|
|
330
|
+
"feel": "optional"
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"label": "Message",
|
|
334
|
+
"description": "Data to publish in the SNS topic",
|
|
335
|
+
"group": "input",
|
|
336
|
+
"type": "Text",
|
|
337
|
+
"binding": {
|
|
338
|
+
"type": "zeebe:input",
|
|
339
|
+
"name": "topic.message"
|
|
340
|
+
},
|
|
341
|
+
"constraints": {
|
|
342
|
+
"notEmpty": true
|
|
343
|
+
},
|
|
344
|
+
"feel": "optional"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"label": "Message attributes",
|
|
348
|
+
"description": "Message attributes metadata",
|
|
349
|
+
"group": "input",
|
|
350
|
+
"type": "Text",
|
|
351
|
+
"optional": true,
|
|
352
|
+
"binding": {
|
|
353
|
+
"type": "zeebe:input",
|
|
354
|
+
"name": "topic.messageAttributes"
|
|
355
|
+
},
|
|
356
|
+
"feel": "required"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"label": "Result variable",
|
|
360
|
+
"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>",
|
|
361
|
+
"group": "output",
|
|
362
|
+
"type": "String",
|
|
363
|
+
"binding": {
|
|
364
|
+
"type": "zeebe:taskHeader",
|
|
365
|
+
"key": "resultVariable"
|
|
366
|
+
}
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"label": "Result expression",
|
|
370
|
+
"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>",
|
|
371
|
+
"group": "output",
|
|
372
|
+
"type": "Text",
|
|
373
|
+
"feel": "required",
|
|
374
|
+
"binding": {
|
|
375
|
+
"type": "zeebe:taskHeader",
|
|
376
|
+
"key": "resultExpression"
|
|
377
|
+
}
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"label": "Error expression",
|
|
381
|
+
"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>",
|
|
382
|
+
"group": "errors",
|
|
383
|
+
"type": "Text",
|
|
384
|
+
"feel": "required",
|
|
385
|
+
"binding": {
|
|
386
|
+
"type": "zeebe:taskHeader",
|
|
387
|
+
"key": "errorExpression"
|
|
388
|
+
}
|
|
389
|
+
}
|
|
390
|
+
],
|
|
391
|
+
"icon": {
|
|
392
|
+
"contents": "data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 80 80' 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/64/Arch_AWS-Simple-Notification-Service_64%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/64/Arch_AWS-Simple-Notification-Service_64' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon-Architecture-BG/64/Application-Integration' fill='url(%23linearGradient-1)'%3E%3Crect id='Rectangle' x='0' y='0' width='80' height='80'%3E%3C/rect%3E%3C/g%3E%3Cpath d='M17,38 C18.103,38 19,38.897 19,40 C19,41.103 18.103,42 17,42 C15.897,42 15,41.103 15,40 C15,38.897 15.897,38 17,38 L17,38 Z M41,64 C29.314,64 19.289,55.466 17.194,43.98 C18.965,43.894 20.427,42.659 20.857,41 L27,41 L27,39 L20.857,39 C20.427,37.342 18.966,36.107 17.195,36.02 C19.285,24.71 29.511,16 41,16 C45.313,16 49.832,17.622 54.429,20.821 L55.571,19.179 C50.633,15.743 45.73,14 41,14 C28.27,14 16.949,23.865 15.063,36.521 C13.839,37.207 13,38.5 13,40 C13,41.5 13.839,42.793 15.063,43.478 C16.97,56.341 28.056,66 41,66 C46.407,66 51.942,64.157 56.585,60.811 L55.415,59.189 C51.11,62.292 45.991,64 41,64 L41,64 Z M30.101,36.442 C31.955,36.895 34.275,37 36,37 C37.642,37 39.823,36.905 41.629,36.506 L37.105,45.553 C37.036,45.691 37,45.845 37,46 L37,50.453 C36.199,50.964 34.833,51.812 34,51.986 L34,46 C34,45.868 33.974,45.737 33.923,45.615 L30.101,36.442 Z M36,33 C40.025,33 42.174,33.604 42.841,34 C42.174,34.396 40.025,35 36,35 C31.975,35 29.826,34.396 29.159,34 C29.826,33.604 31.975,33 36,33 L36,33 Z M33,54 L34,54 C34.043,54 34.086,53.997 34.128,53.992 C35.352,53.833 36.909,52.887 38.272,52.013 L38.535,51.845 C38.824,51.661 39,51.342 39,51 L39,46.236 L44.559,35.12 C44.833,34.801 45,34.434 45,34 C45,31.39 39.361,31 36,31 C32.639,31 27,31.39 27,34 C27,34.366 27.12,34.684 27.32,34.967 L32,46.2 L32,53 C32,53.552 32.447,54 33,54 L33,54 Z M62,53 C63.103,53 64,53.897 64,55 C64,56.103 63.103,57 62,57 C60.897,57 60,56.103 60,55 C60,53.897 60.897,53 62,53 L62,53 Z M62,23 C63.103,23 64,23.897 64,25 C64,26.103 63.103,27 62,27 C60.897,27 60,26.103 60,25 C60,23.897 60.897,23 62,23 L62,23 Z M64,38 C65.103,38 66,38.897 66,40 C66,41.103 65.103,42 64,42 C62.897,42 62,41.103 62,40 C62,38.897 62.897,38 64,38 L64,38 Z M54,41 L60.143,41 C60.589,42.72 62.142,44 64,44 C66.206,44 68,42.206 68,40 C68,37.794 66.206,36 64,36 C62.142,36 60.589,37.28 60.143,39 L54,39 L54,26 L58.143,26 C58.589,27.72 60.142,29 62,29 C64.206,29 66,27.206 66,25 C66,22.794 64.206,21 62,21 C60.142,21 58.589,22.28 58.143,24 L53,24 C52.447,24 52,24.448 52,25 L52,39 L45,39 L45,41 L52,41 L52,55 C52,55.552 52.447,56 53,56 L58.143,56 C58.589,57.72 60.142,59 62,59 C64.206,59 66,57.206 66,55 C66,52.794 64.206,51 62,51 C60.142,51 58.589,52.28 58.143,54 L54,54 L54,41 Z' id='AWS-Simple-Notification-Service_Icon_64_Squid' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
|
393
|
+
},
|
|
394
|
+
"engines": {
|
|
395
|
+
"camunda": "^8.2"
|
|
396
|
+
}
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
400
|
+
"name": "Publish Message to AWS SNS",
|
|
401
|
+
"id": "io.camunda.connectors.AWSSNS.v1",
|
|
402
|
+
"description": "Send messages to Amazon SNS.",
|
|
403
|
+
"keywords": [
|
|
404
|
+
"send message",
|
|
405
|
+
"publish message",
|
|
406
|
+
"notification",
|
|
407
|
+
"publish to topic",
|
|
408
|
+
"FIFO"
|
|
409
|
+
],
|
|
222
410
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=outbound",
|
|
223
|
-
"version":
|
|
411
|
+
"version": 8,
|
|
224
412
|
"category": {
|
|
225
413
|
"id": "connectors",
|
|
226
414
|
"name": "Connectors"
|
|
@@ -229,6 +417,9 @@
|
|
|
229
417
|
"elementType": {
|
|
230
418
|
"value": "bpmn:ServiceTask"
|
|
231
419
|
},
|
|
420
|
+
"engines": {
|
|
421
|
+
"camunda": "^8.3"
|
|
422
|
+
},
|
|
232
423
|
"groups": [
|
|
233
424
|
{
|
|
234
425
|
"id": "authentication",
|
|
@@ -242,6 +433,10 @@
|
|
|
242
433
|
"id": "input",
|
|
243
434
|
"label": "Input message data"
|
|
244
435
|
},
|
|
436
|
+
{
|
|
437
|
+
"id": "connector",
|
|
438
|
+
"label": "Connector"
|
|
439
|
+
},
|
|
245
440
|
{
|
|
246
441
|
"id": "output",
|
|
247
442
|
"label": "Output mapping"
|
|
@@ -289,7 +484,6 @@
|
|
|
289
484
|
{
|
|
290
485
|
"id": "authentication.accessKey",
|
|
291
486
|
"label": "Access key",
|
|
292
|
-
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
293
487
|
"optional": false,
|
|
294
488
|
"constraints": {
|
|
295
489
|
"notEmpty": true
|
|
@@ -305,12 +499,12 @@
|
|
|
305
499
|
"equals": "credentials",
|
|
306
500
|
"type": "simple"
|
|
307
501
|
},
|
|
502
|
+
"tooltip": "IAM access key of a user with the necessary permissions for this connector",
|
|
308
503
|
"type": "String"
|
|
309
504
|
},
|
|
310
505
|
{
|
|
311
506
|
"id": "authentication.secretKey",
|
|
312
507
|
"label": "Secret key",
|
|
313
|
-
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
314
508
|
"optional": false,
|
|
315
509
|
"constraints": {
|
|
316
510
|
"notEmpty": true
|
|
@@ -326,12 +520,12 @@
|
|
|
326
520
|
"equals": "credentials",
|
|
327
521
|
"type": "simple"
|
|
328
522
|
},
|
|
523
|
+
"tooltip": "IAM secret key of a user with the necessary permissions for this connector",
|
|
329
524
|
"type": "String"
|
|
330
525
|
},
|
|
331
526
|
{
|
|
332
527
|
"id": "topic.topicArn",
|
|
333
528
|
"label": "Topic ARN",
|
|
334
|
-
"description": "Specify the topic you want to publish to",
|
|
335
529
|
"optional": false,
|
|
336
530
|
"constraints": {
|
|
337
531
|
"notEmpty": true
|
|
@@ -342,12 +536,12 @@
|
|
|
342
536
|
"name": "topic.topicArn",
|
|
343
537
|
"type": "zeebe:input"
|
|
344
538
|
},
|
|
539
|
+
"placeholder": "arn:aws:sns:us-east-1:123456789012:MyTopic",
|
|
345
540
|
"type": "String"
|
|
346
541
|
},
|
|
347
542
|
{
|
|
348
543
|
"id": "topic.type",
|
|
349
544
|
"label": "Topic type",
|
|
350
|
-
"description": "Select SNS topic type. Details at <a href=\"https://aws.amazon.com/sns/features/\">AWS SNS Features</a>",
|
|
351
545
|
"optional": false,
|
|
352
546
|
"value": "standard",
|
|
353
547
|
"constraints": {
|
|
@@ -358,6 +552,7 @@
|
|
|
358
552
|
"name": "topic.type",
|
|
359
553
|
"type": "zeebe:input"
|
|
360
554
|
},
|
|
555
|
+
"tooltip": "Standard topics maximize throughput; FIFO topics preserve ordering and deduplication. See <a href=\"https://aws.amazon.com/sns/features/\" target=\"_blank\">AWS SNS features</a>",
|
|
361
556
|
"type": "Dropdown",
|
|
362
557
|
"choices": [
|
|
363
558
|
{
|
|
@@ -373,8 +568,10 @@
|
|
|
373
568
|
{
|
|
374
569
|
"id": "configuration.region",
|
|
375
570
|
"label": "Region",
|
|
376
|
-
"
|
|
377
|
-
"
|
|
571
|
+
"optional": false,
|
|
572
|
+
"constraints": {
|
|
573
|
+
"notEmpty": true
|
|
574
|
+
},
|
|
378
575
|
"feel": "optional",
|
|
379
576
|
"group": "configuration",
|
|
380
577
|
"binding": {
|
|
@@ -398,7 +595,6 @@
|
|
|
398
595
|
{
|
|
399
596
|
"id": "topic.messageGroupId",
|
|
400
597
|
"label": "Message group ID",
|
|
401
|
-
"description": "Message group ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/sns/latest/dg/fifo-message-grouping.html\">message grouping for FIFO topics</a> in the Amazon SNS developer guide",
|
|
402
598
|
"optional": false,
|
|
403
599
|
"feel": "optional",
|
|
404
600
|
"group": "input",
|
|
@@ -411,12 +607,12 @@
|
|
|
411
607
|
"equals": "fifo",
|
|
412
608
|
"type": "simple"
|
|
413
609
|
},
|
|
610
|
+
"tooltip": "Required for FIFO topics. See <a href=\"https://docs.aws.amazon.com/sns/latest/dg/fifo-message-grouping.html\" target=\"_blank\">message grouping for FIFO topics</a> in the Amazon SNS developer guide",
|
|
414
611
|
"type": "String"
|
|
415
612
|
},
|
|
416
613
|
{
|
|
417
614
|
"id": "topic.messageDeduplicationId",
|
|
418
615
|
"label": "Message deduplication ID",
|
|
419
|
-
"description": "Message deduplication ID. See also <a href=\"https://docs.aws.amazon.com/sns/latest/dg/fifo-message-dedup.html\">Message deduplication for FIFO topics</a> in the Amazon SNS developer guide",
|
|
420
616
|
"optional": true,
|
|
421
617
|
"feel": "optional",
|
|
422
618
|
"group": "input",
|
|
@@ -429,12 +625,12 @@
|
|
|
429
625
|
"equals": "fifo",
|
|
430
626
|
"type": "simple"
|
|
431
627
|
},
|
|
628
|
+
"tooltip": "Suppresses duplicate messages within a five-minute window. See <a href=\"https://docs.aws.amazon.com/sns/latest/dg/fifo-message-dedup.html\" target=\"_blank\">message deduplication for FIFO topics</a> in the Amazon SNS developer guide",
|
|
432
629
|
"type": "String"
|
|
433
630
|
},
|
|
434
631
|
{
|
|
435
632
|
"id": "topic.subject",
|
|
436
633
|
"label": "Subject",
|
|
437
|
-
"description": "Specify the subject of the message you want to publish in the SNS topic",
|
|
438
634
|
"optional": true,
|
|
439
635
|
"feel": "optional",
|
|
440
636
|
"group": "input",
|
|
@@ -447,7 +643,6 @@
|
|
|
447
643
|
{
|
|
448
644
|
"id": "topic.message",
|
|
449
645
|
"label": "Message",
|
|
450
|
-
"description": "Data to publish in the SNS topic",
|
|
451
646
|
"optional": false,
|
|
452
647
|
"constraints": {
|
|
453
648
|
"notEmpty": true
|
|
@@ -463,7 +658,6 @@
|
|
|
463
658
|
{
|
|
464
659
|
"id": "topic.messageAttributes",
|
|
465
660
|
"label": "messageAttributes",
|
|
466
|
-
"description": "Message attributes metadata",
|
|
467
661
|
"optional": true,
|
|
468
662
|
"feel": "required",
|
|
469
663
|
"group": "input",
|
|
@@ -473,10 +667,34 @@
|
|
|
473
667
|
},
|
|
474
668
|
"type": "String"
|
|
475
669
|
},
|
|
670
|
+
{
|
|
671
|
+
"id": "version",
|
|
672
|
+
"label": "Version",
|
|
673
|
+
"description": "Version of the element template",
|
|
674
|
+
"value": "8",
|
|
675
|
+
"group": "connector",
|
|
676
|
+
"binding": {
|
|
677
|
+
"key": "elementTemplateVersion",
|
|
678
|
+
"type": "zeebe:taskHeader"
|
|
679
|
+
},
|
|
680
|
+
"type": "Hidden"
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"id": "id",
|
|
684
|
+
"label": "ID",
|
|
685
|
+
"description": "ID of the element template",
|
|
686
|
+
"value": "io.camunda.connectors.AWSSNS.v1",
|
|
687
|
+
"group": "connector",
|
|
688
|
+
"binding": {
|
|
689
|
+
"key": "elementTemplateId",
|
|
690
|
+
"type": "zeebe:taskHeader"
|
|
691
|
+
},
|
|
692
|
+
"type": "Hidden"
|
|
693
|
+
},
|
|
476
694
|
{
|
|
477
695
|
"id": "resultVariable",
|
|
478
696
|
"label": "Result variable",
|
|
479
|
-
"description": "Name of variable to store the response in",
|
|
697
|
+
"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>.",
|
|
480
698
|
"group": "output",
|
|
481
699
|
"binding": {
|
|
482
700
|
"key": "resultVariable",
|
|
@@ -487,7 +705,7 @@
|
|
|
487
705
|
{
|
|
488
706
|
"id": "resultExpression",
|
|
489
707
|
"label": "Result expression",
|
|
490
|
-
"description": "Expression to map the response into process variables",
|
|
708
|
+
"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>.",
|
|
491
709
|
"feel": "required",
|
|
492
710
|
"group": "output",
|
|
493
711
|
"binding": {
|
|
@@ -525,8 +743,7 @@
|
|
|
525
743
|
"id": "retryBackoff",
|
|
526
744
|
"label": "Retry backoff",
|
|
527
745
|
"description": "ISO-8601 duration to wait between retries",
|
|
528
|
-
"value": "
|
|
529
|
-
"feel": "optional",
|
|
746
|
+
"value": "PT30S",
|
|
530
747
|
"group": "retries",
|
|
531
748
|
"binding": {
|
|
532
749
|
"key": "retryBackoff",
|
|
@@ -537,9 +754,6 @@
|
|
|
537
754
|
],
|
|
538
755
|
"icon": {
|
|
539
756
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA4MCA4MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS82NC9BcmNoX0FXUy1TaW1wbGUtTm90aWZpY2F0aW9uLVNlcnZpY2VfNjQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9JzAlJyB5MT0nMTAwJScgeDI9JzEwMCUnIHkyPScwJScgaWQ9J2xpbmVhckdyYWRpZW50LTEnPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPScjQjAwODREJyBvZmZzZXQ9JzAlJz48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNGRjRGOEInIG9mZnNldD0nMTAwJSc+PC9zdG9wPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0nSWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BV1MtU2ltcGxlLU5vdGlmaWNhdGlvbi1TZXJ2aWNlXzY0JyBzdHJva2U9J25vbmUnIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nbm9uZScKICAgICAgIGZpbGwtcnVsZT0nZXZlbm9kZCc+CiAgICAgICAgPGcgaWQ9J0ljb24tQXJjaGl0ZWN0dXJlLUJHLzY0L0FwcGxpY2F0aW9uLUludGVncmF0aW9uJyBmaWxsPSd1cmwoI2xpbmVhckdyYWRpZW50LTEpJz4KICAgICAgICAgICAgPHJlY3QgaWQ9J1JlY3RhbmdsZScgeD0nMCcgeT0nMCcgd2lkdGg9JzgwJyBoZWlnaHQ9JzgwJz48L3JlY3Q+CiAgICAgICAgPC9nPgogICAgICAgIDxwYXRoIGQ9J00xNywzOCBDMTguMTAzLDM4IDE5LDM4Ljg5NyAxOSw0MCBDMTksNDEuMTAzIDE4LjEwMyw0MiAxNyw0MiBDMTUuODk3LDQyIDE1LDQxLjEwMyAxNSw0MCBDMTUsMzguODk3IDE1Ljg5NywzOCAxNywzOCBMMTcsMzggWiBNNDEsNjQgQzI5LjMxNCw2NCAxOS4yODksNTUuNDY2IDE3LjE5NCw0My45OCBDMTguOTY1LDQzLjg5NCAyMC40MjcsNDIuNjU5IDIwLjg1Nyw0MSBMMjcsNDEgTDI3LDM5IEwyMC44NTcsMzkgQzIwLjQyNywzNy4zNDIgMTguOTY2LDM2LjEwNyAxNy4xOTUsMzYuMDIgQzE5LjI4NSwyNC43MSAyOS41MTEsMTYgNDEsMTYgQzQ1LjMxMywxNiA0OS44MzIsMTcuNjIyIDU0LjQyOSwyMC44MjEgTDU1LjU3MSwxOS4xNzkgQzUwLjYzMywxNS43NDMgNDUuNzMsMTQgNDEsMTQgQzI4LjI3LDE0IDE2Ljk0OSwyMy44NjUgMTUuMDYzLDM2LjUyMSBDMTMuODM5LDM3LjIwNyAxMywzOC41IDEzLDQwIEMxMyw0MS41IDEzLjgzOSw0Mi43OTMgMTUuMDYzLDQzLjQ3OCBDMTYuOTcsNTYuMzQxIDI4LjA1Niw2NiA0MSw2NiBDNDYuNDA3LDY2IDUxLjk0Miw2NC4xNTcgNTYuNTg1LDYwLjgxMSBMNTUuNDE1LDU5LjE4OSBDNTEuMTEsNjIuMjkyIDQ1Ljk5MSw2NCA0MSw2NCBMNDEsNjQgWiBNMzAuMTAxLDM2LjQ0MiBDMzEuOTU1LDM2Ljg5NSAzNC4yNzUsMzcgMzYsMzcgQzM3LjY0MiwzNyAzOS44MjMsMzYuOTA1IDQxLjYyOSwzNi41MDYgTDM3LjEwNSw0NS41NTMgQzM3LjAzNiw0NS42OTEgMzcsNDUuODQ1IDM3LDQ2IEwzNyw1MC40NTMgQzM2LjE5OSw1MC45NjQgMzQuODMzLDUxLjgxMiAzNCw1MS45ODYgTDM0LDQ2IEMzNCw0NS44NjggMzMuOTc0LDQ1LjczNyAzMy45MjMsNDUuNjE1IEwzMC4xMDEsMzYuNDQyIFogTTM2LDMzIEM0MC4wMjUsMzMgNDIuMTc0LDMzLjYwNCA0Mi44NDEsMzQgQzQyLjE3NCwzNC4zOTYgNDAuMDI1LDM1IDM2LDM1IEMzMS45NzUsMzUgMjkuODI2LDM0LjM5NiAyOS4xNTksMzQgQzI5LjgyNiwzMy42MDQgMzEuOTc1LDMzIDM2LDMzIEwzNiwzMyBaIE0zMyw1NCBMMzQsNTQgQzM0LjA0Myw1NCAzNC4wODYsNTMuOTk3IDM0LjEyOCw1My45OTIgQzM1LjM1Miw1My44MzMgMzYuOTA5LDUyLjg4NyAzOC4yNzIsNTIuMDEzIEwzOC41MzUsNTEuODQ1IEMzOC44MjQsNTEuNjYxIDM5LDUxLjM0MiAzOSw1MSBMMzksNDYuMjM2IEw0NC41NTksMzUuMTIgQzQ0LjgzMywzNC44MDEgNDUsMzQuNDM0IDQ1LDM0IEM0NSwzMS4zOSAzOS4zNjEsMzEgMzYsMzEgQzMyLjYzOSwzMSAyNywzMS4zOSAyNywzNCBDMjcsMzQuMzY2IDI3LjEyLDM0LjY4NCAyNy4zMiwzNC45NjcgTDMyLDQ2LjIgTDMyLDUzIEMzMiw1My41NTIgMzIuNDQ3LDU0IDMzLDU0IEwzMyw1NCBaIE02Miw1MyBDNjMuMTAzLDUzIDY0LDUzLjg5NyA2NCw1NSBDNjQsNTYuMTAzIDYzLjEwMyw1NyA2Miw1NyBDNjAuODk3LDU3IDYwLDU2LjEwMyA2MCw1NSBDNjAsNTMuODk3IDYwLjg5Nyw1MyA2Miw1MyBMNjIsNTMgWiBNNjIsMjMgQzYzLjEwMywyMyA2NCwyMy44OTcgNjQsMjUgQzY0LDI2LjEwMyA2My4xMDMsMjcgNjIsMjcgQzYwLjg5NywyNyA2MCwyNi4xMDMgNjAsMjUgQzYwLDIzLjg5NyA2MC44OTcsMjMgNjIsMjMgTDYyLDIzIFogTTY0LDM4IEM2NS4xMDMsMzggNjYsMzguODk3IDY2LDQwIEM2Niw0MS4xMDMgNjUuMTAzLDQyIDY0LDQyIEM2Mi44OTcsNDIgNjIsNDEuMTAzIDYyLDQwIEM2MiwzOC44OTcgNjIuODk3LDM4IDY0LDM4IEw2NCwzOCBaIE01NCw0MSBMNjAuMTQzLDQxIEM2MC41ODksNDIuNzIgNjIuMTQyLDQ0IDY0LDQ0IEM2Ni4yMDYsNDQgNjgsNDIuMjA2IDY4LDQwIEM2OCwzNy43OTQgNjYuMjA2LDM2IDY0LDM2IEM2Mi4xNDIsMzYgNjAuNTg5LDM3LjI4IDYwLjE0MywzOSBMNTQsMzkgTDU0LDI2IEw1OC4xNDMsMjYgQzU4LjU4OSwyNy43MiA2MC4xNDIsMjkgNjIsMjkgQzY0LjIwNiwyOSA2NiwyNy4yMDYgNjYsMjUgQzY2LDIyLjc5NCA2NC4yMDYsMjEgNjIsMjEgQzYwLjE0MiwyMSA1OC41ODksMjIuMjggNTguMTQzLDI0IEw1MywyNCBDNTIuNDQ3LDI0IDUyLDI0LjQ0OCA1MiwyNSBMNTIsMzkgTDQ1LDM5IEw0NSw0MSBMNTIsNDEgTDUyLDU1IEM1Miw1NS41NTIgNTIuNDQ3LDU2IDUzLDU2IEw1OC4xNDMsNTYgQzU4LjU4OSw1Ny43MiA2MC4xNDIsNTkgNjIsNTkgQzY0LjIwNiw1OSA2Niw1Ny4yMDYgNjYsNTUgQzY2LDUyLjc5NCA2NC4yMDYsNTEgNjIsNTEgQzYwLjE0Miw1MSA1OC41ODksNTIuMjggNTguMTQzLDU0IEw1NCw1NCBMNTQsNDEgWicKICAgICAgICAgICAgICBpZD0nQVdTLVNpbXBsZS1Ob3RpZmljYXRpb24tU2VydmljZV9JY29uXzY0X1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
540
|
-
},
|
|
541
|
-
"engines": {
|
|
542
|
-
"camunda": "^8.5"
|
|
543
757
|
}
|
|
544
758
|
},
|
|
545
759
|
{
|
|
@@ -548,7 +762,7 @@
|
|
|
548
762
|
"id": "io.camunda.connectors.AWSSNS.v1",
|
|
549
763
|
"description": "Send message to topic",
|
|
550
764
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
|
|
551
|
-
"version":
|
|
765
|
+
"version": 1,
|
|
552
766
|
"appliesTo": ["bpmn:Task"],
|
|
553
767
|
"elementType": {
|
|
554
768
|
"value": "bpmn:ServiceTask"
|
|
@@ -634,7 +848,7 @@
|
|
|
634
848
|
"type": "String",
|
|
635
849
|
"binding": {
|
|
636
850
|
"type": "zeebe:input",
|
|
637
|
-
"name": "
|
|
851
|
+
"name": "topic.region"
|
|
638
852
|
},
|
|
639
853
|
"constraints": {
|
|
640
854
|
"notEmpty": true
|
|
@@ -725,11 +939,11 @@
|
|
|
725
939
|
},
|
|
726
940
|
{
|
|
727
941
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
728
|
-
"name": "Amazon SNS
|
|
942
|
+
"name": "Amazon SNS connector",
|
|
729
943
|
"id": "io.camunda.connectors.AWSSNS.v1",
|
|
730
944
|
"description": "Send message to topic",
|
|
731
945
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
|
|
732
|
-
"version":
|
|
946
|
+
"version": 2,
|
|
733
947
|
"appliesTo": ["bpmn:Task"],
|
|
734
948
|
"elementType": {
|
|
735
949
|
"value": "bpmn:ServiceTask"
|
|
@@ -1105,183 +1319,330 @@
|
|
|
1105
1319
|
},
|
|
1106
1320
|
{
|
|
1107
1321
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1108
|
-
"name": "Amazon SNS connector",
|
|
1322
|
+
"name": "Amazon SNS Outbound connector",
|
|
1109
1323
|
"id": "io.camunda.connectors.AWSSNS.v1",
|
|
1110
1324
|
"description": "Send message to topic",
|
|
1111
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
1112
|
-
"version":
|
|
1113
|
-
"appliesTo": ["bpmn:Task"],
|
|
1114
|
-
"elementType": {
|
|
1115
|
-
"value": "bpmn:ServiceTask"
|
|
1116
|
-
},
|
|
1325
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=outbound",
|
|
1326
|
+
"version": 7,
|
|
1117
1327
|
"category": {
|
|
1118
1328
|
"id": "connectors",
|
|
1119
1329
|
"name": "Connectors"
|
|
1120
1330
|
},
|
|
1331
|
+
"appliesTo": ["bpmn:Task"],
|
|
1332
|
+
"elementType": {
|
|
1333
|
+
"value": "bpmn:ServiceTask"
|
|
1334
|
+
},
|
|
1121
1335
|
"groups": [
|
|
1122
1336
|
{
|
|
1123
1337
|
"id": "authentication",
|
|
1124
1338
|
"label": "Authentication"
|
|
1125
1339
|
},
|
|
1126
1340
|
{
|
|
1127
|
-
"id": "
|
|
1341
|
+
"id": "configuration",
|
|
1128
1342
|
"label": "Topic properties"
|
|
1129
1343
|
},
|
|
1130
|
-
{
|
|
1131
|
-
"id": "output",
|
|
1132
|
-
"label": "Output"
|
|
1133
|
-
},
|
|
1134
1344
|
{
|
|
1135
1345
|
"id": "input",
|
|
1136
1346
|
"label": "Input message data"
|
|
1137
1347
|
},
|
|
1138
1348
|
{
|
|
1139
|
-
"id": "
|
|
1349
|
+
"id": "output",
|
|
1350
|
+
"label": "Output mapping"
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
"id": "error",
|
|
1140
1354
|
"label": "Error handling"
|
|
1355
|
+
},
|
|
1356
|
+
{
|
|
1357
|
+
"id": "retries",
|
|
1358
|
+
"label": "Retries"
|
|
1141
1359
|
}
|
|
1142
1360
|
],
|
|
1143
1361
|
"properties": [
|
|
1144
1362
|
{
|
|
1145
|
-
"type": "Hidden",
|
|
1146
1363
|
"value": "io.camunda:aws-sns:1",
|
|
1147
1364
|
"binding": {
|
|
1148
|
-
"
|
|
1149
|
-
"
|
|
1150
|
-
}
|
|
1365
|
+
"property": "type",
|
|
1366
|
+
"type": "zeebe:taskDefinition"
|
|
1367
|
+
},
|
|
1368
|
+
"type": "Hidden"
|
|
1151
1369
|
},
|
|
1152
1370
|
{
|
|
1153
|
-
"
|
|
1154
|
-
"
|
|
1371
|
+
"id": "authentication.type",
|
|
1372
|
+
"label": "Authentication",
|
|
1373
|
+
"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>",
|
|
1374
|
+
"value": "credentials",
|
|
1155
1375
|
"group": "authentication",
|
|
1156
|
-
"type": "String",
|
|
1157
1376
|
"binding": {
|
|
1158
|
-
"
|
|
1159
|
-
"
|
|
1377
|
+
"name": "authentication.type",
|
|
1378
|
+
"type": "zeebe:input"
|
|
1160
1379
|
},
|
|
1380
|
+
"type": "Dropdown",
|
|
1381
|
+
"choices": [
|
|
1382
|
+
{
|
|
1383
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
1384
|
+
"value": "defaultCredentialsChain"
|
|
1385
|
+
},
|
|
1386
|
+
{
|
|
1387
|
+
"name": "Credentials",
|
|
1388
|
+
"value": "credentials"
|
|
1389
|
+
}
|
|
1390
|
+
]
|
|
1391
|
+
},
|
|
1392
|
+
{
|
|
1393
|
+
"id": "authentication.accessKey",
|
|
1394
|
+
"label": "Access key",
|
|
1395
|
+
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
1396
|
+
"optional": false,
|
|
1161
1397
|
"constraints": {
|
|
1162
1398
|
"notEmpty": true
|
|
1163
|
-
}
|
|
1399
|
+
},
|
|
1400
|
+
"feel": "optional",
|
|
1401
|
+
"group": "authentication",
|
|
1402
|
+
"binding": {
|
|
1403
|
+
"name": "authentication.accessKey",
|
|
1404
|
+
"type": "zeebe:input"
|
|
1405
|
+
},
|
|
1406
|
+
"condition": {
|
|
1407
|
+
"property": "authentication.type",
|
|
1408
|
+
"equals": "credentials",
|
|
1409
|
+
"type": "simple"
|
|
1410
|
+
},
|
|
1411
|
+
"type": "String"
|
|
1164
1412
|
},
|
|
1165
1413
|
{
|
|
1414
|
+
"id": "authentication.secretKey",
|
|
1166
1415
|
"label": "Secret key",
|
|
1167
|
-
"description": "Provide
|
|
1416
|
+
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
1417
|
+
"optional": false,
|
|
1418
|
+
"constraints": {
|
|
1419
|
+
"notEmpty": true
|
|
1420
|
+
},
|
|
1421
|
+
"feel": "optional",
|
|
1168
1422
|
"group": "authentication",
|
|
1169
|
-
"type": "String",
|
|
1170
1423
|
"binding": {
|
|
1171
|
-
"
|
|
1172
|
-
"
|
|
1424
|
+
"name": "authentication.secretKey",
|
|
1425
|
+
"type": "zeebe:input"
|
|
1173
1426
|
},
|
|
1174
|
-
"
|
|
1175
|
-
"
|
|
1176
|
-
|
|
1427
|
+
"condition": {
|
|
1428
|
+
"property": "authentication.type",
|
|
1429
|
+
"equals": "credentials",
|
|
1430
|
+
"type": "simple"
|
|
1431
|
+
},
|
|
1432
|
+
"type": "String"
|
|
1177
1433
|
},
|
|
1178
1434
|
{
|
|
1435
|
+
"id": "topic.topicArn",
|
|
1179
1436
|
"label": "Topic ARN",
|
|
1180
1437
|
"description": "Specify the topic you want to publish to",
|
|
1181
|
-
"
|
|
1182
|
-
"
|
|
1438
|
+
"optional": false,
|
|
1439
|
+
"constraints": {
|
|
1440
|
+
"notEmpty": true
|
|
1441
|
+
},
|
|
1442
|
+
"feel": "optional",
|
|
1443
|
+
"group": "configuration",
|
|
1183
1444
|
"binding": {
|
|
1184
|
-
"
|
|
1185
|
-
"
|
|
1445
|
+
"name": "topic.topicArn",
|
|
1446
|
+
"type": "zeebe:input"
|
|
1186
1447
|
},
|
|
1448
|
+
"type": "String"
|
|
1449
|
+
},
|
|
1450
|
+
{
|
|
1451
|
+
"id": "topic.type",
|
|
1452
|
+
"label": "Topic type",
|
|
1453
|
+
"description": "Select SNS topic type. Details at <a href=\"https://aws.amazon.com/sns/features/\">AWS SNS Features</a>",
|
|
1454
|
+
"optional": false,
|
|
1455
|
+
"value": "standard",
|
|
1187
1456
|
"constraints": {
|
|
1188
1457
|
"notEmpty": true
|
|
1189
|
-
}
|
|
1458
|
+
},
|
|
1459
|
+
"group": "configuration",
|
|
1460
|
+
"binding": {
|
|
1461
|
+
"name": "topic.type",
|
|
1462
|
+
"type": "zeebe:input"
|
|
1463
|
+
},
|
|
1464
|
+
"type": "Dropdown",
|
|
1465
|
+
"choices": [
|
|
1466
|
+
{
|
|
1467
|
+
"name": "Standard",
|
|
1468
|
+
"value": "standard"
|
|
1469
|
+
},
|
|
1470
|
+
{
|
|
1471
|
+
"name": "FIFO",
|
|
1472
|
+
"value": "fifo"
|
|
1473
|
+
}
|
|
1474
|
+
]
|
|
1190
1475
|
},
|
|
1191
1476
|
{
|
|
1477
|
+
"id": "configuration.region",
|
|
1192
1478
|
"label": "Region",
|
|
1193
|
-
"description": "Specify the AWS region
|
|
1194
|
-
"
|
|
1195
|
-
"
|
|
1479
|
+
"description": "Specify the AWS region",
|
|
1480
|
+
"optional": true,
|
|
1481
|
+
"feel": "optional",
|
|
1482
|
+
"group": "configuration",
|
|
1196
1483
|
"binding": {
|
|
1197
|
-
"
|
|
1198
|
-
"
|
|
1484
|
+
"name": "configuration.region",
|
|
1485
|
+
"type": "zeebe:input"
|
|
1199
1486
|
},
|
|
1200
|
-
"
|
|
1201
|
-
|
|
1487
|
+
"type": "String"
|
|
1488
|
+
},
|
|
1489
|
+
{
|
|
1490
|
+
"id": "configuration.endpoint",
|
|
1491
|
+
"label": "Endpoint",
|
|
1492
|
+
"description": "Specify endpoint if need to use custom endpoint",
|
|
1493
|
+
"optional": true,
|
|
1494
|
+
"group": "configuration",
|
|
1495
|
+
"binding": {
|
|
1496
|
+
"name": "configuration.endpoint",
|
|
1497
|
+
"type": "zeebe:input"
|
|
1202
1498
|
},
|
|
1203
|
-
"
|
|
1499
|
+
"type": "Hidden"
|
|
1204
1500
|
},
|
|
1205
1501
|
{
|
|
1206
|
-
"
|
|
1207
|
-
"
|
|
1502
|
+
"id": "topic.messageGroupId",
|
|
1503
|
+
"label": "Message group ID",
|
|
1504
|
+
"description": "Message group ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/sns/latest/dg/fifo-message-grouping.html\">message grouping for FIFO topics</a> in the Amazon SNS developer guide",
|
|
1505
|
+
"optional": false,
|
|
1506
|
+
"feel": "optional",
|
|
1208
1507
|
"group": "input",
|
|
1209
|
-
"
|
|
1508
|
+
"binding": {
|
|
1509
|
+
"name": "topic.messageGroupId",
|
|
1510
|
+
"type": "zeebe:input"
|
|
1511
|
+
},
|
|
1512
|
+
"condition": {
|
|
1513
|
+
"property": "topic.type",
|
|
1514
|
+
"equals": "fifo",
|
|
1515
|
+
"type": "simple"
|
|
1516
|
+
},
|
|
1517
|
+
"type": "String"
|
|
1518
|
+
},
|
|
1519
|
+
{
|
|
1520
|
+
"id": "topic.messageDeduplicationId",
|
|
1521
|
+
"label": "Message deduplication ID",
|
|
1522
|
+
"description": "Message deduplication ID. See also <a href=\"https://docs.aws.amazon.com/sns/latest/dg/fifo-message-dedup.html\">Message deduplication for FIFO topics</a> in the Amazon SNS developer guide",
|
|
1210
1523
|
"optional": true,
|
|
1524
|
+
"feel": "optional",
|
|
1525
|
+
"group": "input",
|
|
1211
1526
|
"binding": {
|
|
1212
|
-
"
|
|
1213
|
-
"
|
|
1527
|
+
"name": "topic.messageDeduplicationId",
|
|
1528
|
+
"type": "zeebe:input"
|
|
1214
1529
|
},
|
|
1215
|
-
"
|
|
1216
|
-
"
|
|
1217
|
-
"
|
|
1530
|
+
"condition": {
|
|
1531
|
+
"property": "topic.type",
|
|
1532
|
+
"equals": "fifo",
|
|
1533
|
+
"type": "simple"
|
|
1218
1534
|
},
|
|
1219
|
-
"
|
|
1535
|
+
"type": "String"
|
|
1220
1536
|
},
|
|
1221
1537
|
{
|
|
1222
|
-
"
|
|
1223
|
-
"
|
|
1538
|
+
"id": "topic.subject",
|
|
1539
|
+
"label": "Subject",
|
|
1540
|
+
"description": "Specify the subject of the message you want to publish in the SNS topic",
|
|
1541
|
+
"optional": true,
|
|
1542
|
+
"feel": "optional",
|
|
1224
1543
|
"group": "input",
|
|
1225
|
-
"type": "Text",
|
|
1226
1544
|
"binding": {
|
|
1227
|
-
"
|
|
1228
|
-
"
|
|
1545
|
+
"name": "topic.subject",
|
|
1546
|
+
"type": "zeebe:input"
|
|
1229
1547
|
},
|
|
1548
|
+
"type": "String"
|
|
1549
|
+
},
|
|
1550
|
+
{
|
|
1551
|
+
"id": "topic.message",
|
|
1552
|
+
"label": "Message",
|
|
1553
|
+
"description": "Data to publish in the SNS topic",
|
|
1554
|
+
"optional": false,
|
|
1230
1555
|
"constraints": {
|
|
1231
1556
|
"notEmpty": true
|
|
1232
1557
|
},
|
|
1233
|
-
"feel": "optional"
|
|
1558
|
+
"feel": "optional",
|
|
1559
|
+
"group": "input",
|
|
1560
|
+
"binding": {
|
|
1561
|
+
"name": "topic.message",
|
|
1562
|
+
"type": "zeebe:input"
|
|
1563
|
+
},
|
|
1564
|
+
"type": "Text"
|
|
1234
1565
|
},
|
|
1235
1566
|
{
|
|
1236
|
-
"
|
|
1567
|
+
"id": "topic.messageAttributes",
|
|
1568
|
+
"label": "messageAttributes",
|
|
1237
1569
|
"description": "Message attributes metadata",
|
|
1238
|
-
"group": "input",
|
|
1239
|
-
"type": "Text",
|
|
1240
1570
|
"optional": true,
|
|
1571
|
+
"feel": "required",
|
|
1572
|
+
"group": "input",
|
|
1241
1573
|
"binding": {
|
|
1242
|
-
"
|
|
1243
|
-
"
|
|
1574
|
+
"name": "topic.messageAttributes",
|
|
1575
|
+
"type": "zeebe:input"
|
|
1244
1576
|
},
|
|
1245
|
-
"
|
|
1577
|
+
"type": "String"
|
|
1246
1578
|
},
|
|
1247
1579
|
{
|
|
1580
|
+
"id": "resultVariable",
|
|
1248
1581
|
"label": "Result variable",
|
|
1249
|
-
"description": "Name of variable to store the response in
|
|
1582
|
+
"description": "Name of variable to store the response in",
|
|
1250
1583
|
"group": "output",
|
|
1251
|
-
"type": "String",
|
|
1252
1584
|
"binding": {
|
|
1253
|
-
"
|
|
1254
|
-
"
|
|
1255
|
-
}
|
|
1585
|
+
"key": "resultVariable",
|
|
1586
|
+
"type": "zeebe:taskHeader"
|
|
1587
|
+
},
|
|
1588
|
+
"type": "String"
|
|
1256
1589
|
},
|
|
1257
1590
|
{
|
|
1591
|
+
"id": "resultExpression",
|
|
1258
1592
|
"label": "Result expression",
|
|
1259
|
-
"description": "Expression to map the response into process variables
|
|
1260
|
-
"group": "output",
|
|
1261
|
-
"type": "Text",
|
|
1593
|
+
"description": "Expression to map the response into process variables",
|
|
1262
1594
|
"feel": "required",
|
|
1595
|
+
"group": "output",
|
|
1263
1596
|
"binding": {
|
|
1264
|
-
"
|
|
1265
|
-
"
|
|
1266
|
-
}
|
|
1597
|
+
"key": "resultExpression",
|
|
1598
|
+
"type": "zeebe:taskHeader"
|
|
1599
|
+
},
|
|
1600
|
+
"type": "Text"
|
|
1267
1601
|
},
|
|
1268
1602
|
{
|
|
1603
|
+
"id": "errorExpression",
|
|
1269
1604
|
"label": "Error expression",
|
|
1270
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
1271
|
-
"group": "errors",
|
|
1272
|
-
"type": "Text",
|
|
1605
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
1273
1606
|
"feel": "required",
|
|
1607
|
+
"group": "error",
|
|
1274
1608
|
"binding": {
|
|
1275
|
-
"
|
|
1276
|
-
"
|
|
1277
|
-
}
|
|
1609
|
+
"key": "errorExpression",
|
|
1610
|
+
"type": "zeebe:taskHeader"
|
|
1611
|
+
},
|
|
1612
|
+
"type": "Text"
|
|
1613
|
+
},
|
|
1614
|
+
{
|
|
1615
|
+
"id": "retryCount",
|
|
1616
|
+
"label": "Retries",
|
|
1617
|
+
"description": "Number of retries",
|
|
1618
|
+
"value": "3",
|
|
1619
|
+
"feel": "optional",
|
|
1620
|
+
"group": "retries",
|
|
1621
|
+
"binding": {
|
|
1622
|
+
"property": "retries",
|
|
1623
|
+
"type": "zeebe:taskDefinition"
|
|
1624
|
+
},
|
|
1625
|
+
"type": "String"
|
|
1626
|
+
},
|
|
1627
|
+
{
|
|
1628
|
+
"id": "retryBackoff",
|
|
1629
|
+
"label": "Retry backoff",
|
|
1630
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
1631
|
+
"value": "PT0S",
|
|
1632
|
+
"feel": "optional",
|
|
1633
|
+
"group": "retries",
|
|
1634
|
+
"binding": {
|
|
1635
|
+
"key": "retryBackoff",
|
|
1636
|
+
"type": "zeebe:taskHeader"
|
|
1637
|
+
},
|
|
1638
|
+
"type": "String"
|
|
1278
1639
|
}
|
|
1279
1640
|
],
|
|
1280
1641
|
"icon": {
|
|
1281
|
-
"contents": "data:image/svg+xml
|
|
1642
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA4MCA4MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS82NC9BcmNoX0FXUy1TaW1wbGUtTm90aWZpY2F0aW9uLVNlcnZpY2VfNjQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9JzAlJyB5MT0nMTAwJScgeDI9JzEwMCUnIHkyPScwJScgaWQ9J2xpbmVhckdyYWRpZW50LTEnPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPScjQjAwODREJyBvZmZzZXQ9JzAlJz48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNGRjRGOEInIG9mZnNldD0nMTAwJSc+PC9zdG9wPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0nSWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BV1MtU2ltcGxlLU5vdGlmaWNhdGlvbi1TZXJ2aWNlXzY0JyBzdHJva2U9J25vbmUnIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nbm9uZScKICAgICAgIGZpbGwtcnVsZT0nZXZlbm9kZCc+CiAgICAgICAgPGcgaWQ9J0ljb24tQXJjaGl0ZWN0dXJlLUJHLzY0L0FwcGxpY2F0aW9uLUludGVncmF0aW9uJyBmaWxsPSd1cmwoI2xpbmVhckdyYWRpZW50LTEpJz4KICAgICAgICAgICAgPHJlY3QgaWQ9J1JlY3RhbmdsZScgeD0nMCcgeT0nMCcgd2lkdGg9JzgwJyBoZWlnaHQ9JzgwJz48L3JlY3Q+CiAgICAgICAgPC9nPgogICAgICAgIDxwYXRoIGQ9J00xNywzOCBDMTguMTAzLDM4IDE5LDM4Ljg5NyAxOSw0MCBDMTksNDEuMTAzIDE4LjEwMyw0MiAxNyw0MiBDMTUuODk3LDQyIDE1LDQxLjEwMyAxNSw0MCBDMTUsMzguODk3IDE1Ljg5NywzOCAxNywzOCBMMTcsMzggWiBNNDEsNjQgQzI5LjMxNCw2NCAxOS4yODksNTUuNDY2IDE3LjE5NCw0My45OCBDMTguOTY1LDQzLjg5NCAyMC40MjcsNDIuNjU5IDIwLjg1Nyw0MSBMMjcsNDEgTDI3LDM5IEwyMC44NTcsMzkgQzIwLjQyNywzNy4zNDIgMTguOTY2LDM2LjEwNyAxNy4xOTUsMzYuMDIgQzE5LjI4NSwyNC43MSAyOS41MTEsMTYgNDEsMTYgQzQ1LjMxMywxNiA0OS44MzIsMTcuNjIyIDU0LjQyOSwyMC44MjEgTDU1LjU3MSwxOS4xNzkgQzUwLjYzMywxNS43NDMgNDUuNzMsMTQgNDEsMTQgQzI4LjI3LDE0IDE2Ljk0OSwyMy44NjUgMTUuMDYzLDM2LjUyMSBDMTMuODM5LDM3LjIwNyAxMywzOC41IDEzLDQwIEMxMyw0MS41IDEzLjgzOSw0Mi43OTMgMTUuMDYzLDQzLjQ3OCBDMTYuOTcsNTYuMzQxIDI4LjA1Niw2NiA0MSw2NiBDNDYuNDA3LDY2IDUxLjk0Miw2NC4xNTcgNTYuNTg1LDYwLjgxMSBMNTUuNDE1LDU5LjE4OSBDNTEuMTEsNjIuMjkyIDQ1Ljk5MSw2NCA0MSw2NCBMNDEsNjQgWiBNMzAuMTAxLDM2LjQ0MiBDMzEuOTU1LDM2Ljg5NSAzNC4yNzUsMzcgMzYsMzcgQzM3LjY0MiwzNyAzOS44MjMsMzYuOTA1IDQxLjYyOSwzNi41MDYgTDM3LjEwNSw0NS41NTMgQzM3LjAzNiw0NS42OTEgMzcsNDUuODQ1IDM3LDQ2IEwzNyw1MC40NTMgQzM2LjE5OSw1MC45NjQgMzQuODMzLDUxLjgxMiAzNCw1MS45ODYgTDM0LDQ2IEMzNCw0NS44NjggMzMuOTc0LDQ1LjczNyAzMy45MjMsNDUuNjE1IEwzMC4xMDEsMzYuNDQyIFogTTM2LDMzIEM0MC4wMjUsMzMgNDIuMTc0LDMzLjYwNCA0Mi44NDEsMzQgQzQyLjE3NCwzNC4zOTYgNDAuMDI1LDM1IDM2LDM1IEMzMS45NzUsMzUgMjkuODI2LDM0LjM5NiAyOS4xNTksMzQgQzI5LjgyNiwzMy42MDQgMzEuOTc1LDMzIDM2LDMzIEwzNiwzMyBaIE0zMyw1NCBMMzQsNTQgQzM0LjA0Myw1NCAzNC4wODYsNTMuOTk3IDM0LjEyOCw1My45OTIgQzM1LjM1Miw1My44MzMgMzYuOTA5LDUyLjg4NyAzOC4yNzIsNTIuMDEzIEwzOC41MzUsNTEuODQ1IEMzOC44MjQsNTEuNjYxIDM5LDUxLjM0MiAzOSw1MSBMMzksNDYuMjM2IEw0NC41NTksMzUuMTIgQzQ0LjgzMywzNC44MDEgNDUsMzQuNDM0IDQ1LDM0IEM0NSwzMS4zOSAzOS4zNjEsMzEgMzYsMzEgQzMyLjYzOSwzMSAyNywzMS4zOSAyNywzNCBDMjcsMzQuMzY2IDI3LjEyLDM0LjY4NCAyNy4zMiwzNC45NjcgTDMyLDQ2LjIgTDMyLDUzIEMzMiw1My41NTIgMzIuNDQ3LDU0IDMzLDU0IEwzMyw1NCBaIE02Miw1MyBDNjMuMTAzLDUzIDY0LDUzLjg5NyA2NCw1NSBDNjQsNTYuMTAzIDYzLjEwMyw1NyA2Miw1NyBDNjAuODk3LDU3IDYwLDU2LjEwMyA2MCw1NSBDNjAsNTMuODk3IDYwLjg5Nyw1MyA2Miw1MyBMNjIsNTMgWiBNNjIsMjMgQzYzLjEwMywyMyA2NCwyMy44OTcgNjQsMjUgQzY0LDI2LjEwMyA2My4xMDMsMjcgNjIsMjcgQzYwLjg5NywyNyA2MCwyNi4xMDMgNjAsMjUgQzYwLDIzLjg5NyA2MC44OTcsMjMgNjIsMjMgTDYyLDIzIFogTTY0LDM4IEM2NS4xMDMsMzggNjYsMzguODk3IDY2LDQwIEM2Niw0MS4xMDMgNjUuMTAzLDQyIDY0LDQyIEM2Mi44OTcsNDIgNjIsNDEuMTAzIDYyLDQwIEM2MiwzOC44OTcgNjIuODk3LDM4IDY0LDM4IEw2NCwzOCBaIE01NCw0MSBMNjAuMTQzLDQxIEM2MC41ODksNDIuNzIgNjIuMTQyLDQ0IDY0LDQ0IEM2Ni4yMDYsNDQgNjgsNDIuMjA2IDY4LDQwIEM2OCwzNy43OTQgNjYuMjA2LDM2IDY0LDM2IEM2Mi4xNDIsMzYgNjAuNTg5LDM3LjI4IDYwLjE0MywzOSBMNTQsMzkgTDU0LDI2IEw1OC4xNDMsMjYgQzU4LjU4OSwyNy43MiA2MC4xNDIsMjkgNjIsMjkgQzY0LjIwNiwyOSA2NiwyNy4yMDYgNjYsMjUgQzY2LDIyLjc5NCA2NC4yMDYsMjEgNjIsMjEgQzYwLjE0MiwyMSA1OC41ODksMjIuMjggNTguMTQzLDI0IEw1MywyNCBDNTIuNDQ3LDI0IDUyLDI0LjQ0OCA1MiwyNSBMNTIsMzkgTDQ1LDM5IEw0NSw0MSBMNTIsNDEgTDUyLDU1IEM1Miw1NS41NTIgNTIuNDQ3LDU2IDUzLDU2IEw1OC4xNDMsNTYgQzU4LjU4OSw1Ny43MiA2MC4xNDIsNTkgNjIsNTkgQzY0LjIwNiw1OSA2Niw1Ny4yMDYgNjYsNTUgQzY2LDUyLjc5NCA2NC4yMDYsNTEgNjIsNTEgQzYwLjE0Miw1MSA1OC41ODksNTIuMjggNTguMTQzLDU0IEw1NCw1NCBMNTQsNDEgWicKICAgICAgICAgICAgICBpZD0nQVdTLVNpbXBsZS1Ob3RpZmljYXRpb24tU2VydmljZV9JY29uXzY0X1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
1282
1643
|
},
|
|
1283
1644
|
"engines": {
|
|
1284
|
-
"camunda": "^8.
|
|
1645
|
+
"camunda": "^8.5"
|
|
1285
1646
|
}
|
|
1286
1647
|
},
|
|
1287
1648
|
{
|
|
@@ -1290,7 +1651,7 @@
|
|
|
1290
1651
|
"id": "io.camunda.connectors.AWSSNS.v1",
|
|
1291
1652
|
"description": "Send message to topic",
|
|
1292
1653
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
|
|
1293
|
-
"version":
|
|
1654
|
+
"version": 4,
|
|
1294
1655
|
"appliesTo": ["bpmn:Task"],
|
|
1295
1656
|
"elementType": {
|
|
1296
1657
|
"value": "bpmn:ServiceTask"
|
|
@@ -1376,7 +1737,7 @@
|
|
|
1376
1737
|
"type": "String",
|
|
1377
1738
|
"binding": {
|
|
1378
1739
|
"type": "zeebe:input",
|
|
1379
|
-
"name": "
|
|
1740
|
+
"name": "configuration.region"
|
|
1380
1741
|
},
|
|
1381
1742
|
"constraints": {
|
|
1382
1743
|
"notEmpty": true
|
|
@@ -1467,7 +1828,7 @@
|
|
|
1467
1828
|
},
|
|
1468
1829
|
{
|
|
1469
1830
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1470
|
-
"name": "
|
|
1831
|
+
"name": "Publish Message to AWS SNS",
|
|
1471
1832
|
"id": "io.camunda.connectors.AWSSNS.v1",
|
|
1472
1833
|
"description": "Send messages to Amazon SNS.",
|
|
1473
1834
|
"keywords": [
|
|
@@ -1478,7 +1839,7 @@
|
|
|
1478
1839
|
"FIFO"
|
|
1479
1840
|
],
|
|
1480
1841
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=outbound",
|
|
1481
|
-
"version":
|
|
1842
|
+
"version": 9,
|
|
1482
1843
|
"category": {
|
|
1483
1844
|
"id": "connectors",
|
|
1484
1845
|
"name": "Connectors"
|
|
@@ -1554,7 +1915,6 @@
|
|
|
1554
1915
|
{
|
|
1555
1916
|
"id": "authentication.accessKey",
|
|
1556
1917
|
"label": "Access key",
|
|
1557
|
-
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
1558
1918
|
"optional": false,
|
|
1559
1919
|
"constraints": {
|
|
1560
1920
|
"notEmpty": true
|
|
@@ -1570,12 +1930,13 @@
|
|
|
1570
1930
|
"equals": "credentials",
|
|
1571
1931
|
"type": "simple"
|
|
1572
1932
|
},
|
|
1573
|
-
"
|
|
1933
|
+
"tooltip": "IAM access key of a user with the necessary permissions for this connector",
|
|
1934
|
+
"type": "String",
|
|
1935
|
+
"secret": true
|
|
1574
1936
|
},
|
|
1575
1937
|
{
|
|
1576
1938
|
"id": "authentication.secretKey",
|
|
1577
1939
|
"label": "Secret key",
|
|
1578
|
-
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
1579
1940
|
"optional": false,
|
|
1580
1941
|
"constraints": {
|
|
1581
1942
|
"notEmpty": true
|
|
@@ -1591,12 +1952,26 @@
|
|
|
1591
1952
|
"equals": "credentials",
|
|
1592
1953
|
"type": "simple"
|
|
1593
1954
|
},
|
|
1594
|
-
"
|
|
1955
|
+
"tooltip": "IAM secret key of a user with the necessary permissions for this connector",
|
|
1956
|
+
"type": "String",
|
|
1957
|
+
"secret": true
|
|
1958
|
+
},
|
|
1959
|
+
{
|
|
1960
|
+
"id": "awsCredential",
|
|
1961
|
+
"label": "AWS credential",
|
|
1962
|
+
"description": "Choose a reusable AWS credential. When set, it is bound as a whole to the connector's 'awsCredential' input.",
|
|
1963
|
+
"optional": true,
|
|
1964
|
+
"group": "authentication",
|
|
1965
|
+
"binding": {
|
|
1966
|
+
"name": "awsCredential",
|
|
1967
|
+
"type": "zeebe:input"
|
|
1968
|
+
},
|
|
1969
|
+
"type": "Configuration",
|
|
1970
|
+
"configurationTemplate": "io.camunda:aws-credential:1"
|
|
1595
1971
|
},
|
|
1596
1972
|
{
|
|
1597
1973
|
"id": "topic.topicArn",
|
|
1598
1974
|
"label": "Topic ARN",
|
|
1599
|
-
"description": "Specify the topic you want to publish to",
|
|
1600
1975
|
"optional": false,
|
|
1601
1976
|
"constraints": {
|
|
1602
1977
|
"notEmpty": true
|
|
@@ -1607,12 +1982,12 @@
|
|
|
1607
1982
|
"name": "topic.topicArn",
|
|
1608
1983
|
"type": "zeebe:input"
|
|
1609
1984
|
},
|
|
1985
|
+
"placeholder": "arn:aws:sns:us-east-1:123456789012:MyTopic",
|
|
1610
1986
|
"type": "String"
|
|
1611
1987
|
},
|
|
1612
1988
|
{
|
|
1613
1989
|
"id": "topic.type",
|
|
1614
1990
|
"label": "Topic type",
|
|
1615
|
-
"description": "Select SNS topic type. Details at <a href=\"https://aws.amazon.com/sns/features/\">AWS SNS Features</a>",
|
|
1616
1991
|
"optional": false,
|
|
1617
1992
|
"value": "standard",
|
|
1618
1993
|
"constraints": {
|
|
@@ -1623,6 +1998,7 @@
|
|
|
1623
1998
|
"name": "topic.type",
|
|
1624
1999
|
"type": "zeebe:input"
|
|
1625
2000
|
},
|
|
2001
|
+
"tooltip": "Standard topics maximize throughput; FIFO topics preserve ordering and deduplication. See <a href=\"https://aws.amazon.com/sns/features/\" target=\"_blank\">AWS SNS features</a>",
|
|
1626
2002
|
"type": "Dropdown",
|
|
1627
2003
|
"choices": [
|
|
1628
2004
|
{
|
|
@@ -1638,7 +2014,6 @@
|
|
|
1638
2014
|
{
|
|
1639
2015
|
"id": "configuration.region",
|
|
1640
2016
|
"label": "Region",
|
|
1641
|
-
"description": "Specify the AWS region",
|
|
1642
2017
|
"optional": false,
|
|
1643
2018
|
"constraints": {
|
|
1644
2019
|
"notEmpty": true
|
|
@@ -1666,7 +2041,6 @@
|
|
|
1666
2041
|
{
|
|
1667
2042
|
"id": "topic.messageGroupId",
|
|
1668
2043
|
"label": "Message group ID",
|
|
1669
|
-
"description": "Message group ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/sns/latest/dg/fifo-message-grouping.html\">message grouping for FIFO topics</a> in the Amazon SNS developer guide",
|
|
1670
2044
|
"optional": false,
|
|
1671
2045
|
"feel": "optional",
|
|
1672
2046
|
"group": "input",
|
|
@@ -1679,12 +2053,12 @@
|
|
|
1679
2053
|
"equals": "fifo",
|
|
1680
2054
|
"type": "simple"
|
|
1681
2055
|
},
|
|
2056
|
+
"tooltip": "Required for FIFO topics. See <a href=\"https://docs.aws.amazon.com/sns/latest/dg/fifo-message-grouping.html\" target=\"_blank\">message grouping for FIFO topics</a> in the Amazon SNS developer guide",
|
|
1682
2057
|
"type": "String"
|
|
1683
2058
|
},
|
|
1684
2059
|
{
|
|
1685
2060
|
"id": "topic.messageDeduplicationId",
|
|
1686
2061
|
"label": "Message deduplication ID",
|
|
1687
|
-
"description": "Message deduplication ID. See also <a href=\"https://docs.aws.amazon.com/sns/latest/dg/fifo-message-dedup.html\">Message deduplication for FIFO topics</a> in the Amazon SNS developer guide",
|
|
1688
2062
|
"optional": true,
|
|
1689
2063
|
"feel": "optional",
|
|
1690
2064
|
"group": "input",
|
|
@@ -1697,12 +2071,12 @@
|
|
|
1697
2071
|
"equals": "fifo",
|
|
1698
2072
|
"type": "simple"
|
|
1699
2073
|
},
|
|
2074
|
+
"tooltip": "Suppresses duplicate messages within a five-minute window. See <a href=\"https://docs.aws.amazon.com/sns/latest/dg/fifo-message-dedup.html\" target=\"_blank\">message deduplication for FIFO topics</a> in the Amazon SNS developer guide",
|
|
1700
2075
|
"type": "String"
|
|
1701
2076
|
},
|
|
1702
2077
|
{
|
|
1703
2078
|
"id": "topic.subject",
|
|
1704
2079
|
"label": "Subject",
|
|
1705
|
-
"description": "Specify the subject of the message you want to publish in the SNS topic",
|
|
1706
2080
|
"optional": true,
|
|
1707
2081
|
"feel": "optional",
|
|
1708
2082
|
"group": "input",
|
|
@@ -1715,7 +2089,6 @@
|
|
|
1715
2089
|
{
|
|
1716
2090
|
"id": "topic.message",
|
|
1717
2091
|
"label": "Message",
|
|
1718
|
-
"description": "Data to publish in the SNS topic",
|
|
1719
2092
|
"optional": false,
|
|
1720
2093
|
"constraints": {
|
|
1721
2094
|
"notEmpty": true
|
|
@@ -1731,7 +2104,6 @@
|
|
|
1731
2104
|
{
|
|
1732
2105
|
"id": "topic.messageAttributes",
|
|
1733
2106
|
"label": "messageAttributes",
|
|
1734
|
-
"description": "Message attributes metadata",
|
|
1735
2107
|
"optional": true,
|
|
1736
2108
|
"feel": "required",
|
|
1737
2109
|
"group": "input",
|
|
@@ -1745,7 +2117,7 @@
|
|
|
1745
2117
|
"id": "version",
|
|
1746
2118
|
"label": "Version",
|
|
1747
2119
|
"description": "Version of the element template",
|
|
1748
|
-
"value": "
|
|
2120
|
+
"value": "9",
|
|
1749
2121
|
"group": "connector",
|
|
1750
2122
|
"binding": {
|
|
1751
2123
|
"key": "elementTemplateVersion",
|
|
@@ -1817,7 +2189,7 @@
|
|
|
1817
2189
|
"id": "retryBackoff",
|
|
1818
2190
|
"label": "Retry backoff",
|
|
1819
2191
|
"description": "ISO-8601 duration to wait between retries",
|
|
1820
|
-
"value": "
|
|
2192
|
+
"value": "PT30S",
|
|
1821
2193
|
"group": "retries",
|
|
1822
2194
|
"binding": {
|
|
1823
2195
|
"key": "retryBackoff",
|
|
@@ -1826,6 +2198,91 @@
|
|
|
1826
2198
|
"type": "String"
|
|
1827
2199
|
}
|
|
1828
2200
|
],
|
|
2201
|
+
"configurationTemplates": [
|
|
2202
|
+
{
|
|
2203
|
+
"id": "io.camunda:aws-credential:1",
|
|
2204
|
+
"kind": "CREDENTIAL",
|
|
2205
|
+
"version": 1,
|
|
2206
|
+
"name": "AWS Credential",
|
|
2207
|
+
"properties": [
|
|
2208
|
+
{
|
|
2209
|
+
"id": "authentication.type",
|
|
2210
|
+
"label": "Authentication",
|
|
2211
|
+
"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>",
|
|
2212
|
+
"value": "credentials",
|
|
2213
|
+
"group": "authentication",
|
|
2214
|
+
"binding": {
|
|
2215
|
+
"name": "authentication.type",
|
|
2216
|
+
"type": "property"
|
|
2217
|
+
},
|
|
2218
|
+
"type": "Dropdown",
|
|
2219
|
+
"choices": [
|
|
2220
|
+
{
|
|
2221
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
2222
|
+
"value": "defaultCredentialsChain"
|
|
2223
|
+
},
|
|
2224
|
+
{
|
|
2225
|
+
"name": "Credentials",
|
|
2226
|
+
"value": "credentials"
|
|
2227
|
+
}
|
|
2228
|
+
]
|
|
2229
|
+
},
|
|
2230
|
+
{
|
|
2231
|
+
"id": "authentication.accessKey",
|
|
2232
|
+
"label": "Access key",
|
|
2233
|
+
"constraints": {
|
|
2234
|
+
"notEmpty": true
|
|
2235
|
+
},
|
|
2236
|
+
"group": "authentication",
|
|
2237
|
+
"binding": {
|
|
2238
|
+
"name": "authentication.accessKey",
|
|
2239
|
+
"type": "property"
|
|
2240
|
+
},
|
|
2241
|
+
"condition": {
|
|
2242
|
+
"property": "authentication.type",
|
|
2243
|
+
"equals": "credentials",
|
|
2244
|
+
"type": "simple"
|
|
2245
|
+
},
|
|
2246
|
+
"tooltip": "IAM access key of a user with the necessary permissions for this connector",
|
|
2247
|
+
"type": "String",
|
|
2248
|
+
"secret": true
|
|
2249
|
+
},
|
|
2250
|
+
{
|
|
2251
|
+
"id": "authentication.secretKey",
|
|
2252
|
+
"label": "Secret key",
|
|
2253
|
+
"constraints": {
|
|
2254
|
+
"notEmpty": true
|
|
2255
|
+
},
|
|
2256
|
+
"group": "authentication",
|
|
2257
|
+
"binding": {
|
|
2258
|
+
"name": "authentication.secretKey",
|
|
2259
|
+
"type": "property"
|
|
2260
|
+
},
|
|
2261
|
+
"condition": {
|
|
2262
|
+
"property": "authentication.type",
|
|
2263
|
+
"equals": "credentials",
|
|
2264
|
+
"type": "simple"
|
|
2265
|
+
},
|
|
2266
|
+
"tooltip": "IAM secret key of a user with the necessary permissions for this connector",
|
|
2267
|
+
"type": "String",
|
|
2268
|
+
"secret": true
|
|
2269
|
+
},
|
|
2270
|
+
{
|
|
2271
|
+
"id": "region",
|
|
2272
|
+
"label": "Region",
|
|
2273
|
+
"constraints": {
|
|
2274
|
+
"notEmpty": true
|
|
2275
|
+
},
|
|
2276
|
+
"group": "configuration",
|
|
2277
|
+
"binding": {
|
|
2278
|
+
"name": "region",
|
|
2279
|
+
"type": "property"
|
|
2280
|
+
},
|
|
2281
|
+
"type": "String"
|
|
2282
|
+
}
|
|
2283
|
+
]
|
|
2284
|
+
}
|
|
2285
|
+
],
|
|
1829
2286
|
"icon": {
|
|
1830
2287
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA4MCA4MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS82NC9BcmNoX0FXUy1TaW1wbGUtTm90aWZpY2F0aW9uLVNlcnZpY2VfNjQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9JzAlJyB5MT0nMTAwJScgeDI9JzEwMCUnIHkyPScwJScgaWQ9J2xpbmVhckdyYWRpZW50LTEnPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPScjQjAwODREJyBvZmZzZXQ9JzAlJz48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNGRjRGOEInIG9mZnNldD0nMTAwJSc+PC9zdG9wPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0nSWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BV1MtU2ltcGxlLU5vdGlmaWNhdGlvbi1TZXJ2aWNlXzY0JyBzdHJva2U9J25vbmUnIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nbm9uZScKICAgICAgIGZpbGwtcnVsZT0nZXZlbm9kZCc+CiAgICAgICAgPGcgaWQ9J0ljb24tQXJjaGl0ZWN0dXJlLUJHLzY0L0FwcGxpY2F0aW9uLUludGVncmF0aW9uJyBmaWxsPSd1cmwoI2xpbmVhckdyYWRpZW50LTEpJz4KICAgICAgICAgICAgPHJlY3QgaWQ9J1JlY3RhbmdsZScgeD0nMCcgeT0nMCcgd2lkdGg9JzgwJyBoZWlnaHQ9JzgwJz48L3JlY3Q+CiAgICAgICAgPC9nPgogICAgICAgIDxwYXRoIGQ9J00xNywzOCBDMTguMTAzLDM4IDE5LDM4Ljg5NyAxOSw0MCBDMTksNDEuMTAzIDE4LjEwMyw0MiAxNyw0MiBDMTUuODk3LDQyIDE1LDQxLjEwMyAxNSw0MCBDMTUsMzguODk3IDE1Ljg5NywzOCAxNywzOCBMMTcsMzggWiBNNDEsNjQgQzI5LjMxNCw2NCAxOS4yODksNTUuNDY2IDE3LjE5NCw0My45OCBDMTguOTY1LDQzLjg5NCAyMC40MjcsNDIuNjU5IDIwLjg1Nyw0MSBMMjcsNDEgTDI3LDM5IEwyMC44NTcsMzkgQzIwLjQyNywzNy4zNDIgMTguOTY2LDM2LjEwNyAxNy4xOTUsMzYuMDIgQzE5LjI4NSwyNC43MSAyOS41MTEsMTYgNDEsMTYgQzQ1LjMxMywxNiA0OS44MzIsMTcuNjIyIDU0LjQyOSwyMC44MjEgTDU1LjU3MSwxOS4xNzkgQzUwLjYzMywxNS43NDMgNDUuNzMsMTQgNDEsMTQgQzI4LjI3LDE0IDE2Ljk0OSwyMy44NjUgMTUuMDYzLDM2LjUyMSBDMTMuODM5LDM3LjIwNyAxMywzOC41IDEzLDQwIEMxMyw0MS41IDEzLjgzOSw0Mi43OTMgMTUuMDYzLDQzLjQ3OCBDMTYuOTcsNTYuMzQxIDI4LjA1Niw2NiA0MSw2NiBDNDYuNDA3LDY2IDUxLjk0Miw2NC4xNTcgNTYuNTg1LDYwLjgxMSBMNTUuNDE1LDU5LjE4OSBDNTEuMTEsNjIuMjkyIDQ1Ljk5MSw2NCA0MSw2NCBMNDEsNjQgWiBNMzAuMTAxLDM2LjQ0MiBDMzEuOTU1LDM2Ljg5NSAzNC4yNzUsMzcgMzYsMzcgQzM3LjY0MiwzNyAzOS44MjMsMzYuOTA1IDQxLjYyOSwzNi41MDYgTDM3LjEwNSw0NS41NTMgQzM3LjAzNiw0NS42OTEgMzcsNDUuODQ1IDM3LDQ2IEwzNyw1MC40NTMgQzM2LjE5OSw1MC45NjQgMzQuODMzLDUxLjgxMiAzNCw1MS45ODYgTDM0LDQ2IEMzNCw0NS44NjggMzMuOTc0LDQ1LjczNyAzMy45MjMsNDUuNjE1IEwzMC4xMDEsMzYuNDQyIFogTTM2LDMzIEM0MC4wMjUsMzMgNDIuMTc0LDMzLjYwNCA0Mi44NDEsMzQgQzQyLjE3NCwzNC4zOTYgNDAuMDI1LDM1IDM2LDM1IEMzMS45NzUsMzUgMjkuODI2LDM0LjM5NiAyOS4xNTksMzQgQzI5LjgyNiwzMy42MDQgMzEuOTc1LDMzIDM2LDMzIEwzNiwzMyBaIE0zMyw1NCBMMzQsNTQgQzM0LjA0Myw1NCAzNC4wODYsNTMuOTk3IDM0LjEyOCw1My45OTIgQzM1LjM1Miw1My44MzMgMzYuOTA5LDUyLjg4NyAzOC4yNzIsNTIuMDEzIEwzOC41MzUsNTEuODQ1IEMzOC44MjQsNTEuNjYxIDM5LDUxLjM0MiAzOSw1MSBMMzksNDYuMjM2IEw0NC41NTksMzUuMTIgQzQ0LjgzMywzNC44MDEgNDUsMzQuNDM0IDQ1LDM0IEM0NSwzMS4zOSAzOS4zNjEsMzEgMzYsMzEgQzMyLjYzOSwzMSAyNywzMS4zOSAyNywzNCBDMjcsMzQuMzY2IDI3LjEyLDM0LjY4NCAyNy4zMiwzNC45NjcgTDMyLDQ2LjIgTDMyLDUzIEMzMiw1My41NTIgMzIuNDQ3LDU0IDMzLDU0IEwzMyw1NCBaIE02Miw1MyBDNjMuMTAzLDUzIDY0LDUzLjg5NyA2NCw1NSBDNjQsNTYuMTAzIDYzLjEwMyw1NyA2Miw1NyBDNjAuODk3LDU3IDYwLDU2LjEwMyA2MCw1NSBDNjAsNTMuODk3IDYwLjg5Nyw1MyA2Miw1MyBMNjIsNTMgWiBNNjIsMjMgQzYzLjEwMywyMyA2NCwyMy44OTcgNjQsMjUgQzY0LDI2LjEwMyA2My4xMDMsMjcgNjIsMjcgQzYwLjg5NywyNyA2MCwyNi4xMDMgNjAsMjUgQzYwLDIzLjg5NyA2MC44OTcsMjMgNjIsMjMgTDYyLDIzIFogTTY0LDM4IEM2NS4xMDMsMzggNjYsMzguODk3IDY2LDQwIEM2Niw0MS4xMDMgNjUuMTAzLDQyIDY0LDQyIEM2Mi44OTcsNDIgNjIsNDEuMTAzIDYyLDQwIEM2MiwzOC44OTcgNjIuODk3LDM4IDY0LDM4IEw2NCwzOCBaIE01NCw0MSBMNjAuMTQzLDQxIEM2MC41ODksNDIuNzIgNjIuMTQyLDQ0IDY0LDQ0IEM2Ni4yMDYsNDQgNjgsNDIuMjA2IDY4LDQwIEM2OCwzNy43OTQgNjYuMjA2LDM2IDY0LDM2IEM2Mi4xNDIsMzYgNjAuNTg5LDM3LjI4IDYwLjE0MywzOSBMNTQsMzkgTDU0LDI2IEw1OC4xNDMsMjYgQzU4LjU4OSwyNy43MiA2MC4xNDIsMjkgNjIsMjkgQzY0LjIwNiwyOSA2NiwyNy4yMDYgNjYsMjUgQzY2LDIyLjc5NCA2NC4yMDYsMjEgNjIsMjEgQzYwLjE0MiwyMSA1OC41ODksMjIuMjggNTguMTQzLDI0IEw1MywyNCBDNTIuNDQ3LDI0IDUyLDI0LjQ0OCA1MiwyNSBMNTIsMzkgTDQ1LDM5IEw0NSw0MSBMNTIsNDEgTDUyLDU1IEM1Miw1NS41NTIgNTIuNDQ3LDU2IDUzLDU2IEw1OC4xNDMsNTYgQzU4LjU4OSw1Ny43MiA2MC4xNDIsNTkgNjIsNTkgQzY0LjIwNiw1OSA2Niw1Ny4yMDYgNjYsNTUgQzY2LDUyLjc5NCA2NC4yMDYsNTEgNjIsNTEgQzYwLjE0Miw1MSA1OC41ODksNTIuMjggNTguMTQzLDU0IEw1NCw1NCBMNTQsNDEgWicKICAgICAgICAgICAgICBpZD0nQVdTLVNpbXBsZS1Ob3RpZmljYXRpb24tU2VydmljZV9JY29uXzY0X1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
1831
2288
|
}
|