@camunda/connectors-element-templates 1.0.5 → 1.0.6

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 (84) hide show
  1. package/package.json +1 -1
  2. package/src/connectors.js +2 -0
  3. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +170 -13
  4. package/src/element-templates/agenticai-aiagent-outbound-connector.json +1596 -389
  5. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
  6. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -1
  7. package/src/element-templates/asana-connector.json +104 -104
  8. package/src/element-templates/automation-anywhere-outbound-connector.json +1207 -1201
  9. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  10. package/src/element-templates/aws-dynamodb-outbound-connector.json +1404 -1404
  11. package/src/element-templates/aws-eventbridge-connector-boundary.json +28 -28
  12. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  13. package/src/element-templates/aws-eventbridge-connector-start-event.json +13 -10
  14. package/src/element-templates/aws-eventbridge-outbound-connector.json +474 -474
  15. package/src/element-templates/aws-lambda-outbound-connector.json +51 -51
  16. package/src/element-templates/aws-s3-outbound-connector.json +30 -30
  17. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  18. package/src/element-templates/aws-sns-inbound-boundary.json +283 -283
  19. package/src/element-templates/aws-sns-inbound-intermediate.json +467 -467
  20. package/src/element-templates/aws-sns-inbound-message-start.json +98 -98
  21. package/src/element-templates/aws-sns-inbound-start-event.json +132 -132
  22. package/src/element-templates/aws-sns-outbound-connector.json +719 -719
  23. package/src/element-templates/aws-sqs-boundary-connector.json +420 -420
  24. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +958 -958
  25. package/src/element-templates/aws-sqs-outbound-connector.json +421 -421
  26. package/src/element-templates/aws-sqs-start-event-connector.json +388 -388
  27. package/src/element-templates/aws-sqs-start-message.json +463 -463
  28. package/src/element-templates/azure-blobstorage-outbound-connector.json +1 -1
  29. package/src/element-templates/azure-open-ai-connector.json +32 -32
  30. package/src/element-templates/blue-prism-connector.json +57 -57
  31. package/src/element-templates/box-outbound-connector.json +30 -30
  32. package/src/element-templates/csv-outbound-connector.json +392 -0
  33. package/src/element-templates/easy-post-connector.json +269 -269
  34. package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
  35. package/src/element-templates/email-outbound-connector.json +231 -231
  36. package/src/element-templates/embeddings-vector-database-outbound-connector.json +3473 -150
  37. package/src/element-templates/github-connector.json +2930 -2930
  38. package/src/element-templates/github-webhook-connector-boundary.json +21 -21
  39. package/src/element-templates/github-webhook-connector-intermediate.json +35 -35
  40. package/src/element-templates/github-webhook-connector-message-start.json +21 -21
  41. package/src/element-templates/github-webhook-connector-start-event.json +35 -32
  42. package/src/element-templates/gitlab-connector.json +1561 -1561
  43. package/src/element-templates/google-drive-outbound-connector.json +363 -363
  44. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  45. package/src/element-templates/google-maps-platform-connector.json +76 -76
  46. package/src/element-templates/google-sheets-outbound-connector.json +1177 -1177
  47. package/src/element-templates/graphql-outbound-connector.json +1182 -1182
  48. package/src/element-templates/http-json-connector.json +2332 -2332
  49. package/src/element-templates/http-polling-boundary-catch-event-connector.json +261 -558
  50. package/src/element-templates/http-polling-connector.json +259 -556
  51. package/src/element-templates/hugging-face-connector.json +34 -34
  52. package/src/element-templates/jdbc-outbound-connector.json +404 -2
  53. package/src/element-templates/kafka-inbound-connector-boundary.json +624 -624
  54. package/src/element-templates/kafka-inbound-connector-intermediate.json +1018 -1018
  55. package/src/element-templates/kafka-inbound-connector-start-message.json +532 -532
  56. package/src/element-templates/kafka-inbound-connector.json +240 -237
  57. package/src/element-templates/kafka-outbound-connector.json +588 -588
  58. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  59. package/src/element-templates/microsoft-teams-outbound-connector.json +3730 -3730
  60. package/src/element-templates/openai-connector.json +117 -117
  61. package/src/element-templates/operate-connector.json +68 -68
  62. package/src/element-templates/power-automate-connector.json +12 -12
  63. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +437 -437
  64. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +581 -581
  65. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +451 -451
  66. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +354 -354
  67. package/src/element-templates/rabbitmq-outbound-connector.json +666 -666
  68. package/src/element-templates/salesforce-connector.json +40 -40
  69. package/src/element-templates/sendgrid-outbound-connector.json +487 -487
  70. package/src/element-templates/slack-inbound-boundary.json +301 -301
  71. package/src/element-templates/slack-inbound-intermediate.json +307 -307
  72. package/src/element-templates/slack-inbound-message-start.json +350 -350
  73. package/src/element-templates/slack-inbound-start-event.json +213 -210
  74. package/src/element-templates/slack-outbound-connector.json +739 -739
  75. package/src/element-templates/twilio-connector.json +88 -88
  76. package/src/element-templates/twilio-webhook-connector.json +13 -10
  77. package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
  78. package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
  79. package/src/element-templates/uipath-connector.json +49 -49
  80. package/src/element-templates/webhook-connector-boundary.json +1644 -1644
  81. package/src/element-templates/webhook-connector-intermediate.json +972 -972
  82. package/src/element-templates/webhook-connector-start-event.json +556 -553
  83. package/src/element-templates/webhook-connector-start-message.json +33 -33
  84. package/src/element-templates/whatsapp-connector.json +6 -6
@@ -1,382 +1,691 @@
1
1
  [
2
2
  {
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
- "name": "Amazon SNS connector",
4
+ "name": "Amazon SNS Outbound connector",
5
5
  "id": "io.camunda.connectors.AWSSNS.v1",
6
- "description": "Send message to topic",
7
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
8
- "version": 4,
9
- "appliesTo": ["bpmn:Task"],
10
- "elementType": {
11
- "value": "bpmn:ServiceTask"
6
+ "description": "Send messages to Amazon SNS.",
7
+ "metadata": {
8
+ "keywords": ["send message", "publish message"]
12
9
  },
10
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=outbound",
11
+ "version": 8,
13
12
  "category": {
14
13
  "id": "connectors",
15
14
  "name": "Connectors"
16
15
  },
16
+ "appliesTo": ["bpmn:Task"],
17
+ "elementType": {
18
+ "value": "bpmn:ServiceTask"
19
+ },
20
+ "engines": {
21
+ "camunda": "^8.3"
22
+ },
17
23
  "groups": [
18
24
  {
19
25
  "id": "authentication",
20
26
  "label": "Authentication"
21
27
  },
22
28
  {
23
- "id": "topicProperties",
29
+ "id": "configuration",
24
30
  "label": "Topic properties"
25
31
  },
26
- {
27
- "id": "output",
28
- "label": "Output"
29
- },
30
32
  {
31
33
  "id": "input",
32
34
  "label": "Input message data"
33
35
  },
34
36
  {
35
- "id": "errors",
37
+ "id": "connector",
38
+ "label": "Connector"
39
+ },
40
+ {
41
+ "id": "output",
42
+ "label": "Output mapping"
43
+ },
44
+ {
45
+ "id": "error",
36
46
  "label": "Error handling"
47
+ },
48
+ {
49
+ "id": "retries",
50
+ "label": "Retries"
37
51
  }
38
52
  ],
39
53
  "properties": [
40
54
  {
41
- "type": "Hidden",
42
55
  "value": "io.camunda:aws-sns:1",
43
56
  "binding": {
44
- "type": "zeebe:taskDefinition",
45
- "property": "type"
46
- }
57
+ "property": "type",
58
+ "type": "zeebe:taskDefinition"
59
+ },
60
+ "type": "Hidden"
47
61
  },
48
62
  {
49
- "label": "Access key",
50
- "description": "Provide AWS IAM access key that has permission to publish to desired SNS topic",
63
+ "id": "authentication.type",
64
+ "label": "Authentication",
65
+ "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>",
66
+ "value": "credentials",
51
67
  "group": "authentication",
52
- "type": "String",
53
68
  "binding": {
54
- "type": "zeebe:input",
55
- "name": "authentication.accessKey"
69
+ "name": "authentication.type",
70
+ "type": "zeebe:input"
56
71
  },
72
+ "type": "Dropdown",
73
+ "choices": [
74
+ {
75
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
76
+ "value": "defaultCredentialsChain"
77
+ },
78
+ {
79
+ "name": "Credentials",
80
+ "value": "credentials"
81
+ }
82
+ ]
83
+ },
84
+ {
85
+ "id": "authentication.accessKey",
86
+ "label": "Access key",
87
+ "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
88
+ "optional": false,
57
89
  "constraints": {
58
90
  "notEmpty": true
59
- }
91
+ },
92
+ "feel": "optional",
93
+ "group": "authentication",
94
+ "binding": {
95
+ "name": "authentication.accessKey",
96
+ "type": "zeebe:input"
97
+ },
98
+ "condition": {
99
+ "property": "authentication.type",
100
+ "equals": "credentials",
101
+ "type": "simple"
102
+ },
103
+ "type": "String"
60
104
  },
61
105
  {
106
+ "id": "authentication.secretKey",
62
107
  "label": "Secret key",
63
- "description": "Provide AWS IAM secret key that has permission to publish to desired SNS topic",
108
+ "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
109
+ "optional": false,
110
+ "constraints": {
111
+ "notEmpty": true
112
+ },
113
+ "feel": "optional",
64
114
  "group": "authentication",
65
- "type": "String",
66
115
  "binding": {
67
- "type": "zeebe:input",
68
- "name": "authentication.secretKey"
116
+ "name": "authentication.secretKey",
117
+ "type": "zeebe:input"
69
118
  },
70
- "constraints": {
71
- "notEmpty": true
72
- }
119
+ "condition": {
120
+ "property": "authentication.type",
121
+ "equals": "credentials",
122
+ "type": "simple"
123
+ },
124
+ "type": "String"
73
125
  },
74
126
  {
127
+ "id": "topic.topicArn",
75
128
  "label": "Topic ARN",
76
129
  "description": "Specify the topic you want to publish to",
77
- "group": "topicProperties",
78
- "type": "String",
130
+ "optional": false,
131
+ "constraints": {
132
+ "notEmpty": true
133
+ },
134
+ "feel": "optional",
135
+ "group": "configuration",
79
136
  "binding": {
80
- "type": "zeebe:input",
81
- "name": "topic.topicArn"
137
+ "name": "topic.topicArn",
138
+ "type": "zeebe:input"
82
139
  },
140
+ "type": "String"
141
+ },
142
+ {
143
+ "id": "topic.type",
144
+ "label": "Topic type",
145
+ "description": "Select SNS topic type. Details at <a href=\"https://aws.amazon.com/sns/features/\">AWS SNS Features</a>",
146
+ "optional": false,
147
+ "value": "standard",
83
148
  "constraints": {
84
149
  "notEmpty": true
85
- }
150
+ },
151
+ "group": "configuration",
152
+ "binding": {
153
+ "name": "topic.type",
154
+ "type": "zeebe:input"
155
+ },
156
+ "type": "Dropdown",
157
+ "choices": [
158
+ {
159
+ "name": "Standard",
160
+ "value": "standard"
161
+ },
162
+ {
163
+ "name": "FIFO",
164
+ "value": "fifo"
165
+ }
166
+ ]
86
167
  },
87
168
  {
169
+ "id": "configuration.region",
88
170
  "label": "Region",
89
- "description": "Specify the AWS region of your topic",
90
- "group": "topicProperties",
91
- "type": "String",
92
- "binding": {
93
- "type": "zeebe:input",
94
- "name": "configuration.region"
95
- },
171
+ "description": "Specify the AWS region",
172
+ "optional": false,
96
173
  "constraints": {
97
174
  "notEmpty": true
98
175
  },
99
- "feel": "optional"
176
+ "feel": "optional",
177
+ "group": "configuration",
178
+ "binding": {
179
+ "name": "configuration.region",
180
+ "type": "zeebe:input"
181
+ },
182
+ "type": "String"
100
183
  },
101
184
  {
102
- "label": "Subject",
103
- "description": "Specify the subject of the message you want to publish in the SNS topic",
104
- "group": "input",
105
- "type": "String",
185
+ "id": "configuration.endpoint",
186
+ "label": "Endpoint",
187
+ "description": "Specify endpoint if need to use custom endpoint",
106
188
  "optional": true,
189
+ "group": "configuration",
107
190
  "binding": {
108
- "type": "zeebe:input",
109
- "name": "topic.subject"
110
- },
111
- "constraints": {
112
- "notEmpty": false,
113
- "maxLength": 99
191
+ "name": "configuration.endpoint",
192
+ "type": "zeebe:input"
114
193
  },
115
- "feel": "optional"
194
+ "type": "Hidden"
116
195
  },
117
196
  {
118
- "label": "Message",
119
- "description": "Data to publish in the SNS topic",
197
+ "id": "topic.messageGroupId",
198
+ "label": "Message group ID",
199
+ "description": "Message group ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/sns/latest/dg/fifo-message-grouping.html\">message grouping for FIFO topics</a> in the Amazon SNS developer guide",
200
+ "optional": false,
201
+ "feel": "optional",
120
202
  "group": "input",
121
- "type": "Text",
122
203
  "binding": {
123
- "type": "zeebe:input",
124
- "name": "topic.message"
204
+ "name": "topic.messageGroupId",
205
+ "type": "zeebe:input"
125
206
  },
126
- "constraints": {
127
- "notEmpty": true
207
+ "condition": {
208
+ "property": "topic.type",
209
+ "equals": "fifo",
210
+ "type": "simple"
128
211
  },
129
- "feel": "optional"
212
+ "type": "String"
130
213
  },
131
214
  {
132
- "label": "Message attributes",
133
- "description": "Message attributes metadata",
134
- "group": "input",
135
- "type": "Text",
215
+ "id": "topic.messageDeduplicationId",
216
+ "label": "Message deduplication ID",
217
+ "description": "Message deduplication ID. See also <a href=\"https://docs.aws.amazon.com/sns/latest/dg/fifo-message-dedup.html\">Message deduplication for FIFO topics</a> in the Amazon SNS developer guide",
136
218
  "optional": true,
219
+ "feel": "optional",
220
+ "group": "input",
137
221
  "binding": {
138
- "type": "zeebe:input",
139
- "name": "topic.messageAttributes"
222
+ "name": "topic.messageDeduplicationId",
223
+ "type": "zeebe:input"
140
224
  },
141
- "feel": "required"
142
- },
143
- {
144
- "label": "Result variable",
145
- "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>",
146
- "group": "output",
147
- "type": "String",
148
- "binding": {
149
- "type": "zeebe:taskHeader",
150
- "key": "resultVariable"
151
- }
225
+ "condition": {
226
+ "property": "topic.type",
227
+ "equals": "fifo",
228
+ "type": "simple"
229
+ },
230
+ "type": "String"
152
231
  },
153
232
  {
154
- "label": "Result expression",
155
- "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>",
156
- "group": "output",
157
- "type": "Text",
158
- "feel": "required",
233
+ "id": "topic.subject",
234
+ "label": "Subject",
235
+ "description": "Specify the subject of the message you want to publish in the SNS topic",
236
+ "optional": true,
237
+ "feel": "optional",
238
+ "group": "input",
159
239
  "binding": {
160
- "type": "zeebe:taskHeader",
161
- "key": "resultExpression"
162
- }
240
+ "name": "topic.subject",
241
+ "type": "zeebe:input"
242
+ },
243
+ "type": "String"
163
244
  },
164
245
  {
165
- "label": "Error expression",
166
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
167
- "group": "errors",
168
- "type": "Text",
246
+ "id": "topic.message",
247
+ "label": "Message",
248
+ "description": "Data to publish in the SNS topic",
249
+ "optional": false,
250
+ "constraints": {
251
+ "notEmpty": true
252
+ },
253
+ "feel": "optional",
254
+ "group": "input",
255
+ "binding": {
256
+ "name": "topic.message",
257
+ "type": "zeebe:input"
258
+ },
259
+ "type": "Text"
260
+ },
261
+ {
262
+ "id": "topic.messageAttributes",
263
+ "label": "messageAttributes",
264
+ "description": "Message attributes metadata",
265
+ "optional": true,
169
266
  "feel": "required",
267
+ "group": "input",
170
268
  "binding": {
171
- "type": "zeebe:taskHeader",
172
- "key": "errorExpression"
173
- }
269
+ "name": "topic.messageAttributes",
270
+ "type": "zeebe:input"
271
+ },
272
+ "type": "String"
273
+ },
274
+ {
275
+ "id": "version",
276
+ "label": "Version",
277
+ "description": "Version of the element template",
278
+ "value": "8",
279
+ "group": "connector",
280
+ "binding": {
281
+ "key": "elementTemplateVersion",
282
+ "type": "zeebe:taskHeader"
283
+ },
284
+ "type": "Hidden"
285
+ },
286
+ {
287
+ "id": "id",
288
+ "label": "ID",
289
+ "description": "ID of the element template",
290
+ "value": "io.camunda.connectors.AWSSNS.v1",
291
+ "group": "connector",
292
+ "binding": {
293
+ "key": "elementTemplateId",
294
+ "type": "zeebe:taskHeader"
295
+ },
296
+ "type": "Hidden"
297
+ },
298
+ {
299
+ "id": "resultVariable",
300
+ "label": "Result variable",
301
+ "description": "Name of variable to store the response in",
302
+ "group": "output",
303
+ "binding": {
304
+ "key": "resultVariable",
305
+ "type": "zeebe:taskHeader"
306
+ },
307
+ "type": "String"
308
+ },
309
+ {
310
+ "id": "resultExpression",
311
+ "label": "Result expression",
312
+ "description": "Expression to map the response into process variables",
313
+ "feel": "required",
314
+ "group": "output",
315
+ "binding": {
316
+ "key": "resultExpression",
317
+ "type": "zeebe:taskHeader"
318
+ },
319
+ "type": "Text"
320
+ },
321
+ {
322
+ "id": "errorExpression",
323
+ "label": "Error expression",
324
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
325
+ "feel": "required",
326
+ "group": "error",
327
+ "binding": {
328
+ "key": "errorExpression",
329
+ "type": "zeebe:taskHeader"
330
+ },
331
+ "type": "Text"
332
+ },
333
+ {
334
+ "id": "retryCount",
335
+ "label": "Retries",
336
+ "description": "Number of retries",
337
+ "value": "3",
338
+ "feel": "optional",
339
+ "group": "retries",
340
+ "binding": {
341
+ "property": "retries",
342
+ "type": "zeebe:taskDefinition"
343
+ },
344
+ "type": "String"
345
+ },
346
+ {
347
+ "id": "retryBackoff",
348
+ "label": "Retry backoff",
349
+ "description": "ISO-8601 duration to wait between retries",
350
+ "value": "PT0S",
351
+ "group": "retries",
352
+ "binding": {
353
+ "key": "retryBackoff",
354
+ "type": "zeebe:taskHeader"
355
+ },
356
+ "type": "String"
174
357
  }
