@camunda/connectors-element-templates 1.0.7 → 1.0.8
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 +24 -0
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +32 -31
- package/src/element-templates/agenticai-aiagent-job-worker.json +1655 -7
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +2906 -1291
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +1 -1
- package/src/element-templates/asana-connector.json +8 -8
- package/src/element-templates/automation-anywhere-outbound-connector.json +619 -619
- package/src/element-templates/aws-bedrock-outbound-connector.json +30 -30
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1325 -1325
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +38 -38
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-receive.json +356 -0
- package/src/element-templates/aws-eventbridge-outbound-connector.json +10 -10
- package/src/element-templates/aws-lambda-outbound-connector.json +256 -256
- package/src/element-templates/aws-s3-outbound-connector.json +30 -30
- package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
- package/src/element-templates/aws-sns-inbound-boundary.json +311 -311
- package/src/element-templates/aws-sns-inbound-intermediate.json +328 -328
- package/src/element-templates/aws-sns-inbound-message-start.json +343 -343
- package/src/element-templates/aws-sns-inbound-receive.json +304 -0
- package/src/element-templates/aws-sns-inbound-start-event.json +131 -131
- package/src/element-templates/aws-sns-outbound-connector.json +424 -424
- package/src/element-templates/aws-sqs-boundary-connector.json +305 -305
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +918 -918
- package/src/element-templates/aws-sqs-outbound-connector.json +743 -743
- package/src/element-templates/aws-sqs-receive-connector.json +418 -0
- package/src/element-templates/aws-sqs-start-event-connector.json +369 -369
- package/src/element-templates/aws-sqs-start-message.json +914 -914
- package/src/element-templates/blue-prism-connector.json +50 -50
- package/src/element-templates/csv-outbound-connector.json +26 -26
- package/src/element-templates/easy-post-connector.json +271 -271
- 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 +19 -19
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +503 -503
- package/src/element-templates/github-connector.json +2723 -2723
- package/src/element-templates/github-webhook-connector-intermediate.json +42 -42
- package/src/element-templates/github-webhook-connector-receive.json +202 -0
- package/src/element-templates/github-webhook-connector-start-event.json +32 -32
- package/src/element-templates/gitlab-connector.json +160 -160
- package/src/element-templates/google-drive-outbound-connector.json +438 -438
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +16 -16
- package/src/element-templates/google-sheets-outbound-connector.json +1059 -1059
- package/src/element-templates/graphql-outbound-connector.json +1179 -1179
- package/src/element-templates/http-json-connector.json +2662 -2057
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +635 -6
- package/src/element-templates/http-polling-connector.json +631 -2
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +41 -41
- package/src/element-templates/kafka-inbound-connector-boundary.json +958 -958
- package/src/element-templates/kafka-inbound-connector-intermediate.json +681 -681
- package/src/element-templates/kafka-inbound-connector-receive.json +498 -0
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +356 -356
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +4188 -4188
- package/src/element-templates/openai-connector.json +78 -78
- package/src/element-templates/operate-connector.json +79 -79
- package/src/element-templates/power-automate-connector.json +12 -12
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +747 -747
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +463 -463
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +11 -11
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +461 -0
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +681 -681
- package/src/element-templates/rabbitmq-outbound-connector.json +670 -670
- package/src/element-templates/salesforce-connector.json +38 -38
- package/src/element-templates/sendgrid-outbound-connector.json +397 -397
- package/src/element-templates/servicenow-connector.json +942 -0
- package/src/element-templates/servicenow-flow-starter-connector.json +643 -0
- package/src/element-templates/servicenow-incident-connector.json +969 -0
- package/src/element-templates/slack-inbound-boundary.json +173 -173
- package/src/element-templates/slack-inbound-intermediate.json +232 -232
- package/src/element-templates/slack-inbound-message-start.json +209 -209
- package/src/element-templates/slack-inbound-receive.json +290 -0
- package/src/element-templates/slack-inbound-start-event.json +218 -218
- package/src/element-templates/slack-outbound-connector.json +955 -955
- package/src/element-templates/twilio-connector.json +87 -87
- package/src/element-templates/twilio-webhook-boundary-connector.json +26 -26
- package/src/element-templates/twilio-webhook-connector.json +20 -20
- package/src/element-templates/twilio-webhook-intermediate-connector.json +50 -50
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/twilio-webhook-receive-connector.json +262 -0
- package/src/element-templates/uipath-connector.json +41 -41
- package/src/element-templates/webhook-connector-boundary.json +1050 -1050
- package/src/element-templates/webhook-connector-intermediate.json +1356 -1356
- package/src/element-templates/webhook-connector-receive.json +609 -0
- package/src/element-templates/webhook-connector-start-event.json +2280 -2280
- package/src/element-templates/webhook-connector-start-message.json +1205 -1205
- package/src/element-templates/whatsapp-connector.json +42 -42
|
@@ -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": "Amazon SQS
|
|
4
|
+
"name": "Amazon SQS connector",
|
|
5
5
|
"id": "io.camunda.connectors.AWSSQS.StartEvent.v1",
|
|
6
|
-
"version":
|
|
6
|
+
"version": 1,
|
|
7
7
|
"description": "Receive message from a queue",
|
|
8
8
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
9
9
|
"appliesTo": ["bpmn:StartEvent"],
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
"label": "Access key",
|
|
54
|
-
"description": "Provide AWS IAM access key that has permission to
|
|
54
|
+
"description": "Provide AWS IAM access key that has permission to send to desired SQS",
|
|
55
55
|
"group": "authentication",
|
|
56
56
|
"type": "String",
|
|
57
57
|
"binding": {
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
66
|
"label": "Secret key",
|
|
67
|
-
"description": "Provide AWS IAM secret key that has permission to
|
|
67
|
+
"description": "Provide AWS IAM secret key that has permission to send to desired SQS",
|
|
68
68
|
"group": "authentication",
|
|
69
69
|
"type": "String",
|
|
70
70
|
"binding": {
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
},
|
|
78
78
|
{
|
|
79
79
|
"label": "Queue URL",
|
|
80
|
-
"description": "Specify the URL of the SQS queue where you would like to
|
|
80
|
+
"description": "Specify the URL of the SQS queue where you would like to send message to",
|
|
81
81
|
"group": "queueProperties",
|
|
82
82
|
"type": "String",
|
|
83
83
|
"binding": {
|
|
@@ -87,8 +87,8 @@
|
|
|
87
87
|
"constraints": {
|
|
88
88
|
"notEmpty": true,
|
|
89
89
|
"pattern": {
|
|
90
|
-
"value": "^(
|
|
91
|
-
"message": "Must be an queue URL or ARN"
|
|
90
|
+
"value": "(^https?://.+)|(^arn:.+)(^secrets\\..+)",
|
|
91
|
+
"message": "Must be an queue URL or ARN or a secret.XYZ"
|
|
92
92
|
}
|
|
93
93
|
}
|
|
94
94
|
},
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"type": "String",
|
|
100
100
|
"binding": {
|
|
101
101
|
"type": "zeebe:property",
|
|
102
|
-
"name": "
|
|
102
|
+
"name": "queue.region"
|
|
103
103
|
},
|
|
104
104
|
"constraints": {
|
|
105
105
|
"notEmpty": true
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"constraints": {
|
|
121
121
|
"notEmpty": true,
|
|
122
122
|
"pattern": {
|
|
123
|
-
"value": "^([0-9]?|1[0-9]|20
|
|
123
|
+
"value": "^([0-9]?|1[0-9]|20|secrets\\..+)$",
|
|
124
124
|
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
125
125
|
}
|
|
126
126
|
}
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
197
197
|
"name": "Amazon SQS connector",
|
|
198
198
|
"id": "io.camunda.connectors.AWSSQS.StartEvent.v1",
|
|
199
|
-
"version":
|
|
199
|
+
"version": 5,
|
|
200
200
|
"description": "Receive message from a queue",
|
|
201
201
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
202
202
|
"appliesTo": ["bpmn:StartEvent"],
|
|
@@ -280,8 +280,8 @@
|
|
|
280
280
|
"constraints": {
|
|
281
281
|
"notEmpty": true,
|
|
282
282
|
"pattern": {
|
|
283
|
-
"value": "(
|
|
284
|
-
"message": "Must be an queue URL or ARN
|
|
283
|
+
"value": "^(https?://.+|arn:.+|secrets\\..+|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
284
|
+
"message": "Must be an queue URL or ARN"
|
|
285
285
|
}
|
|
286
286
|
}
|
|
287
287
|
},
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
"type": "String",
|
|
293
293
|
"binding": {
|
|
294
294
|
"type": "zeebe:property",
|
|
295
|
-
"name": "
|
|
295
|
+
"name": "configuration.region"
|
|
296
296
|
},
|
|
297
297
|
"constraints": {
|
|
298
298
|
"notEmpty": true
|
|
@@ -313,7 +313,7 @@
|
|
|
313
313
|
"constraints": {
|
|
314
314
|
"notEmpty": true,
|
|
315
315
|
"pattern": {
|
|
316
|
-
"value": "^([0-9]?|1[0-9]|20|secrets
|
|
316
|
+
"value": "^([0-9]?|1[0-9]|20|secrets\\..+|\\{\\{secrets\\..+\\}\\})$",
|
|
317
317
|
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
318
318
|
}
|
|
319
319
|
}
|
|
@@ -580,9 +580,9 @@
|
|
|
580
580
|
},
|
|
581
581
|
{
|
|
582
582
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
583
|
-
"name": "Amazon SQS
|
|
583
|
+
"name": "Amazon SQS Start Event Connector",
|
|
584
584
|
"id": "io.camunda.connectors.AWSSQS.StartEvent.v1",
|
|
585
|
-
"version":
|
|
585
|
+
"version": 6,
|
|
586
586
|
"description": "Receive message from a queue",
|
|
587
587
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
588
588
|
"appliesTo": ["bpmn:StartEvent"],
|
|
@@ -630,7 +630,7 @@
|
|
|
630
630
|
},
|
|
631
631
|
{
|
|
632
632
|
"label": "Access key",
|
|
633
|
-
"description": "Provide AWS IAM access key that has permission to
|
|
633
|
+
"description": "Provide AWS IAM access key that has permission to read from desired SQS",
|
|
634
634
|
"group": "authentication",
|
|
635
635
|
"type": "String",
|
|
636
636
|
"binding": {
|
|
@@ -643,7 +643,7 @@
|
|
|
643
643
|
},
|
|
644
644
|
{
|
|
645
645
|
"label": "Secret key",
|
|
646
|
-
"description": "Provide AWS IAM secret key that has permission to
|
|
646
|
+
"description": "Provide AWS IAM secret key that has permission to read from desired SQS",
|
|
647
647
|
"group": "authentication",
|
|
648
648
|
"type": "String",
|
|
649
649
|
"binding": {
|
|
@@ -656,7 +656,7 @@
|
|
|
656
656
|
},
|
|
657
657
|
{
|
|
658
658
|
"label": "Queue URL",
|
|
659
|
-
"description": "Specify the URL of the SQS queue where you would like to
|
|
659
|
+
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
660
660
|
"group": "queueProperties",
|
|
661
661
|
"type": "String",
|
|
662
662
|
"binding": {
|
|
@@ -666,7 +666,7 @@
|
|
|
666
666
|
"constraints": {
|
|
667
667
|
"notEmpty": true,
|
|
668
668
|
"pattern": {
|
|
669
|
-
"value": "^(https?://.+|arn
|
|
669
|
+
"value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
670
670
|
"message": "Must be an queue URL or ARN"
|
|
671
671
|
}
|
|
672
672
|
}
|
|
@@ -699,7 +699,7 @@
|
|
|
699
699
|
"constraints": {
|
|
700
700
|
"notEmpty": true,
|
|
701
701
|
"pattern": {
|
|
702
|
-
"value": "^([0-9]?|1[0-9]|20
|
|
702
|
+
"value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\})$",
|
|
703
703
|
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
704
704
|
}
|
|
705
705
|
}
|
|
@@ -773,24 +773,32 @@
|
|
|
773
773
|
},
|
|
774
774
|
{
|
|
775
775
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
776
|
-
"name": "Amazon SQS
|
|
776
|
+
"name": "Amazon SQS Start Event Connector",
|
|
777
777
|
"id": "io.camunda.connectors.AWSSQS.StartEvent.v1",
|
|
778
|
-
"version": 4,
|
|
779
778
|
"description": "Receive message from a queue",
|
|
780
|
-
"
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
"value": "bpmn:StartEvent"
|
|
779
|
+
"deprecated": {
|
|
780
|
+
"message": "None Start Events are deprecated in favor of Message Start Events for message based Connectors.",
|
|
781
|
+
"documentationRef": "https://docs.camunda.io/docs/components/modeler/bpmn/none-events/"
|
|
784
782
|
},
|
|
783
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
|
|
784
|
+
"version": 9,
|
|
785
785
|
"category": {
|
|
786
786
|
"id": "connectors",
|
|
787
787
|
"name": "Connectors"
|
|
788
788
|
},
|
|
789
|
+
"appliesTo": ["bpmn:StartEvent"],
|
|
790
|
+
"elementType": {
|
|
791
|
+
"value": "bpmn:StartEvent"
|
|
792
|
+
},
|
|
789
793
|
"groups": [
|
|
790
794
|
{
|
|
791
795
|
"id": "authentication",
|
|
792
796
|
"label": "Authentication"
|
|
793
797
|
},
|
|
798
|
+
{
|
|
799
|
+
"id": "configuration",
|
|
800
|
+
"label": "Configuration"
|
|
801
|
+
},
|
|
794
802
|
{
|
|
795
803
|
"id": "queueProperties",
|
|
796
804
|
"label": "Queue properties"
|
|
@@ -808,160 +816,291 @@
|
|
|
808
816
|
"label": "Activation"
|
|
809
817
|
},
|
|
810
818
|
{
|
|
811
|
-
"id": "
|
|
812
|
-
"label": "
|
|
819
|
+
"id": "deduplication",
|
|
820
|
+
"label": "Deduplication",
|
|
821
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
"id": "output",
|
|
825
|
+
"label": "Output mapping"
|
|
813
826
|
}
|
|
814
827
|
],
|
|
815
828
|
"properties": [
|
|
816
829
|
{
|
|
817
|
-
"type": "Hidden",
|
|
818
830
|
"value": "io.camunda:aws-sqs-inbound:1",
|
|
819
831
|
"binding": {
|
|
820
|
-
"
|
|
821
|
-
"
|
|
822
|
-
}
|
|
832
|
+
"name": "inbound.type",
|
|
833
|
+
"type": "zeebe:property"
|
|
834
|
+
},
|
|
835
|
+
"type": "Hidden"
|
|
823
836
|
},
|
|
824
837
|
{
|
|
825
|
-
"
|
|
826
|
-
"
|
|
838
|
+
"id": "authentication.type",
|
|
839
|
+
"label": "Authentication",
|
|
840
|
+
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/#aws-authentication-types\" target=\"_blank\">documentation page</a>",
|
|
841
|
+
"value": "credentials",
|
|
827
842
|
"group": "authentication",
|
|
828
|
-
"type": "String",
|
|
829
843
|
"binding": {
|
|
830
|
-
"
|
|
831
|
-
"
|
|
844
|
+
"name": "authentication.type",
|
|
845
|
+
"type": "zeebe:property"
|
|
832
846
|
},
|
|
847
|
+
"type": "Dropdown",
|
|
848
|
+
"choices": [
|
|
849
|
+
{
|
|
850
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
851
|
+
"value": "defaultCredentialsChain"
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
"name": "Credentials",
|
|
855
|
+
"value": "credentials"
|
|
856
|
+
}
|
|
857
|
+
]
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
"id": "authentication.accessKey",
|
|
861
|
+
"label": "Access key",
|
|
862
|
+
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
863
|
+
"optional": false,
|
|
833
864
|
"constraints": {
|
|
834
865
|
"notEmpty": true
|
|
835
|
-
}
|
|
866
|
+
},
|
|
867
|
+
"group": "authentication",
|
|
868
|
+
"binding": {
|
|
869
|
+
"name": "authentication.accessKey",
|
|
870
|
+
"type": "zeebe:property"
|
|
871
|
+
},
|
|
872
|
+
"condition": {
|
|
873
|
+
"property": "authentication.type",
|
|
874
|
+
"equals": "credentials",
|
|
875
|
+
"type": "simple"
|
|
876
|
+
},
|
|
877
|
+
"type": "String"
|
|
836
878
|
},
|
|
837
879
|
{
|
|
880
|
+
"id": "authentication.secretKey",
|
|
838
881
|
"label": "Secret key",
|
|
839
|
-
"description": "Provide
|
|
882
|
+
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
883
|
+
"optional": false,
|
|
884
|
+
"constraints": {
|
|
885
|
+
"notEmpty": true
|
|
886
|
+
},
|
|
840
887
|
"group": "authentication",
|
|
841
|
-
"type": "String",
|
|
842
888
|
"binding": {
|
|
843
|
-
"
|
|
844
|
-
"
|
|
889
|
+
"name": "authentication.secretKey",
|
|
890
|
+
"type": "zeebe:property"
|
|
891
|
+
},
|
|
892
|
+
"condition": {
|
|
893
|
+
"property": "authentication.type",
|
|
894
|
+
"equals": "credentials",
|
|
895
|
+
"type": "simple"
|
|
845
896
|
},
|
|
897
|
+
"type": "String"
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
"id": "configuration.region",
|
|
901
|
+
"label": "Region",
|
|
902
|
+
"description": "Specify the AWS region",
|
|
903
|
+
"optional": false,
|
|
846
904
|
"constraints": {
|
|
847
905
|
"notEmpty": true
|
|
848
|
-
}
|
|
906
|
+
},
|
|
907
|
+
"group": "configuration",
|
|
908
|
+
"binding": {
|
|
909
|
+
"name": "configuration.region",
|
|
910
|
+
"type": "zeebe:property"
|
|
911
|
+
},
|
|
912
|
+
"type": "String"
|
|
849
913
|
},
|
|
850
914
|
{
|
|
851
|
-
"
|
|
852
|
-
"
|
|
853
|
-
"
|
|
854
|
-
"
|
|
915
|
+
"id": "configuration.endpoint",
|
|
916
|
+
"label": "Endpoint",
|
|
917
|
+
"description": "Specify endpoint if need to use custom endpoint",
|
|
918
|
+
"optional": true,
|
|
919
|
+
"group": "configuration",
|
|
855
920
|
"binding": {
|
|
856
|
-
"
|
|
857
|
-
"
|
|
921
|
+
"name": "configuration.endpoint",
|
|
922
|
+
"type": "zeebe:property"
|
|
858
923
|
},
|
|
859
|
-
"
|
|
860
|
-
"notEmpty": true,
|
|
861
|
-
"pattern": {
|
|
862
|
-
"value": "(^https?://.+)|(^arn:.+)(^secrets\\..+)",
|
|
863
|
-
"message": "Must be an queue URL or ARN or a secret.XYZ"
|
|
864
|
-
}
|
|
865
|
-
}
|
|
924
|
+
"type": "Hidden"
|
|
866
925
|
},
|
|
867
926
|
{
|
|
868
|
-
"
|
|
869
|
-
"
|
|
927
|
+
"id": "queue.queue.url",
|
|
928
|
+
"label": "Queue URL",
|
|
929
|
+
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
930
|
+
"optional": false,
|
|
931
|
+
"constraints": {
|
|
932
|
+
"notEmpty": true
|
|
933
|
+
},
|
|
870
934
|
"group": "queueProperties",
|
|
871
|
-
"type": "String",
|
|
872
935
|
"binding": {
|
|
873
|
-
"
|
|
874
|
-
"
|
|
936
|
+
"name": "queue.url",
|
|
937
|
+
"type": "zeebe:property"
|
|
875
938
|
},
|
|
876
|
-
"
|
|
877
|
-
"notEmpty": true
|
|
878
|
-
}
|
|
939
|
+
"type": "String"
|
|
879
940
|
},
|
|
880
941
|
{
|
|
942
|
+
"id": "queue.queue.pollingWaitTime",
|
|
881
943
|
"label": "Polling wait time",
|
|
882
|
-
"description": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
883
|
-
"group": "messagePollingProperties",
|
|
884
|
-
"type": "String",
|
|
944
|
+
"description": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
|
|
885
945
|
"optional": false,
|
|
886
|
-
"
|
|
887
|
-
"value": "1",
|
|
888
|
-
"binding": {
|
|
889
|
-
"type": "zeebe:property",
|
|
890
|
-
"name": "queue.pollingWaitTime"
|
|
891
|
-
},
|
|
946
|
+
"value": "20",
|
|
892
947
|
"constraints": {
|
|
893
948
|
"notEmpty": true,
|
|
894
949
|
"pattern": {
|
|
895
|
-
"value": "^([0-9]?|1[0-9]|20|secrets\\..+)$"
|
|
896
|
-
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
950
|
+
"value": "^([0-9]?|1[0-9]|20|secrets\\..+)$"
|
|
897
951
|
}
|
|
898
|
-
}
|
|
952
|
+
},
|
|
953
|
+
"group": "messagePollingProperties",
|
|
954
|
+
"binding": {
|
|
955
|
+
"name": "queue.pollingWaitTime",
|
|
956
|
+
"type": "zeebe:property"
|
|
957
|
+
},
|
|
958
|
+
"type": "String"
|
|
899
959
|
},
|
|
900
960
|
{
|
|
961
|
+
"id": "queue.queue.attributeNames",
|
|
901
962
|
"label": "Attribute names",
|
|
902
|
-
"description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
963
|
+
"description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
|
|
964
|
+
"optional": false,
|
|
965
|
+
"feel": "optional",
|
|
903
966
|
"group": "input",
|
|
904
|
-
"type": "String",
|
|
905
|
-
"optional": true,
|
|
906
967
|
"binding": {
|
|
907
|
-
"
|
|
908
|
-
"
|
|
968
|
+
"name": "queue.attributeNames",
|
|
969
|
+
"type": "zeebe:property"
|
|
909
970
|
},
|
|
910
|
-
"
|
|
971
|
+
"type": "String"
|
|
911
972
|
},
|
|
912
973
|
{
|
|
974
|
+
"id": "queue.queue.messageAttributeNames",
|
|
913
975
|
"label": "Message attribute names",
|
|
914
|
-
"description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
976
|
+
"description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
|
|
977
|
+
"optional": false,
|
|
978
|
+
"feel": "optional",
|
|
915
979
|
"group": "input",
|
|
916
|
-
"type": "String",
|
|
917
|
-
"optional": true,
|
|
918
980
|
"binding": {
|
|
919
|
-
"
|
|
920
|
-
"
|
|
981
|
+
"name": "queue.messageAttributeNames",
|
|
982
|
+
"type": "zeebe:property"
|
|
921
983
|
},
|
|
922
|
-
"
|
|
984
|
+
"type": "String"
|
|
923
985
|
},
|
|
924
986
|
{
|
|
987
|
+
"id": "activationCondition",
|
|
925
988
|
"label": "Activation condition",
|
|
926
|
-
"
|
|
927
|
-
"group": "activation",
|
|
928
|
-
"feel": "required",
|
|
989
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
929
990
|
"optional": true,
|
|
991
|
+
"feel": "required",
|
|
992
|
+
"group": "activation",
|
|
930
993
|
"binding": {
|
|
931
|
-
"
|
|
932
|
-
"
|
|
994
|
+
"name": "activationCondition",
|
|
995
|
+
"type": "zeebe:property"
|
|
933
996
|
},
|
|
934
|
-
"
|
|
997
|
+
"type": "String"
|
|
935
998
|
},
|
|
936
999
|
{
|
|
937
|
-
"
|
|
938
|
-
"
|
|
939
|
-
"
|
|
940
|
-
"
|
|
1000
|
+
"id": "consumeUnmatchedEvents",
|
|
1001
|
+
"label": "Consume unmatched events",
|
|
1002
|
+
"value": true,
|
|
1003
|
+
"group": "activation",
|
|
941
1004
|
"binding": {
|
|
942
|
-
"
|
|
943
|
-
"
|
|
1005
|
+
"name": "consumeUnmatchedEvents",
|
|
1006
|
+
"type": "zeebe:property"
|
|
944
1007
|
},
|
|
945
|
-
"
|
|
1008
|
+
"tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
|
|
1009
|
+
"type": "Boolean"
|
|
1010
|
+
},
|
|
1011
|
+
{
|
|
1012
|
+
"id": "deduplicationModeManualFlag",
|
|
1013
|
+
"label": "Manual mode",
|
|
1014
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1015
|
+
"value": false,
|
|
1016
|
+
"group": "deduplication",
|
|
1017
|
+
"binding": {
|
|
1018
|
+
"name": "deduplicationModeManualFlag",
|
|
1019
|
+
"type": "zeebe:property"
|
|
1020
|
+
},
|
|
1021
|
+
"type": "Boolean"
|
|
1022
|
+
},
|
|
1023
|
+
{
|
|
1024
|
+
"id": "deduplicationId",
|
|
1025
|
+
"label": "Deduplication ID",
|
|
1026
|
+
"constraints": {
|
|
1027
|
+
"notEmpty": true,
|
|
1028
|
+
"pattern": {
|
|
1029
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
1030
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1031
|
+
}
|
|
1032
|
+
},
|
|
1033
|
+
"group": "deduplication",
|
|
1034
|
+
"binding": {
|
|
1035
|
+
"name": "deduplicationId",
|
|
1036
|
+
"type": "zeebe:property"
|
|
1037
|
+
},
|
|
1038
|
+
"condition": {
|
|
1039
|
+
"property": "deduplicationModeManualFlag",
|
|
1040
|
+
"equals": true,
|
|
1041
|
+
"type": "simple"
|
|
1042
|
+
},
|
|
1043
|
+
"type": "String"
|
|
1044
|
+
},
|
|
1045
|
+
{
|
|
1046
|
+
"id": "deduplicationModeManual",
|
|
1047
|
+
"value": "MANUAL",
|
|
1048
|
+
"group": "deduplication",
|
|
1049
|
+
"binding": {
|
|
1050
|
+
"name": "deduplicationMode",
|
|
1051
|
+
"type": "zeebe:property"
|
|
1052
|
+
},
|
|
1053
|
+
"condition": {
|
|
1054
|
+
"property": "deduplicationId",
|
|
1055
|
+
"isActive": true,
|
|
1056
|
+
"type": "simple"
|
|
1057
|
+
},
|
|
1058
|
+
"type": "Hidden"
|
|
946
1059
|
},
|
|
947
1060
|
{
|
|
1061
|
+
"id": "deduplicationModeAuto",
|
|
1062
|
+
"value": "AUTO",
|
|
1063
|
+
"group": "deduplication",
|
|
1064
|
+
"binding": {
|
|
1065
|
+
"name": "deduplicationMode",
|
|
1066
|
+
"type": "zeebe:property"
|
|
1067
|
+
},
|
|
1068
|
+
"condition": {
|
|
1069
|
+
"property": "deduplicationId",
|
|
1070
|
+
"isActive": false,
|
|
1071
|
+
"type": "simple"
|
|
1072
|
+
},
|
|
1073
|
+
"type": "Hidden"
|
|
1074
|
+
},
|
|
1075
|
+
{
|
|
1076
|
+
"id": "resultVariable",
|
|
1077
|
+
"label": "Result variable",
|
|
1078
|
+
"description": "Name of variable to store the response in",
|
|
1079
|
+
"group": "output",
|
|
1080
|
+
"binding": {
|
|
1081
|
+
"name": "resultVariable",
|
|
1082
|
+
"type": "zeebe:property"
|
|
1083
|
+
},
|
|
1084
|
+
"type": "String"
|
|
1085
|
+
},
|
|
1086
|
+
{
|
|
1087
|
+
"id": "resultExpression",
|
|
948
1088
|
"label": "Result expression",
|
|
949
|
-
"
|
|
950
|
-
"group": "variable-mapping",
|
|
1089
|
+
"description": "Expression to map the response into process variables",
|
|
951
1090
|
"feel": "required",
|
|
952
|
-
"
|
|
1091
|
+
"group": "output",
|
|
953
1092
|
"binding": {
|
|
954
|
-
"
|
|
955
|
-
"
|
|
1093
|
+
"name": "resultExpression",
|
|
1094
|
+
"type": "zeebe:property"
|
|
956
1095
|
},
|
|
957
|
-
"
|
|
1096
|
+
"type": "Text"
|
|
958
1097
|
}
|
|
959
1098
|
],
|
|
960
1099
|
"icon": {
|
|
961
|
-
"contents": "data:image/svg+xml
|
|
1100
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0MCA0MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0nMCUnIHkxPScxMDAlJyB4Mj0nMTAwJScgeTI9JzAlJyBpZD0nbGluZWFyR3JhZGllbnQtMSc+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNCMDA4NEQnIG9mZnNldD0nMCUnPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI0ZGNEY4Qicgb2Zmc2V0PScxMDAlJz48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMicgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnCiAgICAgICBmaWxsLXJ1bGU9J2V2ZW5vZGQnPgogICAgICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS1CRy8zMi9BcHBsaWNhdGlvbi1JbnRlZ3JhdGlvbicgZmlsbD0ndXJsKCNsaW5lYXJHcmFkaWVudC0xKSc+CiAgICAgICAgICAgIDxyZWN0IGlkPSdSZWN0YW5nbGUnIHg9JzAnIHk9JzAnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSdNMTQuMzQyMjA1MSwyMi4zNDkzNzg2IEwxNS44NDY2NzY3LDIwLjkwNjEwNzQgQzE1Ljk0MjgzNDcsMjAuODE0MTUzOSAxNS45OTY5MjM1LDIwLjY4NzIxOCAxNS45OTk5Mjg1LDIwLjU1NTI4NDYgQzE2LjAwMTkzMTcsMjAuNDIyMzUxNyAxNS45NTE4NDk1LDIwLjI5MzQxNjggMTUuODU5Njk4MSwyMC4xOTg0NjQ4IEwxNC4zNTUyMjY0LDE4LjY0MzI1MDIgTDEzLjYzNTA0MzMsMTkuMzM3ODk5NCBMMTQuMzExMTU0LDIwLjAzNzU0NiBMMTEuOTkxMzQyOSwyMC4wMzc1NDYgTDExLjk5MTM0MjksMjEuMDM3MDQxMyBMMTQuMjY1MDc4MywyMS4wMzcwNDEzIEwxMy42NDgwNjQ3LDIxLjYyODc0MjUgTDE0LjM0MjIwNTEsMjIuMzQ5Mzc4NiBaIE0yNi4zNTc5NDUyLDIyLjM1MzM3NjUgTDI3LjkwNzQ5MDksMjAuOTAwMTEwNCBDMjguMDA2NjUzOCwyMC44MDgxNTY5IDI4LjA2Mjc0NTksMjAuNjc5MjIyIDI4LjA2NDc0OTIsMjAuNTQ0MjkwMSBDMjguMDY2NzUyNSwyMC40MDkzNTgzIDI4LjAxMzY2NTMsMjAuMjc4NDI0NCAyNy45MTg1MDksMjAuMTgzNDcyNCBMMjYuMzY4OTYzMywxOC42MzcyNTMyIEwyNS42NjA3OTk5LDE5LjM0Mzg5NjMgTDI2LjM1NDk0MDMsMjAuMDM3NTQ2IEwyNC4wMTEwODk2LDIwLjAzNzU0NiBMMjQuMDExMDg5NiwyMS4wMzcwNDEzIEwyNi4yOTg4NDgxLDIxLjAzNzA0MTMgTDI1LjY3MTgxOCwyMS42MjQ3NDQ1IEwyNi4zNTc5NDUyLDIyLjM1MzM3NjUgWiBNMTcuNTg3NTM2NywyMy4zNjA4Njc4IEMxOC4zMzg3NzA4LDIzLjA1NzAyMTIgMTkuMTYyMTIzNSwyMi44OTQxMDM1IDIwLjAwNDUwNzQsMjIuODk0MTAzNSBDMjAuODQ2ODkxMywyMi44OTQxMDM1IDIxLjY3MDI0NCwyMy4wNTcwMjEyIDIyLjQyMTQ3ODEsMjMuMzYwODY3OCBDMjEuNzUyMzc4OSwyMS41ODk3NjIyIDIxLjc1MjM3ODksMTkuMzg5ODczMSAyMi40MjE0NzgxLDE3LjYxODc2NzUgQzIwLjkxOTAwOTgsMTguMjI2NDYwNiAxOS4wOTAwMDUsMTguMjI2NDYwNiAxNy41ODc1MzY3LDE3LjYxODc2NzUgQzE4LjI1NjYzNTksMTkuMzg5ODczMSAxOC4yNTY2MzU5LDIxLjU4OTc2MjIgMTcuNTg3NTM2NywyMy4zNjA4Njc4IEwxNy41ODc1MzY3LDIzLjM2MDg2NzggWiBNMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IEMxNS41NDYxODMsMjUuMjQzOTE2OCAxNS40OTcxMDI0LDI1LjExNTk4MTQgMTUuNDk3MTAyNCwyNC45ODgwNDYgQzE1LjQ5NzEwMjQsMjQuODYwMTEwNiAxNS41NDYxODMsMjQuNzMyMTc1MyAxNS42NDQzNDQzLDI0LjYzNDIyNDcgQzE3LjU4NDUzMTcsMjIuNjk4MjAyNCAxNy41ODQ1MzE3LDE4LjI4MjQzMjQgMTUuNjQ0MzQ0MywxNi4zNDU0MTA2IEMxNS41NDYxODMsMTYuMjQ4NDU5NSAxNS40OTcxMDI0LDE2LjEyMDUyNDEgMTUuNDk3MTAyNCwxNS45OTI1OTEyIEMxNS40OTcxMDI0LDE1Ljg2NDY1MzQgMTUuNTQ2MTgzLDE1LjczNjcxOCAxNS42NDQzNDQzLDE1LjYzODc2NzQgQzE1LjgzOTY2NTIsMTUuNDQzODY1OSAxNi4xNTcxODY4LDE1LjQ0Mzg2NTkgMTYuMzUyNTA3NywxNS42Mzg3Njc0IEMxNy4yNzQwMjE2LDE2LjU1ODMwMzEgMTguNjA1MjA4NiwxNy4wODYwMzY2IDIwLjAwNDUwNzQsMTcuMDg2MDM2NiBDMjEuNDA0ODA3OSwxNy4wODYwMzY2IDIyLjczNTk5NDgsMTYuNTU4MzAzMSAyMy42NTc1MDg4LDE1LjYzODc2NzQgQzIzLjg1MjgyOTYsMTUuNDQzODY1OSAyNC4xNzAzNTEzLDE1LjQ0Mzg2NTkgMjQuMzY1NjcyMiwxNS42Mzg3Njc0IEMyNC40NjI4MzE4LDE1LjczNjcxOCAyNC41MTE5MTI0LDE1Ljg2NDY1MzQgMjQuNTExOTEyNCwxNS45OTI1OTEyIEMyNC41MTE5MTI0LDE2LjEyMDUyNDEgMjQuNDYyODMxOCwxNi4yNDg0NTk1IDI0LjM2NTY3MjIsMTYuMzQ1NDEwNiBDMjIuNDI0NDgzMSwxOC4yODI0MzI0IDIyLjQyNDQ4MzEsMjIuNjk4MjAyNCAyNC4zNjU2NzIyLDI0LjYzNDIyNDcgQzI0LjQ2MjgzMTgsMjQuNzMyMTc1MyAyNC41MTE5MTI0LDI0Ljg2MDExMDYgMjQuNTExOTEyNCwyNC45ODgwNDYgQzI0LjUxMTkxMjQsMjUuMTE1OTgxNCAyNC40NjI4MzE4LDI1LjI0MzkxNjggMjQuMzY1NjcyMiwyNS4zNDA4Njc5IEMyNC4yNjc1MTA5LDI1LjQzODgxODQgMjQuMTM5MzAwMywyNS40ODc3OTM3IDI0LjAxMTA4OTYsMjUuNDg3NzkzNyBDMjMuODgyODc5LDI1LjQ4Nzc5MzcgMjMuNzU0NjY4NCwyNS40Mzg4MTg0IDIzLjY1NzUwODgsMjUuMzQwODY3OSBDMjIuNzM1OTk0OCwyNC40MjEzMzIyIDIxLjQwNDgwNzksMjMuODkzNTk4NyAyMC4wMDQ1MDc0LDIzLjg5MzU5ODcgQzE4LjYwNTIwODYsMjMuODkzNTk4NyAxNy4yNzQwMjE2LDI0LjQyMTMzMjIgMTYuMzUyNTA3NywyNS4zNDA4Njc5IEMxNi4xNTcxODY4LDI1LjUzNTc2OTQgMTUuODM5NjY1MiwyNS41MzU3Njk0IDE1LjY0NDM0NDMsMjUuMzQwODY3OSBMMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IFogTTMyLjU0MjEwNDksMTkuNDM1ODQ5OSBDMzIuMjM2NjAzLDE5LjEzMjAwMzMgMzEuODM2OTQ2NCwxOC45ODAwODAxIDMxLjQzNjI4ODIsMTguOTgwMDgwMSBDMzEuMDM2NjMxNiwxOC45ODAwODAxIDMwLjYzNjk3NSwxOS4xMzIwMDMzIDMwLjMzMTQ3MzEsMTkuNDM1ODQ5OSBDMjkuNzIxNDcxLDIwLjA0NDU0MjUgMjkuNzIxNDcxLDIxLjAzNDA0MjggMzAuMzMxNDczMSwyMS42NDE3MzU5IEMzMC45NDE0NzUzLDIyLjI1MDQyODUgMzEuOTMyMTAyNywyMi4yNTA0Mjg1IDMyLjU0MjEwNDksMjEuNjQxNzM1OSBDMzMuMTUxMTA1NCwyMS4wMzQwNDI4IDMzLjE1MTEwNTQsMjAuMDQ0NTQyNSAzMi41NDIxMDQ5LDE5LjQzNTg0OTkgTDMyLjU0MjEwNDksMTkuNDM1ODQ5OSBaIE0zMy4yNTAyNjgzLDIyLjM0OTM3ODYgQzMyLjc1MDQ0NzIsMjIuODQ4MTI2NyAzMi4wOTMzNjc3LDIzLjA5ODAwMDUgMzEuNDM2Mjg4MiwyMy4wOTgwMDA1IEMzMC43ODAyMTAzLDIzLjA5ODAwMDUgMzAuMTIzMTMwOSwyMi44NDgxMjY3IDI5LjYyMzMwOTcsMjIuMzQ5Mzc4NiBDMjguNjIzNjY3NSwyMS4zNTA4ODI4IDI4LjYyMzY2NzUsMTkuNzI3NzAyNSAyOS42MjMzMDk3LDE4LjcyOTIwNjggQzMwLjYyMjk1MiwxNy43MzE3MTA1IDMyLjI1MDYyNiwxNy43MzE3MTA1IDMzLjI1MDI2ODMsMTguNzI5MjA2OCBDMzQuMjQ5OTEwNiwxOS43Mjc3MDI1IDM0LjI0OTkxMDYsMjEuMzUwODgyOCAzMy4yNTAyNjgzLDIyLjM0OTM3ODYgTDMzLjI1MDI2ODMsMjIuMzQ5Mzc4NiBaIE05LjY2ODUyNjg3LDE5LjQ0Njg0NDMgQzkuMzYzMDI0OTcsMTkuMTQyOTk3OCA4Ljk2MzM2ODM5LDE4Ljk5MTA3NDUgOC41NjI3MTAxNywxOC45OTEwNzQ1IEM4LjE2MzA1MzU5LDE4Ljk5MTA3NDUgNy43NjMzOTcwMSwxOS4xNDI5OTc4IDcuNDU3ODk1MTEsMTkuNDQ2ODQ0MyBDNi44NDg4OTQ2MSwyMC4wNTU1MzcgNi44NDg4OTQ2MSwyMS4wNDUwMzczIDcuNDU3ODk1MTEsMjEuNjUyNzMwNCBDOC4wNjc4OTcyNiwyMi4yNjE0MjMgOS4wNTg1MjQ3MiwyMi4yNjE0MjMgOS42Njg1MjY4NywyMS42NTI3MzA0IEMxMC4yNzc1Mjc0LDIxLjA0NTAzNzMgMTAuMjc3NTI3NCwyMC4wNTU1MzcgOS42Njg1MjY4NywxOS40NDY4NDQzIEw5LjY2ODUyNjg3LDE5LjQ0Njg0NDMgWiBNMTAuMzc2NjkwMywyMi4zNTkzNzM1IEM5Ljg3Njg2OTE0LDIyLjg1ODEyMTcgOS4yMTk3ODk2NSwyMy4xMDc5OTU1IDguNTYyNzEwMTcsMjMuMTA3OTk1NSBDNy45MDY2MzIzMiwyMy4xMDc5OTU1IDcuMjQ5NTUyODQsMjIuODU4MTIxNyA2Ljc0OTczMTcsMjIuMzU5MzczNSBDNS43NTAwODk0MywyMS4zNjE4NzczIDUuNzUwMDg5NDMsMTkuNzM4Njk3IDYuNzQ5NzMxNywxOC43NDAyMDEyIEM3Ljc0OTM3Mzk3LDE3Ljc0MjcwNDkgOS4zNzcwNDgwMSwxNy43NDI3MDQ5IDEwLjM3NjY5MDMsMTguNzQwMjAxMiBDMTEuMzc2MzMyNSwxOS43Mzg2OTcgMTEuMzc2MzMyNSwyMS4zNjE4NzczIDEwLjM3NjY5MDMsMjIuMzU5MzczNSBMMTAuMzc2NjkwMywyMi4zNTkzNzM1IFogTTI3LjQzMzcxMjUsMjguOTEwMDY1NCBDMjUuNDM2NDMxMywzMC45MDMwNTkgMjIuNzgyMDcwNSwzMi4wMDA1MDQ3IDE5Ljk1NzQzMDEsMzIuMDAwNTA0NyBDMTcuMTMyNzg5NiwzMi4wMDA1MDQ3IDE0LjQ3ODQyODgsMzAuOTAzMDU5IDEyLjQ4MjE0OTIsMjguOTEwMDY1NCBDMTEuMTY1OTg3LDI3LjU5NzcyODEgMTAuNDA3NzQxMywyNi40NjkyOTggOS45NDQ5ODEwNCwyNS4xMzU5NzEzIEw4Ljk5ODQyNTk5LDI1LjQ2MjgwNjMgQzkuNTA3MjYxOTMsMjYuOTI5MDY1OCAxMC4zNjI2NjcyLDI4LjIxMDQxODcgMTEuNzczOTg1OCwyOS42MTY3MDg2IEMxMy45NTg1NzQ4LDMxLjc5ODYwNjcgMTYuODY2MzUxOSwzMyAxOS45NTc0MzAxLDMzIEMyMy4wNDk1MDk5LDMzIDI1Ljk1NjI4NTMsMzEuNzk4NjA2NyAyOC4xNDE4NzU5LDI5LjYxNjcwODYgQzI5LjI4Mjc1MDIsMjguNDc4MjgzNSAzMC40MjA2MTk2LDI3LjE4NjkzNTYgMzEuMDExNTkwNSwyNS40NjA4MDczIEwzMC4wNjQwMzM4LDI1LjEzNzk3MDMgQzI5LjUzOTE3MTUsMjYuNjcwMTk2NiAyOC40ODk0NDY5LDI3Ljg1NjU5NzQgMjcuNDMzNzEyNSwyOC45MTAwNjU0IEwyNy40MzM3MTI1LDI4LjkxMDA2NTQgWiBNOS45NDQ5ODEwNCwxNS44NTk2NTU5IEw4Ljk5ODQyNTk5LDE1LjUzMTgyMTQgQzkuNTEwMjY2ODcsMTQuMDY0NTYyNCAxMC4zNjU2NzIyLDEyLjc4MzIwOTUgMTEuNzc1OTg5MSwxMS4zNzU5MjAyIEMxNi4yODYzOTkxLDYuODc1MTkzMDQgMjMuNjI2NDU3OCw2Ljg3NDE5MzU0IDI4LjEzNzg2OTQsMTEuMzc1OTIwMiBDMjkuMjE4NjQ0OSwxMi40NTMzNzYxIDMwLjQwMzU5MTYsMTMuNzg5NzAxMiAzMS4wMTE1OTA1LDE1LjUzMTgyMTQgTDMwLjA2NDAzMzgsMTUuODU5NjU1OSBDMjkuNTI0MTQ2OCwxNC4zMDk0Mzg3IDI4LjQyOTM0ODIsMTMuMDgwMDU5NiAyNy40Mjk3MDU5LDEyLjA4MjU2MzMgQzI1LjQzNDQyOCwxMC4wOTE1Njg4IDIyLjc4MTA2ODksOC45OTYxMjE5NyAxOS45NTc0MzAxLDguOTk2MTIxOTcgQzE3LjEzMzc5MTIsOC45OTYxMjE5NyAxNC40ODA0MzIxLDEwLjA5MTU2ODggMTIuNDg1MTU0MiwxMi4wODI1NjMzIEMxMS4xODcwMjE1LDEzLjM3NzkwOTIgMTAuNDAzNzM0NywxNC41NDIzMjExIDkuOTQ0OTgxMDQsMTUuODU5NjU1OSBMOS45NDQ5ODEwNCwxNS44NTk2NTU5IFonCiAgICAgICAgICAgICAgaWQ9J0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV9JY29uXzMyX1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
962
1101
|
},
|
|
963
1102
|
"engines": {
|
|
964
|
-
"camunda": "^8.
|
|
1103
|
+
"camunda": "^8.5"
|
|
965
1104
|
}
|
|
966
1105
|
},
|
|
967
1106
|
{
|
|
@@ -1178,30 +1317,22 @@
|
|
|
1178
1317
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1179
1318
|
"name": "Amazon SQS Start Event Connector",
|
|
1180
1319
|
"id": "io.camunda.connectors.AWSSQS.StartEvent.v1",
|
|
1320
|
+
"version": 7,
|
|
1181
1321
|
"description": "Receive message from a queue",
|
|
1182
|
-
"deprecated": {
|
|
1183
|
-
"message": "None Start Events are deprecated in favor of Message Start Events for message based Connectors.",
|
|
1184
|
-
"documentationRef": "https://docs.camunda.io/docs/components/modeler/bpmn/none-events/"
|
|
1185
|
-
},
|
|
1186
1322
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
|
|
1187
|
-
"version": 9,
|
|
1188
|
-
"category": {
|
|
1189
|
-
"id": "connectors",
|
|
1190
|
-
"name": "Connectors"
|
|
1191
|
-
},
|
|
1192
1323
|
"appliesTo": ["bpmn:StartEvent"],
|
|
1193
1324
|
"elementType": {
|
|
1194
1325
|
"value": "bpmn:StartEvent"
|
|
1195
1326
|
},
|
|
1327
|
+
"category": {
|
|
1328
|
+
"id": "connectors",
|
|
1329
|
+
"name": "Connectors"
|
|
1330
|
+
},
|
|
1196
1331
|
"groups": [
|
|
1197
1332
|
{
|
|
1198
1333
|
"id": "authentication",
|
|
1199
1334
|
"label": "Authentication"
|
|
1200
1335
|
},
|
|
1201
|
-
{
|
|
1202
|
-
"id": "configuration",
|
|
1203
|
-
"label": "Configuration"
|
|
1204
|
-
},
|
|
1205
1336
|
{
|
|
1206
1337
|
"id": "queueProperties",
|
|
1207
1338
|
"label": "Queue properties"
|
|
@@ -1219,300 +1350,203 @@
|
|
|
1219
1350
|
"label": "Activation"
|
|
1220
1351
|
},
|
|
1221
1352
|
{
|
|
1222
|
-
"id": "
|
|
1223
|
-
"label": "
|
|
1224
|
-
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
1225
|
-
},
|
|
1226
|
-
{
|
|
1227
|
-
"id": "output",
|
|
1228
|
-
"label": "Output mapping"
|
|
1353
|
+
"id": "variable-mapping",
|
|
1354
|
+
"label": "Variable mapping"
|
|
1229
1355
|
}
|
|
1230
1356
|
],
|
|
1231
1357
|
"properties": [
|
|
1232
1358
|
{
|
|
1359
|
+
"type": "Hidden",
|
|
1233
1360
|
"value": "io.camunda:aws-sqs-inbound:1",
|
|
1234
1361
|
"binding": {
|
|
1235
|
-
"
|
|
1236
|
-
"
|
|
1237
|
-
}
|
|
1238
|
-
"type": "Hidden"
|
|
1362
|
+
"type": "zeebe:property",
|
|
1363
|
+
"name": "inbound.type"
|
|
1364
|
+
}
|
|
1239
1365
|
},
|
|
1240
1366
|
{
|
|
1241
|
-
"id": "
|
|
1367
|
+
"id": "authenticationType",
|
|
1242
1368
|
"label": "Authentication",
|
|
1243
|
-
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
1244
|
-
"value": "credentials",
|
|
1369
|
+
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/\" target=\"_blank\">documentation page</a>",
|
|
1245
1370
|
"group": "authentication",
|
|
1246
|
-
"binding": {
|
|
1247
|
-
"name": "authentication.type",
|
|
1248
|
-
"type": "zeebe:property"
|
|
1249
|
-
},
|
|
1250
1371
|
"type": "Dropdown",
|
|
1372
|
+
"optional": false,
|
|
1373
|
+
"value": "credentials",
|
|
1251
1374
|
"choices": [
|
|
1252
|
-
{
|
|
1253
|
-
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
1254
|
-
"value": "defaultCredentialsChain"
|
|
1255
|
-
},
|
|
1256
1375
|
{
|
|
1257
1376
|
"name": "Credentials",
|
|
1258
1377
|
"value": "credentials"
|
|
1378
|
+
},
|
|
1379
|
+
{
|
|
1380
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
1381
|
+
"value": "defaultCredentialsChain"
|
|
1259
1382
|
}
|
|
1260
|
-
]
|
|
1383
|
+
],
|
|
1384
|
+
"binding": {
|
|
1385
|
+
"type": "zeebe:property",
|
|
1386
|
+
"name": "authentication.type"
|
|
1387
|
+
},
|
|
1388
|
+
"constraints": {
|
|
1389
|
+
"notEmpty": true
|
|
1390
|
+
}
|
|
1261
1391
|
},
|
|
1262
1392
|
{
|
|
1263
|
-
"id": "authentication.accessKey",
|
|
1264
1393
|
"label": "Access key",
|
|
1265
|
-
"description": "Provide
|
|
1266
|
-
"optional": false,
|
|
1267
|
-
"constraints": {
|
|
1268
|
-
"notEmpty": true
|
|
1269
|
-
},
|
|
1394
|
+
"description": "Provide AWS IAM access key that has permission to read from desired SQS",
|
|
1270
1395
|
"group": "authentication",
|
|
1396
|
+
"type": "String",
|
|
1271
1397
|
"binding": {
|
|
1272
|
-
"
|
|
1273
|
-
"
|
|
1398
|
+
"type": "zeebe:property",
|
|
1399
|
+
"name": "authentication.accessKey"
|
|
1274
1400
|
},
|
|
1275
|
-
"
|
|
1276
|
-
"
|
|
1277
|
-
"equals": "credentials",
|
|
1278
|
-
"type": "simple"
|
|
1401
|
+
"constraints": {
|
|
1402
|
+
"notEmpty": true
|
|
1279
1403
|
},
|
|
1280
|
-
"
|
|
1404
|
+
"condition": {
|
|
1405
|
+
"property": "authenticationType",
|
|
1406
|
+
"equals": "credentials"
|
|
1407
|
+
}
|
|
1281
1408
|
},
|
|
1282
1409
|
{
|
|
1283
|
-
"id": "authentication.secretKey",
|
|
1284
1410
|
"label": "Secret key",
|
|
1285
|
-
"description": "Provide
|
|
1286
|
-
"optional": false,
|
|
1287
|
-
"constraints": {
|
|
1288
|
-
"notEmpty": true
|
|
1289
|
-
},
|
|
1411
|
+
"description": "Provide AWS IAM secret key that has permission to read from desired SQS",
|
|
1290
1412
|
"group": "authentication",
|
|
1413
|
+
"type": "String",
|
|
1291
1414
|
"binding": {
|
|
1292
|
-
"
|
|
1293
|
-
"
|
|
1294
|
-
},
|
|
1295
|
-
"condition": {
|
|
1296
|
-
"property": "authentication.type",
|
|
1297
|
-
"equals": "credentials",
|
|
1298
|
-
"type": "simple"
|
|
1415
|
+
"type": "zeebe:property",
|
|
1416
|
+
"name": "authentication.secretKey"
|
|
1299
1417
|
},
|
|
1300
|
-
"type": "String"
|
|
1301
|
-
},
|
|
1302
|
-
{
|
|
1303
|
-
"id": "configuration.region",
|
|
1304
|
-
"label": "Region",
|
|
1305
|
-
"description": "Specify the AWS region",
|
|
1306
|
-
"optional": false,
|
|
1307
1418
|
"constraints": {
|
|
1308
1419
|
"notEmpty": true
|
|
1309
1420
|
},
|
|
1310
|
-
"
|
|
1311
|
-
|
|
1312
|
-
"
|
|
1313
|
-
|
|
1314
|
-
},
|
|
1315
|
-
"type": "String"
|
|
1421
|
+
"condition": {
|
|
1422
|
+
"property": "authenticationType",
|
|
1423
|
+
"equals": "credentials"
|
|
1424
|
+
}
|
|
1316
1425
|
},
|
|
1317
1426
|
{
|
|
1318
|
-
"
|
|
1319
|
-
"
|
|
1320
|
-
"
|
|
1321
|
-
"
|
|
1322
|
-
"group": "configuration",
|
|
1427
|
+
"label": "Queue URL",
|
|
1428
|
+
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
1429
|
+
"group": "queueProperties",
|
|
1430
|
+
"type": "String",
|
|
1323
1431
|
"binding": {
|
|
1324
|
-
"
|
|
1325
|
-
"
|
|
1432
|
+
"type": "zeebe:property",
|
|
1433
|
+
"name": "queue.url"
|
|
1326
1434
|
},
|
|
1327
|
-
"
|
|
1435
|
+
"constraints": {
|
|
1436
|
+
"notEmpty": true,
|
|
1437
|
+
"pattern": {
|
|
1438
|
+
"value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
1439
|
+
"message": "Must be an queue URL or ARN"
|
|
1440
|
+
}
|
|
1441
|
+
}
|
|
1328
1442
|
},
|
|
1329
1443
|
{
|
|
1330
|
-
"
|
|
1331
|
-
"
|
|
1332
|
-
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
1333
|
-
"optional": false,
|
|
1334
|
-
"constraints": {
|
|
1335
|
-
"notEmpty": true
|
|
1336
|
-
},
|
|
1444
|
+
"label": "Region",
|
|
1445
|
+
"description": "Specify the AWS region of your queue",
|
|
1337
1446
|
"group": "queueProperties",
|
|
1447
|
+
"type": "String",
|
|
1338
1448
|
"binding": {
|
|
1339
|
-
"
|
|
1340
|
-
"
|
|
1449
|
+
"type": "zeebe:property",
|
|
1450
|
+
"name": "configuration.region"
|
|
1341
1451
|
},
|
|
1342
|
-
"
|
|
1452
|
+
"constraints": {
|
|
1453
|
+
"notEmpty": true
|
|
1454
|
+
}
|
|
1343
1455
|
},
|
|
1344
1456
|
{
|
|
1345
|
-
"id": "queue.queue.pollingWaitTime",
|
|
1346
1457
|
"label": "Polling wait time",
|
|
1347
1458
|
"description": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
|
|
1459
|
+
"group": "messagePollingProperties",
|
|
1460
|
+
"type": "String",
|
|
1348
1461
|
"optional": false,
|
|
1349
|
-
"
|
|
1462
|
+
"feel": "optional",
|
|
1463
|
+
"value": "1",
|
|
1464
|
+
"binding": {
|
|
1465
|
+
"type": "zeebe:property",
|
|
1466
|
+
"name": "queue.pollingWaitTime"
|
|
1467
|
+
},
|
|
1350
1468
|
"constraints": {
|
|
1351
1469
|
"notEmpty": true,
|
|
1352
1470
|
"pattern": {
|
|
1353
|
-
"value": "^([0-9]?|1[0-9]|20
|
|
1471
|
+
"value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\})$",
|
|
1472
|
+
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
1354
1473
|
}
|
|
1355
|
-
}
|
|
1356
|
-
"group": "messagePollingProperties",
|
|
1357
|
-
"binding": {
|
|
1358
|
-
"name": "queue.pollingWaitTime",
|
|
1359
|
-
"type": "zeebe:property"
|
|
1360
|
-
},
|
|
1361
|
-
"type": "String"
|
|
1474
|
+
}
|
|
1362
1475
|
},
|
|
1363
1476
|
{
|
|
1364
|
-
"id": "queue.queue.attributeNames",
|
|
1365
1477
|
"label": "Attribute names",
|
|
1366
1478
|
"description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
|
|
1367
|
-
"optional": false,
|
|
1368
|
-
"feel": "optional",
|
|
1369
1479
|
"group": "input",
|
|
1480
|
+
"type": "String",
|
|
1481
|
+
"optional": true,
|
|
1370
1482
|
"binding": {
|
|
1371
|
-
"
|
|
1372
|
-
"
|
|
1483
|
+
"type": "zeebe:property",
|
|
1484
|
+
"name": "queue.attributeNames"
|
|
1373
1485
|
},
|
|
1374
|
-
"
|
|
1486
|
+
"feel": "required"
|
|
1375
1487
|
},
|
|
1376
1488
|
{
|
|
1377
|
-
"id": "queue.queue.messageAttributeNames",
|
|
1378
1489
|
"label": "Message attribute names",
|
|
1379
1490
|
"description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
|
|
1380
|
-
"optional": false,
|
|
1381
|
-
"feel": "optional",
|
|
1382
1491
|
"group": "input",
|
|
1383
|
-
"
|
|
1384
|
-
"name": "queue.messageAttributeNames",
|
|
1385
|
-
"type": "zeebe:property"
|
|
1386
|
-
},
|
|
1387
|
-
"type": "String"
|
|
1388
|
-
},
|
|
1389
|
-
{
|
|
1390
|
-
"id": "activationCondition",
|
|
1391
|
-
"label": "Activation condition",
|
|
1392
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1492
|
+
"type": "String",
|
|
1393
1493
|
"optional": true,
|
|
1394
|
-
"feel": "required",
|
|
1395
|
-
"group": "activation",
|
|
1396
1494
|
"binding": {
|
|
1397
|
-
"
|
|
1398
|
-
"
|
|
1495
|
+
"type": "zeebe:property",
|
|
1496
|
+
"name": "queue.messageAttributeNames"
|
|
1399
1497
|
},
|
|
1400
|
-
"
|
|
1498
|
+
"feel": "required"
|
|
1401
1499
|
},
|
|
1402
1500
|
{
|
|
1403
|
-
"
|
|
1404
|
-
"
|
|
1405
|
-
"value": true,
|
|
1501
|
+
"label": "Activation condition",
|
|
1502
|
+
"type": "String",
|
|
1406
1503
|
"group": "activation",
|
|
1504
|
+
"feel": "required",
|
|
1505
|
+
"optional": true,
|
|
1407
1506
|
"binding": {
|
|
1408
|
-
"
|
|
1409
|
-
"
|
|
1410
|
-
},
|
|
1411
|
-
"tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
|
|
1412
|
-
"type": "Boolean"
|
|
1413
|
-
},
|
|
1414
|
-
{
|
|
1415
|
-
"id": "deduplicationModeManualFlag",
|
|
1416
|
-
"label": "Manual mode",
|
|
1417
|
-
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1418
|
-
"value": false,
|
|
1419
|
-
"group": "deduplication",
|
|
1420
|
-
"binding": {
|
|
1421
|
-
"name": "deduplicationModeManualFlag",
|
|
1422
|
-
"type": "zeebe:property"
|
|
1423
|
-
},
|
|
1424
|
-
"type": "Boolean"
|
|
1425
|
-
},
|
|
1426
|
-
{
|
|
1427
|
-
"id": "deduplicationId",
|
|
1428
|
-
"label": "Deduplication ID",
|
|
1429
|
-
"constraints": {
|
|
1430
|
-
"notEmpty": true,
|
|
1431
|
-
"pattern": {
|
|
1432
|
-
"value": "^[a-zA-Z0-9_-]+$",
|
|
1433
|
-
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1434
|
-
}
|
|
1435
|
-
},
|
|
1436
|
-
"group": "deduplication",
|
|
1437
|
-
"binding": {
|
|
1438
|
-
"name": "deduplicationId",
|
|
1439
|
-
"type": "zeebe:property"
|
|
1440
|
-
},
|
|
1441
|
-
"condition": {
|
|
1442
|
-
"property": "deduplicationModeManualFlag",
|
|
1443
|
-
"equals": true,
|
|
1444
|
-
"type": "simple"
|
|
1445
|
-
},
|
|
1446
|
-
"type": "String"
|
|
1447
|
-
},
|
|
1448
|
-
{
|
|
1449
|
-
"id": "deduplicationModeManual",
|
|
1450
|
-
"value": "MANUAL",
|
|
1451
|
-
"group": "deduplication",
|
|
1452
|
-
"binding": {
|
|
1453
|
-
"name": "deduplicationMode",
|
|
1454
|
-
"type": "zeebe:property"
|
|
1455
|
-
},
|
|
1456
|
-
"condition": {
|
|
1457
|
-
"property": "deduplicationId",
|
|
1458
|
-
"isActive": true,
|
|
1459
|
-
"type": "simple"
|
|
1460
|
-
},
|
|
1461
|
-
"type": "Hidden"
|
|
1462
|
-
},
|
|
1463
|
-
{
|
|
1464
|
-
"id": "deduplicationModeAuto",
|
|
1465
|
-
"value": "AUTO",
|
|
1466
|
-
"group": "deduplication",
|
|
1467
|
-
"binding": {
|
|
1468
|
-
"name": "deduplicationMode",
|
|
1469
|
-
"type": "zeebe:property"
|
|
1470
|
-
},
|
|
1471
|
-
"condition": {
|
|
1472
|
-
"property": "deduplicationId",
|
|
1473
|
-
"isActive": false,
|
|
1474
|
-
"type": "simple"
|
|
1507
|
+
"type": "zeebe:property",
|
|
1508
|
+
"name": "activationCondition"
|
|
1475
1509
|
},
|
|
1476
|
-
"
|
|
1510
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events"
|
|
1477
1511
|
},
|
|
1478
1512
|
{
|
|
1479
|
-
"id": "resultVariable",
|
|
1480
1513
|
"label": "Result variable",
|
|
1481
|
-
"
|
|
1482
|
-
"group": "
|
|
1514
|
+
"type": "String",
|
|
1515
|
+
"group": "variable-mapping",
|
|
1516
|
+
"optional": true,
|
|
1483
1517
|
"binding": {
|
|
1484
|
-
"
|
|
1485
|
-
"
|
|
1518
|
+
"type": "zeebe:property",
|
|
1519
|
+
"name": "resultVariable"
|
|
1486
1520
|
},
|
|
1487
|
-
"
|
|
1521
|
+
"description": "Name of variable to store the result of the connector in"
|
|
1488
1522
|
},
|
|
1489
1523
|
{
|
|
1490
|
-
"id": "resultExpression",
|
|
1491
1524
|
"label": "Result expression",
|
|
1492
|
-
"
|
|
1525
|
+
"type": "String",
|
|
1526
|
+
"group": "variable-mapping",
|
|
1493
1527
|
"feel": "required",
|
|
1494
|
-
"
|
|
1528
|
+
"optional": true,
|
|
1495
1529
|
"binding": {
|
|
1496
|
-
"
|
|
1497
|
-
"
|
|
1530
|
+
"type": "zeebe:property",
|
|
1531
|
+
"name": "resultExpression"
|
|
1498
1532
|
},
|
|
1499
|
-
"
|
|
1533
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
1500
1534
|
}
|
|
1501
1535
|
],
|
|
1502
1536
|
"icon": {
|
|
1503
|
-
"contents": "data:image/svg+xml
|
|
1537
|
+
"contents": "data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 40 40' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 64 (93537) - https://sketch.com --%3E%3Ctitle%3EIcon-Architecture/32/Arch_AWS-Simple-Queue-Service_32%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3ClinearGradient x1='0%25' y1='100%25' x2='100%25' y2='0%25' id='linearGradient-1'%3E%3Cstop stop-color='%23B0084D' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23FF4F8B' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Icon-Architecture/32/Arch_AWS-Simple-Queue-Service_32' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon-Architecture-BG/32/Application-Integration' fill='url(%23linearGradient-1)'%3E%3Crect id='Rectangle' x='0' y='0' width='40' height='40'%3E%3C/rect%3E%3C/g%3E%3Cpath d='M14.3422051,22.3493786 L15.8466767,20.9061074 C15.9428347,20.8141539 15.9969235,20.687218 15.9999285,20.5552846 C16.0019317,20.4223517 15.9518495,20.2934168 15.8596981,20.1984648 L14.3552264,18.6432502 L13.6350433,19.3378994 L14.311154,20.037546 L11.9913429,20.037546 L11.9913429,21.0370413 L14.2650783,21.0370413 L13.6480647,21.6287425 L14.3422051,22.3493786 Z M26.3579452,22.3533765 L27.9074909,20.9001104 C28.0066538,20.8081569 28.0627459,20.679222 28.0647492,20.5442901 C28.0667525,20.4093583 28.0136653,20.2784244 27.918509,20.1834724 L26.3689633,18.6372532 L25.6607999,19.3438963 L26.3549403,20.037546 L24.0110896,20.037546 L24.0110896,21.0370413 L26.2988481,21.0370413 L25.671818,21.6247445 L26.3579452,22.3533765 Z M17.5875367,23.3608678 C18.3387708,23.0570212 19.1621235,22.8941035 20.0045074,22.8941035 C20.8468913,22.8941035 21.670244,23.0570212 22.4214781,23.3608678 C21.7523789,21.5897622 21.7523789,19.3898731 22.4214781,17.6187675 C20.9190098,18.2264606 19.090005,18.2264606 17.5875367,17.6187675 C18.2566359,19.3898731 18.2566359,21.5897622 17.5875367,23.3608678 L17.5875367,23.3608678 Z M15.6443443,25.3408679 C15.546183,25.2439168 15.4971024,25.1159814 15.4971024,24.988046 C15.4971024,24.8601106 15.546183,24.7321753 15.6443443,24.6342247 C17.5845317,22.6982024 17.5845317,18.2824324 15.6443443,16.3454106 C15.546183,16.2484595 15.4971024,16.1205241 15.4971024,15.9925912 C15.4971024,15.8646534 15.546183,15.736718 15.6443443,15.6387674 C15.8396652,15.4438659 16.1571868,15.4438659 16.3525077,15.6387674 C17.2740216,16.5583031 18.6052086,17.0860366 20.0045074,17.0860366 C21.4048079,17.0860366 22.7359948,16.5583031 23.6575088,15.6387674 C23.8528296,15.4438659 24.1703513,15.4438659 24.3656722,15.6387674 C24.4628318,15.736718 24.5119124,15.8646534 24.5119124,15.9925912 C24.5119124,16.1205241 24.4628318,16.2484595 24.3656722,16.3454106 C22.4244831,18.2824324 22.4244831,22.6982024 24.3656722,24.6342247 C24.4628318,24.7321753 24.5119124,24.8601106 24.5119124,24.988046 C24.5119124,25.1159814 24.4628318,25.2439168 24.3656722,25.3408679 C24.2675109,25.4388184 24.1393003,25.4877937 24.0110896,25.4877937 C23.882879,25.4877937 23.7546684,25.4388184 23.6575088,25.3408679 C22.7359948,24.4213322 21.4048079,23.8935987 20.0045074,23.8935987 C18.6052086,23.8935987 17.2740216,24.4213322 16.3525077,25.3408679 C16.1571868,25.5357694 15.8396652,25.5357694 15.6443443,25.3408679 L15.6443443,25.3408679 Z M32.5421049,19.4358499 C32.236603,19.1320033 31.8369464,18.9800801 31.4362882,18.9800801 C31.0366316,18.9800801 30.636975,19.1320033 30.3314731,19.4358499 C29.721471,20.0445425 29.721471,21.0340428 30.3314731,21.6417359 C30.9414753,22.2504285 31.9321027,22.2504285 32.5421049,21.6417359 C33.1511054,21.0340428 33.1511054,20.0445425 32.5421049,19.4358499 L32.5421049,19.4358499 Z M33.2502683,22.3493786 C32.7504472,22.8481267 32.0933677,23.0980005 31.4362882,23.0980005 C30.7802103,23.0980005 30.1231309,22.8481267 29.6233097,22.3493786 C28.6236675,21.3508828 28.6236675,19.7277025 29.6233097,18.7292068 C30.622952,17.7317105 32.250626,17.7317105 33.2502683,18.7292068 C34.2499106,19.7277025 34.2499106,21.3508828 33.2502683,22.3493786 L33.2502683,22.3493786 Z M9.66852687,19.4468443 C9.36302497,19.1429978 8.96336839,18.9910745 8.56271017,18.9910745 C8.16305359,18.9910745 7.76339701,19.1429978 7.45789511,19.4468443 C6.84889461,20.055537 6.84889461,21.0450373 7.45789511,21.6527304 C8.06789726,22.261423 9.05852472,22.261423 9.66852687,21.6527304 C10.2775274,21.0450373 10.2775274,20.055537 9.66852687,19.4468443 L9.66852687,19.4468443 Z M10.3766903,22.3593735 C9.87686914,22.8581217 9.21978965,23.1079955 8.56271017,23.1079955 C7.90663232,23.1079955 7.24955284,22.8581217 6.7497317,22.3593735 C5.75008943,21.3618773 5.75008943,19.738697 6.7497317,18.7402012 C7.74937397,17.7427049 9.37704801,17.7427049 10.3766903,18.7402012 C11.3763325,19.738697 11.3763325,21.3618773 10.3766903,22.3593735 L10.3766903,22.3593735 Z M27.4337125,28.9100654 C25.4364313,30.903059 22.7820705,32.0005047 19.9574301,32.0005047 C17.1327896,32.0005047 14.4784288,30.903059 12.4821492,28.9100654 C11.165987,27.5977281 10.4077413,26.469298 9.94498104,25.1359713 L8.99842599,25.4628063 C9.50726193,26.9290658 10.3626672,28.2104187 11.7739858,29.6167086 C13.9585748,31.7986067 16.8663519,33 19.9574301,33 C23.0495099,33 25.9562853,31.7986067 28.1418759,29.6167086 C29.2827502,28.4782835 30.4206196,27.1869356 31.0115905,25.4608073 L30.0640338,25.1379703 C29.5391715,26.6701966 28.4894469,27.8565974 27.4337125,28.9100654 L27.4337125,28.9100654 Z M9.94498104,15.8596559 L8.99842599,15.5318214 C9.51026687,14.0645624 10.3656722,12.7832095 11.7759891,11.3759202 C16.2863991,6.87519304 23.6264578,6.87419354 28.1378694,11.3759202 C29.2186449,12.4533761 30.4035916,13.7897012 31.0115905,15.5318214 L30.0640338,15.8596559 C29.5241468,14.3094387 28.4293482,13.0800596 27.4297059,12.0825633 C25.434428,10.0915688 22.7810689,8.99612197 19.9574301,8.99612197 C17.1337912,8.99612197 14.4804321,10.0915688 12.4851542,12.0825633 C11.1870215,13.3779092 10.4037347,14.5423211 9.94498104,15.8596559 L9.94498104,15.8596559 Z' id='AWS-Simple-Queue-Service_Icon_32_Squid' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
|
1504
1538
|
},
|
|
1505
1539
|
"engines": {
|
|
1506
|
-
"camunda": "^8.
|
|
1540
|
+
"camunda": "^8.4"
|
|
1507
1541
|
}
|
|
1508
1542
|
},
|
|
1509
1543
|
{
|
|
1510
1544
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1511
|
-
"name": "Amazon SQS
|
|
1545
|
+
"name": "Amazon SQS connector",
|
|
1512
1546
|
"id": "io.camunda.connectors.AWSSQS.StartEvent.v1",
|
|
1513
|
-
"version":
|
|
1547
|
+
"version": 4,
|
|
1514
1548
|
"description": "Receive message from a queue",
|
|
1515
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
1549
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
1516
1550
|
"appliesTo": ["bpmn:StartEvent"],
|
|
1517
1551
|
"elementType": {
|
|
1518
1552
|
"value": "bpmn:StartEvent"
|
|
@@ -1556,35 +1590,9 @@
|
|
|
1556
1590
|
"name": "inbound.type"
|
|
1557
1591
|
}
|
|
1558
1592
|
},
|
|
1559
|
-
{
|
|
1560
|
-
"id": "authenticationType",
|
|
1561
|
-
"label": "Authentication",
|
|
1562
|
-
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/\" target=\"_blank\">documentation page</a>",
|
|
1563
|
-
"group": "authentication",
|
|
1564
|
-
"type": "Dropdown",
|
|
1565
|
-
"optional": false,
|
|
1566
|
-
"value": "credentials",
|
|
1567
|
-
"choices": [
|
|
1568
|
-
{
|
|
1569
|
-
"name": "Credentials",
|
|
1570
|
-
"value": "credentials"
|
|
1571
|
-
},
|
|
1572
|
-
{
|
|
1573
|
-
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
1574
|
-
"value": "defaultCredentialsChain"
|
|
1575
|
-
}
|
|
1576
|
-
],
|
|
1577
|
-
"binding": {
|
|
1578
|
-
"type": "zeebe:property",
|
|
1579
|
-
"name": "authentication.type"
|
|
1580
|
-
},
|
|
1581
|
-
"constraints": {
|
|
1582
|
-
"notEmpty": true
|
|
1583
|
-
}
|
|
1584
|
-
},
|
|
1585
1593
|
{
|
|
1586
1594
|
"label": "Access key",
|
|
1587
|
-
"description": "Provide AWS IAM access key that has permission to
|
|
1595
|
+
"description": "Provide AWS IAM access key that has permission to send to desired SQS",
|
|
1588
1596
|
"group": "authentication",
|
|
1589
1597
|
"type": "String",
|
|
1590
1598
|
"binding": {
|
|
@@ -1593,15 +1601,11 @@
|
|
|
1593
1601
|
},
|
|
1594
1602
|
"constraints": {
|
|
1595
1603
|
"notEmpty": true
|
|
1596
|
-
},
|
|
1597
|
-
"condition": {
|
|
1598
|
-
"property": "authenticationType",
|
|
1599
|
-
"equals": "credentials"
|
|
1600
1604
|
}
|
|
1601
1605
|
},
|
|
1602
1606
|
{
|
|
1603
1607
|
"label": "Secret key",
|
|
1604
|
-
"description": "Provide AWS IAM secret key that has permission to
|
|
1608
|
+
"description": "Provide AWS IAM secret key that has permission to send to desired SQS",
|
|
1605
1609
|
"group": "authentication",
|
|
1606
1610
|
"type": "String",
|
|
1607
1611
|
"binding": {
|
|
@@ -1610,15 +1614,11 @@
|
|
|
1610
1614
|
},
|
|
1611
1615
|
"constraints": {
|
|
1612
1616
|
"notEmpty": true
|
|
1613
|
-
},
|
|
1614
|
-
"condition": {
|
|
1615
|
-
"property": "authenticationType",
|
|
1616
|
-
"equals": "credentials"
|
|
1617
1617
|
}
|
|
1618
1618
|
},
|
|
1619
1619
|
{
|
|
1620
1620
|
"label": "Queue URL",
|
|
1621
|
-
"description": "Specify the URL of the SQS queue where you would like to
|
|
1621
|
+
"description": "Specify the URL of the SQS queue where you would like to send message to",
|
|
1622
1622
|
"group": "queueProperties",
|
|
1623
1623
|
"type": "String",
|
|
1624
1624
|
"binding": {
|
|
@@ -1628,8 +1628,8 @@
|
|
|
1628
1628
|
"constraints": {
|
|
1629
1629
|
"notEmpty": true,
|
|
1630
1630
|
"pattern": {
|
|
1631
|
-
"value": "^(
|
|
1632
|
-
"message": "Must be an queue URL or ARN"
|
|
1631
|
+
"value": "(^https?://.+)|(^arn:.+)(^secrets\\..+)",
|
|
1632
|
+
"message": "Must be an queue URL or ARN or a secret.XYZ"
|
|
1633
1633
|
}
|
|
1634
1634
|
}
|
|
1635
1635
|
},
|
|
@@ -1648,7 +1648,7 @@
|
|
|
1648
1648
|
},
|
|
1649
1649
|
{
|
|
1650
1650
|
"label": "Polling wait time",
|
|
1651
|
-
"description": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
1651
|
+
"description": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/\" target=\"_blank\">documentation</a> for details",
|
|
1652
1652
|
"group": "messagePollingProperties",
|
|
1653
1653
|
"type": "String",
|
|
1654
1654
|
"optional": false,
|
|
@@ -1661,14 +1661,14 @@
|
|
|
1661
1661
|
"constraints": {
|
|
1662
1662
|
"notEmpty": true,
|
|
1663
1663
|
"pattern": {
|
|
1664
|
-
"value": "^([0-9]?|1[0-9]|20
|
|
1664
|
+
"value": "^([0-9]?|1[0-9]|20|secrets\\..+)$",
|
|
1665
1665
|
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
1666
1666
|
}
|
|
1667
1667
|
}
|
|
1668
1668
|
},
|
|
1669
1669
|
{
|
|
1670
1670
|
"label": "Attribute names",
|
|
1671
|
-
"description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
1671
|
+
"description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/\" target=\"_blank\">documentation</a> for details",
|
|
1672
1672
|
"group": "input",
|
|
1673
1673
|
"type": "String",
|
|
1674
1674
|
"optional": true,
|
|
@@ -1680,7 +1680,7 @@
|
|
|
1680
1680
|
},
|
|
1681
1681
|
{
|
|
1682
1682
|
"label": "Message attribute names",
|
|
1683
|
-
"description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
1683
|
+
"description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/\" target=\"_blank\">documentation</a> for details",
|
|
1684
1684
|
"group": "input",
|
|
1685
1685
|
"type": "String",
|
|
1686
1686
|
"optional": true,
|
|
@@ -1730,7 +1730,7 @@
|
|
|
1730
1730
|
"contents": "data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 40 40' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 64 (93537) - https://sketch.com --%3E%3Ctitle%3EIcon-Architecture/32/Arch_AWS-Simple-Queue-Service_32%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3ClinearGradient x1='0%25' y1='100%25' x2='100%25' y2='0%25' id='linearGradient-1'%3E%3Cstop stop-color='%23B0084D' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23FF4F8B' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Icon-Architecture/32/Arch_AWS-Simple-Queue-Service_32' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon-Architecture-BG/32/Application-Integration' fill='url(%23linearGradient-1)'%3E%3Crect id='Rectangle' x='0' y='0' width='40' height='40'%3E%3C/rect%3E%3C/g%3E%3Cpath d='M14.3422051,22.3493786 L15.8466767,20.9061074 C15.9428347,20.8141539 15.9969235,20.687218 15.9999285,20.5552846 C16.0019317,20.4223517 15.9518495,20.2934168 15.8596981,20.1984648 L14.3552264,18.6432502 L13.6350433,19.3378994 L14.311154,20.037546 L11.9913429,20.037546 L11.9913429,21.0370413 L14.2650783,21.0370413 L13.6480647,21.6287425 L14.3422051,22.3493786 Z M26.3579452,22.3533765 L27.9074909,20.9001104 C28.0066538,20.8081569 28.0627459,20.679222 28.0647492,20.5442901 C28.0667525,20.4093583 28.0136653,20.2784244 27.918509,20.1834724 L26.3689633,18.6372532 L25.6607999,19.3438963 L26.3549403,20.037546 L24.0110896,20.037546 L24.0110896,21.0370413 L26.2988481,21.0370413 L25.671818,21.6247445 L26.3579452,22.3533765 Z M17.5875367,23.3608678 C18.3387708,23.0570212 19.1621235,22.8941035 20.0045074,22.8941035 C20.8468913,22.8941035 21.670244,23.0570212 22.4214781,23.3608678 C21.7523789,21.5897622 21.7523789,19.3898731 22.4214781,17.6187675 C20.9190098,18.2264606 19.090005,18.2264606 17.5875367,17.6187675 C18.2566359,19.3898731 18.2566359,21.5897622 17.5875367,23.3608678 L17.5875367,23.3608678 Z M15.6443443,25.3408679 C15.546183,25.2439168 15.4971024,25.1159814 15.4971024,24.988046 C15.4971024,24.8601106 15.546183,24.7321753 15.6443443,24.6342247 C17.5845317,22.6982024 17.5845317,18.2824324 15.6443443,16.3454106 C15.546183,16.2484595 15.4971024,16.1205241 15.4971024,15.9925912 C15.4971024,15.8646534 15.546183,15.736718 15.6443443,15.6387674 C15.8396652,15.4438659 16.1571868,15.4438659 16.3525077,15.6387674 C17.2740216,16.5583031 18.6052086,17.0860366 20.0045074,17.0860366 C21.4048079,17.0860366 22.7359948,16.5583031 23.6575088,15.6387674 C23.8528296,15.4438659 24.1703513,15.4438659 24.3656722,15.6387674 C24.4628318,15.736718 24.5119124,15.8646534 24.5119124,15.9925912 C24.5119124,16.1205241 24.4628318,16.2484595 24.3656722,16.3454106 C22.4244831,18.2824324 22.4244831,22.6982024 24.3656722,24.6342247 C24.4628318,24.7321753 24.5119124,24.8601106 24.5119124,24.988046 C24.5119124,25.1159814 24.4628318,25.2439168 24.3656722,25.3408679 C24.2675109,25.4388184 24.1393003,25.4877937 24.0110896,25.4877937 C23.882879,25.4877937 23.7546684,25.4388184 23.6575088,25.3408679 C22.7359948,24.4213322 21.4048079,23.8935987 20.0045074,23.8935987 C18.6052086,23.8935987 17.2740216,24.4213322 16.3525077,25.3408679 C16.1571868,25.5357694 15.8396652,25.5357694 15.6443443,25.3408679 L15.6443443,25.3408679 Z M32.5421049,19.4358499 C32.236603,19.1320033 31.8369464,18.9800801 31.4362882,18.9800801 C31.0366316,18.9800801 30.636975,19.1320033 30.3314731,19.4358499 C29.721471,20.0445425 29.721471,21.0340428 30.3314731,21.6417359 C30.9414753,22.2504285 31.9321027,22.2504285 32.5421049,21.6417359 C33.1511054,21.0340428 33.1511054,20.0445425 32.5421049,19.4358499 L32.5421049,19.4358499 Z M33.2502683,22.3493786 C32.7504472,22.8481267 32.0933677,23.0980005 31.4362882,23.0980005 C30.7802103,23.0980005 30.1231309,22.8481267 29.6233097,22.3493786 C28.6236675,21.3508828 28.6236675,19.7277025 29.6233097,18.7292068 C30.622952,17.7317105 32.250626,17.7317105 33.2502683,18.7292068 C34.2499106,19.7277025 34.2499106,21.3508828 33.2502683,22.3493786 L33.2502683,22.3493786 Z M9.66852687,19.4468443 C9.36302497,19.1429978 8.96336839,18.9910745 8.56271017,18.9910745 C8.16305359,18.9910745 7.76339701,19.1429978 7.45789511,19.4468443 C6.84889461,20.055537 6.84889461,21.0450373 7.45789511,21.6527304 C8.06789726,22.261423 9.05852472,22.261423 9.66852687,21.6527304 C10.2775274,21.0450373 10.2775274,20.055537 9.66852687,19.4468443 L9.66852687,19.4468443 Z M10.3766903,22.3593735 C9.87686914,22.8581217 9.21978965,23.1079955 8.56271017,23.1079955 C7.90663232,23.1079955 7.24955284,22.8581217 6.7497317,22.3593735 C5.75008943,21.3618773 5.75008943,19.738697 6.7497317,18.7402012 C7.74937397,17.7427049 9.37704801,17.7427049 10.3766903,18.7402012 C11.3763325,19.738697 11.3763325,21.3618773 10.3766903,22.3593735 L10.3766903,22.3593735 Z M27.4337125,28.9100654 C25.4364313,30.903059 22.7820705,32.0005047 19.9574301,32.0005047 C17.1327896,32.0005047 14.4784288,30.903059 12.4821492,28.9100654 C11.165987,27.5977281 10.4077413,26.469298 9.94498104,25.1359713 L8.99842599,25.4628063 C9.50726193,26.9290658 10.3626672,28.2104187 11.7739858,29.6167086 C13.9585748,31.7986067 16.8663519,33 19.9574301,33 C23.0495099,33 25.9562853,31.7986067 28.1418759,29.6167086 C29.2827502,28.4782835 30.4206196,27.1869356 31.0115905,25.4608073 L30.0640338,25.1379703 C29.5391715,26.6701966 28.4894469,27.8565974 27.4337125,28.9100654 L27.4337125,28.9100654 Z M9.94498104,15.8596559 L8.99842599,15.5318214 C9.51026687,14.0645624 10.3656722,12.7832095 11.7759891,11.3759202 C16.2863991,6.87519304 23.6264578,6.87419354 28.1378694,11.3759202 C29.2186449,12.4533761 30.4035916,13.7897012 31.0115905,15.5318214 L30.0640338,15.8596559 C29.5241468,14.3094387 28.4293482,13.0800596 27.4297059,12.0825633 C25.434428,10.0915688 22.7810689,8.99612197 19.9574301,8.99612197 C17.1337912,8.99612197 14.4804321,10.0915688 12.4851542,12.0825633 C11.1870215,13.3779092 10.4037347,14.5423211 9.94498104,15.8596559 L9.94498104,15.8596559 Z' id='AWS-Simple-Queue-Service_Icon_32_Squid' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
|
1731
1731
|
},
|
|
1732
1732
|
"engines": {
|
|
1733
|
-
"camunda": "^8.
|
|
1733
|
+
"camunda": "^8.2"
|
|
1734
1734
|
}
|
|
1735
1735
|
},
|
|
1736
1736
|
{
|