@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,7 +1,389 @@
1
1
  [
2
2
  {
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
- "name": "AWS Bedrock AgentCore Runtime",
4
+ "name": "Invoke Agent in AWS Bedrock AgentCore Runtime",
5
+ "id": "io.camunda.connectors.aws.bedrock.agentcore.runtime.v1",
6
+ "description": "Invoke an external agent running in AWS Bedrock AgentCore Runtime",
7
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-bedrock-agentcore-runtime/",
8
+ "version": 2,
9
+ "category": {
10
+ "id": "connectors",
11
+ "name": "Connectors"
12
+ },
13
+ "appliesTo": ["bpmn:Task"],
14
+ "elementType": {
15
+ "value": "bpmn:ServiceTask"
16
+ },
17
+ "engines": {
18
+ "camunda": "^8.10"
19
+ },
20
+ "groups": [
21
+ {
22
+ "id": "authentication",
23
+ "label": "Authentication"
24
+ },
25
+ {
26
+ "id": "configuration",
27
+ "label": "Configuration"
28
+ },
29
+ {
30
+ "id": "agentConfig",
31
+ "label": "Agent Configuration"
32
+ },
33
+ {
34
+ "id": "connector",
35
+ "label": "Connector"
36
+ },
37
+ {
38
+ "id": "output",
39
+ "label": "Output mapping"
40
+ },
41
+ {
42
+ "id": "error",
43
+ "label": "Error handling"
44
+ },
45
+ {
46
+ "id": "retries",
47
+ "label": "Retries"
48
+ }
49
+ ],
50
+ "properties": [
51
+ {
52
+ "value": "io.camunda:aws-bedrock-agentcore-runtime:1",
53
+ "binding": {
54
+ "property": "type",
55
+ "type": "zeebe:taskDefinition"
56
+ },
57
+ "type": "Hidden"
58
+ },
59
+ {
60
+ "id": "authentication.type",
61
+ "label": "Authentication",
62
+ "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>",
63
+ "value": "credentials",
64
+ "group": "authentication",
65
+ "binding": {
66
+ "name": "authentication.type",
67
+ "type": "zeebe:input"
68
+ },
69
+ "type": "Dropdown",
70
+ "choices": [
71
+ {
72
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
73
+ "value": "defaultCredentialsChain"
74
+ },
75
+ {
76
+ "name": "Credentials",
77
+ "value": "credentials"
78
+ }
79
+ ]
80
+ },
81
+ {
82
+ "id": "authentication.accessKey",
83
+ "label": "Access key",
84
+ "optional": false,
85
+ "constraints": {
86
+ "notEmpty": true
87
+ },
88
+ "feel": "optional",
89
+ "group": "authentication",
90
+ "binding": {
91
+ "name": "authentication.accessKey",
92
+ "type": "zeebe:input"
93
+ },
94
+ "condition": {
95
+ "property": "authentication.type",
96
+ "equals": "credentials",
97
+ "type": "simple"
98
+ },
99
+ "tooltip": "IAM access key of a user with the necessary permissions for this connector",
100
+ "type": "String",
101
+ "secret": true
102
+ },
103
+ {
104
+ "id": "authentication.secretKey",
105
+ "label": "Secret key",
106
+ "optional": false,
107
+ "constraints": {
108
+ "notEmpty": true
109
+ },
110
+ "feel": "optional",
111
+ "group": "authentication",
112
+ "binding": {
113
+ "name": "authentication.secretKey",
114
+ "type": "zeebe:input"
115
+ },
116
+ "condition": {
117
+ "property": "authentication.type",
118
+ "equals": "credentials",
119
+ "type": "simple"
120
+ },
121
+ "tooltip": "IAM secret key of a user with the necessary permissions for this connector",
122
+ "type": "String",
123
+ "secret": true
124
+ },
125
+ {
126
+ "id": "awsCredential",
127
+ "label": "AWS credential",
128
+ "description": "Choose a reusable AWS credential. When set, it is bound as a whole to the connector's 'awsCredential' input.",
129
+ "optional": true,
130
+ "group": "authentication",
131
+ "binding": {
132
+ "name": "awsCredential",
133
+ "type": "zeebe:input"
134
+ },
135
+ "type": "Configuration",
136
+ "configurationTemplate": "io.camunda:aws-credential:1"
137
+ },
138
+ {
139
+ "id": "configuration.region",
140
+ "label": "Region",
141
+ "optional": false,
142
+ "constraints": {
143
+ "notEmpty": true
144
+ },
145
+ "feel": "optional",
146
+ "group": "configuration",
147
+ "binding": {
148
+ "name": "configuration.region",
149
+ "type": "zeebe:input"
150
+ },
151
+ "type": "String"
152
+ },
153
+ {
154
+ "id": "configuration.endpoint",
155
+ "label": "Endpoint",
156
+ "description": "Specify endpoint if need to use custom endpoint",
157
+ "optional": true,
158
+ "group": "configuration",
159
+ "binding": {
160
+ "name": "configuration.endpoint",
161
+ "type": "zeebe:input"
162
+ },
163
+ "type": "Hidden"
164
+ },
165
+ {
166
+ "id": "input.agentRuntimeArn",
167
+ "label": "Agent Runtime ARN",
168
+ "description": "The ARN of the AgentCore Runtime agent to invoke.",
169
+ "optional": false,
170
+ "constraints": {
171
+ "notEmpty": true
172
+ },
173
+ "feel": "optional",
174
+ "group": "agentConfig",
175
+ "binding": {
176
+ "name": "input.agentRuntimeArn",
177
+ "type": "zeebe:input"
178
+ },
179
+ "type": "String"
180
+ },
181
+ {
182
+ "id": "input.payload",
183
+ "label": "Payload",
184
+ "description": "The payload to send to the agent. Use a FEEL expression to define the structure, e.g. ={inputText: \"your prompt\"}.",
185
+ "optional": false,
186
+ "constraints": {
187
+ "notEmpty": true
188
+ },
189
+ "feel": "optional",
190
+ "group": "agentConfig",
191
+ "binding": {
192
+ "name": "input.payload",
193
+ "type": "zeebe:input"
194
+ },
195
+ "type": "String"
196
+ },
197
+ {
198
+ "id": "input.sessionId",
199
+ "label": "Session ID",
200
+ "description": "Optional session ID for multi-turn conversations.",
201
+ "optional": true,
202
+ "feel": "optional",
203
+ "group": "agentConfig",
204
+ "binding": {
205
+ "name": "input.sessionId",
206
+ "type": "zeebe:input"
207
+ },
208
+ "type": "String"
209
+ },
210
+ {
211
+ "id": "version",
212
+ "label": "Version",
213
+ "description": "Version of the element template",
214
+ "value": "2",
215
+ "group": "connector",
216
+ "binding": {
217
+ "key": "elementTemplateVersion",
218
+ "type": "zeebe:taskHeader"
219
+ },
220
+ "type": "Hidden"
221
+ },
222
+ {
223
+ "id": "id",
224
+ "label": "ID",
225
+ "description": "ID of the element template",
226
+ "value": "io.camunda.connectors.aws.bedrock.agentcore.runtime.v1",
227
+ "group": "connector",
228
+ "binding": {
229
+ "key": "elementTemplateId",
230
+ "type": "zeebe:taskHeader"
231
+ },
232
+ "type": "Hidden"
233
+ },
234
+ {
235
+ "id": "resultVariable",
236
+ "label": "Result variable",
237
+ "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>.",
238
+ "group": "output",
239
+ "binding": {
240
+ "key": "resultVariable",
241
+ "type": "zeebe:taskHeader"
242
+ },
243
+ "type": "String"
244
+ },
245
+ {
246
+ "id": "resultExpression",
247
+ "label": "Result expression",
248
+ "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>.",
249
+ "feel": "required",
250
+ "group": "output",
251
+ "binding": {
252
+ "key": "resultExpression",
253
+ "type": "zeebe:taskHeader"
254
+ },
255
+ "type": "Text"
256
+ },
257
+ {
258
+ "id": "errorExpression",
259
+ "label": "Error expression",
260
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
261
+ "feel": "required",
262
+ "group": "error",
263
+ "binding": {
264
+ "key": "errorExpression",
265
+ "type": "zeebe:taskHeader"
266
+ },
267
+ "type": "Text"
268
+ },
269
+ {
270
+ "id": "retryCount",
271
+ "label": "Retries",
272
+ "description": "Number of retries",
273
+ "value": "3",
274
+ "feel": "optional",
275
+ "group": "retries",
276
+ "binding": {
277
+ "property": "retries",
278
+ "type": "zeebe:taskDefinition"
279
+ },
280
+ "type": "String"
281
+ },
282
+ {
283
+ "id": "retryBackoff",
284
+ "label": "Retry backoff",
285
+ "description": "ISO-8601 duration to wait between retries",
286
+ "value": "PT30S",
287
+ "group": "retries",
288
+ "binding": {
289
+ "key": "retryBackoff",
290
+ "type": "zeebe:taskHeader"
291
+ },
292
+ "type": "String"
293
+ }
294
+ ],
295
+ "configurationTemplates": [
296
+ {
297
+ "id": "io.camunda:aws-credential:1",
298
+ "kind": "CREDENTIAL",
299
+ "version": 1,
300
+ "name": "AWS Credential",
301
+ "properties": [
302
+ {
303
+ "id": "authentication.type",
304
+ "label": "Authentication",
305
+ "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>",
306
+ "value": "credentials",
307
+ "group": "authentication",
308
+ "binding": {
309
+ "name": "authentication.type",
310
+ "type": "property"
311
+ },
312
+ "type": "Dropdown",
313
+ "choices": [
314
+ {
315
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
316
+ "value": "defaultCredentialsChain"
317
+ },
318
+ {
319
+ "name": "Credentials",
320
+ "value": "credentials"
321
+ }
322
+ ]
323
+ },
324
+ {
325
+ "id": "authentication.accessKey",
326
+ "label": "Access key",
327
+ "constraints": {
328
+ "notEmpty": true
329
+ },
330
+ "group": "authentication",
331
+ "binding": {
332
+ "name": "authentication.accessKey",
333
+ "type": "property"
334
+ },
335
+ "condition": {
336
+ "property": "authentication.type",
337
+ "equals": "credentials",
338
+ "type": "simple"
339
+ },
340
+ "tooltip": "IAM access key of a user with the necessary permissions for this connector",
341
+ "type": "String",
342
+ "secret": true
343
+ },
344
+ {
345
+ "id": "authentication.secretKey",
346
+ "label": "Secret key",
347
+ "constraints": {
348
+ "notEmpty": true
349
+ },
350
+ "group": "authentication",
351
+ "binding": {
352
+ "name": "authentication.secretKey",
353
+ "type": "property"
354
+ },
355
+ "condition": {
356
+ "property": "authentication.type",
357
+ "equals": "credentials",
358
+ "type": "simple"
359
+ },
360
+ "tooltip": "IAM secret key of a user with the necessary permissions for this connector",
361
+ "type": "String",
362
+ "secret": true
363
+ },
364
+ {
365
+ "id": "region",
366
+ "label": "Region",
367
+ "constraints": {
368
+ "notEmpty": true
369
+ },
370
+ "group": "configuration",
371
+ "binding": {
372
+ "name": "region",
373
+ "type": "property"
374
+ },
375
+ "type": "String"
376
+ }
377
+ ]
378
+ }
379
+ ],
380
+ "icon": {
381
+ "contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbi1BcmNoaXRlY3R1cmUvMzIvQXJjaF9BbWF6b24tQmVkcm9ja18zMjwvdGl0bGU+CiAgICA8ZyBpZD0iSWNvbi1BcmNoaXRlY3R1cmUvMzIvQXJjaF9BbWF6b24tQmVkcm9ja18zMiIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikljb24tQXJjaGl0ZWN0dXJlLUJHLzMyL01hY2hpbmUtTGVhcm5pbmciIGZpbGw9IiMwMUE4OEQiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIwIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiPjwvcmVjdD4KICAgICAgICA8L2c+CiAgICAgICAgPGcgaWQ9Ikljb24tU2VydmljZS8zMi9BbWF6b24tQmVkcm9ja18zMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNi4wMDAwMDAsIDYuMDAwMDAwKSIgZmlsbD0iI0ZGRkZGRiI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMC41MTYsMjYuOTMzMjExNiBMOC4yOTMsMjUuNjYzMjExNiBMMTEuNzI0LDIzLjk0NzIxMTYgTDExLjI3NywyMy4wNTMyMTE2IEw3LjI3NywyNS4wNTMyMTE2IEw3LjI5NywyNS4wOTQyMTE2IEw0LDIzLjIxMDIxMTYgTDQsMTkuODA5MjExNiBMNy43MjQsMTcuOTQ3MjExNiBMNy4yNzcsMTcuMDUzMjExNiBMMy41MzYsMTguOTIzMjExNiBMMSwxNy4yMzIyMTE2IEwxLDE0LjgwOTIxMTYgTDQuNzI0LDEyLjk0NzIxMTYgTDQuMjc3LDEyLjA1MzIxMTYgTDEsMTMuNjkxMjExNiBMMSwxMC43NjcyMTE2IEwzLjUyMyw5LjA4NjIxMTU4IEw3LDExLjAzODIxMTYgTDcsMTQuMTkxMjExNiBMNS4yNzcsMTUuMDUzMjExNiBMNS43MjQsMTUuOTQ3MjExNiBMNy41LDE1LjA1OTIxMTYgTDkuMjc3LDE1Ljk0NzIxMTYgTDkuNzI0LDE1LjA1MzIxMTYgTDgsMTQuMTkxMjExNiBMOCwxMC43NjcyMTE2IEwxMC43NzgsOC45MTYyMTE1OCBDMTAuOTE2LDguODIzMjExNTggMTEsOC42NjcyMTE1OCAxMSw4LjUwMDIxMTU4IEwxMSw1LjAwMDIxMTU4IEwxMCw1LjAwMDIxMTU4IEwxMCw4LjIzMjIxMTU4IEw3LjI3OCwxMC4wNDcyMTE2IEw0LDguMjA3MjExNTggTDQsNC4wMzUyMTE1OCBMNywyLjY1NzIxMTU4IEw3LDcuMDAwMjExNTggTDgsNy4wMDAyMTE1OCBMOCwyLjE5ODIxMTU4IEwxMC40OTIsMS4wNTQyMTE1OCBMMTQsMi44MDkyMTE1OCBMMTQsMTcuMTkxMjExNiBMNi4yNzcsMjEuMDUzMjExNiBMNi43MjQsMjEuOTQ3MjExNiBMMTQsMTguMzA5MjExNiBMMTQsMjUuMTkxMjExNiBMMTAuNTE2LDI2LjkzMzIxMTYgWiBNMjUuNSwxOS41MDAyMTE2IEMyNS41LDIwLjA1MTIxMTYgMjUuMDUyLDIwLjUwMDIxMTYgMjQuNSwyMC41MDAyMTE2IEMyMy45NDksMjAuNTAwMjExNiAyMy41LDIwLjA1MTIxMTYgMjMuNSwxOS41MDAyMTE2IEMyMy41LDE4Ljk0OTIxMTYgMjMuOTQ5LDE4LjUwMDIxMTYgMjQuNSwxOC41MDAyMTE2IEMyNS4wNTIsMTguNTAwMjExNiAyNS41LDE4Ljk0OTIxMTYgMjUuNSwxOS41MDAyMTE2IEwyNS41LDE5LjUwMDIxMTYgWiBNMjAuNSwyNC4wMDAyMTE2IEMyMC41LDI0LjU1MTIxMTYgMjAuMDUyLDI1LjAwMDIxMTYgMTkuNSwyNS4wMDAyMTE2IEMxOC45NDksMjUuMDAwMjExNiAxOC41LDI0LjU1MTIxMTYgMTguNSwyNC4wMDAyMTE2IEMxOC41LDIzLjQ0OTIxMTYgMTguOTQ5LDIzLjAwMDIxMTYgMTkuNSwyMy4wMDAyMTE2IEMyMC4wNTIsMjMuMDAwMjExNiAyMC41LDIzLjQ0OTIxMTYgMjAuNSwyNC4wMDAyMTE2IEwyMC41LDI0LjAwMDIxMTYgWiBNMTkuNSw0LjAwMDIxMTU4IEMxOS41LDMuNDQ5MjExNTggMTkuOTQ5LDMuMDAwMjExNTggMjAuNSwzLjAwMDIxMTU4IEMyMS4wNTIsMy4wMDAyMTE1OCAyMS41LDMuNDQ5MjExNTggMjEuNSw0LjAwMDIxMTU4IEMyMS41LDQuNTUxMjExNTggMjEuMDUyLDUuMDAwMjExNTggMjAuNSw1LjAwMDIxMTU4IEMxOS45NDksNS4wMDAyMTE1OCAxOS41LDQuNTUxMjExNTggMTkuNSw0LjAwMDIxMTU4IEwxOS41LDQuMDAwMjExNTggWiBNMjYsMTEuNTAwMjExNiBDMjYuNTUyLDExLjUwMDIxMTYgMjcsMTEuOTQ5MjExNiAyNywxMi41MDAyMTE2IEMyNywxMy4wNTEyMTE2IDI2LjU1MiwxMy41MDAyMTE2IDI2LDEzLjUwMDIxMTYgQzI1LjQ0OSwxMy41MDAyMTE2IDI1LDEzLjA1MTIxMTYgMjUsMTIuNTAwMjExNiBDMjUsMTEuOTQ5MjExNiAyNS40NDksMTEuNTAwMjExNiAyNiwxMS41MDAyMTE2IEwyNiwxMS41MDAyMTE2IFogTTI0LjA3MSwxMy4wMDAyMTE2IEMyNC4yOTUsMTMuODYwMjExNiAyNS4wNzEsMTQuNTAwMjExNiAyNiwxNC41MDAyMTE2IEMyNy4xMDMsMTQuNTAwMjExNiAyOCwxMy42MDMyMTE2IDI4LDEyLjUwMDIxMTYgQzI4LDExLjM5NzIxMTYgMjcuMTAzLDEwLjUwMDIxMTYgMjYsMTAuNTAwMjExNiBDMjUuMDcxLDEwLjUwMDIxMTYgMjQuMjk1LDExLjE0MDIxMTYgMjQuMDcxLDEyLjAwMDIxMTYgTDE1LDEyLjAwMDIxMTYgTDE1LDkuMDAwMjExNTggTDIwLjUsOS4wMDAyMTE1OCBDMjAuNzc3LDkuMDAwMjExNTggMjEsOC43NzYyMTE1OCAyMSw4LjUwMDIxMTU4IEwyMSw1LjkyOTIxMTU4IEMyMS44Niw1LjcwNTIxMTU4IDIyLjUsNC45MjkyMTE1OCAyMi41LDQuMDAwMjExNTggQzIyLjUsMi44OTcyMTE1OCAyMS42MDMsMi4wMDAyMTE1OCAyMC41LDIuMDAwMjExNTggQzE5LjM5OCwyLjAwMDIxMTU4IDE4LjUsMi44OTcyMTE1OCAxOC41LDQuMDAwMjExNTggQzE4LjUsNC45MjkyMTE1OCAxOS4xNCw1LjcwNTIxMTU4IDIwLDUuOTI5MjExNTggTDIwLDguMDAwMjExNTggTDE1LDguMDAwMjExNTggTDE1LDIuNTAwMjExNTggQzE1LDIuMzEwMjExNTggMTQuODkzLDIuMTM4MjExNTggMTQuNzI0LDIuMDUzMjExNTggTDEwLjcyNCwwLjA1MzIxMTU4NDMgQzEwLjU4OCwtMC4wMTQ3ODg0MTU3IDEwLjQzLC0wLjAxNzc4ODQxNTcgMTAuMjkxLDAuMDQ1MjExNTg0MyBMMy4yOTEsMy4yNjAyMTE1OCBDMy4xMTUsMy4zNDEyMTE1OCAzLDMuNTE5MjExNTggMywzLjcxNDIxMTU4IEwzLDguMjMyMjExNTggTDAuMjIzLDEwLjA4NDIxMTYgQzAuMDg0LDEwLjE3NzIxMTYgMCwxMC4zMzMyMTE2IDAsMTAuNTAwMjExNiBMMCwxNy41MDAyMTE2IEMwLDE3LjY2NzIxMTYgMC4wODQsMTcuODIzMjExNiAwLjIyMywxNy45MTYyMTE2IEwzLDE5Ljc2NzIxMTYgTDMsMjMuNTAwMjExNiBDMywyMy42NzkyMTE2IDMuMDk2LDIzLjg0NTIxMTYgMy4yNTIsMjMuOTM0MjExNiBMMTAuMjUyLDI3LjkzNDIxMTYgQzEwLjMyOSwyNy45NzgyMTE2IDEwLjQxNCwyOC4wMDAyMTE2IDEwLjUsMjguMDAwMjExNiBDMTAuNTc3LDI4LjAwMDIxMTYgMTAuNjU0LDI3Ljk4MjIxMTYgMTAuNzI0LDI3Ljk0NzIxMTYgTDE0LjcyNCwyNS45NDcyMTE2IEMxNC44OTMsMjUuODYyMjExNiAxNSwyNS42ODkyMTE2IDE1LDI1LjUwMDIxMTYgTDE1LDIxLjAwMDIxMTYgTDE5LDIxLjAwMDIxMTYgTDE5LDIyLjA3MTIxMTYgQzE4LjE0LDIyLjI5NTIxMTYgMTcuNSwyMy4wNzEyMTE2IDE3LjUsMjQuMDAwMjExNiBDMTcuNSwyNS4xMDMyMTE2IDE4LjM5OCwyNi4wMDAyMTE2IDE5LjUsMjYuMDAwMjExNiBDMjAuNjAzLDI2LjAwMDIxMTYgMjEuNSwyNS4xMDMyMTE2IDIxLjUsMjQuMDAwMjExNiBDMjEuNSwyMy4wNzEyMTE2IDIwLjg2LDIyLjI5NTIxMTYgMjAsMjIuMDcxMjExNiBMMjAsMjAuNTAwMjExNiBDMjAsMjAuMjI0MjExNiAxOS43NzcsMjAuMDAwMjExNiAxOS41LDIwLjAwMDIxMTYgTDE1LDIwLjAwMDIxMTYgTDE1LDE3LjAwMDIxMTYgTDIxLjI5MywxNy4wMDAyMTE2IEwyMi43ODQsMTguNDkwMjExNiBDMjIuNjA4LDE4Ljc4ODIxMTYgMjIuNSwxOS4xMzAyMTE2IDIyLjUsMTkuNTAwMjExNiBDMjIuNSwyMC42MDMyMTE2IDIzLjM5OCwyMS41MDAyMTE2IDI0LjUsMjEuNTAwMjExNiBDMjUuNjAzLDIxLjUwMDIxMTYgMjYuNSwyMC42MDMyMTE2IDI2LjUsMTkuNTAwMjExNiBDMjYuNSwxOC4zOTcyMTE2IDI1LjYwMywxNy41MDAyMTE2IDI0LjUsMTcuNTAwMjExNiBDMjQuMTMxLDE3LjUwMDIxMTYgMjMuNzg4LDE3LjYwODIxMTYgMjMuNDkxLDE3Ljc4MzIxMTYgTDIxLjg1NCwxNi4xNDYyMTE2IEMyMS43NiwxNi4wNTMyMTE2IDIxLjYzMywxNi4wMDAyMTE2IDIxLjUsMTYuMDAwMjExNiBMMTUsMTYuMDAwMjExNiBMMTUsMTMuMDAwMjExNiBMMjQuMDcxLDEzLjAwMDIxMTYgWiIgaWQ9IkZpbGwtNSI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+"
382
+ }
383
+ },
384
+ {
385
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
386
+ "name": "Invoke Agent in AWS Bedrock AgentCore Runtime",
5
387
  "id": "io.camunda.connectors.aws.bedrock.agentcore.runtime.v1",
6
388
  "description": "Invoke an external agent running in AWS Bedrock AgentCore Runtime",
7
389
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-bedrock-agentcore-runtime/",
@@ -81,7 +463,6 @@
81
463
  {
82
464
  "id": "authentication.accessKey",
83
465
  "label": "Access key",
84
- "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
85
466
  "optional": false,
86
467
  "constraints": {
87
468
  "notEmpty": true
@@ -97,12 +478,12 @@
97
478
  "equals": "credentials",
98
479
  "type": "simple"
99
480
  },
481
+ "tooltip": "IAM access key of a user with the necessary permissions for this connector",
100
482
  "type": "String"
101
483
  },
102
484
  {
103
485
  "id": "authentication.secretKey",
104
486
  "label": "Secret key",
105
- "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
106
487
  "optional": false,
107
488
  "constraints": {
108
489
  "notEmpty": true
@@ -118,12 +499,12 @@
118
499
  "equals": "credentials",
119
500
  "type": "simple"
120
501
  },
502
+ "tooltip": "IAM secret key of a user with the necessary permissions for this connector",
121
503
  "type": "String"
122
504
  },
123
505
  {
124
506
  "id": "configuration.region",
125
507
  "label": "Region",
126
- "description": "Specify the AWS region",
127
508
  "optional": false,
128
509
  "constraints": {
129
510
  "notEmpty": true