@camunda/connectors-element-templates 1.0.5 → 1.0.7
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/build_element_template_array_json_files.sh +9 -0
- package/src/connectors.js +4 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +171 -13
- package/src/element-templates/agenticai-aiagent-job-worker.json +1618 -0
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +3064 -300
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -1
- package/src/element-templates/asana-connector.json +8 -8
- package/src/element-templates/automation-anywhere-outbound-connector.json +1185 -1179
- package/src/element-templates/aws-dynamodb-outbound-connector.json +77 -77
- package/src/element-templates/aws-eventbridge-connector-boundary.json +20 -20
- 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-start-event.json +18 -15
- package/src/element-templates/aws-eventbridge-outbound-connector.json +50 -50
- package/src/element-templates/aws-lambda-outbound-connector.json +279 -279
- 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 +486 -486
- package/src/element-templates/aws-sns-inbound-intermediate.json +491 -491
- package/src/element-templates/aws-sns-inbound-message-start.json +98 -98
- package/src/element-templates/aws-sns-inbound-start-event.json +133 -133
- package/src/element-templates/aws-sns-outbound-connector.json +423 -423
- package/src/element-templates/aws-sqs-boundary-connector.json +58 -58
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +523 -523
- package/src/element-templates/aws-sqs-outbound-connector.json +692 -692
- package/src/element-templates/aws-sqs-start-event-connector.json +709 -709
- package/src/element-templates/aws-sqs-start-message.json +460 -460
- package/src/element-templates/azure-blobstorage-outbound-connector.json +1 -1
- package/src/element-templates/blue-prism-connector.json +53 -53
- package/src/element-templates/csv-outbound-connector.json +804 -0
- package/src/element-templates/easy-post-connector.json +151 -151
- 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/email-outbound-connector.json +199 -199
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +3478 -170
- package/src/element-templates/github-connector.json +277 -277
- package/src/element-templates/github-webhook-connector-intermediate.json +44 -44
- package/src/element-templates/github-webhook-connector-start-event.json +29 -26
- package/src/element-templates/gitlab-connector.json +990 -990
- package/src/element-templates/google-drive-outbound-connector.json +423 -423
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +17 -17
- package/src/element-templates/google-sheets-outbound-connector.json +2550 -2550
- package/src/element-templates/graphql-outbound-connector.json +1179 -1179
- package/src/element-templates/http-json-connector.json +2280 -2280
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +256 -553
- package/src/element-templates/http-polling-connector.json +262 -559
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +402 -0
- package/src/element-templates/kafka-inbound-connector-boundary.json +1052 -1052
- package/src/element-templates/kafka-inbound-connector-intermediate.json +1088 -1088
- package/src/element-templates/kafka-inbound-connector-start-message.json +112 -112
- package/src/element-templates/kafka-inbound-connector.json +3 -0
- package/src/element-templates/kafka-outbound-connector.json +617 -617
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +1783 -1783
- package/src/element-templates/openai-connector.json +144 -144
- package/src/element-templates/operate-connector.json +66 -62
- package/src/element-templates/power-automate-connector.json +10 -10
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +439 -439
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +474 -474
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +11 -11
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +597 -597
- package/src/element-templates/rabbitmq-outbound-connector.json +622 -622
- package/src/element-templates/salesforce-connector.json +44 -44
- package/src/element-templates/sendgrid-outbound-connector.json +633 -633
- package/src/element-templates/slack-inbound-boundary.json +184 -184
- package/src/element-templates/slack-inbound-intermediate.json +168 -168
- package/src/element-templates/slack-inbound-message-start.json +201 -201
- package/src/element-templates/slack-inbound-start-event.json +320 -317
- package/src/element-templates/slack-outbound-connector.json +1185 -1185
- package/src/element-templates/twilio-connector.json +26 -26
- package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
- package/src/element-templates/twilio-webhook-connector.json +3 -0
- package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/uipath-connector.json +10 -10
- package/src/element-templates/webhook-connector-boundary.json +629 -629
- package/src/element-templates/webhook-connector-intermediate.json +268 -268
- package/src/element-templates/webhook-connector-start-event.json +1563 -1560
- package/src/element-templates/webhook-connector-start-message.json +1258 -1258
- package/src/element-templates/whatsapp-connector.json +39 -39
- package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
|
@@ -4,8 +4,11 @@
|
|
|
4
4
|
"name": "RabbitMQ Message Start Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.inbound.RabbitMQ.MessageStart.v1",
|
|
6
6
|
"description": "Receive a message from RabbitMQ",
|
|
7
|
+
"metadata": {
|
|
8
|
+
"keywords": []
|
|
9
|
+
},
|
|
7
10
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
|
|
8
|
-
"version":
|
|
11
|
+
"version": 8,
|
|
9
12
|
"category": {
|
|
10
13
|
"id": "connectors",
|
|
11
14
|
"name": "Connectors"
|
|
@@ -15,6 +18,9 @@
|
|
|
15
18
|
"value": "bpmn:StartEvent",
|
|
16
19
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
17
20
|
},
|
|
21
|
+
"engines": {
|
|
22
|
+
"camunda": "^8.3"
|
|
23
|
+
},
|
|
18
24
|
"groups": [
|
|
19
25
|
{
|
|
20
26
|
"id": "authentication",
|
|
@@ -483,9 +489,6 @@
|
|
|
483
489
|
],
|
|
484
490
|
"icon": {
|
|
485
491
|
"contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
|
|
486
|
-
},
|
|
487
|
-
"engines": {
|
|
488
|
-
"camunda": "^8.6"
|
|
489
492
|
}
|
|
490
493
|
},
|
|
491
494
|
{
|
|
@@ -1235,11 +1238,8 @@
|
|
|
1235
1238
|
"name": "RabbitMQ Message Start Event Connector",
|
|
1236
1239
|
"id": "io.camunda.connectors.inbound.RabbitMQ.MessageStart.v1",
|
|
1237
1240
|
"description": "Receive a message from RabbitMQ",
|
|
1238
|
-
"metadata": {
|
|
1239
|
-
"keywords": []
|
|
1240
|
-
},
|
|
1241
1241
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
|
|
1242
|
-
"version":
|
|
1242
|
+
"version": 7,
|
|
1243
1243
|
"category": {
|
|
1244
1244
|
"id": "connectors",
|
|
1245
1245
|
"name": "Connectors"
|
|
@@ -1249,9 +1249,6 @@
|
|
|
1249
1249
|
"value": "bpmn:StartEvent",
|
|
1250
1250
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
1251
1251
|
},
|
|
1252
|
-
"engines": {
|
|
1253
|
-
"camunda": "^8.3"
|
|
1254
|
-
},
|
|
1255
1252
|
"groups": [
|
|
1256
1253
|
{
|
|
1257
1254
|
"id": "authentication",
|
|
@@ -1720,6 +1717,9 @@
|
|
|
1720
1717
|
],
|
|
1721
1718
|
"icon": {
|
|
1722
1719
|
"contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
|
|
1720
|
+
},
|
|
1721
|
+
"engines": {
|
|
1722
|
+
"camunda": "^8.6"
|
|
1723
1723
|
}
|
|
1724
1724
|
}
|
|
1725
1725
|
]
|