@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
|
@@ -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
|
|
@@ -269,7 +650,7 @@
|
|
|
269
650
|
"id": "retryBackoff",
|
|
270
651
|
"label": "Retry backoff",
|
|
271
652
|
"description": "ISO-8601 duration to wait between retries",
|
|
272
|
-
"value": "
|
|
653
|
+
"value": "PT30S",
|
|
273
654
|
"group": "retries",
|
|
274
655
|
"binding": {
|
|
275
656
|
"key": "retryBackoff",
|