@camunda/connectors-element-templates 1.0.8 → 1.0.10

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/connectors-element-templates",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "description": "Camunda Connectors Store with all out of the box connectors",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -1633,7 +1633,7 @@
1633
1633
  },
1634
1634
  {
1635
1635
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1636
- "name": "AI Agent Subprocess",
1636
+ "name": "AI Agent Sub-process",
1637
1637
  "id": "io.camunda.connectors.agenticai.aiagent.jobworker.v1",
1638
1638
  "description": "Run a multi-step AI reasoning loop with dynamic tool selection",
1639
1639
  "metadata": {
@@ -2158,7 +2158,7 @@
2158
2158
  "value": "bpmn:ServiceTask"
2159
2159
  },
2160
2160
  "engines": {
2161
- "camunda": "^8.2"
2161
+ "camunda": "^8.8"
2162
2162
  },
2163
2163
  "groups": [
2164
2164
  {
@@ -2235,9 +2235,7 @@
2235
2235
  "description": "Document lookup query",
2236
2236
  "optional": false,
2237
2237
  "constraints": {
2238
- "notEmpty": true,
2239
- "minLength": 0,
2240
- "maxLength": 200
2238
+ "notEmpty": true
2241
2239
  },
2242
2240
  "feel": "optional",
2243
2241
  "group": "query",
@@ -1437,6 +1437,10 @@
1437
1437
  "id": "endpoint",
1438
1438
  "label": "HTTP Polling configuration"
1439
1439
  },
1440
+ {
1441
+ "id": "payload",
1442
+ "label": "Payload"
1443
+ },
1440
1444
  {
1441
1445
  "id": "interval",
1442
1446
  "label": "HTTP Polling Interval"
@@ -1850,6 +1854,24 @@
1850
1854
  },
1851
1855
  "type": "Hidden"
1852
1856
  },
1857
+ {
1858
+ "id": "body",
1859
+ "label": "Request body",
1860
+ "description": "Payload to send with the request",
1861
+ "optional": true,
1862
+ "feel": "optional",
1863
+ "group": "payload",
1864
+ "binding": {
1865
+ "name": "body",
1866
+ "type": "zeebe:property"
1867
+ },
1868
+ "condition": {
1869
+ "property": "method",
1870
+ "oneOf": ["POST", "PUT", "PATCH"],
1871
+ "type": "simple"
1872
+ },
1873
+ "type": "Text"
1874
+ },
1853
1875
  {
1854
1876
  "id": "httpRequestInterval",
1855
1877
  "label": "Http request interval",
@@ -1437,6 +1437,10 @@
1437
1437
  "id": "endpoint",
1438
1438
  "label": "HTTP Polling configuration"
1439
1439
  },
1440
+ {
1441
+ "id": "payload",
1442
+ "label": "Payload"
1443
+ },
1440
1444
  {
1441
1445
  "id": "interval",
1442
1446
  "label": "HTTP Polling Interval"
@@ -1850,6 +1854,24 @@
1850
1854
  },
1851
1855
  "type": "Hidden"
1852
1856
  },
1857
+ {
1858
+ "id": "body",
1859
+ "label": "Request body",
1860
+ "description": "Payload to send with the request",
1861
+ "optional": true,
1862
+ "feel": "optional",
1863
+ "group": "payload",
1864
+ "binding": {
1865
+ "name": "body",
1866
+ "type": "zeebe:property"
1867
+ },
1868
+ "condition": {
1869
+ "property": "method",
1870
+ "oneOf": ["POST", "PUT", "PATCH"],
1871
+ "type": "simple"
1872
+ },
1873
+ "type": "Text"
1874
+ },
1853
1875
  {
1854
1876
  "id": "httpRequestInterval",
1855
1877
  "label": "Http request interval",
@@ -9,7 +9,7 @@
9
9
  "metadata": {
10
10
  "keywords": []
11
11
  },
12
- "documentationRef": "https://docs.camunda.io/docs/components/camunda-integrations/overview/",
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/overview/",
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/overview/",
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"