@camunda/connectors-element-templates 1.0.16 → 1.0.18

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.
Files changed (124) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -0
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +3 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +9 -8
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +9 -8
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +9 -8
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +9 -8
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +36 -39
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3769 -28
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +6979 -3299
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +469 -471
  12. package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
  13. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +484 -486
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1756 -1752
  16. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
  17. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
  18. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
  19. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
  20. package/src/element-templates/aws-bedrock-outbound-connector.json +788 -51
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1412 -1412
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +376 -11
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +408 -9
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +322 -5
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +316 -311
  29. package/src/element-templates/aws-lambda-outbound-connector.json +305 -301
  30. package/src/element-templates/aws-s3-outbound-connector.json +656 -15
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
  32. package/src/element-templates/aws-sns-inbound-boundary.json +422 -415
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +330 -323
  34. package/src/element-templates/aws-sns-inbound-message-start.json +348 -341
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
  37. package/src/element-templates/aws-sns-outbound-connector.json +593 -589
  38. package/src/element-templates/aws-sqs-boundary-connector.json +642 -638
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +588 -584
  40. package/src/element-templates/aws-sqs-outbound-connector.json +748 -746
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +408 -400
  43. package/src/element-templates/aws-sqs-start-message.json +465 -461
  44. package/src/element-templates/aws-textract-outbound-connector.json +298 -294
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1329 -4
  47. package/src/element-templates/blue-prism-connector.json +598 -53
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +39 -31
  50. package/src/element-templates/easy-post-connector.json +1017 -49
  51. package/src/element-templates/email-inbound-connector-boundary.json +32 -24
  52. package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +45 -37
  55. package/src/element-templates/email-outbound-connector.json +2129 -256
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12447 -5385
  58. package/src/element-templates/github-webhook-connector-boundary.json +11 -13
  59. package/src/element-templates/github-webhook-connector-intermediate.json +55 -57
  60. package/src/element-templates/github-webhook-connector-message-start.json +19 -21
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +62 -64
  63. package/src/element-templates/gitlab-connector.json +2974 -1342
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +882 -262
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1048 -19
  68. package/src/element-templates/google-sheets-outbound-connector.json +2961 -1967
  69. package/src/element-templates/graphql-outbound-connector.json +1780 -1193
  70. package/src/element-templates/http-json-connector.json +2832 -2168
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +953 -277
  72. package/src/element-templates/http-polling-connector.json +1642 -966
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +432 -5
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +21 -12
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +581 -572
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +150 -141
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +436 -430
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +165 -13
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +165 -13
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +178 -26
  85. package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +5616 -1607
  87. package/src/element-templates/openai-connector.json +608 -145
  88. package/src/element-templates/operate-connector.json +1218 -66
  89. package/src/element-templates/power-automate-connector.json +602 -10
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +799 -790
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +914 -905
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +477 -468
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +754 -745
  95. package/src/element-templates/rabbitmq-outbound-connector.json +875 -869
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +583 -39
  98. package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
  99. package/src/element-templates/send-message-connector-message-end-event.json +10 -5
  100. package/src/element-templates/send-message-connector-send-task.json +10 -5
  101. package/src/element-templates/sendgrid-outbound-connector.json +1406 -798
  102. package/src/element-templates/servicenow-connector.json +971 -3
  103. package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
  104. package/src/element-templates/servicenow-incident-connector.json +980 -3
  105. package/src/element-templates/slack-inbound-boundary.json +639 -341
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +678 -348
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +332 -327
  110. package/src/element-templates/slack-outbound-connector.json +3313 -919
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1521 -41
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +35 -26
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +38 -29
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +607 -15
  119. package/src/element-templates/webhook-connector-boundary.json +1986 -1331
  120. package/src/element-templates/webhook-connector-intermediate.json +2193 -1538
  121. package/src/element-templates/webhook-connector-receive.json +654 -0
  122. package/src/element-templates/webhook-connector-start-event.json +1261 -700
  123. package/src/element-templates/webhook-connector-start-message.json +1754 -1067
  124. package/src/element-templates/whatsapp-connector.json +339 -5
@@ -1,25 +1,29 @@
1
1
  [
2
2
  {
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
- "name": "Amazon SQS connector",
4
+ "name": "Amazon SQS Intermediate Message Catch Event connector",
5
5
  "id": "io.camunda.connectors.AWSSQS.intermediate.v1",
6
- "version": 2,
7
6
  "description": "Receive message from a queue",
8
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
7
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
8
+ "version": 9,
9
+ "category": {
10
+ "id": "connectors",
11
+ "name": "Connectors"
12
+ },
9
13
  "appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
10
14
  "elementType": {
11
15
  "value": "bpmn:IntermediateCatchEvent",
12
16
  "eventDefinition": "bpmn:MessageEventDefinition"
13
17
  },
14
- "category": {
15
- "id": "connectors",
16
- "name": "Connectors"
17
- },
18
18
  "groups": [
19
19
  {
20
20
  "id": "authentication",
21
21
  "label": "Authentication"
22
22
  },
23
+ {
24
+ "id": "configuration",
25
+ "label": "Configuration"
26
+ },
23
27
  {
24
28
  "id": "queueProperties",
25
29
  "label": "Queue properties"
@@ -37,205 +41,378 @@
37
41
  "label": "Activation"
38
42
  },
39
43
  {
40
- "id": "variable-mapping",
41
- "label": "Variable mapping"
44
+ "id": "correlation",
45
+ "label": "Correlation",
46
+ "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
47
+ },
48
+ {
49
+ "id": "deduplication",
50
+ "label": "Deduplication",
51
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
52
+ },
53
+ {
54
+ "id": "output",
55
+ "label": "Output mapping"
42
56
  }
43
57
  ],
44
58
  "properties": [
45
59
  {
46
- "type": "Hidden",
47
60
  "value": "io.camunda:aws-sqs-inbound:1",
48
61
  "binding": {
49
- "type": "zeebe:property",
50
- "name": "inbound.type"
51
- }
62
+ "name": "inbound.type",
63
+ "type": "zeebe:property"
64
+ },
65
+ "type": "Hidden"
52
66
  },
53
67
  {
54
- "type": "Hidden",
55
- "generatedValue": {
56
- "type": "uuid"
57
- },
68
+ "id": "authentication.type",
69
+ "label": "Authentication",
70
+ "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>",
71
+ "value": "credentials",
72
+ "group": "authentication",
58
73
  "binding": {
59
- "type": "bpmn:Message#property",
60
- "name": "name"
61
- }
74
+ "name": "authentication.type",
75
+ "type": "zeebe:property"
76
+ },
77
+ "type": "Dropdown",
78
+ "choices": [
79
+ {
80
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
81
+ "value": "defaultCredentialsChain"
82
+ },
83
+ {
84
+ "name": "Credentials",
85
+ "value": "credentials"
86
+ }
87
+ ]
62
88
  },
63
89
  {
90
+ "id": "authentication.accessKey",
64
91
  "label": "Access key",
65
- "description": "Provide AWS IAM access key that has permission to send to desired SQS",
92
+ "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
93
+ "optional": false,
94
+ "constraints": {
95
+ "notEmpty": true
96
+ },
66
97
  "group": "authentication",
67
- "type": "String",
68
98
  "binding": {
69
- "type": "zeebe:property",
70
- "name": "authentication.accessKey"
99
+ "name": "authentication.accessKey",
100
+ "type": "zeebe:property"
71
101
  },
72
- "constraints": {
73
- "notEmpty": true
74
- }
102
+ "condition": {
103
+ "property": "authentication.type",
104
+ "equals": "credentials",
105
+ "type": "simple"
106
+ },
107
+ "type": "String"
75
108
  },
76
109
  {
110
+ "id": "authentication.secretKey",
77
111
  "label": "Secret key",
78
- "description": "Provide AWS IAM secret key that has permission to send to desired SQS",
112
+ "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
113
+ "optional": false,
114
+ "constraints": {
115
+ "notEmpty": true
116
+ },
79
117
  "group": "authentication",
80
- "type": "String",
81
118
  "binding": {
82
- "type": "zeebe:property",
83
- "name": "authentication.secretKey"
119
+ "name": "authentication.secretKey",
120
+ "type": "zeebe:property"
121
+ },
122
+ "condition": {
123
+ "property": "authentication.type",
124
+ "equals": "credentials",
125
+ "type": "simple"
84
126
  },
127
+ "type": "String"
128
+ },
129
+ {
130
+ "id": "configuration.region",
131
+ "label": "Region",
132
+ "description": "Specify the AWS region",
133
+ "optional": false,
85
134
  "constraints": {
86
135
  "notEmpty": true
87
- }
136
+ },
137
+ "group": "configuration",
138
+ "binding": {
139
+ "name": "configuration.region",
140
+ "type": "zeebe:property"
141
+ },
142
+ "type": "String"
88
143
  },
89
144
  {
90
- "label": "Queue URL",
91
- "description": "Specify the URL of the SQS queue where you would like to send message to",
92
- "group": "queueProperties",
93
- "type": "String",
145
+ "id": "configuration.endpoint",
146
+ "label": "Endpoint",
147
+ "description": "Specify endpoint if need to use custom endpoint",
148
+ "optional": true,
149
+ "group": "configuration",
94
150
  "binding": {
95
- "type": "zeebe:property",
96
- "name": "queue.url"
151
+ "name": "configuration.endpoint",
152
+ "type": "zeebe:property"
97
153
  },
98
- "constraints": {
99
- "notEmpty": true,
100
- "pattern": {
101
- "value": "(^https?://.+)|(^arn:.+)(^secrets\\..+)",
102
- "message": "Must be an queue URL or ARN or a secret.XYZ"
103
- }
104
- }
154
+ "type": "Hidden"
105
155
  },
106
156
  {
107
- "label": "Region",
108
- "description": "Specify the AWS region of your queue",
157
+ "id": "queue.queue.url",
158
+ "label": "Queue URL",
159
+ "description": "Specify the URL of the SQS queue where you would like to subscribe to",
160
+ "optional": false,
161
+ "constraints": {
162
+ "notEmpty": true
163
+ },
109
164
  "group": "queueProperties",
110
- "type": "String",
111
165
  "binding": {
112
- "type": "zeebe:property",
113
- "name": "configuration.region"
166
+ "name": "queue.url",
167
+ "type": "zeebe:property"
114
168
  },
115
- "constraints": {
116
- "notEmpty": true
117
- }
169
+ "type": "String"
118
170
  },
119
171
  {
172
+ "id": "queue.queue.pollingWaitTime",
120
173
  "label": "Polling wait time",
121
- "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",
122
- "group": "messagePollingProperties",
123
- "type": "String",
174
+ "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",
124
175
  "optional": false,
125
- "feel": "optional",
126
- "value": "1",
127
- "binding": {
128
- "type": "zeebe:property",
129
- "name": "queue.pollingWaitTime"
130
- },
176
+ "value": "20",
131
177
  "constraints": {
132
178
  "notEmpty": true,
133
179
  "pattern": {
134
- "value": "^([0-9]?|1[0-9]|20|secrets\\..+)$",
135
- "message": "Must be >= 0 and <= 20 or a FEEL expression"
180
+ "value": "^([0-9]?|1[0-9]|20|secrets\\..+)$"
136
181
  }
137
- }
182
+ },
183
+ "group": "messagePollingProperties",
184
+ "binding": {
185
+ "name": "queue.pollingWaitTime",
186
+ "type": "zeebe:property"
187
+ },
188
+ "type": "String"
138
189
  },
139
190
  {
191
+ "id": "queue.queue.attributeNames",
140
192
  "label": "Attribute names",
141
- "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",
193
+ "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",
194
+ "optional": false,
195
+ "feel": "optional",
142
196
  "group": "input",
143
- "type": "String",
144
- "optional": true,
145
197
  "binding": {
146
- "type": "zeebe:property",
147
- "name": "queue.attributeNames"
198
+ "name": "queue.attributeNames",
199
+ "type": "zeebe:property"
148
200
  },
149
- "feel": "required"
201
+ "type": "String"
150
202
  },
151
203
  {
204
+ "id": "queue.queue.messageAttributeNames",
152
205
  "label": "Message attribute names",
153
- "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",
206
+ "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",
207
+ "optional": false,
208
+ "feel": "optional",
154
209
  "group": "input",
155
- "type": "String",
156
- "optional": true,
157
210
  "binding": {
158
- "type": "zeebe:property",
159
- "name": "queue.messageAttributeNames"
211
+ "name": "queue.messageAttributeNames",
212
+ "type": "zeebe:property"
160
213
  },
161
- "feel": "required"
214
+ "type": "String"
162
215
  },
