@camunda/connectors-element-templates 1.0.15 → 1.0.17
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 +1 -1
- package/src/connectors.js +8 -6
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +1 -0
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +3 -2
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +3 -2
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +3 -2
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +3 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +30 -30
- package/src/element-templates/agenticai-aiagent-job-worker.json +175 -171
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +2144 -2144
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +467 -466
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +482 -481
- package/src/element-templates/automation-anywhere-outbound-connector.json +613 -613
- package/src/element-templates/aws-bedrock-outbound-connector.json +74 -74
- package/src/element-templates/aws-dynamodb-outbound-connector.json +80 -80
- package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +22 -22
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
- package/src/element-templates/aws-eventbridge-outbound-connector.json +188 -188
- package/src/element-templates/aws-lambda-outbound-connector.json +238 -238
- package/src/element-templates/aws-sns-inbound-boundary.json +193 -193
- package/src/element-templates/aws-sns-inbound-intermediate.json +332 -332
- package/src/element-templates/aws-sns-inbound-message-start.json +110 -110
- package/src/element-templates/aws-sns-outbound-connector.json +741 -741
- package/src/element-templates/aws-sqs-boundary-connector.json +232 -232
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +493 -493
- package/src/element-templates/aws-sqs-outbound-connector.json +753 -753
- package/src/element-templates/aws-sqs-start-event-connector.json +483 -483
- package/src/element-templates/aws-sqs-start-message.json +438 -438
- package/src/element-templates/aws-textract-outbound-connector.json +123 -123
- package/src/element-templates/azure-open-ai-connector.json +32 -32
- package/src/element-templates/blue-prism-connector.json +6 -6
- package/src/element-templates/easy-post-connector.json +114 -114
- package/src/element-templates/email-inbound-connector-boundary.json +19 -19
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-message-start-event-connector.json +32 -32
- package/src/element-templates/email-outbound-connector.json +233 -233
- package/src/element-templates/github-connector.json +11435 -7908
- package/src/element-templates/github-webhook-connector-boundary.json +16 -16
- package/src/element-templates/github-webhook-connector-intermediate.json +25 -25
- package/src/element-templates/github-webhook-connector-start-event.json +64 -64
- package/src/element-templates/gitlab-connector.json +3394 -3394
- package/src/element-templates/google-drive-outbound-connector.json +420 -420
- package/src/element-templates/google-gemini-outbound-connector.json +705 -0
- package/src/element-templates/google-maps-platform-connector.json +14 -14
- package/src/element-templates/google-sheets-outbound-connector.json +1055 -1055
- package/src/element-templates/graphql-outbound-connector.json +1341 -763
- package/src/element-templates/http-connector.json.json +654 -0
- package/src/element-templates/http-json-connector.json +1491 -1472
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +801 -136
- package/src/element-templates/http-polling-connector.json +1604 -939
- package/src/element-templates/hugging-face-connector.json +215 -10
- package/src/element-templates/kafka-inbound-connector-boundary.json +483 -483
- package/src/element-templates/kafka-inbound-connector-intermediate.json +466 -466
- package/src/element-templates/kafka-inbound-connector-start-message.json +529 -529
- package/src/element-templates/kafka-outbound-connector.json +360 -360
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +687 -0
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +687 -0
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +719 -0
- package/src/element-templates/microsoft-teams-outbound-connector.json +1892 -47
- package/src/element-templates/openai-connector.json +83 -83
- package/src/element-templates/operate-connector.json +21 -21
- package/src/element-templates/power-automate-connector.json +4 -4
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +422 -422
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +338 -338
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +463 -463
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +360 -360
- package/src/element-templates/rabbitmq-outbound-connector.json +354 -354
- package/src/element-templates/salesforce-connector.json +38 -38
- package/src/element-templates/sendgrid-outbound-connector.json +354 -354
- package/src/element-templates/slack-inbound-boundary.json +253 -253
- package/src/element-templates/slack-inbound-message-start.json +321 -321
- package/src/element-templates/slack-inbound-start-event.json +327 -327
- package/src/element-templates/slack-outbound-connector.json +1484 -717
- package/src/element-templates/twilio-connector.json +65 -65
- package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
- package/src/element-templates/twilio-webhook-intermediate-connector.json +25 -25
- package/src/element-templates/uipath-connector.json +10 -10
- package/src/element-templates/webhook-connector-boundary.json +1192 -547
- package/src/element-templates/webhook-connector-intermediate.json +1258 -613
- package/src/element-templates/webhook-connector-receive.json +644 -0
- package/src/element-templates/webhook-connector-start-event.json +1690 -1136
- package/src/element-templates/webhook-connector-start-message.json +1601 -924
- package/src/element-templates/idp-classification-outbound-connector.json +0 -1141
- package/src/element-templates/idp-structured-extraction-outbound-connector.json +0 -656
- package/src/element-templates/idp-unstructured-extraction-outbound-connector.json +0 -1115
|
@@ -1,19 +1,11 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
-
"name": "AWS
|
|
4
|
+
"name": "AWS BedRock Outbound Connector",
|
|
5
5
|
"id": "io.camunda.connectors.aws.bedrock.v1",
|
|
6
|
-
"description": "
|
|
7
|
-
"
|
|
8
|
-
|
|
9
|
-
"invoke model",
|
|
10
|
-
"run inference",
|
|
11
|
-
"invokemodel API",
|
|
12
|
-
"converse API"
|
|
13
|
-
]
|
|
14
|
-
},
|
|
15
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-bedrock/",
|
|
16
|
-
"version": 2,
|
|
6
|
+
"description": "Execute bedrock requests",
|
|
7
|
+
"documentationRef": "https://docs.camunda.io/docs/",
|
|
8
|
+
"version": 1,
|
|
17
9
|
"category": {
|
|
18
10
|
"id": "connectors",
|
|
19
11
|
"name": "Connectors"
|
|
@@ -223,24 +215,6 @@
|
|
|
223
215
|
},
|
|
224
216
|
"type": "String"
|
|
225
217
|
},
|
|
226
|
-
{
|
|
227
|
-
"id": "data.messagesHistory",
|
|
228
|
-
"label": "Message History",
|
|
229
|
-
"description": "Specify the message history, when previous context is needed",
|
|
230
|
-
"optional": true,
|
|
231
|
-
"feel": "required",
|
|
232
|
-
"group": "converse",
|
|
233
|
-
"binding": {
|
|
234
|
-
"name": "data.messagesHistory",
|
|
235
|
-
"type": "zeebe:input"
|
|
236
|
-
},
|
|
237
|
-
"condition": {
|
|
238
|
-
"property": "action",
|
|
239
|
-
"equals": "converse",
|
|
240
|
-
"type": "simple"
|
|
241
|
-
},
|
|
242
|
-
"type": "String"
|
|
243
|
-
},
|
|
244
218
|
{
|
|
245
219
|
"id": "data.modelId1",
|
|
246
220
|
"label": "Model ID",
|
|
@@ -263,7 +237,7 @@
|
|
|
263
237
|
"type": "String"
|
|
264
238
|
},
|
|
265
239
|
{
|
|
266
|
-
"id": "data.
|
|
240
|
+
"id": "data.nextMessage",
|
|
267
241
|
"label": "New Message",
|
|
268
242
|
"description": "Specify the next message",
|
|
269
243
|
"optional": false,
|
|
@@ -273,7 +247,7 @@
|
|
|
273
247
|
"feel": "optional",
|
|
274
248
|
"group": "converse",
|
|
275
249
|
"binding": {
|
|
276
|
-
"name": "data.
|
|
250
|
+
"name": "data.nextMessage",
|
|
277
251
|
"type": "zeebe:input"
|
|
278
252
|
},
|
|
279
253
|
"condition": {
|
|
@@ -284,13 +258,14 @@
|
|
|
284
258
|
"type": "String"
|
|
285
259
|
},
|
|
286
260
|
{
|
|
287
|
-
"id": "data.
|
|
288
|
-
"label": "
|
|
261
|
+
"id": "data.messages",
|
|
262
|
+
"label": "Message History",
|
|
263
|
+
"description": "Specify the message history, when previous context is needed",
|
|
289
264
|
"optional": true,
|
|
290
|
-
"feel": "
|
|
265
|
+
"feel": "required",
|
|
291
266
|
"group": "converse",
|
|
292
267
|
"binding": {
|
|
293
|
-
"name": "data.
|
|
268
|
+
"name": "data.messages",
|
|
294
269
|
"type": "zeebe:input"
|
|
295
270
|
},
|
|
296
271
|
"condition": {
|
|
@@ -298,16 +273,16 @@
|
|
|
298
273
|
"equals": "converse",
|
|
299
274
|
"type": "simple"
|
|
300
275
|
},
|
|
301
|
-
"type": "
|
|
276
|
+
"type": "String"
|
|
302
277
|
},
|
|
303
278
|
{
|
|
304
|
-
"id": "data.
|
|
305
|
-
"label": "
|
|
279
|
+
"id": "data.maxTokens",
|
|
280
|
+
"label": "Max token returned",
|
|
306
281
|
"optional": true,
|
|
307
282
|
"feel": "optional",
|
|
308
283
|
"group": "converse",
|
|
309
284
|
"binding": {
|
|
310
|
-
"name": "data.
|
|
285
|
+
"name": "data.maxTokens",
|
|
311
286
|
"type": "zeebe:input"
|
|
312
287
|
},
|
|
313
288
|
"condition": {
|
|
@@ -315,16 +290,16 @@
|
|
|
315
290
|
"equals": "converse",
|
|
316
291
|
"type": "simple"
|
|
317
292
|
},
|
|
318
|
-
"type": "
|
|
293
|
+
"type": "String"
|
|
319
294
|
},
|
|
320
295
|
{
|
|
321
|
-
"id": "data.
|
|
322
|
-
"label": "
|
|
296
|
+
"id": "data.temperature",
|
|
297
|
+
"label": "Temperature",
|
|
323
298
|
"optional": true,
|
|
324
299
|
"feel": "optional",
|
|
325
300
|
"group": "converse",
|
|
326
301
|
"binding": {
|
|
327
|
-
"name": "data.
|
|
302
|
+
"name": "data.temperature",
|
|
328
303
|
"type": "zeebe:input"
|
|
329
304
|
},
|
|
330
305
|
"condition": {
|
|
@@ -332,16 +307,16 @@
|
|
|
332
307
|
"equals": "converse",
|
|
333
308
|
"type": "simple"
|
|
334
309
|
},
|
|
335
|
-
"type": "
|
|
310
|
+
"type": "String"
|
|
336
311
|
},
|
|
337
312
|
{
|
|
338
|
-
"id": "data.
|
|
339
|
-
"label": "
|
|
313
|
+
"id": "data.topP",
|
|
314
|
+
"label": "top P",
|
|
340
315
|
"optional": true,
|
|
341
|
-
"feel": "
|
|
316
|
+
"feel": "optional",
|
|
342
317
|
"group": "converse",
|
|
343
318
|
"binding": {
|
|
344
|
-
"name": "data.
|
|
319
|
+
"name": "data.topP",
|
|
345
320
|
"type": "zeebe:input"
|
|
346
321
|
},
|
|
347
322
|
"condition": {
|
|
@@ -404,6 +379,7 @@
|
|
|
404
379
|
"label": "Retry backoff",
|
|
405
380
|
"description": "ISO-8601 duration to wait between retries",
|
|
406
381
|
"value": "PT0S",
|
|
382
|
+
"feel": "optional",
|
|
407
383
|
"group": "retries",
|
|
408
384
|
"binding": {
|
|
409
385
|
"key": "retryBackoff",
|
|
@@ -418,11 +394,19 @@
|
|
|
418
394
|
},
|
|
419
395
|
{
|
|
420
396
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
421
|
-
"name": "AWS
|
|
397
|
+
"name": "AWS Bedrock Outbound Connector",
|
|
422
398
|
"id": "io.camunda.connectors.aws.bedrock.v1",
|
|
423
|
-
"description": "
|
|
424
|
-
"
|
|
425
|
-
|
|
399
|
+
"description": "Invoke models and converse using AWS Bedrock.",
|
|
400
|
+
"metadata": {
|
|
401
|
+
"keywords": [
|
|
402
|
+
"invoke model",
|
|
403
|
+
"run inference",
|
|
404
|
+
"invokemodel API",
|
|
405
|
+
"converse API"
|
|
406
|
+
]
|
|
407
|
+
},
|
|
408
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-bedrock/",
|
|
409
|
+
"version": 2,
|
|
426
410
|
"category": {
|
|
427
411
|
"id": "connectors",
|
|
428
412
|
"name": "Connectors"
|
|
@@ -632,6 +616,24 @@
|
|
|
632
616
|
},
|
|
633
617
|
"type": "String"
|
|
634
618
|
},
|
|
619
|
+
{
|
|
620
|
+
"id": "data.messagesHistory",
|
|
621
|
+
"label": "Message History",
|
|
622
|
+
"description": "Specify the message history, when previous context is needed",
|
|
623
|
+
"optional": true,
|
|
624
|
+
"feel": "required",
|
|
625
|
+
"group": "converse",
|
|
626
|
+
"binding": {
|
|
627
|
+
"name": "data.messagesHistory",
|
|
628
|
+
"type": "zeebe:input"
|
|
629
|
+
},
|
|
630
|
+
"condition": {
|
|
631
|
+
"property": "action",
|
|
632
|
+
"equals": "converse",
|
|
633
|
+
"type": "simple"
|
|
634
|
+
},
|
|
635
|
+
"type": "String"
|
|
636
|
+
},
|
|
635
637
|
{
|
|
636
638
|
"id": "data.modelId1",
|
|
637
639
|
"label": "Model ID",
|
|
@@ -654,7 +656,7 @@
|
|
|
654
656
|
"type": "String"
|
|
655
657
|
},
|
|
656
658
|
{
|
|
657
|
-
"id": "data.
|
|
659
|
+
"id": "data.newMessage",
|
|
658
660
|
"label": "New Message",
|
|
659
661
|
"description": "Specify the next message",
|
|
660
662
|
"optional": false,
|
|
@@ -664,7 +666,7 @@
|
|
|
664
666
|
"feel": "optional",
|
|
665
667
|
"group": "converse",
|
|
666
668
|
"binding": {
|
|
667
|
-
"name": "data.
|
|
669
|
+
"name": "data.newMessage",
|
|
668
670
|
"type": "zeebe:input"
|
|
669
671
|
},
|
|
670
672
|
"condition": {
|
|
@@ -675,14 +677,13 @@
|
|
|
675
677
|
"type": "String"
|
|
676
678
|
},
|
|
677
679
|
{
|
|
678
|
-
"id": "data.
|
|
679
|
-
"label": "
|
|
680
|
-
"description": "Specify the message history, when previous context is needed",
|
|
680
|
+
"id": "data.maxTokens",
|
|
681
|
+
"label": "Max token returned",
|
|
681
682
|
"optional": true,
|
|
682
|
-
"feel": "
|
|
683
|
+
"feel": "optional",
|
|
683
684
|
"group": "converse",
|
|
684
685
|
"binding": {
|
|
685
|
-
"name": "data.
|
|
686
|
+
"name": "data.maxTokens",
|
|
686
687
|
"type": "zeebe:input"
|
|
687
688
|
},
|
|
688
689
|
"condition": {
|
|
@@ -690,16 +691,16 @@
|
|
|
690
691
|
"equals": "converse",
|
|
691
692
|
"type": "simple"
|
|
692
693
|
},
|
|
693
|
-
"type": "
|
|
694
|
+
"type": "Number"
|
|
694
695
|
},
|
|
695
696
|
{
|
|
696
|
-
"id": "data.
|
|
697
|
-
"label": "
|
|
697
|
+
"id": "data.temperature",
|
|
698
|
+
"label": "Temperature",
|
|
698
699
|
"optional": true,
|
|
699
700
|
"feel": "optional",
|
|
700
701
|
"group": "converse",
|
|
701
702
|
"binding": {
|
|
702
|
-
"name": "data.
|
|
703
|
+
"name": "data.temperature",
|
|
703
704
|
"type": "zeebe:input"
|
|
704
705
|
},
|
|
705
706
|
"condition": {
|
|
@@ -707,16 +708,16 @@
|
|
|
707
708
|
"equals": "converse",
|
|
708
709
|
"type": "simple"
|
|
709
710
|
},
|
|
710
|
-
"type": "
|
|
711
|
+
"type": "Number"
|
|
711
712
|
},
|
|
712
713
|
{
|
|
713
|
-
"id": "data.
|
|
714
|
-
"label": "
|
|
714
|
+
"id": "data.topP",
|
|
715
|
+
"label": "top P",
|
|
715
716
|
"optional": true,
|
|
716
717
|
"feel": "optional",
|
|
717
718
|
"group": "converse",
|
|
718
719
|
"binding": {
|
|
719
|
-
"name": "data.
|
|
720
|
+
"name": "data.topP",
|
|
720
721
|
"type": "zeebe:input"
|
|
721
722
|
},
|
|
722
723
|
"condition": {
|
|
@@ -724,16 +725,16 @@
|
|
|
724
725
|
"equals": "converse",
|
|
725
726
|
"type": "simple"
|
|
726
727
|
},
|
|
727
|
-
"type": "
|
|
728
|
+
"type": "Number"
|
|
728
729
|
},
|
|
729
730
|
{
|
|
730
|
-
"id": "data.
|
|
731
|
-
"label": "
|
|
731
|
+
"id": "data.newDocuments",
|
|
732
|
+
"label": "documents",
|
|
732
733
|
"optional": true,
|
|
733
|
-
"feel": "
|
|
734
|
+
"feel": "required",
|
|
734
735
|
"group": "converse",
|
|
735
736
|
"binding": {
|
|
736
|
-
"name": "data.
|
|
737
|
+
"name": "data.newDocuments",
|
|
737
738
|
"type": "zeebe:input"
|
|
738
739
|
},
|
|
739
740
|
"condition": {
|
|
@@ -796,7 +797,6 @@
|
|
|
796
797
|
"label": "Retry backoff",
|
|
797
798
|
"description": "ISO-8601 duration to wait between retries",
|
|
798
799
|
"value": "PT0S",
|
|
799
|
-
"feel": "optional",
|
|
800
800
|
"group": "retries",
|
|
801
801
|
"binding": {
|
|
802
802
|
"key": "retryBackoff",
|