@camunda/connectors-element-templates 1.0.16 → 1.0.17
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 +2 -0
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +1 -0
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +3 -2
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +3 -2
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +3 -2
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +3 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +30 -30
- package/src/element-templates/agenticai-aiagent-job-worker.json +163 -163
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +2144 -2144
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +467 -466
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +482 -481
- package/src/element-templates/automation-anywhere-outbound-connector.json +613 -613
- package/src/element-templates/aws-bedrock-outbound-connector.json +74 -74
- package/src/element-templates/aws-dynamodb-outbound-connector.json +80 -80
- package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +22 -22
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
- package/src/element-templates/aws-eventbridge-outbound-connector.json +188 -188
- package/src/element-templates/aws-lambda-outbound-connector.json +238 -238
- package/src/element-templates/aws-sns-inbound-boundary.json +193 -193
- package/src/element-templates/aws-sns-inbound-intermediate.json +332 -332
- package/src/element-templates/aws-sns-inbound-message-start.json +110 -110
- package/src/element-templates/aws-sns-outbound-connector.json +741 -741
- package/src/element-templates/aws-sqs-boundary-connector.json +232 -232
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +493 -493
- package/src/element-templates/aws-sqs-outbound-connector.json +753 -753
- package/src/element-templates/aws-sqs-start-event-connector.json +483 -483
- package/src/element-templates/aws-sqs-start-message.json +438 -438
- package/src/element-templates/aws-textract-outbound-connector.json +123 -123
- package/src/element-templates/azure-open-ai-connector.json +32 -32
- package/src/element-templates/blue-prism-connector.json +6 -6
- package/src/element-templates/easy-post-connector.json +114 -114
- 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 +32 -32
- package/src/element-templates/email-outbound-connector.json +233 -233
- package/src/element-templates/github-connector.json +11435 -7908
- package/src/element-templates/github-webhook-connector-boundary.json +16 -16
- package/src/element-templates/github-webhook-connector-intermediate.json +25 -25
- package/src/element-templates/github-webhook-connector-start-event.json +64 -64
- package/src/element-templates/gitlab-connector.json +3394 -3394
- package/src/element-templates/google-drive-outbound-connector.json +420 -420
- package/src/element-templates/google-maps-platform-connector.json +14 -14
- package/src/element-templates/google-sheets-outbound-connector.json +1055 -1055
- package/src/element-templates/graphql-outbound-connector.json +1341 -763
- package/src/element-templates/http-connector.json.json +654 -0
- package/src/element-templates/http-json-connector.json +1489 -1475
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +801 -136
- package/src/element-templates/http-polling-connector.json +1604 -939
- package/src/element-templates/hugging-face-connector.json +196 -0
- package/src/element-templates/kafka-inbound-connector-boundary.json +483 -483
- package/src/element-templates/kafka-inbound-connector-intermediate.json +466 -466
- package/src/element-templates/kafka-inbound-connector-start-message.json +529 -529
- package/src/element-templates/kafka-outbound-connector.json +360 -360
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +147 -7
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +147 -7
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +160 -20
- package/src/element-templates/microsoft-teams-outbound-connector.json +1892 -47
- package/src/element-templates/openai-connector.json +83 -83
- package/src/element-templates/operate-connector.json +21 -21
- package/src/element-templates/power-automate-connector.json +4 -4
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +422 -422
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +338 -338
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +463 -463
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +360 -360
- package/src/element-templates/rabbitmq-outbound-connector.json +354 -354
- package/src/element-templates/salesforce-connector.json +38 -38
- package/src/element-templates/sendgrid-outbound-connector.json +354 -354
- package/src/element-templates/slack-inbound-boundary.json +253 -253
- package/src/element-templates/slack-inbound-message-start.json +321 -321
- package/src/element-templates/slack-inbound-start-event.json +327 -327
- package/src/element-templates/slack-outbound-connector.json +1203 -507
- package/src/element-templates/twilio-connector.json +65 -65
- package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
- package/src/element-templates/twilio-webhook-intermediate-connector.json +25 -25
- package/src/element-templates/uipath-connector.json +10 -10
- package/src/element-templates/webhook-connector-boundary.json +1192 -547
- package/src/element-templates/webhook-connector-intermediate.json +1258 -613
- package/src/element-templates/webhook-connector-receive.json +644 -0
- package/src/element-templates/webhook-connector-start-event.json +1690 -1136
- package/src/element-templates/webhook-connector-start-message.json +1601 -924
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
-
"name": "AWS DynamoDB",
|
|
4
|
+
"name": "AWS DynamoDB Outbound Connector",
|
|
5
5
|
"id": "io.camunda.connectors.AWSDynamoDB.v1",
|
|
6
|
-
"version":
|
|
6
|
+
"version": 6,
|
|
7
7
|
"description": "Work with tables and items using AWS DynamoDB service",
|
|
8
8
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/",
|
|
9
9
|
"category": {
|
|
@@ -130,9 +130,35 @@
|
|
|
130
130
|
"equals": "item"
|
|
131
131
|
}
|
|
132
132
|
},
|
|
133
|
+
{
|
|
134
|
+
"id": "authenticationType",
|
|
135
|
+
"label": "Authentication",
|
|
136
|
+
"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>",
|
|
137
|
+
"group": "authentication",
|
|
138
|
+
"type": "Dropdown",
|
|
139
|
+
"optional": false,
|
|
140
|
+
"value": "credentials",
|
|
141
|
+
"choices": [
|
|
142
|
+
{
|
|
143
|
+
"name": "Credentials",
|
|
144
|
+
"value": "credentials"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
148
|
+
"value": "defaultCredentialsChain"
|
|
149
|
+
}
|
|
150
|
+
],
|
|
151
|
+
"binding": {
|
|
152
|
+
"type": "zeebe:input",
|
|
153
|
+
"name": "authentication.type"
|
|
154
|
+
},
|
|
155
|
+
"constraints": {
|
|
156
|
+
"notEmpty": true
|
|
157
|
+
}
|
|
158
|
+
},
|
|
133
159
|
{
|
|
134
160
|
"label": "Access key",
|
|
135
|
-
"description": "Provide an access key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
161
|
+
"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>",
|
|
136
162
|
"group": "authentication",
|
|
137
163
|
"type": "String",
|
|
138
164
|
"feel": "optional",
|
|
@@ -143,11 +169,15 @@
|
|
|
143
169
|
},
|
|
144
170
|
"constraints": {
|
|
145
171
|
"notEmpty": true
|
|
172
|
+
},
|
|
173
|
+
"condition": {
|
|
174
|
+
"property": "authenticationType",
|
|
175
|
+
"equals": "credentials"
|
|
146
176
|
}
|
|
147
177
|
},
|
|
148
178
|
{
|
|
149
179
|
"label": "Secret key",
|
|
150
|
-
"description": "Provide a secret key of a user with permissions. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
180
|
+
"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>",
|
|
151
181
|
"group": "authentication",
|
|
152
182
|
"type": "String",
|
|
153
183
|
"feel": "optional",
|
|
@@ -158,6 +188,10 @@
|
|
|
158
188
|
},
|
|
159
189
|
"constraints": {
|
|
160
190
|
"notEmpty": true
|
|
191
|
+
},
|
|
192
|
+
"condition": {
|
|
193
|
+
"property": "authenticationType",
|
|
194
|
+
"equals": "credentials"
|
|
161
195
|
}
|
|
162
196
|
},
|
|
163
197
|
{
|
|
@@ -215,7 +249,7 @@
|
|
|
215
249
|
},
|
|
216
250
|
{
|
|
217
251
|
"label": "Partition key",
|
|
218
|
-
"description": "Partition key. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
252
|
+
"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>",
|
|
219
253
|
"group": "input",
|
|
220
254
|
"type": "String",
|
|
221
255
|
"feel": "optional",
|
|
@@ -233,7 +267,7 @@
|
|
|
233
267
|
},
|
|
234
268
|
{
|
|
235
269
|
"label": "Partition key role",
|
|
236
|
-
"description": "The role that this key attribute will assume. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
270
|
+
"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>",
|
|
237
271
|
"group": "input",
|
|
238
272
|
"type": "Dropdown",
|
|
239
273
|
"optional": false,
|
|
@@ -293,7 +327,7 @@
|
|
|
293
327
|
},
|
|
294
328
|
{
|
|
295
329
|
"label": "Sort key",
|
|
296
|
-
"description": "Sort key. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
330
|
+
"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>",
|
|
297
331
|
"group": "input",
|
|
298
332
|
"type": "String",
|
|
299
333
|
"feel": "optional",
|
|
@@ -372,7 +406,7 @@
|
|
|
372
406
|
},
|
|
373
407
|
{
|
|
374
408
|
"label": "Read capacity units",
|
|
375
|
-
"description": "Total number of read capacity units. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
409
|
+
"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>",
|
|
376
410
|
"group": "input",
|
|
377
411
|
"type": "String",
|
|
378
412
|
"feel": "optional",
|
|
@@ -384,7 +418,7 @@
|
|
|
384
418
|
"constraints": {
|
|
385
419
|
"notEmpty": false,
|
|
386
420
|
"pattern": {
|
|
387
|
-
"value": "^(=|([0-9]
|
|
421
|
+
"value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
|
|
388
422
|
"message": "Must be a number"
|
|
389
423
|
}
|
|
390
424
|
},
|
|
@@ -395,7 +429,7 @@
|
|
|
395
429
|
},
|
|
396
430
|
{
|
|
397
431
|
"label": "Write capacity units",
|
|
398
|
-
"description": "Total number of write capacity units. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
432
|
+
"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>",
|
|
399
433
|
"group": "input",
|
|
400
434
|
"type": "String",
|
|
401
435
|
"feel": "optional",
|
|
@@ -407,7 +441,7 @@
|
|
|
407
441
|
"constraints": {
|
|
408
442
|
"notEmpty": false,
|
|
409
443
|
"pattern": {
|
|
410
|
-
"value": "^(=|([0-9]
|
|
444
|
+
"value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
|
|
411
445
|
"message": "Must be a number"
|
|
412
446
|
}
|
|
413
447
|
},
|
|
@@ -418,7 +452,7 @@
|
|
|
418
452
|
},
|
|
419
453
|
{
|
|
420
454
|
"label": "Billing mode",
|
|
421
|
-
"description": "Controls how you are charged for read and write throughput. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
455
|
+
"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>",
|
|
422
456
|
"group": "input",
|
|
423
457
|
"type": "Dropdown",
|
|
424
458
|
"optional": true,
|
|
@@ -475,7 +509,7 @@
|
|
|
475
509
|
},
|
|
476
510
|
{
|
|
477
511
|
"label": "Filter expression",
|
|
478
|
-
"description": "Filter expressions for scan. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
512
|
+
"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>",
|
|
479
513
|
"group": "input",
|
|
480
514
|
"type": "String",
|
|
481
515
|
"feel": "optional",
|
|
@@ -513,7 +547,7 @@
|
|
|
513
547
|
},
|
|
514
548
|
{
|
|
515
549
|
"label": "Expression attribute names",
|
|
516
|
-
"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/
|
|
550
|
+
"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>",
|
|
517
551
|
"group": "input",
|
|
518
552
|
"type": "String",
|
|
519
553
|
"feel": "required",
|
|
@@ -532,7 +566,7 @@
|
|
|
532
566
|
},
|
|
533
567
|
{
|
|
534
568
|
"label": "Expression attribute values",
|
|
535
|
-
"description": "Expression attribute values. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
569
|
+
"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>",
|
|
536
570
|
"group": "input",
|
|
537
571
|
"type": "String",
|
|
538
572
|
"feel": "required",
|
|
@@ -587,7 +621,7 @@
|
|
|
587
621
|
},
|
|
588
622
|
{
|
|
589
623
|
"label": "Key attributes",
|
|
590
|
-
"description": "DynamoDB key attributes. Details in the <a href=\"https://docs.camunda.io/docs/
|
|
624
|
+
"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>",
|
|
591
625
|
"group": "input",
|
|
592
626
|
"type": "String",
|
|
593
627
|
"feel": "required",
|
|
@@ -668,14 +702,14 @@
|
|
|
668
702
|
"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"
|
|
669
703
|
},
|
|
670
704
|
"engines": {
|
|
671
|
-
"camunda": "^8.
|
|
705
|
+
"camunda": "^8.4"
|
|
672
706
|
}
|
|
673
707
|
},
|
|
674
708
|
{
|
|
675
709
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
676
|
-
"name": "AWS DynamoDB
|
|
710
|
+
"name": "AWS DynamoDB",
|
|
677
711
|
"id": "io.camunda.connectors.AWSDynamoDB.v1",
|
|
678
|
-
"version":
|
|
712
|
+
"version": 3,
|
|
679
713
|
"description": "Work with tables and items using AWS DynamoDB service",
|
|
680
714
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/",
|
|
681
715
|
"category": {
|
|
@@ -1056,7 +1090,7 @@
|
|
|
1056
1090
|
"constraints": {
|
|
1057
1091
|
"notEmpty": false,
|
|
1058
1092
|
"pattern": {
|
|
1059
|
-
"value": "^(=|([0-9]
|
|
1093
|
+
"value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
|
|
1060
1094
|
"message": "Must be a number"
|
|
1061
1095
|
}
|
|
1062
1096
|
},
|
|
@@ -1079,7 +1113,7 @@
|
|
|
1079
1113
|
"constraints": {
|
|
1080
1114
|
"notEmpty": false,
|
|
1081
1115
|
"pattern": {
|
|
1082
|
-
"value": "^(=|([0-9]
|
|
1116
|
+
"value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
|
|
1083
1117
|
"message": "Must be a number"
|
|
1084
1118
|
}
|
|
1085
1119
|
},
|
|
@@ -1345,9 +1379,9 @@
|
|
|
1345
1379
|
},
|
|
1346
1380
|
{
|
|
1347
1381
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1348
|
-
"name": "AWS DynamoDB
|
|
1382
|
+
"name": "AWS DynamoDB",
|
|
1349
1383
|
"id": "io.camunda.connectors.AWSDynamoDB.v1",
|
|
1350
|
-
"version":
|
|
1384
|
+
"version": 2,
|
|
1351
1385
|
"description": "Work with tables and items using AWS DynamoDB service",
|
|
1352
1386
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-dynamodb/",
|
|
1353
1387
|
"category": {
|
|
@@ -1474,35 +1508,9 @@
|
|
|
1474
1508
|
"equals": "item"
|
|
1475
1509
|
}
|
|
1476
1510
|
},
|
|
1477
|
-
{
|
|
1478
|
-
"id": "authenticationType",
|
|
1479
|
-
"label": "Authentication",
|
|
1480
|
-
"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>",
|
|
1481
|
-
"group": "authentication",
|
|
1482
|
-
"type": "Dropdown",
|
|
1483
|
-
"optional": false,
|
|
1484
|
-
"value": "credentials",
|
|
1485
|
-
"choices": [
|
|
1486
|
-
{
|
|
1487
|
-
"name": "Credentials",
|
|
1488
|
-
"value": "credentials"
|
|
1489
|
-
},
|
|
1490
|
-
{
|
|
1491
|
-
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
1492
|
-
"value": "defaultCredentialsChain"
|
|
1493
|
-
}
|
|
1494
|
-
],
|
|
1495
|
-
"binding": {
|
|
1496
|
-
"type": "zeebe:input",
|
|
1497
|
-
"name": "authentication.type"
|
|
1498
|
-
},
|
|
1499
|
-
"constraints": {
|
|
1500
|
-
"notEmpty": true
|
|
1501
|
-
}
|
|
1502
|
-
},
|
|
1503
1511
|
{
|
|
1504
1512
|
"label": "Access key",
|
|
1505
|
-
"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>",
|
|
1513
|
+
"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>",
|
|
1506
1514
|
"group": "authentication",
|
|
1507
1515
|
"type": "String",
|
|
1508
1516
|
"feel": "optional",
|
|
@@ -1513,15 +1521,11 @@
|
|
|
1513
1521
|
},
|
|
1514
1522
|
"constraints": {
|
|
1515
1523
|
"notEmpty": true
|
|
1516
|
-
},
|
|
1517
|
-
"condition": {
|
|
1518
|
-
"property": "authenticationType",
|
|
1519
|
-
"equals": "credentials"
|
|
1520
1524
|
}
|
|
1521
1525
|
},
|
|
1522
1526
|
{
|
|
1523
1527
|
"label": "Secret key",
|
|
1524
|
-
"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>",
|
|
1528
|
+
"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>",
|
|
1525
1529
|
"group": "authentication",
|
|
1526
1530
|
"type": "String",
|
|
1527
1531
|
"feel": "optional",
|
|
@@ -1532,10 +1536,6 @@
|
|
|
1532
1536
|
},
|
|
1533
1537
|
"constraints": {
|
|
1534
1538
|
"notEmpty": true
|
|
1535
|
-
},
|
|
1536
|
-
"condition": {
|
|
1537
|
-
"property": "authenticationType",
|
|
1538
|
-
"equals": "credentials"
|
|
1539
1539
|
}
|
|
1540
1540
|
},
|
|
1541
1541
|
{
|
|
@@ -1593,7 +1593,7 @@
|
|
|
1593
1593
|
},
|
|
1594
1594
|
{
|
|
1595
1595
|
"label": "Partition key",
|
|
1596
|
-
"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>",
|
|
1596
|
+
"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>",
|
|
1597
1597
|
"group": "input",
|
|
1598
1598
|
"type": "String",
|
|
1599
1599
|
"feel": "optional",
|
|
@@ -1611,7 +1611,7 @@
|
|
|
1611
1611
|
},
|
|
1612
1612
|
{
|
|
1613
1613
|
"label": "Partition key role",
|
|
1614
|
-
"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>",
|
|
1614
|
+
"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>",
|
|
1615
1615
|
"group": "input",
|
|
1616
1616
|
"type": "Dropdown",
|
|
1617
1617
|
"optional": false,
|
|
@@ -1671,7 +1671,7 @@
|
|
|
1671
1671
|
},
|
|
1672
1672
|
{
|
|
1673
1673
|
"label": "Sort key",
|
|
1674
|
-
"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>",
|
|
1674
|
+
"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>",
|
|
1675
1675
|
"group": "input",
|
|
1676
1676
|
"type": "String",
|
|
1677
1677
|
"feel": "optional",
|
|
@@ -1750,7 +1750,7 @@
|
|
|
1750
1750
|
},
|
|
1751
1751
|
{
|
|
1752
1752
|
"label": "Read capacity units",
|
|
1753
|
-
"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>",
|
|
1753
|
+
"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>",
|
|
1754
1754
|
"group": "input",
|
|
1755
1755
|
"type": "String",
|
|
1756
1756
|
"feel": "optional",
|
|
@@ -1762,8 +1762,8 @@
|
|
|
1762
1762
|
"constraints": {
|
|
1763
1763
|
"notEmpty": false,
|
|
1764
1764
|
"pattern": {
|
|
1765
|
-
"value": "^(=|([0-9]
|
|
1766
|
-
"message": "Must be a number"
|
|
1765
|
+
"value": "^(=|([0-9]|secrets.*|\\{\\{.*)+$)",
|
|
1766
|
+
"message": "Must be a number."
|
|
1767
1767
|
}
|
|
1768
1768
|
},
|
|
1769
1769
|
"condition": {
|
|
@@ -1773,7 +1773,7 @@
|
|
|
1773
1773
|
},
|
|
1774
1774
|
{
|
|
1775
1775
|
"label": "Write capacity units",
|
|
1776
|
-
"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>",
|
|
1776
|
+
"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>",
|
|
1777
1777
|
"group": "input",
|
|
1778
1778
|
"type": "String",
|
|
1779
1779
|
"feel": "optional",
|
|
@@ -1785,8 +1785,8 @@
|
|
|
1785
1785
|
"constraints": {
|
|
1786
1786
|
"notEmpty": false,
|
|
1787
1787
|
"pattern": {
|
|
1788
|
-
"value": "^(=|([0-9]
|
|
1789
|
-
"message": "Must be a number"
|
|
1788
|
+
"value": "^(=|([0-9]|secrets.*|\\{\\{.*)+$)",
|
|
1789
|
+
"message": "Must be a number."
|
|
1790
1790
|
}
|
|
1791
1791
|
},
|
|
1792
1792
|
"condition": {
|
|
@@ -1796,7 +1796,7 @@
|
|
|
1796
1796
|
},
|
|
1797
1797
|
{
|
|
1798
1798
|
"label": "Billing mode",
|
|
1799
|
-
"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>",
|
|
1799
|
+
"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>",
|
|
1800
1800
|
"group": "input",
|
|
1801
1801
|
"type": "Dropdown",
|
|
1802
1802
|
"optional": true,
|
|
@@ -1853,7 +1853,7 @@
|
|
|
1853
1853
|
},
|
|
1854
1854
|
{
|
|
1855
1855
|
"label": "Filter expression",
|
|
1856
|
-
"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>",
|
|
1856
|
+
"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>",
|
|
1857
1857
|
"group": "input",
|
|
1858
1858
|
"type": "String",
|
|
1859
1859
|
"feel": "optional",
|
|
@@ -1891,7 +1891,7 @@
|
|
|
1891
1891
|
},
|
|
1892
1892
|
{
|
|
1893
1893
|
"label": "Expression attribute names",
|
|
1894
|
-
"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>",
|
|
1894
|
+
"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>",
|
|
1895
1895
|
"group": "input",
|
|
1896
1896
|
"type": "String",
|
|
1897
1897
|
"feel": "required",
|
|
@@ -1910,7 +1910,7 @@
|
|
|
1910
1910
|
},
|
|
1911
1911
|
{
|
|
1912
1912
|
"label": "Expression attribute values",
|
|
1913
|
-
"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>",
|
|
1913
|
+
"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>",
|
|
1914
1914
|
"group": "input",
|
|
1915
1915
|
"type": "String",
|
|
1916
1916
|
"feel": "required",
|
|
@@ -1965,7 +1965,7 @@
|
|
|
1965
1965
|
},
|
|
1966
1966
|
{
|
|
1967
1967
|
"label": "Key attributes",
|
|
1968
|
-
"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>",
|
|
1968
|
+
"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>",
|
|
1969
1969
|
"group": "input",
|
|
1970
1970
|
"type": "String",
|
|
1971
1971
|
"feel": "required",
|
|
@@ -2046,7 +2046,7 @@
|
|
|
2046
2046
|
"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"
|
|
2047
2047
|
},
|
|
2048
2048
|
"engines": {
|
|
2049
|
-
"camunda": "^8.
|
|
2049
|
+
"camunda": "^8.2"
|
|
2050
2050
|
}
|
|
2051
2051
|
},
|
|
2052
2052
|
{
|
|
@@ -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 Outbound Connector",
|
|
3931
3931
|
"id": "io.camunda.connectors.AWSDynamoDB.v1",
|
|
3932
|
-
"version":
|
|
3932
|
+
"version": 4,
|
|
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": {
|
|
@@ -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": {
|
|
@@ -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": {
|
|
@@ -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": 3,
|
|
7
7
|
"description": "Receive events from AWS EventBridge",
|
|
8
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
8
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=inbound",
|
|
9
9
|
"category": {
|
|
10
10
|
"id": "connectors",
|
|
11
11
|
"name": "Connectors"
|
|
@@ -15,6 +15,9 @@
|
|
|
15
15
|
"value": "bpmn:BoundaryEvent",
|
|
16
16
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
17
17
|
},
|
|
18
|
+
"engines": {
|
|
19
|
+
"camunda": "^8.4"
|
|
20
|
+
},
|
|
18
21
|
"groups": [
|
|
19
22
|
{
|
|
20
23
|
"id": "endpoint",
|
|
@@ -269,7 +272,7 @@
|
|
|
269
272
|
"constraints": {
|
|
270
273
|
"notEmpty": true
|
|
271
274
|
},
|
|
272
|
-
"value": "=request.headers.
|
|
275
|
+
"value": "=request.headers.apikey"
|
|
273
276
|
},
|
|
274
277
|
{
|
|
275
278
|
"label": "Correlation key (process)",
|
|
@@ -299,6 +302,18 @@
|
|
|
299
302
|
"notEmpty": true
|
|
300
303
|
}
|
|
301
304
|
},
|
|
305
|
+
{
|
|
306
|
+
"label": "Message ID expression",
|
|
307
|
+
"feel": "required",
|
|
308
|
+
"type": "String",
|
|
309
|
+
"optional": true,
|
|
310
|
+
"group": "activation",
|
|
311
|
+
"binding": {
|
|
312
|
+
"type": "zeebe:property",
|
|
313
|
+
"name": "messageIdExpression"
|
|
314
|
+
},
|
|
315
|
+
"description": "Expression to extract unique identifier of a message"
|
|
316
|
+
},
|
|
302
317
|
{
|
|
303
318
|
"label": "Condition",
|
|
304
319
|
"type": "String",
|
|
@@ -309,7 +324,7 @@
|
|
|
309
324
|
"type": "zeebe:property",
|
|
310
325
|
"name": "activationCondition"
|
|
311
326
|
},
|
|
312
|
-
"description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
327
|
+
"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>"
|
|
313
328
|
},
|
|
314
329
|
{
|
|
315
330
|
"label": "Result variable",
|
|
@@ -337,9 +352,6 @@
|
|
|
337
352
|
],
|
|
338
353
|
"icon": {
|
|
339
354
|
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 256 256'%3E%3Cdefs%3E%3ClinearGradient id='logosAwsEventbridge0' x1='0%25' x2='100%25' y1='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23B0084D'/%3E%3Cstop offset='100%25' stop-color='%23FF4F8B'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23logosAwsEventbridge0)' d='M0 0h256v256H0z'/%3E%3Cpath fill='%23FFF' d='M171.702 211.2c-6.858 0-12.44-5.61-12.44-12.509s5.582-12.509 12.44-12.509c6.857 0 12.438 5.61 12.438 12.51c0 6.898-5.581 12.508-12.438 12.508Zm-27.278-54.4h-33.071L94.815 128l16.538-28.8h33.071L160.96 128l-16.535 28.8ZM88.387 69.818c-6.857 0-12.438-5.61-12.438-12.51c0-6.898 5.581-12.508 12.438-12.508c6.861 0 12.443 5.61 12.443 12.509s-5.582 12.509-12.443 12.509Zm83.315 109.964c-2.362 0-4.614.458-6.699 1.261l-13.514-22.931l-.713.426L167.39 129.6a3.226 3.226 0 0 0 0-3.2l-18.374-32a3.177 3.177 0 0 0-2.755-1.6h-33.435l.13-.077l-12.39-21.03c4.047-3.469 6.628-8.627 6.628-14.384c0-10.426-8.436-18.909-18.807-18.909c-10.367 0-18.803 8.483-18.803 18.909c0 10.425 8.436 18.909 18.803 18.909c2.365 0 4.618-.458 6.702-1.261l11.567 19.625L88.384 126.4a3.226 3.226 0 0 0 0 3.2l18.377 32c.57.992 1.62 1.6 2.756 1.6h36.744c.264 0 .521-.042.77-.102l12.496 21.21c-4.051 3.468-6.629 8.626-6.629 14.383c0 10.426 8.433 18.909 18.804 18.909c10.37 0 18.803-8.483 18.803-18.909c0-10.425-8.433-18.909-18.803-18.909Zm18.968-77.05c-6.857 0-12.436-5.609-12.436-12.508c0-6.9 5.579-12.509 12.436-12.509c6.858 0 12.44 5.61 12.44 12.509c0 6.9-5.582 12.509-12.44 12.509Zm23.303 23.668l-12.08-21.04c4.592-3.453 7.58-8.944 7.58-15.136c0-10.426-8.432-18.909-18.803-18.909c-2.638 0-5.152.554-7.433 1.549l-9.849-17.155a3.18 3.18 0 0 0-2.756-1.6h-39.448v6.4h37.612l9.11 15.872c-3.703 3.456-6.036 8.374-6.036 13.843c0 10.426 8.433 18.909 18.8 18.909c1.932 0 3.8-.298 5.556-.845L207.545 128l-15.892 27.674l5.512 3.2l16.808-29.274a3.21 3.21 0 0 0 0-3.2Zm-146.04 50.39c-6.86 0-12.442-5.612-12.442-12.508c0-6.9 5.581-12.51 12.442-12.51c6.857 0 12.439 5.61 12.439 12.51c0 6.896-5.582 12.508-12.44 12.508Zm10.393 3.236c5.062-3.392 8.41-9.181 8.41-15.744c0-10.426-8.436-18.91-18.803-18.91c-3.004 0-5.833.73-8.353 1.994L48.458 128l18.428-32.093l-5.515-3.2L42.027 126.4a3.21 3.21 0 0 0 0 3.2l12.388 21.568c-3.268 3.405-5.289 8.022-5.289 13.114c0 10.425 8.436 18.908 18.807 18.908c1.562 0 3.074-.214 4.528-.579l10.15 17.68c.57.989 1.62 1.6 2.757 1.6h39.451v-6.4H87.204l-8.878-15.465Z'/%3E%3C/svg%3E%0A"
|
|
340
|
-
},
|
|
341
|
-
"engines": {
|
|
342
|
-
"camunda": "^8.4"
|
|
343
355
|
}
|
|
344
356
|
},
|
|
345
357
|
{
|
|
@@ -701,9 +713,9 @@
|
|
|
701
713
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
702
714
|
"name": "Amazon EventBridge Boundary Event Connector",
|
|
703
715
|
"id": "io.camunda.connectors.AWSEventBridge.boundary.v1",
|
|
704
|
-
"version":
|
|
716
|
+
"version": 1,
|
|
705
717
|
"description": "Receive events from AWS EventBridge",
|
|
706
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
718
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/",
|
|
707
719
|
"category": {
|
|
708
720
|
"id": "connectors",
|
|
709
721
|
"name": "Connectors"
|
|
@@ -713,9 +725,6 @@
|
|
|
713
725
|
"value": "bpmn:BoundaryEvent",
|
|
714
726
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
715
727
|
},
|
|
716
|
-
"engines": {
|
|
717
|
-
"camunda": "^8.4"
|
|
718
|
-
},
|
|
719
728
|
"groups": [
|
|
720
729
|
{
|
|
721
730
|
"id": "endpoint",
|
|
@@ -970,7 +979,7 @@
|
|
|
970
979
|
"constraints": {
|
|
971
980
|
"notEmpty": true
|
|
972
981
|
},
|
|
973
|
-
"value": "=request.headers.
|
|
982
|
+
"value": "=request.headers.apiKey"
|
|
974
983
|
},
|
|
975
984
|
{
|
|
976
985
|
"label": "Correlation key (process)",
|
|
@@ -1000,18 +1009,6 @@
|
|
|
1000
1009
|
"notEmpty": true
|
|
1001
1010
|
}
|
|
1002
1011
|
},
|
|
1003
|
-
{
|
|
1004
|
-
"label": "Message ID expression",
|
|
1005
|
-
"feel": "required",
|
|
1006
|
-
"type": "String",
|
|
1007
|
-
"optional": true,
|
|
1008
|
-
"group": "activation",
|
|
1009
|
-
"binding": {
|
|
1010
|
-
"type": "zeebe:property",
|
|
1011
|
-
"name": "messageIdExpression"
|
|
1012
|
-
},
|
|
1013
|
-
"description": "Expression to extract unique identifier of a message"
|
|
1014
|
-
},
|
|
1015
1012
|
{
|
|
1016
1013
|
"label": "Condition",
|
|
1017
1014
|
"type": "String",
|
|
@@ -1022,7 +1019,7 @@
|
|
|
1022
1019
|
"type": "zeebe:property",
|
|
1023
1020
|
"name": "activationCondition"
|
|
1024
1021
|
},
|
|
1025
|
-
"description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
1022
|
+
"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>"
|
|
1026
1023
|
},
|
|
1027
1024
|
{
|
|
1028
1025
|
"label": "Result variable",
|
|
@@ -1050,6 +1047,9 @@
|
|
|
1050
1047
|
],
|
|
1051
1048
|
"icon": {
|
|
1052
1049
|
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 256 256'%3E%3Cdefs%3E%3ClinearGradient id='logosAwsEventbridge0' x1='0%25' x2='100%25' y1='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23B0084D'/%3E%3Cstop offset='100%25' stop-color='%23FF4F8B'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23logosAwsEventbridge0)' d='M0 0h256v256H0z'/%3E%3Cpath fill='%23FFF' d='M171.702 211.2c-6.858 0-12.44-5.61-12.44-12.509s5.582-12.509 12.44-12.509c6.857 0 12.438 5.61 12.438 12.51c0 6.898-5.581 12.508-12.438 12.508Zm-27.278-54.4h-33.071L94.815 128l16.538-28.8h33.071L160.96 128l-16.535 28.8ZM88.387 69.818c-6.857 0-12.438-5.61-12.438-12.51c0-6.898 5.581-12.508 12.438-12.508c6.861 0 12.443 5.61 12.443 12.509s-5.582 12.509-12.443 12.509Zm83.315 109.964c-2.362 0-4.614.458-6.699 1.261l-13.514-22.931l-.713.426L167.39 129.6a3.226 3.226 0 0 0 0-3.2l-18.374-32a3.177 3.177 0 0 0-2.755-1.6h-33.435l.13-.077l-12.39-21.03c4.047-3.469 6.628-8.627 6.628-14.384c0-10.426-8.436-18.909-18.807-18.909c-10.367 0-18.803 8.483-18.803 18.909c0 10.425 8.436 18.909 18.803 18.909c2.365 0 4.618-.458 6.702-1.261l11.567 19.625L88.384 126.4a3.226 3.226 0 0 0 0 3.2l18.377 32c.57.992 1.62 1.6 2.756 1.6h36.744c.264 0 .521-.042.77-.102l12.496 21.21c-4.051 3.468-6.629 8.626-6.629 14.383c0 10.426 8.433 18.909 18.804 18.909c10.37 0 18.803-8.483 18.803-18.909c0-10.425-8.433-18.909-18.803-18.909Zm18.968-77.05c-6.857 0-12.436-5.609-12.436-12.508c0-6.9 5.579-12.509 12.436-12.509c6.858 0 12.44 5.61 12.44 12.509c0 6.9-5.582 12.509-12.44 12.509Zm23.303 23.668l-12.08-21.04c4.592-3.453 7.58-8.944 7.58-15.136c0-10.426-8.432-18.909-18.803-18.909c-2.638 0-5.152.554-7.433 1.549l-9.849-17.155a3.18 3.18 0 0 0-2.756-1.6h-39.448v6.4h37.612l9.11 15.872c-3.703 3.456-6.036 8.374-6.036 13.843c0 10.426 8.433 18.909 18.8 18.909c1.932 0 3.8-.298 5.556-.845L207.545 128l-15.892 27.674l5.512 3.2l16.808-29.274a3.21 3.21 0 0 0 0-3.2Zm-146.04 50.39c-6.86 0-12.442-5.612-12.442-12.508c0-6.9 5.581-12.51 12.442-12.51c6.857 0 12.439 5.61 12.439 12.51c0 6.896-5.582 12.508-12.44 12.508Zm10.393 3.236c5.062-3.392 8.41-9.181 8.41-15.744c0-10.426-8.436-18.91-18.803-18.91c-3.004 0-5.833.73-8.353 1.994L48.458 128l18.428-32.093l-5.515-3.2L42.027 126.4a3.21 3.21 0 0 0 0 3.2l12.388 21.568c-3.268 3.405-5.289 8.022-5.289 13.114c0 10.425 8.436 18.908 18.807 18.908c1.562 0 3.074-.214 4.528-.579l10.15 17.68c.57.989 1.62 1.6 2.757 1.6h39.451v-6.4H87.204l-8.878-15.465Z'/%3E%3C/svg%3E%0A"
|
|
1050
|
+
},
|
|
1051
|
+
"engines": {
|
|
1052
|
+
"camunda": "^8.4"
|
|
1053
1053
|
}
|
|
1054
1054
|
}
|
|
1055
1055
|
]
|