163
216
  {
164
- "label": "Correlation key (process)",
165
- "type": "String",
166
- "group": "activation",
217
+ "id": "activationCondition",
218
+ "label": "Activation condition",
219
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
220
+ "optional": true,
167
221
  "feel": "required",
168
- "description": "Sets up the correlation key from process variables",
222
+ "group": "activation",
169
223
  "binding": {
170
- "type": "bpmn:Message#zeebe:subscription#property",
171
- "name": "correlationKey"
224
+ "name": "activationCondition",
225
+ "type": "zeebe:property"
172
226
  },
173
- "constraints": {
174
- "notEmpty": true
175
- }
227
+ "type": "String"
176
228
  },
177
229
  {
178
- "label": "Correlation key (payload)",
179
- "type": "String",
230
+ "id": "consumeUnmatchedEvents",
231
+ "label": "Consume unmatched events",
232
+ "value": true,
180
233
  "group": "activation",
181
- "feel": "required",
182
234
  "binding": {
183
- "type": "zeebe:property",
184
- "name": "correlationKeyExpression"
235
+ "name": "consumeUnmatchedEvents",
236
+ "type": "zeebe:property"
185
237
  },
186
- "description": "Extracts the correlation key from the incoming message payload",
187
- "constraints": {
188
- "notEmpty": true
189
- }
238
+ "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",
239
+ "type": "Boolean"
190
240
  },
191
241
  {
192
- "label": "Activation condition",
193
- "type": "String",
194
- "group": "activation",
242
+ "id": "correlationKeyProcess",
243
+ "label": "Correlation key (process)",
244
+ "description": "Sets up the correlation key from process variables",
245
+ "constraints": {
246
+ "notEmpty": true
247
+ },
195
248
  "feel": "required",
196
- "optional": true,
249
+ "group": "correlation",
197
250
  "binding": {
198
- "type": "zeebe:property",
199
- "name": "activationCondition"
251
+ "name": "correlationKey",
252
+ "type": "bpmn:Message#zeebe:subscription#property"
200
253
  },
201
- "description": "Condition under which the connector triggers. Leave empty to catch all events"
254
+ "type": "String"
202
255
  },
203
256
  {
204
- "label": "Result variable",
205
- "type": "String",
206
- "group": "variable-mapping",
257
+ "id": "correlationKeyPayload",
258
+ "label": "Correlation key (payload)",
259
+ "description": "Extracts the correlation key from the incoming message payload",
260
+ "constraints": {
261
+ "notEmpty": true
262
+ },
263
+ "feel": "required",
264
+ "group": "correlation",
265
+ "binding": {
266
+ "name": "correlationKeyExpression",
267
+ "type": "zeebe:property"
268
+ },
269
+ "type": "String"
270
+ },
271
+ {
272
+ "id": "messageIdExpression",
273
+ "label": "Message ID expression",
274
+ "description": "Expression to extract unique identifier of a message",
207
275
  "optional": true,
276
+ "feel": "required",
277
+ "group": "correlation",
208
278
  "binding": {
209
- "type": "zeebe:property",
210
- "name": "resultVariable"
279
+ "name": "messageIdExpression",
280
+ "type": "zeebe:property"
211
281
  },
212
- "description": "Name of variable to store the result of the connector in"
282
+ "type": "String"
283
+ },
284
+ {
285
+ "id": "messageTtl",
286
+ "label": "Message TTL",
287
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
288
+ "optional": true,
289
+ "constraints": {
290
+ "notEmpty": false,
291
+ "pattern": {
292
+ "value": "^(PT.*|)$",
293
+ "message": "must be an ISO-8601 duration"
294
+ }
295
+ },
296
+ "feel": "optional",
297
+ "group": "correlation",
298
+ "binding": {
299
+ "name": "messageTtl",
300
+ "type": "zeebe:property"
301
+ },
302
+ "type": "String"
303
+ },
304
+ {
305
+ "id": "messageNameUuid",
306
+ "generatedValue": {
307
+ "type": "uuid"
308
+ },
309
+ "group": "correlation",
310
+ "binding": {
311
+ "name": "name",
312
+ "type": "bpmn:Message#property"
313
+ },
314
+ "type": "Hidden"
315
+ },
316
+ {
317
+ "id": "deduplicationModeManualFlag",
318
+ "label": "Manual mode",
319
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
320
+ "value": false,
321
+ "group": "deduplication",
322
+ "binding": {
323
+ "name": "deduplicationModeManualFlag",
324
+ "type": "zeebe:property"
325
+ },
326
+ "type": "Boolean"
327
+ },
328
+ {
329
+ "id": "deduplicationId",
330
+ "label": "Deduplication ID",
331
+ "constraints": {
332
+ "notEmpty": true,
333
+ "pattern": {
334
+ "value": "^[a-zA-Z0-9_-]+$",
335
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
336
+ }
337
+ },
338
+ "group": "deduplication",
339
+ "binding": {
340
+ "name": "deduplicationId",
341
+ "type": "zeebe:property"
342
+ },
343
+ "condition": {
344
+ "property": "deduplicationModeManualFlag",
345
+ "equals": true,
346
+ "type": "simple"
347
+ },
348
+ "type": "String"
349
+ },
350
+ {
351
+ "id": "deduplicationModeManual",
352
+ "value": "MANUAL",
353
+ "group": "deduplication",
354
+ "binding": {
355
+ "name": "deduplicationMode",
356
+ "type": "zeebe:property"
357
+ },
358
+ "condition": {
359
+ "property": "deduplicationId",
360
+ "isActive": true,
361
+ "type": "simple"
362
+ },
363
+ "type": "Hidden"
364
+ },
365
+ {
366
+ "id": "deduplicationModeAuto",
367
+ "value": "AUTO",
368
+ "group": "deduplication",
369
+ "binding": {
370
+ "name": "deduplicationMode",
371
+ "type": "zeebe:property"
372
+ },
373
+ "condition": {
374
+ "property": "deduplicationId",
375
+ "isActive": false,
376
+ "type": "simple"
377
+ },
378
+ "type": "Hidden"
379
+ },
380
+ {
381
+ "id": "resultVariable",
382
+ "label": "Result variable",
383
+ "description": "Name of variable to store the response in",
384
+ "group": "output",
385
+ "binding": {
386
+ "name": "resultVariable",
387
+ "type": "zeebe:property"
388
+ },
389
+ "type": "String"
213
390
  },
214
391
  {
392
+ "id": "resultExpression",
215
393
  "label": "Result expression",
216
- "type": "String",
217
- "group": "variable-mapping",
394
+ "description": "Expression to map the response into process variables",
218
395
  "feel": "required",
219
- "optional": true,
396
+ "group": "output",
220
397
  "binding": {
221
- "type": "zeebe:property",
222
- "name": "resultExpression"
398
+ "name": "resultExpression",
399
+ "type": "zeebe:property"
223
400
  },
224
- "description": "Expression to map the inbound payload to process variables"
401
+ "type": "Text"
225
402
  }
226
403
  ],
