@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
|
@@ -5,7 +5,10 @@
|
|
|
5
5
|
"id": "io.camunda.connectors.MSFT.O365.Mail.v1",
|
|
6
6
|
"description": "Work with Office 365 Mail via your BPMN process",
|
|
7
7
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-o365-mail/",
|
|
8
|
-
"version":
|
|
8
|
+
"version": 3,
|
|
9
|
+
"engines": {
|
|
10
|
+
"camunda": "^8.4"
|
|
11
|
+
},
|
|
9
12
|
"category": {
|
|
10
13
|
"id": "connectors",
|
|
11
14
|
"name": "Connectors"
|
|
@@ -14,9 +17,6 @@
|
|
|
14
17
|
"elementType": {
|
|
15
18
|
"value": "bpmn:ServiceTask"
|
|
16
19
|
},
|
|
17
|
-
"engines": {
|
|
18
|
-
"camunda": "^8.4"
|
|
19
|
-
},
|
|
20
20
|
"groups": [
|
|
21
21
|
{
|
|
22
22
|
"id": "server",
|
|
@@ -824,6 +824,30 @@
|
|
|
824
824
|
"type": "zeebe:taskHeader"
|
|
825
825
|
},
|
|
826
826
|
"type": "String"
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
"id": "version",
|
|
830
|
+
"label": "Version",
|
|
831
|
+
"description": "Version of the element template",
|
|
832
|
+
"value": "3",
|
|
833
|
+
"group": "connector",
|
|
834
|
+
"binding": {
|
|
835
|
+
"key": "elementTemplateVersion",
|
|
836
|
+
"type": "zeebe:taskHeader"
|
|
837
|
+
},
|
|
838
|
+
"type": "Hidden"
|
|
839
|
+
},
|
|
840
|
+
{
|
|
841
|
+
"id": "id",
|
|
842
|
+
"label": "ID",
|
|
843
|
+
"description": "ID of the element template",
|
|
844
|
+
"value": "io.camunda.connectors.MSFT.O365.Mail.v1",
|
|
845
|
+
"group": "connector",
|
|
846
|
+
"binding": {
|
|
847
|
+
"key": "elementTemplateId",
|
|
848
|
+
"type": "zeebe:taskHeader"
|
|
849
|
+
},
|
|
850
|
+
"type": "Hidden"
|
|
827
851
|
}
|
|
828
852
|
],
|
|
829
853
|
"icon": {
|
|
@@ -1645,10 +1669,7 @@
|
|
|
1645
1669
|
"id": "io.camunda.connectors.MSFT.O365.Mail.v1",
|
|
1646
1670
|
"description": "Work with Office 365 Mail via your BPMN process",
|
|
1647
1671
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-o365-mail/",
|
|
1648
|
-
"version":
|
|
1649
|
-
"engines": {
|
|
1650
|
-
"camunda": "^8.4"
|
|
1651
|
-
},
|
|
1672
|
+
"version": 2,
|
|
1652
1673
|
"category": {
|
|
1653
1674
|
"id": "connectors",
|
|
1654
1675
|
"name": "Connectors"
|
|
@@ -1657,6 +1678,9 @@
|
|
|
1657
1678
|
"elementType": {
|
|
1658
1679
|
"value": "bpmn:ServiceTask"
|
|
1659
1680
|
},
|
|
1681
|
+
"engines": {
|
|
1682
|
+
"camunda": "^8.4"
|
|
1683
|
+
},
|
|
1660
1684
|
"groups": [
|
|
1661
1685
|
{
|
|
1662
1686
|
"id": "server",
|
|
@@ -2464,30 +2488,6 @@
|
|
|
2464
2488
|
"type": "zeebe:taskHeader"
|
|
2465
2489
|
},
|
|
2466
2490
|
"type": "String"
|
|
2467
|
-
},
|
|
2468
|
-
{
|
|
2469
|
-
"id": "version",
|
|
2470
|
-
"label": "Version",
|
|
2471
|
-
"description": "Version of the element template",
|
|
2472
|
-
"value": "3",
|
|
2473
|
-
"group": "connector",
|
|
2474
|
-
"binding": {
|
|
2475
|
-
"key": "elementTemplateVersion",
|
|
2476
|
-
"type": "zeebe:taskHeader"
|
|
2477
|
-
},
|
|
2478
|
-
"type": "Hidden"
|
|
2479
|
-
},
|
|
2480
|
-
{
|
|
2481
|
-
"id": "id",
|
|
2482
|
-
"label": "ID",
|
|
2483
|
-
"description": "ID of the element template",
|
|
2484
|
-
"value": "io.camunda.connectors.MSFT.O365.Mail.v1",
|
|
2485
|
-
"group": "connector",
|
|
2486
|
-
"binding": {
|
|
2487
|
-
"key": "elementTemplateId",
|
|
2488
|
-
"type": "zeebe:taskHeader"
|
|
2489
|
-
},
|
|
2490
|
-
"type": "Hidden"
|
|
2491
2491
|
}
|
|
2492
2492
|
],
|
|
2493
2493
|
"icon": {
|