@camunda/connectors-element-templates 1.0.3 → 1.0.5

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 (77) hide show
  1. package/package.json +1 -1
  2. package/src/connectors.js +8 -2
  3. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +30 -30
  4. package/src/element-templates/agenticai-aiagent-outbound-connector.json +323 -9
  5. package/src/element-templates/asana-connector.json +101 -101
  6. package/src/element-templates/automation-anywhere-outbound-connector.json +1777 -961
  7. package/src/element-templates/aws-bedrock-outbound-connector.json +74 -74
  8. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  9. package/src/element-templates/aws-dynamodb-outbound-connector.json +1373 -1373
  10. package/src/element-templates/aws-eventbridge-connector-boundary.json +28 -28
  11. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  12. package/src/element-templates/aws-eventbridge-connector-start-event.json +23 -23
  13. package/src/element-templates/aws-eventbridge-outbound-connector.json +326 -326
  14. package/src/element-templates/aws-lambda-outbound-connector.json +231 -231
  15. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  16. package/src/element-templates/aws-sns-inbound-boundary.json +285 -285
  17. package/src/element-templates/aws-sns-inbound-intermediate.json +33 -33
  18. package/src/element-templates/aws-sns-inbound-message-start.json +227 -227
  19. package/src/element-templates/aws-sns-inbound-start-event.json +132 -132
  20. package/src/element-templates/aws-sns-outbound-connector.json +370 -370
  21. package/src/element-templates/aws-sqs-boundary-connector.json +232 -232
  22. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +532 -532
  23. package/src/element-templates/aws-sqs-outbound-connector.json +396 -396
  24. package/src/element-templates/aws-sqs-start-event-connector.json +389 -389
  25. package/src/element-templates/aws-textract-outbound-connector.json +123 -123
  26. package/src/element-templates/azure-blobstorage-outbound-connector.json +349 -0
  27. package/src/element-templates/blue-prism-connector.json +13 -13
  28. package/src/element-templates/box-outbound-connector.json +30 -30
  29. package/src/element-templates/easy-post-connector.json +121 -121
  30. package/src/element-templates/email-outbound-connector.json +233 -233
  31. package/src/element-templates/github-connector.json +1259 -1259
  32. package/src/element-templates/github-webhook-connector-boundary.json +35 -35
  33. package/src/element-templates/github-webhook-connector-intermediate.json +31 -31
  34. package/src/element-templates/github-webhook-connector-start-event.json +34 -34
  35. package/src/element-templates/gitlab-connector.json +3333 -3333
  36. package/src/element-templates/google-cloud-storage-outbound-connector.json +357 -0
  37. package/src/element-templates/google-drive-outbound-connector.json +414 -101
  38. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  39. package/src/element-templates/google-maps-platform-connector.json +489 -0
  40. package/src/element-templates/google-sheets-outbound-connector.json +2468 -2468
  41. package/src/element-templates/graphql-outbound-connector.json +1113 -1113
  42. package/src/element-templates/http-json-connector.json +2202 -1290
  43. package/src/element-templates/http-polling-boundary-catch-event-connector.json +6 -6
  44. package/src/element-templates/http-polling-connector.json +6 -6
  45. package/src/element-templates/hugging-face-connector.json +34 -34
  46. package/src/element-templates/idp-extraction-outbound-connector.json +115 -0
  47. package/src/element-templates/jdbc-outbound-connector.json +36 -36
  48. package/src/element-templates/kafka-inbound-connector-boundary.json +540 -540
  49. package/src/element-templates/kafka-inbound-connector-intermediate.json +585 -585
  50. package/src/element-templates/kafka-inbound-connector.json +603 -0
  51. package/src/element-templates/kafka-outbound-connector.json +261 -261
  52. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  53. package/src/element-templates/microsoft-teams-outbound-connector.json +98 -98
  54. package/src/element-templates/openai-connector.json +517 -159
  55. package/src/element-templates/operate-connector.json +569 -53
  56. package/src/element-templates/power-automate-connector.json +1724 -0
  57. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +132 -132
  58. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +941 -941
  59. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +459 -459
  60. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +269 -269
  61. package/src/element-templates/rabbitmq-outbound-connector.json +631 -631
  62. package/src/element-templates/salesforce-connector.json +44 -44
  63. package/src/element-templates/sendgrid-outbound-connector.json +787 -255
  64. package/src/element-templates/slack-inbound-boundary.json +215 -215
  65. package/src/element-templates/slack-inbound-intermediate.json +178 -178
  66. package/src/element-templates/slack-inbound-message-start.json +323 -323
  67. package/src/element-templates/slack-inbound-start-event.json +212 -212
  68. package/src/element-templates/slack-outbound-connector.json +777 -522
  69. package/src/element-templates/twilio-connector.json +29 -29
  70. package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
  71. package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
  72. package/src/element-templates/uipath-connector.json +8 -8
  73. package/src/element-templates/webhook-connector-boundary.json +1133 -1133
  74. package/src/element-templates/webhook-connector-intermediate.json +1380 -1380
  75. package/src/element-templates/webhook-connector-start-event.json +1370 -1370
  76. package/src/element-templates/webhook-connector-start-message.json +1171 -1171
  77. package/src/element-templates/agenticai-aiagent-outbound-connector-8.8.0-alpha4.json +0 -843