227
404
  "icon": {
228
- "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"
405
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0MCA0MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0nMCUnIHkxPScxMDAlJyB4Mj0nMTAwJScgeTI9JzAlJyBpZD0nbGluZWFyR3JhZGllbnQtMSc+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNCMDA4NEQnIG9mZnNldD0nMCUnPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI0ZGNEY4Qicgb2Zmc2V0PScxMDAlJz48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMicgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnCiAgICAgICBmaWxsLXJ1bGU9J2V2ZW5vZGQnPgogICAgICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS1CRy8zMi9BcHBsaWNhdGlvbi1JbnRlZ3JhdGlvbicgZmlsbD0ndXJsKCNsaW5lYXJHcmFkaWVudC0xKSc+CiAgICAgICAgICAgIDxyZWN0IGlkPSdSZWN0YW5nbGUnIHg9JzAnIHk9JzAnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSdNMTQuMzQyMjA1MSwyMi4zNDkzNzg2IEwxNS44NDY2NzY3LDIwLjkwNjEwNzQgQzE1Ljk0MjgzNDcsMjAuODE0MTUzOSAxNS45OTY5MjM1LDIwLjY4NzIxOCAxNS45OTk5Mjg1LDIwLjU1NTI4NDYgQzE2LjAwMTkzMTcsMjAuNDIyMzUxNyAxNS45NTE4NDk1LDIwLjI5MzQxNjggMTUuODU5Njk4MSwyMC4xOTg0NjQ4IEwxNC4zNTUyMjY0LDE4LjY0MzI1MDIgTDEzLjYzNTA0MzMsMTkuMzM3ODk5NCBMMTQuMzExMTU0LDIwLjAzNzU0NiBMMTEuOTkxMzQyOSwyMC4wMzc1NDYgTDExLjk5MTM0MjksMjEuMDM3MDQxMyBMMTQuMjY1MDc4MywyMS4wMzcwNDEzIEwxMy42NDgwNjQ3LDIxLjYyODc0MjUgTDE0LjM0MjIwNTEsMjIuMzQ5Mzc4NiBaIE0yNi4zNTc5NDUyLDIyLjM1MzM3NjUgTDI3LjkwNzQ5MDksMjAuOTAwMTEwNCBDMjguMDA2NjUzOCwyMC44MDgxNTY5IDI4LjA2Mjc0NTksMjAuNjc5MjIyIDI4LjA2NDc0OTIsMjAuNTQ0MjkwMSBDMjguMDY2NzUyNSwyMC40MDkzNTgzIDI4LjAxMzY2NTMsMjAuMjc4NDI0NCAyNy45MTg1MDksMjAuMTgzNDcyNCBMMjYuMzY4OTYzMywxOC42MzcyNTMyIEwyNS42NjA3OTk5LDE5LjM0Mzg5NjMgTDI2LjM1NDk0MDMsMjAuMDM3NTQ2IEwyNC4wMTEwODk2LDIwLjAzNzU0NiBMMjQuMDExMDg5NiwyMS4wMzcwNDEzIEwyNi4yOTg4NDgxLDIxLjAzNzA0MTMgTDI1LjY3MTgxOCwyMS42MjQ3NDQ1IEwyNi4zNTc5NDUyLDIyLjM1MzM3NjUgWiBNMTcuNTg3NTM2NywyMy4zNjA4Njc4IEMxOC4zMzg3NzA4LDIzLjA1NzAyMTIgMTkuMTYyMTIzNSwyMi44OTQxMDM1IDIwLjAwNDUwNzQsMjIuODk0MTAzNSBDMjAuODQ2ODkxMywyMi44OTQxMDM1IDIxLjY3MDI0NCwyMy4wNTcwMjEyIDIyLjQyMTQ3ODEsMjMuMzYwODY3OCBDMjEuNzUyMzc4OSwyMS41ODk3NjIyIDIxLjc1MjM3ODksMTkuMzg5ODczMSAyMi40MjE0NzgxLDE3LjYxODc2NzUgQzIwLjkxOTAwOTgsMTguMjI2NDYwNiAxOS4wOTAwMDUsMTguMjI2NDYwNiAxNy41ODc1MzY3LDE3LjYxODc2NzUgQzE4LjI1NjYzNTksMTkuMzg5ODczMSAxOC4yNTY2MzU5LDIxLjU4OTc2MjIgMTcuNTg3NTM2NywyMy4zNjA4Njc4IEwxNy41ODc1MzY3LDIzLjM2MDg2NzggWiBNMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IEMxNS41NDYxODMsMjUuMjQzOTE2OCAxNS40OTcxMDI0LDI1LjExNTk4MTQgMTUuNDk3MTAyNCwyNC45ODgwNDYgQzE1LjQ5NzEwMjQsMjQuODYwMTEwNiAxNS41NDYxODMsMjQuNzMyMTc1MyAxNS42NDQzNDQzLDI0LjYzNDIyNDcgQzE3LjU4NDUzMTcsMjIuNjk4MjAyNCAxNy41ODQ1MzE3LDE4LjI4MjQzMjQgMTUuNjQ0MzQ0MywxNi4zNDU0MTA2IEMxNS41NDYxODMsMTYuMjQ4NDU5NSAxNS40OTcxMDI0LDE2LjEyMDUyNDEgMTUuNDk3MTAyNCwxNS45OTI1OTEyIEMxNS40OTcxMDI0LDE1Ljg2NDY1MzQgMTUuNTQ2MTgzLDE1LjczNjcxOCAxNS42NDQzNDQzLDE1LjYzODc2NzQgQzE1LjgzOTY2NTIsMTUuNDQzODY1OSAxNi4xNTcxODY4LDE1LjQ0Mzg2NTkgMTYuMzUyNTA3NywxNS42Mzg3Njc0IEMxNy4yNzQwMjE2LDE2LjU1ODMwMzEgMTguNjA1MjA4NiwxNy4wODYwMzY2IDIwLjAwNDUwNzQsMTcuMDg2MDM2NiBDMjEuNDA0ODA3OSwxNy4wODYwMzY2IDIyLjczNTk5NDgsMTYuNTU4MzAzMSAyMy42NTc1MDg4LDE1LjYzODc2NzQgQzIzLjg1MjgyOTYsMTUuNDQzODY1OSAyNC4xNzAzNTEzLDE1LjQ0Mzg2NTkgMjQuMzY1NjcyMiwxNS42Mzg3Njc0IEMyNC40NjI4MzE4LDE1LjczNjcxOCAyNC41MTE5MTI0LDE1Ljg2NDY1MzQgMjQuNTExOTEyNCwxNS45OTI1OTEyIEMyNC41MTE5MTI0LDE2LjEyMDUyNDEgMjQuNDYyODMxOCwxNi4yNDg0NTk1IDI0LjM2NTY3MjIsMTYuMzQ1NDEwNiBDMjIuNDI0NDgzMSwxOC4yODI0MzI0IDIyLjQyNDQ4MzEsMjIuNjk4MjAyNCAyNC4zNjU2NzIyLDI0LjYzNDIyNDcgQzI0LjQ2MjgzMTgsMjQuNzMyMTc1MyAyNC41MTE5MTI0LDI0Ljg2MDExMDYgMjQuNTExOTEyNCwyNC45ODgwNDYgQzI0LjUxMTkxMjQsMjUuMTE1OTgxNCAyNC40NjI4MzE4LDI1LjI0MzkxNjggMjQuMzY1NjcyMiwyNS4zNDA4Njc5IEMyNC4yNjc1MTA5LDI1LjQzODgxODQgMjQuMTM5MzAwMywyNS40ODc3OTM3IDI0LjAxMTA4OTYsMjUuNDg3NzkzNyBDMjMuODgyODc5LDI1LjQ4Nzc5MzcgMjMuNzU0NjY4NCwyNS40Mzg4MTg0IDIzLjY1NzUwODgsMjUuMzQwODY3OSBDMjIuNzM1OTk0OCwyNC40MjEzMzIyIDIxLjQwNDgwNzksMjMuODkzNTk4NyAyMC4wMDQ1MDc0LDIzLjg5MzU5ODcgQzE4LjYwNTIwODYsMjMuODkzNTk4NyAxNy4yNzQwMjE2LDI0LjQyMTMzMjIgMTYuMzUyNTA3NywyNS4zNDA4Njc5IEMxNi4xNTcxODY4LDI1LjUzNTc2OTQgMTUuODM5NjY1MiwyNS41MzU3Njk0IDE1LjY0NDM0NDMsMjUuMzQwODY3OSBMMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IFogTTMyLjU0MjEwNDksMTkuNDM1ODQ5OSBDMzIuMjM2NjAzLDE5LjEzMjAwMzMgMzEuODM2OTQ2NCwxOC45ODAwODAxIDMxLjQzNjI4ODIsMTguOTgwMDgwMSBDMzEuMDM2NjMxNiwxOC45ODAwODAxIDMwLjYzNjk3NSwxOS4xMzIwMDMzIDMwLjMzMTQ3MzEsMTkuNDM1ODQ5OSBDMjkuNzIxNDcxLDIwLjA0NDU0MjUgMjkuNzIxNDcxLDIxLjAzNDA0MjggMzAuMzMxNDczMSwyMS42NDE3MzU5IEMzMC45NDE0NzUzLDIyLjI1MDQyODUgMzEuOTMyMTAyNywyMi4yNTA0Mjg1IDMyLjU0MjEwNDksMjEuNjQxNzM1OSBDMzMuMTUxMTA1NCwyMS4wMzQwNDI4IDMzLjE1MTEwNTQsMjAuMDQ0NTQyNSAzMi41NDIxMDQ5LDE5LjQzNTg0OTkgTDMyLjU0MjEwNDksMTkuNDM1ODQ5OSBaIE0zMy4yNTAyNjgzLDIyLjM0OTM3ODYgQzMyLjc1MDQ0NzIsMjIuODQ4MTI2NyAzMi4wOTMzNjc3LDIzLjA5ODAwMDUgMzEuNDM2Mjg4MiwyMy4wOTgwMDA1IEMzMC43ODAyMTAzLDIzLjA5ODAwMDUgMzAuMTIzMTMwOSwyMi44NDgxMjY3IDI5LjYyMzMwOTcsMjIuMzQ5Mzc4NiBDMjguNjIzNjY3NSwyMS4zNTA4ODI4IDI4LjYyMzY2NzUsMTkuNzI3NzAyNSAyOS42MjMzMDk3LDE4LjcyOTIwNjggQzMwLjYyMjk1MiwxNy43MzE3MTA1IDMyLjI1MDYyNiwxNy43MzE3MTA1IDMzLjI1MDI2ODMsMTguNzI5MjA2OCBDMzQuMjQ5OTEwNiwxOS43Mjc3MDI1IDM0LjI0OTkxMDYsMjEuMzUwODgyOCAzMy4yNTAyNjgzLDIyLjM0OTM3ODYgTDMzLjI1MDI2ODMsMjIuMzQ5Mzc4NiBaIE05LjY2ODUyNjg3LDE5LjQ0Njg0NDMgQzkuMzYzMDI0OTcsMTkuMTQyOTk3OCA4Ljk2MzM2ODM5LDE4Ljk5MTA3NDUgOC41NjI3MTAxNywxOC45OTEwNzQ1IEM4LjE2MzA1MzU5LDE4Ljk5MTA3NDUgNy43NjMzOTcwMSwxOS4xNDI5OTc4IDcuNDU3ODk1MTEsMTkuNDQ2ODQ0MyBDNi44NDg4OTQ2MSwyMC4wNTU1MzcgNi44NDg4OTQ2MSwyMS4wNDUwMzczIDcuNDU3ODk1MTEsMjEuNjUyNzMwNCBDOC4wNjc4OTcyNiwyMi4yNjE0MjMgOS4wNTg1MjQ3MiwyMi4yNjE0MjMgOS42Njg1MjY4NywyMS42NTI3MzA0IEMxMC4yNzc1Mjc0LDIxLjA0NTAzNzMgMTAuMjc3NTI3NCwyMC4wNTU1MzcgOS42Njg1MjY4NywxOS40NDY4NDQzIEw5LjY2ODUyNjg3LDE5LjQ0Njg0NDMgWiBNMTAuMzc2NjkwMywyMi4zNTkzNzM1IEM5Ljg3Njg2OTE0LDIyLjg1ODEyMTcgOS4yMTk3ODk2NSwyMy4xMDc5OTU1IDguNTYyNzEwMTcsMjMuMTA3OTk1NSBDNy45MDY2MzIzMiwyMy4xMDc5OTU1IDcuMjQ5NTUyODQsMjIuODU4MTIxNyA2Ljc0OTczMTcsMjIuMzU5MzczNSBDNS43NTAwODk0MywyMS4zNjE4NzczIDUuNzUwMDg5NDMsMTkuNzM4Njk3IDYuNzQ5NzMxNywxOC43NDAyMDEyIEM3Ljc0OTM3Mzk3LDE3Ljc0MjcwNDkgOS4zNzcwNDgwMSwxNy43NDI3MDQ5IDEwLjM3NjY5MDMsMTguNzQwMjAxMiBDMTEuMzc2MzMyNSwxOS43Mzg2OTcgMTEuMzc2MzMyNSwyMS4zNjE4NzczIDEwLjM3NjY5MDMsMjIuMzU5MzczNSBMMTAuMzc2NjkwMywyMi4zNTkzNzM1IFogTTI3LjQzMzcxMjUsMjguOTEwMDY1NCBDMjUuNDM2NDMxMywzMC45MDMwNTkgMjIuNzgyMDcwNSwzMi4wMDA1MDQ3IDE5Ljk1NzQzMDEsMzIuMDAwNTA0NyBDMTcuMTMyNzg5NiwzMi4wMDA1MDQ3IDE0LjQ3ODQyODgsMzAuOTAzMDU5IDEyLjQ4MjE0OTIsMjguOTEwMDY1NCBDMTEuMTY1OTg3LDI3LjU5NzcyODEgMTAuNDA3NzQxMywyNi40NjkyOTggOS45NDQ5ODEwNCwyNS4xMzU5NzEzIEw4Ljk5ODQyNTk5LDI1LjQ2MjgwNjMgQzkuNTA3MjYxOTMsMjYuOTI5MDY1OCAxMC4zNjI2NjcyLDI4LjIxMDQxODcgMTEuNzczOTg1OCwyOS42MTY3MDg2IEMxMy45NTg1NzQ4LDMxLjc5ODYwNjcgMTYuODY2MzUxOSwzMyAxOS45NTc0MzAxLDMzIEMyMy4wNDk1MDk5LDMzIDI1Ljk1NjI4NTMsMzEuNzk4NjA2NyAyOC4xNDE4NzU5LDI5LjYxNjcwODYgQzI5LjI4Mjc1MDIsMjguNDc4MjgzNSAzMC40MjA2MTk2LDI3LjE4NjkzNTYgMzEuMDExNTkwNSwyNS40NjA4MDczIEwzMC4wNjQwMzM4LDI1LjEzNzk3MDMgQzI5LjUzOTE3MTUsMjYuNjcwMTk2NiAyOC40ODk0NDY5LDI3Ljg1NjU5NzQgMjcuNDMzNzEyNSwyOC45MTAwNjU0IEwyNy40MzM3MTI1LDI4LjkxMDA2NTQgWiBNOS45NDQ5ODEwNCwxNS44NTk2NTU5IEw4Ljk5ODQyNTk5LDE1LjUzMTgyMTQgQzkuNTEwMjY2ODcsMTQuMDY0NTYyNCAxMC4zNjU2NzIyLDEyLjc4MzIwOTUgMTEuNzc1OTg5MSwxMS4zNzU5MjAyIEMxNi4yODYzOTkxLDYuODc1MTkzMDQgMjMuNjI2NDU3OCw2Ljg3NDE5MzU0IDI4LjEzNzg2OTQsMTEuMzc1OTIwMiBDMjkuMjE4NjQ0OSwxMi40NTMzNzYxIDMwLjQwMzU5MTYsMTMuNzg5NzAxMiAzMS4wMTE1OTA1LDE1LjUzMTgyMTQgTDMwLjA2NDAzMzgsMTUuODU5NjU1OSBDMjkuNTI0MTQ2OCwxNC4zMDk0Mzg3IDI4LjQyOTM0ODIsMTMuMDgwMDU5NiAyNy40Mjk3MDU5LDEyLjA4MjU2MzMgQzI1LjQzNDQyOCwxMC4wOTE1Njg4IDIyLjc4MTA2ODksOC45OTYxMjE5NyAxOS45NTc0MzAxLDguOTk2MTIxOTcgQzE3LjEzMzc5MTIsOC45OTYxMjE5NyAxNC40ODA0MzIxLDEwLjA5MTU2ODggMTIuNDg1MTU0MiwxMi4wODI1NjMzIEMxMS4xODcwMjE1LDEzLjM3NzkwOTIgMTAuNDAzNzM0NywxNC41NDIzMjExIDkuOTQ0OTgxMDQsMTUuODU5NjU1OSBMOS45NDQ5ODEwNCwxNS44NTk2NTU5IFonCiAgICAgICAgICAgICAgaWQ9J0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV9JY29uXzMyX1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
229
406
  },
230
407
  "engines": {
231
- "camunda": "^8.2"
408
+ "camunda": "^8.5"
232
409
  }
233
410
  },
