@camunda/connectors-element-templates 1.0.19 → 1.0.21
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 +2 -2
- package/src/connectors-template.js +1 -3
- package/src/connectors.js +4 -0
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +43 -43
- package/src/element-templates/agenticai-aiagent-job-worker.json +2230 -222
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +6281 -4356
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +718 -36
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2394 -949
- package/src/element-templates/app-integrations-connector.json +1047 -0
- package/src/element-templates/asana-connector.json +943 -109
- package/src/element-templates/automation-anywhere-outbound-connector.json +2240 -1747
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +1068 -30
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +386 -5
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +442 -5
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +417 -5
- package/src/element-templates/aws-bedrock-outbound-connector.json +2273 -623
- package/src/element-templates/aws-comprehend-outbound-connector.json +1573 -1
- package/src/element-templates/aws-dynamodb-outbound-connector.json +2950 -162
- package/src/element-templates/aws-eventbridge-connector-boundary.json +40 -40
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +62 -62
- package/src/element-templates/aws-eventbridge-connector-start-event.json +33 -33
- package/src/element-templates/aws-eventbridge-outbound-connector.json +838 -424
- package/src/element-templates/aws-lambda-outbound-connector.json +495 -96
- package/src/element-templates/aws-s3-outbound-connector.json +2238 -44
- package/src/element-templates/aws-sagemaker-outbound-connector.json +681 -52
- package/src/element-templates/aws-sns-inbound-boundary.json +4 -3
- package/src/element-templates/aws-sns-inbound-intermediate.json +341 -340
- package/src/element-templates/aws-sns-inbound-message-start.json +241 -240
- package/src/element-templates/aws-sns-inbound-receive.json +4 -3
- package/src/element-templates/aws-sns-inbound-start-event.json +133 -133
- package/src/element-templates/aws-sns-outbound-connector.json +581 -124
- package/src/element-templates/aws-sqs-boundary-connector.json +939 -420
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +851 -332
- package/src/element-templates/aws-sqs-outbound-connector.json +589 -136
- package/src/element-templates/aws-sqs-receive-connector.json +525 -7
- package/src/element-templates/aws-sqs-start-event-connector.json +380 -380
- package/src/element-templates/aws-sqs-start-message.json +736 -185
- package/src/element-templates/aws-textract-outbound-connector.json +866 -131
- package/src/element-templates/azure-blobstorage-outbound-connector.json +1648 -225
- package/src/element-templates/azure-open-ai-connector.json +1371 -8
- package/src/element-templates/blue-prism-connector.json +609 -30
- package/src/element-templates/box-outbound-connector.json +2356 -272
- package/src/element-templates/csv-outbound-connector.json +449 -0
- package/src/element-templates/easy-post-connector.json +1251 -170
- package/src/element-templates/email-outbound-connector.json +3087 -1013
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +2161 -1
- package/src/element-templates/github-connector.json +18554 -14368
- package/src/element-templates/github-webhook-connector-boundary.json +24 -24
- package/src/element-templates/github-webhook-connector-intermediate.json +8 -8
- package/src/element-templates/github-webhook-connector-message-start.json +8 -8
- package/src/element-templates/github-webhook-connector-receive.json +8 -8
- package/src/element-templates/github-webhook-connector-start-event.json +58 -58
- package/src/element-templates/gitlab-connector.json +3022 -1120
- package/src/element-templates/google-cloud-storage-outbound-connector.json +1447 -240
- package/src/element-templates/google-drive-outbound-connector.json +2980 -1428
- package/src/element-templates/google-gemini-outbound-connector.json +41 -55
- package/src/element-templates/google-maps-platform-connector.json +688 -137
- package/src/element-templates/google-sheets-outbound-connector.json +3186 -2030
- package/src/element-templates/graphql-outbound-connector.json +4149 -1485
- package/src/element-templates/http-json-connector.json +6143 -2053
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +2426 -364
- package/src/element-templates/http-polling-connector.json +3312 -1250
- package/src/element-templates/hubspot-outbound-connector.json +2817 -67
- package/src/element-templates/hugging-face-connector.json +83 -82
- package/src/element-templates/jdbc-outbound-connector.json +506 -9
- package/src/element-templates/kafka-inbound-connector-boundary.json +968 -971
- package/src/element-templates/kafka-inbound-connector-intermediate.json +53 -56
- package/src/element-templates/kafka-inbound-connector-receive.json +9 -12
- package/src/element-templates/kafka-inbound-connector-start-message.json +545 -548
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +304 -308
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +7 -10
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +7 -10
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +7 -10
- package/src/element-templates/microsoft-office365-mail-connector.json +2077 -35
- package/src/element-templates/microsoft-teams-outbound-connector.json +2897 -456
- package/src/element-templates/openai-connector.json +701 -207
- package/src/element-templates/operate-connector.json +83 -86
- package/src/element-templates/orchestration-connector.json +1843 -0
- package/src/element-templates/power-automate-connector.json +62 -62
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +772 -774
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +456 -458
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +573 -575
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +5 -7
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +347 -347
- package/src/element-templates/rabbitmq-outbound-connector.json +631 -631
- package/src/element-templates/rpa-connector.json +6 -6
- package/src/element-templates/salesforce-connector.json +653 -19
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +301 -1
- package/src/element-templates/send-message-connector-message-end-event.json +301 -1
- package/src/element-templates/send-message-connector-send-task.json +300 -1
- package/src/element-templates/sendgrid-outbound-connector.json +790 -790
- package/src/element-templates/servicenow-connector.json +1364 -7
- package/src/element-templates/servicenow-flow-starter-connector.json +16 -16
- package/src/element-templates/servicenow-incident-connector.json +1075 -29
- package/src/element-templates/slack-inbound-boundary.json +493 -493
- package/src/element-templates/slack-inbound-intermediate.json +448 -448
- package/src/element-templates/slack-inbound-message-start.json +369 -369
- package/src/element-templates/slack-inbound-receive.json +2 -2
- package/src/element-templates/slack-inbound-start-event.json +328 -328
- package/src/element-templates/slack-outbound-connector.json +2365 -1262
- package/src/element-templates/soap-outbound-connector.json +113 -117
- package/src/element-templates/twilio-connector.json +1186 -373
- package/src/element-templates/twilio-webhook-boundary-connector.json +9 -10
- package/src/element-templates/twilio-webhook-connector.json +60 -61
- package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -32
- package/src/element-templates/twilio-webhook-message-start-connector.json +10 -11
- package/src/element-templates/twilio-webhook-receive-connector.json +9 -10
- package/src/element-templates/uipath-connector.json +668 -50
- package/src/element-templates/webhook-connector-boundary.json +1040 -385
- package/src/element-templates/webhook-connector-intermediate.json +2100 -1445
- package/src/element-templates/webhook-connector-receive.json +659 -5
- package/src/element-templates/webhook-connector-start-event.json +1860 -1299
- package/src/element-templates/webhook-connector-start-message.json +1535 -848
- package/src/element-templates/whatsapp-connector.json +393 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camunda/connectors-element-templates",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.21",
|
|
4
4
|
"description": "Camunda Connectors Store with all out of the box connectors",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"license": "Camunda License 1.0",
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"mocha": "^11.7.1",
|
|
14
|
-
"prettier": "3.
|
|
14
|
+
"prettier": "3.9.6"
|
|
15
15
|
},
|
|
16
16
|
"repository": {
|
|
17
17
|
"type": "git",
|
package/src/connectors.js
CHANGED
|
@@ -17,6 +17,7 @@ import agenticai_aiagent_outbound_connector from "./element-templates/agenticai-
|
|
|
17
17
|
import agenticai_mcp_client_outbound_connector from "./element-templates/agenticai-mcp-client-outbound-connector.json" with { type: "json" };
|
|
18
18
|
import agenticai_mcp_message_start_event from "./element-templates/agenticai-mcp-message-start-event.json" with { type: "json" };
|
|
19
19
|
import agenticai_mcp_remote_client_outbound_connector from "./element-templates/agenticai-mcp-remote-client-outbound-connector.json" with { type: "json" };
|
|
20
|
+
import app_integrations_connector from "./element-templates/app-integrations-connector.json" with { type: "json" };
|
|
20
21
|
import asana_connector from "./element-templates/asana-connector.json" with { type: "json" };
|
|
21
22
|
import automation_anywhere_outbound_connector from "./element-templates/automation-anywhere-outbound-connector.json" with { type: "json" };
|
|
22
23
|
import aws_bedrock_agentcore_long_term_memory_outbound_connector from "./element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json" with { type: "json" };
|
|
@@ -92,6 +93,7 @@ import microsoft_office365_mail_connector from "./element-templates/microsoft-of
|
|
|
92
93
|
import microsoft_teams_outbound_connector from "./element-templates/microsoft-teams-outbound-connector.json" with { type: "json" };
|
|
93
94
|
import openai_connector from "./element-templates/openai-connector.json" with { type: "json" };
|
|
94
95
|
import operate_connector from "./element-templates/operate-connector.json" with { type: "json" };
|
|
96
|
+
import orchestration_connector from "./element-templates/orchestration-connector.json" with { type: "json" };
|
|
95
97
|
import power_automate_connector from "./element-templates/power-automate-connector.json" with { type: "json" };
|
|
96
98
|
import rabbitmq_inbound_connector_boundary from "./element-templates/rabbitmq-inbound-connector-boundary.json" with { type: "json" };
|
|
97
99
|
import rabbitmq_inbound_connector_intermediate from "./element-templates/rabbitmq-inbound-connector-intermediate.json" with { type: "json" };
|
|
@@ -141,6 +143,7 @@ const allConnectors = [
|
|
|
141
143
|
agenticai_mcp_client_outbound_connector,
|
|
142
144
|
agenticai_mcp_message_start_event,
|
|
143
145
|
agenticai_mcp_remote_client_outbound_connector,
|
|
146
|
+
app_integrations_connector,
|
|
144
147
|
asana_connector,
|
|
145
148
|
automation_anywhere_outbound_connector,
|
|
146
149
|
aws_bedrock_agentcore_long_term_memory_outbound_connector,
|
|
@@ -216,6 +219,7 @@ const allConnectors = [
|
|
|
216
219
|
microsoft_teams_outbound_connector,
|
|
217
220
|
openai_connector,
|
|
218
221
|
operate_connector,
|
|
222
|
+
orchestration_connector,
|
|
219
223
|
power_automate_connector,
|
|
220
224
|
rabbitmq_inbound_connector_boundary,
|
|
221
225
|
rabbitmq_inbound_connector_intermediate,
|
|
@@ -3,13 +3,9 @@
|
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
4
|
"name": "Ad-hoc tools schema",
|
|
5
5
|
"id": "io.camunda.connectors.agenticai.adhoctoolsschema.v1",
|
|
6
|
-
"description": "Connector to fetch tools schema information from an ad-hoc sub-process.
|
|
7
|
-
"
|
|
8
|
-
|
|
9
|
-
},
|
|
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,
|
|
12
|
-
"deprecated": true,
|
|
6
|
+
"description": "Connector to fetch tools schema information from an ad-hoc sub-process.",
|
|
7
|
+
"documentationRef": "https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/agentic-ai-ad-hoc-tools-schema-resolver/",
|
|
8
|
+
"version": 2,
|
|
13
9
|
"category": {
|
|
14
10
|
"id": "aiTools",
|
|
15
11
|
"name": "AI Tools"
|
|
@@ -72,7 +68,7 @@
|
|
|
72
68
|
"id": "version",
|
|
73
69
|
"label": "Version",
|
|
74
70
|
"description": "Version of the element template",
|
|
75
|
-
"value": "
|
|
71
|
+
"value": "2",
|
|
76
72
|
"group": "connector",
|
|
77
73
|
"binding": {
|
|
78
74
|
"key": "elementTemplateVersion",
|
|
@@ -95,7 +91,7 @@
|
|
|
95
91
|
{
|
|
96
92
|
"id": "resultVariable",
|
|
97
93
|
"label": "Result variable",
|
|
98
|
-
"description": "Name of variable to store the response in",
|
|
94
|
+
"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>.",
|
|
99
95
|
"group": "output",
|
|
100
96
|
"binding": {
|
|
101
97
|
"key": "resultVariable",
|
|
@@ -106,7 +102,7 @@
|
|
|
106
102
|
{
|
|
107
103
|
"id": "resultExpression",
|
|
108
104
|
"label": "Result expression",
|
|
109
|
-
"description": "Expression to map the response into process variables",
|
|
105
|
+
"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>.",
|
|
110
106
|
"feel": "required",
|
|
111
107
|
"group": "output",
|
|
112
108
|
"binding": {
|
|
@@ -144,7 +140,7 @@
|
|
|
144
140
|
"id": "retryBackoff",
|
|
145
141
|
"label": "Retry backoff",
|
|
146
142
|
"description": "ISO-8601 duration to wait between retries",
|
|
147
|
-
"value": "
|
|
143
|
+
"value": "PT30S",
|
|
148
144
|
"group": "retries",
|
|
149
145
|
"binding": {
|
|
150
146
|
"key": "retryBackoff",
|
|
@@ -159,13 +155,14 @@
|
|
|
159
155
|
},
|
|
160
156
|
{
|
|
161
157
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
162
|
-
"name": "Ad-hoc
|
|
163
|
-
"id": "io.camunda.connectors.agenticai.adhoctoolsschema.
|
|
164
|
-
"description": "Connector to fetch tools schema information from an ad-hoc
|
|
158
|
+
"name": "Ad-hoc tools schema",
|
|
159
|
+
"id": "io.camunda.connectors.agenticai.adhoctoolsschema.v1",
|
|
160
|
+
"description": "Connector to fetch tools schema information from an ad-hoc sub-process. Compatible with 8.8.0-alpha6 or later.",
|
|
165
161
|
"metadata": {
|
|
166
162
|
"keywords": []
|
|
167
163
|
},
|
|
168
|
-
"
|
|
164
|
+
"documentationRef": "https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-ad-hoc-tools-schema-resolver/",
|
|
165
|
+
"version": 1,
|
|
169
166
|
"deprecated": true,
|
|
170
167
|
"category": {
|
|
171
168
|
"id": "aiTools",
|
|
@@ -175,10 +172,13 @@
|
|
|
175
172
|
"elementType": {
|
|
176
173
|
"value": "bpmn:ServiceTask"
|
|
177
174
|
},
|
|
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:1",
|
|
203
203
|
"binding": {
|
|
204
204
|
"property": "type",
|
|
205
205
|
"type": "zeebe:taskDefinition"
|
|
@@ -208,9 +208,12 @@
|
|
|
208
208
|
},
|
|
209
209
|
{
|
|
210
210
|
"id": "data.containerElementId",
|
|
211
|
-
"label": "Ad-hoc
|
|
212
|
-
"description": "The ID of the
|
|
211
|
+
"label": "Ad-hoc sub-process ID",
|
|
212
|
+
"description": "The ID of the sub-process containing the tools to be called",
|
|
213
213
|
"optional": false,
|
|
214
|
+
"constraints": {
|
|
215
|
+
"notEmpty": true
|
|
216
|
+
},
|
|
214
217
|
"feel": "optional",
|
|
215
218
|
"group": "tools",
|
|
216
219
|
"binding": {
|
|
@@ -223,7 +226,7 @@
|
|
|
223
226
|
"id": "version",
|
|
224
227
|
"label": "Version",
|
|
225
228
|
"description": "Version of the element template",
|
|
226
|
-
"value": "
|
|
229
|
+
"value": "1",
|
|
227
230
|
"group": "connector",
|
|
228
231
|
"binding": {
|
|
229
232
|
"key": "elementTemplateVersion",
|
|
@@ -235,7 +238,7 @@
|
|
|
235
238
|
"id": "id",
|
|
236
239
|
"label": "ID",
|
|
237
240
|
"description": "ID of the element template",
|
|
238
|
-
"value": "io.camunda.connectors.agenticai.adhoctoolsschema.
|
|
241
|
+
"value": "io.camunda.connectors.agenticai.adhoctoolsschema.v1",
|
|
239
242
|
"group": "connector",
|
|
240
243
|
"binding": {
|
|
241
244
|
"key": "elementTemplateId",
|
|
@@ -304,20 +307,20 @@
|
|
|
304
307
|
"type": "String"
|
|
305
308
|
}
|
|
306
309
|
],
|
|
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
|
}
|
|
313
313
|
},
|
|
314
314
|
{
|
|
315
315
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
316
|
-
"name": "Ad-hoc tools schema",
|
|
317
|
-
"id": "io.camunda.connectors.agenticai.adhoctoolsschema.
|
|
318
|
-
"description": "Connector to fetch tools schema information from an ad-hoc
|
|
319
|
-
"
|
|
320
|
-
|
|
316
|
+
"name": "Ad-hoc subprocess tools schema (alpha)",
|
|
317
|
+
"id": "io.camunda.connectors.agenticai.adhoctoolsschema.v0",
|
|
318
|
+
"description": "Connector to fetch tools schema information from an ad-hoc subprocess",
|
|
319
|
+
"metadata": {
|
|
320
|
+
"keywords": []
|
|
321
|
+
},
|
|
322
|
+
"version": 0,
|
|
323
|
+
"deprecated": true,
|
|
321
324
|
"category": {
|
|
322
325
|
"id": "aiTools",
|
|
323
326
|
"name": "AI Tools"
|
|
@@ -326,13 +329,10 @@
|
|
|
326
329
|
"elementType": {
|
|
327
330
|
"value": "bpmn:ServiceTask"
|
|
328
331
|
},
|
|
329
|
-
"engines": {
|
|
330
|
-
"camunda": "^8.8"
|
|
331
|
-
},
|
|
332
332
|
"groups": [
|
|
333
333
|
{
|
|
334
334
|
"id": "tools",
|
|
335
|
-
"label": "Available
|
|
335
|
+
"label": "Available Tools"
|
|
336
336
|
},
|
|
337
337
|
{
|
|
338
338
|
"id": "connector",
|
|
@@ -353,7 +353,7 @@
|
|
|
353
353
|
],
|
|
354
354
|
"properties": [
|
|
355
355
|
{
|
|
356
|
-
"value": "io.camunda.agenticai:adhoctoolsschema:
|
|
356
|
+
"value": "io.camunda.agenticai:adhoctoolsschema:0",
|
|
357
357
|
"binding": {
|
|
358
358
|
"property": "type",
|
|
359
359
|
"type": "zeebe:taskDefinition"
|
|
@@ -362,12 +362,9 @@
|
|
|
362
362
|
},
|
|
363
363
|
{
|
|
364
364
|
"id": "data.containerElementId",
|
|
365
|
-
"label": "Ad-hoc
|
|
366
|
-
"description": "The ID of the
|
|
365
|
+
"label": "Ad-hoc subprocess ID containing tools",
|
|
366
|
+
"description": "The ID of the subprocess containing the tools to be called",
|
|
367
367
|
"optional": false,
|
|
368
|
-
"constraints": {
|
|
369
|
-
"notEmpty": true
|
|
370
|
-
},
|
|
371
368
|
"feel": "optional",
|
|
372
369
|
"group": "tools",
|
|
373
370
|
"binding": {
|
|
@@ -380,7 +377,7 @@
|
|
|
380
377
|
"id": "version",
|
|
381
378
|
"label": "Version",
|
|
382
379
|
"description": "Version of the element template",
|
|
383
|
-
"value": "
|
|
380
|
+
"value": "0",
|
|
384
381
|
"group": "connector",
|
|
385
382
|
"binding": {
|
|
386
383
|
"key": "elementTemplateVersion",
|
|
@@ -392,7 +389,7 @@
|
|
|
392
389
|
"id": "id",
|
|
393
390
|
"label": "ID",
|
|
394
391
|
"description": "ID of the element template",
|
|
395
|
-
"value": "io.camunda.connectors.agenticai.adhoctoolsschema.
|
|
392
|
+
"value": "io.camunda.connectors.agenticai.adhoctoolsschema.v0",
|
|
396
393
|
"group": "connector",
|
|
397
394
|
"binding": {
|
|
398
395
|
"key": "elementTemplateId",
|
|
@@ -403,7 +400,7 @@
|
|
|
403
400
|
{
|
|
404
401
|
"id": "resultVariable",
|
|
405
402
|
"label": "Result variable",
|
|
406
|
-
"description": "Name of variable to store the response in
|
|
403
|
+
"description": "Name of variable to store the response in",
|
|
407
404
|
"group": "output",
|
|
408
405
|
"binding": {
|
|
409
406
|
"key": "resultVariable",
|
|
@@ -414,7 +411,7 @@
|
|
|
414
411
|
{
|
|
415
412
|
"id": "resultExpression",
|
|
416
413
|
"label": "Result expression",
|
|
417
|
-
"description": "Expression to map the response into process variables
|
|
414
|
+
"description": "Expression to map the response into process variables",
|
|
418
415
|
"feel": "required",
|
|
419
416
|
"group": "output",
|
|
420
417
|
"binding": {
|
|
@@ -461,6 +458,9 @@
|
|
|
461
458
|
"type": "String"
|
|
462
459
|
}
|
|
463
460
|
],
|
|
461
|
+
"engines": {
|
|
462
|
+
"camunda": "^8.8"
|
|
463
|
+
},
|
|
464
464
|
"icon": {
|
|
465
465
|
"contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIGZpbGw9IiMwMDAwMDAiIGhlaWdodD0iODAwcHgiIHdpZHRoPSI4MDBweCIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgCgkgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnPgoJCTxnPgoJCQk8cGF0aCBkPSJNNTAwLjIzLDI3MC4wNTFoLTc0LjU0VjIxMi42NmMwLTYuNTAxLTUuMjcxLTExLjc3LTExLjc3LTExLjc3aC00OC4xbDI3LjY4OC00Ny45NThsNjQuMDQ2LDM2Ljk3NwoJCQkJYzEuODA0LDEuMDQzLDMuODM3LDEuNTc3LDUuODg1LDEuNTc3YzEuMDE5LDAsMi4wNDQtMC4xMzMsMy4wNDYtMC40MDFjMy4wMTctMC44MDksNS41ODYtMi43OCw3LjE0Ny01LjQ4NGwyMC41OTgtMzUuNjc4CgkJCQljMi41MzMtNC4zODgsMS45NzUtOS45MDYtMS4zODktMTMuNjk2QzQ0NS45MTMsODMuMzMzLDM5NC43OTMsMjkuMzcxLDMzMS40MjQsMS42NDljLTUuNDkxLTIuNDAyLTExLjkxMy0wLjI5NC0xNC45MSw0Ljg5OQoJCQkJbC0zOC4yNTMsNjYuMjU2Yy0zLjI1MSw1LjYzLTEuMzIyLDEyLjgyOCw0LjMwOCwxNi4wNzhsMzkuNTg2LDIyLjg1NWwtNjkuMzk0LDEyMC4xODlsLTc4Ljg5My0xMTYuOTUzbC0yLjE5NC0xNi44MTgKCQkJCWMtMC4yMzctMS44MTMtMC44OTItMy41NDQtMS45MTQtNS4wNTlsLTI5LjgzNy00NC4yMzJjLTMuNjM2LTUuMzktMTAuOTUyLTYuODEtMTYuMzM5LTMuMTc2bC01My42NiwzNi4xOTMKCQkJCWMtMi41ODgsMS43NDYtNC4zNzcsNC40NDgtNC45NzMsNy41MTJjLTAuNTk2LDMuMDY0LDAuMDUxLDYuMjQsMS43OTYsOC44MjhsMjkuODM3LDQ0LjIzMmMxLjAyLDEuNTEzLDIuMzc5LDIuNzY3LDMuOTY4LDMuNjY1CgkJCQlsMTQuNzY5LDguMzQ1bDc3Ljk3LDExNS41ODdIMTQ3LjY3bC00Ni40NTgtOTUuNDg1Yy0yLjg0NS01Ljg0NS05Ljg5LTguMjc3LTE1LjczMy01LjQzNGMtNS44NDUsMi44NDUtOC4yNzgsOS44ODgtNS40MzQsMTUuNzMzCgkJCQlsNDEuNDQ3LDg1LjE4Nkg5MS43MTJsLTE4LjU1Ni00Mi4yMDVjLTIuNjE4LTUuOTUxLTkuNTY2LTguNjUzLTE1LjUxMi02LjAzN2MtNS45NTEsMi42MTYtOC42NTUsOS41NjEtNi4wMzgsMTUuNTEyCgkJCQlsMTQuMzksMzIuNzMySDExLjc3Yy02LjUsMC0xMS43Nyw1LjI2OS0xMS43NywxMS43N3Y2NC43MzZjMCw2LjUwMSw1LjI3MSwxMS43NywxMS43NywxMS43N2gyMC41OTh2MTQxLjI0MQoJCQkJYzAsNi41MDEsNS4yNzEsMTEuNzcsMTEuNzcsMTEuNzdoNDIzLjcyNGM2LjQ5OSwwLDExLjc3LTUuMjY5LDExLjc3LTExLjc3VjM1OC4zMjhoMjAuNTk4YzYuNSwwLDExLjc3LTUuMjY5LDExLjc3LTExLjc3CgkJCQl2LTY0LjczNkM1MTIsMjc1LjMyLDUwNi43MjksMjcwLjA1MSw1MDAuMjMsMjcwLjA1MXogTTQwMi4xNSwyMjQuNDN2NDUuNjIxaC03Ni4yNTlsMjYuMzM4LTQ1LjYyMUg0MDIuMTV6IE0zMDQuNTMzLDc0LjM4MQoJCQkJbDI2Ljk4Mi00Ni43MzRjNTIuMzg1LDI1LjgyNyw5Ni45MTcsNzEuNzgsMTM4LjA4LDExNy44NjhsLTEwLjQ2NCwxOC4xMjJMMzA0LjUzMyw3NC4zODF6IE0yNjMuNzM0LDI2MC4wMTMKCQkJCWMwLjAwNS0wLjAwOCwwLjAwNy0wLjAxNiwwLjAxMi0wLjAyNWw3OC43OTktMTM2LjQ4MmwzMC41NzgsMTcuNjU0bC03NC40MTIsMTI4Ljg5aC00MC43NzRMMjYzLjczNCwyNjAuMDEzeiBNMTMzLjI4NSwxMzkKCQkJCWMtMS4wMi0xLjUxMi0yLjM3OS0yLjc2Ny0zLjk2OC0zLjY2NWwtMTQuNzY5LTguMzQ1TDkyLjg0Niw5NC44MTVsMzQuMTQ0LTIzLjAyOWwyMS43MDIsMzIuMTcxbDIuMTk0LDE2LjgxOAoJCQkJYzAuMjM3LDEuODEzLDAuODkyLDMuNTQ0LDEuOTE0LDUuMDU5bDg2Ljg2OCwxMjguNzcybC04LjkxNywxNS40NDRoLTkuMDYzTDEzMy4yODUsMTM5eiBNNDU2LjA5Miw0MzguOTUyaC00OC44NDYKCQkJCWMtNi40OTksMC0xMS43Nyw1LjI2OS0xMS43NywxMS43N3M1LjI3MSwxMS43NywxMS43NywxMS43N2g0OC44NDZ2MjUuMzA2SDU1LjkwOHYtMjUuMzA2aDQ4Ljg0NgoJCQkJYzYuNDk5LDAsMTEuNzctNS4yNjksMTEuNzctMTEuNzdzLTUuMjcxLTExLjc3LTExLjc3LTExLjc3SDU1LjkwOHYtODAuNjI1aDEzNS4zNTZ2NDEuMTk1YzAsNi41MDEsNS4yNzEsMTEuNzcsMTEuNzcsMTEuNzcKCQkJCWgxMDUuOTMxYzYuNDk5LDAsMTEuNzctNS4yNjksMTEuNzctMTEuNzd2LTQxLjE5NWgxMzUuMzU2VjQzOC45NTJ6IE0yMTQuODA1LDM4Ny43NTJ2LTI5LjQyNWg4Mi4zOTF2MjkuNDI1SDIxNC44MDV6CgkJCQkgTTQ4OC40NiwzMzQuNzg3SDIzLjU0di00MS4xOTVoNDY0LjkyVjMzNC43ODd6Ii8+CgkJCTxwYXRoIGQ9Ik0xNDkuNjc3LDQzOC45NTJIMTQ4LjVjLTYuNDk5LDAtMTEuNzcsNS4yNjktMTEuNzcsMTEuNzdzNS4yNzEsMTEuNzcsMTEuNzcsMTEuNzdoMS4xNzcKCQkJCWM2LjQ5OSwwLDExLjc3LTUuMjY5LDExLjc3LTExLjc3UzE1Ni4xNzYsNDM4Ljk1MiwxNDkuNjc3LDQzOC45NTJ6Ii8+CgkJCTxwYXRoIGQ9Ik0zNjIuMzIzLDQ2Mi40OTJoMS4xNzdjNi40OTksMCwxMS43Ny01LjI2OSwxMS43Ny0xMS43N3MtNS4yNzEtMTEuNzctMTEuNzctMTEuNzdoLTEuMTc3CgkJCQljLTYuNDk5LDAtMTEuNzcsNS4yNjktMTEuNzcsMTEuNzdTMzU1LjgyNCw0NjIuNDkyLDM2Mi4zMjMsNDYyLjQ5MnoiLz4KCQk8L2c+Cgk8L2c+CjwvZz4KPC9zdmc+Cg=="
|
|
466
466
|
}
|