@camunda/connectors-element-templates 1.0.17 → 1.0.18

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 (125) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -2
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +2 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +6 -6
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +6 -6
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +6 -6
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +6 -6
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +10 -13
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3774 -33
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +7968 -4288
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +2 -5
  12. package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
  13. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -5
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1175 -1171
  16. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
  17. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
  18. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
  19. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
  20. package/src/element-templates/aws-bedrock-outbound-connector.json +775 -38
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1407 -1407
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +370 -5
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +399 -0
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
  29. package/src/element-templates/aws-lambda-outbound-connector.json +472 -468
  30. package/src/element-templates/aws-s3-outbound-connector.json +656 -15
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
  32. package/src/element-templates/aws-sns-inbound-boundary.json +230 -223
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +486 -479
  34. package/src/element-templates/aws-sns-inbound-message-start.json +240 -233
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
  37. package/src/element-templates/aws-sns-outbound-connector.json +390 -386
  38. package/src/element-templates/aws-sqs-boundary-connector.json +472 -468
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +388 -384
  40. package/src/element-templates/aws-sqs-outbound-connector.json +402 -400
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +571 -563
  43. package/src/element-templates/aws-sqs-start-message.json +866 -862
  44. package/src/element-templates/aws-textract-outbound-connector.json +358 -354
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1325 -0
  47. package/src/element-templates/blue-prism-connector.json +595 -50
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +39 -31
  50. package/src/element-templates/easy-post-connector.json +1088 -120
  51. package/src/element-templates/email-inbound-connector-boundary.json +16 -8
  52. package/src/element-templates/email-inbound-connector-intermediate.json +16 -8
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +16 -8
  55. package/src/element-templates/email-outbound-connector.json +2114 -241
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12587 -9052
  58. package/src/element-templates/github-webhook-connector-boundary.json +27 -29
  59. package/src/element-templates/github-webhook-connector-intermediate.json +40 -42
  60. package/src/element-templates/github-webhook-connector-message-start.json +19 -21
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +11 -13
  63. package/src/element-templates/gitlab-connector.json +4756 -3124
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +1285 -665
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1055 -26
  68. package/src/element-templates/google-sheets-outbound-connector.json +2413 -1419
  69. package/src/element-templates/graphql-outbound-connector.json +1136 -1127
  70. package/src/element-templates/http-json-connector.json +2779 -2129
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +1483 -1472
  72. package/src/element-templates/http-polling-connector.json +746 -735
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +249 -18
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +528 -519
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +729 -720
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +628 -619
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +666 -660
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
  85. package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +4161 -1997
  87. package/src/element-templates/openai-connector.json +579 -116
  88. package/src/element-templates/operate-connector.json +1219 -67
  89. package/src/element-templates/power-automate-connector.json +604 -12
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +863 -854
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +926 -917
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +469 -460
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +601 -592
  95. package/src/element-templates/rabbitmq-outbound-connector.json +634 -628
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +553 -9
  98. package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
  99. package/src/element-templates/send-message-connector-message-end-event.json +10 -5
  100. package/src/element-templates/send-message-connector-send-task.json +10 -5
  101. package/src/element-templates/sendgrid-outbound-connector.json +1380 -772
  102. package/src/element-templates/servicenow-connector.json +971 -3
  103. package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
  104. package/src/element-templates/servicenow-incident-connector.json +980 -3
  105. package/src/element-templates/slack-inbound-boundary.json +389 -91
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +566 -236
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +127 -122
  110. package/src/element-templates/slack-outbound-connector.json +2613 -915
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1514 -34
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +29 -20
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +39 -30
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +607 -15
  119. package/src/element-templates/webhook-connector-boundary.json +1218 -1208
  120. package/src/element-templates/webhook-connector-intermediate.json +1837 -1827
  121. package/src/element-templates/webhook-connector-receive.json +55 -45
  122. package/src/element-templates/webhook-connector-start-event.json +1299 -1292
  123. package/src/element-templates/webhook-connector-start-message.json +711 -701
  124. package/src/element-templates/whatsapp-connector.json +339 -5
  125. package/src/element-templates/http-connector.json.json +0 -654