234
411
  {
235
412
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
236
413
  "name": "Amazon SQS connector",
237
414
  "id": "io.camunda.connectors.AWSSQS.intermediate.v1",
238
- "version": 1,
415
+ "version": 4,
239
416
  "description": "Receive message from a queue",
240
417
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
241
418
  "appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
@@ -342,7 +519,7 @@
342
519
  "type": "String",
343
520
  "binding": {
344
521
  "type": "zeebe:property",
345
- "name": "queue.region"
522
+ "name": "configuration.region"
346
523
  },
347
524
  "constraints": {
348
525
  "notEmpty": true
@@ -465,9 +642,9 @@
465
642
  },
466
643
  {
467
644
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
468
- "name": "Amazon SQS connector",
645
+ "name": "Amazon SQS Intermediate Message Catch Event connector",
469
646
  "id": "io.camunda.connectors.AWSSQS.intermediate.v1",
470
- "version": 4,
647
+ "version": 6,
471
648
  "description": "Receive message from a queue",
472
649
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
473
650
  "appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
@@ -526,7 +703,7 @@
526
703
  },
527
704
  {
528
705
  "label": "Access key",
529
- "description": "Provide AWS IAM access key that has permission to send to desired SQS",
706
+ "description": "Provide AWS IAM access key that has permission to read from desired SQS",
530
707
  "group": "authentication",
531
708
  "type": "String",
532
709
  "binding": {
@@ -539,7 +716,7 @@
539
716
  },
540
717
  {
541
718
  "label": "Secret key",
542
- "description": "Provide AWS IAM secret key that has permission to send to desired SQS",
719
+ "description": "Provide AWS IAM secret key that has permission to read from desired SQS",
543
720
  "group": "authentication",
544
721
  "type": "String",
545
722
  "binding": {
@@ -552,7 +729,7 @@
552
729
  },
553
730
  {
554
731
  "label": "Queue URL",
555
- "description": "Specify the URL of the SQS queue where you would like to send message to",
732
+ "description": "Specify the URL of the SQS queue where you would like to subscribe to",
556
733
  "group": "queueProperties",
557
734
  "type": "String",
558
735
  "binding": {
@@ -562,8 +739,8 @@
562
739
  "constraints": {
563
740
  "notEmpty": true,
564
741
  "pattern": {
565
- "value": "(^https?://.+)|(^arn:.+)(^secrets\\..+)",
566
- "message": "Must be an queue URL or ARN or a secret.XYZ"
742
+ "value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
743
+ "message": "Must be an queue URL or ARN"
567
744
  }
568
745
  }
569
746
  },
@@ -595,7 +772,7 @@
595
772
  "constraints": {
596
773
  "notEmpty": true,
597
774
  "pattern": {
598
- "value": "^([0-9]?|1[0-9]|20|secrets\\..+)$",
775
+ "value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\}.*)$",
599
776
  "message": "Must be >= 0 and <= 20 or a FEEL expression"
600
777
  }
601
778
  }
@@ -697,9 +874,9 @@
697
874
  },
698
875
  {
699
876
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
700
- "name": "Amazon SQS Intermediate Message Catch Event connector",
877
+ "name": "Amazon SQS connector",
701
878
  "id": "io.camunda.connectors.AWSSQS.intermediate.v1",
702
- "version": 6,
879
+ "version": 2,
703
880
  "description": "Receive message from a queue",
704
881
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
705
882
  "appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
@@ -758,7 +935,7 @@
758
935
  },
759
936
  {
760
937
  "label": "Access key",
761
- "description": "Provide AWS IAM access key that has permission to read from desired SQS",
938
+ "description": "Provide AWS IAM access key that has permission to send to desired SQS",
762
939
  "group": "authentication",
763
940
  "type": "String",
764
941
  "binding": {
@@ -771,7 +948,7 @@
771
948
  },
772
949
  {
773
950
  "label": "Secret key",
774
- "description": "Provide AWS IAM secret key that has permission to read from desired SQS",
951
+ "description": "Provide AWS IAM secret key that has permission to send to desired SQS",
775
952
  "group": "authentication",
776
953
  "type": "String",
777
954
  "binding": {
@@ -784,7 +961,7 @@
784
961
  },
785
962
  {
786
963
  "label": "Queue URL",
787
- "description": "Specify the URL of the SQS queue where you would like to subscribe to",
964
+ "description": "Specify the URL of the SQS queue where you would like to send message to",
788
965
  "group": "queueProperties",
789
966
  "type": "String",
790
967
  "binding": {
@@ -794,8 +971,8 @@
794
971
  "constraints": {
795
972
  "notEmpty": true,
796
973
  "pattern": {
797
- "value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
798
- "message": "Must be an queue URL or ARN"
974
+ "value": "(^https?://.+)|(^arn:.+)(^secrets\\..+)",
975
+ "message": "Must be an queue URL or ARN or a secret.XYZ"
799
976
  }
800
977
  }
801
978
  },
@@ -827,7 +1004,7 @@
827
1004
  "constraints": {
828
1005
  "notEmpty": true,
829
1006
  "pattern": {
830
- "value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\}.*)$",
1007
+ "value": "^([0-9]?|1[0-9]|20|secrets\\..+)$",
831
1008
  "message": "Must be >= 0 and <= 20 or a FEEL expression"
832
1009
  }
833
1010
  }
@@ -929,29 +1106,25 @@
929
1106
  },
930
1107
  {
931
1108
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
932
- "name": "Amazon SQS Intermediate Message Catch Event connector",
1109
+ "name": "Amazon SQS connector",
933
1110
  "id": "io.camunda.connectors.AWSSQS.intermediate.v1",
1111
+ "version": 3,
934
1112
  "description": "Receive message from a queue",
935
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
936
- "version": 9,
937
- "category": {
938
- "id": "connectors",
939
- "name": "Connectors"
940
- },
1113
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
941
1114
  "appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
942
1115
  "elementType": {
943
1116
  "value": "bpmn:IntermediateCatchEvent",
944
1117
  "eventDefinition": "bpmn:MessageEventDefinition"
945
1118
  },
1119
+ "category": {
1120
+ "id": "connectors",
1121
+ "name": "Connectors"
1122
+ },
946
1123
  "groups": [
947
1124
  {
948
1125
  "id": "authentication",
949
1126
  "label": "Authentication"
950
1127
  },
951
- {
952
- "id": "configuration",
953
- "label": "Configuration"
954
- },
955
1128
  {
956
1129
  "id": "queueProperties",
957
1130
  "label": "Queue properties"
@@ -969,378 +1142,222 @@
969
1142
  "label": "Activation"
970
1143
  },
971
1144
  {
972
- "id": "correlation",
973
- "label": "Correlation",
974
- "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
975
- },
976
- {
977
- "id": "deduplication",
978
- "label": "Deduplication",
979
- "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
980
- },
981
- {
982
- "id": "output",
983
- "label": "Output mapping"
1145
+ "id": "variable-mapping",
1146
+ "label": "Variable mapping"
984
1147
  }
985
1148
  ],
986
1149
  "properties": [
987
1150
  {
1151
+ "type": "Hidden",
988
1152
  "value": "io.camunda:aws-sqs-inbound:1",
989
1153
  "binding": {
990
- "name": "inbound.type",
991
- "type": "zeebe:property"
992
- },
993
- "type": "Hidden"
1154
+ "type": "zeebe:property",
1155
+ "name": "inbound.type"
1156
+ }
994
1157
  },
995
1158
  {
996
- "id": "authentication.type",
997
- "label": "Authentication",
998
- "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>",
999
- "value": "credentials",
1000
- "group": "authentication",
1001
- "binding": {
1002
- "name": "authentication.type",
1003
- "type": "zeebe:property"
1159
+ "type": "Hidden",
1160
+ "generatedValue": {
1161
+ "type": "uuid"
1004
1162
  },
1005
- "type": "Dropdown",
1006
- "choices": [
1007
- {
1008
- "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
1009
- "value": "defaultCredentialsChain"
1010
- },
1011
- {
1012
- "name": "Credentials",
1013
- "value": "credentials"
1014
- }
1015
- ]
1163
+ "binding": {
1164
+ "type": "bpmn:Message#property",
1165
+ "name": "name"
1166
+ }
1016
1167
  },
1017
1168
  {
1018
- "id": "authentication.accessKey",
1019
1169
  "label": "Access key",
1020
- "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
1021
- "optional": false,
1022
- "constraints": {
1023
- "notEmpty": true
1024
- },
1170
+ "description": "Provide AWS IAM access key that has permission to send to desired SQS",
1025
1171
  "group": "authentication",
1172
+ "type": "String",
1026
1173
  "binding": {
1027
- "name": "authentication.accessKey",
1028
- "type": "zeebe:property"
1029
- },
1030
- "condition": {
1031
- "property": "authentication.type",
1032
- "equals": "credentials",
1033
- "type": "simple"
1174
+ "type": "zeebe:property",
1175
+ "name": "authentication.accessKey"
1034
1176
  },
1035
- "type": "String"
1177
+ "constraints": {
1178
+ "notEmpty": true
1179
+ }
1036
1180
  },
1037
1181
  {
1038
- "id": "authentication.secretKey",
1039
1182
  "label": "Secret key",
1040
- "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
1041
- "optional": false,
1042
- "constraints": {
1043
- "notEmpty": true
1044
- },
1183
+ "description": "Provide AWS IAM secret key that has permission to send to desired SQS",
1045
1184
  "group": "authentication",
1185
+ "type": "String",
1046
1186
  "binding": {
1047
- "name": "authentication.secretKey",
1048
- "type": "zeebe:property"
1049
- },
1050
- "condition": {
1051
- "property": "authentication.type",
1052
- "equals": "credentials",
1053
- "type": "simple"
1187
+ "type": "zeebe:property",
1188
+ "name": "authentication.secretKey"
1054
1189
  },
1055
- "type": "String"
1056
- },
1057
- {
1058
- "id": "configuration.region",
1059
- "label": "Region",
1060
- "description": "Specify the AWS region",
1061
- "optional": false,
1062
1190
  "constraints": {
1063
1191
  "notEmpty": true
1064
- },
1065
- "group": "configuration",
1066
- "binding": {
1067
- "name": "configuration.region",
1068
- "type": "zeebe:property"
1069
- },
1070
- "type": "String"
1192
+ }
1071
1193
  },
1072
1194
  {
1073
- "id": "configuration.endpoint",
1074
- "label": "Endpoint",
1075
- "description": "Specify endpoint if need to use custom endpoint",
1076
- "optional": true,
1077
- "group": "configuration",
1195
+ "type": "Hidden",
1196
+ "description": "This value forces to evaluate configuration first in order",
1197
+ "value": "nonce",
1078
1198
  "binding": {
1079
- "name": "configuration.endpoint",
1080
- "type": "zeebe:property"
1081
- },
1082
- "type": "Hidden"
1199
+ "type": "zeebe:input",
1200
+ "name": "configuration.nonce"
1201
+ }
1083
1202
  },
1084
1203
  {
1085
- "id": "queue.queue.url",
1086
1204
  "label": "Queue URL",
1087
- "description": "Specify the URL of the SQS queue where you would like to subscribe to",
1088
- "optional": false,
1089
- "constraints": {
1090
- "notEmpty": true
1091
- },
1205
+ "description": "Specify the URL of the SQS queue where you would like to send message to",
1092
1206
  "group": "queueProperties",
1207
+ "type": "String",
1093
1208
  "binding": {
1094
- "name": "queue.url",
1095
- "type": "zeebe:property"
1209
+ "type": "zeebe:property",
1210
+ "name": "queue.url"
1096
1211
  },
1097
- "type": "String"
1098
- },
1099
- {
1100
- "id": "queue.queue.pollingWaitTime",
1101
- "label": "Polling wait time",
1102
- "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",
1103
- "optional": false,
1104
- "value": "20",
1105
1212
  "constraints": {
1106
1213
  "notEmpty": true,
1107
1214
  "pattern": {
1108
- "value": "^([0-9]?|1[0-9]|20|secrets\\..+)$"
1215
+ "value": "(^https?://.+)|(^arn:.+)(^secrets\\..+)",
1216
+ "message": "Must be an queue URL or ARN or a secret.XYZ"
1109
1217
  }
1110
- },
1111
- "group": "messagePollingProperties",
1218
+ }
1219
+ },
1220
+ {
1221
+ "label": "Region",
1222
+ "description": "Specify the AWS region of your queue",
1223
+ "group": "queueProperties",
1224
+ "type": "String",
1112
1225
  "binding": {
1113
- "name": "queue.pollingWaitTime",
1114
- "type": "zeebe:property"
1226
+ "type": "zeebe:property",
1227
+ "name": "configuration.region"
1115
1228
  },
1116
- "type": "String"
1229
+ "constraints": {
1230
+ "notEmpty": true
1231
+ }
1117
1232
  },
1118
1233
  {
1119
- "id": "queue.queue.attributeNames",
1120
- "label": "Attribute names",
1121
- "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",
1122
- "optional": false,
1123
- "feel": "optional",
1124
- "group": "input",
1234
+ "description": "Backwards compatible region",
1235
+ "type": "Hidden",
1125
1236
  "binding": {
1126
- "name": "queue.attributeNames",
1127
- "type": "zeebe:property"
1128
- },
1129
- "type": "String"
1237
+ "type": "zeebe:property",
1238
+ "name": "queue.region"
1239
+ }
1130
1240
  },
1131
1241
  {
1132
- "id": "queue.queue.messageAttributeNames",
1133
- "label": "Message attribute names",
1134
- "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",
1242
+ "label": "Polling wait time",
1243
+ "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",
1244
+ "group": "messagePollingProperties",
1245
+ "type": "String",
1135
1246
  "optional": false,
1136
1247
  "feel": "optional",
1137
- "group": "input",
1248
+ "value": "1",
1138
1249
  "binding": {
1139
- "name": "queue.messageAttributeNames",
1140
- "type": "zeebe:property"
1250
+ "type": "zeebe:property",
1251
+ "name": "queue.pollingWaitTime"
1141
1252
  },
1142
- "type": "String"
1253
+ "constraints": {
1254
+ "notEmpty": true,
1255
+ "pattern": {
1256
+ "value": "^([0-9]?|1[0-9]|20|secrets\\..+)$",
1257
+ "message": "Must be >= 0 and <= 20 or a FEEL expression"
1258
+ }
1259
+ }
1143
1260
  },
1144
1261
  {
1145
- "id": "activationCondition",
1146
- "label": "Activation condition",
1147
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
1262
+ "label": "Attribute names",
1263
+ "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",
1264
+ "group": "input",
1265
+ "type": "String",
1148
1266
  "optional": true,
1149
- "feel": "required",
1150
- "group": "activation",
1151
1267
  "binding": {
1152
- "name": "activationCondition",
1153
- "type": "zeebe:property"
1268
+ "type": "zeebe:property",
1269
+ "name": "queue.attributeNames"
1154
1270
  },
1155
- "type": "String"
1271
+ "feel": "required"
1156
1272
  },
1157
1273
  {
1158
- "id": "consumeUnmatchedEvents",
1159
- "label": "Consume unmatched events",
1160
- "value": true,
1161
- "group": "activation",
1274
+ "label": "Message attribute names",
1275
+ "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",
1276
+ "group": "input",
1277
+ "type": "String",
1278
+ "optional": true,
1162
1279
  "binding": {
1163
- "name": "consumeUnmatchedEvents",
1164
- "type": "zeebe:property"
1280
+ "type": "zeebe:property",
1281
+ "name": "queue.messageAttributeNames"
1165
1282
  },
1166
- "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",
1167
- "type": "Boolean"
1283
+ "feel": "required"
1168
1284
  },
1169
1285
  {
1170
- "id": "correlationKeyProcess",
1171
1286
  "label": "Correlation key (process)",
1172
- "description": "Sets up the correlation key from process variables",
1173
- "constraints": {
1174
- "notEmpty": true
1175
- },
1287
+ "type": "String",
1288
+ "group": "activation",
1176
1289
  "feel": "required",
1177
- "group": "correlation",
1290
+ "description": "Sets up the correlation key from process variables",
1178
1291
  "binding": {
1179
- "name": "correlationKey",
1180
- "type": "bpmn:Message#zeebe:subscription#property"
1292
+ "type": "bpmn:Message#zeebe:subscription#property",
1293
+ "name": "correlationKey"
1181
1294
  },
1182
- "type": "String"
1183
- },
1184
- {
1185
- "id": "correlationKeyPayload",
1186
- "label": "Correlation key (payload)",
1187
- "description": "Extracts the correlation key from the incoming message payload",
1188
1295
  "constraints": {
1189
1296
  "notEmpty": true
1190
- },
1191
- "feel": "required",
1192
- "group": "correlation",
1193
- "binding": {
1194
- "name": "correlationKeyExpression",
1195
- "type": "zeebe:property"
1196
- },
1197
- "type": "String"
1297
+ }
1198
1298
  },
1199
1299
  {
1200
- "id": "messageIdExpression",
1201
- "label": "Message ID expression",
1202
- "description": "Expression to extract unique identifier of a message",
1203
- "optional": true,
1300
+ "label": "Correlation key (payload)",
1301
+ "type": "String",
1302
+ "group": "activation",
1204
1303
  "feel": "required",
1205
- "group": "correlation",
1206
- "binding": {
1207
- "name": "messageIdExpression",
1208
- "type": "zeebe:property"
1209
- },
1210
- "type": "String"
1211
- },
1212
- {
1213
- "id": "messageTtl",
1214
- "label": "Message TTL",
1215
- "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
1216
- "optional": true,
1217
- "constraints": {
1218
- "notEmpty": false,
1219
- "pattern": {
1220
- "value": "^(PT.*|)$",
1221
- "message": "must be an ISO-8601 duration"
1222
- }
1223
- },
1224
- "feel": "optional",
1225
- "group": "correlation",
1226
- "binding": {
1227
- "name": "messageTtl",
1228
- "type": "zeebe:property"
1229
- },
1230
- "type": "String"
1231
- },
1232
- {
1233
- "id": "messageNameUuid",
1234
- "generatedValue": {
1235
- "type": "uuid"
1236
- },
1237
- "group": "correlation",
1238
- "binding": {
1239
- "name": "name",
1240
- "type": "bpmn:Message#property"
1241
- },
1242
- "type": "Hidden"
1243
- },
1244
- {
1245
- "id": "deduplicationModeManualFlag",
1246
- "label": "Manual mode",
1247
- "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
1248
- "value": false,
1249
- "group": "deduplication",
1250
1304
  "binding": {
1251
- "name": "deduplicationModeManualFlag",
1252
- "type": "zeebe:property"
1305
+ "type": "zeebe:property",
1306
+ "name": "correlationKeyExpression"
1253
1307
  },
1254
- "type": "Boolean"
1255
- },
1256
- {
1257
- "id": "deduplicationId",
1258
- "label": "Deduplication ID",
1308
+ "description": "Extracts the correlation key from the incoming message payload",
1259
1309
  "constraints": {
1260
- "notEmpty": true,
1261
- "pattern": {
1262
- "value": "^[a-zA-Z0-9_-]+$",
1263
- "message": "can only contain alphanumeric characters, dashes, and underscores"
1264
- }
1265
- },
1266
- "group": "deduplication",
1267
- "binding": {
1268
- "name": "deduplicationId",
1269
- "type": "zeebe:property"
1270
- },
1271
- "condition": {
1272
- "property": "deduplicationModeManualFlag",
1273
- "equals": true,
1274
- "type": "simple"
1275
- },
1276
- "type": "String"
1277
- },
1278
- {
1279
- "id": "deduplicationModeManual",
1280
- "value": "MANUAL",
1281
- "group": "deduplication",
1282
- "binding": {
1283
- "name": "deduplicationMode",
1284
- "type": "zeebe:property"
1285
- },
1286
- "condition": {
1287
- "property": "deduplicationId",
1288
- "isActive": true,
1289
- "type": "simple"
1290
- },
1291
- "type": "Hidden"
1310
+ "notEmpty": true
1311
+ }
1292
1312
  },
1293
1313
  {
1294
- "id": "deduplicationModeAuto",
1295
- "value": "AUTO",
1296
- "group": "deduplication",
1314
+ "label": "Activation condition",
1315
+ "type": "String",
1316
+ "group": "activation",
1317
+ "feel": "required",
1318
+ "optional": true,
1297
1319
  "binding": {
1298
- "name": "deduplicationMode",
1299
- "type": "zeebe:property"
1300
- },
1301
- "condition": {
1302
- "property": "deduplicationId",
1303
- "isActive": false,
1304
- "type": "simple"
1320
+ "type": "zeebe:property",
1321
+ "name": "activationCondition"
1305
1322
  },
1306
- "type": "Hidden"
1323
+ "description": "Condition under which the connector triggers. Leave empty to catch all events"
1307
1324
  },
1308
1325
  {
1309
- "id": "resultVariable",
1310
1326
  "label": "Result variable",
1311
- "description": "Name of variable to store the response in",
1312
- "group": "output",
1327
+ "type": "String",
1328
+ "group": "variable-mapping",
1329
+ "optional": true,
1313
1330
  "binding": {
1314
- "name": "resultVariable",
1315
- "type": "zeebe:property"
1331
+ "type": "zeebe:property",
1332
+ "name": "resultVariable"
1316
1333
  },
1317
- "type": "String"
1334
+ "description": "Name of variable to store the result of the connector in"
1318
1335
  },
1319
1336
  {
1320
- "id": "resultExpression",
1321
1337
  "label": "Result expression",
1322
- "description": "Expression to map the response into process variables",
1338
+ "type": "String",
1339
+ "group": "variable-mapping",
1323
1340
  "feel": "required",
1324
- "group": "output",
1341
+ "optional": true,
1325
1342
  "binding": {
1326
- "name": "resultExpression",
1327
- "type": "zeebe:property"
1343
+ "type": "zeebe:property",
1344
+ "name": "resultExpression"
1328
1345
  },
1329
- "type": "Text"
1346
+ "description": "Expression to map the inbound payload to process variables"
1330
1347
  }
1331
1348
  ],
