@camunda/connectors-element-templates 1.0.7 → 1.0.8
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 +24 -0
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +32 -31
- package/src/element-templates/agenticai-aiagent-job-worker.json +1655 -7
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +2906 -1291
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +1 -1
- package/src/element-templates/asana-connector.json +8 -8
- package/src/element-templates/automation-anywhere-outbound-connector.json +619 -619
- package/src/element-templates/aws-bedrock-outbound-connector.json +30 -30
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1325 -1325
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +38 -38
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-receive.json +356 -0
- package/src/element-templates/aws-eventbridge-outbound-connector.json +10 -10
- package/src/element-templates/aws-lambda-outbound-connector.json +256 -256
- package/src/element-templates/aws-s3-outbound-connector.json +30 -30
- package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
- package/src/element-templates/aws-sns-inbound-boundary.json +311 -311
- package/src/element-templates/aws-sns-inbound-intermediate.json +328 -328
- package/src/element-templates/aws-sns-inbound-message-start.json +343 -343
- package/src/element-templates/aws-sns-inbound-receive.json +304 -0
- package/src/element-templates/aws-sns-inbound-start-event.json +131 -131
- package/src/element-templates/aws-sns-outbound-connector.json +424 -424
- package/src/element-templates/aws-sqs-boundary-connector.json +305 -305
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +918 -918
- package/src/element-templates/aws-sqs-outbound-connector.json +743 -743
- package/src/element-templates/aws-sqs-receive-connector.json +418 -0
- package/src/element-templates/aws-sqs-start-event-connector.json +369 -369
- package/src/element-templates/aws-sqs-start-message.json +914 -914
- package/src/element-templates/blue-prism-connector.json +50 -50
- package/src/element-templates/csv-outbound-connector.json +26 -26
- package/src/element-templates/easy-post-connector.json +271 -271
- 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 +19 -19
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +503 -503
- package/src/element-templates/github-connector.json +2723 -2723
- package/src/element-templates/github-webhook-connector-intermediate.json +42 -42
- package/src/element-templates/github-webhook-connector-receive.json +202 -0
- package/src/element-templates/github-webhook-connector-start-event.json +32 -32
- package/src/element-templates/gitlab-connector.json +160 -160
- package/src/element-templates/google-drive-outbound-connector.json +438 -438
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +16 -16
- package/src/element-templates/google-sheets-outbound-connector.json +1059 -1059
- package/src/element-templates/graphql-outbound-connector.json +1179 -1179
- package/src/element-templates/http-json-connector.json +2662 -2057
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +635 -6
- package/src/element-templates/http-polling-connector.json +631 -2
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +41 -41
- package/src/element-templates/kafka-inbound-connector-boundary.json +958 -958
- package/src/element-templates/kafka-inbound-connector-intermediate.json +681 -681
- package/src/element-templates/kafka-inbound-connector-receive.json +498 -0
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +356 -356
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +4188 -4188
- package/src/element-templates/openai-connector.json +78 -78
- package/src/element-templates/operate-connector.json +79 -79
- package/src/element-templates/power-automate-connector.json +12 -12
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +747 -747
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +463 -463
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +11 -11
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +461 -0
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +681 -681
- package/src/element-templates/rabbitmq-outbound-connector.json +670 -670
- package/src/element-templates/salesforce-connector.json +38 -38
- package/src/element-templates/sendgrid-outbound-connector.json +397 -397
- package/src/element-templates/servicenow-connector.json +942 -0
- package/src/element-templates/servicenow-flow-starter-connector.json +643 -0
- package/src/element-templates/servicenow-incident-connector.json +969 -0
- package/src/element-templates/slack-inbound-boundary.json +173 -173
- package/src/element-templates/slack-inbound-intermediate.json +232 -232
- package/src/element-templates/slack-inbound-message-start.json +209 -209
- package/src/element-templates/slack-inbound-receive.json +290 -0
- package/src/element-templates/slack-inbound-start-event.json +218 -218
- package/src/element-templates/slack-outbound-connector.json +955 -955
- package/src/element-templates/twilio-connector.json +87 -87
- package/src/element-templates/twilio-webhook-boundary-connector.json +26 -26
- package/src/element-templates/twilio-webhook-connector.json +20 -20
- package/src/element-templates/twilio-webhook-intermediate-connector.json +50 -50
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/twilio-webhook-receive-connector.json +262 -0
- package/src/element-templates/uipath-connector.json +41 -41
- package/src/element-templates/webhook-connector-boundary.json +1050 -1050
- package/src/element-templates/webhook-connector-intermediate.json +1356 -1356
- package/src/element-templates/webhook-connector-receive.json +609 -0
- package/src/element-templates/webhook-connector-start-event.json +2280 -2280
- package/src/element-templates/webhook-connector-start-message.json +1205 -1205
- package/src/element-templates/whatsapp-connector.json +42 -42
package/package.json
CHANGED
package/src/connectors.js
CHANGED
|
@@ -19,6 +19,7 @@ import aws_dynamodb_outbound_connector from "./element-templates/aws-dynamodb-ou
|
|
|
19
19
|
import aws_eventbridge_connector_boundary from "./element-templates/aws-eventbridge-connector-boundary.json" with { type: "json" };
|
|
20
20
|
import aws_eventbridge_connector_intermediate from "./element-templates/aws-eventbridge-connector-intermediate.json" with { type: "json" };
|
|
21
21
|
import aws_eventbridge_connector_message_start from "./element-templates/aws-eventbridge-connector-message-start.json" with { type: "json" };
|
|
22
|
+
import aws_eventbridge_connector_receive from "./element-templates/aws-eventbridge-connector-receive.json" with { type: "json" };
|
|
22
23
|
import aws_eventbridge_connector_start_event from "./element-templates/aws-eventbridge-connector-start-event.json" with { type: "json" };
|
|
23
24
|
import aws_eventbridge_outbound_connector from "./element-templates/aws-eventbridge-outbound-connector.json" with { type: "json" };
|
|
24
25
|
import aws_lambda_outbound_connector from "./element-templates/aws-lambda-outbound-connector.json" with { type: "json" };
|
|
@@ -27,11 +28,13 @@ import aws_sagemaker_outbound_connector from "./element-templates/aws-sagemaker-
|
|
|
27
28
|
import aws_sns_inbound_boundary from "./element-templates/aws-sns-inbound-boundary.json" with { type: "json" };
|
|
28
29
|
import aws_sns_inbound_intermediate from "./element-templates/aws-sns-inbound-intermediate.json" with { type: "json" };
|
|
29
30
|
import aws_sns_inbound_message_start from "./element-templates/aws-sns-inbound-message-start.json" with { type: "json" };
|
|
31
|
+
import aws_sns_inbound_receive from "./element-templates/aws-sns-inbound-receive.json" with { type: "json" };
|
|
30
32
|
import aws_sns_inbound_start_event from "./element-templates/aws-sns-inbound-start-event.json" with { type: "json" };
|
|
31
33
|
import aws_sns_outbound_connector from "./element-templates/aws-sns-outbound-connector.json" with { type: "json" };
|
|
32
34
|
import aws_sqs_boundary_connector from "./element-templates/aws-sqs-boundary-connector.json" with { type: "json" };
|
|
33
35
|
import aws_sqs_inbound_intermediate_connector from "./element-templates/aws-sqs-inbound-intermediate-connector.json" with { type: "json" };
|
|
34
36
|
import aws_sqs_outbound_connector from "./element-templates/aws-sqs-outbound-connector.json" with { type: "json" };
|
|
37
|
+
import aws_sqs_receive_connector from "./element-templates/aws-sqs-receive-connector.json" with { type: "json" };
|
|
35
38
|
import aws_sqs_start_event_connector from "./element-templates/aws-sqs-start-event-connector.json" with { type: "json" };
|
|
36
39
|
import aws_sqs_start_message from "./element-templates/aws-sqs-start-message.json" with { type: "json" };
|
|
37
40
|
import aws_textract_outbound_connector from "./element-templates/aws-textract-outbound-connector.json" with { type: "json" };
|
|
@@ -50,6 +53,7 @@ import github_connector from "./element-templates/github-connector.json" with {
|
|
|
50
53
|
import github_webhook_connector_boundary from "./element-templates/github-webhook-connector-boundary.json" with { type: "json" };
|
|
51
54
|
import github_webhook_connector_intermediate from "./element-templates/github-webhook-connector-intermediate.json" with { type: "json" };
|
|
52
55
|
import github_webhook_connector_message_start from "./element-templates/github-webhook-connector-message-start.json" with { type: "json" };
|
|
56
|
+
import github_webhook_connector_receive from "./element-templates/github-webhook-connector-receive.json" with { type: "json" };
|
|
53
57
|
import github_webhook_connector_start_event from "./element-templates/github-webhook-connector-start-event.json" with { type: "json" };
|
|
54
58
|
import gitlab_connector from "./element-templates/gitlab-connector.json" with { type: "json" };
|
|
55
59
|
import google_cloud_storage_outbound_connector from "./element-templates/google-cloud-storage-outbound-connector.json" with { type: "json" };
|
|
@@ -66,6 +70,7 @@ import hugging_face_connector from "./element-templates/hugging-face-connector.j
|
|
|
66
70
|
import jdbc_outbound_connector from "./element-templates/jdbc-outbound-connector.json" with { type: "json" };
|
|
67
71
|
import kafka_inbound_connector_boundary from "./element-templates/kafka-inbound-connector-boundary.json" with { type: "json" };
|
|
68
72
|
import kafka_inbound_connector_intermediate from "./element-templates/kafka-inbound-connector-intermediate.json" with { type: "json" };
|
|
73
|
+
import kafka_inbound_connector_receive from "./element-templates/kafka-inbound-connector-receive.json" with { type: "json" };
|
|
69
74
|
import kafka_inbound_connector_start_message from "./element-templates/kafka-inbound-connector-start-message.json" with { type: "json" };
|
|
70
75
|
import kafka_inbound_connector from "./element-templates/kafka-inbound-connector.json" with { type: "json" };
|
|
71
76
|
import kafka_outbound_connector from "./element-templates/kafka-outbound-connector.json" with { type: "json" };
|
|
@@ -77,6 +82,7 @@ import power_automate_connector from "./element-templates/power-automate-connect
|
|
|
77
82
|
import rabbitmq_inbound_connector_boundary from "./element-templates/rabbitmq-inbound-connector-boundary.json" with { type: "json" };
|
|
78
83
|
import rabbitmq_inbound_connector_intermediate from "./element-templates/rabbitmq-inbound-connector-intermediate.json" with { type: "json" };
|
|
79
84
|
import rabbitmq_inbound_connector_message_start from "./element-templates/rabbitmq-inbound-connector-message-start.json" with { type: "json" };
|
|
85
|
+
import rabbitmq_inbound_connector_receive from "./element-templates/rabbitmq-inbound-connector-receive.json" with { type: "json" };
|
|
80
86
|
import rabbitmq_inbound_connector_start_event from "./element-templates/rabbitmq-inbound-connector-start-event.json" with { type: "json" };
|
|
81
87
|
import rabbitmq_outbound_connector from "./element-templates/rabbitmq-outbound-connector.json" with { type: "json" };
|
|
82
88
|
import rpa_connector from "./element-templates/rpa-connector.json" with { type: "json" };
|
|
@@ -85,9 +91,13 @@ import send_message_connector_intermediate_throw_event from "./element-templates
|
|
|
85
91
|
import send_message_connector_message_end_event from "./element-templates/send-message-connector-message-end-event.json" with { type: "json" };
|
|
86
92
|
import send_message_connector_send_task from "./element-templates/send-message-connector-send-task.json" with { type: "json" };
|
|
87
93
|
import sendgrid_outbound_connector from "./element-templates/sendgrid-outbound-connector.json" with { type: "json" };
|
|
94
|
+
import servicenow_connector from "./element-templates/servicenow-connector.json" with { type: "json" };
|
|
95
|
+
import servicenow_flow_starter_connector from "./element-templates/servicenow-flow-starter-connector.json" with { type: "json" };
|
|
96
|
+
import servicenow_incident_connector from "./element-templates/servicenow-incident-connector.json" with { type: "json" };
|
|
88
97
|
import slack_inbound_boundary from "./element-templates/slack-inbound-boundary.json" with { type: "json" };
|
|
89
98
|
import slack_inbound_intermediate from "./element-templates/slack-inbound-intermediate.json" with { type: "json" };
|
|
90
99
|
import slack_inbound_message_start from "./element-templates/slack-inbound-message-start.json" with { type: "json" };
|
|
100
|
+
import slack_inbound_receive from "./element-templates/slack-inbound-receive.json" with { type: "json" };
|
|
91
101
|
import slack_inbound_start_event from "./element-templates/slack-inbound-start-event.json" with { type: "json" };
|
|
92
102
|
import slack_outbound_connector from "./element-templates/slack-outbound-connector.json" with { type: "json" };
|
|
93
103
|
import soap_outbound_connector from "./element-templates/soap-outbound-connector.json" with { type: "json" };
|
|
@@ -96,9 +106,11 @@ import twilio_webhook_boundary_connector from "./element-templates/twilio-webhoo
|
|
|
96
106
|
import twilio_webhook_connector from "./element-templates/twilio-webhook-connector.json" with { type: "json" };
|
|
97
107
|
import twilio_webhook_intermediate_connector from "./element-templates/twilio-webhook-intermediate-connector.json" with { type: "json" };
|
|
98
108
|
import twilio_webhook_message_start_connector from "./element-templates/twilio-webhook-message-start-connector.json" with { type: "json" };
|
|
109
|
+
import twilio_webhook_receive_connector from "./element-templates/twilio-webhook-receive-connector.json" with { type: "json" };
|
|
99
110
|
import uipath_connector from "./element-templates/uipath-connector.json" with { type: "json" };
|
|
100
111
|
import webhook_connector_boundary from "./element-templates/webhook-connector-boundary.json" with { type: "json" };
|
|
101
112
|
import webhook_connector_intermediate from "./element-templates/webhook-connector-intermediate.json" with { type: "json" };
|
|
113
|
+
import webhook_connector_receive from "./element-templates/webhook-connector-receive.json" with { type: "json" };
|
|
102
114
|
import webhook_connector_start_event from "./element-templates/webhook-connector-start-event.json" with { type: "json" };
|
|
103
115
|
import webhook_connector_start_message from "./element-templates/webhook-connector-start-message.json" with { type: "json" };
|
|
104
116
|
import whatsapp_connector from "./element-templates/whatsapp-connector.json" with { type: "json" };
|
|
@@ -117,6 +129,7 @@ const allConnectors = [
|
|
|
117
129
|
aws_eventbridge_connector_boundary,
|
|
118
130
|
aws_eventbridge_connector_intermediate,
|
|
119
131
|
aws_eventbridge_connector_message_start,
|
|
132
|
+
aws_eventbridge_connector_receive,
|
|
120
133
|
aws_eventbridge_connector_start_event,
|
|
121
134
|
aws_eventbridge_outbound_connector,
|
|
122
135
|
aws_lambda_outbound_connector,
|
|
@@ -125,11 +138,13 @@ const allConnectors = [
|
|
|
125
138
|
aws_sns_inbound_boundary,
|
|
126
139
|
aws_sns_inbound_intermediate,
|
|
127
140
|
aws_sns_inbound_message_start,
|
|
141
|
+
aws_sns_inbound_receive,
|
|
128
142
|
aws_sns_inbound_start_event,
|
|
129
143
|
aws_sns_outbound_connector,
|
|
130
144
|
aws_sqs_boundary_connector,
|
|
131
145
|
aws_sqs_inbound_intermediate_connector,
|
|
132
146
|
aws_sqs_outbound_connector,
|
|
147
|
+
aws_sqs_receive_connector,
|
|
133
148
|
aws_sqs_start_event_connector,
|
|
134
149
|
aws_sqs_start_message,
|
|
135
150
|
aws_textract_outbound_connector,
|
|
@@ -148,6 +163,7 @@ const allConnectors = [
|
|
|
148
163
|
github_webhook_connector_boundary,
|
|
149
164
|
github_webhook_connector_intermediate,
|
|
150
165
|
github_webhook_connector_message_start,
|
|
166
|
+
github_webhook_connector_receive,
|
|
151
167
|
github_webhook_connector_start_event,
|
|
152
168
|
gitlab_connector,
|
|
153
169
|
google_cloud_storage_outbound_connector,
|
|
@@ -164,6 +180,7 @@ const allConnectors = [
|
|
|
164
180
|
jdbc_outbound_connector,
|
|
165
181
|
kafka_inbound_connector_boundary,
|
|
166
182
|
kafka_inbound_connector_intermediate,
|
|
183
|
+
kafka_inbound_connector_receive,
|
|
167
184
|
kafka_inbound_connector_start_message,
|
|
168
185
|
kafka_inbound_connector,
|
|
169
186
|
kafka_outbound_connector,
|
|
@@ -175,6 +192,7 @@ const allConnectors = [
|
|
|
175
192
|
rabbitmq_inbound_connector_boundary,
|
|
176
193
|
rabbitmq_inbound_connector_intermediate,
|
|
177
194
|
rabbitmq_inbound_connector_message_start,
|
|
195
|
+
rabbitmq_inbound_connector_receive,
|
|
178
196
|
rabbitmq_inbound_connector_start_event,
|
|
179
197
|
rabbitmq_outbound_connector,
|
|
180
198
|
rpa_connector,
|
|
@@ -183,9 +201,13 @@ const allConnectors = [
|
|
|
183
201
|
send_message_connector_message_end_event,
|
|
184
202
|
send_message_connector_send_task,
|
|
185
203
|
sendgrid_outbound_connector,
|
|
204
|
+
servicenow_connector,
|
|
205
|
+
servicenow_flow_starter_connector,
|
|
206
|
+
servicenow_incident_connector,
|
|
186
207
|
slack_inbound_boundary,
|
|
187
208
|
slack_inbound_intermediate,
|
|
188
209
|
slack_inbound_message_start,
|
|
210
|
+
slack_inbound_receive,
|
|
189
211
|
slack_inbound_start_event,
|
|
190
212
|
slack_outbound_connector,
|
|
191
213
|
soap_outbound_connector,
|
|
@@ -194,9 +216,11 @@ const allConnectors = [
|
|
|
194
216
|
twilio_webhook_connector,
|
|
195
217
|
twilio_webhook_intermediate_connector,
|
|
196
218
|
twilio_webhook_message_start_connector,
|
|
219
|
+
twilio_webhook_receive_connector,
|
|
197
220
|
uipath_connector,
|
|
198
221
|
webhook_connector_boundary,
|
|
199
222
|
webhook_connector_intermediate,
|
|
223
|
+
webhook_connector_receive,
|
|
200
224
|
webhook_connector_start_event,
|
|
201
225
|
webhook_connector_start_message,
|
|
202
226
|
whatsapp_connector,
|
|
@@ -1,14 +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 tools schema",
|
|
5
|
-
"id": "io.camunda.connectors.agenticai.adhoctoolsschema.
|
|
6
|
-
"description": "Connector to fetch tools schema information from an ad-hoc
|
|
4
|
+
"name": "Ad-hoc subprocess tools schema (alpha)",
|
|
5
|
+
"id": "io.camunda.connectors.agenticai.adhoctoolsschema.v0",
|
|
6
|
+
"description": "Connector to fetch tools schema information from an ad-hoc subprocess",
|
|
7
7
|
"metadata": {
|
|
8
8
|
"keywords": []
|
|
9
9
|
},
|
|
10
|
-
"
|
|
11
|
-
"
|
|
10
|
+
"version": 0,
|
|
11
|
+
"deprecated": true,
|
|
12
12
|
"category": {
|
|
13
13
|
"id": "connectors",
|
|
14
14
|
"name": "Connectors"
|
|
@@ -17,13 +17,10 @@
|
|
|
17
17
|
"elementType": {
|
|
18
18
|
"value": "bpmn:ServiceTask"
|
|
19
19
|
},
|
|
20
|
-
"engines": {
|
|
21
|
-
"camunda": "^8.8"
|
|
22
|
-
},
|
|
23
20
|
"groups": [
|
|
24
21
|
{
|
|
25
22
|
"id": "tools",
|
|
26
|
-
"label": "Available
|
|
23
|
+
"label": "Available Tools"
|
|
27
24
|
},
|
|
28
25
|
{
|
|
29
26
|
"id": "connector",
|
|
@@ -44,7 +41,7 @@
|
|
|
44
41
|
],
|
|
45
42
|
"properties": [
|
|
46
43
|
{
|
|
47
|
-
"value": "io.camunda.agenticai:adhoctoolsschema:
|
|
44
|
+
"value": "io.camunda.agenticai:adhoctoolsschema:0",
|
|
48
45
|
"binding": {
|
|
49
46
|
"property": "type",
|
|
50
47
|
"type": "zeebe:taskDefinition"
|
|
@@ -53,12 +50,9 @@
|
|
|
53
50
|
},
|
|
54
51
|
{
|
|
55
52
|
"id": "data.containerElementId",
|
|
56
|
-
"label": "Ad-hoc
|
|
57
|
-
"description": "The ID of the
|
|
53
|
+
"label": "Ad-hoc subprocess ID containing tools",
|
|
54
|
+
"description": "The ID of the subprocess containing the tools to be called",
|
|
58
55
|
"optional": false,
|
|
59
|
-
"constraints": {
|
|
60
|
-
"notEmpty": true
|
|
61
|
-
},
|
|
62
56
|
"feel": "optional",
|
|
63
57
|
"group": "tools",
|
|
64
58
|
"binding": {
|
|
@@ -71,7 +65,7 @@
|
|
|
71
65
|
"id": "version",
|
|
72
66
|
"label": "Version",
|
|
73
67
|
"description": "Version of the element template",
|
|
74
|
-
"value": "
|
|
68
|
+
"value": "0",
|
|
75
69
|
"group": "connector",
|
|
76
70
|
"binding": {
|
|
77
71
|
"key": "elementTemplateVersion",
|
|
@@ -83,7 +77,7 @@
|
|
|
83
77
|
"id": "id",
|
|
84
78
|
"label": "ID",
|
|
85
79
|
"description": "ID of the element template",
|
|
86
|
-
"value": "io.camunda.connectors.agenticai.adhoctoolsschema.
|
|
80
|
+
"value": "io.camunda.connectors.agenticai.adhoctoolsschema.v0",
|
|
87
81
|
"group": "connector",
|
|
88
82
|
"binding": {
|
|
89
83
|
"key": "elementTemplateId",
|
|
@@ -152,6 +146,9 @@
|
|
|
152
146
|
"type": "String"
|
|
153
147
|
}
|
|
154
148
|
],
|
|
149
|
+
"engines": {
|
|
150
|
+
"camunda": "^8.8"
|
|
151
|
+
},
|
|
155
152
|
"icon": {
|
|
156
153
|
"contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIGZpbGw9IiMwMDAwMDAiIGhlaWdodD0iODAwcHgiIHdpZHRoPSI4MDBweCIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgCgkgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnPgoJCTxnPgoJCQk8cGF0aCBkPSJNNTAwLjIzLDI3MC4wNTFoLTc0LjU0VjIxMi42NmMwLTYuNTAxLTUuMjcxLTExLjc3LTExLjc3LTExLjc3aC00OC4xbDI3LjY4OC00Ny45NThsNjQuMDQ2LDM2Ljk3NwoJCQkJYzEuODA0LDEuMDQzLDMuODM3LDEuNTc3LDUuODg1LDEuNTc3YzEuMDE5LDAsMi4wNDQtMC4xMzMsMy4wNDYtMC40MDFjMy4wMTctMC44MDksNS41ODYtMi43OCw3LjE0Ny01LjQ4NGwyMC41OTgtMzUuNjc4CgkJCQljMi41MzMtNC4zODgsMS45NzUtOS45MDYtMS4zODktMTMuNjk2QzQ0NS45MTMsODMuMzMzLDM5NC43OTMsMjkuMzcxLDMzMS40MjQsMS42NDljLTUuNDkxLTIuNDAyLTExLjkxMy0wLjI5NC0xNC45MSw0Ljg5OQoJCQkJbC0zOC4yNTMsNjYuMjU2Yy0zLjI1MSw1LjYzLTEuMzIyLDEyLjgyOCw0LjMwOCwxNi4wNzhsMzkuNTg2LDIyLjg1NWwtNjkuMzk0LDEyMC4xODlsLTc4Ljg5My0xMTYuOTUzbC0yLjE5NC0xNi44MTgKCQkJCWMtMC4yMzctMS44MTMtMC44OTItMy41NDQtMS45MTQtNS4wNTlsLTI5LjgzNy00NC4yMzJjLTMuNjM2LTUuMzktMTAuOTUyLTYuODEtMTYuMzM5LTMuMTc2bC01My42NiwzNi4xOTMKCQkJCWMtMi41ODgsMS43NDYtNC4zNzcsNC40NDgtNC45NzMsNy41MTJjLTAuNTk2LDMuMDY0LDAuMDUxLDYuMjQsMS43OTYsOC44MjhsMjkuODM3LDQ0LjIzMmMxLjAyLDEuNTEzLDIuMzc5LDIuNzY3LDMuOTY4LDMuNjY1CgkJCQlsMTQuNzY5LDguMzQ1bDc3Ljk3LDExNS41ODdIMTQ3LjY3bC00Ni40NTgtOTUuNDg1Yy0yLjg0NS01Ljg0NS05Ljg5LTguMjc3LTE1LjczMy01LjQzNGMtNS44NDUsMi44NDUtOC4yNzgsOS44ODgtNS40MzQsMTUuNzMzCgkJCQlsNDEuNDQ3LDg1LjE4Nkg5MS43MTJsLTE4LjU1Ni00Mi4yMDVjLTIuNjE4LTUuOTUxLTkuNTY2LTguNjUzLTE1LjUxMi02LjAzN2MtNS45NTEsMi42MTYtOC42NTUsOS41NjEtNi4wMzgsMTUuNTEyCgkJCQlsMTQuMzksMzIuNzMySDExLjc3Yy02LjUsMC0xMS43Nyw1LjI2OS0xMS43NywxMS43N3Y2NC43MzZjMCw2LjUwMSw1LjI3MSwxMS43NywxMS43NywxMS43N2gyMC41OTh2MTQxLjI0MQoJCQkJYzAsNi41MDEsNS4yNzEsMTEuNzcsMTEuNzcsMTEuNzdoNDIzLjcyNGM2LjQ5OSwwLDExLjc3LTUuMjY5LDExLjc3LTExLjc3VjM1OC4zMjhoMjAuNTk4YzYuNSwwLDExLjc3LTUuMjY5LDExLjc3LTExLjc3CgkJCQl2LTY0LjczNkM1MTIsMjc1LjMyLDUwNi43MjksMjcwLjA1MSw1MDAuMjMsMjcwLjA1MXogTTQwMi4xNSwyMjQuNDN2NDUuNjIxaC03Ni4yNTlsMjYuMzM4LTQ1LjYyMUg0MDIuMTV6IE0zMDQuNTMzLDc0LjM4MQoJCQkJbDI2Ljk4Mi00Ni43MzRjNTIuMzg1LDI1LjgyNyw5Ni45MTcsNzEuNzgsMTM4LjA4LDExNy44NjhsLTEwLjQ2NCwxOC4xMjJMMzA0LjUzMyw3NC4zODF6IE0yNjMuNzM0LDI2MC4wMTMKCQkJCWMwLjAwNS0wLjAwOCwwLjAwNy0wLjAxNiwwLjAxMi0wLjAyNWw3OC43OTktMTM2LjQ4MmwzMC41NzgsMTcuNjU0bC03NC40MTIsMTI4Ljg5aC00MC43NzRMMjYzLjczNCwyNjAuMDEzeiBNMTMzLjI4NSwxMzkKCQkJCWMtMS4wMi0xLjUxMi0yLjM3OS0yLjc2Ny0zLjk2OC0zLjY2NWwtMTQuNzY5LTguMzQ1TDkyLjg0Niw5NC44MTVsMzQuMTQ0LTIzLjAyOWwyMS43MDIsMzIuMTcxbDIuMTk0LDE2LjgxOAoJCQkJYzAuMjM3LDEuODEzLDAuODkyLDMuNTQ0LDEuOTE0LDUuMDU5bDg2Ljg2OCwxMjguNzcybC04LjkxNywxNS40NDRoLTkuMDYzTDEzMy4yODUsMTM5eiBNNDU2LjA5Miw0MzguOTUyaC00OC44NDYKCQkJCWMtNi40OTksMC0xMS43Nyw1LjI2OS0xMS43NywxMS43N3M1LjI3MSwxMS43NywxMS43NywxMS43N2g0OC44NDZ2MjUuMzA2SDU1LjkwOHYtMjUuMzA2aDQ4Ljg0NgoJCQkJYzYuNDk5LDAsMTEuNzctNS4yNjksMTEuNzctMTEuNzdzLTUuMjcxLTExLjc3LTExLjc3LTExLjc3SDU1LjkwOHYtODAuNjI1aDEzNS4zNTZ2NDEuMTk1YzAsNi41MDEsNS4yNzEsMTEuNzcsMTEuNzcsMTEuNzcKCQkJCWgxMDUuOTMxYzYuNDk5LDAsMTEuNzctNS4yNjksMTEuNzctMTEuNzd2LTQxLjE5NWgxMzUuMzU2VjQzOC45NTJ6IE0yMTQuODA1LDM4Ny43NTJ2LTI5LjQyNWg4Mi4zOTF2MjkuNDI1SDIxNC44MDV6CgkJCQkgTTQ4OC40NiwzMzQuNzg3SDIzLjU0di00MS4xOTVoNDY0LjkyVjMzNC43ODd6Ii8+CgkJCTxwYXRoIGQ9Ik0xNDkuNjc3LDQzOC45NTJIMTQ4LjVjLTYuNDk5LDAtMTEuNzcsNS4yNjktMTEuNzcsMTEuNzdzNS4yNzEsMTEuNzcsMTEuNzcsMTEuNzdoMS4xNzcKCQkJCWM2LjQ5OSwwLDExLjc3LTUuMjY5LDExLjc3LTExLjc3UzE1Ni4xNzYsNDM4Ljk1MiwxNDkuNjc3LDQzOC45NTJ6Ii8+CgkJCTxwYXRoIGQ9Ik0zNjIuMzIzLDQ2Mi40OTJoMS4xNzdjNi40OTksMCwxMS43Ny01LjI2OSwxMS43Ny0xMS43N3MtNS4yNzEtMTEuNzctMTEuNzctMTEuNzdoLTEuMTc3CgkJCQljLTYuNDk5LDAtMTEuNzcsNS4yNjktMTEuNzcsMTEuNzdTMzU1LjgyNCw0NjIuNDkyLDM2Mi4zMjMsNDYyLjQ5MnoiLz4KCQk8L2c+Cgk8L2c+CjwvZz4KPC9zdmc+Cg=="
|
|
157
154
|
}
|
|
@@ -166,6 +163,7 @@
|
|
|
166
163
|
},
|
|
167
164
|
"documentationRef": "https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-ad-hoc-tools-schema-resolver/",
|
|
168
165
|
"version": 1,
|
|
166
|
+
"deprecated": true,
|
|
169
167
|
"category": {
|
|
170
168
|
"id": "connectors",
|
|
171
169
|
"name": "Connectors"
|
|
@@ -315,14 +313,14 @@
|
|
|
315
313
|
},
|
|
316
314
|
{
|
|
317
315
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
318
|
-
"name": "Ad-hoc
|
|
319
|
-
"id": "io.camunda.connectors.agenticai.adhoctoolsschema.
|
|
320
|
-
"description": "Connector to fetch tools schema information from an ad-hoc
|
|
316
|
+
"name": "Ad-hoc tools schema",
|
|
317
|
+
"id": "io.camunda.connectors.agenticai.adhoctoolsschema.v1",
|
|
318
|
+
"description": "Connector to fetch tools schema information from an ad-hoc sub-process.",
|
|
321
319
|
"metadata": {
|
|
322
320
|
"keywords": []
|
|
323
321
|
},
|
|
324
|
-
"
|
|
325
|
-
"
|
|
322
|
+
"documentationRef": "https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/agentic-ai-ad-hoc-tools-schema-resolver/",
|
|
323
|
+
"version": 2,
|
|
326
324
|
"category": {
|
|
327
325
|
"id": "connectors",
|
|
328
326
|
"name": "Connectors"
|
|
@@ -331,10 +329,13 @@
|
|
|
331
329
|
"elementType": {
|
|
332
330
|
"value": "bpmn:ServiceTask"
|
|
333
331
|
},
|
|
332
|
+
"engines": {
|
|
333
|
+
"camunda": "^8.8"
|
|
334
|
+
},
|
|
334
335
|
"groups": [
|
|
335
336
|
{
|
|
336
337
|
"id": "tools",
|
|
337
|
-
"label": "Available
|
|
338
|
+
"label": "Available tools"
|
|
338
339
|
},
|
|
339
340
|
{
|
|
340
341
|
"id": "connector",
|
|
@@ -355,7 +356,7 @@
|
|
|
355
356
|
],
|
|
356
357
|
"properties": [
|
|
357
358
|
{
|
|
358
|
-
"value": "io.camunda.agenticai:adhoctoolsschema:
|
|
359
|
+
"value": "io.camunda.agenticai:adhoctoolsschema:1",
|
|
359
360
|
"binding": {
|
|
360
361
|
"property": "type",
|
|
361
362
|
"type": "zeebe:taskDefinition"
|
|
@@ -364,9 +365,12 @@
|
|
|
364
365
|
},
|
|
365
366
|
{
|
|
366
367
|
"id": "data.containerElementId",
|
|
367
|
-
"label": "Ad-hoc
|
|
368
|
-
"description": "The ID of the
|
|
368
|
+
"label": "Ad-hoc sub-process ID",
|
|
369
|
+
"description": "The ID of the sub-process containing the tools to be called",
|
|
369
370
|
"optional": false,
|
|
371
|
+
"constraints": {
|
|
372
|
+
"notEmpty": true
|
|
373
|
+
},
|
|
370
374
|
"feel": "optional",
|
|
371
375
|
"group": "tools",
|
|
372
376
|
"binding": {
|
|
@@ -379,7 +383,7 @@
|
|
|
379
383
|
"id": "version",
|
|
380
384
|
"label": "Version",
|
|
381
385
|
"description": "Version of the element template",
|
|
382
|
-
"value": "
|
|
386
|
+
"value": "2",
|
|
383
387
|
"group": "connector",
|
|
384
388
|
"binding": {
|
|
385
389
|
"key": "elementTemplateVersion",
|
|
@@ -391,7 +395,7 @@
|
|
|
391
395
|
"id": "id",
|
|
392
396
|
"label": "ID",
|
|
393
397
|
"description": "ID of the element template",
|
|
394
|
-
"value": "io.camunda.connectors.agenticai.adhoctoolsschema.
|
|
398
|
+
"value": "io.camunda.connectors.agenticai.adhoctoolsschema.v1",
|
|
395
399
|
"group": "connector",
|
|
396
400
|
"binding": {
|
|
397
401
|
"key": "elementTemplateId",
|
|
@@ -460,9 +464,6 @@
|
|
|
460
464
|
"type": "String"
|
|
461
465
|
}
|
|
462
466
|
],
|
|
463
|
-
"engines": {
|
|
464
|
-
"camunda": "^8.8"
|
|
465
|
-
},
|
|
466
467
|
"icon": {
|
|
467
468
|
"contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIGZpbGw9IiMwMDAwMDAiIGhlaWdodD0iODAwcHgiIHdpZHRoPSI4MDBweCIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgCgkgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnPgoJCTxnPgoJCQk8cGF0aCBkPSJNNTAwLjIzLDI3MC4wNTFoLTc0LjU0VjIxMi42NmMwLTYuNTAxLTUuMjcxLTExLjc3LTExLjc3LTExLjc3aC00OC4xbDI3LjY4OC00Ny45NThsNjQuMDQ2LDM2Ljk3NwoJCQkJYzEuODA0LDEuMDQzLDMuODM3LDEuNTc3LDUuODg1LDEuNTc3YzEuMDE5LDAsMi4wNDQtMC4xMzMsMy4wNDYtMC40MDFjMy4wMTctMC44MDksNS41ODYtMi43OCw3LjE0Ny01LjQ4NGwyMC41OTgtMzUuNjc4CgkJCQljMi41MzMtNC4zODgsMS45NzUtOS45MDYtMS4zODktMTMuNjk2QzQ0NS45MTMsODMuMzMzLDM5NC43OTMsMjkuMzcxLDMzMS40MjQsMS42NDljLTUuNDkxLTIuNDAyLTExLjkxMy0wLjI5NC0xNC45MSw0Ljg5OQoJCQkJbC0zOC4yNTMsNjYuMjU2Yy0zLjI1MSw1LjYzLTEuMzIyLDEyLjgyOCw0LjMwOCwxNi4wNzhsMzkuNTg2LDIyLjg1NWwtNjkuMzk0LDEyMC4xODlsLTc4Ljg5My0xMTYuOTUzbC0yLjE5NC0xNi44MTgKCQkJCWMtMC4yMzctMS44MTMtMC44OTItMy41NDQtMS45MTQtNS4wNTlsLTI5LjgzNy00NC4yMzJjLTMuNjM2LTUuMzktMTAuOTUyLTYuODEtMTYuMzM5LTMuMTc2bC01My42NiwzNi4xOTMKCQkJCWMtMi41ODgsMS43NDYtNC4zNzcsNC40NDgtNC45NzMsNy41MTJjLTAuNTk2LDMuMDY0LDAuMDUxLDYuMjQsMS43OTYsOC44MjhsMjkuODM3LDQ0LjIzMmMxLjAyLDEuNTEzLDIuMzc5LDIuNzY3LDMuOTY4LDMuNjY1CgkJCQlsMTQuNzY5LDguMzQ1bDc3Ljk3LDExNS41ODdIMTQ3LjY3bC00Ni40NTgtOTUuNDg1Yy0yLjg0NS01Ljg0NS05Ljg5LTguMjc3LTE1LjczMy01LjQzNGMtNS44NDUsMi44NDUtOC4yNzgsOS44ODgtNS40MzQsMTUuNzMzCgkJCQlsNDEuNDQ3LDg1LjE4Nkg5MS43MTJsLTE4LjU1Ni00Mi4yMDVjLTIuNjE4LTUuOTUxLTkuNTY2LTguNjUzLTE1LjUxMi02LjAzN2MtNS45NTEsMi42MTYtOC42NTUsOS41NjEtNi4wMzgsMTUuNTEyCgkJCQlsMTQuMzksMzIuNzMySDExLjc3Yy02LjUsMC0xMS43Nyw1LjI2OS0xMS43NywxMS43N3Y2NC43MzZjMCw2LjUwMSw1LjI3MSwxMS43NywxMS43NywxMS43N2gyMC41OTh2MTQxLjI0MQoJCQkJYzAsNi41MDEsNS4yNzEsMTEuNzcsMTEuNzcsMTEuNzdoNDIzLjcyNGM2LjQ5OSwwLDExLjc3LTUuMjY5LDExLjc3LTExLjc3VjM1OC4zMjhoMjAuNTk4YzYuNSwwLDExLjc3LTUuMjY5LDExLjc3LTExLjc3CgkJCQl2LTY0LjczNkM1MTIsMjc1LjMyLDUwNi43MjksMjcwLjA1MSw1MDAuMjMsMjcwLjA1MXogTTQwMi4xNSwyMjQuNDN2NDUuNjIxaC03Ni4yNTlsMjYuMzM4LTQ1LjYyMUg0MDIuMTV6IE0zMDQuNTMzLDc0LjM4MQoJCQkJbDI2Ljk4Mi00Ni43MzRjNTIuMzg1LDI1LjgyNyw5Ni45MTcsNzEuNzgsMTM4LjA4LDExNy44NjhsLTEwLjQ2NCwxOC4xMjJMMzA0LjUzMyw3NC4zODF6IE0yNjMuNzM0LDI2MC4wMTMKCQkJCWMwLjAwNS0wLjAwOCwwLjAwNy0wLjAxNiwwLjAxMi0wLjAyNWw3OC43OTktMTM2LjQ4MmwzMC41NzgsMTcuNjU0bC03NC40MTIsMTI4Ljg5aC00MC43NzRMMjYzLjczNCwyNjAuMDEzeiBNMTMzLjI4NSwxMzkKCQkJCWMtMS4wMi0xLjUxMi0yLjM3OS0yLjc2Ny0zLjk2OC0zLjY2NWwtMTQuNzY5LTguMzQ1TDkyLjg0Niw5NC44MTVsMzQuMTQ0LTIzLjAyOWwyMS43MDIsMzIuMTcxbDIuMTk0LDE2LjgxOAoJCQkJYzAuMjM3LDEuODEzLDAuODkyLDMuNTQ0LDEuOTE0LDUuMDU5bDg2Ljg2OCwxMjguNzcybC04LjkxNywxNS40NDRoLTkuMDYzTDEzMy4yODUsMTM5eiBNNDU2LjA5Miw0MzguOTUyaC00OC44NDYKCQkJCWMtNi40OTksMC0xMS43Nyw1LjI2OS0xMS43NywxMS43N3M1LjI3MSwxMS43NywxMS43NywxMS43N2g0OC44NDZ2MjUuMzA2SDU1LjkwOHYtMjUuMzA2aDQ4Ljg0NgoJCQkJYzYuNDk5LDAsMTEuNzctNS4yNjksMTEuNzctMTEuNzdzLTUuMjcxLTExLjc3LTExLjc3LTExLjc3SDU1LjkwOHYtODAuNjI1aDEzNS4zNTZ2NDEuMTk1YzAsNi41MDEsNS4yNzEsMTEuNzcsMTEuNzcsMTEuNzcKCQkJCWgxMDUuOTMxYzYuNDk5LDAsMTEuNzctNS4yNjksMTEuNzctMTEuNzd2LTQxLjE5NWgxMzUuMzU2VjQzOC45NTJ6IE0yMTQuODA1LDM4Ny43NTJ2LTI5LjQyNWg4Mi4zOTF2MjkuNDI1SDIxNC44MDV6CgkJCQkgTTQ4OC40NiwzMzQuNzg3SDIzLjU0di00MS4xOTVoNDY0LjkyVjMzNC43ODd6Ii8+CgkJCTxwYXRoIGQ9Ik0xNDkuNjc3LDQzOC45NTJIMTQ4LjVjLTYuNDk5LDAtMTEuNzcsNS4yNjktMTEuNzcsMTEuNzdzNS4yNzEsMTEuNzcsMTEuNzcsMTEuNzdoMS4xNzcKCQkJCWM2LjQ5OSwwLDExLjc3LTUuMjY5LDExLjc3LTExLjc3UzE1Ni4xNzYsNDM4Ljk1MiwxNDkuNjc3LDQzOC45NTJ6Ii8+CgkJCTxwYXRoIGQ9Ik0zNjIuMzIzLDQ2Mi40OTJoMS4xNzdjNi40OTksMCwxMS43Ny01LjI2OSwxMS43Ny0xMS43N3MtNS4yNzEtMTEuNzctMTEuNzctMTEuNzdoLTEuMTc3CgkJCQljLTYuNDk5LDAtMTEuNzcsNS4yNjktMTEuNzcsMTEuNzdTMzU1LjgyNCw0NjIuNDkyLDM2Mi4zMjMsNDYyLjQ5MnoiLz4KCQk8L2c+Cgk8L2c+CjwvZz4KPC9zdmc+Cg=="
|
|
468
469
|
}
|