175
358
  ],
176
359
  "icon": {
177
- "contents": "data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 80 80' 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/64/Arch_AWS-Simple-Notification-Service_64%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/64/Arch_AWS-Simple-Notification-Service_64' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon-Architecture-BG/64/Application-Integration' fill='url(%23linearGradient-1)'%3E%3Crect id='Rectangle' x='0' y='0' width='80' height='80'%3E%3C/rect%3E%3C/g%3E%3Cpath d='M17,38 C18.103,38 19,38.897 19,40 C19,41.103 18.103,42 17,42 C15.897,42 15,41.103 15,40 C15,38.897 15.897,38 17,38 L17,38 Z M41,64 C29.314,64 19.289,55.466 17.194,43.98 C18.965,43.894 20.427,42.659 20.857,41 L27,41 L27,39 L20.857,39 C20.427,37.342 18.966,36.107 17.195,36.02 C19.285,24.71 29.511,16 41,16 C45.313,16 49.832,17.622 54.429,20.821 L55.571,19.179 C50.633,15.743 45.73,14 41,14 C28.27,14 16.949,23.865 15.063,36.521 C13.839,37.207 13,38.5 13,40 C13,41.5 13.839,42.793 15.063,43.478 C16.97,56.341 28.056,66 41,66 C46.407,66 51.942,64.157 56.585,60.811 L55.415,59.189 C51.11,62.292 45.991,64 41,64 L41,64 Z M30.101,36.442 C31.955,36.895 34.275,37 36,37 C37.642,37 39.823,36.905 41.629,36.506 L37.105,45.553 C37.036,45.691 37,45.845 37,46 L37,50.453 C36.199,50.964 34.833,51.812 34,51.986 L34,46 C34,45.868 33.974,45.737 33.923,45.615 L30.101,36.442 Z M36,33 C40.025,33 42.174,33.604 42.841,34 C42.174,34.396 40.025,35 36,35 C31.975,35 29.826,34.396 29.159,34 C29.826,33.604 31.975,33 36,33 L36,33 Z M33,54 L34,54 C34.043,54 34.086,53.997 34.128,53.992 C35.352,53.833 36.909,52.887 38.272,52.013 L38.535,51.845 C38.824,51.661 39,51.342 39,51 L39,46.236 L44.559,35.12 C44.833,34.801 45,34.434 45,34 C45,31.39 39.361,31 36,31 C32.639,31 27,31.39 27,34 C27,34.366 27.12,34.684 27.32,34.967 L32,46.2 L32,53 C32,53.552 32.447,54 33,54 L33,54 Z M62,53 C63.103,53 64,53.897 64,55 C64,56.103 63.103,57 62,57 C60.897,57 60,56.103 60,55 C60,53.897 60.897,53 62,53 L62,53 Z M62,23 C63.103,23 64,23.897 64,25 C64,26.103 63.103,27 62,27 C60.897,27 60,26.103 60,25 C60,23.897 60.897,23 62,23 L62,23 Z M64,38 C65.103,38 66,38.897 66,40 C66,41.103 65.103,42 64,42 C62.897,42 62,41.103 62,40 C62,38.897 62.897,38 64,38 L64,38 Z M54,41 L60.143,41 C60.589,42.72 62.142,44 64,44 C66.206,44 68,42.206 68,40 C68,37.794 66.206,36 64,36 C62.142,36 60.589,37.28 60.143,39 L54,39 L54,26 L58.143,26 C58.589,27.72 60.142,29 62,29 C64.206,29 66,27.206 66,25 C66,22.794 64.206,21 62,21 C60.142,21 58.589,22.28 58.143,24 L53,24 C52.447,24 52,24.448 52,25 L52,39 L45,39 L45,41 L52,41 L52,55 C52,55.552 52.447,56 53,56 L58.143,56 C58.589,57.72 60.142,59 62,59 C64.206,59 66,57.206 66,55 C66,52.794 64.206,51 62,51 C60.142,51 58.589,52.28 58.143,54 L54,54 L54,41 Z' id='AWS-Simple-Notification-Service_Icon_64_Squid' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
178
- },
179
- "engines": {
180
- "camunda": "^8.2"
360
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA4MCA4MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS82NC9BcmNoX0FXUy1TaW1wbGUtTm90aWZpY2F0aW9uLVNlcnZpY2VfNjQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9JzAlJyB5MT0nMTAwJScgeDI9JzEwMCUnIHkyPScwJScgaWQ9J2xpbmVhckdyYWRpZW50LTEnPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPScjQjAwODREJyBvZmZzZXQ9JzAlJz48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNGRjRGOEInIG9mZnNldD0nMTAwJSc+PC9zdG9wPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0nSWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BV1MtU2ltcGxlLU5vdGlmaWNhdGlvbi1TZXJ2aWNlXzY0JyBzdHJva2U9J25vbmUnIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nbm9uZScKICAgICAgIGZpbGwtcnVsZT0nZXZlbm9kZCc+CiAgICAgICAgPGcgaWQ9J0ljb24tQXJjaGl0ZWN0dXJlLUJHLzY0L0FwcGxpY2F0aW9uLUludGVncmF0aW9uJyBmaWxsPSd1cmwoI2xpbmVhckdyYWRpZW50LTEpJz4KICAgICAgICAgICAgPHJlY3QgaWQ9J1JlY3RhbmdsZScgeD0nMCcgeT0nMCcgd2lkdGg9JzgwJyBoZWlnaHQ9JzgwJz48L3JlY3Q+CiAgICAgICAgPC9nPgogICAgICAgIDxwYXRoIGQ9J00xNywzOCBDMTguMTAzLDM4IDE5LDM4Ljg5NyAxOSw0MCBDMTksNDEuMTAzIDE4LjEwMyw0MiAxNyw0MiBDMTUuODk3LDQyIDE1LDQxLjEwMyAxNSw0MCBDMTUsMzguODk3IDE1Ljg5NywzOCAxNywzOCBMMTcsMzggWiBNNDEsNjQgQzI5LjMxNCw2NCAxOS4yODksNTUuNDY2IDE3LjE5NCw0My45OCBDMTguOTY1LDQzLjg5NCAyMC40MjcsNDIuNjU5IDIwLjg1Nyw0MSBMMjcsNDEgTDI3LDM5IEwyMC44NTcsMzkgQzIwLjQyNywzNy4zNDIgMTguOTY2LDM2LjEwNyAxNy4xOTUsMzYuMDIgQzE5LjI4NSwyNC43MSAyOS41MTEsMTYgNDEsMTYgQzQ1LjMxMywxNiA0OS44MzIsMTcuNjIyIDU0LjQyOSwyMC44MjEgTDU1LjU3MSwxOS4xNzkgQzUwLjYzMywxNS43NDMgNDUuNzMsMTQgNDEsMTQgQzI4LjI3LDE0IDE2Ljk0OSwyMy44NjUgMTUuMDYzLDM2LjUyMSBDMTMuODM5LDM3LjIwNyAxMywzOC41IDEzLDQwIEMxMyw0MS41IDEzLjgzOSw0Mi43OTMgMTUuMDYzLDQzLjQ3OCBDMTYuOTcsNTYuMzQxIDI4LjA1Niw2NiA0MSw2NiBDNDYuNDA3LDY2IDUxLjk0Miw2NC4xNTcgNTYuNTg1LDYwLjgxMSBMNTUuNDE1LDU5LjE4OSBDNTEuMTEsNjIuMjkyIDQ1Ljk5MSw2NCA0MSw2NCBMNDEsNjQgWiBNMzAuMTAxLDM2LjQ0MiBDMzEuOTU1LDM2Ljg5NSAzNC4yNzUsMzcgMzYsMzcgQzM3LjY0MiwzNyAzOS44MjMsMzYuOTA1IDQxLjYyOSwzNi41MDYgTDM3LjEwNSw0NS41NTMgQzM3LjAzNiw0NS42OTEgMzcsNDUuODQ1IDM3LDQ2IEwzNyw1MC40NTMgQzM2LjE5OSw1MC45NjQgMzQuODMzLDUxLjgxMiAzNCw1MS45ODYgTDM0LDQ2IEMzNCw0NS44NjggMzMuOTc0LDQ1LjczNyAzMy45MjMsNDUuNjE1IEwzMC4xMDEsMzYuNDQyIFogTTM2LDMzIEM0MC4wMjUsMzMgNDIuMTc0LDMzLjYwNCA0Mi44NDEsMzQgQzQyLjE3NCwzNC4zOTYgNDAuMDI1LDM1IDM2LDM1IEMzMS45NzUsMzUgMjkuODI2LDM0LjM5NiAyOS4xNTksMzQgQzI5LjgyNiwzMy42MDQgMzEuOTc1LDMzIDM2LDMzIEwzNiwzMyBaIE0zMyw1NCBMMzQsNTQgQzM0LjA0Myw1NCAzNC4wODYsNTMuOTk3IDM0LjEyOCw1My45OTIgQzM1LjM1Miw1My44MzMgMzYuOTA5LDUyLjg4NyAzOC4yNzIsNTIuMDEzIEwzOC41MzUsNTEuODQ1IEMzOC44MjQsNTEuNjYxIDM5LDUxLjM0MiAzOSw1MSBMMzksNDYuMjM2IEw0NC41NTksMzUuMTIgQzQ0LjgzMywzNC44MDEgNDUsMzQuNDM0IDQ1LDM0IEM0NSwzMS4zOSAzOS4zNjEsMzEgMzYsMzEgQzMyLjYzOSwzMSAyNywzMS4zOSAyNywzNCBDMjcsMzQuMzY2IDI3LjEyLDM0LjY4NCAyNy4zMiwzNC45NjcgTDMyLDQ2LjIgTDMyLDUzIEMzMiw1My41NTIgMzIuNDQ3LDU0IDMzLDU0IEwzMyw1NCBaIE02Miw1MyBDNjMuMTAzLDUzIDY0LDUzLjg5NyA2NCw1NSBDNjQsNTYuMTAzIDYzLjEwMyw1NyA2Miw1NyBDNjAuODk3LDU3IDYwLDU2LjEwMyA2MCw1NSBDNjAsNTMuODk3IDYwLjg5Nyw1MyA2Miw1MyBMNjIsNTMgWiBNNjIsMjMgQzYzLjEwMywyMyA2NCwyMy44OTcgNjQsMjUgQzY0LDI2LjEwMyA2My4xMDMsMjcgNjIsMjcgQzYwLjg5NywyNyA2MCwyNi4xMDMgNjAsMjUgQzYwLDIzLjg5NyA2MC44OTcsMjMgNjIsMjMgTDYyLDIzIFogTTY0LDM4IEM2NS4xMDMsMzggNjYsMzguODk3IDY2LDQwIEM2Niw0MS4xMDMgNjUuMTAzLDQyIDY0LDQyIEM2Mi44OTcsNDIgNjIsNDEuMTAzIDYyLDQwIEM2MiwzOC44OTcgNjIuODk3LDM4IDY0LDM4IEw2NCwzOCBaIE01NCw0MSBMNjAuMTQzLDQxIEM2MC41ODksNDIuNzIgNjIuMTQyLDQ0IDY0LDQ0IEM2Ni4yMDYsNDQgNjgsNDIuMjA2IDY4LDQwIEM2OCwzNy43OTQgNjYuMjA2LDM2IDY0LDM2IEM2Mi4xNDIsMzYgNjAuNTg5LDM3LjI4IDYwLjE0MywzOSBMNTQsMzkgTDU0LDI2IEw1OC4xNDMsMjYgQzU4LjU4OSwyNy43MiA2MC4xNDIsMjkgNjIsMjkgQzY0LjIwNiwyOSA2NiwyNy4yMDYgNjYsMjUgQzY2LDIyLjc5NCA2NC4yMDYsMjEgNjIsMjEgQzYwLjE0MiwyMSA1OC41ODksMjIuMjggNTguMTQzLDI0IEw1MywyNCBDNTIuNDQ3LDI0IDUyLDI0LjQ0OCA1MiwyNSBMNTIsMzkgTDQ1LDM5IEw0NSw0MSBMNTIsNDEgTDUyLDU1IEM1Miw1NS41NTIgNTIuNDQ3LDU2IDUzLDU2IEw1OC4xNDMsNTYgQzU4LjU4OSw1Ny43MiA2MC4xNDIsNTkgNjIsNTkgQzY0LjIwNiw1OSA2Niw1Ny4yMDYgNjYsNTUgQzY2LDUyLjc5NCA2NC4yMDYsNTEgNjIsNTEgQzYwLjE0Miw1MSA1OC41ODksNTIuMjggNTguMTQzLDU0IEw1NCw1NCBMNTQsNDEgWicKICAgICAgICAgICAgICBpZD0nQVdTLVNpbXBsZS1Ob3RpZmljYXRpb24tU2VydmljZV9JY29uXzY0X1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
181
361
  }