1332
1349
  "icon": {
1333
- "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0MCA0MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0nMCUnIHkxPScxMDAlJyB4Mj0nMTAwJScgeTI9JzAlJyBpZD0nbGluZWFyR3JhZGllbnQtMSc+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNCMDA4NEQnIG9mZnNldD0nMCUnPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI0ZGNEY4Qicgb2Zmc2V0PScxMDAlJz48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMicgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnCiAgICAgICBmaWxsLXJ1bGU9J2V2ZW5vZGQnPgogICAgICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS1CRy8zMi9BcHBsaWNhdGlvbi1JbnRlZ3JhdGlvbicgZmlsbD0ndXJsKCNsaW5lYXJHcmFkaWVudC0xKSc+CiAgICAgICAgICAgIDxyZWN0IGlkPSdSZWN0YW5nbGUnIHg9JzAnIHk9JzAnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSdNMTQuMzQyMjA1MSwyMi4zNDkzNzg2IEwxNS44NDY2NzY3LDIwLjkwNjEwNzQgQzE1Ljk0MjgzNDcsMjAuODE0MTUzOSAxNS45OTY5MjM1LDIwLjY4NzIxOCAxNS45OTk5Mjg1LDIwLjU1NTI4NDYgQzE2LjAwMTkzMTcsMjAuNDIyMzUxNyAxNS45NTE4NDk1LDIwLjI5MzQxNjggMTUuODU5Njk4MSwyMC4xOTg0NjQ4IEwxNC4zNTUyMjY0LDE4LjY0MzI1MDIgTDEzLjYzNTA0MzMsMTkuMzM3ODk5NCBMMTQuMzExMTU0LDIwLjAzNzU0NiBMMTEuOTkxMzQyOSwyMC4wMzc1NDYgTDExLjk5MTM0MjksMjEuMDM3MDQxMyBMMTQuMjY1MDc4MywyMS4wMzcwNDEzIEwxMy42NDgwNjQ3LDIxLjYyODc0MjUgTDE0LjM0MjIwNTEsMjIuMzQ5Mzc4NiBaIE0yNi4zNTc5NDUyLDIyLjM1MzM3NjUgTDI3LjkwNzQ5MDksMjAuOTAwMTEwNCBDMjguMDA2NjUzOCwyMC44MDgxNTY5IDI4LjA2Mjc0NTksMjAuNjc5MjIyIDI4LjA2NDc0OTIsMjAuNTQ0MjkwMSBDMjguMDY2NzUyNSwyMC40MDkzNTgzIDI4LjAxMzY2NTMsMjAuMjc4NDI0NCAyNy45MTg1MDksMjAuMTgzNDcyNCBMMjYuMzY4OTYzMywxOC42MzcyNTMyIEwyNS42NjA3OTk5LDE5LjM0Mzg5NjMgTDI2LjM1NDk0MDMsMjAuMDM3NTQ2IEwyNC4wMTEwODk2LDIwLjAzNzU0NiBMMjQuMDExMDg5NiwyMS4wMzcwNDEzIEwyNi4yOTg4NDgxLDIxLjAzNzA0MTMgTDI1LjY3MTgxOCwyMS42MjQ3NDQ1IEwyNi4zNTc5NDUyLDIyLjM1MzM3NjUgWiBNMTcuNTg3NTM2NywyMy4zNjA4Njc4IEMxOC4zMzg3NzA4LDIzLjA1NzAyMTIgMTkuMTYyMTIzNSwyMi44OTQxMDM1IDIwLjAwNDUwNzQsMjIuODk0MTAzNSBDMjAuODQ2ODkxMywyMi44OTQxMDM1IDIxLjY3MDI0NCwyMy4wNTcwMjEyIDIyLjQyMTQ3ODEsMjMuMzYwODY3OCBDMjEuNzUyMzc4OSwyMS41ODk3NjIyIDIxLjc1MjM3ODksMTkuMzg5ODczMSAyMi40MjE0NzgxLDE3LjYxODc2NzUgQzIwLjkxOTAwOTgsMTguMjI2NDYwNiAxOS4wOTAwMDUsMTguMjI2NDYwNiAxNy41ODc1MzY3LDE3LjYxODc2NzUgQzE4LjI1NjYzNTksMTkuMzg5ODczMSAxOC4yNTY2MzU5LDIxLjU4OTc2MjIgMTcuNTg3NTM2NywyMy4zNjA4Njc4IEwxNy41ODc1MzY3LDIzLjM2MDg2NzggWiBNMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IEMxNS41NDYxODMsMjUuMjQzOTE2OCAxNS40OTcxMDI0LDI1LjExNTk4MTQgMTUuNDk3MTAyNCwyNC45ODgwNDYgQzE1LjQ5NzEwMjQsMjQuODYwMTEwNiAxNS41NDYxODMsMjQuNzMyMTc1MyAxNS42NDQzNDQzLDI0LjYzNDIyNDcgQzE3LjU4NDUzMTcsMjIuNjk4MjAyNCAxNy41ODQ1MzE3LDE4LjI4MjQzMjQgMTUuNjQ0MzQ0MywxNi4zNDU0MTA2IEMxNS41NDYxODMsMTYuMjQ4NDU5NSAxNS40OTcxMDI0LDE2LjEyMDUyNDEgMTUuNDk3MTAyNCwxNS45OTI1OTEyIEMxNS40OTcxMDI0LDE1Ljg2NDY1MzQgMTUuNTQ2MTgzLDE1LjczNjcxOCAxNS42NDQzNDQzLDE1LjYzODc2NzQgQzE1LjgzOTY2NTIsMTUuNDQzODY1OSAxNi4xNTcxODY4LDE1LjQ0Mzg2NTkgMTYuMzUyNTA3NywxNS42Mzg3Njc0IEMxNy4yNzQwMjE2LDE2LjU1ODMwMzEgMTguNjA1MjA4NiwxNy4wODYwMzY2IDIwLjAwNDUwNzQsMTcuMDg2MDM2NiBDMjEuNDA0ODA3OSwxNy4wODYwMzY2IDIyLjczNTk5NDgsMTYuNTU4MzAzMSAyMy42NTc1MDg4LDE1LjYzODc2NzQgQzIzLjg1MjgyOTYsMTUuNDQzODY1OSAyNC4xNzAzNTEzLDE1LjQ0Mzg2NTkgMjQuMzY1NjcyMiwxNS42Mzg3Njc0IEMyNC40NjI4MzE4LDE1LjczNjcxOCAyNC41MTE5MTI0LDE1Ljg2NDY1MzQgMjQuNTExOTEyNCwxNS45OTI1OTEyIEMyNC41MTE5MTI0LDE2LjEyMDUyNDEgMjQuNDYyODMxOCwxNi4yNDg0NTk1IDI0LjM2NTY3MjIsMTYuMzQ1NDEwNiBDMjIuNDI0NDgzMSwxOC4yODI0MzI0IDIyLjQyNDQ4MzEsMjIuNjk4MjAyNCAyNC4zNjU2NzIyLDI0LjYzNDIyNDcgQzI0LjQ2MjgzMTgsMjQuNzMyMTc1MyAyNC41MTE5MTI0LDI0Ljg2MDExMDYgMjQuNTExOTEyNCwyNC45ODgwNDYgQzI0LjUxMTkxMjQsMjUuMTE1OTgxNCAyNC40NjI4MzE4LDI1LjI0MzkxNjggMjQuMzY1NjcyMiwyNS4zNDA4Njc5IEMyNC4yNjc1MTA5LDI1LjQzODgxODQgMjQuMTM5MzAwMywyNS40ODc3OTM3IDI0LjAxMTA4OTYsMjUuNDg3NzkzNyBDMjMuODgyODc5LDI1LjQ4Nzc5MzcgMjMuNzU0NjY4NCwyNS40Mzg4MTg0IDIzLjY1NzUwODgsMjUuMzQwODY3OSBDMjIuNzM1OTk0OCwyNC40MjEzMzIyIDIxLjQwNDgwNzksMjMuODkzNTk4NyAyMC4wMDQ1MDc0LDIzLjg5MzU5ODcgQzE4LjYwNTIwODYsMjMuODkzNTk4NyAxNy4yNzQwMjE2LDI0LjQyMTMzMjIgMTYuMzUyNTA3NywyNS4zNDA4Njc5IEMxNi4xNTcxODY4LDI1LjUzNTc2OTQgMTUuODM5NjY1MiwyNS41MzU3Njk0IDE1LjY0NDM0NDMsMjUuMzQwODY3OSBMMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IFogTTMyLjU0MjEwNDksMTkuNDM1ODQ5OSBDMzIuMjM2NjAzLDE5LjEzMjAwMzMgMzEuODM2OTQ2NCwxOC45ODAwODAxIDMxLjQzNjI4ODIsMTguOTgwMDgwMSBDMzEuMDM2NjMxNiwxOC45ODAwODAxIDMwLjYzNjk3NSwxOS4xMzIwMDMzIDMwLjMzMTQ3MzEsMTkuNDM1ODQ5OSBDMjkuNzIxNDcxLDIwLjA0NDU0MjUgMjkuNzIxNDcxLDIxLjAzNDA0MjggMzAuMzMxNDczMSwyMS42NDE3MzU5IEMzMC45NDE0NzUzLDIyLjI1MDQyODUgMzEuOTMyMTAyNywyMi4yNTA0Mjg1IDMyLjU0MjEwNDksMjEuNjQxNzM1OSBDMzMuMTUxMTA1NCwyMS4wMzQwNDI4IDMzLjE1MTEwNTQsMjAuMDQ0NTQyNSAzMi41NDIxMDQ5LDE5LjQzNTg0OTkgTDMyLjU0MjEwNDksMTkuNDM1ODQ5OSBaIE0zMy4yNTAyNjgzLDIyLjM0OTM3ODYgQzMyLjc1MDQ0NzIsMjIuODQ4MTI2NyAzMi4wOTMzNjc3LDIzLjA5ODAwMDUgMzEuNDM2Mjg4MiwyMy4wOTgwMDA1IEMzMC43ODAyMTAzLDIzLjA5ODAwMDUgMzAuMTIzMTMwOSwyMi44NDgxMjY3IDI5LjYyMzMwOTcsMjIuMzQ5Mzc4NiBDMjguNjIzNjY3NSwyMS4zNTA4ODI4IDI4LjYyMzY2NzUsMTkuNzI3NzAyNSAyOS42MjMzMDk3LDE4LjcyOTIwNjggQzMwLjYyMjk1MiwxNy43MzE3MTA1IDMyLjI1MDYyNiwxNy43MzE3MTA1IDMzLjI1MDI2ODMsMTguNzI5MjA2OCBDMzQuMjQ5OTEwNiwxOS43Mjc3MDI1IDM0LjI0OTkxMDYsMjEuMzUwODgyOCAzMy4yNTAyNjgzLDIyLjM0OTM3ODYgTDMzLjI1MDI2ODMsMjIuMzQ5Mzc4NiBaIE05LjY2ODUyNjg3LDE5LjQ0Njg0NDMgQzkuMzYzMDI0OTcsMTkuMTQyOTk3OCA4Ljk2MzM2ODM5LDE4Ljk5MTA3NDUgOC41NjI3MTAxNywxOC45OTEwNzQ1IEM4LjE2MzA1MzU5LDE4Ljk5MTA3NDUgNy43NjMzOTcwMSwxOS4xNDI5OTc4IDcuNDU3ODk1MTEsMTkuNDQ2ODQ0MyBDNi44NDg4OTQ2MSwyMC4wNTU1MzcgNi44NDg4OTQ2MSwyMS4wNDUwMzczIDcuNDU3ODk1MTEsMjEuNjUyNzMwNCBDOC4wNjc4OTcyNiwyMi4yNjE0MjMgOS4wNTg1MjQ3MiwyMi4yNjE0MjMgOS42Njg1MjY4NywyMS42NTI3MzA0IEMxMC4yNzc1Mjc0LDIxLjA0NTAzNzMgMTAuMjc3NTI3NCwyMC4wNTU1MzcgOS42Njg1MjY4NywxOS40NDY4NDQzIEw5LjY2ODUyNjg3LDE5LjQ0Njg0NDMgWiBNMTAuMzc2NjkwMywyMi4zNTkzNzM1IEM5Ljg3Njg2OTE0LDIyLjg1ODEyMTcgOS4yMTk3ODk2NSwyMy4xMDc5OTU1IDguNTYyNzEwMTcsMjMuMTA3OTk1NSBDNy45MDY2MzIzMiwyMy4xMDc5OTU1IDcuMjQ5NTUyODQsMjIuODU4MTIxNyA2Ljc0OTczMTcsMjIuMzU5MzczNSBDNS43NTAwODk0MywyMS4zNjE4NzczIDUuNzUwMDg5NDMsMTkuNzM4Njk3IDYuNzQ5NzMxNywxOC43NDAyMDEyIEM3Ljc0OTM3Mzk3LDE3Ljc0MjcwNDkgOS4zNzcwNDgwMSwxNy43NDI3MDQ5IDEwLjM3NjY5MDMsMTguNzQwMjAxMiBDMTEuMzc2MzMyNSwxOS43Mzg2OTcgMTEuMzc2MzMyNSwyMS4zNjE4NzczIDEwLjM3NjY5MDMsMjIuMzU5MzczNSBMMTAuMzc2NjkwMywyMi4zNTkzNzM1IFogTTI3LjQzMzcxMjUsMjguOTEwMDY1NCBDMjUuNDM2NDMxMywzMC45MDMwNTkgMjIuNzgyMDcwNSwzMi4wMDA1MDQ3IDE5Ljk1NzQzMDEsMzIuMDAwNTA0NyBDMTcuMTMyNzg5NiwzMi4wMDA1MDQ3IDE0LjQ3ODQyODgsMzAuOTAzMDU5IDEyLjQ4MjE0OTIsMjguOTEwMDY1NCBDMTEuMTY1OTg3LDI3LjU5NzcyODEgMTAuNDA3NzQxMywyNi40NjkyOTggOS45NDQ5ODEwNCwyNS4xMzU5NzEzIEw4Ljk5ODQyNTk5LDI1LjQ2MjgwNjMgQzkuNTA3MjYxOTMsMjYuOTI5MDY1OCAxMC4zNjI2NjcyLDI4LjIxMDQxODcgMTEuNzczOTg1OCwyOS42MTY3MDg2IEMxMy45NTg1NzQ4LDMxLjc5ODYwNjcgMTYuODY2MzUxOSwzMyAxOS45NTc0MzAxLDMzIEMyMy4wNDk1MDk5LDMzIDI1Ljk1NjI4NTMsMzEuNzk4NjA2NyAyOC4xNDE4NzU5LDI5LjYxNjcwODYgQzI5LjI4Mjc1MDIsMjguNDc4MjgzNSAzMC40MjA2MTk2LDI3LjE4NjkzNTYgMzEuMDExNTkwNSwyNS40NjA4MDczIEwzMC4wNjQwMzM4LDI1LjEzNzk3MDMgQzI5LjUzOTE3MTUsMjYuNjcwMTk2NiAyOC40ODk0NDY5LDI3Ljg1NjU5NzQgMjcuNDMzNzEyNSwyOC45MTAwNjU0IEwyNy40MzM3MTI1LDI4LjkxMDA2NTQgWiBNOS45NDQ5ODEwNCwxNS44NTk2NTU5IEw4Ljk5ODQyNTk5LDE1LjUzMTgyMTQgQzkuNTEwMjY2ODcsMTQuMDY0NTYyNCAxMC4zNjU2NzIyLDEyLjc4MzIwOTUgMTEuNzc1OTg5MSwxMS4zNzU5MjAyIEMxNi4yODYzOTkxLDYuODc1MTkzMDQgMjMuNjI2NDU3OCw2Ljg3NDE5MzU0IDI4LjEzNzg2OTQsMTEuMzc1OTIwMiBDMjkuMjE4NjQ0OSwxMi40NTMzNzYxIDMwLjQwMzU5MTYsMTMuNzg5NzAxMiAzMS4wMTE1OTA1LDE1LjUzMTgyMTQgTDMwLjA2NDAzMzgsMTUuODU5NjU1OSBDMjkuNTI0MTQ2OCwxNC4zMDk0Mzg3IDI4LjQyOTM0ODIsMTMuMDgwMDU5NiAyNy40Mjk3MDU5LDEyLjA4MjU2MzMgQzI1LjQzNDQyOCwxMC4wOTE1Njg4IDIyLjc4MTA2ODksOC45OTYxMjE5NyAxOS45NTc0MzAxLDguOTk2MTIxOTcgQzE3LjEzMzc5MTIsOC45OTYxMjE5NyAxNC40ODA0MzIxLDEwLjA5MTU2ODggMTIuNDg1MTU0MiwxMi4wODI1NjMzIEMxMS4xODcwMjE1LDEzLjM3NzkwOTIgMTAuNDAzNzM0NywxNC41NDIzMjExIDkuOTQ0OTgxMDQsMTUuODU5NjU1OSBMOS45NDQ5ODEwNCwxNS44NTk2NTU5IFonCiAgICAgICAgICAgICAgaWQ9J0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV9JY29uXzMyX1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
1350
+ "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"
1334
1351
  },
