@camunda/connectors-element-templates 1.0.9 → 1.0.11
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 +10 -0
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +832 -0
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +340 -0
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +339 -0
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +558 -0
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +557 -0
- package/src/element-templates/agenticai-aiagent-job-worker.json +3273 -9
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +3366 -140
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +360 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +1123 -1
- package/src/element-templates/aws-textract-outbound-connector.json +627 -0
- package/src/element-templates/azure-blobstorage-outbound-connector.json +463 -0
- package/src/element-templates/email-outbound-connector.json +1532 -4
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +4 -1
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +22 -0
- package/src/element-templates/http-polling-connector.json +22 -0
- package/src/element-templates/hubspot-outbound-connector.json +2347 -0
- package/src/element-templates/servicenow-connector.json +1 -1
- package/src/element-templates/servicenow-flow-starter-connector.json +1 -1
- package/src/element-templates/servicenow-incident-connector.json +1 -1
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"metadata": {
|
|
10
10
|
"keywords": []
|
|
11
11
|
},
|
|
12
|
-
"documentationRef": "https://docs.camunda.io/docs/components/camunda-integrations/
|
|
12
|
+
"documentationRef": "https://docs.camunda.io/docs/components/camunda-integrations/servicenow/connectors/outbound-connector/",
|
|
13
13
|
"category": {
|
|
14
14
|
"id": "connectors",
|
|
15
15
|
"name": "Connectors"
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"metadata": {
|
|
9
9
|
"keywords": []
|
|
10
10
|
},
|
|
11
|
-
"documentationRef": "https://docs.camunda.io/docs/components/camunda-integrations/
|
|
11
|
+
"documentationRef": "https://docs.camunda.io/docs/components/camunda-integrations/servicenow/connectors/flow-starter/",
|
|
12
12
|
"category": {
|
|
13
13
|
"id": "connectors",
|
|
14
14
|
"name": "Connectors"
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"metadata": {
|
|
9
9
|
"keywords": []
|
|
10
10
|
},
|
|
11
|
-
"documentationRef": "https://docs.camunda.io/docs/components/camunda-integrations/
|
|
11
|
+
"documentationRef": "https://docs.camunda.io/docs/components/camunda-integrations/servicenow/connectors/incident-handler/",
|
|
12
12
|
"category": {
|
|
13
13
|
"id": "connectors",
|
|
14
14
|
"name": "Connectors"
|