182
362
  },
183
363
  {
184
364
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
185
- "name": "Amazon SNS connector",
365
+ "name": "Amazon SNS Outbound connector",
186
366
  "id": "io.camunda.connectors.AWSSNS.v1",
187
367
  "description": "Send message to topic",
188
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
189
- "version": 3,
190
- "appliesTo": ["bpmn:Task"],
191
- "elementType": {
192
- "value": "bpmn:ServiceTask"
193
- },
368
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=outbound",
369
+ "version": 7,
194
370
  "category": {
195
371
  "id": "connectors",
196
372
  "name": "Connectors"
197
373
  },
374
+ "appliesTo": ["bpmn:Task"],
375
+ "elementType": {
376
+ "value": "bpmn:ServiceTask"
377
+ },
198
378
  "groups": [
199
379
  {
200
380
  "id": "authentication",
201
381
  "label": "Authentication"
202
382
  },
203
383
  {
204
- "id": "topicProperties",
384
+ "id": "configuration",
205
385
  "label": "Topic properties"
206
386
  },
207
- {
208
- "id": "output",
209
- "label": "Output"
210
- },
211
387
  {
212
388
  "id": "input",
213
389
  "label": "Input message data"
214
390
  },
215
391
  {
216
- "id": "errors",
392
+ "id": "output",
393
+ "label": "Output mapping"
394
+ },
395
+ {
396
+ "id": "error",
217
397
  "label": "Error handling"
398
+ },
399
+ {
400
+ "id": "retries",
401
+ "label": "Retries"
218
402
  }
219
403
  ],
220
404
  "properties": [
221
405
  {
222
- "type": "Hidden",
223
406
  "value": "io.camunda:aws-sns:1",
224
407
  "binding": {
225
- "type": "zeebe:taskDefinition",
226
- "property": "type"
227
- }
408
+ "property": "type",
409
+ "type": "zeebe:taskDefinition"
410
+ },
411
+ "type": "Hidden"
228
412
  },
229
413
  {
230
- "label": "Access key",
231
- "description": "Provide AWS IAM access key that has permission to publish to desired SNS topic",
414
+ "id": "authentication.type",
415
+ "label": "Authentication",
416
+ "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>",
417
+ "value": "credentials",
232
418
  "group": "authentication",
233
- "type": "String",
234
419
  "binding": {
235
- "type": "zeebe:input",
236
- "name": "authentication.accessKey"
420
+ "name": "authentication.type",
421
+ "type": "zeebe:input"
237
422
  },
238
- "constraints": {
239
- "notEmpty": true
240
- }
423
+ "type": "Dropdown",
424
+ "choices": [
425
+ {
426
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
427
+ "value": "defaultCredentialsChain"
428
+ },
429
+ {
430
+ "name": "Credentials",
431
+ "value": "credentials"
432
+ }
433
+ ]
241
434
  },
242
435
  {
243
- "label": "Secret key",
244
- "description": "Provide AWS IAM secret key that has permission to publish to desired SNS topic",
436
+ "id": "authentication.accessKey",
437
+ "label": "Access key",
438
+ "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
439
+ "optional": false,
440
+ "constraints": {
441
+ "notEmpty": true
442
+ },
443
+ "feel": "optional",
245
444
  "group": "authentication",
246
- "type": "String",
247
445
  "binding": {
248
- "type": "zeebe:input",
249
- "name": "authentication.secretKey"
446
+ "name": "authentication.accessKey",
447
+ "type": "zeebe:input"
250
448
  },
251
- "constraints": {
252
- "notEmpty": true
253
- }
449
+ "condition": {
450
+ "property": "authentication.type",
451
+ "equals": "credentials",
452
+ "type": "simple"
453
+ },
454
+ "type": "String"
254
455
  },
255
456
  {
256
- "type": "Hidden",
257
- "description": "This value forces to evaluate configuration first in order",
258
- "value": "nonce",
457
+ "id": "authentication.secretKey",
458
+ "label": "Secret key",
459
+ "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
460
+ "optional": false,
461
+ "constraints": {
462
+ "notEmpty": true
463
+ },
464
+ "feel": "optional",
465
+ "group": "authentication",
259
466
  "binding": {
260
- "type": "zeebe:input",
261
- "name": "configuration.nonce"
262
- }
467
+ "name": "authentication.secretKey",
468
+ "type": "zeebe:input"
469
+ },
470
+ "condition": {
471
+ "property": "authentication.type",
472
+ "equals": "credentials",
473
+ "type": "simple"
474
+ },
475
+ "type": "String"
263
476
  },
264
477
  {
478
+ "id": "topic.topicArn",
265
479
  "label": "Topic ARN",
266
480
  "description": "Specify the topic you want to publish to",
267
- "group": "topicProperties",
268
- "type": "String",
481
+ "optional": false,
482
+ "constraints": {
483
+ "notEmpty": true
484
+ },
485
+ "feel": "optional",
486
+ "group": "configuration",
269
487
  "binding": {
270
- "type": "zeebe:input",
271
- "name": "topic.topicArn"
488
+ "name": "topic.topicArn",
489
+ "type": "zeebe:input"
272
490
  },
491
+ "type": "String"
492
+ },
493
+ {
494
+ "id": "topic.type",
495
+ "label": "Topic type",
496
+ "description": "Select SNS topic type. Details at <a href=\"https://aws.amazon.com/sns/features/\">AWS SNS Features</a>",
497
+ "optional": false,
498
+ "value": "standard",
273
499
  "constraints": {
274
500
  "notEmpty": true
275
- }
501
+ },
502
+ "group": "configuration",
503
+ "binding": {
504
+ "name": "topic.type",
505
+ "type": "zeebe:input"
506
+ },
507
+ "type": "Dropdown",
508
+ "choices": [
509
+ {
510
+ "name": "Standard",
511
+ "value": "standard"
512
+ },
513
+ {
514
+ "name": "FIFO",
515
+ "value": "fifo"
516
+ }
517
+ ]
276
518
  },
277
519
  {
520
+ "id": "configuration.region",
278
521
  "label": "Region",
279
- "description": "Specify the AWS region of your topic",
280
- "group": "topicProperties",
281
- "type": "String",
522
+ "description": "Specify the AWS region",
523
+ "optional": true,
524
+ "feel": "optional",
525
+ "group": "configuration",
282
526
  "binding": {
283
- "type": "zeebe:input",
284
- "name": "configuration.region"
285
- },
286
- "constraints": {
287
- "notEmpty": true
527
+ "name": "configuration.region",
528
+ "type": "zeebe:input"
288
529
  },
289
- "feel": "optional"
530
+ "type": "String"
290
531
  },
291
532
  {
292
- "description": "Backwards compatible region",
293
- "type": "Hidden",
294
- "value": "=configuration.region",
533
+ "id": "configuration.endpoint",
534
+ "label": "Endpoint",
535
+ "description": "Specify endpoint if need to use custom endpoint",
536
+ "optional": true,
537
+ "group": "configuration",
295
538
  "binding": {
296
- "type": "zeebe:input",
297
- "name": "topic.region"
298
- }
539
+ "name": "configuration.endpoint",
540
+ "type": "zeebe:input"
541
+ },
542
+ "type": "Hidden"
299
543
  },
300
544
  {
301
- "label": "Subject",
302
- "description": "Specify the subject of the message you want to publish in the SNS topic",
545
+ "id": "topic.messageGroupId",
546
+ "label": "Message group ID",
547
+ "description": "Message group ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/sns/latest/dg/fifo-message-grouping.html\">message grouping for FIFO topics</a> in the Amazon SNS developer guide",
548
+ "optional": false,
549
+ "feel": "optional",
303
550
  "group": "input",
304
- "type": "String",
551
+ "binding": {
552
+ "name": "topic.messageGroupId",
553
+ "type": "zeebe:input"
554
+ },
555
+ "condition": {
556
+ "property": "topic.type",
557
+ "equals": "fifo",
558
+ "type": "simple"
559
+ },
560
+ "type": "String"
561
+ },
562
+ {
563
+ "id": "topic.messageDeduplicationId",
564
+ "label": "Message deduplication ID",
565
+ "description": "Message deduplication ID. See also <a href=\"https://docs.aws.amazon.com/sns/latest/dg/fifo-message-dedup.html\">Message deduplication for FIFO topics</a> in the Amazon SNS developer guide",
305
566
  "optional": true,
567
+ "feel": "optional",
568
+ "group": "input",
306
569
  "binding": {
307
- "type": "zeebe:input",
308
- "name": "topic.subject"
570
+ "name": "topic.messageDeduplicationId",
571
+ "type": "zeebe:input"
309
572
  },
310
- "constraints": {
311
- "notEmpty": false,
312
- "maxLength": 99
573
+ "condition": {
574
+ "property": "topic.type",
575
+ "equals": "fifo",
576
+ "type": "simple"
313
577
  },
314
- "feel": "optional"
578
+ "type": "String"
315
579
  },
316
580
  {
317
- "label": "Message",
318
- "description": "Data to publish in the SNS topic",
581
+ "id": "topic.subject",
582
+ "label": "Subject",
583
+ "description": "Specify the subject of the message you want to publish in the SNS topic",
584
+ "optional": true,
585
+ "feel": "optional",
319
586
  "group": "input",
320
- "type": "Text",
321
587
  "binding": {
322
- "type": "zeebe:input",
323
- "name": "topic.message"
588
+ "name": "topic.subject",
589
+ "type": "zeebe:input"
324
590
  },
591
+ "type": "String"
592
+ },
593
+ {
594
+ "id": "topic.message",
595
+ "label": "Message",
596
+ "description": "Data to publish in the SNS topic",
597
+ "optional": false,
325
598
  "constraints": {
326
599
  "notEmpty": true
327
600
  },
328
- "feel": "optional"
601
+ "feel": "optional",
602
+ "group": "input",
603
+ "binding": {
604
+ "name": "topic.message",
605
+ "type": "zeebe:input"
606
+ },
607
+ "type": "Text"
329
608
  },
330
609
  {
331
- "label": "Message attributes",
610
+ "id": "topic.messageAttributes",
611
+ "label": "messageAttributes",
332
612
  "description": "Message attributes metadata",
333
- "group": "input",
334
- "type": "Text",
335
613
  "optional": true,
614
+ "feel": "required",
615
+ "group": "input",
336
616
  "binding": {
337
- "type": "zeebe:input",
338
- "name": "topic.messageAttributes"
617
+ "name": "topic.messageAttributes",
618
+ "type": "zeebe:input"
339
619
  },
340
- "feel": "required"
620
+ "type": "String"
341
621
  },
342
622
  {
623
+ "id": "resultVariable",
343
624
  "label": "Result variable",
344
- "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>",
625
+ "description": "Name of variable to store the response in",
345
626
  "group": "output",
346
- "type": "String",
347
627
  "binding": {
348
- "type": "zeebe:taskHeader",
349
- "key": "resultVariable"
350
- }
628
+ "key": "resultVariable",
629
+ "type": "zeebe:taskHeader"
630
+ },
631
+ "type": "String"
632
+ },
633
+ {
634
+ "id": "resultExpression",
635
+ "label": "Result expression",
636
+ "description": "Expression to map the response into process variables",
637
+ "feel": "required",
638
+ "group": "output",
639
+ "binding": {
640
+ "key": "resultExpression",
641
+ "type": "zeebe:taskHeader"
642
+ },
643
+ "type": "Text"
644
+ },
645
+ {
646
+ "id": "errorExpression",
647
+ "label": "Error expression",
648
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
649
+ "feel": "required",
650
+ "group": "error",
651
+ "binding": {
652
+ "key": "errorExpression",
653
+ "type": "zeebe:taskHeader"
654
+ },
655
+ "type": "Text"
351
656
  },