@@ -1,843 +0,0 @@
1
- [
2
- {
3
- "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
- "name": "AI Agent (alpha)",
5
- "id": "io.camunda.connectors.agenticai.aiagent.v0",
6
- "description": "AI Agent connector",
7
- "metadata": {
8
- "keywords": []
9
- },
10
- "version": 0,
11
- "category": {
12
- "id": "connectors",
13
- "name": "Connectors"
14
- },
15
- "appliesTo": ["bpmn:Task"],
16
- "elementType": {
17
- "value": "bpmn:ServiceTask"
18
- },
19
- "engines": {
20
- "camunda": "^8.8"
21
- },
22
- "groups": [
23
- {
24
- "id": "model",
25
- "label": "Model"
26
- },
27
- {
28
- "id": "authentication",
29
- "label": "Authentication"
30
- },
31
- {
32
- "id": "context",
33
- "label": "Context"
34
- },
35
- {
36
- "id": "systemPrompt",
37
- "label": "System Prompt"
38
- },
39
- {
40
- "id": "userPrompt",
41
- "label": "User Prompt"
42
- },
43
- {
44
- "id": "tools",
45
- "label": "Tools"
46
- },
47
- {
48
- "id": "memory",
49
- "label": "Memory"
50
- },
51
- {
52
- "id": "guardrails",
53
- "label": "Guardrails"
54
- },
55
- {
56
- "id": "parameters",
57
- "label": "Parameters"
58
- },
59
- {
60
- "id": "connector",
61
- "label": "Connector"
62
- },
63
- {
64
- "id": "output",
65
- "label": "Output mapping"
66
- },
67
- {
68
- "id": "error",
69
- "label": "Error handling"
70
- },
71
- {
72
- "id": "retries",
73
- "label": "Retries"
74
- }
75
- ],
76
- "properties": [
77
- {
78
- "value": "io.camunda.agenticai:aiagent:0",
79
- "binding": {
80
- "property": "type",
81
- "type": "zeebe:taskDefinition"
82
- },
83
- "type": "Hidden"
84
- },
85
- {
86
- "id": "provider.type",
87
- "label": "Provider",
88
- "description": "Specify the model provider to use",
89
- "group": "model",
90
- "binding": {
91
- "name": "provider.type",
92
- "type": "zeebe:input"
93
- },
94
- "type": "Dropdown",
95
- "choices": [
96
- {
97
- "name": "Anthropic",
98
- "value": "anthropic"
99
- },
100
- {
101
- "name": "AWS Bedrock",
102
- "value": "bedrock"
103
- },
104
- {
105
- "name": "OpenAI",
106
- "value": "openai"
107
- }
108
- ]
109
- },
110
- {
111
- "id": "provider.anthropic.endpoint",
112
- "label": "Endpoint",
113
- "description": "Specify endpoint if need to use a custom API endpoint",
114
- "optional": true,
115
- "group": "model",
116
- "binding": {
117
- "name": "provider.anthropic.endpoint",
118
- "type": "zeebe:input"
119
- },
120
- "condition": {
121
- "property": "provider.type",
122
- "equals": "anthropic",
123
- "type": "simple"
124
- },
125
- "type": "Hidden"
126
- },
127
- {
128
- "id": "provider.anthropic.model.model",
129
- "label": "Model",
130
- "optional": false,
131
- "value": "claude-3-5-sonnet-20240620",
132
- "constraints": {
133
- "notEmpty": true
134
- },
135
- "feel": "optional",
136
- "group": "model",
137
- "binding": {
138
- "name": "provider.anthropic.model.model",
139
- "type": "zeebe:input"
140
- },
141
- "condition": {
142
- "property": "provider.type",
143
- "equals": "anthropic",
144
- "type": "simple"
145
- },
146
- "type": "String"
147
- },
148
- {
149
- "id": "provider.bedrock.region",
150
- "label": "Region",
151
- "description": "Specify the AWS region",
152
- "optional": false,
153
- "constraints": {
154
- "notEmpty": true
155
- },
156
- "feel": "optional",
157
- "group": "model",
158
- "binding": {
159
- "name": "provider.bedrock.region",
160
- "type": "zeebe:input"
161
- },
162
- "condition": {
163
- "property": "provider.type",
164
- "equals": "bedrock",
165
- "type": "simple"
166
- },
167
- "type": "String"
168
- },
169
- {
170
- "id": "provider.bedrock.endpoint",
171
- "label": "Endpoint",
172
- "description": "Specify endpoint if need to use a custom API endpoint",
173
- "optional": true,
174
- "group": "model",
175
- "binding": {
176
- "name": "provider.bedrock.endpoint",
177
- "type": "zeebe:input"
178
- },
179
- "condition": {
180
- "property": "provider.type",
181
- "equals": "bedrock",
182
- "type": "simple"
183
- },
184
- "type": "Hidden"
185
- },
186
- {
187
- "id": "provider.bedrock.model.model",
188
- "label": "Model",
189
- "optional": false,
190
- "value": "anthropic.claude-3-5-sonnet-20240620-v1:0",
191
- "constraints": {
192
- "notEmpty": true
193
- },
194
- "feel": "optional",
195
- "group": "model",
196
- "binding": {
197
- "name": "provider.bedrock.model.model",
198
- "type": "zeebe:input"
199
- },
200
- "condition": {
201
- "property": "provider.type",
202
- "equals": "bedrock",
203
- "type": "simple"
204
- },
205
- "type": "String"
206
- },
207
- {
208
- "id": "provider.openai.endpoint",
209
- "label": "Endpoint",
210
- "description": "Specify endpoint if need to use a custom API endpoint",
211
- "optional": true,
212
- "group": "model",
213
- "binding": {
214
- "name": "provider.openai.endpoint",
215
- "type": "zeebe:input"
216
- },
217
- "condition": {
218
- "property": "provider.type",
219
- "equals": "openai",
220
- "type": "simple"
221
- },
222
- "type": "Hidden"
223
- },
224
- {
225
- "id": "provider.openai.model.model",
226
- "label": "Model",
227
- "optional": false,
228
- "value": "gpt-4o",
229
- "constraints": {
230
- "notEmpty": true
231
- },
232
- "feel": "optional",
233
- "group": "model",
234
- "binding": {
235
- "name": "provider.openai.model.model",
236
- "type": "zeebe:input"
237
- },
238
- "condition": {
239
- "property": "provider.type",
240
- "equals": "openai",
241
- "type": "simple"
242
- },
243
- "type": "String"
244
- },
245
- {
246
- "id": "provider.anthropic.authentication.apiKey",
247
- "label": "Anthropic API Key",
248
- "optional": false,
249
- "constraints": {
250
- "notEmpty": true
251
- },
252
- "feel": "optional",
253
- "group": "authentication",
254
- "binding": {
255
- "name": "provider.anthropic.authentication.apiKey",
256
- "type": "zeebe:input"
257
- },
258
- "condition": {
259
- "property": "provider.type",
260
- "equals": "anthropic",
261
- "type": "simple"
262
- },
263
- "type": "String"
264
- },
265
- {
266
- "id": "provider.bedrock.authentication.type",
267
- "label": "Authentication",
268
- "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>",
269
- "value": "credentials",
270
- "group": "authentication",
271
- "binding": {
272
- "name": "provider.bedrock.authentication.type",
273
- "type": "zeebe:input"
274
- },
275
- "condition": {
276
- "property": "provider.type",
277
- "equals": "bedrock",
278
- "type": "simple"
279
- },
280
- "type": "Dropdown",
281
- "choices": [
282
- {
283
- "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
284
- "value": "defaultCredentialsChain"
285
- },
286
- {
287
- "name": "Credentials",
288
- "value": "credentials"
289
- }
290
- ]
291
- },
292
- {
293
- "id": "provider.bedrock.authentication.accessKey",
294
- "label": "Access key",
295
- "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
296
- "optional": false,
297
- "constraints": {
298
- "notEmpty": true
299
- },
300
- "feel": "optional",
301
- "group": "authentication",
302
- "binding": {
303
- "name": "provider.bedrock.authentication.accessKey",
304
- "type": "zeebe:input"
305
- },
306
- "condition": {
307
- "allMatch": [
308
- {
309
- "property": "provider.bedrock.authentication.type",
310
- "equals": "credentials",
311
- "type": "simple"
312
- },
313
- {
314
- "property": "provider.type",
315
- "equals": "bedrock",
316
- "type": "simple"
317
- }
318
- ]
319
- },
320
- "type": "String"
321
- },
322
- {
323
- "id": "provider.bedrock.authentication.secretKey",
324
- "label": "Secret key",
325
- "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
326
- "optional": false,
327
- "constraints": {
328
- "notEmpty": true
329
- },
330
- "feel": "optional",
331
- "group": "authentication",
332
- "binding": {
333
- "name": "provider.bedrock.authentication.secretKey",
334
- "type": "zeebe:input"
335
- },
336
- "condition": {
337
- "allMatch": [
338
- {
339
- "property": "provider.bedrock.authentication.type",
340
- "equals": "credentials",
341
- "type": "simple"
342
- },
343
- {
344
- "property": "provider.type",
345
- "equals": "bedrock",
346
- "type": "simple"
347
- }
348
- ]
349
- },
350
- "type": "String"
351
- },
352
- {
353
- "id": "provider.openai.authentication.apiKey",
354
- "label": "OpenAI API Key",
355
- "optional": false,
356
- "constraints": {
357
- "notEmpty": true
358
- },
359
- "feel": "optional",
360
- "group": "authentication",
361
- "binding": {
362
- "name": "provider.openai.authentication.apiKey",
363
- "type": "zeebe:input"
364
- },
365
- "condition": {
366
- "property": "provider.type",
367
- "equals": "openai",
368
- "type": "simple"
369
- },
370
- "type": "String"
371
- },
372
- {
373
- "id": "provider.openai.authentication.organization",
374
- "label": "Organization",
375
- "description": "For members of multiple organizations. Details in the <a href=\"https://platform.openai.com/docs/api-reference/requesting-organization\" target=\"_blank\">OpenAI documentation</a>.",
376
- "optional": true,
377
- "feel": "optional",
378
- "group": "authentication",
379
- "binding": {
380
- "name": "provider.openai.authentication.organization",
381
- "type": "zeebe:input"
382
- },
383
- "condition": {
384
- "property": "provider.type",
385
- "equals": "openai",
386
- "type": "simple"
387
- },
388
- "type": "String"
389
- },
390
- {
391
- "id": "provider.openai.authentication.project",
392
- "label": "Project",
393
- "description": "For members with multiple projects.",
394
- "optional": true,
395
- "feel": "optional",
396
- "group": "authentication",
397
- "binding": {
398
- "name": "provider.openai.authentication.project",
399
- "type": "zeebe:input"
400
- },
401
- "condition": {
402
- "property": "provider.type",
403
- "equals": "openai",
404
- "type": "simple"
405
- },
406
- "type": "String"
407
- },
408
- {
409
- "id": "data.agentContext",
410
- "label": "Agent Context",
411
- "description": "The agent context variable containing the conversation memory",
412
- "optional": false,
413
- "constraints": {
414
- "notEmpty": true
415
- },
416
- "feel": "required",
417
- "group": "context",
418
- "binding": {
419
- "name": "data.context",
420
- "type": "zeebe:input"
421
- },
422
- "type": "Text"
423
- },
424
- {
425
- "id": "data.systemPrompt.prompt",
426
- "label": "System Prompt",
427
- "optional": false,
428
- "constraints": {
429
- "notEmpty": true
430
- },
431
- "feel": "optional",
432
- "group": "systemPrompt",
433
- "binding": {
434
- "name": "data.systemPrompt.prompt",
435
- "type": "zeebe:input"
436
- },
437
- "type": "Text"
438
- },
439
- {
440
- "id": "data.systemPrompt.parameters",
441
- "label": "System Prompt Parameters",
442
- "optional": true,
443
- "feel": "required",
444
- "group": "systemPrompt",
445
- "binding": {
446
- "name": "data.systemPrompt.parameters",
447
- "type": "zeebe:input"
448
- },
449
- "type": "String"
450
- },
451
- {
452
- "id": "data.userPrompt.prompt",
453
- "label": "User Prompt",
454
- "optional": false,
455
- "constraints": {
456
- "notEmpty": true
457
- },
458
- "feel": "optional",
459
- "group": "userPrompt",
460
- "binding": {
461
- "name": "data.userPrompt.prompt",
462
- "type": "zeebe:input"
463
- },
464
- "type": "Text"
465
- },
466
- {
467
- "id": "data.userPrompt.parameters",
468
- "label": "User Prompt Parameters",
469
- "optional": true,
470
- "feel": "required",
471
- "group": "userPrompt",
472
- "binding": {
473
- "name": "data.userPrompt.parameters",
474
- "type": "zeebe:input"
475
- },
476
- "type": "String"
477
- },
478
- {
479
- "id": "data.userPrompt.documents",
480
- "label": "Documents",
481
- "description": "Documents to be included in the user prompt",
482
- "optional": true,
483
- "feel": "required",
484
- "group": "userPrompt",
485
- "binding": {
486
- "name": "data.userPrompt.documents",
487
- "type": "zeebe:input"
488
- },
489
- "tooltip": "Referenced documents will be transparently added to the user prompt.",
490
- "type": "String"
491
- },
492
- {
493
- "id": "data.tools.containerElementId",
494
- "label": "Ad-hoc subprocess ID containing tools",
495
- "description": "The ID of the subprocess containing the tools to be called",
496
- "optional": true,
497
- "feel": "optional",
498
- "group": "tools",
499
- "binding": {
500
- "name": "data.tools.containerElementId",
501
- "type": "zeebe:input"
502
- },
503
- "type": "String"
504
- },
505
- {
506
- "id": "data.tools.toolCallResults",
507
- "label": "Tool Call Results",
508
- "description": "Tool call results as returned by the subprocess",
509
- "optional": true,
510
- "feel": "required",
511
- "group": "tools",
512
- "binding": {
513
- "name": "data.tools.toolCallResults",
514
- "type": "zeebe:input"
515
- },
516
- "type": "Text"
517
- },
518
- {
519
- "id": "data.memory.maxMessages",
520
- "label": "Maximum amount of messages to keep in memory",
521
- "optional": false,
522
- "value": 20,
523
- "constraints": {
524
- "notEmpty": true
525
- },
526
- "feel": "static",
527
- "group": "memory",
528
- "binding": {
529
- "name": "data.memory.maxMessages",
530
- "type": "zeebe:input"
531
- },
532
- "type": "Number"
533
- },
534
- {
535
- "id": "data.guardrails.maxModelCalls",
536
- "label": "Maximum number of calls to the model",
537
- "optional": false,
538
- "value": 10,
539
- "constraints": {
540
- "notEmpty": true
541
- },
542
- "feel": "static",
543
- "group": "guardrails",
544
- "binding": {
545
- "name": "data.guardrails.maxModelCalls",
546
- "type": "zeebe:input"
547
- },
548
- "type": "Number"
549
- },
550
- {
551
- "id": "provider.anthropic.model.parameters.maxOutputTokens",
552
- "label": "Maximum Output Tokens",
553
- "optional": true,
554
- "feel": "required",
555
- "group": "parameters",
556
- "binding": {
557
- "name": "provider.anthropic.model.parameters.maxOutputTokens",
558
- "type": "zeebe:input"
559
- },
560
- "condition": {
561
- "property": "provider.type",
562
- "equals": "anthropic",
563
- "type": "simple"
564
- },
565
- "type": "Number"
566
- },
567
- {
568
- "id": "provider.anthropic.model.parameters.temperature",
569
- "label": "Temperature",
570
- "optional": true,
571
- "feel": "required",
572
- "group": "parameters",
573
- "binding": {
574
- "name": "provider.anthropic.model.parameters.temperature",
575
- "type": "zeebe:input"
576
- },
577
- "condition": {
578
- "property": "provider.type",
579
- "equals": "anthropic",
580
- "type": "simple"
581
- },
582
- "type": "Number"
583
- },
584
- {
585
- "id": "provider.anthropic.model.parameters.topP",
586
- "label": "top P",
587
- "optional": true,
588
- "feel": "required",
589
- "group": "parameters",
590
- "binding": {
591
- "name": "provider.anthropic.model.parameters.topP",
592
- "type": "zeebe:input"
593
- },
594
- "condition": {
595
- "property": "provider.type",
596
- "equals": "anthropic",
597
- "type": "simple"
598
- },
599
- "type": "Number"
600
- },
601
- {
602
- "id": "provider.anthropic.model.parameters.topK",
603
- "label": "top K",
604
- "optional": true,
605
- "feel": "required",
606
- "group": "parameters",
607
- "binding": {
608
- "name": "provider.anthropic.model.parameters.topK",
609
- "type": "zeebe:input"
610
- },
611
- "condition": {
612
- "property": "provider.type",
613
- "equals": "anthropic",
614
- "type": "simple"
615
- },
616
- "type": "Number"
617
- },
618
- {
619
- "id": "provider.bedrock.model.parameters.maxOutputTokens",
620
- "label": "Maximum Output Tokens",
621
- "optional": true,
622
- "feel": "required",
623
- "group": "parameters",
624
- "binding": {
625
- "name": "provider.bedrock.model.parameters.maxOutputTokens",
626
- "type": "zeebe:input"
627
- },
628
- "condition": {
629
- "property": "provider.type",
630
- "equals": "bedrock",
631
- "type": "simple"
632
- },
633
- "type": "Number"
634
- },
635
- {
636
- "id": "provider.bedrock.model.parameters.temperature",
637
- "label": "Temperature",
638
- "optional": true,
639
- "feel": "required",
640
- "group": "parameters",
641
- "binding": {
642
- "name": "provider.bedrock.model.parameters.temperature",
643
- "type": "zeebe:input"
644
- },
645
- "condition": {
646
- "property": "provider.type",
647
- "equals": "bedrock",
648
- "type": "simple"
649
- },
650
- "type": "Number"
651
- },
652
- {
653
- "id": "provider.bedrock.model.parameters.topP",
654
- "label": "top P",
655
- "optional": true,
656
- "feel": "required",
657
- "group": "parameters",
658
- "binding": {
659
- "name": "provider.bedrock.model.parameters.topP",
660
- "type": "zeebe:input"
661
- },
662
- "condition": {
663
- "property": "provider.type",
664
- "equals": "bedrock",
665
- "type": "simple"
666
- },
667
- "type": "Number"
668
- },
669
- {
670
- "id": "provider.bedrock.model.parameters.topK",
671
- "label": "top K",
672
- "optional": true,
673
- "feel": "required",
674
- "group": "parameters",
675
- "binding": {
676
- "name": "provider.bedrock.model.parameters.topK",
677
- "type": "zeebe:input"
678
- },
679
- "condition": {
680
- "property": "provider.type",
681
- "equals": "bedrock",
682
- "type": "simple"
683
- },
684
- "type": "Number"
685
- },
686
- {
687
- "id": "provider.openai.model.parameters.maxOutputTokens",
688
- "label": "Maximum Output Tokens",
689
- "optional": true,
690
- "feel": "required",
691
- "group": "parameters",
692
- "binding": {
693
- "name": "provider.openai.model.parameters.maxOutputTokens",
694
- "type": "zeebe:input"
695
- },
696
- "condition": {
697
- "property": "provider.type",
698
- "equals": "openai",
699
- "type": "simple"
700
- },
701
- "type": "Number"
702
- },
703
- {
704
- "id": "provider.openai.model.parameters.temperature",
705
- "label": "Temperature",
706
- "optional": true,
707
- "feel": "required",
708
- "group": "parameters",
709
- "binding": {
710
- "name": "provider.openai.model.parameters.temperature",
711
- "type": "zeebe:input"
712
- },
713
- "condition": {
714
- "property": "provider.type",
715
- "equals": "openai",
716
- "type": "simple"
717
- },
718
- "type": "Number"
719
- },
720
- {
721
- "id": "provider.openai.model.parameters.topP",
722
- "label": "top P",
723
- "optional": true,
724
- "feel": "required",
725
- "group": "parameters",
726
- "binding": {
727
- "name": "provider.openai.model.parameters.topP",
728
- "type": "zeebe:input"
729
- },
730
- "condition": {
731
- "property": "provider.type",
732
- "equals": "openai",
733
- "type": "simple"
734
- },
735
- "type": "Number"
736
- },
737
- {
738
- "id": "provider.openai.model.parameters.topK",
739
- "label": "top K",
740
- "optional": true,
741
- "feel": "required",
742
- "group": "parameters",
743
- "binding": {
744
- "name": "provider.openai.model.parameters.topK",
745
- "type": "zeebe:input"
746
- },
747
- "condition": {
748
- "property": "provider.type",
749
- "equals": "openai",
750
- "type": "simple"
751
- },
752
- "type": "Number"
753
- },
754
- {
755
- "id": "version",
756
- "label": "Version",
757
- "description": "Version of the element template",
758
- "value": "0",
759
- "group": "connector",
760
- "binding": {
761
- "key": "elementTemplateVersion",
762
- "type": "zeebe:taskHeader"
763
- },
764
- "type": "Hidden"
765
- },
766
- {
767
- "id": "id",
768
- "label": "ID",
769
- "description": "ID of the element template",
770
- "value": "io.camunda.connectors.agenticai.aiagent.v0",
771
- "group": "connector",
772
- "binding": {
773
- "key": "elementTemplateId",
774
- "type": "zeebe:taskHeader"
775
- },
776
- "type": "Hidden"
777
- },
778
- {
779
- "id": "resultVariable",
780
- "label": "Result variable",
781
- "description": "Name of variable to store the response in",
782
- "group": "output",
783
- "binding": {
784
- "key": "resultVariable",
785
- "type": "zeebe:taskHeader"
786
- },
787
- "type": "String"
788
- },
789
- {
790
- "id": "resultExpression",
791
- "label": "Result expression",
792
- "description": "Expression to map the response into process variables",
793
- "feel": "required",
794
- "group": "output",
795
- "binding": {
796
- "key": "resultExpression",
797
- "type": "zeebe:taskHeader"
798
- },
799
- "type": "Text"
800
- },
801
- {
802
- "id": "errorExpression",
803
- "label": "Error expression",
804
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
805
- "feel": "required",
806
- "group": "error",
807
- "binding": {
808
- "key": "errorExpression",
809
- "type": "zeebe:taskHeader"
810
- },
811
- "type": "Text"
812
- },
813
- {
814
- "id": "retryCount",
815
- "label": "Retries",
816
- "description": "Number of retries",
817
- "value": "3",
818
- "feel": "optional",
819
- "group": "retries",
820
- "binding": {
821
- "property": "retries",
822
- "type": "zeebe:taskDefinition"
823
- },
824
- "type": "String"
825
- },
826
- {
827
- "id": "retryBackoff",
828
- "label": "Retry backoff",
829
- "description": "ISO-8601 duration to wait between retries",
830
- "value": "PT0S",
831
- "group": "retries",
832
- "binding": {
833
- "key": "retryBackoff",
834
- "type": "zeebe:taskHeader"
835
- },
836
- "type": "String"
837
- }
838
- ],
839
- "icon": {
840
- "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiIGZpbGw9IiNBNTZFRkYiLz4KPG1hc2sgaWQ9InBhdGgtMi1vdXRzaWRlLTFfMTg1XzYiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjQiIHk9IjQiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0iYmxhY2siPgo8cmVjdCBmaWxsPSJ3aGl0ZSIgeD0iNCIgeT0iNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjAuMDEwNSAxMi4wOTg3QzE4LjQ5IDEwLjU4OTQgMTcuMTU5NCA4LjEwODE0IDE2LjE3OTkgNi4wMTEwM0MxNi4xNTIgNi4wMDQ1MSAxNi4xMTc2IDYgMTYuMDc5NCA2QzE2LjA0MTEgNiAxNi4wMDY2IDYuMDA0NTEgMTUuOTc4OCA2LjAxMTA0QzE0Ljk5OTQgOC4xMDgxNCAxMy42Njk3IDEwLjU4ODkgMTIuMTQ4MSAxMi4wOTgxQzEwLjYyNjkgMTMuNjA3MSA4LjEyNTY4IDE0LjkyNjQgNi4wMTE1NyAxNS44OTgxQzYuMDA0NzQgMTUuOTI2MSA2IDE1Ljk2MTEgNiAxNkM2IDE2LjAzODcgNi4wMDQ2OCAxNi4wNzM2IDYuMDExNDQgMTYuMTAxNEM4LjEyNTE5IDE3LjA3MjkgMTAuNjI2MiAxOC4zOTE5IDEyLjE0NzcgMTkuOTAxNkMxMy42Njk3IDIxLjQxMDcgMTQuOTk5NiAyMy44OTIgMTUuOTc5MSAyNS45ODlDMTYuMDA2OCAyNS45OTU2IDE2LjA0MTEgMjYgMTYuMDc5MyAyNkMxNi4xMTc1IDI2IDE2LjE1MTkgMjUuOTk1NCAxNi4xNzk2IDI1Ljk4OUMxNy4xNTkxIDIzLjg5MiAxOC40ODg4IDIxLjQxMSAyMC4wMDk5IDE5LjkwMjFNMjAuMDA5OSAxOS45MDIxQzIxLjUyNTMgMTguMzk4NyAyMy45NDY1IDE3LjA2NjkgMjUuOTkxNSAxNi4wODI0QzI1Ljk5NjUgMTYuMDU5MyAyNiAxNi4wMzEgMjYgMTUuOTk5N0MyNiAxNS45Njg0IDI1Ljk5NjUgMTUuOTQwMyAyNS45OTE1IDE1LjkxNzFDMjMuOTQ3NCAxNC45MzI3IDIxLjUyNTkgMTMuNjAxIDIwLjAxMDUgMTIuMDk4NyIvPgo8L21hc2s+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjAuMDEwNSAxMi4wOTg3QzE4LjQ5IDEwLjU4OTQgMTcuMTU5NCA4LjEwODE0IDE2LjE3OTkgNi4wMTEwM0MxNi4xNTIgNi4wMDQ1MSAxNi4xMTc2IDYgMTYuMDc5NCA2QzE2LjA0MTEgNiAxNi4wMDY2IDYuMDA0NTEgMTUuOTc4OCA2LjAxMTA0QzE0Ljk5OTQgOC4xMDgxNCAxMy42Njk3IDEwLjU4ODkgMTIuMTQ4MSAxMi4wOTgxQzEwLjYyNjkgMTMuNjA3MSA4LjEyNTY4IDE0LjkyNjQgNi4wMTE1NyAxNS44OTgxQzYuMDA0NzQgMTUuOTI2MSA2IDE1Ljk2MTEgNiAxNkM2IDE2LjAzODcgNi4wMDQ2OCAxNi4wNzM2IDYuMDExNDQgMTYuMTAxNEM4LjEyNTE5IDE3LjA3MjkgMTAuNjI2MiAxOC4zOTE5IDEyLjE0NzcgMTkuOTAxNkMxMy42Njk3IDIxLjQxMDcgMTQuOTk5NiAyMy44OTIgMTUuOTc5MSAyNS45ODlDMTYuMDA2OCAyNS45OTU2IDE2LjA0MTEgMjYgMTYuMDc5MyAyNkMxNi4xMTc1IDI2IDE2LjE1MTkgMjUuOTk1NCAxNi4xNzk2IDI1Ljk4OUMxNy4xNTkxIDIzLjg5MiAxOC40ODg4IDIxLjQxMSAyMC4wMDk5IDE5LjkwMjFNMjAuMDA5OSAxOS45MDIxQzIxLjUyNTMgMTguMzk4NyAyMy45NDY1IDE3LjA2NjkgMjUuOTkxNSAxNi4wODI0QzI1Ljk5NjUgMTYuMDU5MyAyNiAxNi4wMzEgMjYgMTUuOTk5N0MyNiAxNS45Njg0IDI1Ljk5NjUgMTUuOTQwMyAyNS45OTE1IDE1LjkxNzFDMjMuOTQ3NCAxNC45MzI3IDIxLjUyNTkgMTMuNjAxIDIwLjAxMDUgMTIuMDk4NyIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMC4wMTA1IDEyLjA5ODdDMTguNDkgMTAuNTg5NCAxNy4xNTk0IDguMTA4MTQgMTYuMTc5OSA2LjAxMTAzQzE2LjE1MiA2LjAwNDUxIDE2LjExNzYgNiAxNi4wNzk0IDZDMTYuMDQxMSA2IDE2LjAwNjYgNi4wMDQ1MSAxNS45Nzg4IDYuMDExMDRDMTQuOTk5NCA4LjEwODE0IDEzLjY2OTcgMTAuNTg4OSAxMi4xNDgxIDEyLjA5ODFDMTAuNjI2OSAxMy42MDcxIDguMTI1NjggMTQuOTI2NCA2LjAxMTU3IDE1Ljg5ODFDNi4wMDQ3NCAxNS45MjYxIDYgMTUuOTYxMSA2IDE2QzYgMTYuMDM4NyA2LjAwNDY4IDE2LjA3MzYgNi4wMTE0NCAxNi4xMDE0QzguMTI1MTkgMTcuMDcyOSAxMC42MjYyIDE4LjM5MTkgMTIuMTQ3NyAxOS45MDE2QzEzLjY2OTcgMjEuNDEwNyAxNC45OTk2IDIzLjg5MiAxNS45NzkxIDI1Ljk4OUMxNi4wMDY4IDI1Ljk5NTYgMTYuMDQxMSAyNiAxNi4wNzkzIDI2QzE2LjExNzUgMjYgMTYuMTUxOSAyNS45OTU0IDE2LjE3OTYgMjUuOTg5QzE3LjE1OTEgMjMuODkyIDE4LjQ4ODggMjEuNDExIDIwLjAwOTkgMTkuOTAyMU0yMC4wMDk5IDE5LjkwMjFDMjEuNTI1MyAxOC4zOTg3IDIzLjk0NjUgMTcuMDY2OSAyNS45OTE1IDE2LjA4MjRDMjUuOTk2NSAxNi4wNTkzIDI2IDE2LjAzMSAyNiAxNS45OTk3QzI2IDE1Ljk2ODQgMjUuOTk2NSAxNS45NDAzIDI1Ljk5MTUgMTUuOTE3MUMyMy45NDc0IDE0LjkzMjcgMjEuNTI1OSAxMy42MDEgMjAuMDEwNSAxMi4wOTg3IiBzdHJva2U9IiM0OTFEOEIiIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgbWFzaz0idXJsKCNwYXRoLTItb3V0c2lkZS0xXzE4NV82KSIvPgo8L3N2Zz4K"
841
- }
842
- }
843
- ]