1335
1352
  "engines": {
1336
- "camunda": "^8.5"
1353
+ "camunda": "^8.2"
1337
1354
  }
1338
1355
  },
1339
1356
  {
1340
1357
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1341
- "name": "Amazon SQS Intermediate Message Catch Event connector",
1358
+ "name": "Amazon SQS connector",
1342
1359
  "id": "io.camunda.connectors.AWSSQS.intermediate.v1",
1343
- "version": 7,
1360
+ "version": 5,
1344
1361
  "description": "Receive message from a queue",
1345
1362
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
1346
1363
  "appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
@@ -1379,53 +1396,27 @@
1379
1396
  }
1380
1397
  ],
1381
1398
  "properties": [
1382
- {
1383
- "type": "Hidden",
1384
- "value": "io.camunda:aws-sqs-inbound:1",
1385
- "binding": {
1386
- "type": "zeebe:property",
1387
- "name": "inbound.type"
1388
- }
1389
- },
1390
- {
1391
- "type": "Hidden",
1392
- "generatedValue": {
1393
- "type": "uuid"
1394
- },
1395
- "binding": {
1396
- "type": "bpmn:Message#property",
1397
- "name": "name"
1398
- }
1399
- },
1400
- {
1401
- "id": "authenticationType",
1402
- "label": "Authentication",
1403
- "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>",
1404
- "group": "authentication",
1405
- "type": "Dropdown",
1406
- "optional": false,
1407
- "value": "credentials",
1408
- "choices": [
1409
- {
1410
- "name": "Credentials",
1411
- "value": "credentials"
1412
- },
1413
- {
1414
- "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
1415
- "value": "defaultCredentialsChain"
1416
- }
1417
- ],
1399
+ {
1400
+ "type": "Hidden",
1401
+ "value": "io.camunda:aws-sqs-inbound:1",
1418
1402
  "binding": {
1419
1403
  "type": "zeebe:property",
1420
- "name": "authentication.type"
1404
+ "name": "inbound.type"
1405
+ }
1406
+ },
1407
+ {
1408
+ "type": "Hidden",
1409
+ "generatedValue": {
1410
+ "type": "uuid"
1421
1411
  },
1422
- "constraints": {
1423
- "notEmpty": true
1412
+ "binding": {
1413
+ "type": "bpmn:Message#property",
1414
+ "name": "name"
1424
1415
  }
1425
1416
  },
1426
1417
  {
1427
1418
  "label": "Access key",
1428
- "description": "Provide AWS IAM access key that has permission to read from desired SQS",
1419
+ "description": "Provide AWS IAM access key that has permission to send to desired SQS",
1429
1420
  "group": "authentication",
1430
1421
  "type": "String",
1431
1422
  "binding": {
@@ -1434,15 +1425,11 @@
1434
1425
  },
1435
1426
  "constraints": {
1436
1427
  "notEmpty": true
1437
- },
1438
- "condition": {
1439
- "property": "authenticationType",
1440
- "equals": "credentials"
1441
1428
  }
1442
1429
  },
1443
1430
  {
1444
1431
  "label": "Secret key",
1445
- "description": "Provide AWS IAM secret key that has permission to read from desired SQS",
1432
+ "description": "Provide AWS IAM secret key that has permission to send to desired SQS",
1446
1433
  "group": "authentication",
1447
1434
  "type": "String",
1448
1435
  "binding": {
@@ -1451,15 +1438,11 @@
1451
1438
  },
1452
1439
  "constraints": {
1453
1440
  "notEmpty": true
1454
- },
1455
- "condition": {
1456
- "property": "authenticationType",
1457
- "equals": "credentials"
1458
1441
  }
1459
1442
  },
1460
1443
  {
1461
1444
  "label": "Queue URL",
1462
- "description": "Specify the URL of the SQS queue where you would like to subscribe to",
1445
+ "description": "Specify the URL of the SQS queue where you would like to send message to",
1463
1446
  "group": "queueProperties",
1464
1447
  "type": "String",
1465
1448
  "binding": {
@@ -1469,7 +1452,7 @@
1469
1452
  "constraints": {
1470
1453
  "notEmpty": true,
1471
1454
  "pattern": {
1472
- "value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
1455
+ "value": "^(https?://.+|arn:.+|secrets\\..+|\\{\\{secrets\\..+\\}\\}.*)$",
1473
1456
  "message": "Must be an queue URL or ARN"
1474
1457
  }
1475
1458
  }
@@ -1502,7 +1485,7 @@
1502
1485
  "constraints": {
1503
1486
  "notEmpty": true,
1504
1487
  "pattern": {
1505
- "value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\}.*)$",
1488
+ "value": "^([0-9]?|1[0-9]|20|secrets\\..+|\\{\\{secrets\\..+\\}\\}.*)$",
1506
1489
  "message": "Must be >= 0 and <= 20 or a FEEL expression"
1507
1490
  }
1508
1491
  }
@@ -1599,16 +1582,16 @@
1599
1582
  "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"
1600
1583
  },
1601
1584
  "engines": {
1602
- "camunda": "^8.4"
1585
+ "camunda": "^8.2"
1603
1586
  }
1604
1587
  },
1605
1588
  {
1606
1589
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1607
- "name": "Amazon SQS connector",
1590
+ "name": "Amazon SQS Intermediate Message Catch Event connector",
1608
1591
  "id": "io.camunda.connectors.AWSSQS.intermediate.v1",
1609
- "version": 3,
1592
+ "version": 8,
1610
1593
  "description": "Receive message from a queue",
1611
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
1594
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
1612
1595
  "appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
1613
1596
  "elementType": {
1614
1597
  "value": "bpmn:IntermediateCatchEvent",
@@ -1663,9 +1646,35 @@
1663
1646
  "name": "name"
1664
1647
  }
1665
1648
  },
1649
+ {
1650
+ "id": "authenticationType",
1651
+ "label": "Authentication",
1652
+ "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>",
1653
+ "group": "authentication",
1654
+ "type": "Dropdown",
1655
+ "optional": false,
1656
+ "value": "credentials",
1657
+ "choices": [
1658
+ {
1659
+ "name": "Credentials",
1660
+ "value": "credentials"
1661
+ },
1662
+ {
1663
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
1664
+ "value": "defaultCredentialsChain"
1665
+ }
1666
+ ],
1667
+ "binding": {
1668
+ "type": "zeebe:property",
1669
+ "name": "authentication.type"
1670
+ },
1671
+ "constraints": {
1672
+ "notEmpty": true
1673
+ }
1674
+ },
1666
1675
  {
1667
1676
  "label": "Access key",
1668
- "description": "Provide AWS IAM access key that has permission to send to desired SQS",
1677
+ "description": "Provide AWS IAM access key that has permission to read from desired SQS",
1669
1678
  "group": "authentication",
1670
1679
  "type": "String",
1671
1680
  "binding": {
@@ -1674,11 +1683,15 @@
1674
1683
  },
1675
1684
  "constraints": {
1676
1685
  "notEmpty": true
1686
+ },
1687
+ "condition": {
1688
+ "property": "authenticationType",
1689
+ "equals": "credentials"
1677
1690
  }
1678
1691
  },
1679
1692
  {
1680
1693
  "label": "Secret key",
1681
- "description": "Provide AWS IAM secret key that has permission to send to desired SQS",
1694
+ "description": "Provide AWS IAM secret key that has permission to read from desired SQS",
1682
1695
  "group": "authentication",
1683
1696
  "type": "String",
1684
1697
  "binding": {
@@ -1687,20 +1700,15 @@
1687
1700
  },
1688
1701
  "constraints": {
1689
1702
  "notEmpty": true
1690
- }
1691
- },
1692
- {
1693
- "type": "Hidden",
1694
- "description": "This value forces to evaluate configuration first in order",
1695
- "value": "nonce",
1696
- "binding": {
1697
- "type": "zeebe:input",
1698
- "name": "configuration.nonce"
1703
+ },
1704
+ "condition": {
1705
+ "property": "authenticationType",
1706
+ "equals": "credentials"
1699
1707
  }
1700
1708
  },
1701
1709
  {
1702
1710
  "label": "Queue URL",
1703
- "description": "Specify the URL of the SQS queue where you would like to send message to",
1711
+ "description": "Specify the URL of the SQS queue where you would like to subscribe to",
1704
1712
  "group": "queueProperties",
1705
1713
  "type": "String",
1706
1714
  "binding": {
@@ -1710,8 +1718,8 @@
1710
1718
  "constraints": {
1711
1719
  "notEmpty": true,
1712
1720
  "pattern": {
1713
- "value": "(^https?://.+)|(^arn:.+)(^secrets\\..+)",
1714
- "message": "Must be an queue URL or ARN or a secret.XYZ"
1721
+ "value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
1722
+ "message": "Must be an queue URL or ARN"
1715
1723
  }
1716
1724
  }
1717
1725
  },
@@ -1728,17 +1736,9 @@
1728
1736
  "notEmpty": true
1729
1737
  }
1730
1738
  },
1731
- {
1732
- "description": "Backwards compatible region",
1733
- "type": "Hidden",
1734
- "binding": {
1735
- "type": "zeebe:property",
1736
- "name": "queue.region"
1737
- }
1738
- },
1739
1739
  {
1740
1740
  "label": "Polling wait time",
1741
- "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",
1741
+ "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",
1742
1742
  "group": "messagePollingProperties",
1743
1743
  "type": "String",
1744
1744
  "optional": false,
@@ -1751,14 +1751,14 @@
1751
1751
  "constraints": {
1752
1752
  "notEmpty": true,
1753
1753
  "pattern": {
1754
- "value": "^([0-9]?|1[0-9]|20|secrets\\..+)$",
1754
+ "value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\}.*)$",
1755
1755
  "message": "Must be >= 0 and <= 20 or a FEEL expression"
1756
1756
  }
1757
1757
  }
1758
1758
  },
1759
1759
  {
1760
1760
  "label": "Attribute names",
1761
- "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",
1761
+ "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",
1762
1762
  "group": "input",
1763
1763
  "type": "String",
1764
1764
  "optional": true,
@@ -1770,7 +1770,7 @@
1770
1770
  },
1771
1771
  {
1772
1772
  "label": "Message attribute names",
1773
- "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",
1773
+ "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",
1774
1774
  "group": "input",
1775
1775
  "type": "String",
1776
1776
  "optional": true,
@@ -1808,6 +1808,18 @@
1808
1808
  "notEmpty": true
1809
1809
  }
1810
1810
  },
1811
+ {
1812
+ "label": "Message ID expression",
1813
+ "feel": "required",
1814
+ "type": "String",
1815
+ "optional": true,
1816
+ "group": "activation",
1817
+ "binding": {
1818
+ "type": "zeebe:property",
1819
+ "name": "messageIdExpression"
1820
+ },
1821
+ "description": "Expression to extract unique identifier of a message"
1822
+ },
1811
1823
  {
1812
1824
  "label": "Activation condition",
1813
1825
  "type": "String",
@@ -1848,14 +1860,14 @@
1848
1860
  "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"
1849
1861
  },
1850
1862
  "engines": {
1851
- "camunda": "^8.2"
1863
+ "camunda": "^8.4"
1852
1864
  }
1853
1865
  },