352
657
  {
353
- "label": "Result expression",
354
- "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>",
355
- "group": "output",
356
- "type": "Text",
357
- "feel": "required",
658
+ "id": "retryCount",
659
+ "label": "Retries",
660
+ "description": "Number of retries",
661
+ "value": "3",
662
+ "feel": "optional",
663
+ "group": "retries",
358
664
  "binding": {
359
- "type": "zeebe:taskHeader",
360
- "key": "resultExpression"
361
- }
665
+ "property": "retries",
666
+ "type": "zeebe:taskDefinition"
667
+ },
668
+ "type": "String"
362
669
  },
363
670
  {
364
- "label": "Error expression",
365
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
366
- "group": "errors",
367
- "type": "Text",
368
- "feel": "required",
671
+ "id": "retryBackoff",
672
+ "label": "Retry backoff",
673
+ "description": "ISO-8601 duration to wait between retries",
674
+ "value": "PT0S",
675
+ "feel": "optional",
676
+ "group": "retries",
369
677
  "binding": {
370
- "type": "zeebe:taskHeader",
371
- "key": "errorExpression"
372
- }
678
+ "key": "retryBackoff",
679
+ "type": "zeebe:taskHeader"
680
+ },
681
+ "type": "String"
373
682
  }
374
683
  ],
375
684
  "icon": {
376
- "contents": "data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 80 80' 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/64/Arch_AWS-Simple-Notification-Service_64%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/64/Arch_AWS-Simple-Notification-Service_64' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon-Architecture-BG/64/Application-Integration' fill='url(%23linearGradient-1)'%3E%3Crect id='Rectangle' x='0' y='0' width='80' height='80'%3E%3C/rect%3E%3C/g%3E%3Cpath d='M17,38 C18.103,38 19,38.897 19,40 C19,41.103 18.103,42 17,42 C15.897,42 15,41.103 15,40 C15,38.897 15.897,38 17,38 L17,38 Z M41,64 C29.314,64 19.289,55.466 17.194,43.98 C18.965,43.894 20.427,42.659 20.857,41 L27,41 L27,39 L20.857,39 C20.427,37.342 18.966,36.107 17.195,36.02 C19.285,24.71 29.511,16 41,16 C45.313,16 49.832,17.622 54.429,20.821 L55.571,19.179 C50.633,15.743 45.73,14 41,14 C28.27,14 16.949,23.865 15.063,36.521 C13.839,37.207 13,38.5 13,40 C13,41.5 13.839,42.793 15.063,43.478 C16.97,56.341 28.056,66 41,66 C46.407,66 51.942,64.157 56.585,60.811 L55.415,59.189 C51.11,62.292 45.991,64 41,64 L41,64 Z M30.101,36.442 C31.955,36.895 34.275,37 36,37 C37.642,37 39.823,36.905 41.629,36.506 L37.105,45.553 C37.036,45.691 37,45.845 37,46 L37,50.453 C36.199,50.964 34.833,51.812 34,51.986 L34,46 C34,45.868 33.974,45.737 33.923,45.615 L30.101,36.442 Z M36,33 C40.025,33 42.174,33.604 42.841,34 C42.174,34.396 40.025,35 36,35 C31.975,35 29.826,34.396 29.159,34 C29.826,33.604 31.975,33 36,33 L36,33 Z M33,54 L34,54 C34.043,54 34.086,53.997 34.128,53.992 C35.352,53.833 36.909,52.887 38.272,52.013 L38.535,51.845 C38.824,51.661 39,51.342 39,51 L39,46.236 L44.559,35.12 C44.833,34.801 45,34.434 45,34 C45,31.39 39.361,31 36,31 C32.639,31 27,31.39 27,34 C27,34.366 27.12,34.684 27.32,34.967 L32,46.2 L32,53 C32,53.552 32.447,54 33,54 L33,54 Z M62,53 C63.103,53 64,53.897 64,55 C64,56.103 63.103,57 62,57 C60.897,57 60,56.103 60,55 C60,53.897 60.897,53 62,53 L62,53 Z M62,23 C63.103,23 64,23.897 64,25 C64,26.103 63.103,27 62,27 C60.897,27 60,26.103 60,25 C60,23.897 60.897,23 62,23 L62,23 Z M64,38 C65.103,38 66,38.897 66,40 C66,41.103 65.103,42 64,42 C62.897,42 62,41.103 62,40 C62,38.897 62.897,38 64,38 L64,38 Z M54,41 L60.143,41 C60.589,42.72 62.142,44 64,44 C66.206,44 68,42.206 68,40 C68,37.794 66.206,36 64,36 C62.142,36 60.589,37.28 60.143,39 L54,39 L54,26 L58.143,26 C58.589,27.72 60.142,29 62,29 C64.206,29 66,27.206 66,25 C66,22.794 64.206,21 62,21 C60.142,21 58.589,22.28 58.143,24 L53,24 C52.447,24 52,24.448 52,25 L52,39 L45,39 L45,41 L52,41 L52,55 C52,55.552 52.447,56 53,56 L58.143,56 C58.589,57.72 60.142,59 62,59 C64.206,59 66,57.206 66,55 C66,52.794 64.206,51 62,51 C60.142,51 58.589,52.28 58.143,54 L54,54 L54,41 Z' id='AWS-Simple-Notification-Service_Icon_64_Squid' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
685
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA4MCA4MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS82NC9BcmNoX0FXUy1TaW1wbGUtTm90aWZpY2F0aW9uLVNlcnZpY2VfNjQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9JzAlJyB5MT0nMTAwJScgeDI9JzEwMCUnIHkyPScwJScgaWQ9J2xpbmVhckdyYWRpZW50LTEnPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPScjQjAwODREJyBvZmZzZXQ9JzAlJz48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNGRjRGOEInIG9mZnNldD0nMTAwJSc+PC9zdG9wPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0nSWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BV1MtU2ltcGxlLU5vdGlmaWNhdGlvbi1TZXJ2aWNlXzY0JyBzdHJva2U9J25vbmUnIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nbm9uZScKICAgICAgIGZpbGwtcnVsZT0nZXZlbm9kZCc+CiAgICAgICAgPGcgaWQ9J0ljb24tQXJjaGl0ZWN0dXJlLUJHLzY0L0FwcGxpY2F0aW9uLUludGVncmF0aW9uJyBmaWxsPSd1cmwoI2xpbmVhckdyYWRpZW50LTEpJz4KICAgICAgICAgICAgPHJlY3QgaWQ9J1JlY3RhbmdsZScgeD0nMCcgeT0nMCcgd2lkdGg9JzgwJyBoZWlnaHQ9JzgwJz48L3JlY3Q+CiAgICAgICAgPC9nPgogICAgICAgIDxwYXRoIGQ9J00xNywzOCBDMTguMTAzLDM4IDE5LDM4Ljg5NyAxOSw0MCBDMTksNDEuMTAzIDE4LjEwMyw0MiAxNyw0MiBDMTUuODk3LDQyIDE1LDQxLjEwMyAxNSw0MCBDMTUsMzguODk3IDE1Ljg5NywzOCAxNywzOCBMMTcsMzggWiBNNDEsNjQgQzI5LjMxNCw2NCAxOS4yODksNTUuNDY2IDE3LjE5NCw0My45OCBDMTguOTY1LDQzLjg5NCAyMC40MjcsNDIuNjU5IDIwLjg1Nyw0MSBMMjcsNDEgTDI3LDM5IEwyMC44NTcsMzkgQzIwLjQyNywzNy4zNDIgMTguOTY2LDM2LjEwNyAxNy4xOTUsMzYuMDIgQzE5LjI4NSwyNC43MSAyOS41MTEsMTYgNDEsMTYgQzQ1LjMxMywxNiA0OS44MzIsMTcuNjIyIDU0LjQyOSwyMC44MjEgTDU1LjU3MSwxOS4xNzkgQzUwLjYzMywxNS43NDMgNDUuNzMsMTQgNDEsMTQgQzI4LjI3LDE0IDE2Ljk0OSwyMy44NjUgMTUuMDYzLDM2LjUyMSBDMTMuODM5LDM3LjIwNyAxMywzOC41IDEzLDQwIEMxMyw0MS41IDEzLjgzOSw0Mi43OTMgMTUuMDYzLDQzLjQ3OCBDMTYuOTcsNTYuMzQxIDI4LjA1Niw2NiA0MSw2NiBDNDYuNDA3LDY2IDUxLjk0Miw2NC4xNTcgNTYuNTg1LDYwLjgxMSBMNTUuNDE1LDU5LjE4OSBDNTEuMTEsNjIuMjkyIDQ1Ljk5MSw2NCA0MSw2NCBMNDEsNjQgWiBNMzAuMTAxLDM2LjQ0MiBDMzEuOTU1LDM2Ljg5NSAzNC4yNzUsMzcgMzYsMzcgQzM3LjY0MiwzNyAzOS44MjMsMzYuOTA1IDQxLjYyOSwzNi41MDYgTDM3LjEwNSw0NS41NTMgQzM3LjAzNiw0NS42OTEgMzcsNDUuODQ1IDM3LDQ2IEwzNyw1MC40NTMgQzM2LjE5OSw1MC45NjQgMzQuODMzLDUxLjgxMiAzNCw1MS45ODYgTDM0LDQ2IEMzNCw0NS44NjggMzMuOTc0LDQ1LjczNyAzMy45MjMsNDUuNjE1IEwzMC4xMDEsMzYuNDQyIFogTTM2LDMzIEM0MC4wMjUsMzMgNDIuMTc0LDMzLjYwNCA0Mi44NDEsMzQgQzQyLjE3NCwzNC4zOTYgNDAuMDI1LDM1IDM2LDM1IEMzMS45NzUsMzUgMjkuODI2LDM0LjM5NiAyOS4xNTksMzQgQzI5LjgyNiwzMy42MDQgMzEuOTc1LDMzIDM2LDMzIEwzNiwzMyBaIE0zMyw1NCBMMzQsNTQgQzM0LjA0Myw1NCAzNC4wODYsNTMuOTk3IDM0LjEyOCw1My45OTIgQzM1LjM1Miw1My44MzMgMzYuOTA5LDUyLjg4NyAzOC4yNzIsNTIuMDEzIEwzOC41MzUsNTEuODQ1IEMzOC44MjQsNTEuNjYxIDM5LDUxLjM0MiAzOSw1MSBMMzksNDYuMjM2IEw0NC41NTksMzUuMTIgQzQ0LjgzMywzNC44MDEgNDUsMzQuNDM0IDQ1LDM0IEM0NSwzMS4zOSAzOS4zNjEsMzEgMzYsMzEgQzMyLjYzOSwzMSAyNywzMS4zOSAyNywzNCBDMjcsMzQuMzY2IDI3LjEyLDM0LjY4NCAyNy4zMiwzNC45NjcgTDMyLDQ2LjIgTDMyLDUzIEMzMiw1My41NTIgMzIuNDQ3LDU0IDMzLDU0IEwzMyw1NCBaIE02Miw1MyBDNjMuMTAzLDUzIDY0LDUzLjg5NyA2NCw1NSBDNjQsNTYuMTAzIDYzLjEwMyw1NyA2Miw1NyBDNjAuODk3LDU3IDYwLDU2LjEwMyA2MCw1NSBDNjAsNTMuODk3IDYwLjg5Nyw1MyA2Miw1MyBMNjIsNTMgWiBNNjIsMjMgQzYzLjEwMywyMyA2NCwyMy44OTcgNjQsMjUgQzY0LDI2LjEwMyA2My4xMDMsMjcgNjIsMjcgQzYwLjg5NywyNyA2MCwyNi4xMDMgNjAsMjUgQzYwLDIzLjg5NyA2MC44OTcsMjMgNjIsMjMgTDYyLDIzIFogTTY0LDM4IEM2NS4xMDMsMzggNjYsMzguODk3IDY2LDQwIEM2Niw0MS4xMDMgNjUuMTAzLDQyIDY0LDQyIEM2Mi44OTcsNDIgNjIsNDEuMTAzIDYyLDQwIEM2MiwzOC44OTcgNjIuODk3LDM4IDY0LDM4IEw2NCwzOCBaIE01NCw0MSBMNjAuMTQzLDQxIEM2MC41ODksNDIuNzIgNjIuMTQyLDQ0IDY0LDQ0IEM2Ni4yMDYsNDQgNjgsNDIuMjA2IDY4LDQwIEM2OCwzNy43OTQgNjYuMjA2LDM2IDY0LDM2IEM2Mi4xNDIsMzYgNjAuNTg5LDM3LjI4IDYwLjE0MywzOSBMNTQsMzkgTDU0LDI2IEw1OC4xNDMsMjYgQzU4LjU4OSwyNy43MiA2MC4xNDIsMjkgNjIsMjkgQzY0LjIwNiwyOSA2NiwyNy4yMDYgNjYsMjUgQzY2LDIyLjc5NCA2NC4yMDYsMjEgNjIsMjEgQzYwLjE0MiwyMSA1OC41ODksMjIuMjggNTguMTQzLDI0IEw1MywyNCBDNTIuNDQ3LDI0IDUyLDI0LjQ0OCA1MiwyNSBMNTIsMzkgTDQ1LDM5IEw0NSw0MSBMNTIsNDEgTDUyLDU1IEM1Miw1NS41NTIgNTIuNDQ3LDU2IDUzLDU2IEw1OC4xNDMsNTYgQzU4LjU4OSw1Ny43MiA2MC4xNDIsNTkgNjIsNTkgQzY0LjIwNiw1OSA2Niw1Ny4yMDYgNjYsNTUgQzY2LDUyLjc5NCA2NC4yMDYsNTEgNjIsNTEgQzYwLjE0Miw1MSA1OC41ODksNTIuMjggNTguMTQzLDU0IEw1NCw1NCBMNTQsNDEgWicKICAgICAgICAgICAgICBpZD0nQVdTLVNpbXBsZS1Ob3RpZmljYXRpb24tU2VydmljZV9JY29uXzY0X1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
377
686
  },
