@camunda/connectors-element-templates 1.0.20 → 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.
Files changed (115) hide show
  1. package/package.json +2 -2
  2. package/src/connectors-template.js +1 -3
  3. package/src/connectors.js +4 -0
  4. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +40 -40
  5. package/src/element-templates/agenticai-aiagent-job-worker.json +2483 -475
  6. package/src/element-templates/agenticai-aiagent-outbound-connector.json +5352 -3427
  7. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +717 -35
  8. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2254 -809
  9. package/src/element-templates/app-integrations-connector.json +1047 -0
  10. package/src/element-templates/asana-connector.json +1050 -216
  11. package/src/element-templates/automation-anywhere-outbound-connector.json +2046 -1553
  12. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +1067 -29
  13. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +385 -4
  14. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +441 -4
  15. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +416 -4
  16. package/src/element-templates/aws-bedrock-outbound-connector.json +2274 -624
  17. package/src/element-templates/aws-comprehend-outbound-connector.json +1572 -0
  18. package/src/element-templates/aws-dynamodb-outbound-connector.json +2385 -949
  19. package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
  20. package/src/element-templates/aws-eventbridge-connector-intermediate.json +62 -62
  21. package/src/element-templates/aws-eventbridge-connector-start-event.json +20 -20
  22. package/src/element-templates/aws-eventbridge-outbound-connector.json +680 -266
  23. package/src/element-templates/aws-lambda-outbound-connector.json +462 -63
  24. package/src/element-templates/aws-s3-outbound-connector.json +1850 -329
  25. package/src/element-templates/aws-sagemaker-outbound-connector.json +680 -51
  26. package/src/element-templates/aws-sns-inbound-boundary.json +207 -206
  27. package/src/element-templates/aws-sns-inbound-intermediate.json +410 -409
  28. package/src/element-templates/aws-sns-inbound-message-start.json +4 -3
  29. package/src/element-templates/aws-sns-inbound-receive.json +4 -3
  30. package/src/element-templates/aws-sns-inbound-start-event.json +138 -138
  31. package/src/element-templates/aws-sns-outbound-connector.json +643 -186
  32. package/src/element-templates/aws-sqs-boundary-connector.json +1059 -540
  33. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +1046 -527
  34. package/src/element-templates/aws-sqs-outbound-connector.json +596 -143
  35. package/src/element-templates/aws-sqs-receive-connector.json +525 -7
  36. package/src/element-templates/aws-sqs-start-event-connector.json +401 -401
  37. package/src/element-templates/aws-sqs-start-message.json +736 -185
  38. package/src/element-templates/aws-textract-outbound-connector.json +925 -190
  39. package/src/element-templates/azure-blobstorage-outbound-connector.json +1648 -225
  40. package/src/element-templates/azure-open-ai-connector.json +1372 -9
  41. package/src/element-templates/blue-prism-connector.json +655 -76
  42. package/src/element-templates/box-outbound-connector.json +2331 -247
  43. package/src/element-templates/csv-outbound-connector.json +44 -44
  44. package/src/element-templates/easy-post-connector.json +1178 -97
  45. package/src/element-templates/email-outbound-connector.json +3087 -1013
  46. package/src/element-templates/embeddings-vector-database-outbound-connector.json +2160 -0
  47. package/src/element-templates/github-connector.json +14049 -9863
  48. package/src/element-templates/github-webhook-connector-boundary.json +24 -24
  49. package/src/element-templates/github-webhook-connector-intermediate.json +33 -33
  50. package/src/element-templates/github-webhook-connector-message-start.json +8 -8
  51. package/src/element-templates/github-webhook-connector-receive.json +8 -8
  52. package/src/element-templates/github-webhook-connector-start-event.json +54 -54
  53. package/src/element-templates/gitlab-connector.json +2110 -208
  54. package/src/element-templates/google-cloud-storage-outbound-connector.json +1448 -241
  55. package/src/element-templates/google-drive-outbound-connector.json +2246 -694
  56. package/src/element-templates/google-gemini-outbound-connector.json +8 -22
  57. package/src/element-templates/google-maps-platform-connector.json +688 -137
  58. package/src/element-templates/google-sheets-outbound-connector.json +3631 -2475
  59. package/src/element-templates/graphql-outbound-connector.json +3346 -789
  60. package/src/element-templates/http-json-connector.json +5295 -2803
  61. package/src/element-templates/http-polling-boundary-catch-event-connector.json +2550 -590
  62. package/src/element-templates/http-polling-connector.json +2886 -926
  63. package/src/element-templates/hubspot-outbound-connector.json +2786 -36
  64. package/src/element-templates/hugging-face-connector.json +44 -43
  65. package/src/element-templates/jdbc-outbound-connector.json +505 -8
  66. package/src/element-templates/kafka-inbound-connector-boundary.json +29 -32
  67. package/src/element-templates/kafka-inbound-connector-intermediate.json +615 -618
  68. package/src/element-templates/kafka-inbound-connector-receive.json +9 -12
  69. package/src/element-templates/kafka-inbound-connector-start-message.json +9 -12
  70. package/src/element-templates/kafka-inbound-connector.json +240 -240
  71. package/src/element-templates/kafka-outbound-connector.json +494 -498
  72. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +7 -10
  73. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +7 -10
  74. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +7 -10
  75. package/src/element-templates/microsoft-office365-mail-connector.json +1095 -39
  76. package/src/element-templates/microsoft-teams-outbound-connector.json +7335 -4894
  77. package/src/element-templates/openai-connector.json +596 -102
  78. package/src/element-templates/operate-connector.json +167 -170
  79. package/src/element-templates/orchestration-connector.json +1843 -0
  80. package/src/element-templates/power-automate-connector.json +64 -64
  81. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +449 -451
  82. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +770 -772
  83. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +576 -578
  84. package/src/element-templates/rabbitmq-inbound-connector-receive.json +5 -7
  85. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +105 -105
  86. package/src/element-templates/rabbitmq-outbound-connector.json +319 -319
  87. package/src/element-templates/rpa-connector.json +6 -6
  88. package/src/element-templates/salesforce-connector.json +690 -56
  89. package/src/element-templates/send-message-connector-intermediate-throw-event.json +300 -0
  90. package/src/element-templates/send-message-connector-message-end-event.json +300 -0
  91. package/src/element-templates/send-message-connector-send-task.json +299 -0
  92. package/src/element-templates/sendgrid-outbound-connector.json +597 -597
  93. package/src/element-templates/servicenow-connector.json +1365 -8
  94. package/src/element-templates/servicenow-flow-starter-connector.json +15 -15
  95. package/src/element-templates/servicenow-incident-connector.json +1076 -30
  96. package/src/element-templates/slack-inbound-boundary.json +374 -374
  97. package/src/element-templates/slack-inbound-intermediate.json +766 -766
  98. package/src/element-templates/slack-inbound-message-start.json +145 -145
  99. package/src/element-templates/slack-inbound-receive.json +2 -2
  100. package/src/element-templates/slack-inbound-start-event.json +211 -211
  101. package/src/element-templates/slack-outbound-connector.json +2154 -1051
  102. package/src/element-templates/soap-outbound-connector.json +114 -118
  103. package/src/element-templates/twilio-connector.json +1181 -368
  104. package/src/element-templates/twilio-webhook-boundary-connector.json +29 -30
  105. package/src/element-templates/twilio-webhook-connector.json +56 -57
  106. package/src/element-templates/twilio-webhook-intermediate-connector.json +33 -34
  107. package/src/element-templates/twilio-webhook-message-start-connector.json +27 -28
  108. package/src/element-templates/twilio-webhook-receive-connector.json +9 -10
  109. package/src/element-templates/uipath-connector.json +681 -63
  110. package/src/element-templates/webhook-connector-boundary.json +1242 -587
  111. package/src/element-templates/webhook-connector-intermediate.json +1339 -684
  112. package/src/element-templates/webhook-connector-receive.json +659 -5
  113. package/src/element-templates/webhook-connector-start-event.json +1736 -1175
  114. package/src/element-templates/webhook-connector-start-message.json +1791 -1104
  115. package/src/element-templates/whatsapp-connector.json +386 -16
