@camunda/connectors-element-templates 1.0.19 → 1.0.21
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-template.js +1 -3
- package/src/connectors.js +4 -0
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +43 -43
- package/src/element-templates/agenticai-aiagent-job-worker.json +2230 -222
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +6281 -4356
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +718 -36
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2394 -949
- package/src/element-templates/app-integrations-connector.json +1047 -0
- package/src/element-templates/asana-connector.json +943 -109
- package/src/element-templates/automation-anywhere-outbound-connector.json +2240 -1747
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +1068 -30
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +386 -5
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +442 -5
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +417 -5
- package/src/element-templates/aws-bedrock-outbound-connector.json +2273 -623
- package/src/element-templates/aws-comprehend-outbound-connector.json +1573 -1
- package/src/element-templates/aws-dynamodb-outbound-connector.json +2950 -162
- package/src/element-templates/aws-eventbridge-connector-boundary.json +40 -40
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +62 -62
- package/src/element-templates/aws-eventbridge-connector-start-event.json +33 -33
- package/src/element-templates/aws-eventbridge-outbound-connector.json +838 -424
- package/src/element-templates/aws-lambda-outbound-connector.json +495 -96
- package/src/element-templates/aws-s3-outbound-connector.json +2238 -44
- package/src/element-templates/aws-sagemaker-outbound-connector.json +681 -52
- package/src/element-templates/aws-sns-inbound-boundary.json +4 -3
- package/src/element-templates/aws-sns-inbound-intermediate.json +341 -340
- package/src/element-templates/aws-sns-inbound-message-start.json +241 -240
- package/src/element-templates/aws-sns-inbound-receive.json +4 -3
- package/src/element-templates/aws-sns-inbound-start-event.json +133 -133
- package/src/element-templates/aws-sns-outbound-connector.json +581 -124
- package/src/element-templates/aws-sqs-boundary-connector.json +939 -420
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +851 -332
- package/src/element-templates/aws-sqs-outbound-connector.json +589 -136
- package/src/element-templates/aws-sqs-receive-connector.json +525 -7
- package/src/element-templates/aws-sqs-start-event-connector.json +380 -380
- package/src/element-templates/aws-sqs-start-message.json +736 -185
- package/src/element-templates/aws-textract-outbound-connector.json +866 -131
- package/src/element-templates/azure-blobstorage-outbound-connector.json +1648 -225
- package/src/element-templates/azure-open-ai-connector.json +1371 -8
- package/src/element-templates/blue-prism-connector.json +609 -30
- package/src/element-templates/box-outbound-connector.json +2356 -272
- package/src/element-templates/csv-outbound-connector.json +449 -0
- package/src/element-templates/easy-post-connector.json +1251 -170
- package/src/element-templates/email-outbound-connector.json +3087 -1013
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +2161 -1
- package/src/element-templates/github-connector.json +18554 -14368
- package/src/element-templates/github-webhook-connector-boundary.json +24 -24
- package/src/element-templates/github-webhook-connector-intermediate.json +8 -8
- package/src/element-templates/github-webhook-connector-message-start.json +8 -8
- package/src/element-templates/github-webhook-connector-receive.json +8 -8
- package/src/element-templates/github-webhook-connector-start-event.json +58 -58
- package/src/element-templates/gitlab-connector.json +3022 -1120
- package/src/element-templates/google-cloud-storage-outbound-connector.json +1447 -240
- package/src/element-templates/google-drive-outbound-connector.json +2980 -1428
- package/src/element-templates/google-gemini-outbound-connector.json +41 -55
- package/src/element-templates/google-maps-platform-connector.json +688 -137
- package/src/element-templates/google-sheets-outbound-connector.json +3186 -2030
- package/src/element-templates/graphql-outbound-connector.json +4149 -1485
- package/src/element-templates/http-json-connector.json +6143 -2053
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +2426 -364
- package/src/element-templates/http-polling-connector.json +3312 -1250
- package/src/element-templates/hubspot-outbound-connector.json +2817 -67
- package/src/element-templates/hugging-face-connector.json +83 -82
- package/src/element-templates/jdbc-outbound-connector.json +506 -9
- package/src/element-templates/kafka-inbound-connector-boundary.json +968 -971
- package/src/element-templates/kafka-inbound-connector-intermediate.json +53 -56
- package/src/element-templates/kafka-inbound-connector-receive.json +9 -12
- package/src/element-templates/kafka-inbound-connector-start-message.json +545 -548
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +304 -308
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +7 -10
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +7 -10
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +7 -10
- package/src/element-templates/microsoft-office365-mail-connector.json +2077 -35
- package/src/element-templates/microsoft-teams-outbound-connector.json +2897 -456
- package/src/element-templates/openai-connector.json +701 -207
- package/src/element-templates/operate-connector.json +83 -86
- package/src/element-templates/orchestration-connector.json +1843 -0
- package/src/element-templates/power-automate-connector.json +62 -62
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +772 -774
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +456 -458
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +573 -575
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +5 -7
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +347 -347
- package/src/element-templates/rabbitmq-outbound-connector.json +631 -631
- package/src/element-templates/rpa-connector.json +6 -6
- package/src/element-templates/salesforce-connector.json +653 -19
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +301 -1
- package/src/element-templates/send-message-connector-message-end-event.json +301 -1
- package/src/element-templates/send-message-connector-send-task.json +300 -1
- package/src/element-templates/sendgrid-outbound-connector.json +790 -790
- package/src/element-templates/servicenow-connector.json +1364 -7
- package/src/element-templates/servicenow-flow-starter-connector.json +16 -16
- package/src/element-templates/servicenow-incident-connector.json +1075 -29
- package/src/element-templates/slack-inbound-boundary.json +493 -493
- package/src/element-templates/slack-inbound-intermediate.json +448 -448
- package/src/element-templates/slack-inbound-message-start.json +369 -369
- package/src/element-templates/slack-inbound-receive.json +2 -2
- package/src/element-templates/slack-inbound-start-event.json +328 -328
- package/src/element-templates/slack-outbound-connector.json +2365 -1262
- package/src/element-templates/soap-outbound-connector.json +113 -117
- package/src/element-templates/twilio-connector.json +1186 -373
- package/src/element-templates/twilio-webhook-boundary-connector.json +9 -10
- package/src/element-templates/twilio-webhook-connector.json +60 -61
- package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -32
- package/src/element-templates/twilio-webhook-message-start-connector.json +10 -11
- package/src/element-templates/twilio-webhook-receive-connector.json +9 -10
- package/src/element-templates/uipath-connector.json +668 -50
- package/src/element-templates/webhook-connector-boundary.json +1040 -385
- package/src/element-templates/webhook-connector-intermediate.json +2100 -1445
- package/src/element-templates/webhook-connector-receive.json +659 -5
- package/src/element-templates/webhook-connector-start-event.json +1860 -1299
- package/src/element-templates/webhook-connector-start-message.json +1535 -848
- package/src/element-templates/whatsapp-connector.json +393 -23
|
@@ -3,9 +3,16 @@
|
|
|
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": 4,
|
|
7
7
|
"description": "Receive events from AWS EventBridge",
|
|
8
|
-
"
|
|
8
|
+
"keywords": [
|
|
9
|
+
"receive event",
|
|
10
|
+
"subscribe to event",
|
|
11
|
+
"event bus",
|
|
12
|
+
"cloud event",
|
|
13
|
+
"event driven"
|
|
14
|
+
],
|
|
15
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=inbound",
|
|
9
16
|
"category": {
|
|
10
17
|
"id": "connectors",
|
|
11
18
|
"name": "Connectors"
|
|
@@ -15,15 +22,14 @@
|
|
|
15
22
|
"value": "bpmn:BoundaryEvent",
|
|
16
23
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
17
24
|
},
|
|
25
|
+
"engines": {
|
|
26
|
+
"camunda": "^8.4"
|
|
27
|
+
},
|
|
18
28
|
"groups": [
|
|
19
29
|
{
|
|
20
30
|
"id": "endpoint",
|
|
21
31
|
"label": "API destination"
|
|
22
32
|
},
|
|
23
|
-
{
|
|
24
|
-
"id": "authentication",
|
|
25
|
-
"label": "Authentication"
|
|
26
|
-
},
|
|
27
33
|
{
|
|
28
34
|
"id": "authorization",
|
|
29
35
|
"label": "Authorization"
|
|
@@ -269,7 +275,7 @@
|
|
|
269
275
|
"constraints": {
|
|
270
276
|
"notEmpty": true
|
|
271
277
|
},
|
|
272
|
-
"value": "=request.headers.
|
|
278
|
+
"value": "=request.headers.apikey"
|
|
273
279
|
},
|
|
274
280
|
{
|
|
275
281
|
"label": "Correlation key (process)",
|
|
@@ -299,6 +305,18 @@
|
|
|
299
305
|
"notEmpty": true
|
|
300
306
|
}
|
|
301
307
|
},
|
|
308
|
+
{
|
|
309
|
+
"label": "Message ID expression",
|
|
310
|
+
"feel": "required",
|
|
311
|
+
"type": "String",
|
|
312
|
+
"optional": true,
|
|
313
|
+
"group": "activation",
|
|
314
|
+
"binding": {
|
|
315
|
+
"type": "zeebe:property",
|
|
316
|
+
"name": "messageIdExpression"
|
|
317
|
+
},
|
|
318
|
+
"description": "Expression to extract unique identifier of a message"
|
|
319
|
+
},
|
|
302
320
|
{
|
|
303
321
|
"label": "Condition",
|
|
304
322
|
"type": "String",
|
|
@@ -309,7 +327,7 @@
|
|
|
309
327
|
"type": "zeebe:property",
|
|
310
328
|
"name": "activationCondition"
|
|
311
329
|
},
|
|
312
|
-
"description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
330
|
+
"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
331
|
},
|
|
314
332
|
{
|
|
315
333
|
"label": "Result variable",
|
|
@@ -337,18 +355,15 @@
|
|
|
337
355
|
],
|
|
338
356
|
"icon": {
|
|
339
357
|
"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
358
|
}
|
|
344
359
|
},
|
|
345
360
|
{
|
|
346
361
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
347
362
|
"name": "Amazon EventBridge Boundary Event Connector",
|
|
348
363
|
"id": "io.camunda.connectors.AWSEventBridge.boundary.v1",
|
|
349
|
-
"version":
|
|
364
|
+
"version": 1,
|
|
350
365
|
"description": "Receive events from AWS EventBridge",
|
|
351
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/
|
|
366
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/",
|
|
352
367
|
"category": {
|
|
353
368
|
"id": "connectors",
|
|
354
369
|
"name": "Connectors"
|
|
@@ -612,7 +627,7 @@
|
|
|
612
627
|
"constraints": {
|
|
613
628
|
"notEmpty": true
|
|
614
629
|
},
|
|
615
|
-
"value": "=request.headers.
|
|
630
|
+
"value": "=request.headers.apiKey"
|
|
616
631
|
},
|
|
617
632
|
{
|
|
618
633
|
"label": "Correlation key (process)",
|
|
@@ -642,18 +657,6 @@
|
|
|
642
657
|
"notEmpty": true
|
|
643
658
|
}
|
|
644
659
|
},
|
|
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
660
|
{
|
|
658
661
|
"label": "Condition",
|
|
659
662
|
"type": "String",
|
|
@@ -664,7 +667,7 @@
|
|
|
664
667
|
"type": "zeebe:property",
|
|
665
668
|
"name": "activationCondition"
|
|
666
669
|
},
|
|
667
|
-
"description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
670
|
+
"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>"
|
|
668
671
|
},
|
|
669
672
|
{
|
|
670
673
|
"label": "Result variable",
|
|
@@ -701,16 +704,9 @@
|
|
|
701
704
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
702
705
|
"name": "Amazon EventBridge Boundary Event Connector",
|
|
703
706
|
"id": "io.camunda.connectors.AWSEventBridge.boundary.v1",
|
|
704
|
-
"version":
|
|
707
|
+
"version": 2,
|
|
705
708
|
"description": "Receive events from AWS EventBridge",
|
|
706
|
-
"
|
|
707
|
-
"receive event",
|
|
708
|
-
"subscribe to event",
|
|
709
|
-
"event bus",
|
|
710
|
-
"cloud event",
|
|
711
|
-
"event driven"
|
|
712
|
-
],
|
|
713
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=inbound",
|
|
709
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/amazon-eventbridge/?awseventbridge=inbound",
|
|
714
710
|
"category": {
|
|
715
711
|
"id": "connectors",
|
|
716
712
|
"name": "Connectors"
|
|
@@ -720,9 +716,6 @@
|
|
|
720
716
|
"value": "bpmn:BoundaryEvent",
|
|
721
717
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
722
718
|
},
|
|
723
|
-
"engines": {
|
|
724
|
-
"camunda": "^8.4"
|
|
725
|
-
},
|
|
726
719
|
"groups": [
|
|
727
720
|
{
|
|
728
721
|
"id": "endpoint",
|
|
@@ -1057,13 +1050,16 @@
|
|
|
1057
1050
|
],
|
|
1058
1051
|
"icon": {
|
|
1059
1052
|
"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"
|
|
1053
|
+
},
|
|
1054
|
+
"engines": {
|
|
1055
|
+
"camunda": "^8.4"
|
|
1060
1056
|
}
|
|
1061
1057
|
},
|
|
1062
1058
|
{
|
|
1063
1059
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1064
1060
|
"name": "Amazon EventBridge Boundary Event Connector",
|
|
1065
1061
|
"id": "io.camunda.connectors.AWSEventBridge.boundary.v1",
|
|
1066
|
-
"version":
|
|
1062
|
+
"version": 3,
|
|
1067
1063
|
"description": "Receive events from AWS EventBridge",
|
|
1068
1064
|
"keywords": [
|
|
1069
1065
|
"receive event",
|
|
@@ -1090,6 +1086,10 @@
|
|
|
1090
1086
|
"id": "endpoint",
|
|
1091
1087
|
"label": "API destination"
|
|
1092
1088
|
},
|
|
1089
|
+
{
|
|
1090
|
+
"id": "authentication",
|
|
1091
|
+
"label": "Authentication"
|
|
1092
|
+
},
|
|
1093
1093
|
{
|
|
1094
1094
|
"id": "authorization",
|
|
1095
1095
|
"label": "Authorization"
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
-
"name": "Amazon EventBridge Connector",
|
|
4
|
+
"name": "Amazon EventBridge Intermediate Catch Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.AWSEventBridge.intermediate.v1",
|
|
6
|
-
"version":
|
|
6
|
+
"version": 3,
|
|
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/protocol/amazon-eventbridge/?awseventbridge=inbound",
|
|
9
9
|
"category": {
|
|
10
10
|
"id": "connectors",
|
|
11
11
|
"name": "Connectors"
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
"type": "String",
|
|
157
157
|
"group": "authorization",
|
|
158
158
|
"feel": "optional",
|
|
159
|
-
"optional":
|
|
159
|
+
"optional": true,
|
|
160
160
|
"binding": {
|
|
161
161
|
"type": "zeebe:property",
|
|
162
162
|
"name": "inbound.auth.jwt.jwkUrl"
|
|
@@ -164,9 +164,6 @@
|
|
|
164
164
|
"condition": {
|
|
165
165
|
"property": "authorizationType",
|
|
166
166
|
"equals": "JWT"
|
|
167
|
-
},
|
|
168
|
-
"constraints": {
|
|
169
|
-
"notEmpty": true
|
|
170
167
|
}
|
|
171
168
|
},
|
|
172
169
|
{
|
|
@@ -272,7 +269,7 @@
|
|
|
272
269
|
"constraints": {
|
|
273
270
|
"notEmpty": true
|
|
274
271
|
},
|
|
275
|
-
"value": "=request.headers.
|
|
272
|
+
"value": "=request.headers.apikey"
|
|
276
273
|
},
|
|
277
274
|
{
|
|
278
275
|
"label": "Correlation key (process)",
|
|
@@ -302,6 +299,18 @@
|
|
|
302
299
|
"notEmpty": true
|
|
303
300
|
}
|
|
304
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
|
+
},
|
|
305
314
|
{
|
|
306
315
|
"label": "Condition",
|
|
307
316
|
"type": "String",
|
|
@@ -312,7 +321,7 @@
|
|
|
312
321
|
"type": "zeebe:property",
|
|
313
322
|
"name": "activationCondition"
|
|
314
323
|
},
|
|
315
|
-
"description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
324
|
+
"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>"
|
|
316
325
|
},
|
|
317
326
|
{
|
|
318
327
|
"label": "Result variable",
|
|
@@ -342,16 +351,23 @@
|
|
|
342
351
|
"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"
|
|
343
352
|
},
|
|
344
353
|
"engines": {
|
|
345
|
-
"camunda": "^8.
|
|
354
|
+
"camunda": "^8.4"
|
|
346
355
|
}
|
|
347
356
|
},
|
|
348
357
|
{
|
|
349
358
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
350
359
|
"name": "Amazon EventBridge Intermediate Catch Event Connector",
|
|
351
360
|
"id": "io.camunda.connectors.AWSEventBridge.intermediate.v1",
|
|
352
|
-
"version":
|
|
361
|
+
"version": 4,
|
|
353
362
|
"description": "Receive events from AWS EventBridge",
|
|
354
|
-
"
|
|
363
|
+
"keywords": [
|
|
364
|
+
"receive event",
|
|
365
|
+
"subscribe to event",
|
|
366
|
+
"event bus",
|
|
367
|
+
"cloud event",
|
|
368
|
+
"event driven"
|
|
369
|
+
],
|
|
370
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=inbound",
|
|
355
371
|
"category": {
|
|
356
372
|
"id": "connectors",
|
|
357
373
|
"name": "Connectors"
|
|
@@ -361,6 +377,9 @@
|
|
|
361
377
|
"value": "bpmn:IntermediateCatchEvent",
|
|
362
378
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
363
379
|
},
|
|
380
|
+
"engines": {
|
|
381
|
+
"camunda": "^8.4"
|
|
382
|
+
},
|
|
364
383
|
"groups": [
|
|
365
384
|
{
|
|
366
385
|
"id": "endpoint",
|
|
@@ -615,7 +634,7 @@
|
|
|
615
634
|
"constraints": {
|
|
616
635
|
"notEmpty": true
|
|
617
636
|
},
|
|
618
|
-
"value": "=request.headers.
|
|
637
|
+
"value": "=request.headers.apikey"
|
|
619
638
|
},
|
|
620
639
|
{
|
|
621
640
|
"label": "Correlation key (process)",
|
|
@@ -645,6 +664,18 @@
|
|
|
645
664
|
"notEmpty": true
|
|
646
665
|
}
|
|
647
666
|
},
|
|
667
|
+
{
|
|
668
|
+
"label": "Message ID expression",
|
|
669
|
+
"feel": "required",
|
|
670
|
+
"type": "String",
|
|
671
|
+
"optional": true,
|
|
672
|
+
"group": "activation",
|
|
673
|
+
"binding": {
|
|
674
|
+
"type": "zeebe:property",
|
|
675
|
+
"name": "messageIdExpression"
|
|
676
|
+
},
|
|
677
|
+
"description": "Expression to extract unique identifier of a message"
|
|
678
|
+
},
|
|
648
679
|
{
|
|
649
680
|
"label": "Condition",
|
|
650
681
|
"type": "String",
|
|
@@ -655,7 +686,7 @@
|
|
|
655
686
|
"type": "zeebe:property",
|
|
656
687
|
"name": "activationCondition"
|
|
657
688
|
},
|
|
658
|
-
"description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
689
|
+
"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>"
|
|
659
690
|
},
|
|
660
691
|
{
|
|
661
692
|
"label": "Result variable",
|
|
@@ -683,18 +714,15 @@
|
|
|
683
714
|
],
|
|
684
715
|
"icon": {
|
|
685
716
|
"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"
|
|
686
|
-
},
|
|
687
|
-
"engines": {
|
|
688
|
-
"camunda": "^8.2"
|
|
689
717
|
}
|
|
690
718
|
},
|
|
691
719
|
{
|
|
692
720
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
693
|
-
"name": "Amazon EventBridge
|
|
721
|
+
"name": "Amazon EventBridge Connector",
|
|
694
722
|
"id": "io.camunda.connectors.AWSEventBridge.intermediate.v1",
|
|
695
|
-
"version":
|
|
723
|
+
"version": 1,
|
|
696
724
|
"description": "Receive events from AWS EventBridge",
|
|
697
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/
|
|
725
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge-webhook/",
|
|
698
726
|
"category": {
|
|
699
727
|
"id": "connectors",
|
|
700
728
|
"name": "Connectors"
|
|
@@ -845,7 +873,7 @@
|
|
|
845
873
|
"type": "String",
|
|
846
874
|
"group": "authorization",
|
|
847
875
|
"feel": "optional",
|
|
848
|
-
"optional":
|
|
876
|
+
"optional": false,
|
|
849
877
|
"binding": {
|
|
850
878
|
"type": "zeebe:property",
|
|
851
879
|
"name": "inbound.auth.jwt.jwkUrl"
|
|
@@ -853,6 +881,9 @@
|
|
|
853
881
|
"condition": {
|
|
854
882
|
"property": "authorizationType",
|
|
855
883
|
"equals": "JWT"
|
|
884
|
+
},
|
|
885
|
+
"constraints": {
|
|
886
|
+
"notEmpty": true
|
|
856
887
|
}
|
|
857
888
|
},
|
|
858
889
|
{
|
|
@@ -958,7 +989,7 @@
|
|
|
958
989
|
"constraints": {
|
|
959
990
|
"notEmpty": true
|
|
960
991
|
},
|
|
961
|
-
"value": "=request.headers.
|
|
992
|
+
"value": "=request.headers.apiKey"
|
|
962
993
|
},
|
|
963
994
|
{
|
|
964
995
|
"label": "Correlation key (process)",
|
|
@@ -988,18 +1019,6 @@
|
|
|
988
1019
|
"notEmpty": true
|
|
989
1020
|
}
|
|
990
1021
|
},
|
|
991
|
-
{
|
|
992
|
-
"label": "Message ID expression",
|
|
993
|
-
"feel": "required",
|
|
994
|
-
"type": "String",
|
|
995
|
-
"optional": true,
|
|
996
|
-
"group": "activation",
|
|
997
|
-
"binding": {
|
|
998
|
-
"type": "zeebe:property",
|
|
999
|
-
"name": "messageIdExpression"
|
|
1000
|
-
},
|
|
1001
|
-
"description": "Expression to extract unique identifier of a message"
|
|
1002
|
-
},
|
|
1003
1022
|
{
|
|
1004
1023
|
"label": "Condition",
|
|
1005
1024
|
"type": "String",
|
|
@@ -1010,7 +1029,7 @@
|
|
|
1010
1029
|
"type": "zeebe:property",
|
|
1011
1030
|
"name": "activationCondition"
|
|
1012
1031
|
},
|
|
1013
|
-
"description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
1032
|
+
"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>"
|
|
1014
1033
|
},
|
|
1015
1034
|
{
|
|
1016
1035
|
"label": "Result variable",
|
|
@@ -1040,23 +1059,16 @@
|
|
|
1040
1059
|
"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"
|
|
1041
1060
|
},
|
|
1042
1061
|
"engines": {
|
|
1043
|
-
"camunda": "^8.
|
|
1062
|
+
"camunda": "^8.2"
|
|
1044
1063
|
}
|
|
1045
1064
|
},
|
|
1046
1065
|
{
|
|
1047
1066
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1048
1067
|
"name": "Amazon EventBridge Intermediate Catch Event Connector",
|
|
1049
1068
|
"id": "io.camunda.connectors.AWSEventBridge.intermediate.v1",
|
|
1050
|
-
"version":
|
|
1069
|
+
"version": 2,
|
|
1051
1070
|
"description": "Receive events from AWS EventBridge",
|
|
1052
|
-
"
|
|
1053
|
-
"receive event",
|
|
1054
|
-
"subscribe to event",
|
|
1055
|
-
"event bus",
|
|
1056
|
-
"cloud event",
|
|
1057
|
-
"event driven"
|
|
1058
|
-
],
|
|
1059
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=inbound",
|
|
1071
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/",
|
|
1060
1072
|
"category": {
|
|
1061
1073
|
"id": "connectors",
|
|
1062
1074
|
"name": "Connectors"
|
|
@@ -1066,9 +1078,6 @@
|
|
|
1066
1078
|
"value": "bpmn:IntermediateCatchEvent",
|
|
1067
1079
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
1068
1080
|
},
|
|
1069
|
-
"engines": {
|
|
1070
|
-
"camunda": "^8.4"
|
|
1071
|
-
},
|
|
1072
1081
|
"groups": [
|
|
1073
1082
|
{
|
|
1074
1083
|
"id": "endpoint",
|
|
@@ -1323,7 +1332,7 @@
|
|
|
1323
1332
|
"constraints": {
|
|
1324
1333
|
"notEmpty": true
|
|
1325
1334
|
},
|
|
1326
|
-
"value": "=request.headers.
|
|
1335
|
+
"value": "=request.headers.apiKey"
|
|
1327
1336
|
},
|
|
1328
1337
|
{
|
|
1329
1338
|
"label": "Correlation key (process)",
|
|
@@ -1353,18 +1362,6 @@
|
|
|
1353
1362
|
"notEmpty": true
|
|
1354
1363
|
}
|
|
1355
1364
|
},
|
|
1356
|
-
{
|
|
1357
|
-
"label": "Message ID expression",
|
|
1358
|
-
"feel": "required",
|
|
1359
|
-
"type": "String",
|
|
1360
|
-
"optional": true,
|
|
1361
|
-
"group": "activation",
|
|
1362
|
-
"binding": {
|
|
1363
|
-
"type": "zeebe:property",
|
|
1364
|
-
"name": "messageIdExpression"
|
|
1365
|
-
},
|
|
1366
|
-
"description": "Expression to extract unique identifier of a message"
|
|
1367
|
-
},
|
|
1368
1365
|
{
|
|
1369
1366
|
"label": "Condition",
|
|
1370
1367
|
"type": "String",
|
|
@@ -1375,7 +1372,7 @@
|
|
|
1375
1372
|
"type": "zeebe:property",
|
|
1376
1373
|
"name": "activationCondition"
|
|
1377
1374
|
},
|
|
1378
|
-
"description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
1375
|
+
"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>"
|
|
1379
1376
|
},
|
|
1380
1377
|
{
|
|
1381
1378
|
"label": "Result variable",
|
|
@@ -1403,6 +1400,9 @@
|
|
|
1403
1400
|
],
|
|
1404
1401
|
"icon": {
|
|
1405
1402
|
"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"
|
|
1403
|
+
},
|
|
1404
|
+
"engines": {
|
|
1405
|
+
"camunda": "^8.2"
|
|
1406
1406
|
}
|
|
1407
1407
|
},
|
|
1408
1408
|
{
|