378
687
  "engines": {
379
- "camunda": "^8.2"
688
+ "camunda": "^8.5"
380
689
  }
381
690
  },
382
691
  {
@@ -562,330 +871,183 @@
562
871
  },
563
872
  {
564
873
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
565
- "name": "Amazon SNS Outbound connector",
874
+ "name": "Amazon SNS connector",
566
875
  "id": "io.camunda.connectors.AWSSNS.v1",
567
876
  "description": "Send message to topic",
568
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=outbound",
569
- "version": 7,
570
- "category": {
571
- "id": "connectors",
572
- "name": "Connectors"
573
- },
877
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
878
+ "version": 4,
574
879
  "appliesTo": ["bpmn:Task"],
575
880
  "elementType": {
576
881
  "value": "bpmn:ServiceTask"
577
882
  },
883
+ "category": {
884
+ "id": "connectors",
885
+ "name": "Connectors"
886
+ },
578
887
  "groups": [
579
888
  {
580
889
  "id": "authentication",
581
890
  "label": "Authentication"
582
891
  },
583
892
  {
584
- "id": "configuration",
893
+ "id": "topicProperties",
585
894
  "label": "Topic properties"
586
895
  },
587
- {
588
- "id": "input",
589
- "label": "Input message data"
590
- },
591
896
  {
592
897
  "id": "output",
593
- "label": "Output mapping"
898
+ "label": "Output"
594
899
  },
595
900
  {
596
- "id": "error",
597
- "label": "Error handling"
901
+ "id": "input",
902
+ "label": "Input message data"
598
903
  },
599
904
  {
600
- "id": "retries",
601
- "label": "Retries"
905
+ "id": "errors",
906
+ "label": "Error handling"
602
907
  }
603
908
  ],
604
909
  "properties": [
605
910
  {
911
+ "type": "Hidden",
606
912
  "value": "io.camunda:aws-sns:1",
607
913
  "binding": {
608
- "property": "type",
609
- "type": "zeebe:taskDefinition"
610
- },
611
- "type": "Hidden"
914
+ "type": "zeebe:taskDefinition",
915
+ "property": "type"
916
+ }
612
917
  },
613
918
  {
614
- "id": "authentication.type",
615
- "label": "Authentication",
616
- "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>",
617
- "value": "credentials",
919
+ "label": "Access key",
920
+ "description": "Provide AWS IAM access key that has permission to publish to desired SNS topic",
618
921
  "group": "authentication",
922
+ "type": "String",
619
923
  "binding": {
620
- "name": "authentication.type",
621
- "type": "zeebe:input"
924
+ "type": "zeebe:input",
925
+ "name": "authentication.accessKey"
622
926
  },
623
- "type": "Dropdown",
624
- "choices": [
625
- {
626
- "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
627
- "value": "defaultCredentialsChain"
628
- },
629
- {
630
- "name": "Credentials",
631
- "value": "credentials"
632
- }
633
- ]
634
- },
635
- {
636
- "id": "authentication.accessKey",
637
- "label": "Access key",
638
- "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
639
- "optional": false,
640
927
  "constraints": {
641
928
  "notEmpty": true
642
- },
643
- "feel": "optional",
644
- "group": "authentication",
645
- "binding": {
646
- "name": "authentication.accessKey",
647
- "type": "zeebe:input"
648
- },
649
- "condition": {
650
- "property": "authentication.type",
651
- "equals": "credentials",
652
- "type": "simple"
653
- },
654
- "type": "String"
929
+ }
655
930
  },
656
931
  {
657
- "id": "authentication.secretKey",
658
932
  "label": "Secret key",
659
- "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
660
- "optional": false,
661
- "constraints": {
662
- "notEmpty": true
663
- },
664
- "feel": "optional",
933
+ "description": "Provide AWS IAM secret key that has permission to publish to desired SNS topic",
665
934
  "group": "authentication",
935
+ "type": "String",
666
936
  "binding": {
667
- "name": "authentication.secretKey",
668
- "type": "zeebe:input"
669
- },
670
- "condition": {
671
- "property": "authentication.type",
672
- "equals": "credentials",
673
- "type": "simple"
937
+ "type": "zeebe:input",
938
+ "name": "authentication.secretKey"
674
939
  },
675
- "type": "String"
940
+ "constraints": {
941
+ "notEmpty": true
942
+ }
676
943
  },
677
944
  {
678
- "id": "topic.topicArn",
679
945
  "label": "Topic ARN",
680
946
  "description": "Specify the topic you want to publish to",
681
- "optional": false,
682
- "constraints": {
683
- "notEmpty": true
684
- },
685
- "feel": "optional",
686
- "group": "configuration",
947
+ "group": "topicProperties",
948
+ "type": "String",
687
949
  "binding": {
688
- "name": "topic.topicArn",
689
- "type": "zeebe:input"
950
+ "type": "zeebe:input",
951
+ "name": "topic.topicArn"
690
952
  },
691
- "type": "String"
692
- },
693
- {
694
- "id": "topic.type",
695
- "label": "Topic type",
696
- "description": "Select SNS topic type. Details at <a href=\"https://aws.amazon.com/sns/features/\">AWS SNS Features</a>",
697
- "optional": false,
698
- "value": "standard",
699
953
  "constraints": {
700
954
  "notEmpty": true
701
- },
702
- "group": "configuration",
703
- "binding": {
704
- "name": "topic.type",
705
- "type": "zeebe:input"
706
- },
707
- "type": "Dropdown",
708
- "choices": [
709
- {
710
- "name": "Standard",
711
- "value": "standard"
712
- },
713
- {
714
- "name": "FIFO",
715
- "value": "fifo"
716
- }
717
- ]
955
+ }
718
956
  },
719
957
  {
720
- "id": "configuration.region",
721
958
  "label": "Region",
722
- "description": "Specify the AWS region",
723
- "optional": true,
724
- "feel": "optional",
725
- "group": "configuration",
726
- "binding": {
727
- "name": "configuration.region",
728
- "type": "zeebe:input"
729
- },
730
- "type": "String"
731
- },
732
- {
733
- "id": "configuration.endpoint",
734
- "label": "Endpoint",
735
- "description": "Specify endpoint if need to use custom endpoint",
736
- "optional": true,
737
- "group": "configuration",
738
- "binding": {
739
- "name": "configuration.endpoint",
740
- "type": "zeebe:input"
741
- },
742
- "type": "Hidden"
743
- },
744
- {
745
- "id": "topic.messageGroupId",
746
- "label": "Message group ID",
747
- "description": "Message group ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/sns/latest/dg/fifo-message-grouping.html\">message grouping for FIFO topics</a> in the Amazon SNS developer guide",
748
- "optional": false,
749
- "feel": "optional",
750
- "group": "input",
751
- "binding": {
752
- "name": "topic.messageGroupId",
753
- "type": "zeebe:input"
754
- },
755
- "condition": {
756
- "property": "topic.type",
757
- "equals": "fifo",
758
- "type": "simple"
759
- },
760
- "type": "String"
761
- },
762
- {
763
- "id": "topic.messageDeduplicationId",
764
- "label": "Message deduplication ID",
765
- "description": "Message deduplication ID. See also <a href=\"https://docs.aws.amazon.com/sns/latest/dg/fifo-message-dedup.html\">Message deduplication for FIFO topics</a> in the Amazon SNS developer guide",
766
- "optional": true,
767
- "feel": "optional",
768
- "group": "input",
959
+ "description": "Specify the AWS region of your topic",
960
+ "group": "topicProperties",
961
+ "type": "String",
769
962
  "binding": {
770
- "name": "topic.messageDeduplicationId",
771
- "type": "zeebe:input"
963
+ "type": "zeebe:input",
964
+ "name": "configuration.region"
772
965
  },
773
- "condition": {
774
- "property": "topic.type",
775
- "equals": "fifo",
776
- "type": "simple"
966
+ "constraints": {
967
+ "notEmpty": true
777
968
  },
778
- "type": "String"
969
+ "feel": "optional"
779
970
  },
780
971
  {
781
- "id": "topic.subject",
782
972
  "label": "Subject",
783
973
  "description": "Specify the subject of the message you want to publish in the SNS topic",
784
- "optional": true,
785
- "feel": "optional",
786
974
  "group": "input",
975
+ "type": "String",
976
+ "optional": true,
787
977
  "binding": {
788
- "name": "topic.subject",
789
- "type": "zeebe:input"
978
+ "type": "zeebe:input",
979
+ "name": "topic.subject"
980
+ },
981
+ "constraints": {
982
+ "notEmpty": false,
983
+ "maxLength": 99
790
984
  },
791
- "type": "String"
985
+ "feel": "optional"
792
986
  },
793
987
  {
794
- "id": "topic.message",
795
988
  "label": "Message",
796
989
  "description": "Data to publish in the SNS topic",
797
- "optional": false,
798
- "constraints": {
799
- "notEmpty": true
800
- },
801
- "feel": "optional",
802
990
  "group": "input",
991
+ "type": "Text",
803
992
  "binding": {
804
- "name": "topic.message",
805
- "type": "zeebe:input"
993
+ "type": "zeebe:input",
994
+ "name": "topic.message"
806
995
  },
807
- "type": "Text"
996
+ "constraints": {
997
+ "notEmpty": true
998
+ },
999
+ "feel": "optional"
808
1000
  },
809
1001
  {
810
- "id": "topic.messageAttributes",
811
- "label": "messageAttributes",
1002
+ "label": "Message attributes",
812
1003
  "description": "Message attributes metadata",
813
- "optional": true,
814
- "feel": "required",
815
1004
  "group": "input",
1005
+ "type": "Text",
1006
+ "optional": true,
816
1007
  "binding": {
817
- "name": "topic.messageAttributes",
818
- "type": "zeebe:input"
1008
+ "type": "zeebe:input",
1009
+ "name": "topic.messageAttributes"
819
1010
  },
820
- "type": "String"
1011
+ "feel": "required"
821
1012
  },
822
1013
  {
823
- "id": "resultVariable",
824
1014
  "label": "Result variable",
825
- "description": "Name of variable to store the response in",
1015
+ "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>",
826
1016
  "group": "output",
1017
+ "type": "String",
827
1018
  "binding": {
828
- "key": "resultVariable",
829
- "type": "zeebe:taskHeader"
830
- },
831
- "type": "String"
1019
+ "type": "zeebe:taskHeader",
1020
+ "key": "resultVariable"
1021
+ }
832
1022
  },
833
1023
  {
834
- "id": "resultExpression",
835
1024
  "label": "Result expression",
836
- "description": "Expression to map the response into process variables",
837
- "feel": "required",
1025
+ "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>",
838
1026
  "group": "output",
1027
+ "type": "Text",
1028
+ "feel": "required",
839
1029
  "binding": {
840
- "key": "resultExpression",
841
- "type": "zeebe:taskHeader"
842
- },
843
- "type": "Text"
1030
+ "type": "zeebe:taskHeader",
1031
+ "key": "resultExpression"
1032
+ }
844
1033
  },
845
1034
  {
846
- "id": "errorExpression",
847
1035
  "label": "Error expression",
848
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1036
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
1037
+ "group": "errors",
1038
+ "type": "Text",
849
1039
  "feel": "required",
850
- "group": "error",
851
- "binding": {
852
- "key": "errorExpression",
853
- "type": "zeebe:taskHeader"
854
- },
855
- "type": "Text"
856
- },
857
- {
858
- "id": "retryCount",
859
- "label": "Retries",
860
- "description": "Number of retries",
861
- "value": "3",
862
- "feel": "optional",
863
- "group": "retries",
864
- "binding": {
865
- "property": "retries",
866
- "type": "zeebe:taskDefinition"
867
- },
868
- "type": "String"
869
- },
870
- {
871
- "id": "retryBackoff",
872
- "label": "Retry backoff",
873
- "description": "ISO-8601 duration to wait between retries",
874
- "value": "PT0S",
875
- "feel": "optional",
876
- "group": "retries",
877
1040
  "binding": {
878
- "key": "retryBackoff",
879
- "type": "zeebe:taskHeader"
880
- },
881
- "type": "String"
1041
+ "type": "zeebe:taskHeader",
1042
+ "key": "errorExpression"
1043
+ }
882
1044
  }
883
1045
  ],