@@ -1,4 +1,573 @@
1
1
  [
2
+ {
3
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
+ "name": "AWS Bedrock AgentCore Long-Term Memory Connector",
5
+ "id": "io.camunda.connectors.aws.bedrock.agentcore.memory.longterm.v1",
6
+ "description": "Retrieve persistent knowledge — facts, preferences, and summaries — from AWS Bedrock AgentCore Long-Term Memory",
7
+ "version": 3,
8
+ "category": {
9
+ "id": "connectors",
10
+ "name": "Connectors"
11
+ },
12
+ "appliesTo": ["bpmn:Task"],
13
+ "elementType": {
14
+ "value": "bpmn:ServiceTask"
15
+ },
16
+ "engines": {
17
+ "camunda": "^8.10"
18
+ },
19
+ "groups": [
20
+ {
21
+ "id": "operation",
22
+ "label": "Operation"
23
+ },
24
+ {
25
+ "id": "authentication",
26
+ "label": "Authentication"
27
+ },
28
+ {
29
+ "id": "configuration",
30
+ "label": "Configuration"
31
+ },
32
+ {
33
+ "id": "retrieve",
34
+ "label": "Retrieve Memory Records"
35
+ },
36
+ {
37
+ "id": "list",
38
+ "label": "List Memory Records"
39
+ },
40
+ {
41
+ "id": "connector",
42
+ "label": "Connector"
43
+ },
44
+ {
45
+ "id": "output",
46
+ "label": "Output mapping"
47
+ },
48
+ {
49
+ "id": "error",
50
+ "label": "Error handling"
51
+ },
52
+ {
53
+ "id": "retries",
54
+ "label": "Retries"
55
+ }
56
+ ],
57
+ "properties": [
58
+ {
59
+ "value": "io.camunda:aws-bedrock-agentcore-lt-memory:1",
60
+ "binding": {
61
+ "property": "type",
62
+ "type": "zeebe:taskDefinition"
63
+ },
64
+ "type": "Hidden"
65
+ },
66
+ {
67
+ "id": "operation.operationDiscriminator",
68
+ "label": "Operation",
69
+ "value": "retrieve",
70
+ "group": "operation",
71
+ "binding": {
72
+ "name": "operation.operationDiscriminator",
73
+ "type": "zeebe:input"
74
+ },
75
+ "type": "Dropdown",
76
+ "choices": [
77
+ {
78
+ "name": "Retrieve Memory Records",
79
+ "value": "retrieve"
80
+ },
81
+ {
82
+ "name": "List Memory Records",
83
+ "value": "list"
84
+ }
85
+ ]
86
+ },
87
+ {
88
+ "id": "authentication.type",
89
+ "label": "Authentication",
90
+ "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>",
91
+ "value": "credentials",
92
+ "group": "authentication",
93
+ "binding": {
94
+ "name": "authentication.type",
95
+ "type": "zeebe:input"
96
+ },
97
+ "type": "Dropdown",
98
+ "choices": [
99
+ {
100
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
101
+ "value": "defaultCredentialsChain"
102
+ },
103
+ {
104
+ "name": "Credentials",
105
+ "value": "credentials"
106
+ }
107
+ ]
108
+ },
109
+ {
110
+ "id": "authentication.accessKey",
111
+ "label": "Access key",
112
+ "optional": false,
113
+ "constraints": {
114
+ "notEmpty": true
115
+ },
116
+ "feel": "optional",
117
+ "group": "authentication",
118
+ "binding": {
119
+ "name": "authentication.accessKey",
120
+ "type": "zeebe:input"
121
+ },
122
+ "condition": {
123
+ "property": "authentication.type",
124
+ "equals": "credentials",
125
+ "type": "simple"
126
+ },
127
+ "tooltip": "IAM access key of a user with the necessary permissions for this connector",
128
+ "type": "String",
129
+ "secret": true
130
+ },
131
+ {
132
+ "id": "authentication.secretKey",
133
+ "label": "Secret key",
134
+ "optional": false,
135
+ "constraints": {
136
+ "notEmpty": true
137
+ },
138
+ "feel": "optional",
139
+ "group": "authentication",
140
+ "binding": {
141
+ "name": "authentication.secretKey",
142
+ "type": "zeebe:input"
143
+ },
144
+ "condition": {
145
+ "property": "authentication.type",
146
+ "equals": "credentials",
147
+ "type": "simple"
148
+ },
149
+ "tooltip": "IAM secret key of a user with the necessary permissions for this connector",
150
+ "type": "String",
151
+ "secret": true
152
+ },
153
+ {
154
+ "id": "awsCredential",
155
+ "label": "AWS credential",
156
+ "description": "Choose a reusable AWS credential. When set, it is bound as a whole to the connector's 'awsCredential' input.",
157
+ "optional": true,
158
+ "group": "authentication",
159
+ "binding": {
160
+ "name": "awsCredential",
161
+ "type": "zeebe:input"
162
+ },
163
+ "type": "Configuration",
164
+ "configurationTemplate": "io.camunda:aws-credential:1"
165
+ },
166
+ {
167
+ "id": "memoryId",
168
+ "label": "Memory ID",
169
+ "description": "The identifier of the AgentCore Memory resource.",
170
+ "optional": false,
171
+ "constraints": {
172
+ "notEmpty": true
173
+ },
174
+ "feel": "optional",
175
+ "group": "configuration",
176
+ "binding": {
177
+ "name": "memoryId",
178
+ "type": "zeebe:input"
179
+ },
180
+ "type": "String"
181
+ },
182
+ {
183
+ "id": "namespace",
184
+ "label": "Namespace",
185
+ "description": "Namespace prefix to scope memory records (e.g. 'customer/12345'). Required by AWS.",
186
+ "optional": false,
187
+ "constraints": {
188
+ "notEmpty": true
189
+ },
190
+ "feel": "optional",
191
+ "group": "configuration",
192
+ "binding": {
193
+ "name": "namespace",
194
+ "type": "zeebe:input"
195
+ },
196
+ "type": "String"
197
+ },
198
+ {
199
+ "id": "configuration.region",
200
+ "label": "Region",
201
+ "optional": false,
202
+ "constraints": {
203
+ "notEmpty": true
204
+ },
205
+ "feel": "optional",
206
+ "group": "configuration",
207
+ "binding": {
208
+ "name": "configuration.region",
209
+ "type": "zeebe:input"
210
+ },
211
+ "type": "String"
212
+ },
213
+ {
214
+ "id": "configuration.endpoint",
215
+ "label": "Endpoint",
216
+ "description": "Specify endpoint if need to use custom endpoint",
217
+ "optional": true,
218
+ "group": "configuration",
219
+ "binding": {
220
+ "name": "configuration.endpoint",
221
+ "type": "zeebe:input"
222
+ },
223
+ "type": "Hidden"
224
+ },
225
+ {
226
+ "id": "operation.query",
227
+ "label": "Search query",
228
+ "description": "Semantic search query to find relevant memory records (up to 10,000 characters).",
229
+ "optional": false,
230
+ "constraints": {
231
+ "notEmpty": true
232
+ },
233
+ "feel": "optional",
234
+ "group": "retrieve",
235
+ "binding": {
236
+ "name": "operation.query",
237
+ "type": "zeebe:input"
238
+ },
239
+ "condition": {
240
+ "property": "operation.operationDiscriminator",
241
+ "equals": "retrieve",
242
+ "type": "simple"
243
+ },
244
+ "type": "String"
245
+ },
246
+ {
247
+ "id": "operation.retrieve.memoryStrategyId",
248
+ "label": "Memory strategy ID",
249
+ "description": "Optional. Limits the search to memories created by a specific extraction strategy.",
250
+ "optional": true,
251
+ "feel": "optional",
252
+ "group": "retrieve",
253
+ "binding": {
254
+ "name": "operation.memoryStrategyId",
255
+ "type": "zeebe:input"
256
+ },
257
+ "condition": {
258
+ "property": "operation.operationDiscriminator",
259
+ "equals": "retrieve",
260
+ "type": "simple"
261
+ },
262
+ "type": "String"
263
+ },
264
+ {
265
+ "id": "operation.retrieve.maxResults",
266
+ "label": "Max results",
267
+ "description": "Maximum number of results to return (1–100). Defaults to 10.",
268
+ "optional": true,
269
+ "value": 10,
270
+ "feel": "static",
271
+ "group": "retrieve",
272
+ "binding": {
273
+ "name": "operation.maxResults",
274
+ "type": "zeebe:input"
275
+ },
276
+ "condition": {
277
+ "property": "operation.operationDiscriminator",
278
+ "equals": "retrieve",
279
+ "type": "simple"
280
+ },
281
+ "type": "Number"
282
+ },
283
+ {
284
+ "id": "operation.retrieve.nextToken",
285
+ "label": "Pagination token",
286
+ "description": "Pagination token from a previous response to fetch the next page.",
287
+ "optional": true,
288
+ "feel": "optional",
289
+ "group": "retrieve",
290
+ "binding": {
291
+ "name": "operation.nextToken",
292
+ "type": "zeebe:input"
293
+ },
294
+ "condition": {
295
+ "property": "operation.operationDiscriminator",
296
+ "equals": "retrieve",
297
+ "type": "simple"
298
+ },
299
+ "type": "String"
300
+ },
301
+ {
302
+ "id": "operation.list.memoryStrategyId",
303
+ "label": "Memory strategy ID",
304
+ "description": "Optional. Filter memory records by a specific extraction strategy.",
305
+ "optional": true,
306
+ "feel": "optional",
307
+ "group": "list",
308
+ "binding": {
309
+ "name": "operation.memoryStrategyId",
310
+ "type": "zeebe:input"
311
+ },
312
+ "condition": {
313
+ "property": "operation.operationDiscriminator",
314
+ "equals": "list",
315
+ "type": "simple"
316
+ },
317
+ "type": "String"
318
+ },
319
+ {
320
+ "id": "operation.list.maxResults",
321
+ "label": "Max results",
322
+ "description": "Maximum number of results to return (1–100). Defaults to 20.",
323
+ "optional": true,
324
+ "value": 20,
325
+ "feel": "static",
326
+ "group": "list",
327
+ "binding": {
328
+ "name": "operation.maxResults",
329
+ "type": "zeebe:input"
330
+ },
331
+ "condition": {
332
+ "property": "operation.operationDiscriminator",
333
+ "equals": "list",
334
+ "type": "simple"
335
+ },
336
+ "type": "Number"
337
+ },
338
+ {
339
+ "id": "operation.list.nextToken",
340
+ "label": "Pagination token",
341
+ "description": "Pagination token from a previous response to fetch the next page.",
342
+ "optional": true,
343
+ "feel": "optional",
344
+ "group": "list",
345
+ "binding": {
346
+ "name": "operation.nextToken",
347
+ "type": "zeebe:input"
348
+ },
349
+ "condition": {
350
+ "property": "operation.operationDiscriminator",
351
+ "equals": "list",
352
+ "type": "simple"
353
+ },
354
+ "type": "String"
355
+ },
356
+ {
357
+ "id": "version",
358
+ "label": "Version",
359
+ "description": "Version of the element template",
360
+ "value": "3",
361
+ "group": "connector",
362
+ "binding": {
363
+ "key": "elementTemplateVersion",
364
+ "type": "zeebe:taskHeader"
365
+ },
366
+ "type": "Hidden"
367
+ },
368
+ {
369
+ "id": "id",
370
+ "label": "ID",
371
+ "description": "ID of the element template",
372
+ "value": "io.camunda.connectors.aws.bedrock.agentcore.memory.longterm.v1",
373
+ "group": "connector",
374
+ "binding": {
375
+ "key": "elementTemplateId",
376
+ "type": "zeebe:taskHeader"
377
+ },
378
+ "type": "Hidden"
379
+ },
380
+ {
381
+ "id": "resultVariable",
382
+ "label": "Result variable",
383
+ "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>.",
384
+ "group": "output",
385
+ "binding": {
386
+ "key": "resultVariable",
387
+ "type": "zeebe:taskHeader"
388
+ },
389
+ "type": "String"
390
+ },
391
+ {
392
+ "id": "resultExpression",
393
+ "label": "Result expression",
394
+ "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>.",
395
+ "feel": "required",
396
+ "group": "output",
397
+ "binding": {
398
+ "key": "resultExpression",
399
+ "type": "zeebe:taskHeader"
400
+ },
401
+ "type": "Text"
402
+ },
403
+ {
404
+ "id": "errorExpression",
405
+ "label": "Error expression",
406
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
407
+ "feel": "required",
408
+ "group": "error",
409
+ "binding": {
410
+ "key": "errorExpression",
411
+ "type": "zeebe:taskHeader"
412
+ },
413
+ "type": "Text"
414
+ },
415
+ {
416
+ "id": "retryCount",
417
+ "label": "Retries",
418
+ "description": "Number of retries",
419
+ "value": "3",
420
+ "feel": "optional",
421
+ "group": "retries",
422
+ "binding": {
423
+ "property": "retries",
424
+ "type": "zeebe:taskDefinition"
425
+ },
426
+ "type": "String"
427
+ },
428
+ {
429
+ "id": "retryBackoff",
430
+ "label": "Retry backoff",
431
+ "description": "ISO-8601 duration to wait between retries",
432
+ "value": "PT30S",
433
+ "group": "retries",
434
+ "binding": {
435
+ "key": "retryBackoff",
436
+ "type": "zeebe:taskHeader"
437
+ },
438
+ "type": "String"
439
+ }
440
+ ],
441
+ "steps": [
442
+ {
443
+ "name": "Retrieve Memory Records",
444
+ "description": "Retrieve relevant memory records from AWS Bedrock AgentCore Long-Term Memory using semantic search",
445
+ "keywords": [
446
+ "retrieve memory",
447
+ "semantic search",
448
+ "memory records",
449
+ "search memories",
450
+ "vector search",
451
+ "find memories"
452
+ ],
453
+ "presetId": "operationDiscriminator_retrieve"
454
+ },
455
+ {
456
+ "name": "List Memory Records",
457
+ "description": "List memory records stored in AWS Bedrock AgentCore Long-Term Memory",
458
+ "keywords": [
459
+ "list memory",
460
+ "memory records",
461
+ "get memory records",
462
+ "browse memories",
463
+ "fetch memories"
464
+ ],
465
+ "presetId": "operationDiscriminator_list"
466
+ }
467
+ ],
468
+ "presets": [
469
+ {
470
+ "id": "operationDiscriminator_retrieve",
471
+ "properties": {
472
+ "operation.operationDiscriminator": "retrieve"
473
+ }
474
+ },
475
+ {
476
+ "id": "operationDiscriminator_list",
477
+ "properties": {
478
+ "operation.operationDiscriminator": "list"
479
+ }
480
+ }
481
+ ],
482
+ "configurationTemplates": [
483
+ {
484
+ "id": "io.camunda:aws-credential:1",
485
+ "kind": "CREDENTIAL",
486
+ "version": 1,
487
+ "name": "AWS Credential",
488
+ "properties": [
489
+ {
490
+ "id": "authentication.type",
491
+ "label": "Authentication",
492
+ "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>",
493
+ "value": "credentials",
494
+ "group": "authentication",
495
+ "binding": {
496
+ "name": "authentication.type",
497
+ "type": "property"
498
+ },
499
+ "type": "Dropdown",
500
+ "choices": [
501
+ {
502
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
503
+ "value": "defaultCredentialsChain"
504
+ },
505
+ {
506
+ "name": "Credentials",
507
+ "value": "credentials"
508
+ }
509
+ ]
510
+ },
511
+ {
512
+ "id": "authentication.accessKey",
513
+ "label": "Access key",
514
+ "constraints": {
515
+ "notEmpty": true
516
+ },
517
+ "group": "authentication",
518
+ "binding": {
519
+ "name": "authentication.accessKey",
520
+ "type": "property"
521
+ },
522
+ "condition": {
523
+ "property": "authentication.type",
524
+ "equals": "credentials",
525
+ "type": "simple"
526
+ },
527
+ "tooltip": "IAM access key of a user with the necessary permissions for this connector",
528
+ "type": "String",
529
+ "secret": true
530
+ },
531
+ {
532
+ "id": "authentication.secretKey",
533
+ "label": "Secret key",
534
+ "constraints": {
535
+ "notEmpty": true
536
+ },
537
+ "group": "authentication",
538
+ "binding": {
539
+ "name": "authentication.secretKey",
540
+ "type": "property"
541
+ },
542
+ "condition": {
543
+ "property": "authentication.type",
544
+ "equals": "credentials",
545
+ "type": "simple"
546
+ },
547
+ "tooltip": "IAM secret key of a user with the necessary permissions for this connector",
548
+ "type": "String",
549
+ "secret": true
550
+ },
551
+ {
552
+ "id": "region",
553
+ "label": "Region",
554
+ "constraints": {
555
+ "notEmpty": true
556
+ },
557
+ "group": "configuration",
558
+ "binding": {
559
+ "name": "region",
560
+ "type": "property"
561
+ },
562
+ "type": "String"
563
+ }
564
+ ]
565
+ }
566
+ ],
567
+ "icon": {
568
+ "contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbi1BcmNoaXRlY3R1cmUvMzIvQXJjaF9BbWF6b24tQmVkcm9ja18zMjwvdGl0bGU+CiAgICA8ZyBpZD0iSWNvbi1BcmNoaXRlY3R1cmUvMzIvQXJjaF9BbWF6b24tQmVkcm9ja18zMiIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikljb24tQXJjaGl0ZWN0dXJlLUJHLzMyL01hY2hpbmUtTGVhcm5pbmciIGZpbGw9IiMwMUE4OEQiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIwIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiPjwvcmVjdD4KICAgICAgICA8L2c+CiAgICAgICAgPGcgaWQ9Ikljb24tU2VydmljZS8zMi9BbWF6b24tQmVkcm9ja18zMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNi4wMDAwMDAsIDYuMDAwMDAwKSIgZmlsbD0iI0ZGRkZGRiI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMC41MTYsMjYuOTMzMjExNiBMOC4yOTMsMjUuNjYzMjExNiBMMTEuNzI0LDIzLjk0NzIxMTYgTDExLjI3NywyMy4wNTMyMTE2IEw3LjI3NywyNS4wNTMyMTE2IEw3LjI5NywyNS4wOTQyMTE2IEw0LDIzLjIxMDIxMTYgTDQsMTkuODA5MjExNiBMNy43MjQsMTcuOTQ3MjExNiBMNy4yNzcsMTcuMDUzMjExNiBMMy41MzYsMTguOTIzMjExNiBMMSwxNy4yMzIyMTE2IEwxLDE0LjgwOTIxMTYgTDQuNzI0LDEyLjk0NzIxMTYgTDQuMjc3LDEyLjA1MzIxMTYgTDEsMTMuNjkxMjExNiBMMSwxMC43NjcyMTE2IEwzLjUyMyw5LjA4NjIxMTU4IEw3LDExLjAzODIxMTYgTDcsMTQuMTkxMjExNiBMNS4yNzcsMTUuMDUzMjExNiBMNS43MjQsMTUuOTQ3MjExNiBMNy41LDE1LjA1OTIxMTYgTDkuMjc3LDE1Ljk0NzIxMTYgTDkuNzI0LDE1LjA1MzIxMTYgTDgsMTQuMTkxMjExNiBMOCwxMC43NjcyMTE2IEwxMC43NzgsOC45MTYyMTE1OCBDMTAuOTE2LDguODIzMjExNTggMTEsOC42NjcyMTE1OCAxMSw4LjUwMDIxMTU4IEwxMSw1LjAwMDIxMTU4IEwxMCw1LjAwMDIxMTU4IEwxMCw4LjIzMjIxMTU4IEw3LjI3OCwxMC4wNDcyMTE2IEw0LDguMjA3MjExNTggTDQsNC4wMzUyMTE1OCBMNywyLjY1NzIxMTU4IEw3LDcuMDAwMjExNTggTDgsNy4wMDAyMTE1OCBMOCwyLjE5ODIxMTU4IEwxMC40OTIsMS4wNTQyMTE1OCBMMTQsMi44MDkyMTE1OCBMMTQsMTcuMTkxMjExNiBMNi4yNzcsMjEuMDUzMjExNiBMNi43MjQsMjEuOTQ3MjExNiBMMTQsMTguMzA5MjExNiBMMTQsMjUuMTkxMjExNiBMMTAuNTE2LDI2LjkzMzIxMTYgWiBNMjUuNSwxOS41MDAyMTE2IEMyNS41LDIwLjA1MTIxMTYgMjUuMDUyLDIwLjUwMDIxMTYgMjQuNSwyMC41MDAyMTE2IEMyMy45NDksMjAuNTAwMjExNiAyMy41LDIwLjA1MTIxMTYgMjMuNSwxOS41MDAyMTE2IEMyMy41LDE4Ljk0OTIxMTYgMjMuOTQ5LDE4LjUwMDIxMTYgMjQuNSwxOC41MDAyMTE2IEMyNS4wNTIsMTguNTAwMjExNiAyNS41LDE4Ljk0OTIxMTYgMjUuNSwxOS41MDAyMTE2IEwyNS41LDE5LjUwMDIxMTYgWiBNMjAuNSwyNC4wMDAyMTE2IEMyMC41LDI0LjU1MTIxMTYgMjAuMDUyLDI1LjAwMDIxMTYgMTkuNSwyNS4wMDAyMTE2IEMxOC45NDksMjUuMDAwMjExNiAxOC41LDI0LjU1MTIxMTYgMTguNSwyNC4wMDAyMTE2IEMxOC41LDIzLjQ0OTIxMTYgMTguOTQ5LDIzLjAwMDIxMTYgMTkuNSwyMy4wMDAyMTE2IEMyMC4wNTIsMjMuMDAwMjExNiAyMC41LDIzLjQ0OTIxMTYgMjAuNSwyNC4wMDAyMTE2IEwyMC41LDI0LjAwMDIxMTYgWiBNMTkuNSw0LjAwMDIxMTU4IEMxOS41LDMuNDQ5MjExNTggMTkuOTQ5LDMuMDAwMjExNTggMjAuNSwzLjAwMDIxMTU4IEMyMS4wNTIsMy4wMDAyMTE1OCAyMS41LDMuNDQ5MjExNTggMjEuNSw0LjAwMDIxMTU4IEMyMS41LDQuNTUxMjExNTggMjEuMDUyLDUuMDAwMjExNTggMjAuNSw1LjAwMDIxMTU4IEMxOS45NDksNS4wMDAyMTE1OCAxOS41LDQuNTUxMjExNTggMTkuNSw0LjAwMDIxMTU4IEwxOS41LDQuMDAwMjExNTggWiBNMjYsMTEuNTAwMjExNiBDMjYuNTUyLDExLjUwMDIxMTYgMjcsMTEuOTQ5MjExNiAyNywxMi41MDAyMTE2IEMyNywxMy4wNTEyMTE2IDI2LjU1MiwxMy41MDAyMTE2IDI2LDEzLjUwMDIxMTYgQzI1LjQ0OSwxMy41MDAyMTE2IDI1LDEzLjA1MTIxMTYgMjUsMTIuNTAwMjExNiBDMjUsMTEuOTQ5MjExNiAyNS40NDksMTEuNTAwMjExNiAyNiwxMS41MDAyMTE2IEwyNiwxMS41MDAyMTE2IFogTTI0LjA3MSwxMy4wMDAyMTE2IEMyNC4yOTUsMTMuODYwMjExNiAyNS4wNzEsMTQuNTAwMjExNiAyNiwxNC41MDAyMTE2IEMyNy4xMDMsMTQuNTAwMjExNiAyOCwxMy42MDMyMTE2IDI4LDEyLjUwMDIxMTYgQzI4LDExLjM5NzIxMTYgMjcuMTAzLDEwLjUwMDIxMTYgMjYsMTAuNTAwMjExNiBDMjUuMDcxLDEwLjUwMDIxMTYgMjQuMjk1LDExLjE0MDIxMTYgMjQuMDcxLDEyLjAwMDIxMTYgTDE1LDEyLjAwMDIxMTYgTDE1LDkuMDAwMjExNTggTDIwLjUsOS4wMDAyMTE1OCBDMjAuNzc3LDkuMDAwMjExNTggMjEsOC43NzYyMTE1OCAyMSw4LjUwMDIxMTU4IEwyMSw1LjkyOTIxMTU4IEMyMS44Niw1LjcwNTIxMTU4IDIyLjUsNC45MjkyMTE1OCAyMi41LDQuMDAwMjExNTggQzIyLjUsMi44OTcyMTE1OCAyMS42MDMsMi4wMDAyMTE1OCAyMC41LDIuMDAwMjExNTggQzE5LjM5OCwyLjAwMDIxMTU4IDE4LjUsMi44OTcyMTE1OCAxOC41LDQuMDAwMjExNTggQzE4LjUsNC45MjkyMTE1OCAxOS4xNCw1LjcwNTIxMTU4IDIwLDUuOTI5MjExNTggTDIwLDguMDAwMjExNTggTDE1LDguMDAwMjExNTggTDE1LDIuNTAwMjExNTggQzE1LDIuMzEwMjExNTggMTQuODkzLDIuMTM4MjExNTggMTQuNzI0LDIuMDUzMjExNTggTDEwLjcyNCwwLjA1MzIxMTU4NDMgQzEwLjU4OCwtMC4wMTQ3ODg0MTU3IDEwLjQzLC0wLjAxNzc4ODQxNTcgMTAuMjkxLDAuMDQ1MjExNTg0MyBMMy4yOTEsMy4yNjAyMTE1OCBDMy4xMTUsMy4zNDEyMTE1OCAzLDMuNTE5MjExNTggMywzLjcxNDIxMTU4IEwzLDguMjMyMjExNTggTDAuMjIzLDEwLjA4NDIxMTYgQzAuMDg0LDEwLjE3NzIxMTYgMCwxMC4zMzMyMTE2IDAsMTAuNTAwMjExNiBMMCwxNy41MDAyMTE2IEMwLDE3LjY2NzIxMTYgMC4wODQsMTcuODIzMjExNiAwLjIyMywxNy45MTYyMTE2IEwzLDE5Ljc2NzIxMTYgTDMsMjMuNTAwMjExNiBDMywyMy42NzkyMTE2IDMuMDk2LDIzLjg0NTIxMTYgMy4yNTIsMjMuOTM0MjExNiBMMTAuMjUyLDI3LjkzNDIxMTYgQzEwLjMyOSwyNy45NzgyMTE2IDEwLjQxNCwyOC4wMDAyMTE2IDEwLjUsMjguMDAwMjExNiBDMTAuNTc3LDI4LjAwMDIxMTYgMTAuNjU0LDI3Ljk4MjIxMTYgMTAuNzI0LDI3Ljk0NzIxMTYgTDE0LjcyNCwyNS45NDcyMTE2IEMxNC44OTMsMjUuODYyMjExNiAxNSwyNS42ODkyMTE2IDE1LDI1LjUwMDIxMTYgTDE1LDIxLjAwMDIxMTYgTDE5LDIxLjAwMDIxMTYgTDE5LDIyLjA3MTIxMTYgQzE4LjE0LDIyLjI5NTIxMTYgMTcuNSwyMy4wNzEyMTE2IDE3LjUsMjQuMDAwMjExNiBDMTcuNSwyNS4xMDMyMTE2IDE4LjM5OCwyNi4wMDAyMTE2IDE5LjUsMjYuMDAwMjExNiBDMjAuNjAzLDI2LjAwMDIxMTYgMjEuNSwyNS4xMDMyMTE2IDIxLjUsMjQuMDAwMjExNiBDMjEuNSwyMy4wNzEyMTE2IDIwLjg2LDIyLjI5NTIxMTYgMjAsMjIuMDcxMjExNiBMMjAsMjAuNTAwMjExNiBDMjAsMjAuMjI0MjExNiAxOS43NzcsMjAuMDAwMjExNiAxOS41LDIwLjAwMDIxMTYgTDE1LDIwLjAwMDIxMTYgTDE1LDE3LjAwMDIxMTYgTDIxLjI5MywxNy4wMDAyMTE2IEwyMi43ODQsMTguNDkwMjExNiBDMjIuNjA4LDE4Ljc4ODIxMTYgMjIuNSwxOS4xMzAyMTE2IDIyLjUsMTkuNTAwMjExNiBDMjIuNSwyMC42MDMyMTE2IDIzLjM5OCwyMS41MDAyMTE2IDI0LjUsMjEuNTAwMjExNiBDMjUuNjAzLDIxLjUwMDIxMTYgMjYuNSwyMC42MDMyMTE2IDI2LjUsMTkuNTAwMjExNiBDMjYuNSwxOC4zOTcyMTE2IDI1LjYwMywxNy41MDAyMTE2IDI0LjUsMTcuNTAwMjExNiBDMjQuMTMxLDE3LjUwMDIxMTYgMjMuNzg4LDE3LjYwODIxMTYgMjMuNDkxLDE3Ljc4MzIxMTYgTDIxLjg1NCwxNi4xNDYyMTE2IEMyMS43NiwxNi4wNTMyMTE2IDIxLjYzMywxNi4wMDAyMTE2IDIxLjUsMTYuMDAwMjExNiBMMTUsMTYuMDAwMjExNiBMMTUsMTMuMDAwMjExNiBMMjQuMDcxLDEzLjAwMDIxMTYgWiIgaWQ9IkZpbGwtNSI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+"
569
+ }
570
+ },
2
571
  {
3
572
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
573
  "name": "AWS Bedrock AgentCore Long-Term Memory Connector",
@@ -25,10 +594,439 @@
25
594
  "id": "configuration",
26
595
  "label": "Configuration"
27
596
  },
28
- {
29
- "id": "operation",
30
- "label": "Operation"
31
- },
597
+ {
598
+ "id": "operation",
599
+ "label": "Operation"
600
+ },
601
+ {
602
+ "id": "retrieve",
603
+ "label": "Retrieve Memory Records"
604
+ },
605
+ {
606
+ "id": "list",
607
+ "label": "List Memory Records"
608
+ },
609
+ {
610
+ "id": "connector",
611
+ "label": "Connector"
612
+ },
613
+ {
614
+ "id": "output",
615
+ "label": "Output mapping"
616
+ },
617
+ {
618
+ "id": "error",
619
+ "label": "Error handling"
620
+ },
621
+ {
622
+ "id": "retries",
623
+ "label": "Retries"
624
+ }
625
+ ],
626
+ "properties": [
627
+ {
628
+ "value": "io.camunda:aws-bedrock-agentcore-lt-memory:1",
629
+ "binding": {
630
+ "property": "type",
631
+ "type": "zeebe:taskDefinition"
632
+ },
633
+ "type": "Hidden"
634
+ },
635
+ {
636
+ "id": "authentication.type",
637
+ "label": "Authentication",
638
+ "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>",
639
+ "value": "credentials",
640
+ "group": "authentication",
641
+ "binding": {
642
+ "name": "authentication.type",
643
+ "type": "zeebe:input"
644
+ },
645
+ "type": "Dropdown",
646
+ "choices": [
647
+ {
648
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
649
+ "value": "defaultCredentialsChain"
650
+ },
651
+ {
652
+ "name": "Credentials",
653
+ "value": "credentials"
654
+ }
655
+ ]
656
+ },
657
+ {
658
+ "id": "authentication.accessKey",
659
+ "label": "Access key",
660
+ "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
661
+ "optional": false,
662
+ "constraints": {
663
+ "notEmpty": true
664
+ },
665
+ "feel": "optional",
666
+ "group": "authentication",
667
+ "binding": {
668
+ "name": "authentication.accessKey",
669
+ "type": "zeebe:input"
670
+ },
671
+ "condition": {
672
+ "property": "authentication.type",
673
+ "equals": "credentials",
674
+ "type": "simple"
675
+ },
676
+ "type": "String"
677
+ },
678
+ {
679
+ "id": "authentication.secretKey",
680
+ "label": "Secret key",
681
+ "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
682
+ "optional": false,
683
+ "constraints": {
684
+ "notEmpty": true
685
+ },
686
+ "feel": "optional",
687
+ "group": "authentication",
688
+ "binding": {
689
+ "name": "authentication.secretKey",
690
+ "type": "zeebe:input"
691
+ },
692
+ "condition": {
693
+ "property": "authentication.type",
694
+ "equals": "credentials",
695
+ "type": "simple"
696
+ },
697
+ "type": "String"
698
+ },
699
+ {
700
+ "id": "memoryId",
701
+ "label": "Memory ID",
702
+ "description": "The identifier of the AgentCore Memory resource.",
703
+ "optional": false,
704
+ "constraints": {
705
+ "notEmpty": true
706
+ },
707
+ "feel": "optional",
708
+ "group": "configuration",
709
+ "binding": {
710
+ "name": "memoryId",
711
+ "type": "zeebe:input"
712
+ },
713
+ "type": "String"
714
+ },
715
+ {
716
+ "id": "namespace",
717
+ "label": "Namespace",
718
+ "description": "Namespace prefix to scope memory records (e.g. 'customer/12345'). Required by AWS.",
719
+ "optional": false,
720
+ "constraints": {
721
+ "notEmpty": true
722
+ },
723
+ "feel": "optional",
724
+ "group": "configuration",
725
+ "binding": {
726
+ "name": "namespace",
727
+ "type": "zeebe:input"
728
+ },
729
+ "type": "String"
730
+ },
731
+ {
732
+ "id": "configuration.region",
733
+ "label": "Region",
734
+ "description": "Specify the AWS region",
735
+ "optional": false,
736
+ "constraints": {
737
+ "notEmpty": true
738
+ },
739
+ "feel": "optional",
740
+ "group": "configuration",
741
+ "binding": {
742
+ "name": "configuration.region",
743
+ "type": "zeebe:input"
744
+ },
745
+ "type": "String"
746
+ },
747
+ {
748
+ "id": "configuration.endpoint",
749
+ "label": "Endpoint",
750
+ "description": "Specify endpoint if need to use custom endpoint",
751
+ "optional": true,
752
+ "group": "configuration",
753
+ "binding": {
754
+ "name": "configuration.endpoint",
755
+ "type": "zeebe:input"
756
+ },
757
+ "type": "Hidden"
758
+ },
759
+ {
760
+ "id": "operation.operationDiscriminator",
761
+ "label": "Operation",
762
+ "value": "retrieve",
763
+ "group": "operation",
764
+ "binding": {
765
+ "name": "operation.operationDiscriminator",
766
+ "type": "zeebe:input"
767
+ },
768
+ "type": "Dropdown",
769
+ "choices": [
770
+ {
771
+ "name": "Retrieve Memory Records",
772
+ "value": "retrieve"
773
+ },
774
+ {
775
+ "name": "List Memory Records",
776
+ "value": "list"
777
+ }
778
+ ]
779
+ },
780
+ {
781
+ "id": "operation.query",
782
+ "label": "Search query",
783
+ "description": "Semantic search query to find relevant memory records (up to 10,000 characters).",
784
+ "optional": false,
785
+ "constraints": {
786
+ "notEmpty": true
787
+ },
788
+ "feel": "optional",
789
+ "group": "retrieve",
790
+ "binding": {
791
+ "name": "operation.query",
792
+ "type": "zeebe:input"
793
+ },
794
+ "condition": {
795
+ "property": "operation.operationDiscriminator",
796
+ "equals": "retrieve",
797
+ "type": "simple"
798
+ },
799
+ "type": "String"
800
+ },
801
+ {
802
+ "id": "operation.retrieve.memoryStrategyId",
803
+ "label": "Memory strategy ID",
804
+ "description": "Optional. Limits the search to memories created by a specific extraction strategy.",
805
+ "optional": true,
806
+ "feel": "optional",
807
+ "group": "retrieve",
808
+ "binding": {
809
+ "name": "operation.memoryStrategyId",
810
+ "type": "zeebe:input"
811
+ },
812
+ "condition": {
813
+ "property": "operation.operationDiscriminator",
814
+ "equals": "retrieve",
815
+ "type": "simple"
816
+ },
817
+ "type": "String"
818
+ },
819
+ {
820
+ "id": "operation.retrieve.maxResults",
821
+ "label": "Max results",
822
+ "description": "Maximum number of results to return (1–100). Defaults to 10.",
823
+ "optional": true,
824
+ "value": 10,
825
+ "feel": "static",
826
+ "group": "retrieve",
827
+ "binding": {
828
+ "name": "operation.maxResults",
829
+ "type": "zeebe:input"
830
+ },
831
+ "condition": {
832
+ "property": "operation.operationDiscriminator",
833
+ "equals": "retrieve",
834
+ "type": "simple"
835
+ },
836
+ "type": "Number"
837
+ },
838
+ {
839
+ "id": "operation.retrieve.nextToken",
840
+ "label": "Pagination token",
841
+ "description": "Pagination token from a previous response to fetch the next page.",
842
+ "optional": true,
843
+ "feel": "optional",
844
+ "group": "retrieve",
845
+ "binding": {
846
+ "name": "operation.nextToken",
847
+ "type": "zeebe:input"
848
+ },
849
+ "condition": {
850
+ "property": "operation.operationDiscriminator",
851
+ "equals": "retrieve",
852
+ "type": "simple"
853
+ },
854
+ "type": "String"
855
+ },
856
+ {
857
+ "id": "operation.list.memoryStrategyId",
858
+ "label": "Memory strategy ID",
859
+ "description": "Optional. Filter memory records by a specific extraction strategy.",
860
+ "optional": true,
861
+ "feel": "optional",
862
+ "group": "list",
863
+ "binding": {
864
+ "name": "operation.memoryStrategyId",
865
+ "type": "zeebe:input"
866
+ },
867
+ "condition": {
868
+ "property": "operation.operationDiscriminator",
869
+ "equals": "list",
870
+ "type": "simple"
871
+ },
872
+ "type": "String"
873
+ },
874
+ {
875
+ "id": "operation.list.maxResults",
876
+ "label": "Max results",
877
+ "description": "Maximum number of results to return (1–100). Defaults to 20.",
878
+ "optional": true,
879
+ "value": 20,
880
+ "feel": "static",
881
+ "group": "list",
882
+ "binding": {
883
+ "name": "operation.maxResults",
884
+ "type": "zeebe:input"
885
+ },
886
+ "condition": {
887
+ "property": "operation.operationDiscriminator",
888
+ "equals": "list",
889
+ "type": "simple"
890
+ },
891
+ "type": "Number"
892
+ },
893
+ {
894
+ "id": "operation.list.nextToken",
895
+ "label": "Pagination token",
896
+ "description": "Pagination token from a previous response to fetch the next page.",
897
+ "optional": true,
898
+ "feel": "optional",
899
+ "group": "list",
900
+ "binding": {
901
+ "name": "operation.nextToken",
902
+ "type": "zeebe:input"
903
+ },
904
+ "condition": {
905
+ "property": "operation.operationDiscriminator",
906
+ "equals": "list",
907
+ "type": "simple"
908
+ },
909
+ "type": "String"
910
+ },
911
+ {
912
+ "id": "version",
913
+ "label": "Version",
914
+ "description": "Version of the element template",
915
+ "value": "1",
916
+ "group": "connector",
917
+ "binding": {
918
+ "key": "elementTemplateVersion",
919
+ "type": "zeebe:taskHeader"
920
+ },
921
+ "type": "Hidden"
922
+ },
923
+ {
924
+ "id": "id",
925
+ "label": "ID",
926
+ "description": "ID of the element template",
927
+ "value": "io.camunda.connectors.aws.bedrock.agentcore.memory.longterm.v1",
928
+ "group": "connector",
929
+ "binding": {
930
+ "key": "elementTemplateId",
931
+ "type": "zeebe:taskHeader"
932
+ },
933
+ "type": "Hidden"
934
+ },
935
+ {
936
+ "id": "resultVariable",
937
+ "label": "Result variable",
938
+ "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>.",
939
+ "group": "output",
940
+ "binding": {
941
+ "key": "resultVariable",
942
+ "type": "zeebe:taskHeader"
943
+ },
944
+ "type": "String"
945
+ },
946
+ {
947
+ "id": "resultExpression",
948
+ "label": "Result expression",
949
+ "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>.",
950
+ "feel": "required",
951
+ "group": "output",
952
+ "binding": {
953
+ "key": "resultExpression",
954
+ "type": "zeebe:taskHeader"
955
+ },
956
+ "type": "Text"
957
+ },
958
+ {
959
+ "id": "errorExpression",
960
+ "label": "Error expression",
961
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
962
+ "feel": "required",
963
+ "group": "error",
964
+ "binding": {
965
+ "key": "errorExpression",
966
+ "type": "zeebe:taskHeader"
967
+ },
968
+ "type": "Text"
969
+ },
970
+ {
971
+ "id": "retryCount",
972
+ "label": "Retries",
973
+ "description": "Number of retries",
974
+ "value": "3",
975
+ "feel": "optional",
976
+ "group": "retries",
977
+ "binding": {
978
+ "property": "retries",
979
+ "type": "zeebe:taskDefinition"
980
+ },
981
+ "type": "String"
982
+ },
983
+ {
984
+ "id": "retryBackoff",
985
+ "label": "Retry backoff",
986
+ "description": "ISO-8601 duration to wait between retries",
987
+ "value": "PT30S",
988
+ "group": "retries",
989
+ "binding": {
990
+ "key": "retryBackoff",
991
+ "type": "zeebe:taskHeader"
992
+ },
993
+ "type": "String"
994
+ }
995
+ ],
996
+ "icon": {
997
+ "contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbi1BcmNoaXRlY3R1cmUvMzIvQXJjaF9BbWF6b24tQmVkcm9ja18zMjwvdGl0bGU+CiAgICA8ZyBpZD0iSWNvbi1BcmNoaXRlY3R1cmUvMzIvQXJjaF9BbWF6b24tQmVkcm9ja18zMiIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikljb24tQXJjaGl0ZWN0dXJlLUJHLzMyL01hY2hpbmUtTGVhcm5pbmciIGZpbGw9IiMwMUE4OEQiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIwIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiPjwvcmVjdD4KICAgICAgICA8L2c+CiAgICAgICAgPGcgaWQ9Ikljb24tU2VydmljZS8zMi9BbWF6b24tQmVkcm9ja18zMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNi4wMDAwMDAsIDYuMDAwMDAwKSIgZmlsbD0iI0ZGRkZGRiI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMC41MTYsMjYuOTMzMjExNiBMOC4yOTMsMjUuNjYzMjExNiBMMTEuNzI0LDIzLjk0NzIxMTYgTDExLjI3NywyMy4wNTMyMTE2IEw3LjI3NywyNS4wNTMyMTE2IEw3LjI5NywyNS4wOTQyMTE2IEw0LDIzLjIxMDIxMTYgTDQsMTkuODA5MjExNiBMNy43MjQsMTcuOTQ3MjExNiBMNy4yNzcsMTcuMDUzMjExNiBMMy41MzYsMTguOTIzMjExNiBMMSwxNy4yMzIyMTE2IEwxLDE0LjgwOTIxMTYgTDQuNzI0LDEyLjk0NzIxMTYgTDQuMjc3LDEyLjA1MzIxMTYgTDEsMTMuNjkxMjExNiBMMSwxMC43NjcyMTE2IEwzLjUyMyw5LjA4NjIxMTU4IEw3LDExLjAzODIxMTYgTDcsMTQuMTkxMjExNiBMNS4yNzcsMTUuMDUzMjExNiBMNS43MjQsMTUuOTQ3MjExNiBMNy41LDE1LjA1OTIxMTYgTDkuMjc3LDE1Ljk0NzIxMTYgTDkuNzI0LDE1LjA1MzIxMTYgTDgsMTQuMTkxMjExNiBMOCwxMC43NjcyMTE2IEwxMC43NzgsOC45MTYyMTE1OCBDMTAuOTE2LDguODIzMjExNTggMTEsOC42NjcyMTE1OCAxMSw4LjUwMDIxMTU4IEwxMSw1LjAwMDIxMTU4IEwxMCw1LjAwMDIxMTU4IEwxMCw4LjIzMjIxMTU4IEw3LjI3OCwxMC4wNDcyMTE2IEw0LDguMjA3MjExNTggTDQsNC4wMzUyMTE1OCBMNywyLjY1NzIxMTU4IEw3LDcuMDAwMjExNTggTDgsNy4wMDAyMTE1OCBMOCwyLjE5ODIxMTU4IEwxMC40OTIsMS4wNTQyMTE1OCBMMTQsMi44MDkyMTE1OCBMMTQsMTcuMTkxMjExNiBMNi4yNzcsMjEuMDUzMjExNiBMNi43MjQsMjEuOTQ3MjExNiBMMTQsMTguMzA5MjExNiBMMTQsMjUuMTkxMjExNiBMMTAuNTE2LDI2LjkzMzIxMTYgWiBNMjUuNSwxOS41MDAyMTE2IEMyNS41LDIwLjA1MTIxMTYgMjUuMDUyLDIwLjUwMDIxMTYgMjQuNSwyMC41MDAyMTE2IEMyMy45NDksMjAuNTAwMjExNiAyMy41LDIwLjA1MTIxMTYgMjMuNSwxOS41MDAyMTE2IEMyMy41LDE4Ljk0OTIxMTYgMjMuOTQ5LDE4LjUwMDIxMTYgMjQuNSwxOC41MDAyMTE2IEMyNS4wNTIsMTguNTAwMjExNiAyNS41LDE4Ljk0OTIxMTYgMjUuNSwxOS41MDAyMTE2IEwyNS41LDE5LjUwMDIxMTYgWiBNMjAuNSwyNC4wMDAyMTE2IEMyMC41LDI0LjU1MTIxMTYgMjAuMDUyLDI1LjAwMDIxMTYgMTkuNSwyNS4wMDAyMTE2IEMxOC45NDksMjUuMDAwMjExNiAxOC41LDI0LjU1MTIxMTYgMTguNSwyNC4wMDAyMTE2IEMxOC41LDIzLjQ0OTIxMTYgMTguOTQ5LDIzLjAwMDIxMTYgMTkuNSwyMy4wMDAyMTE2IEMyMC4wNTIsMjMuMDAwMjExNiAyMC41LDIzLjQ0OTIxMTYgMjAuNSwyNC4wMDAyMTE2IEwyMC41LDI0LjAwMDIxMTYgWiBNMTkuNSw0LjAwMDIxMTU4IEMxOS41LDMuNDQ5MjExNTggMTkuOTQ5LDMuMDAwMjExNTggMjAuNSwzLjAwMDIxMTU4IEMyMS4wNTIsMy4wMDAyMTE1OCAyMS41LDMuNDQ5MjExNTggMjEuNSw0LjAwMDIxMTU4IEMyMS41LDQuNTUxMjExNTggMjEuMDUyLDUuMDAwMjExNTggMjAuNSw1LjAwMDIxMTU4IEMxOS45NDksNS4wMDAyMTE1OCAxOS41LDQuNTUxMjExNTggMTkuNSw0LjAwMDIxMTU4IEwxOS41LDQuMDAwMjExNTggWiBNMjYsMTEuNTAwMjExNiBDMjYuNTUyLDExLjUwMDIxMTYgMjcsMTEuOTQ5MjExNiAyNywxMi41MDAyMTE2IEMyNywxMy4wNTEyMTE2IDI2LjU1MiwxMy41MDAyMTE2IDI2LDEzLjUwMDIxMTYgQzI1LjQ0OSwxMy41MDAyMTE2IDI1LDEzLjA1MTIxMTYgMjUsMTIuNTAwMjExNiBDMjUsMTEuOTQ5MjExNiAyNS40NDksMTEuNTAwMjExNiAyNiwxMS41MDAyMTE2IEwyNiwxMS41MDAyMTE2IFogTTI0LjA3MSwxMy4wMDAyMTE2IEMyNC4yOTUsMTMuODYwMjExNiAyNS4wNzEsMTQuNTAwMjExNiAyNiwxNC41MDAyMTE2IEMyNy4xMDMsMTQuNTAwMjExNiAyOCwxMy42MDMyMTE2IDI4LDEyLjUwMDIxMTYgQzI4LDExLjM5NzIxMTYgMjcuMTAzLDEwLjUwMDIxMTYgMjYsMTAuNTAwMjExNiBDMjUuMDcxLDEwLjUwMDIxMTYgMjQuMjk1LDExLjE0MDIxMTYgMjQuMDcxLDEyLjAwMDIxMTYgTDE1LDEyLjAwMDIxMTYgTDE1LDkuMDAwMjExNTggTDIwLjUsOS4wMDAyMTE1OCBDMjAuNzc3LDkuMDAwMjExNTggMjEsOC43NzYyMTE1OCAyMSw4LjUwMDIxMTU4IEwyMSw1LjkyOTIxMTU4IEMyMS44Niw1LjcwNTIxMTU4IDIyLjUsNC45MjkyMTE1OCAyMi41LDQuMDAwMjExNTggQzIyLjUsMi44OTcyMTE1OCAyMS42MDMsMi4wMDAyMTE1OCAyMC41LDIuMDAwMjExNTggQzE5LjM5OCwyLjAwMDIxMTU4IDE4LjUsMi44OTcyMTE1OCAxOC41LDQuMDAwMjExNTggQzE4LjUsNC45MjkyMTE1OCAxOS4xNCw1LjcwNTIxMTU4IDIwLDUuOTI5MjExNTggTDIwLDguMDAwMjExNTggTDE1LDguMDAwMjExNTggTDE1LDIuNTAwMjExNTggQzE1LDIuMzEwMjExNTggMTQuODkzLDIuMTM4MjExNTggMTQuNzI0LDIuMDUzMjExNTggTDEwLjcyNCwwLjA1MzIxMTU4NDMgQzEwLjU4OCwtMC4wMTQ3ODg0MTU3IDEwLjQzLC0wLjAxNzc4ODQxNTcgMTAuMjkxLDAuMDQ1MjExNTg0MyBMMy4yOTEsMy4yNjAyMTE1OCBDMy4xMTUsMy4zNDEyMTE1OCAzLDMuNTE5MjExNTggMywzLjcxNDIxMTU4IEwzLDguMjMyMjExNTggTDAuMjIzLDEwLjA4NDIxMTYgQzAuMDg0LDEwLjE3NzIxMTYgMCwxMC4zMzMyMTE2IDAsMTAuNTAwMjExNiBMMCwxNy41MDAyMTE2IEMwLDE3LjY2NzIxMTYgMC4wODQsMTcuODIzMjExNiAwLjIyMywxNy45MTYyMTE2IEwzLDE5Ljc2NzIxMTYgTDMsMjMuNTAwMjExNiBDMywyMy42NzkyMTE2IDMuMDk2LDIzLjg0NTIxMTYgMy4yNTIsMjMuOTM0MjExNiBMMTAuMjUyLDI3LjkzNDIxMTYgQzEwLjMyOSwyNy45NzgyMTE2IDEwLjQxNCwyOC4wMDAyMTE2IDEwLjUsMjguMDAwMjExNiBDMTAuNTc3LDI4LjAwMDIxMTYgMTAuNjU0LDI3Ljk4MjIxMTYgMTAuNzI0LDI3Ljk0NzIxMTYgTDE0LjcyNCwyNS45NDcyMTE2IEMxNC44OTMsMjUuODYyMjExNiAxNSwyNS42ODkyMTE2IDE1LDI1LjUwMDIxMTYgTDE1LDIxLjAwMDIxMTYgTDE5LDIxLjAwMDIxMTYgTDE5LDIyLjA3MTIxMTYgQzE4LjE0LDIyLjI5NTIxMTYgMTcuNSwyMy4wNzEyMTE2IDE3LjUsMjQuMDAwMjExNiBDMTcuNSwyNS4xMDMyMTE2IDE4LjM5OCwyNi4wMDAyMTE2IDE5LjUsMjYuMDAwMjExNiBDMjAuNjAzLDI2LjAwMDIxMTYgMjEuNSwyNS4xMDMyMTE2IDIxLjUsMjQuMDAwMjExNiBDMjEuNSwyMy4wNzEyMTE2IDIwLjg2LDIyLjI5NTIxMTYgMjAsMjIuMDcxMjExNiBMMjAsMjAuNTAwMjExNiBDMjAsMjAuMjI0MjExNiAxOS43NzcsMjAuMDAwMjExNiAxOS41LDIwLjAwMDIxMTYgTDE1LDIwLjAwMDIxMTYgTDE1LDE3LjAwMDIxMTYgTDIxLjI5MywxNy4wMDAyMTE2IEwyMi43ODQsMTguNDkwMjExNiBDMjIuNjA4LDE4Ljc4ODIxMTYgMjIuNSwxOS4xMzAyMTE2IDIyLjUsMTkuNTAwMjExNiBDMjIuNSwyMC42MDMyMTE2IDIzLjM5OCwyMS41MDAyMTE2IDI0LjUsMjEuNTAwMjExNiBDMjUuNjAzLDIxLjUwMDIxMTYgMjYuNSwyMC42MDMyMTE2IDI2LjUsMTkuNTAwMjExNiBDMjYuNSwxOC4zOTcyMTE2IDI1LjYwMywxNy41MDAyMTE2IDI0LjUsMTcuNTAwMjExNiBDMjQuMTMxLDE3LjUwMDIxMTYgMjMuNzg4LDE3LjYwODIxMTYgMjMuNDkxLDE3Ljc4MzIxMTYgTDIxLjg1NCwxNi4xNDYyMTE2IEMyMS43NiwxNi4wNTMyMTE2IDIxLjYzMywxNi4wMDAyMTE2IDIxLjUsMTYuMDAwMjExNiBMMTUsMTYuMDAwMjExNiBMMTUsMTMuMDAwMjExNiBMMjQuMDcxLDEzLjAwMDIxMTYgWiIgaWQ9IkZpbGwtNSI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+"
998
+ }
999
+ },
1000
+ {
1001
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1002
+ "name": "AWS Bedrock AgentCore Long-Term Memory Connector",
1003
+ "id": "io.camunda.connectors.aws.bedrock.agentcore.memory.longterm.v1",
1004
+ "description": "Retrieve persistent knowledge — facts, preferences, and summaries — from AWS Bedrock AgentCore Long-Term Memory",
1005
+ "version": 2,
1006
+ "category": {
1007
+ "id": "connectors",
1008
+ "name": "Connectors"
1009
+ },
1010
+ "appliesTo": ["bpmn:Task"],
1011
+ "elementType": {
1012
+ "value": "bpmn:ServiceTask"
1013
+ },
1014
+ "engines": {
1015
+ "camunda": "^8.10"
1016
+ },
1017
+ "groups": [
1018
+ {
1019
+ "id": "operation",
1020
+ "label": "Operation"
1021
+ },
1022
+ {
1023
+ "id": "authentication",
1024
+ "label": "Authentication"
1025
+ },
1026
+ {
1027
+ "id": "configuration",
1028
+ "label": "Configuration"
1029
+ },
32
1030
  {
33
1031
  "id": "retrieve",
34
1032
  "label": "Retrieve Memory Records"
@@ -63,6 +1061,27 @@
63
1061
  },
64
1062
  "type": "Hidden"
65
1063
  },
1064
+ {
1065
+ "id": "operation.operationDiscriminator",
1066
+ "label": "Operation",
1067
+ "value": "retrieve",
1068
+ "group": "operation",
1069
+ "binding": {
1070
+ "name": "operation.operationDiscriminator",
1071
+ "type": "zeebe:input"
1072
+ },
1073
+ "type": "Dropdown",
1074
+ "choices": [
1075
+ {
1076
+ "name": "Retrieve Memory Records",
1077
+ "value": "retrieve"
1078
+ },
1079
+ {
1080
+ "name": "List Memory Records",
1081
+ "value": "list"
1082
+ }
1083
+ ]
1084
+ },
66
1085
  {
67
1086
  "id": "authentication.type",
68
1087
  "label": "Authentication",
@@ -88,7 +1107,6 @@
88
1107
  {
89
1108
  "id": "authentication.accessKey",
90
1109
  "label": "Access key",
91
- "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
92
1110
  "optional": false,
93
1111
  "constraints": {
94
1112
  "notEmpty": true
@@ -104,12 +1122,12 @@
104
1122
  "equals": "credentials",
105
1123
  "type": "simple"
106
1124
  },
1125
+ "tooltip": "IAM access key of a user with the necessary permissions for this connector",
107
1126
  "type": "String"
108
1127
  },
109
1128
  {
110
1129
  "id": "authentication.secretKey",
111
1130
  "label": "Secret key",
112
- "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
113
1131
  "optional": false,
114
1132
  "constraints": {
115
1133
  "notEmpty": true
@@ -125,6 +1143,7 @@
125
1143
  "equals": "credentials",
126
1144
  "type": "simple"
127
1145
  },
1146
+ "tooltip": "IAM secret key of a user with the necessary permissions for this connector",
128
1147
  "type": "String"
129
1148
  },
130
1149
  {
@@ -162,7 +1181,6 @@
162
1181
  {
163
1182
  "id": "configuration.region",
164
1183
  "label": "Region",
165
- "description": "Specify the AWS region",
166
1184
  "optional": false,
167
1185
  "constraints": {
168
1186
  "notEmpty": true
@@ -187,27 +1205,6 @@
187
1205
  },
188
1206
  "type": "Hidden"
189
1207
  },
190
- {
191
- "id": "operation.operationDiscriminator",
192
- "label": "Operation",
193
- "value": "retrieve",
194
- "group": "operation",
195
- "binding": {
196
- "name": "operation.operationDiscriminator",
197
- "type": "zeebe:input"
198
- },
199
- "type": "Dropdown",
200
- "choices": [
201
- {
202
- "name": "Retrieve Memory Records",
203
- "value": "retrieve"
204
- },
205
- {
206
- "name": "List Memory Records",
207
- "value": "list"
208
- }
209
- ]
210
- },
211
1208
  {
212
1209
  "id": "operation.query",
213
1210
  "label": "Search query",
@@ -343,7 +1340,7 @@
343
1340
  "id": "version",
344
1341
  "label": "Version",
345
1342
  "description": "Version of the element template",
346
- "value": "1",
1343
+ "value": "2",
347
1344
  "group": "connector",
348
1345
  "binding": {
349
1346
  "key": "elementTemplateVersion",
@@ -424,6 +1421,47 @@
424
1421
  "type": "String"
425
1422
  }
426
1423
  ],
1424
+ "steps": [
1425
+ {
1426
+ "name": "Retrieve Memory Records",
1427
+ "description": "Retrieve relevant memory records from AWS Bedrock AgentCore Long-Term Memory using semantic search",
1428
+ "keywords": [
1429
+ "retrieve memory",
1430
+ "semantic search",
1431
+ "memory records",
1432
+ "search memories",
1433
+ "vector search",
1434
+ "find memories"
1435
+ ],
1436
+ "presetId": "operationDiscriminator_retrieve"
1437
+ },
1438
+ {
1439
+ "name": "List Memory Records",
1440
+ "description": "List memory records stored in AWS Bedrock AgentCore Long-Term Memory",
1441
+ "keywords": [
1442
+ "list memory",
1443
+ "memory records",
1444
+ "get memory records",
1445
+ "browse memories",
1446
+ "fetch memories"
1447
+ ],
1448
+ "presetId": "operationDiscriminator_list"
1449
+ }
1450
+ ],
1451
+ "presets": [
1452
+ {
1453
+ "id": "operationDiscriminator_retrieve",
1454
+ "properties": {
1455
+ "operation.operationDiscriminator": "retrieve"
1456
+ }
1457
+ },
1458
+ {
1459
+ "id": "operationDiscriminator_list",
1460
+ "properties": {
1461
+ "operation.operationDiscriminator": "list"
1462
+ }
1463
+ }
1464
+ ],
427
1465
  "icon": {
428
1466
  "contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbi1BcmNoaXRlY3R1cmUvMzIvQXJjaF9BbWF6b24tQmVkcm9ja18zMjwvdGl0bGU+CiAgICA8ZyBpZD0iSWNvbi1BcmNoaXRlY3R1cmUvMzIvQXJjaF9BbWF6b24tQmVkcm9ja18zMiIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikljb24tQXJjaGl0ZWN0dXJlLUJHLzMyL01hY2hpbmUtTGVhcm5pbmciIGZpbGw9IiMwMUE4OEQiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIwIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiPjwvcmVjdD4KICAgICAgICA8L2c+CiAgICAgICAgPGcgaWQ9Ikljb24tU2VydmljZS8zMi9BbWF6b24tQmVkcm9ja18zMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNi4wMDAwMDAsIDYuMDAwMDAwKSIgZmlsbD0iI0ZGRkZGRiI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMC41MTYsMjYuOTMzMjExNiBMOC4yOTMsMjUuNjYzMjExNiBMMTEuNzI0LDIzLjk0NzIxMTYgTDExLjI3NywyMy4wNTMyMTE2IEw3LjI3NywyNS4wNTMyMTE2IEw3LjI5NywyNS4wOTQyMTE2IEw0LDIzLjIxMDIxMTYgTDQsMTkuODA5MjExNiBMNy43MjQsMTcuOTQ3MjExNiBMNy4yNzcsMTcuMDUzMjExNiBMMy41MzYsMTguOTIzMjExNiBMMSwxNy4yMzIyMTE2IEwxLDE0LjgwOTIxMTYgTDQuNzI0LDEyLjk0NzIxMTYgTDQuMjc3LDEyLjA1MzIxMTYgTDEsMTMuNjkxMjExNiBMMSwxMC43NjcyMTE2IEwzLjUyMyw5LjA4NjIxMTU4IEw3LDExLjAzODIxMTYgTDcsMTQuMTkxMjExNiBMNS4yNzcsMTUuMDUzMjExNiBMNS43MjQsMTUuOTQ3MjExNiBMNy41LDE1LjA1OTIxMTYgTDkuMjc3LDE1Ljk0NzIxMTYgTDkuNzI0LDE1LjA1MzIxMTYgTDgsMTQuMTkxMjExNiBMOCwxMC43NjcyMTE2IEwxMC43NzgsOC45MTYyMTE1OCBDMTAuOTE2LDguODIzMjExNTggMTEsOC42NjcyMTE1OCAxMSw4LjUwMDIxMTU4IEwxMSw1LjAwMDIxMTU4IEwxMCw1LjAwMDIxMTU4IEwxMCw4LjIzMjIxMTU4IEw3LjI3OCwxMC4wNDcyMTE2IEw0LDguMjA3MjExNTggTDQsNC4wMzUyMTE1OCBMNywyLjY1NzIxMTU4IEw3LDcuMDAwMjExNTggTDgsNy4wMDAyMTE1OCBMOCwyLjE5ODIxMTU4IEwxMC40OTIsMS4wNTQyMTE1OCBMMTQsMi44MDkyMTE1OCBMMTQsMTcuMTkxMjExNiBMNi4yNzcsMjEuMDUzMjExNiBMNi43MjQsMjEuOTQ3MjExNiBMMTQsMTguMzA5MjExNiBMMTQsMjUuMTkxMjExNiBMMTAuNTE2LDI2LjkzMzIxMTYgWiBNMjUuNSwxOS41MDAyMTE2IEMyNS41LDIwLjA1MTIxMTYgMjUuMDUyLDIwLjUwMDIxMTYgMjQuNSwyMC41MDAyMTE2IEMyMy45NDksMjAuNTAwMjExNiAyMy41LDIwLjA1MTIxMTYgMjMuNSwxOS41MDAyMTE2IEMyMy41LDE4Ljk0OTIxMTYgMjMuOTQ5LDE4LjUwMDIxMTYgMjQuNSwxOC41MDAyMTE2IEMyNS4wNTIsMTguNTAwMjExNiAyNS41LDE4Ljk0OTIxMTYgMjUuNSwxOS41MDAyMTE2IEwyNS41LDE5LjUwMDIxMTYgWiBNMjAuNSwyNC4wMDAyMTE2IEMyMC41LDI0LjU1MTIxMTYgMjAuMDUyLDI1LjAwMDIxMTYgMTkuNSwyNS4wMDAyMTE2IEMxOC45NDksMjUuMDAwMjExNiAxOC41LDI0LjU1MTIxMTYgMTguNSwyNC4wMDAyMTE2IEMxOC41LDIzLjQ0OTIxMTYgMTguOTQ5LDIzLjAwMDIxMTYgMTkuNSwyMy4wMDAyMTE2IEMyMC4wNTIsMjMuMDAwMjExNiAyMC41LDIzLjQ0OTIxMTYgMjAuNSwyNC4wMDAyMTE2IEwyMC41LDI0LjAwMDIxMTYgWiBNMTkuNSw0LjAwMDIxMTU4IEMxOS41LDMuNDQ5MjExNTggMTkuOTQ5LDMuMDAwMjExNTggMjAuNSwzLjAwMDIxMTU4IEMyMS4wNTIsMy4wMDAyMTE1OCAyMS41LDMuNDQ5MjExNTggMjEuNSw0LjAwMDIxMTU4IEMyMS41LDQuNTUxMjExNTggMjEuMDUyLDUuMDAwMjExNTggMjAuNSw1LjAwMDIxMTU4IEMxOS45NDksNS4wMDAyMTE1OCAxOS41LDQuNTUxMjExNTggMTkuNSw0LjAwMDIxMTU4IEwxOS41LDQuMDAwMjExNTggWiBNMjYsMTEuNTAwMjExNiBDMjYuNTUyLDExLjUwMDIxMTYgMjcsMTEuOTQ5MjExNiAyNywxMi41MDAyMTE2IEMyNywxMy4wNTEyMTE2IDI2LjU1MiwxMy41MDAyMTE2IDI2LDEzLjUwMDIxMTYgQzI1LjQ0OSwxMy41MDAyMTE2IDI1LDEzLjA1MTIxMTYgMjUsMTIuNTAwMjExNiBDMjUsMTEuOTQ5MjExNiAyNS40NDksMTEuNTAwMjExNiAyNiwxMS41MDAyMTE2IEwyNiwxMS41MDAyMTE2IFogTTI0LjA3MSwxMy4wMDAyMTE2IEMyNC4yOTUsMTMuODYwMjExNiAyNS4wNzEsMTQuNTAwMjExNiAyNiwxNC41MDAyMTE2IEMyNy4xMDMsMTQuNTAwMjExNiAyOCwxMy42MDMyMTE2IDI4LDEyLjUwMDIxMTYgQzI4LDExLjM5NzIxMTYgMjcuMTAzLDEwLjUwMDIxMTYgMjYsMTAuNTAwMjExNiBDMjUuMDcxLDEwLjUwMDIxMTYgMjQuMjk1LDExLjE0MDIxMTYgMjQuMDcxLDEyLjAwMDIxMTYgTDE1LDEyLjAwMDIxMTYgTDE1LDkuMDAwMjExNTggTDIwLjUsOS4wMDAyMTE1OCBDMjAuNzc3LDkuMDAwMjExNTggMjEsOC43NzYyMTE1OCAyMSw4LjUwMDIxMTU4IEwyMSw1LjkyOTIxMTU4IEMyMS44Niw1LjcwNTIxMTU4IDIyLjUsNC45MjkyMTE1OCAyMi41LDQuMDAwMjExNTggQzIyLjUsMi44OTcyMTE1OCAyMS42MDMsMi4wMDAyMTE1OCAyMC41LDIuMDAwMjExNTggQzE5LjM5OCwyLjAwMDIxMTU4IDE4LjUsMi44OTcyMTE1OCAxOC41LDQuMDAwMjExNTggQzE4LjUsNC45MjkyMTE1OCAxOS4xNCw1LjcwNTIxMTU4IDIwLDUuOTI5MjExNTggTDIwLDguMDAwMjExNTggTDE1LDguMDAwMjExNTggTDE1LDIuNTAwMjExNTggQzE1LDIuMzEwMjExNTggMTQuODkzLDIuMTM4MjExNTggMTQuNzI0LDIuMDUzMjExNTggTDEwLjcyNCwwLjA1MzIxMTU4NDMgQzEwLjU4OCwtMC4wMTQ3ODg0MTU3IDEwLjQzLC0wLjAxNzc4ODQxNTcgMTAuMjkxLDAuMDQ1MjExNTg0MyBMMy4yOTEsMy4yNjAyMTE1OCBDMy4xMTUsMy4zNDEyMTE1OCAzLDMuNTE5MjExNTggMywzLjcxNDIxMTU4IEwzLDguMjMyMjExNTggTDAuMjIzLDEwLjA4NDIxMTYgQzAuMDg0LDEwLjE3NzIxMTYgMCwxMC4zMzMyMTE2IDAsMTAuNTAwMjExNiBMMCwxNy41MDAyMTE2IEMwLDE3LjY2NzIxMTYgMC4wODQsMTcuODIzMjExNiAwLjIyMywxNy45MTYyMTE2IEwzLDE5Ljc2NzIxMTYgTDMsMjMuNTAwMjExNiBDMywyMy42NzkyMTE2IDMuMDk2LDIzLjg0NTIxMTYgMy4yNTIsMjMuOTM0MjExNiBMMTAuMjUyLDI3LjkzNDIxMTYgQzEwLjMyOSwyNy45NzgyMTE2IDEwLjQxNCwyOC4wMDAyMTE2IDEwLjUsMjguMDAwMjExNiBDMTAuNTc3LDI4LjAwMDIxMTYgMTAuNjU0LDI3Ljk4MjIxMTYgMTAuNzI0LDI3Ljk0NzIxMTYgTDE0LjcyNCwyNS45NDcyMTE2IEMxNC44OTMsMjUuODYyMjExNiAxNSwyNS42ODkyMTE2IDE1LDI1LjUwMDIxMTYgTDE1LDIxLjAwMDIxMTYgTDE5LDIxLjAwMDIxMTYgTDE5LDIyLjA3MTIxMTYgQzE4LjE0LDIyLjI5NTIxMTYgMTcuNSwyMy4wNzEyMTE2IDE3LjUsMjQuMDAwMjExNiBDMTcuNSwyNS4xMDMyMTE2IDE4LjM5OCwyNi4wMDAyMTE2IDE5LjUsMjYuMDAwMjExNiBDMjAuNjAzLDI2LjAwMDIxMTYgMjEuNSwyNS4xMDMyMTE2IDIxLjUsMjQuMDAwMjExNiBDMjEuNSwyMy4wNzEyMTE2IDIwLjg2LDIyLjI5NTIxMTYgMjAsMjIuMDcxMjExNiBMMjAsMjAuNTAwMjExNiBDMjAsMjAuMjI0MjExNiAxOS43NzcsMjAuMDAwMjExNiAxOS41LDIwLjAwMDIxMTYgTDE1LDIwLjAwMDIxMTYgTDE1LDE3LjAwMDIxMTYgTDIxLjI5MywxNy4wMDAyMTE2IEwyMi43ODQsMTguNDkwMjExNiBDMjIuNjA4LDE4Ljc4ODIxMTYgMjIuNSwxOS4xMzAyMTE2IDIyLjUsMTkuNTAwMjExNiBDMjIuNSwyMC42MDMyMTE2IDIzLjM5OCwyMS41MDAyMTE2IDI0LjUsMjEuNTAwMjExNiBDMjUuNjAzLDIxLjUwMDIxMTYgMjYuNSwyMC42MDMyMTE2IDI2LjUsMTkuNTAwMjExNiBDMjYuNSwxOC4zOTcyMTE2IDI1LjYwMywxNy41MDAyMTE2IDI0LjUsMTcuNTAwMjExNiBDMjQuMTMxLDE3LjUwMDIxMTYgMjMuNzg4LDE3LjYwODIxMTYgMjMuNDkxLDE3Ljc4MzIxMTYgTDIxLjg1NCwxNi4xNDYyMTE2IEMyMS43NiwxNi4wNTMyMTE2IDIxLjYzMywxNi4wMDAyMTE2IDIxLjUsMTYuMDAwMjExNiBMMTUsMTYuMDAwMjExNiBMMTUsMTMuMDAwMjExNiBMMjQuMDcxLDEzLjAwMDIxMTYgWiIgaWQ9IkZpbGwtNSI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+"
429
1467
  }