@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
package/package.json
CHANGED
package/src/connectors.js
CHANGED
|
@@ -67,14 +67,12 @@ import google_gemini_outbound_connector from "./element-templates/google-gemini-
|
|
|
67
67
|
import google_maps_platform_connector from "./element-templates/google-maps-platform-connector.json" with { type: "json" };
|
|
68
68
|
import google_sheets_outbound_connector from "./element-templates/google-sheets-outbound-connector.json" with { type: "json" };
|
|
69
69
|
import graphql_outbound_connector from "./element-templates/graphql-outbound-connector.json" with { type: "json" };
|
|
70
|
+
import http_connector from "./element-templates/http-connector.json.json" with { type: "json" };
|
|
70
71
|
import http_json_connector from "./element-templates/http-json-connector.json" with { type: "json" };
|
|
71
72
|
import http_polling_boundary_catch_event_connector from "./element-templates/http-polling-boundary-catch-event-connector.json" with { type: "json" };
|
|
72
73
|
import http_polling_connector from "./element-templates/http-polling-connector.json" with { type: "json" };
|
|
73
74
|
import hubspot_outbound_connector from "./element-templates/hubspot-outbound-connector.json" with { type: "json" };
|
|
74
75
|
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
76
|
import jdbc_outbound_connector from "./element-templates/jdbc-outbound-connector.json" with { type: "json" };
|
|
79
77
|
import kafka_inbound_connector_boundary from "./element-templates/kafka-inbound-connector-boundary.json" with { type: "json" };
|
|
80
78
|
import kafka_inbound_connector_intermediate from "./element-templates/kafka-inbound-connector-intermediate.json" with { type: "json" };
|
|
@@ -82,6 +80,9 @@ import kafka_inbound_connector_receive from "./element-templates/kafka-inbound-c
|
|
|
82
80
|
import kafka_inbound_connector_start_message from "./element-templates/kafka-inbound-connector-start-message.json" with { type: "json" };
|
|
83
81
|
import kafka_inbound_connector from "./element-templates/kafka-inbound-connector.json" with { type: "json" };
|
|
84
82
|
import kafka_outbound_connector from "./element-templates/kafka-outbound-connector.json" with { type: "json" };
|
|
83
|
+
import microsoft_o365_email_boundary_event_connector from "./element-templates/microsoft-o365-email-boundary-event-connector.json" with { type: "json" };
|
|
84
|
+
import microsoft_o365_email_intermediate_catch_event_connector from "./element-templates/microsoft-o365-email-intermediate-catch-event-connector.json" with { type: "json" };
|
|
85
|
+
import microsoft_o365_email_message_start_event_connector from "./element-templates/microsoft-o365-email-message-start-event-connector.json" with { type: "json" };
|
|
85
86
|
import microsoft_office365_mail_connector from "./element-templates/microsoft-office365-mail-connector.json" with { type: "json" };
|
|
86
87
|
import microsoft_teams_outbound_connector from "./element-templates/microsoft-teams-outbound-connector.json" with { type: "json" };
|
|
87
88
|
import openai_connector from "./element-templates/openai-connector.json" with { type: "json" };
|
|
@@ -185,14 +186,12 @@ const allConnectors = [
|
|
|
185
186
|
google_maps_platform_connector,
|
|
186
187
|
google_sheets_outbound_connector,
|
|
187
188
|
graphql_outbound_connector,
|
|
189
|
+
http_connector,
|
|
188
190
|
http_json_connector,
|
|
189
191
|
http_polling_boundary_catch_event_connector,
|
|
190
192
|
http_polling_connector,
|
|
191
193
|
hubspot_outbound_connector,
|
|
192
194
|
hugging_face_connector,
|
|
193
|
-
idp_classification_outbound_connector,
|
|
194
|
-
idp_structured_extraction_outbound_connector,
|
|
195
|
-
idp_unstructured_extraction_outbound_connector,
|
|
196
195
|
jdbc_outbound_connector,
|
|
197
196
|
kafka_inbound_connector_boundary,
|
|
198
197
|
kafka_inbound_connector_intermediate,
|
|
@@ -200,6 +199,9 @@ const allConnectors = [
|
|
|
200
199
|
kafka_inbound_connector_start_message,
|
|
201
200
|
kafka_inbound_connector,
|
|
202
201
|
kafka_outbound_connector,
|
|
202
|
+
microsoft_o365_email_boundary_event_connector,
|
|
203
|
+
microsoft_o365_email_intermediate_catch_event_connector,
|
|
204
|
+
microsoft_o365_email_message_start_event_connector,
|
|
203
205
|
microsoft_office365_mail_connector,
|
|
204
206
|
microsoft_teams_outbound_connector,
|
|
205
207
|
openai_connector,
|
package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
"metadata": {
|
|
8
8
|
"keywords": []
|
|
9
9
|
},
|
|
10
|
+
"documentationRef": "https://docs.camunda.io/docs/8.9/components/early-access/alpha/a2a-client/a2a-client-polling-connector/",
|
|
10
11
|
"version": 0,
|
|
11
12
|
"category": {
|
|
12
13
|
"id": "connectors",
|
|
@@ -323,14 +324,14 @@
|
|
|
323
324
|
"id": "resultExpression",
|
|
324
325
|
"label": "Result expression",
|
|
325
326
|
"description": "Expression to map the response into process variables",
|
|
327
|
+
"value": "={response: result}",
|
|
326
328
|
"feel": "required",
|
|
327
329
|
"group": "output",
|
|
328
330
|
"binding": {
|
|
329
331
|
"name": "resultExpression",
|
|
330
332
|
"type": "zeebe:property"
|
|
331
333
|
},
|
|
332
|
-
"type": "Text"
|
|
333
|
-
"value": "={response: result}"
|
|
334
|
+
"type": "Text"
|
|
334
335
|
}
|
|
335
336
|
],
|
|
336
337
|
"icon": {
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
"metadata": {
|
|
8
8
|
"keywords": []
|
|
9
9
|
},
|
|
10
|
+
"documentationRef": "https://docs.camunda.io/docs/8.9/components/early-access/alpha/a2a-client/a2a-client-polling-connector/",
|
|
10
11
|
"version": 0,
|
|
11
12
|
"category": {
|
|
12
13
|
"id": "connectors",
|
|
@@ -322,14 +323,14 @@
|
|
|
322
323
|
"id": "resultExpression",
|
|
323
324
|
"label": "Result expression",
|
|
324
325
|
"description": "Expression to map the response into process variables",
|
|
326
|
+
"value": "={response: result}",
|
|
325
327
|
"feel": "required",
|
|
326
328
|
"group": "output",
|
|
327
329
|
"binding": {
|
|
328
330
|
"name": "resultExpression",
|
|
329
331
|
"type": "zeebe:property"
|
|
330
332
|
},
|
|
331
|
-
"type": "Text"
|
|
332
|
-
"value": "={response: result}"
|
|
333
|
+
"type": "Text"
|
|
333
334
|
}
|
|
334
335
|
],
|
|
335
336
|
"icon": {
|
package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
"metadata": {
|
|
8
8
|
"keywords": []
|
|
9
9
|
},
|
|
10
|
+
"documentationRef": "https://docs.camunda.io/docs/8.9/components/early-access/alpha/a2a-client/a2a-client-webhook-connector/",
|
|
10
11
|
"version": 0,
|
|
11
12
|
"category": {
|
|
12
13
|
"id": "connectors",
|
|
@@ -541,14 +542,14 @@
|
|
|
541
542
|
"id": "resultExpression",
|
|
542
543
|
"label": "Result expression",
|
|
543
544
|
"description": "Expression to map the response into process variables",
|
|
545
|
+
"value": "={response: request.body}",
|
|
544
546
|
"feel": "required",
|
|
545
547
|
"group": "output",
|
|
546
548
|
"binding": {
|
|
547
549
|
"name": "resultExpression",
|
|
548
550
|
"type": "zeebe:property"
|
|
549
551
|
},
|
|
550
|
-
"type": "Text"
|
|
551
|
-
"value": "={response: request.body}"
|
|
552
|
+
"type": "Text"
|
|
552
553
|
}
|
|
553
554
|
],
|
|
554
555
|
"icon": {
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
"metadata": {
|
|
8
8
|
"keywords": []
|
|
9
9
|
},
|
|
10
|
+
"documentationRef": "https://docs.camunda.io/docs/8.9/components/early-access/alpha/a2a-client/a2a-client-webhook-connector/",
|
|
10
11
|
"version": 0,
|
|
11
12
|
"category": {
|
|
12
13
|
"id": "connectors",
|
|
@@ -540,14 +541,14 @@
|
|
|
540
541
|
"id": "resultExpression",
|
|
541
542
|
"label": "Result expression",
|
|
542
543
|
"description": "Expression to map the response into process variables",
|
|
544
|
+
"value": "={response: request.body}",
|
|
543
545
|
"feel": "required",
|
|
544
546
|
"group": "output",
|
|
545
547
|
"binding": {
|
|
546
548
|
"name": "resultExpression",
|
|
547
549
|
"type": "zeebe:property"
|
|
548
550
|
},
|
|
549
|
-
"type": "Text"
|
|
550
|
-
"value": "={response: request.body}"
|
|
551
|
+
"type": "Text"
|
|
551
552
|
}
|
|
552
553
|
],
|
|
553
554
|
"icon": {
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
-
"name": "Ad-hoc
|
|
5
|
-
"id": "io.camunda.connectors.agenticai.adhoctoolsschema.
|
|
6
|
-
"description": "Connector to fetch tools schema information from an ad-hoc
|
|
4
|
+
"name": "Ad-hoc tools schema",
|
|
5
|
+
"id": "io.camunda.connectors.agenticai.adhoctoolsschema.v1",
|
|
6
|
+
"description": "Connector to fetch tools schema information from an ad-hoc sub-process. Compatible with 8.8.0-alpha6 or later.",
|
|
7
7
|
"metadata": {
|
|
8
8
|
"keywords": []
|
|
9
9
|
},
|
|
10
|
-
"
|
|
10
|
+
"documentationRef": "https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-ad-hoc-tools-schema-resolver/",
|
|
11
|
+
"version": 1,
|
|
11
12
|
"deprecated": true,
|
|
12
13
|
"category": {
|
|
13
14
|
"id": "connectors",
|
|
@@ -17,10 +18,13 @@
|
|
|
17
18
|
"elementType": {
|
|
18
19
|
"value": "bpmn:ServiceTask"
|
|
19
20
|
},
|
|
21
|
+
"engines": {
|
|
22
|
+
"camunda": "^8.8"
|
|
23
|
+
},
|
|
20
24
|
"groups": [
|
|
21
25
|
{
|
|
22
26
|
"id": "tools",
|
|
23
|
-
"label": "Available
|
|
27
|
+
"label": "Available tools"
|
|
24
28
|
},
|
|
25
29
|
{
|
|
26
30
|
"id": "connector",
|
|
@@ -41,7 +45,7 @@
|
|
|
41
45
|
],
|
|
42
46
|
"properties": [
|
|
43
47
|
{
|
|
44
|
-
"value": "io.camunda.agenticai:adhoctoolsschema:
|
|
48
|
+
"value": "io.camunda.agenticai:adhoctoolsschema:1",
|
|
45
49
|
"binding": {
|
|
46
50
|
"property": "type",
|
|
47
51
|
"type": "zeebe:taskDefinition"
|
|
@@ -50,9 +54,12 @@
|
|
|
50
54
|
},
|
|
51
55
|
{
|
|
52
56
|
"id": "data.containerElementId",
|
|
53
|
-
"label": "Ad-hoc
|
|
54
|
-
"description": "The ID of the
|
|
57
|
+
"label": "Ad-hoc sub-process ID",
|
|
58
|
+
"description": "The ID of the sub-process containing the tools to be called",
|
|
55
59
|
"optional": false,
|
|
60
|
+
"constraints": {
|
|
61
|
+
"notEmpty": true
|
|
62
|
+
},
|
|
56
63
|
"feel": "optional",
|
|
57
64
|
"group": "tools",
|
|
58
65
|
"binding": {
|
|
@@ -65,7 +72,7 @@
|
|
|
65
72
|
"id": "version",
|
|
66
73
|
"label": "Version",
|
|
67
74
|
"description": "Version of the element template",
|
|
68
|
-
"value": "
|
|
75
|
+
"value": "1",
|
|
69
76
|
"group": "connector",
|
|
70
77
|
"binding": {
|
|
71
78
|
"key": "elementTemplateVersion",
|
|
@@ -77,7 +84,7 @@
|
|
|
77
84
|
"id": "id",
|
|
78
85
|
"label": "ID",
|
|
79
86
|
"description": "ID of the element template",
|
|
80
|
-
"value": "io.camunda.connectors.agenticai.adhoctoolsschema.
|
|
87
|
+
"value": "io.camunda.connectors.agenticai.adhoctoolsschema.v1",
|
|
81
88
|
"group": "connector",
|
|
82
89
|
"binding": {
|
|
83
90
|
"key": "elementTemplateId",
|
|
@@ -146,23 +153,19 @@
|
|
|
146
153
|
"type": "String"
|
|
147
154
|
}
|
|
148
155
|
],
|
|
149
|
-
"engines": {
|
|
150
|
-
"camunda": "^8.8"
|
|
151
|
-
},
|
|
152
156
|
"icon": {
|
|
153
157
|
"contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIGZpbGw9IiMwMDAwMDAiIGhlaWdodD0iODAwcHgiIHdpZHRoPSI4MDBweCIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgCgkgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnPgoJCTxnPgoJCQk8cGF0aCBkPSJNNTAwLjIzLDI3MC4wNTFoLTc0LjU0VjIxMi42NmMwLTYuNTAxLTUuMjcxLTExLjc3LTExLjc3LTExLjc3aC00OC4xbDI3LjY4OC00Ny45NThsNjQuMDQ2LDM2Ljk3NwoJCQkJYzEuODA0LDEuMDQzLDMuODM3LDEuNTc3LDUuODg1LDEuNTc3YzEuMDE5LDAsMi4wNDQtMC4xMzMsMy4wNDYtMC40MDFjMy4wMTctMC44MDksNS41ODYtMi43OCw3LjE0Ny01LjQ4NGwyMC41OTgtMzUuNjc4CgkJCQljMi41MzMtNC4zODgsMS45NzUtOS45MDYtMS4zODktMTMuNjk2QzQ0NS45MTMsODMuMzMzLDM5NC43OTMsMjkuMzcxLDMzMS40MjQsMS42NDljLTUuNDkxLTIuNDAyLTExLjkxMy0wLjI5NC0xNC45MSw0Ljg5OQoJCQkJbC0zOC4yNTMsNjYuMjU2Yy0zLjI1MSw1LjYzLTEuMzIyLDEyLjgyOCw0LjMwOCwxNi4wNzhsMzkuNTg2LDIyLjg1NWwtNjkuMzk0LDEyMC4xODlsLTc4Ljg5My0xMTYuOTUzbC0yLjE5NC0xNi44MTgKCQkJCWMtMC4yMzctMS44MTMtMC44OTItMy41NDQtMS45MTQtNS4wNTlsLTI5LjgzNy00NC4yMzJjLTMuNjM2LTUuMzktMTAuOTUyLTYuODEtMTYuMzM5LTMuMTc2bC01My42NiwzNi4xOTMKCQkJCWMtMi41ODgsMS43NDYtNC4zNzcsNC40NDgtNC45NzMsNy41MTJjLTAuNTk2LDMuMDY0LDAuMDUxLDYuMjQsMS43OTYsOC44MjhsMjkuODM3LDQ0LjIzMmMxLjAyLDEuNTEzLDIuMzc5LDIuNzY3LDMuOTY4LDMuNjY1CgkJCQlsMTQuNzY5LDguMzQ1bDc3Ljk3LDExNS41ODdIMTQ3LjY3bC00Ni40NTgtOTUuNDg1Yy0yLjg0NS01Ljg0NS05Ljg5LTguMjc3LTE1LjczMy01LjQzNGMtNS44NDUsMi44NDUtOC4yNzgsOS44ODgtNS40MzQsMTUuNzMzCgkJCQlsNDEuNDQ3LDg1LjE4Nkg5MS43MTJsLTE4LjU1Ni00Mi4yMDVjLTIuNjE4LTUuOTUxLTkuNTY2LTguNjUzLTE1LjUxMi02LjAzN2MtNS45NTEsMi42MTYtOC42NTUsOS41NjEtNi4wMzgsMTUuNTEyCgkJCQlsMTQuMzksMzIuNzMySDExLjc3Yy02LjUsMC0xMS43Nyw1LjI2OS0xMS43NywxMS43N3Y2NC43MzZjMCw2LjUwMSw1LjI3MSwxMS43NywxMS43NywxMS43N2gyMC41OTh2MTQxLjI0MQoJCQkJYzAsNi41MDEsNS4yNzEsMTEuNzcsMTEuNzcsMTEuNzdoNDIzLjcyNGM2LjQ5OSwwLDExLjc3LTUuMjY5LDExLjc3LTExLjc3VjM1OC4zMjhoMjAuNTk4YzYuNSwwLDExLjc3LTUuMjY5LDExLjc3LTExLjc3CgkJCQl2LTY0LjczNkM1MTIsMjc1LjMyLDUwNi43MjksMjcwLjA1MSw1MDAuMjMsMjcwLjA1MXogTTQwMi4xNSwyMjQuNDN2NDUuNjIxaC03Ni4yNTlsMjYuMzM4LTQ1LjYyMUg0MDIuMTV6IE0zMDQuNTMzLDc0LjM4MQoJCQkJbDI2Ljk4Mi00Ni43MzRjNTIuMzg1LDI1LjgyNyw5Ni45MTcsNzEuNzgsMTM4LjA4LDExNy44NjhsLTEwLjQ2NCwxOC4xMjJMMzA0LjUzMyw3NC4zODF6IE0yNjMuNzM0LDI2MC4wMTMKCQkJCWMwLjAwNS0wLjAwOCwwLjAwNy0wLjAxNiwwLjAxMi0wLjAyNWw3OC43OTktMTM2LjQ4MmwzMC41NzgsMTcuNjU0bC03NC40MTIsMTI4Ljg5aC00MC43NzRMMjYzLjczNCwyNjAuMDEzeiBNMTMzLjI4NSwxMzkKCQkJCWMtMS4wMi0xLjUxMi0yLjM3OS0yLjc2Ny0zLjk2OC0zLjY2NWwtMTQuNzY5LTguMzQ1TDkyLjg0Niw5NC44MTVsMzQuMTQ0LTIzLjAyOWwyMS43MDIsMzIuMTcxbDIuMTk0LDE2LjgxOAoJCQkJYzAuMjM3LDEuODEzLDAuODkyLDMuNTQ0LDEuOTE0LDUuMDU5bDg2Ljg2OCwxMjguNzcybC04LjkxNywxNS40NDRoLTkuMDYzTDEzMy4yODUsMTM5eiBNNDU2LjA5Miw0MzguOTUyaC00OC44NDYKCQkJCWMtNi40OTksMC0xMS43Nyw1LjI2OS0xMS43NywxMS43N3M1LjI3MSwxMS43NywxMS43NywxMS43N2g0OC44NDZ2MjUuMzA2SDU1LjkwOHYtMjUuMzA2aDQ4Ljg0NgoJCQkJYzYuNDk5LDAsMTEuNzctNS4yNjksMTEuNzctMTEuNzdzLTUuMjcxLTExLjc3LTExLjc3LTExLjc3SDU1LjkwOHYtODAuNjI1aDEzNS4zNTZ2NDEuMTk1YzAsNi41MDEsNS4yNzEsMTEuNzcsMTEuNzcsMTEuNzcKCQkJCWgxMDUuOTMxYzYuNDk5LDAsMTEuNzctNS4yNjksMTEuNzctMTEuNzd2LTQxLjE5NWgxMzUuMzU2VjQzOC45NTJ6IE0yMTQuODA1LDM4Ny43NTJ2LTI5LjQyNWg4Mi4zOTF2MjkuNDI1SDIxNC44MDV6CgkJCQkgTTQ4OC40NiwzMzQuNzg3SDIzLjU0di00MS4xOTVoNDY0LjkyVjMzNC43ODd6Ii8+CgkJCTxwYXRoIGQ9Ik0xNDkuNjc3LDQzOC45NTJIMTQ4LjVjLTYuNDk5LDAtMTEuNzcsNS4yNjktMTEuNzcsMTEuNzdzNS4yNzEsMTEuNzcsMTEuNzcsMTEuNzdoMS4xNzcKCQkJCWM2LjQ5OSwwLDExLjc3LTUuMjY5LDExLjc3LTExLjc3UzE1Ni4xNzYsNDM4Ljk1MiwxNDkuNjc3LDQzOC45NTJ6Ii8+CgkJCTxwYXRoIGQ9Ik0zNjIuMzIzLDQ2Mi40OTJoMS4xNzdjNi40OTksMCwxMS43Ny01LjI2OSwxMS43Ny0xMS43N3MtNS4yNzEtMTEuNzctMTEuNzctMTEuNzdoLTEuMTc3CgkJCQljLTYuNDk5LDAtMTEuNzcsNS4yNjktMTEuNzcsMTEuNzdTMzU1LjgyNCw0NjIuNDkyLDM2Mi4zMjMsNDYyLjQ5MnoiLz4KCQk8L2c+Cgk8L2c+CjwvZz4KPC9zdmc+Cg=="
|
|
154
158
|
}
|
|
155
159
|
},
|
|
156
160
|
{
|
|
157
161
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
158
|
-
"name": "Ad-hoc tools schema",
|
|
159
|
-
"id": "io.camunda.connectors.agenticai.adhoctoolsschema.
|
|
160
|
-
"description": "Connector to fetch tools schema information from an ad-hoc
|
|
162
|
+
"name": "Ad-hoc subprocess tools schema (alpha)",
|
|
163
|
+
"id": "io.camunda.connectors.agenticai.adhoctoolsschema.v0",
|
|
164
|
+
"description": "Connector to fetch tools schema information from an ad-hoc subprocess",
|
|
161
165
|
"metadata": {
|
|
162
166
|
"keywords": []
|
|
163
167
|
},
|
|
164
|
-
"
|
|
165
|
-
"version": 1,
|
|
168
|
+
"version": 0,
|
|
166
169
|
"deprecated": true,
|
|
167
170
|
"category": {
|
|
168
171
|
"id": "connectors",
|
|
@@ -172,13 +175,10 @@
|
|
|
172
175
|
"elementType": {
|
|
173
176
|
"value": "bpmn:ServiceTask"
|
|
174
177
|
},
|
|
175
|
-
"engines": {
|
|
176
|
-
"camunda": "^8.8"
|
|
177
|
-
},
|
|
178
178
|
"groups": [
|
|
179
179
|
{
|
|
180
180
|
"id": "tools",
|
|
181
|
-
"label": "Available
|
|
181
|
+
"label": "Available Tools"
|
|
182
182
|
},
|
|
183
183
|
{
|
|
184
184
|
"id": "connector",
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
],
|
|
200
200
|
"properties": [
|
|
201
201
|
{
|
|
202
|
-
"value": "io.camunda.agenticai:adhoctoolsschema:
|
|
202
|
+
"value": "io.camunda.agenticai:adhoctoolsschema:0",
|
|
203
203
|
"binding": {
|
|
204
204
|
"property": "type",
|
|
205
205
|
"type": "zeebe:taskDefinition"
|
|
@@ -208,12 +208,9 @@
|
|
|
208
208
|
},
|
|
209
209
|
{
|
|
210
210
|
"id": "data.containerElementId",
|
|
211
|
-
"label": "Ad-hoc
|
|
212
|
-
"description": "The ID of the
|
|
211
|
+
"label": "Ad-hoc subprocess ID containing tools",
|
|
212
|
+
"description": "The ID of the subprocess containing the tools to be called",
|
|
213
213
|
"optional": false,
|
|
214
|
-
"constraints": {
|
|
215
|
-
"notEmpty": true
|
|
216
|
-
},
|
|
217
214
|
"feel": "optional",
|
|
218
215
|
"group": "tools",
|
|
219
216
|
"binding": {
|
|
@@ -226,7 +223,7 @@
|
|
|
226
223
|
"id": "version",
|
|
227
224
|
"label": "Version",
|
|
228
225
|
"description": "Version of the element template",
|
|
229
|
-
"value": "
|
|
226
|
+
"value": "0",
|
|
230
227
|
"group": "connector",
|
|
231
228
|
"binding": {
|
|
232
229
|
"key": "elementTemplateVersion",
|
|
@@ -238,7 +235,7 @@
|
|
|
238
235
|
"id": "id",
|
|
239
236
|
"label": "ID",
|
|
240
237
|
"description": "ID of the element template",
|
|
241
|
-
"value": "io.camunda.connectors.agenticai.adhoctoolsschema.
|
|
238
|
+
"value": "io.camunda.connectors.agenticai.adhoctoolsschema.v0",
|
|
242
239
|
"group": "connector",
|
|
243
240
|
"binding": {
|
|
244
241
|
"key": "elementTemplateId",
|
|
@@ -307,6 +304,9 @@
|
|
|
307
304
|
"type": "String"
|
|
308
305
|
}
|
|
309
306
|
],
|
|
307
|
+
"engines": {
|
|
308
|
+
"camunda": "^8.8"
|
|
309
|
+
},
|
|
310
310
|
"icon": {
|
|
311
311
|
"contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIGZpbGw9IiMwMDAwMDAiIGhlaWdodD0iODAwcHgiIHdpZHRoPSI4MDBweCIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgCgkgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnPgoJCTxnPgoJCQk8cGF0aCBkPSJNNTAwLjIzLDI3MC4wNTFoLTc0LjU0VjIxMi42NmMwLTYuNTAxLTUuMjcxLTExLjc3LTExLjc3LTExLjc3aC00OC4xbDI3LjY4OC00Ny45NThsNjQuMDQ2LDM2Ljk3NwoJCQkJYzEuODA0LDEuMDQzLDMuODM3LDEuNTc3LDUuODg1LDEuNTc3YzEuMDE5LDAsMi4wNDQtMC4xMzMsMy4wNDYtMC40MDFjMy4wMTctMC44MDksNS41ODYtMi43OCw3LjE0Ny01LjQ4NGwyMC41OTgtMzUuNjc4CgkJCQljMi41MzMtNC4zODgsMS45NzUtOS45MDYtMS4zODktMTMuNjk2QzQ0NS45MTMsODMuMzMzLDM5NC43OTMsMjkuMzcxLDMzMS40MjQsMS42NDljLTUuNDkxLTIuNDAyLTExLjkxMy0wLjI5NC0xNC45MSw0Ljg5OQoJCQkJbC0zOC4yNTMsNjYuMjU2Yy0zLjI1MSw1LjYzLTEuMzIyLDEyLjgyOCw0LjMwOCwxNi4wNzhsMzkuNTg2LDIyLjg1NWwtNjkuMzk0LDEyMC4xODlsLTc4Ljg5My0xMTYuOTUzbC0yLjE5NC0xNi44MTgKCQkJCWMtMC4yMzctMS44MTMtMC44OTItMy41NDQtMS45MTQtNS4wNTlsLTI5LjgzNy00NC4yMzJjLTMuNjM2LTUuMzktMTAuOTUyLTYuODEtMTYuMzM5LTMuMTc2bC01My42NiwzNi4xOTMKCQkJCWMtMi41ODgsMS43NDYtNC4zNzcsNC40NDgtNC45NzMsNy41MTJjLTAuNTk2LDMuMDY0LDAuMDUxLDYuMjQsMS43OTYsOC44MjhsMjkuODM3LDQ0LjIzMmMxLjAyLDEuNTEzLDIuMzc5LDIuNzY3LDMuOTY4LDMuNjY1CgkJCQlsMTQuNzY5LDguMzQ1bDc3Ljk3LDExNS41ODdIMTQ3LjY3bC00Ni40NTgtOTUuNDg1Yy0yLjg0NS01Ljg0NS05Ljg5LTguMjc3LTE1LjczMy01LjQzNGMtNS44NDUsMi44NDUtOC4yNzgsOS44ODgtNS40MzQsMTUuNzMzCgkJCQlsNDEuNDQ3LDg1LjE4Nkg5MS43MTJsLTE4LjU1Ni00Mi4yMDVjLTIuNjE4LTUuOTUxLTkuNTY2LTguNjUzLTE1LjUxMi02LjAzN2MtNS45NTEsMi42MTYtOC42NTUsOS41NjEtNi4wMzgsMTUuNTEyCgkJCQlsMTQuMzksMzIuNzMySDExLjc3Yy02LjUsMC0xMS43Nyw1LjI2OS0xMS43NywxMS43N3Y2NC43MzZjMCw2LjUwMSw1LjI3MSwxMS43NywxMS43NywxMS43N2gyMC41OTh2MTQxLjI0MQoJCQkJYzAsNi41MDEsNS4yNzEsMTEuNzcsMTEuNzcsMTEuNzdoNDIzLjcyNGM2LjQ5OSwwLDExLjc3LTUuMjY5LDExLjc3LTExLjc3VjM1OC4zMjhoMjAuNTk4YzYuNSwwLDExLjc3LTUuMjY5LDExLjc3LTExLjc3CgkJCQl2LTY0LjczNkM1MTIsMjc1LjMyLDUwNi43MjksMjcwLjA1MSw1MDAuMjMsMjcwLjA1MXogTTQwMi4xNSwyMjQuNDN2NDUuNjIxaC03Ni4yNTlsMjYuMzM4LTQ1LjYyMUg0MDIuMTV6IE0zMDQuNTMzLDc0LjM4MQoJCQkJbDI2Ljk4Mi00Ni43MzRjNTIuMzg1LDI1LjgyNyw5Ni45MTcsNzEuNzgsMTM4LjA4LDExNy44NjhsLTEwLjQ2NCwxOC4xMjJMMzA0LjUzMyw3NC4zODF6IE0yNjMuNzM0LDI2MC4wMTMKCQkJCWMwLjAwNS0wLjAwOCwwLjAwNy0wLjAxNiwwLjAxMi0wLjAyNWw3OC43OTktMTM2LjQ4MmwzMC41NzgsMTcuNjU0bC03NC40MTIsMTI4Ljg5aC00MC43NzRMMjYzLjczNCwyNjAuMDEzeiBNMTMzLjI4NSwxMzkKCQkJCWMtMS4wMi0xLjUxMi0yLjM3OS0yLjc2Ny0zLjk2OC0zLjY2NWwtMTQuNzY5LTguMzQ1TDkyLjg0Niw5NC44MTVsMzQuMTQ0LTIzLjAyOWwyMS43MDIsMzIuMTcxbDIuMTk0LDE2LjgxOAoJCQkJYzAuMjM3LDEuODEzLDAuODkyLDMuNTQ0LDEuOTE0LDUuMDU5bDg2Ljg2OCwxMjguNzcybC04LjkxNywxNS40NDRoLTkuMDYzTDEzMy4yODUsMTM5eiBNNDU2LjA5Miw0MzguOTUyaC00OC44NDYKCQkJCWMtNi40OTksMC0xMS43Nyw1LjI2OS0xMS43NywxMS43N3M1LjI3MSwxMS43NywxMS43NywxMS43N2g0OC44NDZ2MjUuMzA2SDU1LjkwOHYtMjUuMzA2aDQ4Ljg0NgoJCQkJYzYuNDk5LDAsMTEuNzctNS4yNjksMTEuNzctMTEuNzdzLTUuMjcxLTExLjc3LTExLjc3LTExLjc3SDU1LjkwOHYtODAuNjI1aDEzNS4zNTZ2NDEuMTk1YzAsNi41MDEsNS4yNzEsMTEuNzcsMTEuNzcsMTEuNzcKCQkJCWgxMDUuOTMxYzYuNDk5LDAsMTEuNzctNS4yNjksMTEuNzctMTEuNzd2LTQxLjE5NWgxMzUuMzU2VjQzOC45NTJ6IE0yMTQuODA1LDM4Ny43NTJ2LTI5LjQyNWg4Mi4zOTF2MjkuNDI1SDIxNC44MDV6CgkJCQkgTTQ4OC40NiwzMzQuNzg3SDIzLjU0di00MS4xOTVoNDY0LjkyVjMzNC43ODd6Ii8+CgkJCTxwYXRoIGQ9Ik0xNDkuNjc3LDQzOC45NTJIMTQ4LjVjLTYuNDk5LDAtMTEuNzcsNS4yNjktMTEuNzcsMTEuNzdzNS4yNzEsMTEuNzcsMTEuNzcsMTEuNzdoMS4xNzcKCQkJCWM2LjQ5OSwwLDExLjc3LTUuMjY5LDExLjc3LTExLjc3UzE1Ni4xNzYsNDM4Ljk1MiwxNDkuNjc3LDQzOC45NTJ6Ii8+CgkJCTxwYXRoIGQ9Ik0zNjIuMzIzLDQ2Mi40OTJoMS4xNzdjNi40OTksMCwxMS43Ny01LjI2OSwxMS43Ny0xMS43N3MtNS4yNzEtMTEuNzctMTEuNzctMTEuNzdoLTEuMTc3CgkJCQljLTYuNDk5LDAtMTEuNzcsNS4yNjktMTEuNzcsMTEuNzdTMzU1LjgyNCw0NjIuNDkyLDM2Mi4zMjMsNDYyLjQ5MnoiLz4KCQk8L2c+Cgk8L2c+CjwvZz4KPC9zdmc+Cg=="
|
|
312
312
|
}
|