884
1046
  "icon": {
885
- "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA4MCA4MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS82NC9BcmNoX0FXUy1TaW1wbGUtTm90aWZpY2F0aW9uLVNlcnZpY2VfNjQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9JzAlJyB5MT0nMTAwJScgeDI9JzEwMCUnIHkyPScwJScgaWQ9J2xpbmVhckdyYWRpZW50LTEnPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPScjQjAwODREJyBvZmZzZXQ9JzAlJz48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNGRjRGOEInIG9mZnNldD0nMTAwJSc+PC9zdG9wPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0nSWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BV1MtU2ltcGxlLU5vdGlmaWNhdGlvbi1TZXJ2aWNlXzY0JyBzdHJva2U9J25vbmUnIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nbm9uZScKICAgICAgIGZpbGwtcnVsZT0nZXZlbm9kZCc+CiAgICAgICAgPGcgaWQ9J0ljb24tQXJjaGl0ZWN0dXJlLUJHLzY0L0FwcGxpY2F0aW9uLUludGVncmF0aW9uJyBmaWxsPSd1cmwoI2xpbmVhckdyYWRpZW50LTEpJz4KICAgICAgICAgICAgPHJlY3QgaWQ9J1JlY3RhbmdsZScgeD0nMCcgeT0nMCcgd2lkdGg9JzgwJyBoZWlnaHQ9JzgwJz48L3JlY3Q+CiAgICAgICAgPC9nPgogICAgICAgIDxwYXRoIGQ9J00xNywzOCBDMTguMTAzLDM4IDE5LDM4Ljg5NyAxOSw0MCBDMTksNDEuMTAzIDE4LjEwMyw0MiAxNyw0MiBDMTUuODk3LDQyIDE1LDQxLjEwMyAxNSw0MCBDMTUsMzguODk3IDE1Ljg5NywzOCAxNywzOCBMMTcsMzggWiBNNDEsNjQgQzI5LjMxNCw2NCAxOS4yODksNTUuNDY2IDE3LjE5NCw0My45OCBDMTguOTY1LDQzLjg5NCAyMC40MjcsNDIuNjU5IDIwLjg1Nyw0MSBMMjcsNDEgTDI3LDM5IEwyMC44NTcsMzkgQzIwLjQyNywzNy4zNDIgMTguOTY2LDM2LjEwNyAxNy4xOTUsMzYuMDIgQzE5LjI4NSwyNC43MSAyOS41MTEsMTYgNDEsMTYgQzQ1LjMxMywxNiA0OS44MzIsMTcuNjIyIDU0LjQyOSwyMC44MjEgTDU1LjU3MSwxOS4xNzkgQzUwLjYzMywxNS43NDMgNDUuNzMsMTQgNDEsMTQgQzI4LjI3LDE0IDE2Ljk0OSwyMy44NjUgMTUuMDYzLDM2LjUyMSBDMTMuODM5LDM3LjIwNyAxMywzOC41IDEzLDQwIEMxMyw0MS41IDEzLjgzOSw0Mi43OTMgMTUuMDYzLDQzLjQ3OCBDMTYuOTcsNTYuMzQxIDI4LjA1Niw2NiA0MSw2NiBDNDYuNDA3LDY2IDUxLjk0Miw2NC4xNTcgNTYuNTg1LDYwLjgxMSBMNTUuNDE1LDU5LjE4OSBDNTEuMTEsNjIuMjkyIDQ1Ljk5MSw2NCA0MSw2NCBMNDEsNjQgWiBNMzAuMTAxLDM2LjQ0MiBDMzEuOTU1LDM2Ljg5NSAzNC4yNzUsMzcgMzYsMzcgQzM3LjY0MiwzNyAzOS44MjMsMzYuOTA1IDQxLjYyOSwzNi41MDYgTDM3LjEwNSw0NS41NTMgQzM3LjAzNiw0NS42OTEgMzcsNDUuODQ1IDM3LDQ2IEwzNyw1MC40NTMgQzM2LjE5OSw1MC45NjQgMzQuODMzLDUxLjgxMiAzNCw1MS45ODYgTDM0LDQ2IEMzNCw0NS44NjggMzMuOTc0LDQ1LjczNyAzMy45MjMsNDUuNjE1IEwzMC4xMDEsMzYuNDQyIFogTTM2LDMzIEM0MC4wMjUsMzMgNDIuMTc0LDMzLjYwNCA0Mi44NDEsMzQgQzQyLjE3NCwzNC4zOTYgNDAuMDI1LDM1IDM2LDM1IEMzMS45NzUsMzUgMjkuODI2LDM0LjM5NiAyOS4xNTksMzQgQzI5LjgyNiwzMy42MDQgMzEuOTc1LDMzIDM2LDMzIEwzNiwzMyBaIE0zMyw1NCBMMzQsNTQgQzM0LjA0Myw1NCAzNC4wODYsNTMuOTk3IDM0LjEyOCw1My45OTIgQzM1LjM1Miw1My44MzMgMzYuOTA5LDUyLjg4NyAzOC4yNzIsNTIuMDEzIEwzOC41MzUsNTEuODQ1IEMzOC44MjQsNTEuNjYxIDM5LDUxLjM0MiAzOSw1MSBMMzksNDYuMjM2IEw0NC41NTksMzUuMTIgQzQ0LjgzMywzNC44MDEgNDUsMzQuNDM0IDQ1LDM0IEM0NSwzMS4zOSAzOS4zNjEsMzEgMzYsMzEgQzMyLjYzOSwzMSAyNywzMS4zOSAyNywzNCBDMjcsMzQuMzY2IDI3LjEyLDM0LjY4NCAyNy4zMiwzNC45NjcgTDMyLDQ2LjIgTDMyLDUzIEMzMiw1My41NTIgMzIuNDQ3LDU0IDMzLDU0IEwzMyw1NCBaIE02Miw1MyBDNjMuMTAzLDUzIDY0LDUzLjg5NyA2NCw1NSBDNjQsNTYuMTAzIDYzLjEwMyw1NyA2Miw1NyBDNjAuODk3LDU3IDYwLDU2LjEwMyA2MCw1NSBDNjAsNTMuODk3IDYwLjg5Nyw1MyA2Miw1MyBMNjIsNTMgWiBNNjIsMjMgQzYzLjEwMywyMyA2NCwyMy44OTcgNjQsMjUgQzY0LDI2LjEwMyA2My4xMDMsMjcgNjIsMjcgQzYwLjg5NywyNyA2MCwyNi4xMDMgNjAsMjUgQzYwLDIzLjg5NyA2MC44OTcsMjMgNjIsMjMgTDYyLDIzIFogTTY0LDM4IEM2NS4xMDMsMzggNjYsMzguODk3IDY2LDQwIEM2Niw0MS4xMDMgNjUuMTAzLDQyIDY0LDQyIEM2Mi44OTcsNDIgNjIsNDEuMTAzIDYyLDQwIEM2MiwzOC44OTcgNjIuODk3LDM4IDY0LDM4IEw2NCwzOCBaIE01NCw0MSBMNjAuMTQzLDQxIEM2MC41ODksNDIuNzIgNjIuMTQyLDQ0IDY0LDQ0IEM2Ni4yMDYsNDQgNjgsNDIuMjA2IDY4LDQwIEM2OCwzNy43OTQgNjYuMjA2LDM2IDY0LDM2IEM2Mi4xNDIsMzYgNjAuNTg5LDM3LjI4IDYwLjE0MywzOSBMNTQsMzkgTDU0LDI2IEw1OC4xNDMsMjYgQzU4LjU4OSwyNy43MiA2MC4xNDIsMjkgNjIsMjkgQzY0LjIwNiwyOSA2NiwyNy4yMDYgNjYsMjUgQzY2LDIyLjc5NCA2NC4yMDYsMjEgNjIsMjEgQzYwLjE0MiwyMSA1OC41ODksMjIuMjggNTguMTQzLDI0IEw1MywyNCBDNTIuNDQ3LDI0IDUyLDI0LjQ0OCA1MiwyNSBMNTIsMzkgTDQ1LDM5IEw0NSw0MSBMNTIsNDEgTDUyLDU1IEM1Miw1NS41NTIgNTIuNDQ3LDU2IDUzLDU2IEw1OC4xNDMsNTYgQzU4LjU4OSw1Ny43MiA2MC4xNDIsNTkgNjIsNTkgQzY0LjIwNiw1OSA2Niw1Ny4yMDYgNjYsNTUgQzY2LDUyLjc5NCA2NC4yMDYsNTEgNjIsNTEgQzYwLjE0Miw1MSA1OC41ODksNTIuMjggNTguMTQzLDU0IEw1NCw1NCBMNTQsNDEgWicKICAgICAgICAgICAgICBpZD0nQVdTLVNpbXBsZS1Ob3RpZmljYXRpb24tU2VydmljZV9JY29uXzY0X1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
1047
+ "contents": "data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 80 80' 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/64/Arch_AWS-Simple-Notification-Service_64%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/64/Arch_AWS-Simple-Notification-Service_64' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon-Architecture-BG/64/Application-Integration' fill='url(%23linearGradient-1)'%3E%3Crect id='Rectangle' x='0' y='0' width='80' height='80'%3E%3C/rect%3E%3C/g%3E%3Cpath d='M17,38 C18.103,38 19,38.897 19,40 C19,41.103 18.103,42 17,42 C15.897,42 15,41.103 15,40 C15,38.897 15.897,38 17,38 L17,38 Z M41,64 C29.314,64 19.289,55.466 17.194,43.98 C18.965,43.894 20.427,42.659 20.857,41 L27,41 L27,39 L20.857,39 C20.427,37.342 18.966,36.107 17.195,36.02 C19.285,24.71 29.511,16 41,16 C45.313,16 49.832,17.622 54.429,20.821 L55.571,19.179 C50.633,15.743 45.73,14 41,14 C28.27,14 16.949,23.865 15.063,36.521 C13.839,37.207 13,38.5 13,40 C13,41.5 13.839,42.793 15.063,43.478 C16.97,56.341 28.056,66 41,66 C46.407,66 51.942,64.157 56.585,60.811 L55.415,59.189 C51.11,62.292 45.991,64 41,64 L41,64 Z M30.101,36.442 C31.955,36.895 34.275,37 36,37 C37.642,37 39.823,36.905 41.629,36.506 L37.105,45.553 C37.036,45.691 37,45.845 37,46 L37,50.453 C36.199,50.964 34.833,51.812 34,51.986 L34,46 C34,45.868 33.974,45.737 33.923,45.615 L30.101,36.442 Z M36,33 C40.025,33 42.174,33.604 42.841,34 C42.174,34.396 40.025,35 36,35 C31.975,35 29.826,34.396 29.159,34 C29.826,33.604 31.975,33 36,33 L36,33 Z M33,54 L34,54 C34.043,54 34.086,53.997 34.128,53.992 C35.352,53.833 36.909,52.887 38.272,52.013 L38.535,51.845 C38.824,51.661 39,51.342 39,51 L39,46.236 L44.559,35.12 C44.833,34.801 45,34.434 45,34 C45,31.39 39.361,31 36,31 C32.639,31 27,31.39 27,34 C27,34.366 27.12,34.684 27.32,34.967 L32,46.2 L32,53 C32,53.552 32.447,54 33,54 L33,54 Z M62,53 C63.103,53 64,53.897 64,55 C64,56.103 63.103,57 62,57 C60.897,57 60,56.103 60,55 C60,53.897 60.897,53 62,53 L62,53 Z M62,23 C63.103,23 64,23.897 64,25 C64,26.103 63.103,27 62,27 C60.897,27 60,26.103 60,25 C60,23.897 60.897,23 62,23 L62,23 Z M64,38 C65.103,38 66,38.897 66,40 C66,41.103 65.103,42 64,42 C62.897,42 62,41.103 62,40 C62,38.897 62.897,38 64,38 L64,38 Z M54,41 L60.143,41 C60.589,42.72 62.142,44 64,44 C66.206,44 68,42.206 68,40 C68,37.794 66.206,36 64,36 C62.142,36 60.589,37.28 60.143,39 L54,39 L54,26 L58.143,26 C58.589,27.72 60.142,29 62,29 C64.206,29 66,27.206 66,25 C66,22.794 64.206,21 62,21 C60.142,21 58.589,22.28 58.143,24 L53,24 C52.447,24 52,24.448 52,25 L52,39 L45,39 L45,41 L52,41 L52,55 C52,55.552 52.447,56 53,56 L58.143,56 C58.589,57.72 60.142,59 62,59 C64.206,59 66,57.206 66,55 C66,52.794 64.206,51 62,51 C60.142,51 58.589,52.28 58.143,54 L54,54 L54,41 Z' id='AWS-Simple-Notification-Service_Icon_64_Squid' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
886
1048
  },
887
1049
  "engines": {
888
- "camunda": "^8.5"
1050
+ "camunda": "^8.2"
889
1051
  }
890
1052
  },
891
1053
  {
@@ -894,7 +1056,7 @@
894
1056
  "id": "io.camunda.connectors.AWSSNS.v1",
895
1057
  "description": "Send message to topic",
896
1058
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
897
- "version": 1,
1059
+ "version": 3,
898
1060
  "appliesTo": ["bpmn:Task"],
899
1061
  "elementType": {
900
1062
  "value": "bpmn:ServiceTask"
@@ -960,6 +1122,15 @@
960
1122
  "notEmpty": true
961
1123
  }
962
1124
  },
1125
+ {
1126
+ "type": "Hidden",
1127
+ "description": "This value forces to evaluate configuration first in order",
1128
+ "value": "nonce",
1129
+ "binding": {
1130
+ "type": "zeebe:input",
1131
+ "name": "configuration.nonce"
1132
+ }
1133
+ },
963
1134
  {
964
1135
  "label": "Topic ARN",
965
1136
  "description": "Specify the topic you want to publish to",
@@ -980,13 +1151,22 @@
980
1151
  "type": "String",
981
1152
  "binding": {
982
1153
  "type": "zeebe:input",
983
- "name": "topic.region"
1154
+ "name": "configuration.region"
984
1155
  },
985
1156
  "constraints": {
986
1157
  "notEmpty": true
987
1158
  },
988
1159
  "feel": "optional"
989
1160
  },
1161
+ {
1162
+ "description": "Backwards compatible region",
1163
+ "type": "Hidden",
1164
+ "value": "=configuration.region",
1165
+ "binding": {
1166
+ "type": "zeebe:input",
1167
+ "name": "topic.region"
1168
+ }
1169
+ },
990
1170
  {
991
1171
  "label": "Subject",
992
1172
  "description": "Specify the subject of the message you want to publish in the SNS topic",
@@ -1286,11 +1466,11 @@
1286
1466
  },
