@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
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
]
|
|
14
14
|
},
|
|
15
15
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-bedrock/",
|
|
16
|
-
"version":
|
|
16
|
+
"version": 2,
|
|
17
17
|
"category": {
|
|
18
18
|
"id": "connectors",
|
|
19
19
|
"name": "Connectors"
|
|
@@ -46,10 +46,6 @@
|
|
|
46
46
|
"id": "converse",
|
|
47
47
|
"label": "Converse"
|
|
48
48
|
},
|
|
49
|
-
{
|
|
50
|
-
"id": "connector",
|
|
51
|
-
"label": "Connector"
|
|
52
|
-
},
|
|
53
49
|
{
|
|
54
50
|
"id": "output",
|
|
55
51
|
"label": "Output mapping"
|
|
@@ -355,30 +351,6 @@
|
|
|
355
351
|
},
|
|
356
352
|
"type": "String"
|
|
357
353
|
},
|
|
358
|
-
{
|
|
359
|
-
"id": "version",
|
|
360
|
-
"label": "Version",
|
|
361
|
-
"description": "Version of the element template",
|
|
362
|
-
"value": "3",
|
|
363
|
-
"group": "connector",
|
|
364
|
-
"binding": {
|
|
365
|
-
"key": "elementTemplateVersion",
|
|
366
|
-
"type": "zeebe:taskHeader"
|
|
367
|
-
},
|
|
368
|
-
"type": "Hidden"
|
|
369
|
-
},
|
|
370
|
-
{
|
|
371
|
-
"id": "id",
|
|
372
|
-
"label": "ID",
|
|
373
|
-
"description": "ID of the element template",
|
|
374
|
-
"value": "io.camunda.connectors.aws.bedrock.v1",
|
|
375
|
-
"group": "connector",
|
|
376
|
-
"binding": {
|
|
377
|
-
"key": "elementTemplateId",
|
|
378
|
-
"type": "zeebe:taskHeader"
|
|
379
|
-
},
|
|
380
|
-
"type": "Hidden"
|
|
381
|
-
},
|
|
382
354
|
{
|
|
383
355
|
"id": "resultVariable",
|
|
384
356
|
"label": "Result variable",
|
|
@@ -851,7 +823,7 @@
|
|
|
851
823
|
]
|
|
852
824
|
},
|
|
853
825
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-bedrock/",
|
|
854
|
-
"version":
|
|
826
|
+
"version": 3,
|
|
855
827
|
"category": {
|
|
856
828
|
"id": "connectors",
|
|
857
829
|
"name": "Connectors"
|
|
@@ -884,6 +856,10 @@
|
|
|
884
856
|
"id": "converse",
|
|
885
857
|
"label": "Converse"
|
|
886
858
|
},
|
|
859
|
+
{
|
|
860
|
+
"id": "connector",
|
|
861
|
+
"label": "Connector"
|
|
862
|
+
},
|
|
887
863
|
{
|
|
888
864
|
"id": "output",
|
|
889
865
|
"label": "Output mapping"
|
|
@@ -1189,6 +1165,30 @@
|
|
|
1189
1165
|
},
|
|
1190
1166
|
"type": "String"
|
|
1191
1167
|
},
|
|
1168
|
+
{
|
|
1169
|
+
"id": "version",
|
|
1170
|
+
"label": "Version",
|
|
1171
|
+
"description": "Version of the element template",
|
|
1172
|
+
"value": "3",
|
|
1173
|
+
"group": "connector",
|
|
1174
|
+
"binding": {
|
|
1175
|
+
"key": "elementTemplateVersion",
|
|
1176
|
+
"type": "zeebe:taskHeader"
|
|
1177
|
+
},
|
|
1178
|
+
"type": "Hidden"
|
|
1179
|
+
},
|
|
1180
|
+
{
|
|
1181
|
+
"id": "id",
|
|
1182
|
+
"label": "ID",
|
|
1183
|
+
"description": "ID of the element template",
|
|
1184
|
+
"value": "io.camunda.connectors.aws.bedrock.v1",
|
|
1185
|
+
"group": "connector",
|
|
1186
|
+
"binding": {
|
|
1187
|
+
"key": "elementTemplateId",
|
|
1188
|
+
"type": "zeebe:taskHeader"
|
|
1189
|
+
},
|
|
1190
|
+
"type": "Hidden"
|
|
1191
|
+
},
|
|
1192
1192
|
{
|
|
1193
1193
|
"id": "resultVariable",
|
|
1194
1194
|
"label": "Result variable",
|