@camunda/connectors-element-templates 1.0.15 → 1.0.16
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 +6 -6
- package/src/element-templates/agenticai-aiagent-job-worker.json +12 -8
- package/src/element-templates/google-gemini-outbound-connector.json +705 -0
- package/src/element-templates/http-json-connector.json +5 -0
- package/src/element-templates/hugging-face-connector.json +20 -11
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +547 -0
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +547 -0
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +579 -0
- package/src/element-templates/slack-outbound-connector.json +71 -0
- 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
package/package.json
CHANGED
package/src/connectors.js
CHANGED
|
@@ -72,9 +72,6 @@ import http_polling_boundary_catch_event_connector from "./element-templates/htt
|
|
|
72
72
|
import http_polling_connector from "./element-templates/http-polling-connector.json" with { type: "json" };
|
|
73
73
|
import hubspot_outbound_connector from "./element-templates/hubspot-outbound-connector.json" with { type: "json" };
|
|
74
74
|
import hugging_face_connector from "./element-templates/hugging-face-connector.json" with { type: "json" };
|
|
75
|
-
import idp_classification_outbound_connector from "./element-templates/idp-classification-outbound-connector.json" with { type: "json" };
|
|
76
|
-
import idp_structured_extraction_outbound_connector from "./element-templates/idp-structured-extraction-outbound-connector.json" with { type: "json" };
|
|
77
|
-
import idp_unstructured_extraction_outbound_connector from "./element-templates/idp-unstructured-extraction-outbound-connector.json" with { type: "json" };
|
|
78
75
|
import jdbc_outbound_connector from "./element-templates/jdbc-outbound-connector.json" with { type: "json" };
|
|
79
76
|
import kafka_inbound_connector_boundary from "./element-templates/kafka-inbound-connector-boundary.json" with { type: "json" };
|
|
80
77
|
import kafka_inbound_connector_intermediate from "./element-templates/kafka-inbound-connector-intermediate.json" with { type: "json" };
|
|
@@ -82,6 +79,9 @@ import kafka_inbound_connector_receive from "./element-templates/kafka-inbound-c
|
|
|
82
79
|
import kafka_inbound_connector_start_message from "./element-templates/kafka-inbound-connector-start-message.json" with { type: "json" };
|
|
83
80
|
import kafka_inbound_connector from "./element-templates/kafka-inbound-connector.json" with { type: "json" };
|
|
84
81
|
import kafka_outbound_connector from "./element-templates/kafka-outbound-connector.json" with { type: "json" };
|
|
82
|
+
import microsoft_o365_email_boundary_event_connector from "./element-templates/microsoft-o365-email-boundary-event-connector.json" with { type: "json" };
|
|
83
|
+
import microsoft_o365_email_intermediate_catch_event_connector from "./element-templates/microsoft-o365-email-intermediate-catch-event-connector.json" with { type: "json" };
|
|
84
|
+
import microsoft_o365_email_message_start_event_connector from "./element-templates/microsoft-o365-email-message-start-event-connector.json" with { type: "json" };
|
|
85
85
|
import microsoft_office365_mail_connector from "./element-templates/microsoft-office365-mail-connector.json" with { type: "json" };
|
|
86
86
|
import microsoft_teams_outbound_connector from "./element-templates/microsoft-teams-outbound-connector.json" with { type: "json" };
|
|
87
87
|
import openai_connector from "./element-templates/openai-connector.json" with { type: "json" };
|
|
@@ -190,9 +190,6 @@ const allConnectors = [
|
|
|
190
190
|
http_polling_connector,
|
|
191
191
|
hubspot_outbound_connector,
|
|
192
192
|
hugging_face_connector,
|
|
193
|
-
idp_classification_outbound_connector,
|
|
194
|
-
idp_structured_extraction_outbound_connector,
|
|
195
|
-
idp_unstructured_extraction_outbound_connector,
|
|
196
193
|
jdbc_outbound_connector,
|
|
197
194
|
kafka_inbound_connector_boundary,
|
|
198
195
|
kafka_inbound_connector_intermediate,
|
|
@@ -200,6 +197,9 @@ const allConnectors = [
|
|
|
200
197
|
kafka_inbound_connector_start_message,
|
|
201
198
|
kafka_inbound_connector,
|
|
202
199
|
kafka_outbound_connector,
|
|
200
|
+
microsoft_o365_email_boundary_event_connector,
|
|
201
|
+
microsoft_o365_email_intermediate_catch_event_connector,
|
|
202
|
+
microsoft_o365_email_message_start_event_connector,
|
|
203
203
|
microsoft_office365_mail_connector,
|
|
204
204
|
microsoft_teams_outbound_connector,
|
|
205
205
|
openai_connector,
|
|
@@ -63,6 +63,7 @@
|
|
|
63
63
|
{
|
|
64
64
|
"id": "events",
|
|
65
65
|
"label": "Event handling",
|
|
66
|
+
"tooltip": "Configure how event sub-process results are handled. Results are added as user messages to the running agent.",
|
|
66
67
|
"openByDefault": false
|
|
67
68
|
},
|
|
68
69
|
{
|
|
@@ -1423,7 +1424,7 @@
|
|
|
1423
1424
|
{
|
|
1424
1425
|
"id": "data.events.behavior",
|
|
1425
1426
|
"label": "Event handling behavior",
|
|
1426
|
-
"description": "Behavior
|
|
1427
|
+
"description": "Behavior on completing an event sub-process.",
|
|
1427
1428
|
"optional": false,
|
|
1428
1429
|
"value": "WAIT_FOR_TOOL_CALL_RESULTS",
|
|
1429
1430
|
"constraints": {
|
|
@@ -1441,7 +1442,7 @@
|
|
|
1441
1442
|
"value": "WAIT_FOR_TOOL_CALL_RESULTS"
|
|
1442
1443
|
},
|
|
1443
1444
|
{
|
|
1444
|
-
"name": "
|
|
1445
|
+
"name": "Cancel tool calls",
|
|
1445
1446
|
"value": "INTERRUPT_TOOL_CALLS"
|
|
1446
1447
|
}
|
|
1447
1448
|
]
|
|
@@ -1695,6 +1696,7 @@
|
|
|
1695
1696
|
{
|
|
1696
1697
|
"id": "events",
|
|
1697
1698
|
"label": "Event handling",
|
|
1699
|
+
"tooltip": "Configure how event sub-process results are handled. Results are added as user messages to the running agent.",
|
|
1698
1700
|
"openByDefault": false
|
|
1699
1701
|
},
|
|
1700
1702
|
{
|
|
@@ -3055,7 +3057,7 @@
|
|
|
3055
3057
|
{
|
|
3056
3058
|
"id": "data.events.behavior",
|
|
3057
3059
|
"label": "Event handling behavior",
|
|
3058
|
-
"description": "Behavior
|
|
3060
|
+
"description": "Behavior on completing an event sub-process.",
|
|
3059
3061
|
"optional": false,
|
|
3060
3062
|
"value": "WAIT_FOR_TOOL_CALL_RESULTS",
|
|
3061
3063
|
"constraints": {
|
|
@@ -3073,7 +3075,7 @@
|
|
|
3073
3075
|
"value": "WAIT_FOR_TOOL_CALL_RESULTS"
|
|
3074
3076
|
},
|
|
3075
3077
|
{
|
|
3076
|
-
"name": "
|
|
3078
|
+
"name": "Cancel tool calls",
|
|
3077
3079
|
"value": "INTERRUPT_TOOL_CALLS"
|
|
3078
3080
|
}
|
|
3079
3081
|
]
|
|
@@ -3327,6 +3329,7 @@
|
|
|
3327
3329
|
{
|
|
3328
3330
|
"id": "events",
|
|
3329
3331
|
"label": "Event handling",
|
|
3332
|
+
"tooltip": "Configure how event sub-process results are handled. Results are added as user messages to the running agent.",
|
|
3330
3333
|
"openByDefault": false
|
|
3331
3334
|
},
|
|
3332
3335
|
{
|
|
@@ -4687,7 +4690,7 @@
|
|
|
4687
4690
|
{
|
|
4688
4691
|
"id": "data.events.behavior",
|
|
4689
4692
|
"label": "Event handling behavior",
|
|
4690
|
-
"description": "Behavior
|
|
4693
|
+
"description": "Behavior on completing an event sub-process.",
|
|
4691
4694
|
"optional": false,
|
|
4692
4695
|
"value": "WAIT_FOR_TOOL_CALL_RESULTS",
|
|
4693
4696
|
"constraints": {
|
|
@@ -4705,7 +4708,7 @@
|
|
|
4705
4708
|
"value": "WAIT_FOR_TOOL_CALL_RESULTS"
|
|
4706
4709
|
},
|
|
4707
4710
|
{
|
|
4708
|
-
"name": "
|
|
4711
|
+
"name": "Cancel tool calls",
|
|
4709
4712
|
"value": "INTERRUPT_TOOL_CALLS"
|
|
4710
4713
|
}
|
|
4711
4714
|
]
|
|
@@ -4959,6 +4962,7 @@
|
|
|
4959
4962
|
{
|
|
4960
4963
|
"id": "events",
|
|
4961
4964
|
"label": "Event handling",
|
|
4965
|
+
"tooltip": "Configure how event sub-process results are handled. Results are added as user messages to the running agent.",
|
|
4962
4966
|
"openByDefault": false
|
|
4963
4967
|
},
|
|
4964
4968
|
{
|
|
@@ -6461,7 +6465,7 @@
|
|
|
6461
6465
|
{
|
|
6462
6466
|
"id": "data.events.behavior",
|
|
6463
6467
|
"label": "Event handling behavior",
|
|
6464
|
-
"description": "Behavior
|
|
6468
|
+
"description": "Behavior on completing an event sub-process.",
|
|
6465
6469
|
"optional": false,
|
|
6466
6470
|
"value": "WAIT_FOR_TOOL_CALL_RESULTS",
|
|
6467
6471
|
"constraints": {
|
|
@@ -6479,7 +6483,7 @@
|
|
|
6479
6483
|
"value": "WAIT_FOR_TOOL_CALL_RESULTS"
|
|
6480
6484
|
},
|
|
6481
6485
|
{
|
|
6482
|
-
"name": "
|
|
6486
|
+
"name": "Cancel tool calls",
|
|
6483
6487
|
"value": "INTERRUPT_TOOL_CALLS"
|
|
6484
6488
|
}
|
|
6485
6489
|
]
|