1854
1866
  {
1855
1867
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1856
- "name": "Amazon SQS connector",
1868
+ "name": "Amazon SQS Intermediate Message Catch Event connector",
1857
1869
  "id": "io.camunda.connectors.AWSSQS.intermediate.v1",
1858
- "version": 5,
1870
+ "version": 7,
1859
1871
  "description": "Receive message from a queue",
1860
1872
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
1861
1873
  "appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
@@ -1912,9 +1924,35 @@
1912
1924
  "name": "name"
1913
1925
  }
1914
1926
  },
1927
+ {
1928
+ "id": "authenticationType",
1929
+ "label": "Authentication",
1930
+ "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>",
1931
+ "group": "authentication",
1932
+ "type": "Dropdown",
1933
+ "optional": false,
1934
+ "value": "credentials",
1935
+ "choices": [
1936
+ {
1937
+ "name": "Credentials",
1938
+ "value": "credentials"
1939
+ },
1940
+ {
1941
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
1942
+ "value": "defaultCredentialsChain"
1943
+ }
1944
+ ],
1945
+ "binding": {
1946
+ "type": "zeebe:property",
1947
+ "name": "authentication.type"
1948
+ },
1949
+ "constraints": {
1950
+ "notEmpty": true
1951
+ }
1952
+ },
1915
1953
  {
1916
1954
  "label": "Access key",
1917
- "description": "Provide AWS IAM access key that has permission to send to desired SQS",
1955
+ "description": "Provide AWS IAM access key that has permission to read from desired SQS",
1918
1956
  "group": "authentication",
1919
1957
  "type": "String",
1920
1958
  "binding": {
@@ -1923,11 +1961,15 @@
1923
1961
  },
1924
1962
  "constraints": {
1925
1963
  "notEmpty": true
1964
+ },
1965
+ "condition": {
1966
+ "property": "authenticationType",
1967
+ "equals": "credentials"
1926
1968
  }
1927
1969
  },
