@camunda/connectors-element-templates 1.0.17 → 1.0.19
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.js +12 -2
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +4 -7
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +8 -8
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +8 -8
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +8 -8
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +8 -8
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +9 -12
- package/src/element-templates/agenticai-aiagent-job-worker.json +3770 -29
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +6274 -2594
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +549 -552
- package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +736 -739
- package/src/element-templates/asana-connector.json +759 -48
- package/src/element-templates/automation-anywhere-outbound-connector.json +1763 -1759
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
- package/src/element-templates/aws-bedrock-outbound-connector.json +747 -10
- package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1358 -1358
- package/src/element-templates/aws-eventbridge-connector-boundary.json +383 -18
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +377 -12
- package/src/element-templates/aws-eventbridge-connector-message-start.json +407 -8
- package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
- package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
- package/src/element-templates/aws-lambda-outbound-connector.json +238 -234
- package/src/element-templates/aws-s3-outbound-connector.json +646 -5
- package/src/element-templates/aws-sagemaker-outbound-connector.json +13 -9
- package/src/element-templates/aws-sns-inbound-boundary.json +44 -37
- package/src/element-templates/aws-sns-inbound-intermediate.json +210 -203
- package/src/element-templates/aws-sns-inbound-message-start.json +125 -118
- package/src/element-templates/aws-sns-inbound-receive.json +13 -6
- package/src/element-templates/aws-sns-inbound-start-event.json +134 -127
- package/src/element-templates/aws-sns-outbound-connector.json +581 -577
- package/src/element-templates/aws-sqs-boundary-connector.json +453 -449
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +530 -526
- package/src/element-templates/aws-sqs-outbound-connector.json +711 -709
- package/src/element-templates/aws-sqs-receive-connector.json +15 -11
- package/src/element-templates/aws-sqs-start-event-connector.json +213 -205
- package/src/element-templates/aws-sqs-start-message.json +461 -457
- package/src/element-templates/aws-textract-outbound-connector.json +109 -105
- package/src/element-templates/azure-blobstorage-outbound-connector.json +676 -19
- package/src/element-templates/azure-open-ai-connector.json +1329 -4
- package/src/element-templates/blue-prism-connector.json +569 -24
- package/src/element-templates/box-outbound-connector.json +924 -12
- package/src/element-templates/csv-outbound-connector.json +13 -5
- package/src/element-templates/easy-post-connector.json +1077 -109
- package/src/element-templates/email-inbound-connector-boundary.json +32 -24
- package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
- package/src/element-templates/email-inbound-connector-receive.json +564 -0
- package/src/element-templates/email-message-start-event-connector.json +58 -50
- package/src/element-templates/email-outbound-connector.json +2116 -243
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +3 -6
- package/src/element-templates/github-connector.json +15257 -11722
- package/src/element-templates/github-webhook-connector-boundary.json +27 -29
- package/src/element-templates/github-webhook-connector-intermediate.json +36 -38
- package/src/element-templates/github-webhook-connector-message-start.json +11 -13
- package/src/element-templates/github-webhook-connector-receive.json +13 -15
- package/src/element-templates/github-webhook-connector-start-event.json +54 -56
- package/src/element-templates/gitlab-connector.json +4177 -2545
- package/src/element-templates/google-cloud-storage-outbound-connector.json +562 -13
- package/src/element-templates/google-drive-outbound-connector.json +1386 -766
- package/src/element-templates/google-gemini-outbound-connector.json +13 -5
- package/src/element-templates/google-maps-platform-connector.json +1059 -30
- package/src/element-templates/google-sheets-outbound-connector.json +2449 -1455
- package/src/element-templates/graphql-outbound-connector.json +1744 -1735
- package/src/element-templates/http-json-connector.json +2982 -2332
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +752 -741
- package/src/element-templates/http-polling-connector.json +1512 -1501
- package/src/element-templates/hubspot-outbound-connector.json +2371 -25
- package/src/element-templates/hugging-face-connector.json +234 -3
- package/src/element-templates/jdbc-outbound-connector.json +20 -6
- package/src/element-templates/kafka-inbound-connector-boundary.json +613 -604
- package/src/element-templates/kafka-inbound-connector-intermediate.json +528 -519
- package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
- package/src/element-templates/kafka-inbound-connector-start-message.json +530 -521
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +518 -512
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
- package/src/element-templates/microsoft-office365-mail-connector.json +893 -10
- package/src/element-templates/microsoft-teams-outbound-connector.json +5971 -3807
- package/src/element-templates/openai-connector.json +550 -87
- package/src/element-templates/operate-connector.json +1198 -46
- package/src/element-templates/power-automate-connector.json +601 -9
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +444 -435
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +484 -475
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +367 -358
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +479 -470
- package/src/element-templates/rabbitmq-outbound-connector.json +356 -350
- package/src/element-templates/rpa-connector.json +346 -0
- package/src/element-templates/salesforce-connector.json +544 -0
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
- package/src/element-templates/send-message-connector-message-end-event.json +10 -5
- package/src/element-templates/send-message-connector-send-task.json +10 -5
- package/src/element-templates/sendgrid-outbound-connector.json +945 -337
- package/src/element-templates/servicenow-connector.json +971 -3
- package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
- package/src/element-templates/servicenow-incident-connector.json +980 -3
- package/src/element-templates/slack-inbound-boundary.json +490 -192
- package/src/element-templates/slack-inbound-intermediate.json +421 -123
- package/src/element-templates/slack-inbound-message-start.json +469 -139
- package/src/element-templates/slack-inbound-receive.json +297 -0
- package/src/element-templates/slack-inbound-start-event.json +216 -211
- package/src/element-templates/slack-outbound-connector.json +2451 -753
- package/src/element-templates/soap-outbound-connector.json +812 -2
- package/src/element-templates/twilio-connector.json +1573 -93
- package/src/element-templates/twilio-webhook-boundary-connector.json +19 -10
- package/src/element-templates/twilio-webhook-connector.json +243 -13
- package/src/element-templates/twilio-webhook-intermediate-connector.json +34 -25
- package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
- package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
- package/src/element-templates/uipath-connector.json +594 -2
- package/src/element-templates/webhook-connector-boundary.json +580 -570
- package/src/element-templates/webhook-connector-intermediate.json +1390 -1380
- package/src/element-templates/webhook-connector-receive.json +16 -6
- package/src/element-templates/webhook-connector-start-event.json +1382 -1375
- package/src/element-templates/webhook-connector-start-message.json +1306 -1296
- package/src/element-templates/whatsapp-connector.json +343 -9
- package/src/element-templates/http-connector.json.json +0 -654
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
+
"name": "MCP start event",
|
|
5
|
+
"id": "io.camunda.mcp.start-message",
|
|
6
|
+
"version": 1,
|
|
7
|
+
"icon": {
|
|
8
|
+
"contents": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfqAwsPJB1yGKXXAAABqklEQVRIx6XVvWsUURTG4SfZuDGkUBC7oI1FIIVYJI2KoBILLQQLBbEQUcQijRAM2OQP8AOUhAhiUiQIWoigYkoLCwUrK4UI8QPFVYmFhnWzx2In2VUym53JW92Ze3/n3PPeM3cK1lKnfr34IYcKLlsQQnhhICte9EAI382pCIsOZMMfCmXnFdBjVvikOyt+dOVNtw/Cqex4h2kL+jAmXM+O3xP+2IUbwrR9trWOF8wIFSfR5VtyHuG5/qx40Tsh/DJvSfhtMA8+qRPbzQolm1c/99XwOSHcWlnZ5a0wlI4vW3f8P7zdmJKdGBVmsuO3hao9GBbuZ9t8m3Gh6gJ4JozWA9xp6Lqphuw16yYasp8DI0LZjnqAxxYT/Jiw5ERTfFgII40ObLAlGT0VrqXUXsMvCuFqWiN9EXbjVdPsV9Ib+bOwFx/z4TwSxrFJXx6cw0LVJUVsdbf12uu6KYSf3igLFWez4bQZ8jX5bF87mBWvqcOAQ3qTp8z4v1onfroV55vpfdKZqWpf84JlvvnPq7k22m9Qycu8JSzfAmfyu1AL8YT1hDiiJ23yLxup/hFQZlOcAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDI2LTAzLTExVDE1OjM2OjI5KzAwOjAwN5TmhAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyNi0wMy0xMVQxNTozNjoyOSswMDowMEbJXjgAAAAASUVORK5CYII="
|
|
9
|
+
},
|
|
10
|
+
"description": "Expose the process as MCP tool",
|
|
11
|
+
"appliesTo": ["bpmn:StartEvent"],
|
|
12
|
+
"engines": {
|
|
13
|
+
"camunda": "^8.10"
|
|
14
|
+
},
|
|
15
|
+
"entriesVisible": {
|
|
16
|
+
"outputs": true
|
|
17
|
+
},
|
|
18
|
+
"elementType": {
|
|
19
|
+
"value": "bpmn:StartEvent",
|
|
20
|
+
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
21
|
+
},
|
|
22
|
+
"groups": [
|
|
23
|
+
{
|
|
24
|
+
"id": "tool-definition",
|
|
25
|
+
"label": "Tool definition",
|
|
26
|
+
"openByDefault": true
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"category": {
|
|
30
|
+
"id": "aiTools",
|
|
31
|
+
"name": "AI Tools"
|
|
32
|
+
},
|
|
33
|
+
"properties": [
|
|
34
|
+
{
|
|
35
|
+
"label": "Name",
|
|
36
|
+
"tooltip": "Give this process a name that helps AI agents understand what it does. <br/><br/>Use only letters, numbers, hyphens (-), underscores (_), and dots (.). Spaces are not allowed.",
|
|
37
|
+
"type": "String",
|
|
38
|
+
"placeholder": "e.g., my_process",
|
|
39
|
+
"binding": {
|
|
40
|
+
"type": "zeebe:property",
|
|
41
|
+
"name": "io.camunda.tool:name"
|
|
42
|
+
},
|
|
43
|
+
"constraints": {
|
|
44
|
+
"notEmpty": true,
|
|
45
|
+
"pattern": "^[a-zA-Z-_.0-9]+$",
|
|
46
|
+
"maxLength": 100
|
|
47
|
+
},
|
|
48
|
+
"group": "tool-definition"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"label": "What it does",
|
|
52
|
+
"type": "Text",
|
|
53
|
+
"placeholder": "Describe the core function of this process in a clear and concise way.",
|
|
54
|
+
"binding": {
|
|
55
|
+
"type": "zeebe:property",
|
|
56
|
+
"name": "io.camunda.tool:purpose"
|
|
57
|
+
},
|
|
58
|
+
"constraints": {
|
|
59
|
+
"notEmpty": true
|
|
60
|
+
},
|
|
61
|
+
"group": "tool-definition"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"label": "Which inputs it needs",
|
|
65
|
+
"type": "Text",
|
|
66
|
+
"placeholder": "Describe the inputs the AI should send to start this process.",
|
|
67
|
+
"tooltip": "Provide the inputs the AI should send along when this process is started, in plain language.<br/><br/>You can describe optional and required parameters, their data types and formats, and any constraints they have, such as a limited set of options the AI can choose from.",
|
|
68
|
+
"binding": {
|
|
69
|
+
"type": "zeebe:property",
|
|
70
|
+
"name": "io.camunda.tool:inputs"
|
|
71
|
+
},
|
|
72
|
+
"constraints": {
|
|
73
|
+
"notEmpty": true
|
|
74
|
+
},
|
|
75
|
+
"group": "tool-definition"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"label": "When to use",
|
|
79
|
+
"type": "Text",
|
|
80
|
+
"placeholder": "Describe the specific situations or user intents that should trigger this process.",
|
|
81
|
+
"binding": {
|
|
82
|
+
"type": "zeebe:property",
|
|
83
|
+
"name": "io.camunda.tool:when_to_use"
|
|
84
|
+
},
|
|
85
|
+
"group": "tool-definition"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"label": "When not to use",
|
|
89
|
+
"type": "Text",
|
|
90
|
+
"placeholder": "Describe the situations or conditions where this process should not be used.",
|
|
91
|
+
"binding": {
|
|
92
|
+
"type": "zeebe:property",
|
|
93
|
+
"name": "io.camunda.tool:when_not_to_use"
|
|
94
|
+
},
|
|
95
|
+
"group": "tool-definition"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"label": "What the tool returns",
|
|
99
|
+
"tooltip": "Describe the outcomes and results after the process completes. You can also mention specific variable names that will be available (e.g., 'iban', 'request_id').",
|
|
100
|
+
"type": "Text",
|
|
101
|
+
"placeholder": "Describe the expected outcome and what data is returned.",
|
|
102
|
+
"binding": {
|
|
103
|
+
"type": "zeebe:property",
|
|
104
|
+
"name": "io.camunda.tool:results"
|
|
105
|
+
},
|
|
106
|
+
"group": "tool-definition"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"id": "messageNameUuid",
|
|
110
|
+
"type": "Hidden",
|
|
111
|
+
"generatedValue": {
|
|
112
|
+
"type": "uuid"
|
|
113
|
+
},
|
|
114
|
+
"binding": {
|
|
115
|
+
"type": "bpmn:Message#property",
|
|
116
|
+
"name": "name"
|
|
117
|
+
},
|
|
118
|
+
"group": "tool-definition"
|
|
119
|
+
}
|
|
120
|
+
]
|
|
121
|
+
}
|
|
122
|
+
]
|