@camunda/connectors-element-templates 1.0.15 → 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 +8 -6
- 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 +175 -171
- 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-gemini-outbound-connector.json +705 -0
- 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 +1491 -1472
- 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 +215 -10
- 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 +687 -0
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +687 -0
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +719 -0
- 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 +1484 -717
- 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
- package/src/element-templates/idp-classification-outbound-connector.json +0 -1141
- package/src/element-templates/idp-structured-extraction-outbound-connector.json +0 -656
- package/src/element-templates/idp-unstructured-extraction-outbound-connector.json +0 -1115
|
@@ -349,9 +349,9 @@
|
|
|
349
349
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
350
350
|
"name": "Amazon EventBridge Intermediate Catch Event Connector",
|
|
351
351
|
"id": "io.camunda.connectors.AWSEventBridge.intermediate.v1",
|
|
352
|
-
"version":
|
|
352
|
+
"version": 3,
|
|
353
353
|
"description": "Receive events from AWS EventBridge",
|
|
354
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/
|
|
354
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/amazon-eventbridge/?awseventbridge=inbound",
|
|
355
355
|
"category": {
|
|
356
356
|
"id": "connectors",
|
|
357
357
|
"name": "Connectors"
|
|
@@ -615,7 +615,7 @@
|
|
|
615
615
|
"constraints": {
|
|
616
616
|
"notEmpty": true
|
|
617
617
|
},
|
|
618
|
-
"value": "=request.headers.
|
|
618
|
+
"value": "=request.headers.apikey"
|
|
619
619
|
},
|
|
620
620
|
{
|
|
621
621
|
"label": "Correlation key (process)",
|
|
@@ -645,6 +645,18 @@
|
|
|
645
645
|
"notEmpty": true
|
|
646
646
|
}
|
|
647
647
|
},
|
|
648
|
+
{
|
|
649
|
+
"label": "Message ID expression",
|
|
650
|
+
"feel": "required",
|
|
651
|
+
"type": "String",
|
|
652
|
+
"optional": true,
|
|
653
|
+
"group": "activation",
|
|
654
|
+
"binding": {
|
|
655
|
+
"type": "zeebe:property",
|
|
656
|
+
"name": "messageIdExpression"
|
|
657
|
+
},
|
|
658
|
+
"description": "Expression to extract unique identifier of a message"
|
|
659
|
+
},
|
|
648
660
|
{
|
|
649
661
|
"label": "Condition",
|
|
650
662
|
"type": "String",
|
|
@@ -655,7 +667,7 @@
|
|
|
655
667
|
"type": "zeebe:property",
|
|
656
668
|
"name": "activationCondition"
|
|
657
669
|
},
|
|
658
|
-
"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/protocol/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
|
|
659
671
|
},
|
|
660
672
|
{
|
|
661
673
|
"label": "Result variable",
|
|
@@ -685,16 +697,16 @@
|
|
|
685
697
|
"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
698
|
},
|
|
687
699
|
"engines": {
|
|
688
|
-
"camunda": "^8.
|
|
700
|
+
"camunda": "^8.4"
|
|
689
701
|
}
|
|
690
702
|
},
|
|
691
703
|
{
|
|
692
704
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
693
705
|
"name": "Amazon EventBridge Intermediate Catch Event Connector",
|
|
694
706
|
"id": "io.camunda.connectors.AWSEventBridge.intermediate.v1",
|
|
695
|
-
"version":
|
|
707
|
+
"version": 2,
|
|
696
708
|
"description": "Receive events from AWS EventBridge",
|
|
697
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/
|
|
709
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/",
|
|
698
710
|
"category": {
|
|
699
711
|
"id": "connectors",
|
|
700
712
|
"name": "Connectors"
|
|
@@ -958,7 +970,7 @@
|
|
|
958
970
|
"constraints": {
|
|
959
971
|
"notEmpty": true
|
|
960
972
|
},
|
|
961
|
-
"value": "=request.headers.
|
|
973
|
+
"value": "=request.headers.apiKey"
|
|
962
974
|
},
|
|
963
975
|
{
|
|
964
976
|
"label": "Correlation key (process)",
|
|
@@ -988,18 +1000,6 @@
|
|
|
988
1000
|
"notEmpty": true
|
|
989
1001
|
}
|
|
990
1002
|
},
|
|
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
1003
|
{
|
|
1004
1004
|
"label": "Condition",
|
|
1005
1005
|
"type": "String",
|
|
@@ -1010,7 +1010,7 @@
|
|
|
1010
1010
|
"type": "zeebe:property",
|
|
1011
1011
|
"name": "activationCondition"
|
|
1012
1012
|
},
|
|
1013
|
-
"description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
1013
|
+
"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
1014
|
},
|
|
1015
1015
|
{
|
|
1016
1016
|
"label": "Result variable",
|
|
@@ -1040,7 +1040,7 @@
|
|
|
1040
1040
|
"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
1041
|
},
|
|
1042
1042
|
"engines": {
|
|
1043
|
-
"camunda": "^8.
|
|
1043
|
+
"camunda": "^8.2"
|
|
1044
1044
|
}
|
|
1045
1045
|
},
|
|
1046
1046
|
{
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
4
|
"name": "Amazon EventBridge Message Start Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.AWSEventBridge.MessageStart.v1",
|
|
6
|
-
"version":
|
|
6
|
+
"version": 2,
|
|
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/amazon-eventbridge/?awseventbridge=inbound",
|
|
9
9
|
"category": {
|
|
10
10
|
"id": "connectors",
|
|
11
11
|
"name": "Connectors"
|
|
@@ -15,6 +15,9 @@
|
|
|
15
15
|
"value": "bpmn:StartEvent",
|
|
16
16
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
17
17
|
},
|
|
18
|
+
"engines": {
|
|
19
|
+
"camunda": "^8.3"
|
|
20
|
+
},
|
|
18
21
|
"groups": [
|
|
19
22
|
{
|
|
20
23
|
"id": "endpoint",
|
|
@@ -383,18 +386,15 @@
|
|
|
383
386
|
],
|
|
384
387
|
"icon": {
|
|
385
388
|
"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"
|
|
386
|
-
},
|
|
387
|
-
"engines": {
|
|
388
|
-
"camunda": "^8.2"
|
|
389
389
|
}
|
|
390
390
|
},
|
|
391
391
|
{
|
|
392
392
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
393
393
|
"name": "Amazon EventBridge Message Start Event Connector",
|
|
394
394
|
"id": "io.camunda.connectors.AWSEventBridge.MessageStart.v1",
|
|
395
|
-
"version":
|
|
395
|
+
"version": 1,
|
|
396
396
|
"description": "Receive events from AWS EventBridge",
|
|
397
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/
|
|
397
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/amazon-eventbridge/?awseventbridge=inbound",
|
|
398
398
|
"category": {
|
|
399
399
|
"id": "connectors",
|
|
400
400
|
"name": "Connectors"
|
|
@@ -404,9 +404,6 @@
|
|
|
404
404
|
"value": "bpmn:StartEvent",
|
|
405
405
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
406
406
|
},
|
|
407
|
-
"engines": {
|
|
408
|
-
"camunda": "^8.3"
|
|
409
|
-
},
|
|
410
407
|
"groups": [
|
|
411
408
|
{
|
|
412
409
|
"id": "endpoint",
|
|
@@ -775,6 +772,9 @@
|
|
|
775
772
|
],
|
|
776
773
|
"icon": {
|
|
777
774
|
"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"
|
|
775
|
+
},
|
|
776
|
+
"engines": {
|
|
777
|
+
"camunda": "^8.2"
|
|
778
778
|
}
|
|
779
779
|
}
|
|
780
780
|
]
|
|
@@ -1,19 +1,25 @@
|
|
|
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 Start Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.AWSEventBridge.startEvent.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"
|
|
12
12
|
},
|
|
13
|
+
"deprecated": {
|
|
14
|
+
"message": "Migrate to Amazon EventBridge Message Start Event Connector"
|
|
15
|
+
},
|
|
13
16
|
"appliesTo": ["bpmn:StartEvent"],
|
|
14
17
|
"elementType": {
|
|
15
18
|
"value": "bpmn:StartEvent"
|
|
16
19
|
},
|
|
20
|
+
"engines": {
|
|
21
|
+
"camunda": "^8.2"
|
|
22
|
+
},
|
|
17
23
|
"groups": [
|
|
18
24
|
{
|
|
19
25
|
"id": "endpoint",
|
|
@@ -145,7 +151,7 @@
|
|
|
145
151
|
"type": "String",
|
|
146
152
|
"group": "authorization",
|
|
147
153
|
"feel": "optional",
|
|
148
|
-
"optional":
|
|
154
|
+
"optional": true,
|
|
149
155
|
"binding": {
|
|
150
156
|
"type": "zeebe:property",
|
|
151
157
|
"name": "inbound.auth.jwt.jwkUrl"
|
|
@@ -153,9 +159,6 @@
|
|
|
153
159
|
"condition": {
|
|
154
160
|
"property": "authorizationType",
|
|
155
161
|
"equals": "JWT"
|
|
156
|
-
},
|
|
157
|
-
"constraints": {
|
|
158
|
-
"notEmpty": true
|
|
159
162
|
}
|
|
160
163
|
},
|
|
161
164
|
{
|
|
@@ -261,7 +264,7 @@
|
|
|
261
264
|
"constraints": {
|
|
262
265
|
"notEmpty": true
|
|
263
266
|
},
|
|
264
|
-
"value": "=request.headers.
|
|
267
|
+
"value": "=request.headers.apikey"
|
|
265
268
|
},
|
|
266
269
|
{
|
|
267
270
|
"label": "Condition",
|
|
@@ -273,7 +276,7 @@
|
|
|
273
276
|
"type": "zeebe:property",
|
|
274
277
|
"name": "activationCondition"
|
|
275
278
|
},
|
|
276
|
-
"description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
279
|
+
"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>"
|
|
277
280
|
},
|
|
278
281
|
{
|
|
279
282
|
"label": "Result variable",
|
|
@@ -301,18 +304,15 @@
|
|
|
301
304
|
],
|
|
302
305
|
"icon": {
|
|
303
306
|
"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"
|
|
304
|
-
},
|
|
305
|
-
"engines": {
|
|
306
|
-
"camunda": "^8.2"
|
|
307
307
|
}
|
|
308
308
|
},
|
|
309
309
|
{
|
|
310
310
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
311
|
-
"name": "Amazon EventBridge
|
|
311
|
+
"name": "Amazon EventBridge Connector",
|
|
312
312
|
"id": "io.camunda.connectors.AWSEventBridge.startEvent.v1",
|
|
313
|
-
"version":
|
|
313
|
+
"version": 1,
|
|
314
314
|
"description": "Receive events from AWS EventBridge",
|
|
315
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/
|
|
315
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge-webhook/",
|
|
316
316
|
"category": {
|
|
317
317
|
"id": "connectors",
|
|
318
318
|
"name": "Connectors"
|
|
@@ -452,7 +452,7 @@
|
|
|
452
452
|
"type": "String",
|
|
453
453
|
"group": "authorization",
|
|
454
454
|
"feel": "optional",
|
|
455
|
-
"optional":
|
|
455
|
+
"optional": false,
|
|
456
456
|
"binding": {
|
|
457
457
|
"type": "zeebe:property",
|
|
458
458
|
"name": "inbound.auth.jwt.jwkUrl"
|
|
@@ -460,6 +460,9 @@
|
|
|
460
460
|
"condition": {
|
|
461
461
|
"property": "authorizationType",
|
|
462
462
|
"equals": "JWT"
|
|
463
|
+
},
|
|
464
|
+
"constraints": {
|
|
465
|
+
"notEmpty": true
|
|
463
466
|
}
|
|
464
467
|
},
|
|
465
468
|
{
|
|
@@ -565,7 +568,7 @@
|
|
|
565
568
|
"constraints": {
|
|
566
569
|
"notEmpty": true
|
|
567
570
|
},
|
|
568
|
-
"value": "=request.headers.
|
|
571
|
+
"value": "=request.headers.apiKey"
|
|
569
572
|
},
|
|
570
573
|
{
|
|
571
574
|
"label": "Condition",
|
|
@@ -577,7 +580,7 @@
|
|
|
577
580
|
"type": "zeebe:property",
|
|
578
581
|
"name": "activationCondition"
|
|
579
582
|
},
|
|
580
|
-
"description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/
|
|
583
|
+
"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>"
|
|
581
584
|
},
|
|
582
585
|
{
|
|
583
586
|
"label": "Result variable",
|
|
@@ -614,23 +617,17 @@
|
|
|
614
617
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
615
618
|
"name": "Amazon EventBridge Start Event Connector",
|
|
616
619
|
"id": "io.camunda.connectors.AWSEventBridge.startEvent.v1",
|
|
617
|
-
"version":
|
|
620
|
+
"version": 2,
|
|
618
621
|
"description": "Receive events from AWS EventBridge",
|
|
619
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/
|
|
622
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/amazon-eventbridge/?awseventbridge=inbound",
|
|
620
623
|
"category": {
|
|
621
624
|
"id": "connectors",
|
|
622
625
|
"name": "Connectors"
|
|
623
626
|
},
|
|
624
|
-
"deprecated": {
|
|
625
|
-
"message": "Migrate to Amazon EventBridge Message Start Event Connector"
|
|
626
|
-
},
|
|
627
627
|
"appliesTo": ["bpmn:StartEvent"],
|
|
628
628
|
"elementType": {
|
|
629
629
|
"value": "bpmn:StartEvent"
|
|
630
630
|
},
|
|
631
|
-
"engines": {
|
|
632
|
-
"camunda": "^8.2"
|
|
633
|
-
},
|
|
634
631
|
"groups": [
|
|
635
632
|
{
|
|
636
633
|
"id": "endpoint",
|
|
@@ -915,6 +912,9 @@
|
|
|
915
912
|
],
|
|
916
913
|
"icon": {
|
|
917
914
|
"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"
|
|
915
|
+
},
|
|
916
|
+
"engines": {
|
|
917
|
+
"camunda": "^8.2"
|
|
918
918
|
}
|
|
919
919
|
}
|
|
920
920
|
]
|