1928
1970
  {
1929
1971
  "label": "Secret key",
1930
- "description": "Provide AWS IAM secret key that has permission to send to desired SQS",
1972
+ "description": "Provide AWS IAM secret key that has permission to read from desired SQS",
1931
1973
  "group": "authentication",
1932
1974
  "type": "String",
1933
1975
  "binding": {
@@ -1936,11 +1978,15 @@
1936
1978
  },
1937
1979
  "constraints": {
1938
1980
  "notEmpty": true
1981
+ },
1982
+ "condition": {
1983
+ "property": "authenticationType",
1984
+ "equals": "credentials"
1939
1985
  }
1940
1986
  },
1941
1987
  {
1942
1988
  "label": "Queue URL",
1943
- "description": "Specify the URL of the SQS queue where you would like to send message to",
1989
+ "description": "Specify the URL of the SQS queue where you would like to subscribe to",
1944
1990
  "group": "queueProperties",
1945
1991
  "type": "String",
1946
1992
  "binding": {
@@ -1950,7 +1996,7 @@
1950
1996
  "constraints": {
1951
1997
  "notEmpty": true,
1952
1998
  "pattern": {
1953
- "value": "^(https?://.+|arn:.+|secrets\\..+|\\{\\{secrets\\..+\\}\\}.*)$",
1999
+ "value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
1954
2000
  "message": "Must be an queue URL or ARN"
1955
2001
  }
1956
2002
  }
@@ -1983,7 +2029,7 @@
1983
2029
  "constraints": {
1984
2030
  "notEmpty": true,
1985
2031
  "pattern": {
1986
- "value": "^([0-9]?|1[0-9]|20|secrets\\..+|\\{\\{secrets\\..+\\}\\}.*)$",
2032
+ "value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\}.*)$",
1987
2033
  "message": "Must be >= 0 and <= 20 or a FEEL expression"
1988
2034
  }
1989
2035
  }
@@ -2080,16 +2126,16 @@
2080
2126
  "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"
2081
2127
  },
2082
2128
  "engines": {
2083
- "camunda": "^8.2"
2129
+ "camunda": "^8.4"
2084
2130
  }
2085
2131
  },
2086
2132
  {
2087
2133
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
2088
- "name": "Amazon SQS Intermediate Message Catch Event connector",
2134
+ "name": "Amazon SQS connector",
2089
2135
  "id": "io.camunda.connectors.AWSSQS.intermediate.v1",
2090
- "version": 8,
2136
+ "version": 1,
2091
2137
  "description": "Receive message from a queue",
2092
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
2138
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
2093
2139
  "appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
2094
2140
  "elementType": {
2095
2141
  "value": "bpmn:IntermediateCatchEvent",
@@ -2144,35 +2190,9 @@
2144
2190
  "name": "name"
2145
2191
  }
2146
2192
  },
2147
- {
2148
- "id": "authenticationType",
2149
- "label": "Authentication",
2150
- "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>",
2151
- "group": "authentication",
2152
- "type": "Dropdown",
2153
- "optional": false,
2154
- "value": "credentials",
2155
- "choices": [
2156
- {
2157
- "name": "Credentials",
2158
- "value": "credentials"
2159
- },
2160
- {
2161
- "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
2162
- "value": "defaultCredentialsChain"
2163
- }
2164
- ],
2165
- "binding": {
2166
- "type": "zeebe:property",
2167
- "name": "authentication.type"
2168
- },
2169
- "constraints": {
2170
- "notEmpty": true
2171
- }
2172
- },
2173
2193
  {
2174
2194
  "label": "Access key",
2175
- "description": "Provide AWS IAM access key that has permission to read from desired SQS",
2195
+ "description": "Provide AWS IAM access key that has permission to send to desired SQS",
2176
2196
  "group": "authentication",
2177
2197
  "type": "String",
2178
2198
  "binding": {
@@ -2181,15 +2201,11 @@
2181
2201
  },
2182
2202
  "constraints": {
2183
2203
  "notEmpty": true
2184
- },
2185
- "condition": {
2186
- "property": "authenticationType",
2187
- "equals": "credentials"
2188
2204
  }
2189
2205
  },
2190
2206
  {
2191
2207
  "label": "Secret key",
2192
- "description": "Provide AWS IAM secret key that has permission to read from desired SQS",
2208
+ "description": "Provide AWS IAM secret key that has permission to send to desired SQS",
2193
2209
  "group": "authentication",
2194
2210
  "type": "String",
2195
2211
  "binding": {
@@ -2198,15 +2214,11 @@
2198
2214
  },
2199
2215
  "constraints": {
2200
2216
  "notEmpty": true
2201
- },
2202
- "condition": {
2203
- "property": "authenticationType",
2204
- "equals": "credentials"
2205
2217
  }
2206
2218
  },
2207
2219
  {
2208
2220
  "label": "Queue URL",
2209
- "description": "Specify the URL of the SQS queue where you would like to subscribe to",
2221
+ "description": "Specify the URL of the SQS queue where you would like to send message to",
2210
2222
  "group": "queueProperties",
2211
2223
  "type": "String",
2212
2224
  "binding": {
@@ -2216,8 +2228,8 @@
2216
2228
  "constraints": {
2217
2229
  "notEmpty": true,
2218
2230
  "pattern": {
2219
- "value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
2220
- "message": "Must be an queue URL or ARN"
2231
+ "value": "(^https?://.+)|(^arn:.+)(^secrets\\..+)",
2232
+ "message": "Must be an queue URL or ARN or a secret.XYZ"
2221
2233
  }
2222
2234
  }
2223
2235
  },
@@ -2228,7 +2240,7 @@
2228
2240
  "type": "String",
2229
2241
  "binding": {
2230
2242
  "type": "zeebe:property",
2231
- "name": "configuration.region"
2243
+ "name": "queue.region"
2232
2244
  },
2233
2245
  "constraints": {
2234
2246
  "notEmpty": true
@@ -2236,7 +2248,7 @@
2236
2248
  },
2237
2249
  {
2238
2250
  "label": "Polling wait time",
2239
- "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",
2251
+ "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",
2240
2252
  "group": "messagePollingProperties",
2241
2253
  "type": "String",
2242
2254
  "optional": false,
@@ -2249,14 +2261,14 @@
2249
2261
  "constraints": {
2250
2262
  "notEmpty": true,
2251
2263
  "pattern": {
2252
- "value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\}.*)$",
2264
+ "value": "^([0-9]?|1[0-9]|20|secrets\\..+)$",
2253
2265
  "message": "Must be >= 0 and <= 20 or a FEEL expression"
2254
2266
  }
2255
2267
  }
2256
2268
  },
2257
2269
  {
2258
2270
  "label": "Attribute names",
2259
- "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",
2271
+ "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",
2260
2272
  "group": "input",
2261
2273
  "type": "String",
2262
2274
  "optional": true,
@@ -2268,7 +2280,7 @@
2268
2280
  },
2269
2281
  {
2270
2282
  "label": "Message attribute names",
2271
- "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",
2283
+ "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",
2272
2284
  "group": "input",
2273
2285
  "type": "String",
2274
2286
  "optional": true,
@@ -2306,18 +2318,6 @@
2306
2318
  "notEmpty": true
2307
2319
  }
2308
2320
  },
2309
- {
2310
- "label": "Message ID expression",
2311
- "feel": "required",
2312
- "type": "String",
2313
- "optional": true,
2314
- "group": "activation",
2315
- "binding": {
2316
- "type": "zeebe:property",
2317
- "name": "messageIdExpression"
2318
- },
2319
- "description": "Expression to extract unique identifier of a message"
2320
- },
2321
2321
  {
2322
2322
  "label": "Activation condition",
2323
2323
  "type": "String",
@@ -2358,7 +2358,7 @@
2358
2358
  "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"
2359
2359
  },
2360
2360
  "engines": {
2361
- "camunda": "^8.4"
2361
+ "camunda": "^8.2"
2362
2362
  }
2363
2363
  },
2364
2364
  {
@@ -2366,14 +2366,15 @@
2366
2366
  "name": "Amazon SQS Intermediate Message Catch Event connector",
2367
2367
  "id": "io.camunda.connectors.AWSSQS.intermediate.v1",
2368
2368
  "description": "Receive messages from Amazon SQS.",
2369
- "metadata": {
2370
- "keywords": [
2371
- "receive message",
2372
- "receive event",
2373
- "receive message from queue",
2374
- "receive event from queue"
2375
- ]
2376
- },
2369
+ "keywords": [
2370
+ "receive message",
2371
+ "receive event",
2372
+ "receive message from queue",
2373
+ "receive event from queue",
2374
+ "event driven",
2375
+ "queue",
2376
+ "dequeue"
2377
+ ],
2377
2378
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
2378
2379
  "version": 10,
2379
2380
  "category": {
@@ -2676,15 +2677,18 @@
2676
2677
  },
2677
2678
  {
2678
2679
  "id": "messageNameUuid",
2680
+ "label": "Message name",
2679
2681
  "generatedValue": {
2680
2682
  "type": "uuid"
2681
2683
  },
2684
+ "feel": "optional",
2682
2685
  "group": "correlation",
2683
2686
  "binding": {
2684
2687
  "name": "name",
2685
2688
  "type": "bpmn:Message#property"
2686
2689
  },
2687
- "type": "Hidden"
2690
+ "tooltip": "By default, this is an auto-generated random UUID. We recommend using a unique message name for each connector element in the diagram. Override to set a custom message name. Learn more about <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-subscriptions\">message subscriptions</a> that power inbound connectors.",
2691
+ "type": "String"
2688
2692
  },
2689
2693
  {
2690
2694
  "id": "deduplicationModeManualFlag",
@@ -2753,7 +2757,7 @@
2753
2757
  {
2754
2758
  "id": "resultVariable",
2755
2759
  "label": "Result variable",
2756
- "description": "Name of variable to store the response in",
2760
+ "description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>.",
2757
2761
  "group": "output",
2758
2762
  "binding": {
2759
2763
  "name": "resultVariable",
@@ -2764,7 +2768,7 @@
2764
2768
  {
2765
2769
  "id": "resultExpression",
2766
2770
  "label": "Result expression",
2767
- "description": "Expression to map the response into process variables",
2771
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>.",
2768
2772
  "feel": "required",
2769
2773
  "group": "output",
2770
2774
  "binding": {