@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
|
@@ -1207,7 +1207,7 @@
|
|
|
1207
1207
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1208
1208
|
"name": "AWS DynamoDB",
|
|
1209
1209
|
"id": "io.camunda.connectors.AWSDynamoDB.v1",
|
|
1210
|
-
"version":
|
|
1210
|
+
"version": 3,
|
|
1211
1211
|
"description": "Work with tables and items using AWS DynamoDB service",
|
|
1212
1212
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/",
|
|
1213
1213
|
"category": {
|
|
@@ -1588,8 +1588,8 @@
|
|
|
1588
1588
|
"constraints": {
|
|
1589
1589
|
"notEmpty": false,
|
|
1590
1590
|
"pattern": {
|
|
1591
|
-
"value": "^(=|([0-9]
|
|
1592
|
-
"message": "Must be a number
|
|
1591
|
+
"value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
|
|
1592
|
+
"message": "Must be a number"
|
|
1593
1593
|
}
|
|
1594
1594
|
},
|
|
1595
1595
|
"condition": {
|
|
@@ -1611,8 +1611,8 @@
|
|
|
1611
1611
|
"constraints": {
|
|
1612
1612
|
"notEmpty": false,
|
|
1613
1613
|
"pattern": {
|
|
1614
|
-
"value": "^(=|([0-9]
|
|
1615
|
-
"message": "Must be a number
|
|
1614
|
+
"value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
|
|
1615
|
+
"message": "Must be a number"
|
|
1616
1616
|
}
|
|
1617
1617
|
},
|
|
1618
1618
|
"condition": {
|
|
@@ -1879,7 +1879,7 @@
|
|
|
1879
1879
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1880
1880
|
"name": "AWS DynamoDB Outbound Connector",
|
|
1881
1881
|
"id": "io.camunda.connectors.AWSDynamoDB.v1",
|
|
1882
|
-
"version":
|
|
1882
|
+
"version": 6,
|
|
1883
1883
|
"description": "Work with tables and items using AWS DynamoDB service",
|
|
1884
1884
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/",
|
|
1885
1885
|
"category": {
|
|
@@ -2006,9 +2006,35 @@
|
|
|
2006
2006
|
"equals": "item"
|
|
2007
2007
|
}
|
|
2008
2008
|
},
|
|
2009
|
+
{
|
|
2010
|
+
"id": "authenticationType",
|
|
2011
|
+
"label": "Authentication",
|
|
2012
|
+
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation page</a>",
|
|
2013
|
+
"group": "authentication",
|
|
2014
|
+
"type": "Dropdown",
|
|
2015
|
+
"optional": false,
|
|
2016
|
+
"value": "credentials",
|
|
2017
|
+
"choices": [
|
|
2018
|
+
{
|
|
2019
|
+
"name": "Credentials",
|
|
2020
|
+
"value": "credentials"
|
|
2021
|
+
},
|
|
2022
|
+
{
|
|
2023
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
2024
|
+
"value": "defaultCredentialsChain"
|
|
2025
|
+
}
|
|
2026
|
+
],
|
|
2027
|
+
"binding": {
|
|
2028
|
+
"type": "zeebe:input",
|
|
2029
|
+
"name": "authentication.type"
|
|
2030
|
+
},
|
|
2031
|
+
"constraints": {
|
|
2032
|
+
"notEmpty": true
|
|
2033
|
+
}
|
|
2034
|
+
},
|
|
2009
2035
|
{
|
|
2010
2036
|
"label": "Access key",
|
|
2011
|
-
"description": "Provide an access key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
2037
|
+
"description": "Provide an access key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
2012
2038
|
"group": "authentication",
|
|
2013
2039
|
"type": "String",
|
|
2014
2040
|
"feel": "optional",
|
|
@@ -2019,11 +2045,15 @@
|
|
|
2019
2045
|
},
|
|
2020
2046
|
"constraints": {
|
|
2021
2047
|
"notEmpty": true
|
|
2048
|
+
},
|
|
2049
|
+
"condition": {
|
|
2050
|
+
"property": "authenticationType",
|
|
2051
|
+
"equals": "credentials"
|
|
2022
2052
|
}
|
|
2023
2053
|
},
|
|
2024
2054
|
{
|
|
2025
2055
|
"label": "Secret key",
|
|
2026
|
-
"description": "Provide a secret key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
2056
|
+
"description": "Provide a secret key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
2027
2057
|
"group": "authentication",
|
|
2028
2058
|
"type": "String",
|
|
2029
2059
|
"feel": "optional",
|
|
@@ -2034,6 +2064,10 @@
|
|
|
2034
2064
|
},
|
|
2035
2065
|
"constraints": {
|
|
2036
2066
|
"notEmpty": true
|
|
2067
|
+
},
|
|
2068
|
+
"condition": {
|
|
2069
|
+
"property": "authenticationType",
|
|
2070
|
+
"equals": "credentials"
|
|
2037
2071
|
}
|
|
2038
2072
|
},
|
|
2039
2073
|
{
|
|
@@ -2091,7 +2125,7 @@
|
|
|
2091
2125
|
},
|
|
2092
2126
|
{
|
|
2093
2127
|
"label": "Partition key",
|
|
2094
|
-
"description": "Partition key. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
2128
|
+
"description": "Partition key. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
2095
2129
|
"group": "input",
|
|
2096
2130
|
"type": "String",
|
|
2097
2131
|
"feel": "optional",
|
|
@@ -2109,7 +2143,7 @@
|
|
|
2109
2143
|
},
|
|
2110
2144
|
{
|
|
2111
2145
|
"label": "Partition key role",
|
|
2112
|
-
"description": "The role that this key attribute will assume. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
2146
|
+
"description": "The role that this key attribute will assume. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
2113
2147
|
"group": "input",
|
|
2114
2148
|
"type": "Dropdown",
|
|
2115
2149
|
"optional": false,
|
|
@@ -2169,7 +2203,7 @@
|
|
|
2169
2203
|
},
|
|
2170
2204
|
{
|
|
2171
2205
|
"label": "Sort key",
|
|
2172
|
-
"description": "Sort key. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
2206
|
+
"description": "Sort key. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
2173
2207
|
"group": "input",
|
|
2174
2208
|
"type": "String",
|
|
2175
2209
|
"feel": "optional",
|
|
@@ -2248,7 +2282,7 @@
|
|
|
2248
2282
|
},
|
|
2249
2283
|
{
|
|
2250
2284
|
"label": "Read capacity units",
|
|
2251
|
-
"description": "Total number of read capacity units. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
2285
|
+
"description": "Total number of read capacity units. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
2252
2286
|
"group": "input",
|
|
2253
2287
|
"type": "String",
|
|
2254
2288
|
"feel": "optional",
|
|
@@ -2271,7 +2305,7 @@
|
|
|
2271
2305
|
},
|
|
2272
2306
|
{
|
|
2273
2307
|
"label": "Write capacity units",
|
|
2274
|
-
"description": "Total number of write capacity units. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
2308
|
+
"description": "Total number of write capacity units. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
2275
2309
|
"group": "input",
|
|
2276
2310
|
"type": "String",
|
|
2277
2311
|
"feel": "optional",
|
|
@@ -2294,7 +2328,7 @@
|
|
|
2294
2328
|
},
|
|
2295
2329
|
{
|
|
2296
2330
|
"label": "Billing mode",
|
|
2297
|
-
"description": "Controls how you are charged for read and write throughput. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
2331
|
+
"description": "Controls how you are charged for read and write throughput. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
2298
2332
|
"group": "input",
|
|
2299
2333
|
"type": "Dropdown",
|
|
2300
2334
|
"optional": true,
|
|
@@ -2351,7 +2385,7 @@
|
|
|
2351
2385
|
},
|
|
2352
2386
|
{
|
|
2353
2387
|
"label": "Filter expression",
|
|
2354
|
-
"description": "Filter expressions for scan. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
2388
|
+
"description": "Filter expressions for scan. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
2355
2389
|
"group": "input",
|
|
2356
2390
|
"type": "String",
|
|
2357
2391
|
"feel": "optional",
|
|
@@ -2389,7 +2423,7 @@
|
|
|
2389
2423
|
},
|
|
2390
2424
|
{
|
|
2391
2425
|
"label": "Expression attribute names",
|
|
2392
|
-
"description": " Is a placeholder that you use as an alternative to an actual attribute name. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
2426
|
+
"description": " Is a placeholder that you use as an alternative to an actual attribute name. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
2393
2427
|
"group": "input",
|
|
2394
2428
|
"type": "String",
|
|
2395
2429
|
"feel": "required",
|
|
@@ -2408,7 +2442,7 @@
|
|
|
2408
2442
|
},
|
|
2409
2443
|
{
|
|
2410
2444
|
"label": "Expression attribute values",
|
|
2411
|
-
"description": "Expression attribute values. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
2445
|
+
"description": "Expression attribute values. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
2412
2446
|
"group": "input",
|
|
2413
2447
|
"type": "String",
|
|
2414
2448
|
"feel": "required",
|
|
@@ -2463,7 +2497,7 @@
|
|
|
2463
2497
|
},
|
|
2464
2498
|
{
|
|
2465
2499
|
"label": "Key attributes",
|
|
2466
|
-
"description": "DynamoDB key attributes. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
2500
|
+
"description": "DynamoDB key attributes. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
2467
2501
|
"group": "input",
|
|
2468
2502
|
"type": "String",
|
|
2469
2503
|
"feel": "required",
|
|
@@ -2544,14 +2578,14 @@
|
|
|
2544
2578
|
"contents": "data:image/svg+xml;utf8,%3Csvg width='18' height='18' viewBox='0 0 256 289' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M165.258 288.501h3.508l57.261-28.634.953-1.347V29.964l-.953-1.354L168.766 0h-3.551l.043 288.501' fill='%235294CF'/%3E%3Cpath d='M90.741 288.501h-3.557l-57.212-28.634-1.161-1.997-.589-226.742 1.75-2.518L87.184 0h3.601l-.044 288.501' fill='%231F5B98'/%3E%3Cpath d='M87.285 0h81.426v288.501H87.285V0z' fill='%232D72B8'/%3E%3Cpath d='M256 137.769l-1.935-.429-27.628-2.576-.41.204-57.312-2.292h-81.43l-57.313 2.292V91.264l-.06.032.06-.128 57.313-13.28h81.43l57.312 13.28 21.069 11.199v-7.2l8.904-.974-.922-1.798-28.192-20.159-.859.279-57.312-17.759h-81.43L29.972 72.515V28.61L0 63.723v30.666l.232-.168 8.672.946v7.348L0 107.28v30.513l.232-.024 8.672.128v12.807l-7.482.112L0 150.68v30.525l8.904 4.788v7.433l-8.531.942-.373-.28v30.661l29.972 35.118v-43.901l57.313 17.759h81.43l57.481-17.811.764.335 27.821-19.862 1.219-1.979-8.904-.982v-7.284l-1.167-.466-19.043 10.265-.69 1.44-57.481 13.203v.016h-81.43v-.016l-57.313-13.259v-43.864l57.313 2.284v.056h81.43l57.312-2.34 1.305.6 26.779-2.306 1.889-.923-8.904-.128v-12.807l8.904-.128' fill='%231A476F'/%3E%3Cpath d='M226.027 215.966v43.901L256 224.749v-30.461l-29.8 21.626-.173.052M226.027 197.421l.173-.04 29.8-16.028v-30.649l-29.973 2.757v43.96M226.2 91.208l-.173-.04v43.8L256 137.769v-30.634l-29.8-15.927M226.2 72.687L256 94.193V63.731L226.027 28.61v43.905l.173.06v.112' fill='%232D72B8'/%3E%3C/svg%3E"
|
|
2545
2579
|
},
|
|
2546
2580
|
"engines": {
|
|
2547
|
-
"camunda": "^8.
|
|
2581
|
+
"camunda": "^8.4"
|
|
2548
2582
|
}
|
|
2549
2583
|
},
|
|
2550
2584
|
{
|
|
2551
2585
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2552
2586
|
"name": "AWS DynamoDB Outbound Connector",
|
|
2553
2587
|
"id": "io.camunda.connectors.AWSDynamoDB.v1",
|
|
2554
|
-
"version":
|
|
2588
|
+
"version": 5,
|
|
2555
2589
|
"description": "Work with tables and items using AWS DynamoDB service",
|
|
2556
2590
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/",
|
|
2557
2591
|
"category": {
|
|
@@ -2678,32 +2712,6 @@
|
|
|
2678
2712
|
"equals": "item"
|
|
2679
2713
|
}
|
|
2680
2714
|
},
|
|
2681
|
-
{
|
|
2682
|
-
"id": "authenticationType",
|
|
2683
|
-
"label": "Authentication",
|
|
2684
|
-
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-dynamodb/\" target=\"_blank\">documentation page</a>",
|
|
2685
|
-
"group": "authentication",
|
|
2686
|
-
"type": "Dropdown",
|
|
2687
|
-
"optional": false,
|
|
2688
|
-
"value": "credentials",
|
|
2689
|
-
"choices": [
|
|
2690
|
-
{
|
|
2691
|
-
"name": "Credentials",
|
|
2692
|
-
"value": "credentials"
|
|
2693
|
-
},
|
|
2694
|
-
{
|
|
2695
|
-
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
2696
|
-
"value": "defaultCredentialsChain"
|
|
2697
|
-
}
|
|
2698
|
-
],
|
|
2699
|
-
"binding": {
|
|
2700
|
-
"type": "zeebe:input",
|
|
2701
|
-
"name": "authentication.type"
|
|
2702
|
-
},
|
|
2703
|
-
"constraints": {
|
|
2704
|
-
"notEmpty": true
|
|
2705
|
-
}
|
|
2706
|
-
},
|
|
2707
2715
|
{
|
|
2708
2716
|
"label": "Access key",
|
|
2709
2717
|
"description": "Provide an access key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
@@ -2717,10 +2725,6 @@
|
|
|
2717
2725
|
},
|
|
2718
2726
|
"constraints": {
|
|
2719
2727
|
"notEmpty": true
|
|
2720
|
-
},
|
|
2721
|
-
"condition": {
|
|
2722
|
-
"property": "authenticationType",
|
|
2723
|
-
"equals": "credentials"
|
|
2724
2728
|
}
|
|
2725
2729
|
},
|
|
2726
2730
|
{
|
|
@@ -2736,10 +2740,6 @@
|
|
|
2736
2740
|
},
|
|
2737
2741
|
"constraints": {
|
|
2738
2742
|
"notEmpty": true
|
|
2739
|
-
},
|
|
2740
|
-
"condition": {
|
|
2741
|
-
"property": "authenticationType",
|
|
2742
|
-
"equals": "credentials"
|
|
2743
2743
|
}
|
|
2744
2744
|
},
|
|
2745
2745
|
{
|
|
@@ -3255,9 +3255,9 @@
|
|
|
3255
3255
|
},
|
|
3256
3256
|
{
|
|
3257
3257
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
3258
|
-
"name": "AWS DynamoDB",
|
|
3258
|
+
"name": "AWS DynamoDB Outbound Connector",
|
|
3259
3259
|
"id": "io.camunda.connectors.AWSDynamoDB.v1",
|
|
3260
|
-
"version":
|
|
3260
|
+
"version": 4,
|
|
3261
3261
|
"description": "Work with tables and items using AWS DynamoDB service",
|
|
3262
3262
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/",
|
|
3263
3263
|
"category": {
|
|
@@ -3638,7 +3638,7 @@
|
|
|
3638
3638
|
"constraints": {
|
|
3639
3639
|
"notEmpty": false,
|
|
3640
3640
|
"pattern": {
|
|
3641
|
-
"value": "^(=|([0-9]
|
|
3641
|
+
"value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
|
|
3642
3642
|
"message": "Must be a number"
|
|
3643
3643
|
}
|
|
3644
3644
|
},
|
|
@@ -3661,7 +3661,7 @@
|
|
|
3661
3661
|
"constraints": {
|
|
3662
3662
|
"notEmpty": false,
|
|
3663
3663
|
"pattern": {
|
|
3664
|
-
"value": "^(=|([0-9]
|
|
3664
|
+
"value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
|
|
3665
3665
|
"message": "Must be a number"
|
|
3666
3666
|
}
|
|
3667
3667
|
},
|
|
@@ -3927,9 +3927,9 @@
|
|
|
3927
3927
|
},
|
|
3928
3928
|
{
|
|
3929
3929
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
3930
|
-
"name": "AWS DynamoDB
|
|
3930
|
+
"name": "AWS DynamoDB",
|
|
3931
3931
|
"id": "io.camunda.connectors.AWSDynamoDB.v1",
|
|
3932
|
-
"version":
|
|
3932
|
+
"version": 2,
|
|
3933
3933
|
"description": "Work with tables and items using AWS DynamoDB service",
|
|
3934
3934
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/",
|
|
3935
3935
|
"category": {
|
|
@@ -4058,7 +4058,7 @@
|
|
|
4058
4058
|
},
|
|
4059
4059
|
{
|
|
4060
4060
|
"label": "Access key",
|
|
4061
|
-
"description": "Provide an access key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
4061
|
+
"description": "Provide an access key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
4062
4062
|
"group": "authentication",
|
|
4063
4063
|
"type": "String",
|
|
4064
4064
|
"feel": "optional",
|
|
@@ -4073,7 +4073,7 @@
|
|
|
4073
4073
|
},
|
|
4074
4074
|
{
|
|
4075
4075
|
"label": "Secret key",
|
|
4076
|
-
"description": "Provide a secret key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
4076
|
+
"description": "Provide a secret key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
4077
4077
|
"group": "authentication",
|
|
4078
4078
|
"type": "String",
|
|
4079
4079
|
"feel": "optional",
|
|
@@ -4141,7 +4141,7 @@
|
|
|
4141
4141
|
},
|
|
4142
4142
|
{
|
|
4143
4143
|
"label": "Partition key",
|
|
4144
|
-
"description": "Partition key. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
4144
|
+
"description": "Partition key. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
4145
4145
|
"group": "input",
|
|
4146
4146
|
"type": "String",
|
|
4147
4147
|
"feel": "optional",
|
|
@@ -4159,7 +4159,7 @@
|
|
|
4159
4159
|
},
|
|
4160
4160
|
{
|
|
4161
4161
|
"label": "Partition key role",
|
|
4162
|
-
"description": "The role that this key attribute will assume. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
4162
|
+
"description": "The role that this key attribute will assume. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
4163
4163
|
"group": "input",
|
|
4164
4164
|
"type": "Dropdown",
|
|
4165
4165
|
"optional": false,
|
|
@@ -4219,7 +4219,7 @@
|
|
|
4219
4219
|
},
|
|
4220
4220
|
{
|
|
4221
4221
|
"label": "Sort key",
|
|
4222
|
-
"description": "Sort key. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
4222
|
+
"description": "Sort key. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
4223
4223
|
"group": "input",
|
|
4224
4224
|
"type": "String",
|
|
4225
4225
|
"feel": "optional",
|
|
@@ -4298,7 +4298,7 @@
|
|
|
4298
4298
|
},
|
|
4299
4299
|
{
|
|
4300
4300
|
"label": "Read capacity units",
|
|
4301
|
-
"description": "Total number of read capacity units. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
4301
|
+
"description": "Total number of read capacity units. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
4302
4302
|
"group": "input",
|
|
4303
4303
|
"type": "String",
|
|
4304
4304
|
"feel": "optional",
|
|
@@ -4310,8 +4310,8 @@
|
|
|
4310
4310
|
"constraints": {
|
|
4311
4311
|
"notEmpty": false,
|
|
4312
4312
|
"pattern": {
|
|
4313
|
-
"value": "^(=|([0-9]
|
|
4314
|
-
"message": "Must be a number"
|
|
4313
|
+
"value": "^(=|([0-9]|secrets.*|\\{\\{.*)+$)",
|
|
4314
|
+
"message": "Must be a number."
|
|
4315
4315
|
}
|
|
4316
4316
|
},
|
|
4317
4317
|
"condition": {
|
|
@@ -4321,7 +4321,7 @@
|
|
|
4321
4321
|
},
|
|
4322
4322
|
{
|
|
4323
4323
|
"label": "Write capacity units",
|
|
4324
|
-
"description": "Total number of write capacity units. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
4324
|
+
"description": "Total number of write capacity units. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
4325
4325
|
"group": "input",
|
|
4326
4326
|
"type": "String",
|
|
4327
4327
|
"feel": "optional",
|
|
@@ -4333,8 +4333,8 @@
|
|
|
4333
4333
|
"constraints": {
|
|
4334
4334
|
"notEmpty": false,
|
|
4335
4335
|
"pattern": {
|
|
4336
|
-
"value": "^(=|([0-9]
|
|
4337
|
-
"message": "Must be a number"
|
|
4336
|
+
"value": "^(=|([0-9]|secrets.*|\\{\\{.*)+$)",
|
|
4337
|
+
"message": "Must be a number."
|
|
4338
4338
|
}
|
|
4339
4339
|
},
|
|
4340
4340
|
"condition": {
|
|
@@ -4344,7 +4344,7 @@
|
|
|
4344
4344
|
},
|
|
4345
4345
|
{
|
|
4346
4346
|
"label": "Billing mode",
|
|
4347
|
-
"description": "Controls how you are charged for read and write throughput. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
4347
|
+
"description": "Controls how you are charged for read and write throughput. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
4348
4348
|
"group": "input",
|
|
4349
4349
|
"type": "Dropdown",
|
|
4350
4350
|
"optional": true,
|
|
@@ -4401,7 +4401,7 @@
|
|
|
4401
4401
|
},
|
|
4402
4402
|
{
|
|
4403
4403
|
"label": "Filter expression",
|
|
4404
|
-
"description": "Filter expressions for scan. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
4404
|
+
"description": "Filter expressions for scan. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
4405
4405
|
"group": "input",
|
|
4406
4406
|
"type": "String",
|
|
4407
4407
|
"feel": "optional",
|
|
@@ -4439,7 +4439,7 @@
|
|
|
4439
4439
|
},
|
|
4440
4440
|
{
|
|
4441
4441
|
"label": "Expression attribute names",
|
|
4442
|
-
"description": " Is a placeholder that you use as an alternative to an actual attribute name. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
4442
|
+
"description": " Is a placeholder that you use as an alternative to an actual attribute name. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
4443
4443
|
"group": "input",
|
|
4444
4444
|
"type": "String",
|
|
4445
4445
|
"feel": "required",
|
|
@@ -4458,7 +4458,7 @@
|
|
|
4458
4458
|
},
|
|
4459
4459
|
{
|
|
4460
4460
|
"label": "Expression attribute values",
|
|
4461
|
-
"description": "Expression attribute values. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
4461
|
+
"description": "Expression attribute values. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
4462
4462
|
"group": "input",
|
|
4463
4463
|
"type": "String",
|
|
4464
4464
|
"feel": "required",
|
|
@@ -4513,7 +4513,7 @@
|
|
|
4513
4513
|
},
|
|
4514
4514
|
{
|
|
4515
4515
|
"label": "Key attributes",
|
|
4516
|
-
"description": "DynamoDB key attributes. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
4516
|
+
"description": "DynamoDB key attributes. Details in the <a href=\"https://docs.camunda.io/docs/next/components/connectors/out-of-the-box-connectors/aws-dynamodb/\" target=\"_blank\">documentation</a>",
|
|
4517
4517
|
"group": "input",
|
|
4518
4518
|
"type": "String",
|
|
4519
4519
|
"feel": "required",
|
|
@@ -4594,7 +4594,7 @@
|
|
|
4594
4594
|
"contents": "data:image/svg+xml;utf8,%3Csvg width='18' height='18' viewBox='0 0 256 289' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M165.258 288.501h3.508l57.261-28.634.953-1.347V29.964l-.953-1.354L168.766 0h-3.551l.043 288.501' fill='%235294CF'/%3E%3Cpath d='M90.741 288.501h-3.557l-57.212-28.634-1.161-1.997-.589-226.742 1.75-2.518L87.184 0h3.601l-.044 288.501' fill='%231F5B98'/%3E%3Cpath d='M87.285 0h81.426v288.501H87.285V0z' fill='%232D72B8'/%3E%3Cpath d='M256 137.769l-1.935-.429-27.628-2.576-.41.204-57.312-2.292h-81.43l-57.313 2.292V91.264l-.06.032.06-.128 57.313-13.28h81.43l57.312 13.28 21.069 11.199v-7.2l8.904-.974-.922-1.798-28.192-20.159-.859.279-57.312-17.759h-81.43L29.972 72.515V28.61L0 63.723v30.666l.232-.168 8.672.946v7.348L0 107.28v30.513l.232-.024 8.672.128v12.807l-7.482.112L0 150.68v30.525l8.904 4.788v7.433l-8.531.942-.373-.28v30.661l29.972 35.118v-43.901l57.313 17.759h81.43l57.481-17.811.764.335 27.821-19.862 1.219-1.979-8.904-.982v-7.284l-1.167-.466-19.043 10.265-.69 1.44-57.481 13.203v.016h-81.43v-.016l-57.313-13.259v-43.864l57.313 2.284v.056h81.43l57.312-2.34 1.305.6 26.779-2.306 1.889-.923-8.904-.128v-12.807l8.904-.128' fill='%231A476F'/%3E%3Cpath d='M226.027 215.966v43.901L256 224.749v-30.461l-29.8 21.626-.173.052M226.027 197.421l.173-.04 29.8-16.028v-30.649l-29.973 2.757v43.96M226.2 91.208l-.173-.04v43.8L256 137.769v-30.634l-29.8-15.927M226.2 72.687L256 94.193V63.731L226.027 28.61v43.905l.173.06v.112' fill='%232D72B8'/%3E%3C/svg%3E"
|
|
4595
4595
|
},
|
|
4596
4596
|
"engines": {
|
|
4597
|
-
"camunda": "^8.
|
|
4597
|
+
"camunda": "^8.2"
|
|
4598
4598
|
}
|
|
4599
4599
|
},
|
|
4600
4600
|
{
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
4
|
"name": "Amazon EventBridge Boundary Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.AWSEventBridge.boundary.v1",
|
|
6
|
-
"version":
|
|
6
|
+
"version": 1,
|
|
7
7
|
"description": "Receive events from AWS EventBridge",
|
|
8
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/
|
|
8
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/",
|
|
9
9
|
"category": {
|
|
10
10
|
"id": "connectors",
|
|
11
11
|
"name": "Connectors"
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
"constraints": {
|
|
270
270
|
"notEmpty": true
|
|
271
271
|
},
|
|
272
|
-
"value": "=request.headers.
|
|
272
|
+
"value": "=request.headers.apiKey"
|
|
273
273
|
},
|
|
274
274
|
{
|
|
275
275
|
"label": "Correlation key (process)",
|
|
@@ -299,18 +299,6 @@
|
|
|
299
299
|
"notEmpty": true
|
|
300
300
|
}
|
|
301
301
|
},
|
|
302
|
-
{
|
|
303
|
-
"label": "Message ID expression",
|
|
304
|
-
"feel": "required",
|
|
305
|
-
"type": "String",
|
|
306
|
-
"optional": true,
|
|
307
|
-
"group": "activation",
|
|
308
|
-
"binding": {
|
|
309
|
-
"type": "zeebe:property",
|
|
310
|
-
"name": "messageIdExpression"
|
|
311
|
-
},
|
|
312
|
-
"description": "Expression to extract unique identifier of a message"
|
|
313
|
-
},
|
|
314
302
|
{
|
|
315
303
|
"label": "Condition",
|
|
316
304
|
"type": "String",
|
|
@@ -321,7 +309,7 @@
|
|
|
321
309
|
"type": "zeebe:property",
|
|
322
310
|
"name": "activationCondition"
|
|
323
311
|
},
|
|
324
|
-
"description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
312
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
|
|
325
313
|
},
|
|
326
314
|
{
|
|
327
315
|
"label": "Result variable",
|
|
@@ -358,9 +346,9 @@
|
|
|
358
346
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
359
347
|
"name": "Amazon EventBridge Boundary Event Connector",
|
|
360
348
|
"id": "io.camunda.connectors.AWSEventBridge.boundary.v1",
|
|
361
|
-
"version":
|
|
349
|
+
"version": 2,
|
|
362
350
|
"description": "Receive events from AWS EventBridge",
|
|
363
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/
|
|
351
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/amazon-eventbridge/?awseventbridge=inbound",
|
|
364
352
|
"category": {
|
|
365
353
|
"id": "connectors",
|
|
366
354
|
"name": "Connectors"
|
|
@@ -624,7 +612,7 @@
|
|
|
624
612
|
"constraints": {
|
|
625
613
|
"notEmpty": true
|
|
626
614
|
},
|
|
627
|
-
"value": "=request.headers.
|
|
615
|
+
"value": "=request.headers.apikey"
|
|
628
616
|
},
|
|
629
617
|
{
|
|
630
618
|
"label": "Correlation key (process)",
|
|
@@ -654,6 +642,18 @@
|
|
|
654
642
|
"notEmpty": true
|
|
655
643
|
}
|
|
656
644
|
},
|
|
645
|
+
{
|
|
646
|
+
"label": "Message ID expression",
|
|
647
|
+
"feel": "required",
|
|
648
|
+
"type": "String",
|
|
649
|
+
"optional": true,
|
|
650
|
+
"group": "activation",
|
|
651
|
+
"binding": {
|
|
652
|
+
"type": "zeebe:property",
|
|
653
|
+
"name": "messageIdExpression"
|
|
654
|
+
},
|
|
655
|
+
"description": "Expression to extract unique identifier of a message"
|
|
656
|
+
},
|
|
657
657
|
{
|
|
658
658
|
"label": "Condition",
|
|
659
659
|
"type": "String",
|
|
@@ -664,7 +664,7 @@
|
|
|
664
664
|
"type": "zeebe:property",
|
|
665
665
|
"name": "activationCondition"
|
|
666
666
|
},
|
|
667
|
-
"description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
667
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
|
|
668
668
|
},
|
|
669
669
|
{
|
|
670
670
|
"label": "Result variable",
|