1287
1467
  {
1288
1468
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1289
- "name": "Amazon SNS Outbound connector",
1469
+ "name": "Amazon SNS connector",
1290
1470
  "id": "io.camunda.connectors.AWSSNS.v1",
1291
1471
  "description": "Send message to topic",
1292
1472
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
1293
- "version": 5,
1473
+ "version": 1,
1294
1474
  "appliesTo": ["bpmn:Task"],
1295
1475
  "elementType": {
1296
1476
  "value": "bpmn:ServiceTask"
@@ -1376,7 +1556,7 @@
1376
1556
  "type": "String",
1377
1557
  "binding": {
1378
1558
  "type": "zeebe:input",
1379
- "name": "configuration.region"
1559
+ "name": "topic.region"
1380
1560
  },
1381
1561
  "constraints": {
1382
1562
  "notEmpty": true
@@ -1469,22 +1649,16 @@
1469
1649
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1470
1650
  "name": "Amazon SNS Outbound connector",
1471
1651
  "id": "io.camunda.connectors.AWSSNS.v1",
1472
- "description": "Send messages to Amazon SNS.",
1473
- "metadata": {
1474
- "keywords": ["send message", "publish message"]
1475
- },
1476
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=outbound",
1477
- "version": 8,
1478
- "category": {
1479
- "id": "connectors",
1480
- "name": "Connectors"
1481
- },
1652
+ "description": "Send message to topic",
1653
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
1654
+ "version": 5,
1482
1655
  "appliesTo": ["bpmn:Task"],
1483
1656
  "elementType": {
1484
1657
  "value": "bpmn:ServiceTask"
1485
1658
  },
1486
- "engines": {
1487
- "camunda": "^8.3"
1659
+ "category": {
1660
+ "id": "connectors",
1661
+ "name": "Connectors"
1488
1662
  },
1489
1663
  "groups": [
1490
1664
  {
@@ -1492,338 +1666,164 @@
1492
1666
  "label": "Authentication"
1493
1667
  },
1494
1668
  {
1495
- "id": "configuration",
1669
+ "id": "topicProperties",
1496
1670
  "label": "Topic properties"
1497
1671
  },
1498
- {
1499
- "id": "input",
1500
- "label": "Input message data"
1501
- },
1502
- {
1503
- "id": "connector",
1504
- "label": "Connector"
1505
- },
1506
1672
  {
1507
1673
  "id": "output",
1508
- "label": "Output mapping"
1509
- },
1510
- {
1511
- "id": "error",
1512
- "label": "Error handling"
1513
- },
1514
- {
1515
- "id": "retries",
1516
- "label": "Retries"
1517
- }
1518
- ],
1519
- "properties": [
1520
- {
1521
- "value": "io.camunda:aws-sns:1",
1522
- "binding": {
1523
- "property": "type",
1524
- "type": "zeebe:taskDefinition"
1525
- },
1526
- "type": "Hidden"
1527
- },
1528
- {
1529
- "id": "authentication.type",
1530
- "label": "Authentication",
1531
- "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>",
1532
- "value": "credentials",
1533
- "group": "authentication",
1534
- "binding": {
1535
- "name": "authentication.type",
1536
- "type": "zeebe:input"
1537
- },
1538
- "type": "Dropdown",
1539
- "choices": [
1540
- {
1541
- "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
1542
- "value": "defaultCredentialsChain"
1543
- },
1544
- {
1545
- "name": "Credentials",
1546
- "value": "credentials"
1547
- }
1548
- ]
1549
- },
1550
- {
1551
- "id": "authentication.accessKey",
1552
- "label": "Access key",
1553
- "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
1554
- "optional": false,
1555
- "constraints": {
1556
- "notEmpty": true
1557
- },
1558
- "feel": "optional",
1559
- "group": "authentication",
1560
- "binding": {
1561
- "name": "authentication.accessKey",
1562
- "type": "zeebe:input"
1563
- },
1564
- "condition": {
1565
- "property": "authentication.type",
1566
- "equals": "credentials",
1567
- "type": "simple"
1568
- },
1569
- "type": "String"
1570
- },
1571
- {
1572
- "id": "authentication.secretKey",
1573
- "label": "Secret key",
1574
- "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
1575
- "optional": false,
1576
- "constraints": {
1577
- "notEmpty": true
1578
- },
1579
- "feel": "optional",
1580
- "group": "authentication",
1581
- "binding": {
1582
- "name": "authentication.secretKey",
1583
- "type": "zeebe:input"
1584
- },
1585
- "condition": {
1586
- "property": "authentication.type",
1587
- "equals": "credentials",
1588
- "type": "simple"
1589
- },
1590
- "type": "String"
1591
- },
1592
- {
1593
- "id": "topic.topicArn",
1594
- "label": "Topic ARN",
1595
- "description": "Specify the topic you want to publish to",
1596
- "optional": false,
1597
- "constraints": {
1598
- "notEmpty": true
1599
- },
1600
- "feel": "optional",
1601
- "group": "configuration",
1602
- "binding": {
1603
- "name": "topic.topicArn",
1604
- "type": "zeebe:input"
1605
- },
1606
- "type": "String"
1674
+ "label": "Output"
1607
1675
  },
1608
1676
  {
1609
- "id": "topic.type",
1610
- "label": "Topic type",
1611
- "description": "Select SNS topic type. Details at <a href=\"https://aws.amazon.com/sns/features/\">AWS SNS Features</a>",
1612
- "optional": false,
1613
- "value": "standard",
1614
- "constraints": {
1615
- "notEmpty": true
1616
- },
1617
- "group": "configuration",
1677
+ "id": "input",
1678
+ "label": "Input message data"
1679
+ },
1680
+ {
1681
+ "id": "errors",
1682
+ "label": "Error handling"
1683
+ }
1684
+ ],
1685
+ "properties": [
1686
+ {
1687
+ "type": "Hidden",
1688
+ "value": "io.camunda:aws-sns:1",
1618
1689
  "binding": {
1619
- "name": "topic.type",
1620
- "type": "zeebe:input"
1621
- },
1622
- "type": "Dropdown",
1623
- "choices": [
1624
- {
1625
- "name": "Standard",
1626
- "value": "standard"
1627
- },
1628
- {
1629
- "name": "FIFO",
1630
- "value": "fifo"
1631
- }
1632
- ]
1690
+ "type": "zeebe:taskDefinition",
1691
+ "property": "type"
1692
+ }
1633
1693
  },
1634
1694
  {
1635
- "id": "configuration.region",
1636
- "label": "Region",
1637
- "description": "Specify the AWS region",
1638
- "optional": false,
1639
- "constraints": {
1640
- "notEmpty": true
1641
- },
1642
- "feel": "optional",
1643
- "group": "configuration",
1695
+ "label": "Access key",
1696
+ "description": "Provide AWS IAM access key that has permission to publish to desired SNS topic",
1697
+ "group": "authentication",
1698
+ "type": "String",
1644
1699
  "binding": {
1645
- "name": "configuration.region",
1646
- "type": "zeebe:input"
1700
+ "type": "zeebe:input",
1701
+ "name": "authentication.accessKey"
1647
1702
  },
1648
- "type": "String"
1703
+ "constraints": {
1704
+ "notEmpty": true
1705
+ }
1649
1706
  },
1650
1707
  {
1651
- "id": "configuration.endpoint",
1652
- "label": "Endpoint",
1653
- "description": "Specify endpoint if need to use custom endpoint",
1654
- "optional": true,
1655
- "group": "configuration",
1708
+ "label": "Secret key",
1709
+ "description": "Provide AWS IAM secret key that has permission to publish to desired SNS topic",
1710
+ "group": "authentication",
1711
+ "type": "String",
1656
1712
  "binding": {
1657
- "name": "configuration.endpoint",
1658
- "type": "zeebe:input"
1713
+ "type": "zeebe:input",
1714
+ "name": "authentication.secretKey"
1659
1715
  },
1660
- "type": "Hidden"
1716
+ "constraints": {
1717
+ "notEmpty": true
1718
+ }
1661
1719
  },
1662
1720
  {
1663
- "id": "topic.messageGroupId",
1664
- "label": "Message group ID",
1665
- "description": "Message group ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/sns/latest/dg/fifo-message-grouping.html\">message grouping for FIFO topics</a> in the Amazon SNS developer guide",
1666
- "optional": false,
1667
- "feel": "optional",
1668
- "group": "input",
1721
+ "label": "Topic ARN",
1722
+ "description": "Specify the topic you want to publish to",
1723
+ "group": "topicProperties",
1724
+ "type": "String",
1669
1725
  "binding": {
1670
- "name": "topic.messageGroupId",
1671
- "type": "zeebe:input"
1672
- },
1673
- "condition": {
1674
- "property": "topic.type",
1675
- "equals": "fifo",
1676
- "type": "simple"
1726
+ "type": "zeebe:input",
1727
+ "name": "topic.topicArn"
1677
1728
  },
1678
- "type": "String"
1729
+ "constraints": {
1730
+ "notEmpty": true
1731
+ }
1679
1732
  },
1680
1733
  {
1681
- "id": "topic.messageDeduplicationId",
1682
- "label": "Message deduplication ID",
1683
- "description": "Message deduplication ID. See also <a href=\"https://docs.aws.amazon.com/sns/latest/dg/fifo-message-dedup.html\">Message deduplication for FIFO topics</a> in the Amazon SNS developer guide",
1684
- "optional": true,
1685
- "feel": "optional",
1686
- "group": "input",
1734
+ "label": "Region",
1735
+ "description": "Specify the AWS region of your topic",
1736
+ "group": "topicProperties",
1737
+ "type": "String",
1687
1738
  "binding": {
1688
- "name": "topic.messageDeduplicationId",
1689
- "type": "zeebe:input"
1739
+ "type": "zeebe:input",
1740
+ "name": "configuration.region"
1690
1741
  },
1691
- "condition": {
1692
- "property": "topic.type",
1693
- "equals": "fifo",
1694
- "type": "simple"
1742
+ "constraints": {
1743
+ "notEmpty": true
1695
1744
  },
1696
- "type": "String"
1745
+ "feel": "optional"
1697
1746
  },
1698
1747
  {
1699
- "id": "topic.subject",
1700
1748
  "label": "Subject",
1701
1749
  "description": "Specify the subject of the message you want to publish in the SNS topic",
1702
- "optional": true,
1703
- "feel": "optional",
1704
1750
  "group": "input",
1751
+ "type": "String",
1752
+ "optional": true,
1705
1753
  "binding": {
1706
- "name": "topic.subject",
1707
- "type": "zeebe:input"
1754
+ "type": "zeebe:input",
1755
+ "name": "topic.subject"
1708
1756
  },
1709
- "type": "String"
1757
+ "constraints": {
1758
+ "notEmpty": false,
1759
+ "maxLength": 99
1760
+ },
1761
+ "feel": "optional"
1710
1762
  },
1711
1763
  {
1712
- "id": "topic.message",
1713
1764
  "label": "Message",
1714
1765
  "description": "Data to publish in the SNS topic",
1715
- "optional": false,
1716
- "constraints": {
1717
- "notEmpty": true
1718
- },
1719
- "feel": "optional",
1720
1766
  "group": "input",
1767
+ "type": "Text",
1721
1768
  "binding": {
1722
- "name": "topic.message",
1723
- "type": "zeebe:input"
1769
+ "type": "zeebe:input",
1770
+ "name": "topic.message"
1724
1771
  },
1725
- "type": "Text"
1772
+ "constraints": {
1773
+ "notEmpty": true
1774
+ },
1775
+ "feel": "optional"
1726
1776
  },
1727
1777
  {
1728
- "id": "topic.messageAttributes",
1729
- "label": "messageAttributes",
1778
+ "label": "Message attributes",
1730
1779
  "description": "Message attributes metadata",
1731
- "optional": true,
1732
- "feel": "required",
1733
1780
  "group": "input",
1781
+ "type": "Text",
1782
+ "optional": true,
1734
1783
  "binding": {
1735
- "name": "topic.messageAttributes",
1736
- "type": "zeebe:input"
1737
- },
1738
- "type": "String"
1739
- },
1740
- {
1741
- "id": "version",
1742
- "label": "Version",
1743
- "description": "Version of the element template",
1744
- "value": "8",
1745
- "group": "connector",
1746
- "binding": {
1747
- "key": "elementTemplateVersion",
1748
- "type": "zeebe:taskHeader"
1749
- },
1750
- "type": "Hidden"
1751
- },
1752
- {
1753
- "id": "id",
1754
- "label": "ID",
1755
- "description": "ID of the element template",
1756
- "value": "io.camunda.connectors.AWSSNS.v1",
1757
- "group": "connector",
1758
- "binding": {
1759
- "key": "elementTemplateId",
1760
- "type": "zeebe:taskHeader"
1784
+ "type": "zeebe:input",
1785
+ "name": "topic.messageAttributes"
1761
1786
  },
1762
- "type": "Hidden"
1787
+ "feel": "required"
1763
1788
  },
1764
1789
  {
1765
- "id": "resultVariable",
1766
1790
  "label": "Result variable",
1767
- "description": "Name of variable to store the response in",
1791
+ "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>",
1768
1792
  "group": "output",
1793
+ "type": "String",
1769
1794
  "binding": {
1770
- "key": "resultVariable",
1771
- "type": "zeebe:taskHeader"
1772
- },
1773
- "type": "String"
1795
+ "type": "zeebe:taskHeader",
1796
+ "key": "resultVariable"
1797
+ }
1774
1798
  },
1775
1799
  {
1776
- "id": "resultExpression",
1777
1800
  "label": "Result expression",
1778
- "description": "Expression to map the response into process variables",
1779
- "feel": "required",
1801
+ "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>",
1780
1802
  "group": "output",
1803
+ "type": "Text",
1804
+ "feel": "required",
1781
1805
  "binding": {
1782
- "key": "resultExpression",
1783
- "type": "zeebe:taskHeader"
1784
- },
1785
- "type": "Text"
1806
+ "type": "zeebe:taskHeader",
1807
+ "key": "resultExpression"
1808
+ }
1786
1809
  },
1787
1810
  {
1788
- "id": "errorExpression",
1789
1811
  "label": "Error expression",
1790
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1812
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
1813
+ "group": "errors",
1814
+ "type": "Text",
1791
1815
  "feel": "required",
1792
- "group": "error",
1793
- "binding": {
1794
- "key": "errorExpression",
1795
- "type": "zeebe:taskHeader"
1796
- },
1797
- "type": "Text"
1798
- },
1799
- {
1800
- "id": "retryCount",
1801
- "label": "Retries",
1802
- "description": "Number of retries",
1803
- "value": "3",
1804
- "feel": "optional",
1805
- "group": "retries",
1806
- "binding": {
1807
- "property": "retries",
1808
- "type": "zeebe:taskDefinition"
1809
- },
1810
- "type": "String"
1811
- },
1812
- {
1813
- "id": "retryBackoff",
1814
- "label": "Retry backoff",
1815
- "description": "ISO-8601 duration to wait between retries",
1816
- "value": "PT0S",
1817
- "group": "retries",
1818
1816
  "binding": {
1819
- "key": "retryBackoff",
1820
- "type": "zeebe:taskHeader"
1821
- },
1822
- "type": "String"
1817
+ "type": "zeebe:taskHeader",
1818
+ "key": "errorExpression"
1819
+ }
1823
1820
  }
1824
1821
  ],
1825
1822
  "icon": {
1826
- "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA4MCA4MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS82NC9BcmNoX0FXUy1TaW1wbGUtTm90aWZpY2F0aW9uLVNlcnZpY2VfNjQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9JzAlJyB5MT0nMTAwJScgeDI9JzEwMCUnIHkyPScwJScgaWQ9J2xpbmVhckdyYWRpZW50LTEnPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPScjQjAwODREJyBvZmZzZXQ9JzAlJz48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNGRjRGOEInIG9mZnNldD0nMTAwJSc+PC9zdG9wPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0nSWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BV1MtU2ltcGxlLU5vdGlmaWNhdGlvbi1TZXJ2aWNlXzY0JyBzdHJva2U9J25vbmUnIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nbm9uZScKICAgICAgIGZpbGwtcnVsZT0nZXZlbm9kZCc+CiAgICAgICAgPGcgaWQ9J0ljb24tQXJjaGl0ZWN0dXJlLUJHLzY0L0FwcGxpY2F0aW9uLUludGVncmF0aW9uJyBmaWxsPSd1cmwoI2xpbmVhckdyYWRpZW50LTEpJz4KICAgICAgICAgICAgPHJlY3QgaWQ9J1JlY3RhbmdsZScgeD0nMCcgeT0nMCcgd2lkdGg9JzgwJyBoZWlnaHQ9JzgwJz48L3JlY3Q+CiAgICAgICAgPC9nPgogICAgICAgIDxwYXRoIGQ9J00xNywzOCBDMTguMTAzLDM4IDE5LDM4Ljg5NyAxOSw0MCBDMTksNDEuMTAzIDE4LjEwMyw0MiAxNyw0MiBDMTUuODk3LDQyIDE1LDQxLjEwMyAxNSw0MCBDMTUsMzguODk3IDE1Ljg5NywzOCAxNywzOCBMMTcsMzggWiBNNDEsNjQgQzI5LjMxNCw2NCAxOS4yODksNTUuNDY2IDE3LjE5NCw0My45OCBDMTguOTY1LDQzLjg5NCAyMC40MjcsNDIuNjU5IDIwLjg1Nyw0MSBMMjcsNDEgTDI3LDM5IEwyMC44NTcsMzkgQzIwLjQyNywzNy4zNDIgMTguOTY2LDM2LjEwNyAxNy4xOTUsMzYuMDIgQzE5LjI4NSwyNC43MSAyOS41MTEsMTYgNDEsMTYgQzQ1LjMxMywxNiA0OS44MzIsMTcuNjIyIDU0LjQyOSwyMC44MjEgTDU1LjU3MSwxOS4xNzkgQzUwLjYzMywxNS43NDMgNDUuNzMsMTQgNDEsMTQgQzI4LjI3LDE0IDE2Ljk0OSwyMy44NjUgMTUuMDYzLDM2LjUyMSBDMTMuODM5LDM3LjIwNyAxMywzOC41IDEzLDQwIEMxMyw0MS41IDEzLjgzOSw0Mi43OTMgMTUuMDYzLDQzLjQ3OCBDMTYuOTcsNTYuMzQxIDI4LjA1Niw2NiA0MSw2NiBDNDYuNDA3LDY2IDUxLjk0Miw2NC4xNTcgNTYuNTg1LDYwLjgxMSBMNTUuNDE1LDU5LjE4OSBDNTEuMTEsNjIuMjkyIDQ1Ljk5MSw2NCA0MSw2NCBMNDEsNjQgWiBNMzAuMTAxLDM2LjQ0MiBDMzEuOTU1LDM2Ljg5NSAzNC4yNzUsMzcgMzYsMzcgQzM3LjY0MiwzNyAzOS44MjMsMzYuOTA1IDQxLjYyOSwzNi41MDYgTDM3LjEwNSw0NS41NTMgQzM3LjAzNiw0NS42OTEgMzcsNDUuODQ1IDM3LDQ2IEwzNyw1MC40NTMgQzM2LjE5OSw1MC45NjQgMzQuODMzLDUxLjgxMiAzNCw1MS45ODYgTDM0LDQ2IEMzNCw0NS44NjggMzMuOTc0LDQ1LjczNyAzMy45MjMsNDUuNjE1IEwzMC4xMDEsMzYuNDQyIFogTTM2LDMzIEM0MC4wMjUsMzMgNDIuMTc0LDMzLjYwNCA0Mi44NDEsMzQgQzQyLjE3NCwzNC4zOTYgNDAuMDI1LDM1IDM2LDM1IEMzMS45NzUsMzUgMjkuODI2LDM0LjM5NiAyOS4xNTksMzQgQzI5LjgyNiwzMy42MDQgMzEuOTc1LDMzIDM2LDMzIEwzNiwzMyBaIE0zMyw1NCBMMzQsNTQgQzM0LjA0Myw1NCAzNC4wODYsNTMuOTk3IDM0LjEyOCw1My45OTIgQzM1LjM1Miw1My44MzMgMzYuOTA5LDUyLjg4NyAzOC4yNzIsNTIuMDEzIEwzOC41MzUsNTEuODQ1IEMzOC44MjQsNTEuNjYxIDM5LDUxLjM0MiAzOSw1MSBMMzksNDYuMjM2IEw0NC41NTksMzUuMTIgQzQ0LjgzMywzNC44MDEgNDUsMzQuNDM0IDQ1LDM0IEM0NSwzMS4zOSAzOS4zNjEsMzEgMzYsMzEgQzMyLjYzOSwzMSAyNywzMS4zOSAyNywzNCBDMjcsMzQuMzY2IDI3LjEyLDM0LjY4NCAyNy4zMiwzNC45NjcgTDMyLDQ2LjIgTDMyLDUzIEMzMiw1My41NTIgMzIuNDQ3LDU0IDMzLDU0IEwzMyw1NCBaIE02Miw1MyBDNjMuMTAzLDUzIDY0LDUzLjg5NyA2NCw1NSBDNjQsNTYuMTAzIDYzLjEwMyw1NyA2Miw1NyBDNjAuODk3LDU3IDYwLDU2LjEwMyA2MCw1NSBDNjAsNTMuODk3IDYwLjg5Nyw1MyA2Miw1MyBMNjIsNTMgWiBNNjIsMjMgQzYzLjEwMywyMyA2NCwyMy44OTcgNjQsMjUgQzY0LDI2LjEwMyA2My4xMDMsMjcgNjIsMjcgQzYwLjg5NywyNyA2MCwyNi4xMDMgNjAsMjUgQzYwLDIzLjg5NyA2MC44OTcsMjMgNjIsMjMgTDYyLDIzIFogTTY0LDM4IEM2NS4xMDMsMzggNjYsMzguODk3IDY2LDQwIEM2Niw0MS4xMDMgNjUuMTAzLDQyIDY0LDQyIEM2Mi44OTcsNDIgNjIsNDEuMTAzIDYyLDQwIEM2MiwzOC44OTcgNjIuODk3LDM4IDY0LDM4IEw2NCwzOCBaIE01NCw0MSBMNjAuMTQzLDQxIEM2MC41ODksNDIuNzIgNjIuMTQyLDQ0IDY0LDQ0IEM2Ni4yMDYsNDQgNjgsNDIuMjA2IDY4LDQwIEM2OCwzNy43OTQgNjYuMjA2LDM2IDY0LDM2IEM2Mi4xNDIsMzYgNjAuNTg5LDM3LjI4IDYwLjE0MywzOSBMNTQsMzkgTDU0LDI2IEw1OC4xNDMsMjYgQzU4LjU4OSwyNy43MiA2MC4xNDIsMjkgNjIsMjkgQzY0LjIwNiwyOSA2NiwyNy4yMDYgNjYsMjUgQzY2LDIyLjc5NCA2NC4yMDYsMjEgNjIsMjEgQzYwLjE0MiwyMSA1OC41ODksMjIuMjggNTguMTQzLDI0IEw1MywyNCBDNTIuNDQ3LDI0IDUyLDI0LjQ0OCA1MiwyNSBMNTIsMzkgTDQ1LDM5IEw0NSw0MSBMNTIsNDEgTDUyLDU1IEM1Miw1NS41NTIgNTIuNDQ3LDU2IDUzLDU2IEw1OC4xNDMsNTYgQzU4LjU4OSw1Ny43MiA2MC4xNDIsNTkgNjIsNTkgQzY0LjIwNiw1OSA2Niw1Ny4yMDYgNjYsNTUgQzY2LDUyLjc5NCA2NC4yMDYsNTEgNjIsNTEgQzYwLjE0Miw1MSA1OC41ODksNTIuMjggNTguMTQzLDU0IEw1NCw1NCBMNTQsNDEgWicKICAgICAgICAgICAgICBpZD0nQVdTLVNpbXBsZS1Ob3RpZmljYXRpb24tU2VydmljZV9JY29uXzY0X1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
1823
+ "contents": "data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 80 80' 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/64/Arch_AWS-Simple-Notification-Service_64%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/64/Arch_AWS-Simple-Notification-Service_64' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon-Architecture-BG/64/Application-Integration' fill='url(%23linearGradient-1)'%3E%3Crect id='Rectangle' x='0' y='0' width='80' height='80'%3E%3C/rect%3E%3C/g%3E%3Cpath d='M17,38 C18.103,38 19,38.897 19,40 C19,41.103 18.103,42 17,42 C15.897,42 15,41.103 15,40 C15,38.897 15.897,38 17,38 L17,38 Z M41,64 C29.314,64 19.289,55.466 17.194,43.98 C18.965,43.894 20.427,42.659 20.857,41 L27,41 L27,39 L20.857,39 C20.427,37.342 18.966,36.107 17.195,36.02 C19.285,24.71 29.511,16 41,16 C45.313,16 49.832,17.622 54.429,20.821 L55.571,19.179 C50.633,15.743 45.73,14 41,14 C28.27,14 16.949,23.865 15.063,36.521 C13.839,37.207 13,38.5 13,40 C13,41.5 13.839,42.793 15.063,43.478 C16.97,56.341 28.056,66 41,66 C46.407,66 51.942,64.157 56.585,60.811 L55.415,59.189 C51.11,62.292 45.991,64 41,64 L41,64 Z M30.101,36.442 C31.955,36.895 34.275,37 36,37 C37.642,37 39.823,36.905 41.629,36.506 L37.105,45.553 C37.036,45.691 37,45.845 37,46 L37,50.453 C36.199,50.964 34.833,51.812 34,51.986 L34,46 C34,45.868 33.974,45.737 33.923,45.615 L30.101,36.442 Z M36,33 C40.025,33 42.174,33.604 42.841,34 C42.174,34.396 40.025,35 36,35 C31.975,35 29.826,34.396 29.159,34 C29.826,33.604 31.975,33 36,33 L36,33 Z M33,54 L34,54 C34.043,54 34.086,53.997 34.128,53.992 C35.352,53.833 36.909,52.887 38.272,52.013 L38.535,51.845 C38.824,51.661 39,51.342 39,51 L39,46.236 L44.559,35.12 C44.833,34.801 45,34.434 45,34 C45,31.39 39.361,31 36,31 C32.639,31 27,31.39 27,34 C27,34.366 27.12,34.684 27.32,34.967 L32,46.2 L32,53 C32,53.552 32.447,54 33,54 L33,54 Z M62,53 C63.103,53 64,53.897 64,55 C64,56.103 63.103,57 62,57 C60.897,57 60,56.103 60,55 C60,53.897 60.897,53 62,53 L62,53 Z M62,23 C63.103,23 64,23.897 64,25 C64,26.103 63.103,27 62,27 C60.897,27 60,26.103 60,25 C60,23.897 60.897,23 62,23 L62,23 Z M64,38 C65.103,38 66,38.897 66,40 C66,41.103 65.103,42 64,42 C62.897,42 62,41.103 62,40 C62,38.897 62.897,38 64,38 L64,38 Z M54,41 L60.143,41 C60.589,42.72 62.142,44 64,44 C66.206,44 68,42.206 68,40 C68,37.794 66.206,36 64,36 C62.142,36 60.589,37.28 60.143,39 L54,39 L54,26 L58.143,26 C58.589,27.72 60.142,29 62,29 C64.206,29 66,27.206 66,25 C66,22.794 64.206,21 62,21 C60.142,21 58.589,22.28 58.143,24 L53,24 C52.447,24 52,24.448 52,25 L52,39 L45,39 L45,41 L52,41 L52,55 C52,55.552 52.447,56 53,56 L58.143,56 C58.589,57.72 60.142,59 62,59 C64.206,59 66,57.206 66,55 C66,52.794 64.206,51 62,51 C60.142,51 58.589,52.28 58.143,54 L54,54 L54,41 Z' id='AWS-Simple-Notification-Service_Icon_64_Squid' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
1824
+ },
1825
+ "engines": {
1826
+ "camunda": "^8.2"
1827
1827
  }
1828
1828
  }
1829
1829
  ]