@@ -1,11 +1,23 @@
1
1
  [
2
2
  {
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
- "name": "AWS BedRock Outbound Connector",
4
+ "name": "AWS Bedrock Outbound Connector",
5
5
  "id": "io.camunda.connectors.aws.bedrock.v1",
6
- "description": "Execute bedrock requests",
7
- "documentationRef": "https://docs.camunda.io/docs/",
8
- "version": 1,
6
+ "description": "Invoke models and converse using AWS Bedrock.",
7
+ "keywords": [
8
+ "invoke model",
9
+ "run inference",
10
+ "invokemodel API",
11
+ "converse API",
12
+ "converse",
13
+ "AI",
14
+ "LLM",
15
+ "machine learning",
16
+ "language model",
17
+ "generative AI"
18
+ ],
19
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-bedrock/",
20
+ "version": 4,
9
21
  "category": {
10
22
  "id": "connectors",
11
23
  "name": "Connectors"
@@ -15,7 +27,7 @@
15
27
  "value": "bpmn:ServiceTask"
16
28
  },
17
29
  "engines": {
18
- "camunda": "^8.6"
30
+ "camunda": "^8.10"
19
31
  },
20
32
  "groups": [
21
33
  {
@@ -38,6 +50,10 @@
38
50
  "id": "converse",
39
51
  "label": "Converse"
40
52
  },
53
+ {
54
+ "id": "connector",
55
+ "label": "Connector"
56
+ },
41
57
  {
42
58
  "id": "output",
43
59
  "label": "Output mapping"
@@ -215,6 +231,24 @@
215
231
  },
216
232
  "type": "String"
217
233
  },
234
+ {
235
+ "id": "data.messagesHistory",
236
+ "label": "Message History",
237
+ "description": "Specify the message history, when previous context is needed",
238
+ "optional": true,
239
+ "feel": "required",
240
+ "group": "converse",
241
+ "binding": {
242
+ "name": "data.messagesHistory",
243
+ "type": "zeebe:input"
244
+ },
245
+ "condition": {
246
+ "property": "action",
247
+ "equals": "converse",
248
+ "type": "simple"
249
+ },
250
+ "type": "String"
251
+ },
218
252
  {
219
253
  "id": "data.modelId1",
220
254
  "label": "Model ID",
@@ -237,7 +271,7 @@
237
271
  "type": "String"
238
272
  },
239
273
  {
240
- "id": "data.nextMessage",
274
+ "id": "data.newMessage",
241
275
  "label": "New Message",
242
276
  "description": "Specify the next message",
243
277
  "optional": false,
@@ -247,7 +281,7 @@
247
281
  "feel": "optional",
248
282
  "group": "converse",
249
283
  "binding": {
250
- "name": "data.nextMessage",
284
+ "name": "data.newMessage",
251
285
  "type": "zeebe:input"
252
286
  },
253
287
  "condition": {
@@ -258,14 +292,13 @@
258
292
  "type": "String"
259
293
  },
260
294
  {
261
- "id": "data.messages",
262
- "label": "Message History",
263
- "description": "Specify the message history, when previous context is needed",
295
+ "id": "data.maxTokens",
296
+ "label": "Max token returned",
264
297
  "optional": true,
265
- "feel": "required",
298
+ "feel": "optional",
266
299
  "group": "converse",
267
300
  "binding": {
268
- "name": "data.messages",
301
+ "name": "data.maxTokens",
269
302
  "type": "zeebe:input"
270
303
  },
271
304
  "condition": {
@@ -273,16 +306,16 @@
273
306
  "equals": "converse",
274
307
  "type": "simple"
275
308
  },
276
- "type": "String"
309
+ "type": "Number"
277
310
  },
278
311
  {
279
- "id": "data.maxTokens",
280
- "label": "Max token returned",
312
+ "id": "data.temperature",
313
+ "label": "Temperature",
281
314
  "optional": true,
282
315
  "feel": "optional",
283
316
  "group": "converse",
284
317
  "binding": {
285
- "name": "data.maxTokens",
318
+ "name": "data.temperature",
286
319
  "type": "zeebe:input"
287
320
  },
288
321
  "condition": {
@@ -290,16 +323,32 @@
290
323
  "equals": "converse",
291
324
  "type": "simple"
292
325
  },
293
- "type": "String"
326
+ "type": "Number"
294
327
  },
295
328
  {
296
- "id": "data.temperature",
297
- "label": "Temperature",
329
+ "id": "data.topP",
330
+ "label": "top P",
298
331
  "optional": true,
299
332
  "feel": "optional",
300
333
  "group": "converse",
301
334
  "binding": {
302
- "name": "data.temperature",
335
+ "name": "data.topP",
336
+ "type": "zeebe:input"
337
+ },
338
+ "condition": {
339
+ "property": "action",
340
+ "equals": "converse",
341
+ "type": "simple"
342
+ },
343
+ "type": "Number"
344
+ },
345
+ {
346
+ "id": "data_newDocuments_documentMode",
347
+ "label": "Number of documents",
348
+ "value": "none",
349
+ "group": "converse",
350
+ "binding": {
351
+ "name": "data.data_newDocuments_documentMode",
303
352
  "type": "zeebe:input"
304
353
  },
305
354
  "condition": {
@@ -307,16 +356,284 @@
307
356
  "equals": "converse",
308
357
  "type": "simple"
309
358
  },
359
+ "type": "Dropdown",
360
+ "choices": [
361
+ {
362
+ "name": "None",
363
+ "value": "none"
364
+ },
365
+ {
366
+ "name": "Single document",
367
+ "value": "single"
368
+ },
369
+ {
370
+ "name": "Multiple documents",
371
+ "value": "multiple"
372
+ }
373
+ ]
374
+ },
375
+ {
376
+ "id": "data_newDocuments_single_documentSource",
377
+ "label": "Document source",
378
+ "value": "camunda",
379
+ "group": "converse",
380
+ "binding": {
381
+ "name": "data.data_newDocuments_single_documentSource",
382
+ "type": "zeebe:input"
383
+ },
384
+ "condition": {
385
+ "allMatch": [
386
+ {
387
+ "property": "data_newDocuments_documentMode",
388
+ "equals": "single",
389
+ "type": "simple"
390
+ },
391
+ {
392
+ "property": "action",
393
+ "equals": "converse",
394
+ "type": "simple"
395
+ }
396
+ ]
397
+ },
398
+ "type": "Dropdown",
399
+ "choices": [
400
+ {
401
+ "name": "Camunda Document",
402
+ "value": "camunda"
403
+ },
404
+ {
405
+ "name": "Inline Content",
406
+ "value": "inline"
407
+ },
408
+ {
409
+ "name": "From URL",
410
+ "value": "external"
411
+ }
412
+ ]
413
+ },
414
+ {
415
+ "id": "data_newDocuments_single_camundaReference",
416
+ "label": "Camunda document",
417
+ "constraints": {
418
+ "notEmpty": true
419
+ },
420
+ "feel": "required",
421
+ "group": "converse",
422
+ "binding": {
423
+ "name": "data.data_newDocuments_single_camundaReference",
424
+ "type": "zeebe:input"
425
+ },
426
+ "condition": {
427
+ "allMatch": [
428
+ {
429
+ "property": "data_newDocuments_documentMode",
430
+ "equals": "single",
431
+ "type": "simple"
432
+ },
433
+ {
434
+ "property": "data_newDocuments_single_documentSource",
435
+ "equals": "camunda",
436
+ "type": "simple"
437
+ },
438
+ {
439
+ "property": "action",
440
+ "equals": "converse",
441
+ "type": "simple"
442
+ }
443
+ ]
444
+ },
310
445
  "type": "String"
311
446
  },
312
447
  {
313
- "id": "data.topP",
314
- "label": "top P",
315
- "optional": true,
448
+ "id": "data_newDocuments_single_inline_content",
449
+ "label": "Content",
450
+ "constraints": {
451
+ "notEmpty": true
452
+ },
316
453
  "feel": "optional",
317
454
  "group": "converse",
318
455
  "binding": {
319
- "name": "data.topP",
456
+ "name": "data.data_newDocuments_single_inline_content",
457
+ "type": "zeebe:input"
458
+ },
459
+ "condition": {
460
+ "allMatch": [
461
+ {
462
+ "property": "data_newDocuments_documentMode",
463
+ "equals": "single",
464
+ "type": "simple"
465
+ },
466
+ {
467
+ "property": "data_newDocuments_single_documentSource",
468
+ "equals": "inline",
469
+ "type": "simple"
470
+ },
471
+ {
472
+ "property": "action",
473
+ "equals": "converse",
474
+ "type": "simple"
475
+ }
476
+ ]
477
+ },
478
+ "type": "String"
479
+ },
480
+ {
481
+ "id": "data_newDocuments_single_inline_fileName",
482
+ "label": "File name",
483
+ "feel": "optional",
484
+ "group": "converse",
485
+ "binding": {
486
+ "name": "data.data_newDocuments_single_inline_fileName",
487
+ "type": "zeebe:input"
488
+ },
489
+ "condition": {
490
+ "allMatch": [
491
+ {
492
+ "property": "data_newDocuments_documentMode",
493
+ "equals": "single",
494
+ "type": "simple"
495
+ },
496
+ {
497
+ "property": "data_newDocuments_single_documentSource",
498
+ "equals": "inline",
499
+ "type": "simple"
500
+ },
501
+ {
502
+ "property": "action",
503
+ "equals": "converse",
504
+ "type": "simple"
505
+ }
506
+ ]
507
+ },
508
+ "type": "String"
509
+ },
510
+ {
511
+ "id": "data_newDocuments_single_inline_contentType",
512
+ "label": "Content type",
513
+ "feel": "optional",
514
+ "group": "converse",
515
+ "binding": {
516
+ "name": "data.data_newDocuments_single_inline_contentType",
517
+ "type": "zeebe:input"
518
+ },
519
+ "condition": {
520
+ "allMatch": [
521
+ {
522
+ "property": "data_newDocuments_documentMode",
523
+ "equals": "single",
524
+ "type": "simple"
525
+ },
526
+ {
527
+ "property": "data_newDocuments_single_documentSource",
528
+ "equals": "inline",
529
+ "type": "simple"
530
+ },
531
+ {
532
+ "property": "action",
533
+ "equals": "converse",
534
+ "type": "simple"
535
+ }
536
+ ]
537
+ },
538
+ "type": "String"
539
+ },
540
+ {
541
+ "id": "data_newDocuments_single_external_url",
542
+ "label": "URL",
543
+ "constraints": {
544
+ "notEmpty": true
545
+ },
546
+ "feel": "optional",
547
+ "group": "converse",
548
+ "binding": {
549
+ "name": "data.data_newDocuments_single_external_url",
550
+ "type": "zeebe:input"
551
+ },
552
+ "condition": {
553
+ "allMatch": [
554
+ {
555
+ "property": "data_newDocuments_documentMode",
556
+ "equals": "single",
557
+ "type": "simple"
558
+ },
559
+ {
560
+ "property": "data_newDocuments_single_documentSource",
561
+ "equals": "external",
562
+ "type": "simple"
563
+ },
564
+ {
565
+ "property": "action",
566
+ "equals": "converse",
567
+ "type": "simple"
568
+ }
569
+ ]
570
+ },
571
+ "type": "String"
572
+ },
573
+ {
574
+ "id": "data_newDocuments_single_external_fileName",
575
+ "label": "File name",
576
+ "feel": "optional",
577
+ "group": "converse",
578
+ "binding": {
579
+ "name": "data.data_newDocuments_single_external_fileName",
580
+ "type": "zeebe:input"
581
+ },
582
+ "condition": {
583
+ "allMatch": [
584
+ {
585
+ "property": "data_newDocuments_documentMode",
586
+ "equals": "single",
587
+ "type": "simple"
588
+ },
589
+ {
590
+ "property": "data_newDocuments_single_documentSource",
591
+ "equals": "external",
592
+ "type": "simple"
593
+ },
594
+ {
595
+ "property": "action",
596
+ "equals": "converse",
597
+ "type": "simple"
598
+ }
599
+ ]
600
+ },
601
+ "type": "String"
602
+ },
603
+ {
604
+ "id": "data_newDocuments_multiple_expression",
605
+ "label": "Documents",
606
+ "constraints": {
607
+ "notEmpty": true
608
+ },
609
+ "feel": "required",
610
+ "group": "converse",
611
+ "binding": {
612
+ "name": "data.data_newDocuments_multiple_expression",
613
+ "type": "zeebe:input"
614
+ },
615
+ "condition": {
616
+ "allMatch": [
617
+ {
618
+ "property": "data_newDocuments_documentMode",
619
+ "equals": "multiple",
620
+ "type": "simple"
621
+ },
622
+ {
623
+ "property": "action",
624
+ "equals": "converse",
625
+ "type": "simple"
626
+ }
627
+ ]
628
+ },
629
+ "type": "String"
630
+ },
631
+ {
632
+ "id": "data.newDocuments",
633
+ "value": "=if data_newDocuments_documentMode = \"multiple\" then data_newDocuments_multiple_expression else if data_newDocuments_documentMode = \"single\" then (if data_newDocuments_single_documentSource = \"camunda\" then [data_newDocuments_single_camundaReference] else if data_newDocuments_single_documentSource = \"inline\" then [{ \"camunda.document.type\": \"inline\", content: data_newDocuments_single_inline_content, name: data_newDocuments_single_inline_fileName, contentType: data_newDocuments_single_inline_contentType }] else if data_newDocuments_single_documentSource = \"external\" then [{ \"camunda.document.type\": \"external\", url: data_newDocuments_single_external_url, name: data_newDocuments_single_external_fileName }] else null) else null",
634
+ "group": "converse",
635
+ "binding": {
636
+ "name": "data.newDocuments",
320
637
  "type": "zeebe:input"
321
638
  },
322
639
  "condition": {
@@ -324,12 +641,36 @@
324
641
  "equals": "converse",
325
642
  "type": "simple"
326
643
  },
327
- "type": "String"
644
+ "type": "Hidden"
645
+ },
646
+ {
647
+ "id": "version",
648
+ "label": "Version",
649
+ "description": "Version of the element template",
650
+ "value": "4",
651
+ "group": "connector",
652
+ "binding": {
653
+ "key": "elementTemplateVersion",
654
+ "type": "zeebe:taskHeader"
655
+ },
656
+ "type": "Hidden"
657
+ },
658
+ {
659
+ "id": "id",
660
+ "label": "ID",
661
+ "description": "ID of the element template",
662
+ "value": "io.camunda.connectors.aws.bedrock.v1",
663
+ "group": "connector",
664
+ "binding": {
665
+ "key": "elementTemplateId",
666
+ "type": "zeebe:taskHeader"
667
+ },
668
+ "type": "Hidden"
328
669
  },
329
670
  {
330
671
  "id": "resultVariable",
331
672
  "label": "Result variable",
332
- "description": "Name of variable to store the response in",
673
+ "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>.",
333
674
  "group": "output",
334
675
  "binding": {
335
676
  "key": "resultVariable",
@@ -340,7 +681,7 @@
340
681
  {
341
682
  "id": "resultExpression",
342
683
  "label": "Result expression",
343
- "description": "Expression to map the response into process variables",
684
+ "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>.",
344
685
  "feel": "required",
345
686
  "group": "output",
346
687
  "binding": {
@@ -379,7 +720,6 @@
379
720
  "label": "Retry backoff",
380
721
  "description": "ISO-8601 duration to wait between retries",
381
722
  "value": "PT0S",
382
- "feel": "optional",
383
723
  "group": "retries",
384
724
  "binding": {
385
725
  "key": "retryBackoff",
@@ -814,14 +1154,18 @@
814
1154
  "name": "AWS Bedrock Outbound Connector",
815
1155
  "id": "io.camunda.connectors.aws.bedrock.v1",
816
1156
  "description": "Invoke models and converse using AWS Bedrock.",
817
- "metadata": {
818
- "keywords": [
819
- "invoke model",
820
- "run inference",
821
- "invokemodel API",
822
- "converse API"
823
- ]
824
- },
1157
+ "keywords": [
1158
+ "invoke model",
1159
+ "run inference",
1160
+ "invokemodel API",
1161
+ "converse API",
1162
+ "converse",
1163
+ "AI",
1164
+ "LLM",
1165
+ "machine learning",
1166
+ "language model",
1167
+ "generative AI"
1168
+ ],
825
1169
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-bedrock/",
826
1170
  "version": 3,
827
1171
  "category": {
@@ -1192,7 +1536,7 @@
1192
1536
  {
1193
1537
  "id": "resultVariable",
1194
1538
  "label": "Result variable",
1195
- "description": "Name of variable to store the response in",
1539
+ "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>.",
1196
1540
  "group": "output",
1197
1541
  "binding": {
1198
1542
  "key": "resultVariable",
@@ -1203,7 +1547,7 @@
1203
1547
  {
1204
1548
  "id": "resultExpression",
1205
1549
  "label": "Result expression",
1206
- "description": "Expression to map the response into process variables",
1550
+ "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>.",
1207
1551
  "feel": "required",
1208
1552
  "group": "output",
1209
1553
  "binding": {
@@ -1253,5 +1597,398 @@
1253
1597
  "icon": {
1254
1598
  "contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iODBweCIgaGVpZ2h0PSI4MHB4IiB2aWV3Qm94PSIwIDAgODAgODAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BbWF6b24tQmVkcm9ja182NDwvdGl0bGU+CiAgICA8ZyBpZD0iSWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BbWF6b24tQmVkcm9ja182NCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikljb24tQXJjaGl0ZWN0dXJlLUJHLzY0L01hY2hpbmUtTGVhcm5pbmciIGZpbGw9IiM5OTY5ZjciPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIwIiB3aWR0aD0iODAiIGhlaWdodD0iODAiPjwvcmVjdD4KICAgICAgICA8L2c+CiAgICAgICAgPGcgaWQ9Ikljb24tU2VydmljZS82NC9BbWF6b24tQmVkcm9ja182NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTIuMDAwMDAwLCAxMi4wMDAwMDApIiBmaWxsPSIjRkZGRkZGIj4KICAgICAgICAgICAgPHBhdGggZD0iTTUyLDI2Ljk5OTg5MTggQzUwLjg5NywyNi45OTk4OTE4IDUwLDI2LjEwMjg5MTggNTAsMjQuOTk5ODkxOCBDNTAsMjMuODk2ODkxOCA1MC44OTcsMjIuOTk5ODkxOCA1MiwyMi45OTk4OTE4IEM1My4xMDMsMjIuOTk5ODkxOCA1NCwyMy44OTY4OTE4IDU0LDI0Ljk5OTg5MTggQzU0LDI2LjEwMjg5MTggNTMuMTAzLDI2Ljk5OTg5MTggNTIsMjYuOTk5ODkxOCBMNTIsMjYuOTk5ODkxOCBaIE0yMC4xMTMsNTMuOTA3ODkxOCBMMTYuODY1LDUyLjAxMzg5MTggTDIzLjUzLDQ3Ljg0Nzg5MTggTDIyLjQ3LDQ2LjE1MTg5MTggTDE0LjkxMyw1MC44NzQ4OTE4IEw5LDQ3LjQyNTg5MTggTDksMzguNTM0ODkxOCBMMTQuNTU1LDM0LjgzMTg5MTggTDEzLjQ0NSwzMy4xNjc4OTE4IEw3Ljk1OSwzNi44MjQ4OTE4IEwyLDMzLjQxOTg5MTggTDIsMjguNTc5ODkxOCBMOC40OTYsMjQuODY3ODkxOCBMNy41MDQsMjMuMTMxODkxOCBMMiwyNi4yNzY4OTE4IEwyLDIyLjU3OTg5MTggTDgsMTkuMTUxODkxOCBMMTQsMjIuNTc5ODkxOCBMMTQsMjYuNDMzODkxOCBMOS40ODUsMjkuMTQyODkxOCBMMTAuNTE1LDMwLjg1Njg5MTggTDE1LDI4LjE2NTg5MTggTDE5LjQ4NSwzMC44NTY4OTE4IEwyMC41MTUsMjkuMTQyODkxOCBMMTYsMjYuNDMzODkxOCBMMTYsMjIuNTM0ODkxOCBMMjEuNTU1LDE4LjgzMTg5MTggQzIxLjgzMywxOC42NDU4OTE4IDIyLDE4LjMzMzg5MTggMjIsMTcuOTk5ODkxOCBMMjIsMTAuOTk5ODkxOCBMMjAsMTAuOTk5ODkxOCBMMjAsMTcuNDY0ODkxOCBMMTQuOTU5LDIwLjgyNDg5MTggTDksMTcuNDE5ODkxOCBMOSw4LjU3Mzg5MTgxIEwxNCw1LjY1Nzg5MTgxIEwxNCwxMy45OTk4OTE4IEwxNiwxMy45OTk4OTE4IEwxNiw0LjQ5MDg5MTgxIEwyMC4xMTMsMi4wOTE4OTE4MSBMMjgsNC43MjA4OTE4MSBMMjgsMzMuNDMzODkxOCBMMTMuNDg1LDQyLjE0Mjg5MTggTDE0LjUxNSw0My44NTY4OTE4IEwyOCwzNS43NjU4OTE4IEwyOCw1MS4yNzg4OTE4IEwyMC4xMTMsNTMuOTA3ODkxOCBaIE01MCwzNy45OTk4OTE4IEM1MCwzOS4xMDI4OTE4IDQ5LjEwMywzOS45OTk4OTE4IDQ4LDM5Ljk5OTg5MTggQzQ2Ljg5NywzOS45OTk4OTE4IDQ2LDM5LjEwMjg5MTggNDYsMzcuOTk5ODkxOCBDNDYsMzYuODk2ODkxOCA0Ni44OTcsMzUuOTk5ODkxOCA0OCwzNS45OTk4OTE4IEM0OS4xMDMsMzUuOTk5ODkxOCA1MCwzNi44OTY4OTE4IDUwLDM3Ljk5OTg5MTggTDUwLDM3Ljk5OTg5MTggWiBNNDAsNDcuOTk5ODkxOCBDNDAsNDkuMTAyODkxOCAzOS4xMDMsNDkuOTk5ODkxOCAzOCw0OS45OTk4OTE4IEMzNi44OTcsNDkuOTk5ODkxOCAzNiw0OS4xMDI4OTE4IDM2LDQ3Ljk5OTg5MTggQzM2LDQ2Ljg5Njg5MTggMzYuODk3LDQ1Ljk5OTg5MTggMzgsNDUuOTk5ODkxOCBDMzkuMTAzLDQ1Ljk5OTg5MTggNDAsNDYuODk2ODkxOCA0MCw0Ny45OTk4OTE4IEw0MCw0Ny45OTk4OTE4IFogTTM5LDcuOTk5ODkxODEgQzM5LDYuODk2ODkxODEgMzkuODk3LDUuOTk5ODkxODEgNDEsNS45OTk4OTE4MSBDNDIuMTAzLDUuOTk5ODkxODEgNDMsNi44OTY4OTE4MSA0Myw3Ljk5OTg5MTgxIEM0Myw5LjEwMjg5MTgxIDQyLjEwMyw5Ljk5OTg5MTgxIDQxLDkuOTk5ODkxODEgQzM5Ljg5Nyw5Ljk5OTg5MTgxIDM5LDkuMTAyODkxODEgMzksNy45OTk4OTE4MSBMMzksNy45OTk4OTE4MSBaIE01MiwyMC45OTk4OTE4IEM1MC4xNDEsMjAuOTk5ODkxOCA0OC41ODksMjIuMjc5ODkxOCA0OC4xNDIsMjMuOTk5ODkxOCBMMzAsMjMuOTk5ODkxOCBMMzAsMTguOTk5ODkxOCBMNDEsMTguOTk5ODkxOCBDNDEuNTUzLDE4Ljk5OTg5MTggNDIsMTguNTUxODkxOCA0MiwxNy45OTk4OTE4IEw0MiwxMS44NTc4OTE4IEM0My43MiwxMS40MTA4OTE4IDQ1LDkuODU3ODkxODEgNDUsNy45OTk4OTE4MSBDNDUsNS43OTM4OTE4MSA0My4yMDYsMy45OTk4OTE4MSA0MSwzLjk5OTg5MTgxIEMzOC43OTQsMy45OTk4OTE4MSAzNyw1Ljc5Mzg5MTgxIDM3LDcuOTk5ODkxODEgQzM3LDkuODU3ODkxODEgMzguMjgsMTEuNDEwODkxOCA0MCwxMS44NTc4OTE4IEw0MCwxNi45OTk4OTE4IEwzMCwxNi45OTk4OTE4IEwzMCwzLjk5OTg5MTgxIEMzMCwzLjU2ODg5MTgxIDI5LjcyNSwzLjE4Nzg5MTgxIDI5LjMxNiwzLjA1MDg5MTgxIEwyMC4zMTYsMC4wNTA4OTE4MTEgQzIwLjA0MiwtMC4wMzkxMDgxODkgMTkuNzQ0LC0wLjAwOTEwODE4OTA0IDE5LjQ5NiwwLjEzNTg5MTgxMSBMNy40OTYsNy4xMzU4OTE4MSBDNy4xODgsNy4zMTQ4OTE4MSA3LDcuNjQ0ODkxODEgNyw3Ljk5OTg5MTgxIEw3LDE3LjQxOTg5MTggTDAuNTA0LDIxLjEzMTg5MTggQzAuMTkyLDIxLjMwOTg5MTggMCwyMS42NDA4OTE4IDAsMjEuOTk5ODkxOCBMMCwzMy45OTk4OTE4IEMwLDM0LjM1ODg5MTggMC4xOTIsMzQuNjg5ODkxOCAwLjUwNCwzNC44Njc4OTE4IEw3LDM4LjU3OTg5MTggTDcsNDcuOTk5ODkxOCBDNyw0OC4zNTQ4OTE4IDcuMTg4LDQ4LjY4NDg5MTggNy40OTYsNDguODYzODkxOCBMMTkuNDk2LDU1Ljg2Mzg5MTggQzE5LjY1LDU1Ljk1Mzg5MTggMTkuODI1LDU1Ljk5OTg5MTggMjAsNTUuOTk5ODkxOCBDMjAuMTA2LDU1Ljk5OTg5MTggMjAuMjEzLDU1Ljk4Mjg5MTggMjAuMzE2LDU1Ljk0ODg5MTggTDI5LjMxNiw1Mi45NDg4OTE4IEMyOS43MjUsNTIuODExODkxOCAzMCw1Mi40MzA4OTE4IDMwLDUxLjk5OTg5MTggTDMwLDM5Ljk5OTg5MTggTDM3LDM5Ljk5OTg5MTggTDM3LDQ0LjE0MTg5MTggQzM1LjI4LDQ0LjU4ODg5MTggMzQsNDYuMTQxODkxOCAzNCw0Ny45OTk4OTE4IEMzNCw1MC4yMDU4OTE4IDM1Ljc5NCw1MS45OTk4OTE4IDM4LDUxLjk5OTg5MTggQzQwLjIwNiw1MS45OTk4OTE4IDQyLDUwLjIwNTg5MTggNDIsNDcuOTk5ODkxOCBDNDIsNDYuMTQxODkxOCA0MC43Miw0NC41ODg4OTE4IDM5LDQ0LjE0MTg5MTggTDM5LDM4Ljk5OTg5MTggQzM5LDM4LjQ0Nzg5MTggMzguNTUzLDM3Ljk5OTg5MTggMzgsMzcuOTk5ODkxOCBMMzAsMzcuOTk5ODkxOCBMMzAsMzIuOTk5ODkxOCBMNDIuNSwzMi45OTk4OTE4IEw0NC42MzgsMzUuODQ5ODkxOCBDNDQuMjM5LDM2LjQ3MTg5MTggNDQsMzcuMjA2ODkxOCA0NCwzNy45OTk4OTE4IEM0NCw0MC4yMDU4OTE4IDQ1Ljc5NCw0MS45OTk4OTE4IDQ4LDQxLjk5OTg5MTggQzUwLjIwNiw0MS45OTk4OTE4IDUyLDQwLjIwNTg5MTggNTIsMzcuOTk5ODkxOCBDNTIsMzUuNzkzODkxOCA1MC4yMDYsMzMuOTk5ODkxOCA0OCwzMy45OTk4OTE4IEM0Ny4zMTYsMzMuOTk5ODkxOCA0Ni42ODIsMzQuMTg3ODkxOCA0Ni4xMTksMzQuNDkxODkxOCBMNDMuOCwzMS4zOTk4OTE4IEM0My42MTEsMzEuMTQ3ODkxOCA0My4zMTQsMzAuOTk5ODkxOCA0MywzMC45OTk4OTE4IEwzMCwzMC45OTk4OTE4IEwzMCwyNS45OTk4OTE4IEw0OC4xNDIsMjUuOTk5ODkxOCBDNDguNTg5LDI3LjcxOTg5MTggNTAuMTQxLDI4Ljk5OTg5MTggNTIsMjguOTk5ODkxOCBDNTQuMjA2LDI4Ljk5OTg5MTggNTYsMjcuMjA1ODkxOCA1NiwyNC45OTk4OTE4IEM1NiwyMi43OTM4OTE4IDU0LjIwNiwyMC45OTk4OTE4IDUyLDIwLjk5OTg5MTggTDUyLDIwLjk5OTg5MTggWiIgaWQ9IkZpbGwtMSI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+"
1255
1599
  }
1600
+ },
1601
+ {
1602
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1603
+ "name": "AWS BedRock Outbound Connector",
1604
+ "id": "io.camunda.connectors.aws.bedrock.v1",
1605
+ "description": "Execute bedrock requests",
1606
+ "documentationRef": "https://docs.camunda.io/docs/",
1607
+ "version": 1,
1608
+ "category": {
1609
+ "id": "connectors",
1610
+ "name": "Connectors"
1611
+ },
1612
+ "appliesTo": ["bpmn:Task"],
1613
+ "elementType": {
1614
+ "value": "bpmn:ServiceTask"
1615
+ },
1616
+ "engines": {
1617
+ "camunda": "^8.6"
1618
+ },
1619
+ "groups": [
1620
+ {
1621
+ "id": "authentication",
1622
+ "label": "Authentication"
1623
+ },
1624
+ {
1625
+ "id": "configuration",
1626
+ "label": "Configuration"
1627
+ },
1628
+ {
1629
+ "id": "action",
1630
+ "label": "Action"
1631
+ },
1632
+ {
1633
+ "id": "invokeModel",
1634
+ "label": "Invoke Model"
1635
+ },
1636
+ {
1637
+ "id": "converse",
1638
+ "label": "Converse"
1639
+ },
1640
+ {
1641
+ "id": "output",
1642
+ "label": "Output mapping"
1643
+ },
1644
+ {
1645
+ "id": "error",
1646
+ "label": "Error handling"
1647
+ },
1648
+ {
1649
+ "id": "retries",
1650
+ "label": "Retries"
1651
+ }
1652
+ ],
1653
+ "properties": [
1654
+ {
1655
+ "value": "io.camunda:aws-bedrock:1",
1656
+ "binding": {
1657
+ "property": "type",
1658
+ "type": "zeebe:taskDefinition"
1659
+ },
1660
+ "type": "Hidden"
1661
+ },
1662
+ {
1663
+ "id": "authentication.type",
1664
+ "label": "Authentication",
1665
+ "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>",
1666
+ "value": "credentials",
1667
+ "group": "authentication",
1668
+ "binding": {
1669
+ "name": "authentication.type",
1670
+ "type": "zeebe:input"
1671
+ },
1672
+ "type": "Dropdown",
1673
+ "choices": [
1674
+ {
1675
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
1676
+ "value": "defaultCredentialsChain"
1677
+ },
1678
+ {
1679
+ "name": "Credentials",
1680
+ "value": "credentials"
1681
+ }
1682
+ ]
1683
+ },
1684
+ {
1685
+ "id": "authentication.accessKey",
1686
+ "label": "Access key",
1687
+ "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
1688
+ "optional": false,
1689
+ "constraints": {
1690
+ "notEmpty": true
1691
+ },
1692
+ "feel": "optional",
1693
+ "group": "authentication",
1694
+ "binding": {
1695
+ "name": "authentication.accessKey",
1696
+ "type": "zeebe:input"
1697
+ },
1698
+ "condition": {
1699
+ "property": "authentication.type",
1700
+ "equals": "credentials",
1701
+ "type": "simple"
1702
+ },
1703
+ "type": "String"
1704
+ },
1705
+ {
1706
+ "id": "authentication.secretKey",
1707
+ "label": "Secret key",
1708
+ "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
1709
+ "optional": false,
1710
+ "constraints": {
1711
+ "notEmpty": true
1712
+ },
1713
+ "feel": "optional",
1714
+ "group": "authentication",
1715
+ "binding": {
1716
+ "name": "authentication.secretKey",
1717
+ "type": "zeebe:input"
1718
+ },
1719
+ "condition": {
1720
+ "property": "authentication.type",
1721
+ "equals": "credentials",
1722
+ "type": "simple"
1723
+ },
1724
+ "type": "String"
1725
+ },
1726
+ {
1727
+ "id": "configuration.region",
1728
+ "label": "Region",
1729
+ "description": "Specify the AWS region",
1730
+ "optional": false,
1731
+ "constraints": {
1732
+ "notEmpty": true
1733
+ },
1734
+ "feel": "optional",
1735
+ "group": "configuration",
1736
+ "binding": {
1737
+ "name": "configuration.region",
1738
+ "type": "zeebe:input"
1739
+ },
1740
+ "type": "String"
1741
+ },
1742
+ {
1743
+ "id": "configuration.endpoint",
1744
+ "label": "Endpoint",
1745
+ "description": "Specify endpoint if need to use custom endpoint",
1746
+ "optional": true,
1747
+ "group": "configuration",
1748
+ "binding": {
1749
+ "name": "configuration.endpoint",
1750
+ "type": "zeebe:input"
1751
+ },
1752
+ "type": "Hidden"
1753
+ },
1754
+ {
1755
+ "id": "action",
1756
+ "label": "Action",
1757
+ "value": "invokeModel",
1758
+ "group": "action",
1759
+ "binding": {
1760
+ "name": "action",
1761
+ "type": "zeebe:input"
1762
+ },
1763
+ "type": "Dropdown",
1764
+ "choices": [
1765
+ {
1766
+ "name": "Invoke Model",
1767
+ "value": "invokeModel"
1768
+ },
1769
+ {
1770
+ "name": "Converse",
1771
+ "value": "converse"
1772
+ }
1773
+ ]
1774
+ },
1775
+ {
1776
+ "id": "data.modelId0",
1777
+ "label": "Model ID",
1778
+ "description": "Specify the model ID. Details in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/model-ids.html\" target=\"_blank\">documentation</a>",
1779
+ "optional": false,
1780
+ "constraints": {
1781
+ "notEmpty": true
1782
+ },
1783
+ "feel": "optional",
1784
+ "group": "invokeModel",
1785
+ "binding": {
1786
+ "name": "data.modelId",
1787
+ "type": "zeebe:input"
1788
+ },
1789
+ "condition": {
1790
+ "property": "action",
1791
+ "equals": "invokeModel",
1792
+ "type": "simple"
1793
+ },
1794
+ "type": "String"
1795
+ },
1796
+ {
1797
+ "id": "data.payload",
1798
+ "label": "Payload",
1799
+ "description": "Specify the payload. Details in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters.html\" target=\"_blank\">documentation</a>",
1800
+ "optional": false,
1801
+ "constraints": {
1802
+ "notEmpty": true
1803
+ },
1804
+ "feel": "required",
1805
+ "group": "invokeModel",
1806
+ "binding": {
1807
+ "name": "data.payload",
1808
+ "type": "zeebe:input"
1809
+ },
1810
+ "condition": {
1811
+ "property": "action",
1812
+ "equals": "invokeModel",
1813
+ "type": "simple"
1814
+ },
1815
+ "type": "String"
1816
+ },
1817
+ {
1818
+ "id": "data.modelId1",
1819
+ "label": "Model ID",
1820
+ "description": "Specify the model ID. Details in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/model-ids.html\" target=\"_blank\">documentation</a>",
1821
+ "optional": false,
1822
+ "constraints": {
1823
+ "notEmpty": true
1824
+ },
1825
+ "feel": "optional",
1826
+ "group": "converse",
1827
+ "binding": {
1828
+ "name": "data.modelId",
1829
+ "type": "zeebe:input"
1830
+ },
1831
+ "condition": {
1832
+ "property": "action",
1833
+ "equals": "converse",
1834
+ "type": "simple"
1835
+ },
1836
+ "type": "String"
1837
+ },
1838
+ {
1839
+ "id": "data.nextMessage",
1840
+ "label": "New Message",
1841
+ "description": "Specify the next message",
1842
+ "optional": false,
1843
+ "constraints": {
1844
+ "notEmpty": true
1845
+ },
1846
+ "feel": "optional",
1847
+ "group": "converse",
1848
+ "binding": {
1849
+ "name": "data.nextMessage",
1850
+ "type": "zeebe:input"
1851
+ },
1852
+ "condition": {
1853
+ "property": "action",
1854
+ "equals": "converse",
1855
+ "type": "simple"
1856
+ },
1857
+ "type": "String"
1858
+ },
1859
+ {
1860
+ "id": "data.messages",
1861
+ "label": "Message History",
1862
+ "description": "Specify the message history, when previous context is needed",
1863
+ "optional": true,
1864
+ "feel": "required",
1865
+ "group": "converse",
1866
+ "binding": {
1867
+ "name": "data.messages",
1868
+ "type": "zeebe:input"
1869
+ },
1870
+ "condition": {
1871
+ "property": "action",
1872
+ "equals": "converse",
1873
+ "type": "simple"
1874
+ },
1875
+ "type": "String"
1876
+ },
1877
+ {
1878
+ "id": "data.maxTokens",
1879
+ "label": "Max token returned",
1880
+ "optional": true,
1881
+ "feel": "optional",
1882
+ "group": "converse",
1883
+ "binding": {
1884
+ "name": "data.maxTokens",
1885
+ "type": "zeebe:input"
1886
+ },
1887
+ "condition": {
1888
+ "property": "action",
1889
+ "equals": "converse",
1890
+ "type": "simple"
1891
+ },
1892
+ "type": "String"
1893
+ },
1894
+ {
1895
+ "id": "data.temperature",
1896
+ "label": "Temperature",
1897
+ "optional": true,
1898
+ "feel": "optional",
1899
+ "group": "converse",
1900
+ "binding": {
1901
+ "name": "data.temperature",
1902
+ "type": "zeebe:input"
1903
+ },
1904
+ "condition": {
1905
+ "property": "action",
1906
+ "equals": "converse",
1907
+ "type": "simple"
1908
+ },
1909
+ "type": "String"
1910
+ },
1911
+ {
1912
+ "id": "data.topP",
1913
+ "label": "top P",
1914
+ "optional": true,
1915
+ "feel": "optional",
1916
+ "group": "converse",
1917
+ "binding": {
1918
+ "name": "data.topP",
1919
+ "type": "zeebe:input"
1920
+ },
1921
+ "condition": {
1922
+ "property": "action",
1923
+ "equals": "converse",
1924
+ "type": "simple"
1925
+ },
1926
+ "type": "String"
1927
+ },
1928
+ {
1929
+ "id": "resultVariable",
1930
+ "label": "Result variable",
1931
+ "description": "Name of variable to store the response in",
1932
+ "group": "output",
1933
+ "binding": {
1934
+ "key": "resultVariable",
1935
+ "type": "zeebe:taskHeader"
1936
+ },
1937
+ "type": "String"
1938
+ },
1939
+ {
1940
+ "id": "resultExpression",
1941
+ "label": "Result expression",
1942
+ "description": "Expression to map the response into process variables",
1943
+ "feel": "required",
1944
+ "group": "output",
1945
+ "binding": {
1946
+ "key": "resultExpression",
1947
+ "type": "zeebe:taskHeader"
1948
+ },
1949
+ "type": "Text"
1950
+ },
1951
+ {
1952
+ "id": "errorExpression",
1953
+ "label": "Error expression",
1954
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1955
+ "feel": "required",
1956
+ "group": "error",
1957
+ "binding": {
1958
+ "key": "errorExpression",
1959
+ "type": "zeebe:taskHeader"
1960
+ },
1961
+ "type": "Text"
1962
+ },
1963
+ {
1964
+ "id": "retryCount",
1965
+ "label": "Retries",
1966
+ "description": "Number of retries",
1967
+ "value": "3",
1968
+ "feel": "optional",
1969
+ "group": "retries",
1970
+ "binding": {
1971
+ "property": "retries",
1972
+ "type": "zeebe:taskDefinition"
1973
+ },
1974
+ "type": "String"
1975
+ },
1976
+ {
1977
+ "id": "retryBackoff",
1978
+ "label": "Retry backoff",
1979
+ "description": "ISO-8601 duration to wait between retries",
1980
+ "value": "PT0S",
1981
+ "feel": "optional",
1982
+ "group": "retries",
1983
+ "binding": {
1984
+ "key": "retryBackoff",
1985
+ "type": "zeebe:taskHeader"
1986
+ },
1987
+ "type": "String"
1988
+ }
1989
+ ],
1990
+ "icon": {
1991
+ "contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iODBweCIgaGVpZ2h0PSI4MHB4IiB2aWV3Qm94PSIwIDAgODAgODAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+SWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BbWF6b24tQmVkcm9ja182NDwvdGl0bGU+CiAgICA8ZyBpZD0iSWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BbWF6b24tQmVkcm9ja182NCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikljb24tQXJjaGl0ZWN0dXJlLUJHLzY0L01hY2hpbmUtTGVhcm5pbmciIGZpbGw9IiM5OTY5ZjciPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIwIiB3aWR0aD0iODAiIGhlaWdodD0iODAiPjwvcmVjdD4KICAgICAgICA8L2c+CiAgICAgICAgPGcgaWQ9Ikljb24tU2VydmljZS82NC9BbWF6b24tQmVkcm9ja182NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTIuMDAwMDAwLCAxMi4wMDAwMDApIiBmaWxsPSIjRkZGRkZGIj4KICAgICAgICAgICAgPHBhdGggZD0iTTUyLDI2Ljk5OTg5MTggQzUwLjg5NywyNi45OTk4OTE4IDUwLDI2LjEwMjg5MTggNTAsMjQuOTk5ODkxOCBDNTAsMjMuODk2ODkxOCA1MC44OTcsMjIuOTk5ODkxOCA1MiwyMi45OTk4OTE4IEM1My4xMDMsMjIuOTk5ODkxOCA1NCwyMy44OTY4OTE4IDU0LDI0Ljk5OTg5MTggQzU0LDI2LjEwMjg5MTggNTMuMTAzLDI2Ljk5OTg5MTggNTIsMjYuOTk5ODkxOCBMNTIsMjYuOTk5ODkxOCBaIE0yMC4xMTMsNTMuOTA3ODkxOCBMMTYuODY1LDUyLjAxMzg5MTggTDIzLjUzLDQ3Ljg0Nzg5MTggTDIyLjQ3LDQ2LjE1MTg5MTggTDE0LjkxMyw1MC44NzQ4OTE4IEw5LDQ3LjQyNTg5MTggTDksMzguNTM0ODkxOCBMMTQuNTU1LDM0LjgzMTg5MTggTDEzLjQ0NSwzMy4xNjc4OTE4IEw3Ljk1OSwzNi44MjQ4OTE4IEwyLDMzLjQxOTg5MTggTDIsMjguNTc5ODkxOCBMOC40OTYsMjQuODY3ODkxOCBMNy41MDQsMjMuMTMxODkxOCBMMiwyNi4yNzY4OTE4IEwyLDIyLjU3OTg5MTggTDgsMTkuMTUxODkxOCBMMTQsMjIuNTc5ODkxOCBMMTQsMjYuNDMzODkxOCBMOS40ODUsMjkuMTQyODkxOCBMMTAuNTE1LDMwLjg1Njg5MTggTDE1LDI4LjE2NTg5MTggTDE5LjQ4NSwzMC44NTY4OTE4IEwyMC41MTUsMjkuMTQyODkxOCBMMTYsMjYuNDMzODkxOCBMMTYsMjIuNTM0ODkxOCBMMjEuNTU1LDE4LjgzMTg5MTggQzIxLjgzMywxOC42NDU4OTE4IDIyLDE4LjMzMzg5MTggMjIsMTcuOTk5ODkxOCBMMjIsMTAuOTk5ODkxOCBMMjAsMTAuOTk5ODkxOCBMMjAsMTcuNDY0ODkxOCBMMTQuOTU5LDIwLjgyNDg5MTggTDksMTcuNDE5ODkxOCBMOSw4LjU3Mzg5MTgxIEwxNCw1LjY1Nzg5MTgxIEwxNCwxMy45OTk4OTE4IEwxNiwxMy45OTk4OTE4IEwxNiw0LjQ5MDg5MTgxIEwyMC4xMTMsMi4wOTE4OTE4MSBMMjgsNC43MjA4OTE4MSBMMjgsMzMuNDMzODkxOCBMMTMuNDg1LDQyLjE0Mjg5MTggTDE0LjUxNSw0My44NTY4OTE4IEwyOCwzNS43NjU4OTE4IEwyOCw1MS4yNzg4OTE4IEwyMC4xMTMsNTMuOTA3ODkxOCBaIE01MCwzNy45OTk4OTE4IEM1MCwzOS4xMDI4OTE4IDQ5LjEwMywzOS45OTk4OTE4IDQ4LDM5Ljk5OTg5MTggQzQ2Ljg5NywzOS45OTk4OTE4IDQ2LDM5LjEwMjg5MTggNDYsMzcuOTk5ODkxOCBDNDYsMzYuODk2ODkxOCA0Ni44OTcsMzUuOTk5ODkxOCA0OCwzNS45OTk4OTE4IEM0OS4xMDMsMzUuOTk5ODkxOCA1MCwzNi44OTY4OTE4IDUwLDM3Ljk5OTg5MTggTDUwLDM3Ljk5OTg5MTggWiBNNDAsNDcuOTk5ODkxOCBDNDAsNDkuMTAyODkxOCAzOS4xMDMsNDkuOTk5ODkxOCAzOCw0OS45OTk4OTE4IEMzNi44OTcsNDkuOTk5ODkxOCAzNiw0OS4xMDI4OTE4IDM2LDQ3Ljk5OTg5MTggQzM2LDQ2Ljg5Njg5MTggMzYuODk3LDQ1Ljk5OTg5MTggMzgsNDUuOTk5ODkxOCBDMzkuMTAzLDQ1Ljk5OTg5MTggNDAsNDYuODk2ODkxOCA0MCw0Ny45OTk4OTE4IEw0MCw0Ny45OTk4OTE4IFogTTM5LDcuOTk5ODkxODEgQzM5LDYuODk2ODkxODEgMzkuODk3LDUuOTk5ODkxODEgNDEsNS45OTk4OTE4MSBDNDIuMTAzLDUuOTk5ODkxODEgNDMsNi44OTY4OTE4MSA0Myw3Ljk5OTg5MTgxIEM0Myw5LjEwMjg5MTgxIDQyLjEwMyw5Ljk5OTg5MTgxIDQxLDkuOTk5ODkxODEgQzM5Ljg5Nyw5Ljk5OTg5MTgxIDM5LDkuMTAyODkxODEgMzksNy45OTk4OTE4MSBMMzksNy45OTk4OTE4MSBaIE01MiwyMC45OTk4OTE4IEM1MC4xNDEsMjAuOTk5ODkxOCA0OC41ODksMjIuMjc5ODkxOCA0OC4xNDIsMjMuOTk5ODkxOCBMMzAsMjMuOTk5ODkxOCBMMzAsMTguOTk5ODkxOCBMNDEsMTguOTk5ODkxOCBDNDEuNTUzLDE4Ljk5OTg5MTggNDIsMTguNTUxODkxOCA0MiwxNy45OTk4OTE4IEw0MiwxMS44NTc4OTE4IEM0My43MiwxMS40MTA4OTE4IDQ1LDkuODU3ODkxODEgNDUsNy45OTk4OTE4MSBDNDUsNS43OTM4OTE4MSA0My4yMDYsMy45OTk4OTE4MSA0MSwzLjk5OTg5MTgxIEMzOC43OTQsMy45OTk4OTE4MSAzNyw1Ljc5Mzg5MTgxIDM3LDcuOTk5ODkxODEgQzM3LDkuODU3ODkxODEgMzguMjgsMTEuNDEwODkxOCA0MCwxMS44NTc4OTE4IEw0MCwxNi45OTk4OTE4IEwzMCwxNi45OTk4OTE4IEwzMCwzLjk5OTg5MTgxIEMzMCwzLjU2ODg5MTgxIDI5LjcyNSwzLjE4Nzg5MTgxIDI5LjMxNiwzLjA1MDg5MTgxIEwyMC4zMTYsMC4wNTA4OTE4MTEgQzIwLjA0MiwtMC4wMzkxMDgxODkgMTkuNzQ0LC0wLjAwOTEwODE4OTA0IDE5LjQ5NiwwLjEzNTg5MTgxMSBMNy40OTYsNy4xMzU4OTE4MSBDNy4xODgsNy4zMTQ4OTE4MSA3LDcuNjQ0ODkxODEgNyw3Ljk5OTg5MTgxIEw3LDE3LjQxOTg5MTggTDAuNTA0LDIxLjEzMTg5MTggQzAuMTkyLDIxLjMwOTg5MTggMCwyMS42NDA4OTE4IDAsMjEuOTk5ODkxOCBMMCwzMy45OTk4OTE4IEMwLDM0LjM1ODg5MTggMC4xOTIsMzQuNjg5ODkxOCAwLjUwNCwzNC44Njc4OTE4IEw3LDM4LjU3OTg5MTggTDcsNDcuOTk5ODkxOCBDNyw0OC4zNTQ4OTE4IDcuMTg4LDQ4LjY4NDg5MTggNy40OTYsNDguODYzODkxOCBMMTkuNDk2LDU1Ljg2Mzg5MTggQzE5LjY1LDU1Ljk1Mzg5MTggMTkuODI1LDU1Ljk5OTg5MTggMjAsNTUuOTk5ODkxOCBDMjAuMTA2LDU1Ljk5OTg5MTggMjAuMjEzLDU1Ljk4Mjg5MTggMjAuMzE2LDU1Ljk0ODg5MTggTDI5LjMxNiw1Mi45NDg4OTE4IEMyOS43MjUsNTIuODExODkxOCAzMCw1Mi40MzA4OTE4IDMwLDUxLjk5OTg5MTggTDMwLDM5Ljk5OTg5MTggTDM3LDM5Ljk5OTg5MTggTDM3LDQ0LjE0MTg5MTggQzM1LjI4LDQ0LjU4ODg5MTggMzQsNDYuMTQxODkxOCAzNCw0Ny45OTk4OTE4IEMzNCw1MC4yMDU4OTE4IDM1Ljc5NCw1MS45OTk4OTE4IDM4LDUxLjk5OTg5MTggQzQwLjIwNiw1MS45OTk4OTE4IDQyLDUwLjIwNTg5MTggNDIsNDcuOTk5ODkxOCBDNDIsNDYuMTQxODkxOCA0MC43Miw0NC41ODg4OTE4IDM5LDQ0LjE0MTg5MTggTDM5LDM4Ljk5OTg5MTggQzM5LDM4LjQ0Nzg5MTggMzguNTUzLDM3Ljk5OTg5MTggMzgsMzcuOTk5ODkxOCBMMzAsMzcuOTk5ODkxOCBMMzAsMzIuOTk5ODkxOCBMNDIuNSwzMi45OTk4OTE4IEw0NC42MzgsMzUuODQ5ODkxOCBDNDQuMjM5LDM2LjQ3MTg5MTggNDQsMzcuMjA2ODkxOCA0NCwzNy45OTk4OTE4IEM0NCw0MC4yMDU4OTE4IDQ1Ljc5NCw0MS45OTk4OTE4IDQ4LDQxLjk5OTg5MTggQzUwLjIwNiw0MS45OTk4OTE4IDUyLDQwLjIwNTg5MTggNTIsMzcuOTk5ODkxOCBDNTIsMzUuNzkzODkxOCA1MC4yMDYsMzMuOTk5ODkxOCA0OCwzMy45OTk4OTE4IEM0Ny4zMTYsMzMuOTk5ODkxOCA0Ni42ODIsMzQuMTg3ODkxOCA0Ni4xMTksMzQuNDkxODkxOCBMNDMuOCwzMS4zOTk4OTE4IEM0My42MTEsMzEuMTQ3ODkxOCA0My4zMTQsMzAuOTk5ODkxOCA0MywzMC45OTk4OTE4IEwzMCwzMC45OTk4OTE4IEwzMCwyNS45OTk4OTE4IEw0OC4xNDIsMjUuOTk5ODkxOCBDNDguNTg5LDI3LjcxOTg5MTggNTAuMTQxLDI4Ljk5OTg5MTggNTIsMjguOTk5ODkxOCBDNTQuMjA2LDI4Ljk5OTg5MTggNTYsMjcuMjA1ODkxOCA1NiwyNC45OTk4OTE4IEM1NiwyMi43OTM4OTE4IDU0LjIwNiwyMC45OTk4OTE4IDUyLDIwLjk5OTg5MTggTDUyLDIwLjk5OTg5MTggWiIgaWQ9IkZpbGwtMSI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+"
1992
+ }
1256
1993
  }
1257
1994
  ]