@camunda/connectors-element-templates 1.0.16 → 1.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (124) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -0
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +3 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +9 -8
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +9 -8
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +9 -8
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +9 -8
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +36 -39
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3769 -28
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +6979 -3299
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +469 -471
  12. package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
  13. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +484 -486
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1756 -1752
  16. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
  17. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
  18. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
  19. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
  20. package/src/element-templates/aws-bedrock-outbound-connector.json +788 -51
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1412 -1412
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +376 -11
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +408 -9
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +322 -5
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +316 -311
  29. package/src/element-templates/aws-lambda-outbound-connector.json +305 -301
  30. package/src/element-templates/aws-s3-outbound-connector.json +656 -15
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
  32. package/src/element-templates/aws-sns-inbound-boundary.json +422 -415
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +330 -323
  34. package/src/element-templates/aws-sns-inbound-message-start.json +348 -341
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
  37. package/src/element-templates/aws-sns-outbound-connector.json +593 -589
  38. package/src/element-templates/aws-sqs-boundary-connector.json +642 -638
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +588 -584
  40. package/src/element-templates/aws-sqs-outbound-connector.json +748 -746
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +408 -400
  43. package/src/element-templates/aws-sqs-start-message.json +465 -461
  44. package/src/element-templates/aws-textract-outbound-connector.json +298 -294
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1329 -4
  47. package/src/element-templates/blue-prism-connector.json +598 -53
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +39 -31
  50. package/src/element-templates/easy-post-connector.json +1017 -49
  51. package/src/element-templates/email-inbound-connector-boundary.json +32 -24
  52. package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +45 -37
  55. package/src/element-templates/email-outbound-connector.json +2129 -256
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12447 -5385
  58. package/src/element-templates/github-webhook-connector-boundary.json +11 -13
  59. package/src/element-templates/github-webhook-connector-intermediate.json +55 -57
  60. package/src/element-templates/github-webhook-connector-message-start.json +19 -21
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +62 -64
  63. package/src/element-templates/gitlab-connector.json +2974 -1342
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +882 -262
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1048 -19
  68. package/src/element-templates/google-sheets-outbound-connector.json +2961 -1967
  69. package/src/element-templates/graphql-outbound-connector.json +1780 -1193
  70. package/src/element-templates/http-json-connector.json +2832 -2168
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +953 -277
  72. package/src/element-templates/http-polling-connector.json +1642 -966
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +432 -5
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +21 -12
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +581 -572
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +150 -141
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +436 -430
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +165 -13
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +165 -13
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +178 -26
  85. package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +5616 -1607
  87. package/src/element-templates/openai-connector.json +608 -145
  88. package/src/element-templates/operate-connector.json +1218 -66
  89. package/src/element-templates/power-automate-connector.json +602 -10
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +799 -790
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +914 -905
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +477 -468
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +754 -745
  95. package/src/element-templates/rabbitmq-outbound-connector.json +875 -869
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +583 -39
  98. package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
  99. package/src/element-templates/send-message-connector-message-end-event.json +10 -5
  100. package/src/element-templates/send-message-connector-send-task.json +10 -5
  101. package/src/element-templates/sendgrid-outbound-connector.json +1406 -798
  102. package/src/element-templates/servicenow-connector.json +971 -3
  103. package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
  104. package/src/element-templates/servicenow-incident-connector.json +980 -3
  105. package/src/element-templates/slack-inbound-boundary.json +639 -341
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +678 -348
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +332 -327
  110. package/src/element-templates/slack-outbound-connector.json +3313 -919
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1521 -41
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +35 -26
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +38 -29
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +607 -15
  119. package/src/element-templates/webhook-connector-boundary.json +1986 -1331
  120. package/src/element-templates/webhook-connector-intermediate.json +2193 -1538
  121. package/src/element-templates/webhook-connector-receive.json +654 -0
  122. package/src/element-templates/webhook-connector-start-event.json +1261 -700
  123. package/src/element-templates/webhook-connector-start-message.json +1754 -1067
  124. package/src/element-templates/whatsapp-connector.json +339 -5
@@ -1,18 +1,28 @@
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,
6
+ "description": "Send messages to Amazon SNS.",
7
+ "keywords": [
8
+ "send message",
9
+ "publish message",
10
+ "notification",
11
+ "publish to topic",
12
+ "FIFO"
13
+ ],
14
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=outbound",
15
+ "version": 8,
16
+ "category": {
17
+ "id": "connectors",
18
+ "name": "Connectors"
19
+ },
9
20
  "appliesTo": ["bpmn:Task"],
10
21
  "elementType": {
11
22
  "value": "bpmn:ServiceTask"
12
23
  },
13
- "category": {
14
- "id": "connectors",
15
- "name": "Connectors"
24
+ "engines": {
25
+ "camunda": "^8.3"
16
26
  },
17
27
  "groups": [
18
28
  {
@@ -20,354 +30,347 @@
20
30
  "label": "Authentication"
21
31
  },
22
32
  {
23
- "id": "topicProperties",
33
+ "id": "configuration",
24
34
  "label": "Topic properties"
25
35
  },
26
- {
27
- "id": "output",
28
- "label": "Output"
29
- },
30
36
  {
31
37
  "id": "input",
32
38
  "label": "Input message data"
33
39
  },
34
40
  {
35
- "id": "errors",
41
+ "id": "connector",
42
+ "label": "Connector"
43
+ },
44
+ {
45
+ "id": "output",
46
+ "label": "Output mapping"
47
+ },
48
+ {
49
+ "id": "error",
36
50
  "label": "Error handling"
51
+ },
52
+ {
53
+ "id": "retries",
54
+ "label": "Retries"
37
55
  }
38
56
  ],
39
57
  "properties": [
40
58
  {
41
- "type": "Hidden",
42
59
  "value": "io.camunda:aws-sns:1",
43
60
  "binding": {
44
- "type": "zeebe:taskDefinition",
45
- "property": "type"
46
- }
61
+ "property": "type",
62
+ "type": "zeebe:taskDefinition"
63
+ },
64
+ "type": "Hidden"
47
65
  },
48
66
  {
49
- "label": "Access key",
50
- "description": "Provide AWS IAM access key that has permission to publish to desired SNS topic",
67
+ "id": "authentication.type",
68
+ "label": "Authentication",
69
+ "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>",
70
+ "value": "credentials",
51
71
  "group": "authentication",
52
- "type": "String",
53
72
  "binding": {
54
- "type": "zeebe:input",
55
- "name": "authentication.accessKey"
73
+ "name": "authentication.type",
74
+ "type": "zeebe:input"
56
75
  },
76
+ "type": "Dropdown",
77
+ "choices": [
78
+ {
79
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
80
+ "value": "defaultCredentialsChain"
81
+ },
82
+ {
83
+ "name": "Credentials",
84
+ "value": "credentials"
85
+ }
86
+ ]
87
+ },
88
+ {
89
+ "id": "authentication.accessKey",
90
+ "label": "Access key",
91
+ "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
92
+ "optional": false,
57
93
  "constraints": {
58
94
  "notEmpty": true
59
- }
95
+ },
96
+ "feel": "optional",
97
+ "group": "authentication",
98
+ "binding": {
99
+ "name": "authentication.accessKey",
100
+ "type": "zeebe:input"
101
+ },
102
+ "condition": {
103
+ "property": "authentication.type",
104
+ "equals": "credentials",
105
+ "type": "simple"
106
+ },
107
+ "type": "String"
60
108
  },
61
109
  {
110
+ "id": "authentication.secretKey",
62
111
  "label": "Secret key",
63
- "description": "Provide AWS IAM secret key that has permission to publish to desired SNS topic",
112
+ "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
113
+ "optional": false,
114
+ "constraints": {
115
+ "notEmpty": true
116
+ },
117
+ "feel": "optional",
64
118
  "group": "authentication",
65
- "type": "String",
66
119
  "binding": {
67
- "type": "zeebe:input",
68
- "name": "authentication.secretKey"
120
+ "name": "authentication.secretKey",
121
+ "type": "zeebe:input"
69
122
  },
70
- "constraints": {
71
- "notEmpty": true
72
- }
123
+ "condition": {
124
+ "property": "authentication.type",
125
+ "equals": "credentials",
126
+ "type": "simple"
127
+ },
128
+ "type": "String"
73
129
  },
74
130
  {
131
+ "id": "topic.topicArn",
75
132
  "label": "Topic ARN",
76
133
  "description": "Specify the topic you want to publish to",
77
- "group": "topicProperties",
78
- "type": "String",
134
+ "optional": false,
135
+ "constraints": {
136
+ "notEmpty": true
137
+ },
138
+ "feel": "optional",
139
+ "group": "configuration",
79
140
  "binding": {
80
- "type": "zeebe:input",
81
- "name": "topic.topicArn"
141
+ "name": "topic.topicArn",
142
+ "type": "zeebe:input"
82
143
  },
144
+ "type": "String"
145
+ },
146
+ {
147
+ "id": "topic.type",
148
+ "label": "Topic type",
149
+ "description": "Select SNS topic type. Details at <a href=\"https://aws.amazon.com/sns/features/\">AWS SNS Features</a>",
150
+ "optional": false,
151
+ "value": "standard",
83
152
  "constraints": {
84
153
  "notEmpty": true
85
- }
154
+ },
155
+ "group": "configuration",
156
+ "binding": {
157
+ "name": "topic.type",
158
+ "type": "zeebe:input"
159
+ },
160
+ "type": "Dropdown",
161
+ "choices": [
162
+ {
163
+ "name": "Standard",
164
+ "value": "standard"
165
+ },
166
+ {
167
+ "name": "FIFO",
168
+ "value": "fifo"
169
+ }
170
+ ]
86
171
  },
87
172
  {
173
+ "id": "configuration.region",
88
174
  "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
- },
175
+ "description": "Specify the AWS region",
176
+ "optional": false,
96
177
  "constraints": {
97
178
  "notEmpty": true
98
179
  },
99
- "feel": "optional"
180
+ "feel": "optional",
181
+ "group": "configuration",
182
+ "binding": {
183
+ "name": "configuration.region",
184
+ "type": "zeebe:input"
185
+ },
186
+ "type": "String"
100
187
  },
101
188
  {
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",
189
+ "id": "configuration.endpoint",
190
+ "label": "Endpoint",
191
+ "description": "Specify endpoint if need to use custom endpoint",
106
192
  "optional": true,
193
+ "group": "configuration",
107
194
  "binding": {
108
- "type": "zeebe:input",
109
- "name": "topic.subject"
110
- },
111
- "constraints": {
112
- "notEmpty": false,
113
- "maxLength": 99
195
+ "name": "configuration.endpoint",
196
+ "type": "zeebe:input"
114
197
  },
115
- "feel": "optional"
198
+ "type": "Hidden"
116
199
  },
117
200
  {
118
- "label": "Message",
119
- "description": "Data to publish in the SNS topic",
201
+ "id": "topic.messageGroupId",
202
+ "label": "Message group ID",
203
+ "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",
204
+ "optional": false,
205
+ "feel": "optional",
120
206
  "group": "input",
121
- "type": "Text",
122
207
  "binding": {
123
- "type": "zeebe:input",
124
- "name": "topic.message"
208
+ "name": "topic.messageGroupId",
209
+ "type": "zeebe:input"
125
210
  },
126
- "constraints": {
127
- "notEmpty": true
211
+ "condition": {
212
+ "property": "topic.type",
213
+ "equals": "fifo",
214
+ "type": "simple"
128
215
  },
129
- "feel": "optional"
216
+ "type": "String"
130
217
  },
131
218
  {
132
- "label": "Message attributes",
133
- "description": "Message attributes metadata",
134
- "group": "input",
135
- "type": "Text",
219
+ "id": "topic.messageDeduplicationId",
220
+ "label": "Message deduplication ID",
221
+ "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
222
  "optional": true,
223
+ "feel": "optional",
224
+ "group": "input",
137
225
  "binding": {
138
- "type": "zeebe:input",
139
- "name": "topic.messageAttributes"
226
+ "name": "topic.messageDeduplicationId",
227
+ "type": "zeebe:input"
140
228
  },
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
- }
152
- },
153
- {
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",
159
- "binding": {
160
- "type": "zeebe:taskHeader",
161
- "key": "resultExpression"
162
- }
163
- },
164
- {
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",
169
- "feel": "required",
170
- "binding": {
171
- "type": "zeebe:taskHeader",
172
- "key": "errorExpression"
173
- }
174
- }
175
- ],
176
- "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"
181
- }
182
- },
183
- {
184
- "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
185
- "name": "Amazon SNS connector",
186
- "id": "io.camunda.connectors.AWSSNS.v1",
187
- "description": "Send message to topic",
188
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
189
- "version": 2,
190
- "appliesTo": ["bpmn:Task"],
191
- "elementType": {
192
- "value": "bpmn:ServiceTask"
193
- },
194
- "category": {
195
- "id": "connectors",
196
- "name": "Connectors"
197
- },
198
- "groups": [
199
- {
200
- "id": "authentication",
201
- "label": "Authentication"
202
- },
203
- {
204
- "id": "topicProperties",
205
- "label": "Topic properties"
206
- },
207
- {
208
- "id": "output",
209
- "label": "Output"
210
- },
211
- {
212
- "id": "input",
213
- "label": "Input message data"
214
- },
215
- {
216
- "id": "errors",
217
- "label": "Error handling"
218
- }
219
- ],
220
- "properties": [
221
- {
222
- "type": "Hidden",
223
- "value": "io.camunda:aws-sns:1",
224
- "binding": {
225
- "type": "zeebe:taskDefinition",
226
- "property": "type"
227
- }
228
- },
229
- {
230
- "label": "Access key",
231
- "description": "Provide AWS IAM access key that has permission to publish to desired SNS topic",
232
- "group": "authentication",
233
- "type": "String",
234
- "binding": {
235
- "type": "zeebe:input",
236
- "name": "authentication.accessKey"
229
+ "condition": {
230
+ "property": "topic.type",
231
+ "equals": "fifo",
232
+ "type": "simple"
237
233
  },
238
- "constraints": {
239
- "notEmpty": true
240
- }
234
+ "type": "String"
241
235
  },
242
236
  {
243
- "label": "Secret key",
244
- "description": "Provide AWS IAM secret key that has permission to publish to desired SNS topic",
245
- "group": "authentication",
246
- "type": "String",
237
+ "id": "topic.subject",
238
+ "label": "Subject",
239
+ "description": "Specify the subject of the message you want to publish in the SNS topic",
240
+ "optional": true,
241
+ "feel": "optional",
242
+ "group": "input",
247
243
  "binding": {
248
- "type": "zeebe:input",
249
- "name": "authentication.secretKey"
244
+ "name": "topic.subject",
245
+ "type": "zeebe:input"
250
246
  },
251
- "constraints": {
252
- "notEmpty": true
253
- }
247
+ "type": "String"
254
248
  },
255
249
  {
256
- "label": "Topic ARN",
257
- "description": "Specify the topic you want to publish to",
258
- "group": "topicProperties",
259
- "type": "String",
260
- "binding": {
261
- "type": "zeebe:input",
262
- "name": "topic.topicArn"
263
- },
250
+ "id": "topic.message",
251
+ "label": "Message",
252
+ "description": "Data to publish in the SNS topic",
253
+ "optional": false,
264
254
  "constraints": {
265
255
  "notEmpty": true
266
- }
267
- },
268
- {
269
- "label": "Region",
270
- "description": "Specify the AWS region of your topic",
271
- "group": "topicProperties",
272
- "type": "String",
273
- "binding": {
274
- "type": "zeebe:input",
275
- "name": "configuration.region"
276
256
  },
277
- "constraints": {
278
- "notEmpty": true
257
+ "feel": "optional",
258
+ "group": "input",
259
+ "binding": {
260
+ "name": "topic.message",
261
+ "type": "zeebe:input"
279
262
  },
280
- "feel": "optional"
263
+ "type": "Text"
281
264
  },
282
265
  {
283
- "label": "Subject",
284
- "description": "Specify the subject of the message you want to publish in the SNS topic",
285
- "group": "input",
286
- "type": "String",
266
+ "id": "topic.messageAttributes",
267
+ "label": "messageAttributes",
268
+ "description": "Message attributes metadata",
287
269
  "optional": true,
270
+ "feel": "required",
271
+ "group": "input",
288
272
  "binding": {
289
- "type": "zeebe:input",
290
- "name": "topic.subject"
291
- },
292
- "constraints": {
293
- "notEmpty": false,
294
- "maxLength": 99
273
+ "name": "topic.messageAttributes",
274
+ "type": "zeebe:input"
295
275
  },
296
- "feel": "optional"
276
+ "type": "String"
297
277
  },
298
278
  {
299
- "label": "Message",
300
- "description": "Data to publish in the SNS topic",
301
- "group": "input",
302
- "type": "Text",
279
+ "id": "version",
280
+ "label": "Version",
281
+ "description": "Version of the element template",
282
+ "value": "8",
283
+ "group": "connector",
303
284
  "binding": {
304
- "type": "zeebe:input",
305
- "name": "topic.message"
306
- },
307
- "constraints": {
308
- "notEmpty": true
285
+ "key": "elementTemplateVersion",
286
+ "type": "zeebe:taskHeader"
309
287
  },
310
- "feel": "optional"
288
+ "type": "Hidden"
311
289
  },
312
290
  {
313
- "label": "Message attributes",
314
- "description": "Message attributes metadata",
315
- "group": "input",
316
- "type": "Text",
317
- "optional": true,
291
+ "id": "id",
292
+ "label": "ID",
293
+ "description": "ID of the element template",
294
+ "value": "io.camunda.connectors.AWSSNS.v1",
295
+ "group": "connector",
318
296
  "binding": {
319
- "type": "zeebe:input",
320
- "name": "topic.messageAttributes"
297
+ "key": "elementTemplateId",
298
+ "type": "zeebe:taskHeader"
321
299
  },
322
- "feel": "required"
300
+ "type": "Hidden"
323
301
  },
324
302
  {
303
+ "id": "resultVariable",
325
304
  "label": "Result variable",
326
- "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>",
305
+ "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>.",
327
306
  "group": "output",
328
- "type": "String",
329
307
  "binding": {
330
- "type": "zeebe:taskHeader",
331
- "key": "resultVariable"
332
- }
308
+ "key": "resultVariable",
309
+ "type": "zeebe:taskHeader"
310
+ },
311
+ "type": "String"
333
312
  },
334
313
  {
314
+ "id": "resultExpression",
335
315
  "label": "Result expression",
336
- "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>",
337
- "group": "output",
338
- "type": "Text",
316
+ "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>.",
339
317
  "feel": "required",
318
+ "group": "output",
340
319
  "binding": {
341
- "type": "zeebe:taskHeader",
342
- "key": "resultExpression"
343
- }
320
+ "key": "resultExpression",
321
+ "type": "zeebe:taskHeader"
322
+ },
323
+ "type": "Text"
344
324
  },
345
325
  {
326
+ "id": "errorExpression",
346
327
  "label": "Error expression",
347
- "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>",
348
- "group": "errors",
349
- "type": "Text",
328
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
350
329
  "feel": "required",
330
+ "group": "error",
351
331
  "binding": {
352
- "type": "zeebe:taskHeader",
353
- "key": "errorExpression"
354
- }
332
+ "key": "errorExpression",
333
+ "type": "zeebe:taskHeader"
334
+ },
335
+ "type": "Text"
336
+ },
337
+ {
338
+ "id": "retryCount",
339
+ "label": "Retries",
340
+ "description": "Number of retries",
341
+ "value": "3",
342
+ "feel": "optional",
343
+ "group": "retries",
344
+ "binding": {
345
+ "property": "retries",
346
+ "type": "zeebe:taskDefinition"
347
+ },
348
+ "type": "String"
349
+ },
350
+ {
351
+ "id": "retryBackoff",
352
+ "label": "Retry backoff",
353
+ "description": "ISO-8601 duration to wait between retries",
354
+ "value": "PT0S",
355
+ "group": "retries",
356
+ "binding": {
357
+ "key": "retryBackoff",
358
+ "type": "zeebe:taskHeader"
359
+ },
360
+ "type": "String"
355
361
  }
356
362
  ],
357
363
  "icon": {
358
- "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"
359
- },
360
- "engines": {
361
- "camunda": "^8.2"
364
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA4MCA4MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS82NC9BcmNoX0FXUy1TaW1wbGUtTm90aWZpY2F0aW9uLVNlcnZpY2VfNjQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9JzAlJyB5MT0nMTAwJScgeDI9JzEwMCUnIHkyPScwJScgaWQ9J2xpbmVhckdyYWRpZW50LTEnPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPScjQjAwODREJyBvZmZzZXQ9JzAlJz48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNGRjRGOEInIG9mZnNldD0nMTAwJSc+PC9zdG9wPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0nSWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BV1MtU2ltcGxlLU5vdGlmaWNhdGlvbi1TZXJ2aWNlXzY0JyBzdHJva2U9J25vbmUnIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nbm9uZScKICAgICAgIGZpbGwtcnVsZT0nZXZlbm9kZCc+CiAgICAgICAgPGcgaWQ9J0ljb24tQXJjaGl0ZWN0dXJlLUJHLzY0L0FwcGxpY2F0aW9uLUludGVncmF0aW9uJyBmaWxsPSd1cmwoI2xpbmVhckdyYWRpZW50LTEpJz4KICAgICAgICAgICAgPHJlY3QgaWQ9J1JlY3RhbmdsZScgeD0nMCcgeT0nMCcgd2lkdGg9JzgwJyBoZWlnaHQ9JzgwJz48L3JlY3Q+CiAgICAgICAgPC9nPgogICAgICAgIDxwYXRoIGQ9J00xNywzOCBDMTguMTAzLDM4IDE5LDM4Ljg5NyAxOSw0MCBDMTksNDEuMTAzIDE4LjEwMyw0MiAxNyw0MiBDMTUuODk3LDQyIDE1LDQxLjEwMyAxNSw0MCBDMTUsMzguODk3IDE1Ljg5NywzOCAxNywzOCBMMTcsMzggWiBNNDEsNjQgQzI5LjMxNCw2NCAxOS4yODksNTUuNDY2IDE3LjE5NCw0My45OCBDMTguOTY1LDQzLjg5NCAyMC40MjcsNDIuNjU5IDIwLjg1Nyw0MSBMMjcsNDEgTDI3LDM5IEwyMC44NTcsMzkgQzIwLjQyNywzNy4zNDIgMTguOTY2LDM2LjEwNyAxNy4xOTUsMzYuMDIgQzE5LjI4NSwyNC43MSAyOS41MTEsMTYgNDEsMTYgQzQ1LjMxMywxNiA0OS44MzIsMTcuNjIyIDU0LjQyOSwyMC44MjEgTDU1LjU3MSwxOS4xNzkgQzUwLjYzMywxNS43NDMgNDUuNzMsMTQgNDEsMTQgQzI4LjI3LDE0IDE2Ljk0OSwyMy44NjUgMTUuMDYzLDM2LjUyMSBDMTMuODM5LDM3LjIwNyAxMywzOC41IDEzLDQwIEMxMyw0MS41IDEzLjgzOSw0Mi43OTMgMTUuMDYzLDQzLjQ3OCBDMTYuOTcsNTYuMzQxIDI4LjA1Niw2NiA0MSw2NiBDNDYuNDA3LDY2IDUxLjk0Miw2NC4xNTcgNTYuNTg1LDYwLjgxMSBMNTUuNDE1LDU5LjE4OSBDNTEuMTEsNjIuMjkyIDQ1Ljk5MSw2NCA0MSw2NCBMNDEsNjQgWiBNMzAuMTAxLDM2LjQ0MiBDMzEuOTU1LDM2Ljg5NSAzNC4yNzUsMzcgMzYsMzcgQzM3LjY0MiwzNyAzOS44MjMsMzYuOTA1IDQxLjYyOSwzNi41MDYgTDM3LjEwNSw0NS41NTMgQzM3LjAzNiw0NS42OTEgMzcsNDUuODQ1IDM3LDQ2IEwzNyw1MC40NTMgQzM2LjE5OSw1MC45NjQgMzQuODMzLDUxLjgxMiAzNCw1MS45ODYgTDM0LDQ2IEMzNCw0NS44NjggMzMuOTc0LDQ1LjczNyAzMy45MjMsNDUuNjE1IEwzMC4xMDEsMzYuNDQyIFogTTM2LDMzIEM0MC4wMjUsMzMgNDIuMTc0LDMzLjYwNCA0Mi44NDEsMzQgQzQyLjE3NCwzNC4zOTYgNDAuMDI1LDM1IDM2LDM1IEMzMS45NzUsMzUgMjkuODI2LDM0LjM5NiAyOS4xNTksMzQgQzI5LjgyNiwzMy42MDQgMzEuOTc1LDMzIDM2LDMzIEwzNiwzMyBaIE0zMyw1NCBMMzQsNTQgQzM0LjA0Myw1NCAzNC4wODYsNTMuOTk3IDM0LjEyOCw1My45OTIgQzM1LjM1Miw1My44MzMgMzYuOTA5LDUyLjg4NyAzOC4yNzIsNTIuMDEzIEwzOC41MzUsNTEuODQ1IEMzOC44MjQsNTEuNjYxIDM5LDUxLjM0MiAzOSw1MSBMMzksNDYuMjM2IEw0NC41NTksMzUuMTIgQzQ0LjgzMywzNC44MDEgNDUsMzQuNDM0IDQ1LDM0IEM0NSwzMS4zOSAzOS4zNjEsMzEgMzYsMzEgQzMyLjYzOSwzMSAyNywzMS4zOSAyNywzNCBDMjcsMzQuMzY2IDI3LjEyLDM0LjY4NCAyNy4zMiwzNC45NjcgTDMyLDQ2LjIgTDMyLDUzIEMzMiw1My41NTIgMzIuNDQ3LDU0IDMzLDU0IEwzMyw1NCBaIE02Miw1MyBDNjMuMTAzLDUzIDY0LDUzLjg5NyA2NCw1NSBDNjQsNTYuMTAzIDYzLjEwMyw1NyA2Miw1NyBDNjAuODk3LDU3IDYwLDU2LjEwMyA2MCw1NSBDNjAsNTMuODk3IDYwLjg5Nyw1MyA2Miw1MyBMNjIsNTMgWiBNNjIsMjMgQzYzLjEwMywyMyA2NCwyMy44OTcgNjQsMjUgQzY0LDI2LjEwMyA2My4xMDMsMjcgNjIsMjcgQzYwLjg5NywyNyA2MCwyNi4xMDMgNjAsMjUgQzYwLDIzLjg5NyA2MC44OTcsMjMgNjIsMjMgTDYyLDIzIFogTTY0LDM4IEM2NS4xMDMsMzggNjYsMzguODk3IDY2LDQwIEM2Niw0MS4xMDMgNjUuMTAzLDQyIDY0LDQyIEM2Mi44OTcsNDIgNjIsNDEuMTAzIDYyLDQwIEM2MiwzOC44OTcgNjIuODk3LDM4IDY0LDM4IEw2NCwzOCBaIE01NCw0MSBMNjAuMTQzLDQxIEM2MC41ODksNDIuNzIgNjIuMTQyLDQ0IDY0LDQ0IEM2Ni4yMDYsNDQgNjgsNDIuMjA2IDY4LDQwIEM2OCwzNy43OTQgNjYuMjA2LDM2IDY0LDM2IEM2Mi4xNDIsMzYgNjAuNTg5LDM3LjI4IDYwLjE0MywzOSBMNTQsMzkgTDU0LDI2IEw1OC4xNDMsMjYgQzU4LjU4OSwyNy43MiA2MC4xNDIsMjkgNjIsMjkgQzY0LjIwNiwyOSA2NiwyNy4yMDYgNjYsMjUgQzY2LDIyLjc5NCA2NC4yMDYsMjEgNjIsMjEgQzYwLjE0MiwyMSA1OC41ODksMjIuMjggNTguMTQzLDI0IEw1MywyNCBDNTIuNDQ3LDI0IDUyLDI0LjQ0OCA1MiwyNSBMNTIsMzkgTDQ1LDM5IEw0NSw0MSBMNTIsNDEgTDUyLDU1IEM1Miw1NS41NTIgNTIuNDQ3LDU2IDUzLDU2IEw1OC4xNDMsNTYgQzU4LjU4OSw1Ny43MiA2MC4xNDIsNTkgNjIsNTkgQzY0LjIwNiw1OSA2Niw1Ny4yMDYgNjYsNTUgQzY2LDUyLjc5NCA2NC4yMDYsNTEgNjIsNTEgQzYwLjE0Miw1MSA1OC41ODksNTIuMjggNTguMTQzLDU0IEw1NCw1NCBMNTQsNDEgWicKICAgICAgICAgICAgICBpZD0nQVdTLVNpbXBsZS1Ob3RpZmljYXRpb24tU2VydmljZV9JY29uXzY0X1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
362
365
  }
363
366
  },
364
367
  {
365
368
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
366
- "name": "Amazon SNS Outbound connector",
369
+ "name": "Amazon SNS connector",
367
370
  "id": "io.camunda.connectors.AWSSNS.v1",
368
371
  "description": "Send message to topic",
369
372
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
370
- "version": 5,
373
+ "version": 3,
371
374
  "appliesTo": ["bpmn:Task"],
372
375
  "elementType": {
373
376
  "value": "bpmn:ServiceTask"
@@ -433,6 +436,15 @@
433
436
  "notEmpty": true
434
437
  }
435
438
  },
439
+ {
440
+ "type": "Hidden",
441
+ "description": "This value forces to evaluate configuration first in order",
442
+ "value": "nonce",
443
+ "binding": {
444
+ "type": "zeebe:input",
445
+ "name": "configuration.nonce"
446
+ }
447
+ },
436
448
  {
437
449
  "label": "Topic ARN",
438
450
  "description": "Specify the topic you want to publish to",
@@ -460,6 +472,15 @@
460
472
  },
461
473
  "feel": "optional"
462
474
  },
475
+ {
476
+ "description": "Backwards compatible region",
477
+ "type": "Hidden",
478
+ "value": "=configuration.region",
479
+ "binding": {
480
+ "type": "zeebe:input",
481
+ "name": "topic.region"
482
+ }
483
+ },
463
484
  {
464
485
  "label": "Subject",
465
486
  "description": "Specify the subject of the message you want to publish in the SNS topic",
@@ -544,11 +565,11 @@
544
565
  },
545
566
  {
546
567
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
547
- "name": "Amazon SNS connector",
568
+ "name": "Amazon SNS Outbound connector",
548
569
  "id": "io.camunda.connectors.AWSSNS.v1",
549
570
  "description": "Send message to topic",
550
571
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
551
- "version": 3,
572
+ "version": 5,
552
573
  "appliesTo": ["bpmn:Task"],
553
574
  "elementType": {
554
575
  "value": "bpmn:ServiceTask"
@@ -614,15 +635,6 @@
614
635
  "notEmpty": true
615
636
  }
616
637
  },
617
- {
618
- "type": "Hidden",
619
- "description": "This value forces to evaluate configuration first in order",
620
- "value": "nonce",
621
- "binding": {
622
- "type": "zeebe:input",
623
- "name": "configuration.nonce"
624
- }
625
- },
626
638
  {
627
639
  "label": "Topic ARN",
628
640
  "description": "Specify the topic you want to publish to",
@@ -650,15 +662,6 @@
650
662
  },
651
663
  "feel": "optional"
652
664
  },
653
- {
654
- "description": "Backwards compatible region",
655
- "type": "Hidden",
656
- "value": "=configuration.region",
657
- "binding": {
658
- "type": "zeebe:input",
659
- "name": "topic.region"
660
- }
661
- },
662
665
  {
663
666
  "label": "Subject",
664
667
  "description": "Specify the subject of the message you want to publish in the SNS topic",
@@ -924,339 +927,192 @@
924
927
  },
925
928
  {
926
929
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
927
- "name": "Amazon SNS Outbound connector",
930
+ "name": "Amazon SNS connector",
928
931
  "id": "io.camunda.connectors.AWSSNS.v1",
929
932
  "description": "Send message to topic",
930
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=outbound",
931
- "version": 7,
932
- "category": {
933
- "id": "connectors",
934
- "name": "Connectors"
935
- },
933
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
934
+ "version": 2,
936
935
  "appliesTo": ["bpmn:Task"],
937
936
  "elementType": {
938
937
  "value": "bpmn:ServiceTask"
939
938
  },
939
+ "category": {
940
+ "id": "connectors",
941
+ "name": "Connectors"
942
+ },
940
943
  "groups": [
941
944
  {
942
945
  "id": "authentication",
943
946
  "label": "Authentication"
944
947
  },
945
948
  {
946
- "id": "configuration",
949
+ "id": "topicProperties",
947
950
  "label": "Topic properties"
948
951
  },
949
- {
950
- "id": "input",
951
- "label": "Input message data"
952
- },
953
952
  {
954
953
  "id": "output",
955
- "label": "Output mapping"
954
+ "label": "Output"
956
955
  },
957
956
  {
958
- "id": "error",
959
- "label": "Error handling"
957
+ "id": "input",
958
+ "label": "Input message data"
960
959
  },
961
960
  {
962
- "id": "retries",
963
- "label": "Retries"
961
+ "id": "errors",
962
+ "label": "Error handling"
964
963
  }
965
964
  ],
966
965
  "properties": [
967
966
  {
968
- "value": "io.camunda:aws-sns:1",
969
- "binding": {
970
- "property": "type",
971
- "type": "zeebe:taskDefinition"
972
- },
973
- "type": "Hidden"
974
- },
975
- {
976
- "id": "authentication.type",
977
- "label": "Authentication",
978
- "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>",
979
- "value": "credentials",
980
- "group": "authentication",
981
- "binding": {
982
- "name": "authentication.type",
983
- "type": "zeebe:input"
984
- },
985
- "type": "Dropdown",
986
- "choices": [
987
- {
988
- "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
989
- "value": "defaultCredentialsChain"
990
- },
991
- {
992
- "name": "Credentials",
993
- "value": "credentials"
994
- }
995
- ]
996
- },
997
- {
998
- "id": "authentication.accessKey",
999
- "label": "Access key",
1000
- "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
1001
- "optional": false,
1002
- "constraints": {
1003
- "notEmpty": true
1004
- },
1005
- "feel": "optional",
1006
- "group": "authentication",
1007
- "binding": {
1008
- "name": "authentication.accessKey",
1009
- "type": "zeebe:input"
1010
- },
1011
- "condition": {
1012
- "property": "authentication.type",
1013
- "equals": "credentials",
1014
- "type": "simple"
1015
- },
1016
- "type": "String"
1017
- },
1018
- {
1019
- "id": "authentication.secretKey",
1020
- "label": "Secret key",
1021
- "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
1022
- "optional": false,
1023
- "constraints": {
1024
- "notEmpty": true
1025
- },
1026
- "feel": "optional",
1027
- "group": "authentication",
1028
- "binding": {
1029
- "name": "authentication.secretKey",
1030
- "type": "zeebe:input"
1031
- },
1032
- "condition": {
1033
- "property": "authentication.type",
1034
- "equals": "credentials",
1035
- "type": "simple"
1036
- },
1037
- "type": "String"
1038
- },
1039
- {
1040
- "id": "topic.topicArn",
1041
- "label": "Topic ARN",
1042
- "description": "Specify the topic you want to publish to",
1043
- "optional": false,
1044
- "constraints": {
1045
- "notEmpty": true
1046
- },
1047
- "feel": "optional",
1048
- "group": "configuration",
1049
- "binding": {
1050
- "name": "topic.topicArn",
1051
- "type": "zeebe:input"
1052
- },
1053
- "type": "String"
1054
- },
1055
- {
1056
- "id": "topic.type",
1057
- "label": "Topic type",
1058
- "description": "Select SNS topic type. Details at <a href=\"https://aws.amazon.com/sns/features/\">AWS SNS Features</a>",
1059
- "optional": false,
1060
- "value": "standard",
1061
- "constraints": {
1062
- "notEmpty": true
1063
- },
1064
- "group": "configuration",
967
+ "type": "Hidden",
968
+ "value": "io.camunda:aws-sns:1",
1065
969
  "binding": {
1066
- "name": "topic.type",
1067
- "type": "zeebe:input"
1068
- },
1069
- "type": "Dropdown",
1070
- "choices": [
1071
- {
1072
- "name": "Standard",
1073
- "value": "standard"
1074
- },
1075
- {
1076
- "name": "FIFO",
1077
- "value": "fifo"
1078
- }
1079
- ]
970
+ "type": "zeebe:taskDefinition",
971
+ "property": "type"
972
+ }
1080
973
  },
1081
974
  {
1082
- "id": "configuration.region",
1083
- "label": "Region",
1084
- "description": "Specify the AWS region",
1085
- "optional": true,
1086
- "feel": "optional",
1087
- "group": "configuration",
975
+ "label": "Access key",
976
+ "description": "Provide AWS IAM access key that has permission to publish to desired SNS topic",
977
+ "group": "authentication",
978
+ "type": "String",
1088
979
  "binding": {
1089
- "name": "configuration.region",
1090
- "type": "zeebe:input"
980
+ "type": "zeebe:input",
981
+ "name": "authentication.accessKey"
1091
982
  },
1092
- "type": "String"
983
+ "constraints": {
984
+ "notEmpty": true
985
+ }
1093
986
  },
1094
987
  {
1095
- "id": "configuration.endpoint",
1096
- "label": "Endpoint",
1097
- "description": "Specify endpoint if need to use custom endpoint",
1098
- "optional": true,
1099
- "group": "configuration",
988
+ "label": "Secret key",
989
+ "description": "Provide AWS IAM secret key that has permission to publish to desired SNS topic",
990
+ "group": "authentication",
991
+ "type": "String",
1100
992
  "binding": {
1101
- "name": "configuration.endpoint",
1102
- "type": "zeebe:input"
993
+ "type": "zeebe:input",
994
+ "name": "authentication.secretKey"
1103
995
  },
1104
- "type": "Hidden"
996
+ "constraints": {
997
+ "notEmpty": true
998
+ }
1105
999
  },
1106
1000
  {
1107
- "id": "topic.messageGroupId",
1108
- "label": "Message group ID",
1109
- "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",
1110
- "optional": false,
1111
- "feel": "optional",
1112
- "group": "input",
1001
+ "label": "Topic ARN",
1002
+ "description": "Specify the topic you want to publish to",
1003
+ "group": "topicProperties",
1004
+ "type": "String",
1113
1005
  "binding": {
1114
- "name": "topic.messageGroupId",
1115
- "type": "zeebe:input"
1116
- },
1117
- "condition": {
1118
- "property": "topic.type",
1119
- "equals": "fifo",
1120
- "type": "simple"
1006
+ "type": "zeebe:input",
1007
+ "name": "topic.topicArn"
1121
1008
  },
1122
- "type": "String"
1009
+ "constraints": {
1010
+ "notEmpty": true
1011
+ }
1123
1012
  },
1124
1013
  {
1125
- "id": "topic.messageDeduplicationId",
1126
- "label": "Message deduplication ID",
1127
- "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",
1128
- "optional": true,
1129
- "feel": "optional",
1130
- "group": "input",
1014
+ "label": "Region",
1015
+ "description": "Specify the AWS region of your topic",
1016
+ "group": "topicProperties",
1017
+ "type": "String",
1131
1018
  "binding": {
1132
- "name": "topic.messageDeduplicationId",
1133
- "type": "zeebe:input"
1019
+ "type": "zeebe:input",
1020
+ "name": "configuration.region"
1134
1021
  },
1135
- "condition": {
1136
- "property": "topic.type",
1137
- "equals": "fifo",
1138
- "type": "simple"
1022
+ "constraints": {
1023
+ "notEmpty": true
1139
1024
  },
1140
- "type": "String"
1025
+ "feel": "optional"
1141
1026
  },
1142
1027
  {
1143
- "id": "topic.subject",
1144
1028
  "label": "Subject",
1145
1029
  "description": "Specify the subject of the message you want to publish in the SNS topic",
1146
- "optional": true,
1147
- "feel": "optional",
1148
1030
  "group": "input",
1031
+ "type": "String",
1032
+ "optional": true,
1149
1033
  "binding": {
1150
- "name": "topic.subject",
1151
- "type": "zeebe:input"
1034
+ "type": "zeebe:input",
1035
+ "name": "topic.subject"
1152
1036
  },
1153
- "type": "String"
1037
+ "constraints": {
1038
+ "notEmpty": false,
1039
+ "maxLength": 99
1040
+ },
1041
+ "feel": "optional"
1154
1042
  },
1155
1043
  {
1156
- "id": "topic.message",
1157
1044
  "label": "Message",
1158
1045
  "description": "Data to publish in the SNS topic",
1159
- "optional": false,
1160
- "constraints": {
1161
- "notEmpty": true
1162
- },
1163
- "feel": "optional",
1164
1046
  "group": "input",
1047
+ "type": "Text",
1165
1048
  "binding": {
1166
- "name": "topic.message",
1167
- "type": "zeebe:input"
1049
+ "type": "zeebe:input",
1050
+ "name": "topic.message"
1168
1051
  },
1169
- "type": "Text"
1052
+ "constraints": {
1053
+ "notEmpty": true
1054
+ },
1055
+ "feel": "optional"
1170
1056
  },
1171
1057
  {
1172
- "id": "topic.messageAttributes",
1173
- "label": "messageAttributes",
1058
+ "label": "Message attributes",
1174
1059
  "description": "Message attributes metadata",
1175
- "optional": true,
1176
- "feel": "required",
1177
1060
  "group": "input",
1061
+ "type": "Text",
1062
+ "optional": true,
1178
1063
  "binding": {
1179
- "name": "topic.messageAttributes",
1180
- "type": "zeebe:input"
1064
+ "type": "zeebe:input",
1065
+ "name": "topic.messageAttributes"
1181
1066
  },
1182
- "type": "String"
1067
+ "feel": "required"
1183
1068
  },
1184
1069
  {
1185
- "id": "resultVariable",
1186
1070
  "label": "Result variable",
1187
- "description": "Name of variable to store the response in",
1071
+ "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>",
1188
1072
  "group": "output",
1073
+ "type": "String",
1189
1074
  "binding": {
1190
- "key": "resultVariable",
1191
- "type": "zeebe:taskHeader"
1192
- },
1193
- "type": "String"
1075
+ "type": "zeebe:taskHeader",
1076
+ "key": "resultVariable"
1077
+ }
1194
1078
  },
1195
1079
  {
1196
- "id": "resultExpression",
1197
1080
  "label": "Result expression",
1198
- "description": "Expression to map the response into process variables",
1199
- "feel": "required",
1081
+ "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>",
1200
1082
  "group": "output",
1083
+ "type": "Text",
1084
+ "feel": "required",
1201
1085
  "binding": {
1202
- "key": "resultExpression",
1203
- "type": "zeebe:taskHeader"
1204
- },
1205
- "type": "Text"
1086
+ "type": "zeebe:taskHeader",
1087
+ "key": "resultExpression"
1088
+ }
1206
1089
  },
1207
1090
  {
1208
- "id": "errorExpression",
1209
1091
  "label": "Error expression",
1210
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1092
+ "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>",
1093
+ "group": "errors",
1094
+ "type": "Text",
1211
1095
  "feel": "required",
1212
- "group": "error",
1213
- "binding": {
1214
- "key": "errorExpression",
1215
- "type": "zeebe:taskHeader"
1216
- },
1217
- "type": "Text"
1218
- },
1219
- {
1220
- "id": "retryCount",
1221
- "label": "Retries",
1222
- "description": "Number of retries",
1223
- "value": "3",
1224
- "feel": "optional",
1225
- "group": "retries",
1226
- "binding": {
1227
- "property": "retries",
1228
- "type": "zeebe:taskDefinition"
1229
- },
1230
- "type": "String"
1231
- },
1232
- {
1233
- "id": "retryBackoff",
1234
- "label": "Retry backoff",
1235
- "description": "ISO-8601 duration to wait between retries",
1236
- "value": "PT0S",
1237
- "feel": "optional",
1238
- "group": "retries",
1239
1096
  "binding": {
1240
- "key": "retryBackoff",
1241
- "type": "zeebe:taskHeader"
1242
- },
1243
- "type": "String"
1097
+ "type": "zeebe:taskHeader",
1098
+ "key": "errorExpression"
1099
+ }
1244
1100
  }
1245
1101
  ],
1246
1102
  "icon": {
1247
- "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA4MCA4MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS82NC9BcmNoX0FXUy1TaW1wbGUtTm90aWZpY2F0aW9uLVNlcnZpY2VfNjQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9JzAlJyB5MT0nMTAwJScgeDI9JzEwMCUnIHkyPScwJScgaWQ9J2xpbmVhckdyYWRpZW50LTEnPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPScjQjAwODREJyBvZmZzZXQ9JzAlJz48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNGRjRGOEInIG9mZnNldD0nMTAwJSc+PC9zdG9wPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0nSWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BV1MtU2ltcGxlLU5vdGlmaWNhdGlvbi1TZXJ2aWNlXzY0JyBzdHJva2U9J25vbmUnIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nbm9uZScKICAgICAgIGZpbGwtcnVsZT0nZXZlbm9kZCc+CiAgICAgICAgPGcgaWQ9J0ljb24tQXJjaGl0ZWN0dXJlLUJHLzY0L0FwcGxpY2F0aW9uLUludGVncmF0aW9uJyBmaWxsPSd1cmwoI2xpbmVhckdyYWRpZW50LTEpJz4KICAgICAgICAgICAgPHJlY3QgaWQ9J1JlY3RhbmdsZScgeD0nMCcgeT0nMCcgd2lkdGg9JzgwJyBoZWlnaHQ9JzgwJz48L3JlY3Q+CiAgICAgICAgPC9nPgogICAgICAgIDxwYXRoIGQ9J00xNywzOCBDMTguMTAzLDM4IDE5LDM4Ljg5NyAxOSw0MCBDMTksNDEuMTAzIDE4LjEwMyw0MiAxNyw0MiBDMTUuODk3LDQyIDE1LDQxLjEwMyAxNSw0MCBDMTUsMzguODk3IDE1Ljg5NywzOCAxNywzOCBMMTcsMzggWiBNNDEsNjQgQzI5LjMxNCw2NCAxOS4yODksNTUuNDY2IDE3LjE5NCw0My45OCBDMTguOTY1LDQzLjg5NCAyMC40MjcsNDIuNjU5IDIwLjg1Nyw0MSBMMjcsNDEgTDI3LDM5IEwyMC44NTcsMzkgQzIwLjQyNywzNy4zNDIgMTguOTY2LDM2LjEwNyAxNy4xOTUsMzYuMDIgQzE5LjI4NSwyNC43MSAyOS41MTEsMTYgNDEsMTYgQzQ1LjMxMywxNiA0OS44MzIsMTcuNjIyIDU0LjQyOSwyMC44MjEgTDU1LjU3MSwxOS4xNzkgQzUwLjYzMywxNS43NDMgNDUuNzMsMTQgNDEsMTQgQzI4LjI3LDE0IDE2Ljk0OSwyMy44NjUgMTUuMDYzLDM2LjUyMSBDMTMuODM5LDM3LjIwNyAxMywzOC41IDEzLDQwIEMxMyw0MS41IDEzLjgzOSw0Mi43OTMgMTUuMDYzLDQzLjQ3OCBDMTYuOTcsNTYuMzQxIDI4LjA1Niw2NiA0MSw2NiBDNDYuNDA3LDY2IDUxLjk0Miw2NC4xNTcgNTYuNTg1LDYwLjgxMSBMNTUuNDE1LDU5LjE4OSBDNTEuMTEsNjIuMjkyIDQ1Ljk5MSw2NCA0MSw2NCBMNDEsNjQgWiBNMzAuMTAxLDM2LjQ0MiBDMzEuOTU1LDM2Ljg5NSAzNC4yNzUsMzcgMzYsMzcgQzM3LjY0MiwzNyAzOS44MjMsMzYuOTA1IDQxLjYyOSwzNi41MDYgTDM3LjEwNSw0NS41NTMgQzM3LjAzNiw0NS42OTEgMzcsNDUuODQ1IDM3LDQ2IEwzNyw1MC40NTMgQzM2LjE5OSw1MC45NjQgMzQuODMzLDUxLjgxMiAzNCw1MS45ODYgTDM0LDQ2IEMzNCw0NS44NjggMzMuOTc0LDQ1LjczNyAzMy45MjMsNDUuNjE1IEwzMC4xMDEsMzYuNDQyIFogTTM2LDMzIEM0MC4wMjUsMzMgNDIuMTc0LDMzLjYwNCA0Mi44NDEsMzQgQzQyLjE3NCwzNC4zOTYgNDAuMDI1LDM1IDM2LDM1IEMzMS45NzUsMzUgMjkuODI2LDM0LjM5NiAyOS4xNTksMzQgQzI5LjgyNiwzMy42MDQgMzEuOTc1LDMzIDM2LDMzIEwzNiwzMyBaIE0zMyw1NCBMMzQsNTQgQzM0LjA0Myw1NCAzNC4wODYsNTMuOTk3IDM0LjEyOCw1My45OTIgQzM1LjM1Miw1My44MzMgMzYuOTA5LDUyLjg4NyAzOC4yNzIsNTIuMDEzIEwzOC41MzUsNTEuODQ1IEMzOC44MjQsNTEuNjYxIDM5LDUxLjM0MiAzOSw1MSBMMzksNDYuMjM2IEw0NC41NTksMzUuMTIgQzQ0LjgzMywzNC44MDEgNDUsMzQuNDM0IDQ1LDM0IEM0NSwzMS4zOSAzOS4zNjEsMzEgMzYsMzEgQzMyLjYzOSwzMSAyNywzMS4zOSAyNywzNCBDMjcsMzQuMzY2IDI3LjEyLDM0LjY4NCAyNy4zMiwzNC45NjcgTDMyLDQ2LjIgTDMyLDUzIEMzMiw1My41NTIgMzIuNDQ3LDU0IDMzLDU0IEwzMyw1NCBaIE02Miw1MyBDNjMuMTAzLDUzIDY0LDUzLjg5NyA2NCw1NSBDNjQsNTYuMTAzIDYzLjEwMyw1NyA2Miw1NyBDNjAuODk3LDU3IDYwLDU2LjEwMyA2MCw1NSBDNjAsNTMuODk3IDYwLjg5Nyw1MyA2Miw1MyBMNjIsNTMgWiBNNjIsMjMgQzYzLjEwMywyMyA2NCwyMy44OTcgNjQsMjUgQzY0LDI2LjEwMyA2My4xMDMsMjcgNjIsMjcgQzYwLjg5NywyNyA2MCwyNi4xMDMgNjAsMjUgQzYwLDIzLjg5NyA2MC44OTcsMjMgNjIsMjMgTDYyLDIzIFogTTY0LDM4IEM2NS4xMDMsMzggNjYsMzguODk3IDY2LDQwIEM2Niw0MS4xMDMgNjUuMTAzLDQyIDY0LDQyIEM2Mi44OTcsNDIgNjIsNDEuMTAzIDYyLDQwIEM2MiwzOC44OTcgNjIuODk3LDM4IDY0LDM4IEw2NCwzOCBaIE01NCw0MSBMNjAuMTQzLDQxIEM2MC41ODksNDIuNzIgNjIuMTQyLDQ0IDY0LDQ0IEM2Ni4yMDYsNDQgNjgsNDIuMjA2IDY4LDQwIEM2OCwzNy43OTQgNjYuMjA2LDM2IDY0LDM2IEM2Mi4xNDIsMzYgNjAuNTg5LDM3LjI4IDYwLjE0MywzOSBMNTQsMzkgTDU0LDI2IEw1OC4xNDMsMjYgQzU4LjU4OSwyNy43MiA2MC4xNDIsMjkgNjIsMjkgQzY0LjIwNiwyOSA2NiwyNy4yMDYgNjYsMjUgQzY2LDIyLjc5NCA2NC4yMDYsMjEgNjIsMjEgQzYwLjE0MiwyMSA1OC41ODksMjIuMjggNTguMTQzLDI0IEw1MywyNCBDNTIuNDQ3LDI0IDUyLDI0LjQ0OCA1MiwyNSBMNTIsMzkgTDQ1LDM5IEw0NSw0MSBMNTIsNDEgTDUyLDU1IEM1Miw1NS41NTIgNTIuNDQ3LDU2IDUzLDU2IEw1OC4xNDMsNTYgQzU4LjU4OSw1Ny43MiA2MC4xNDIsNTkgNjIsNTkgQzY0LjIwNiw1OSA2Niw1Ny4yMDYgNjYsNTUgQzY2LDUyLjc5NCA2NC4yMDYsNTEgNjIsNTEgQzYwLjE0Miw1MSA1OC41ODksNTIuMjggNTguMTQzLDU0IEw1NCw1NCBMNTQsNDEgWicKICAgICAgICAgICAgICBpZD0nQVdTLVNpbXBsZS1Ob3RpZmljYXRpb24tU2VydmljZV9JY29uXzY0X1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
1103
+ "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"
1248
1104
  },
1249
1105
  "engines": {
1250
- "camunda": "^8.5"
1106
+ "camunda": "^8.2"
1251
1107
  }
1252
1108
  },
1253
1109
  {
1254
1110
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1255
- "name": "Amazon SNS Outbound connector",
1111
+ "name": "Amazon SNS connector",
1256
1112
  "id": "io.camunda.connectors.AWSSNS.v1",
1257
1113
  "description": "Send message to topic",
1258
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=outbound",
1259
- "version": 6,
1114
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
1115
+ "version": 4,
1260
1116
  "appliesTo": ["bpmn:Task"],
1261
1117
  "elementType": {
1262
1118
  "value": "bpmn:ServiceTask"
@@ -1296,32 +1152,6 @@
1296
1152
  "property": "type"
1297
1153
  }
1298
1154
  },
1299
- {
1300
- "id": "authenticationType",
1301
- "label": "Authentication",
1302
- "description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/\" target=\"_blank\">documentation page</a>",
1303
- "group": "authentication",
1304
- "type": "Dropdown",
1305
- "optional": false,
1306
- "value": "credentials",
1307
- "choices": [
1308
- {
1309
- "name": "Credentials",
1310
- "value": "credentials"
1311
- },
1312
- {
1313
- "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
1314
- "value": "defaultCredentialsChain"
1315
- }
1316
- ],
1317
- "binding": {
1318
- "type": "zeebe:input",
1319
- "name": "authentication.type"
1320
- },
1321
- "constraints": {
1322
- "notEmpty": true
1323
- }
1324
- },
1325
1155
  {
1326
1156
  "label": "Access key",
1327
1157
  "description": "Provide AWS IAM access key that has permission to publish to desired SNS topic",
@@ -1333,10 +1163,6 @@
1333
1163
  },
1334
1164
  "constraints": {
1335
1165
  "notEmpty": true
1336
- },
1337
- "condition": {
1338
- "property": "authenticationType",
1339
- "equals": "credentials"
1340
1166
  }
1341
1167
  },
1342
1168
  {
@@ -1350,10 +1176,6 @@
1350
1176
  },
1351
1177
  "constraints": {
1352
1178
  "notEmpty": true
1353
- },
1354
- "condition": {
1355
- "property": "authenticationType",
1356
- "equals": "credentials"
1357
1179
  }
1358
1180
  },
1359
1181
  {
@@ -1462,19 +1284,16 @@
1462
1284
  "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"
1463
1285
  },
1464
1286
  "engines": {
1465
- "camunda": "^8.4"
1287
+ "camunda": "^8.2"
1466
1288
  }
1467
1289
  },
1468
1290
  {
1469
1291
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1470
1292
  "name": "Amazon SNS Outbound connector",
1471
1293
  "id": "io.camunda.connectors.AWSSNS.v1",
1472
- "description": "Send messages to Amazon SNS.",
1473
- "metadata": {
1474
- "keywords": ["send message", "publish message"]
1475
- },
1294
+ "description": "Send message to topic",
1476
1295
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=outbound",
1477
- "version": 8,
1296
+ "version": 7,
1478
1297
  "category": {
1479
1298
  "id": "connectors",
1480
1299
  "name": "Connectors"
@@ -1483,9 +1302,6 @@
1483
1302
  "elementType": {
1484
1303
  "value": "bpmn:ServiceTask"
1485
1304
  },
1486
- "engines": {
1487
- "camunda": "^8.3"
1488
- },
1489
1305
  "groups": [
1490
1306
  {
1491
1307
  "id": "authentication",
@@ -1499,10 +1315,6 @@
1499
1315
  "id": "input",
1500
1316
  "label": "Input message data"
1501
1317
  },
1502
- {
1503
- "id": "connector",
1504
- "label": "Connector"
1505
- },
1506
1318
  {
1507
1319
  "id": "output",
1508
1320
  "label": "Output mapping"
@@ -1635,10 +1447,7 @@
1635
1447
  "id": "configuration.region",
1636
1448
  "label": "Region",
1637
1449
  "description": "Specify the AWS region",
1638
- "optional": false,
1639
- "constraints": {
1640
- "notEmpty": true
1641
- },
1450
+ "optional": true,
1642
1451
  "feel": "optional",
1643
1452
  "group": "configuration",
1644
1453
  "binding": {
@@ -1737,30 +1546,6 @@
1737
1546
  },
1738
1547
  "type": "String"
1739
1548
  },
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"
1761
- },
1762
- "type": "Hidden"
1763
- },
1764
1549
  {
1765
1550
  "id": "resultVariable",
1766
1551
  "label": "Result variable",
@@ -1814,6 +1599,7 @@
1814
1599
  "label": "Retry backoff",
1815
1600
  "description": "ISO-8601 duration to wait between retries",
1816
1601
  "value": "PT0S",
1602
+ "feel": "optional",
1817
1603
  "group": "retries",
1818
1604
  "binding": {
1819
1605
  "key": "retryBackoff",
@@ -1824,6 +1610,224 @@
1824
1610
  ],
1825
1611
  "icon": {
1826
1612
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA4MCA4MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS82NC9BcmNoX0FXUy1TaW1wbGUtTm90aWZpY2F0aW9uLVNlcnZpY2VfNjQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9JzAlJyB5MT0nMTAwJScgeDI9JzEwMCUnIHkyPScwJScgaWQ9J2xpbmVhckdyYWRpZW50LTEnPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPScjQjAwODREJyBvZmZzZXQ9JzAlJz48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNGRjRGOEInIG9mZnNldD0nMTAwJSc+PC9zdG9wPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0nSWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BV1MtU2ltcGxlLU5vdGlmaWNhdGlvbi1TZXJ2aWNlXzY0JyBzdHJva2U9J25vbmUnIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nbm9uZScKICAgICAgIGZpbGwtcnVsZT0nZXZlbm9kZCc+CiAgICAgICAgPGcgaWQ9J0ljb24tQXJjaGl0ZWN0dXJlLUJHLzY0L0FwcGxpY2F0aW9uLUludGVncmF0aW9uJyBmaWxsPSd1cmwoI2xpbmVhckdyYWRpZW50LTEpJz4KICAgICAgICAgICAgPHJlY3QgaWQ9J1JlY3RhbmdsZScgeD0nMCcgeT0nMCcgd2lkdGg9JzgwJyBoZWlnaHQ9JzgwJz48L3JlY3Q+CiAgICAgICAgPC9nPgogICAgICAgIDxwYXRoIGQ9J00xNywzOCBDMTguMTAzLDM4IDE5LDM4Ljg5NyAxOSw0MCBDMTksNDEuMTAzIDE4LjEwMyw0MiAxNyw0MiBDMTUuODk3LDQyIDE1LDQxLjEwMyAxNSw0MCBDMTUsMzguODk3IDE1Ljg5NywzOCAxNywzOCBMMTcsMzggWiBNNDEsNjQgQzI5LjMxNCw2NCAxOS4yODksNTUuNDY2IDE3LjE5NCw0My45OCBDMTguOTY1LDQzLjg5NCAyMC40MjcsNDIuNjU5IDIwLjg1Nyw0MSBMMjcsNDEgTDI3LDM5IEwyMC44NTcsMzkgQzIwLjQyNywzNy4zNDIgMTguOTY2LDM2LjEwNyAxNy4xOTUsMzYuMDIgQzE5LjI4NSwyNC43MSAyOS41MTEsMTYgNDEsMTYgQzQ1LjMxMywxNiA0OS44MzIsMTcuNjIyIDU0LjQyOSwyMC44MjEgTDU1LjU3MSwxOS4xNzkgQzUwLjYzMywxNS43NDMgNDUuNzMsMTQgNDEsMTQgQzI4LjI3LDE0IDE2Ljk0OSwyMy44NjUgMTUuMDYzLDM2LjUyMSBDMTMuODM5LDM3LjIwNyAxMywzOC41IDEzLDQwIEMxMyw0MS41IDEzLjgzOSw0Mi43OTMgMTUuMDYzLDQzLjQ3OCBDMTYuOTcsNTYuMzQxIDI4LjA1Niw2NiA0MSw2NiBDNDYuNDA3LDY2IDUxLjk0Miw2NC4xNTcgNTYuNTg1LDYwLjgxMSBMNTUuNDE1LDU5LjE4OSBDNTEuMTEsNjIuMjkyIDQ1Ljk5MSw2NCA0MSw2NCBMNDEsNjQgWiBNMzAuMTAxLDM2LjQ0MiBDMzEuOTU1LDM2Ljg5NSAzNC4yNzUsMzcgMzYsMzcgQzM3LjY0MiwzNyAzOS44MjMsMzYuOTA1IDQxLjYyOSwzNi41MDYgTDM3LjEwNSw0NS41NTMgQzM3LjAzNiw0NS42OTEgMzcsNDUuODQ1IDM3LDQ2IEwzNyw1MC40NTMgQzM2LjE5OSw1MC45NjQgMzQuODMzLDUxLjgxMiAzNCw1MS45ODYgTDM0LDQ2IEMzNCw0NS44NjggMzMuOTc0LDQ1LjczNyAzMy45MjMsNDUuNjE1IEwzMC4xMDEsMzYuNDQyIFogTTM2LDMzIEM0MC4wMjUsMzMgNDIuMTc0LDMzLjYwNCA0Mi44NDEsMzQgQzQyLjE3NCwzNC4zOTYgNDAuMDI1LDM1IDM2LDM1IEMzMS45NzUsMzUgMjkuODI2LDM0LjM5NiAyOS4xNTksMzQgQzI5LjgyNiwzMy42MDQgMzEuOTc1LDMzIDM2LDMzIEwzNiwzMyBaIE0zMyw1NCBMMzQsNTQgQzM0LjA0Myw1NCAzNC4wODYsNTMuOTk3IDM0LjEyOCw1My45OTIgQzM1LjM1Miw1My44MzMgMzYuOTA5LDUyLjg4NyAzOC4yNzIsNTIuMDEzIEwzOC41MzUsNTEuODQ1IEMzOC44MjQsNTEuNjYxIDM5LDUxLjM0MiAzOSw1MSBMMzksNDYuMjM2IEw0NC41NTksMzUuMTIgQzQ0LjgzMywzNC44MDEgNDUsMzQuNDM0IDQ1LDM0IEM0NSwzMS4zOSAzOS4zNjEsMzEgMzYsMzEgQzMyLjYzOSwzMSAyNywzMS4zOSAyNywzNCBDMjcsMzQuMzY2IDI3LjEyLDM0LjY4NCAyNy4zMiwzNC45NjcgTDMyLDQ2LjIgTDMyLDUzIEMzMiw1My41NTIgMzIuNDQ3LDU0IDMzLDU0IEwzMyw1NCBaIE02Miw1MyBDNjMuMTAzLDUzIDY0LDUzLjg5NyA2NCw1NSBDNjQsNTYuMTAzIDYzLjEwMyw1NyA2Miw1NyBDNjAuODk3LDU3IDYwLDU2LjEwMyA2MCw1NSBDNjAsNTMuODk3IDYwLjg5Nyw1MyA2Miw1MyBMNjIsNTMgWiBNNjIsMjMgQzYzLjEwMywyMyA2NCwyMy44OTcgNjQsMjUgQzY0LDI2LjEwMyA2My4xMDMsMjcgNjIsMjcgQzYwLjg5NywyNyA2MCwyNi4xMDMgNjAsMjUgQzYwLDIzLjg5NyA2MC44OTcsMjMgNjIsMjMgTDYyLDIzIFogTTY0LDM4IEM2NS4xMDMsMzggNjYsMzguODk3IDY2LDQwIEM2Niw0MS4xMDMgNjUuMTAzLDQyIDY0LDQyIEM2Mi44OTcsNDIgNjIsNDEuMTAzIDYyLDQwIEM2MiwzOC44OTcgNjIuODk3LDM4IDY0LDM4IEw2NCwzOCBaIE01NCw0MSBMNjAuMTQzLDQxIEM2MC41ODksNDIuNzIgNjIuMTQyLDQ0IDY0LDQ0IEM2Ni4yMDYsNDQgNjgsNDIuMjA2IDY4LDQwIEM2OCwzNy43OTQgNjYuMjA2LDM2IDY0LDM2IEM2Mi4xNDIsMzYgNjAuNTg5LDM3LjI4IDYwLjE0MywzOSBMNTQsMzkgTDU0LDI2IEw1OC4xNDMsMjYgQzU4LjU4OSwyNy43MiA2MC4xNDIsMjkgNjIsMjkgQzY0LjIwNiwyOSA2NiwyNy4yMDYgNjYsMjUgQzY2LDIyLjc5NCA2NC4yMDYsMjEgNjIsMjEgQzYwLjE0MiwyMSA1OC41ODksMjIuMjggNTguMTQzLDI0IEw1MywyNCBDNTIuNDQ3LDI0IDUyLDI0LjQ0OCA1MiwyNSBMNTIsMzkgTDQ1LDM5IEw0NSw0MSBMNTIsNDEgTDUyLDU1IEM1Miw1NS41NTIgNTIuNDQ3LDU2IDUzLDU2IEw1OC4xNDMsNTYgQzU4LjU4OSw1Ny43MiA2MC4xNDIsNTkgNjIsNTkgQzY0LjIwNiw1OSA2Niw1Ny4yMDYgNjYsNTUgQzY2LDUyLjc5NCA2NC4yMDYsNTEgNjIsNTEgQzYwLjE0Miw1MSA1OC41ODksNTIuMjggNTguMTQzLDU0IEw1NCw1NCBMNTQsNDEgWicKICAgICAgICAgICAgICBpZD0nQVdTLVNpbXBsZS1Ob3RpZmljYXRpb24tU2VydmljZV9JY29uXzY0X1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
1613
+ },
1614
+ "engines": {
1615
+ "camunda": "^8.5"
1616
+ }
1617
+ },
1618
+ {
1619
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1620
+ "name": "Amazon SNS Outbound connector",
1621
+ "id": "io.camunda.connectors.AWSSNS.v1",
1622
+ "description": "Send message to topic",
1623
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=outbound",
1624
+ "version": 6,
1625
+ "appliesTo": ["bpmn:Task"],
1626
+ "elementType": {
1627
+ "value": "bpmn:ServiceTask"
1628
+ },
1629
+ "category": {
1630
+ "id": "connectors",
1631
+ "name": "Connectors"
1632
+ },
1633
+ "groups": [
1634
+ {
1635
+ "id": "authentication",
1636
+ "label": "Authentication"
1637
+ },
1638
+ {
1639
+ "id": "topicProperties",
1640
+ "label": "Topic properties"
1641
+ },
1642
+ {
1643
+ "id": "output",
1644
+ "label": "Output"
1645
+ },
1646
+ {
1647
+ "id": "input",
1648
+ "label": "Input message data"
1649
+ },
1650
+ {
1651
+ "id": "errors",
1652
+ "label": "Error handling"
1653
+ }
1654
+ ],
1655
+ "properties": [
1656
+ {
1657
+ "type": "Hidden",
1658
+ "value": "io.camunda:aws-sns:1",
1659
+ "binding": {
1660
+ "type": "zeebe:taskDefinition",
1661
+ "property": "type"
1662
+ }
1663
+ },
1664
+ {
1665
+ "id": "authenticationType",
1666
+ "label": "Authentication",
1667
+ "description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/\" target=\"_blank\">documentation page</a>",
1668
+ "group": "authentication",
1669
+ "type": "Dropdown",
1670
+ "optional": false,
1671
+ "value": "credentials",
1672
+ "choices": [
1673
+ {
1674
+ "name": "Credentials",
1675
+ "value": "credentials"
1676
+ },
1677
+ {
1678
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
1679
+ "value": "defaultCredentialsChain"
1680
+ }
1681
+ ],
1682
+ "binding": {
1683
+ "type": "zeebe:input",
1684
+ "name": "authentication.type"
1685
+ },
1686
+ "constraints": {
1687
+ "notEmpty": true
1688
+ }
1689
+ },
1690
+ {
1691
+ "label": "Access key",
1692
+ "description": "Provide AWS IAM access key that has permission to publish to desired SNS topic",
1693
+ "group": "authentication",
1694
+ "type": "String",
1695
+ "binding": {
1696
+ "type": "zeebe:input",
1697
+ "name": "authentication.accessKey"
1698
+ },
1699
+ "constraints": {
1700
+ "notEmpty": true
1701
+ },
1702
+ "condition": {
1703
+ "property": "authenticationType",
1704
+ "equals": "credentials"
1705
+ }
1706
+ },
1707
+ {
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",
1712
+ "binding": {
1713
+ "type": "zeebe:input",
1714
+ "name": "authentication.secretKey"
1715
+ },
1716
+ "constraints": {
1717
+ "notEmpty": true
1718
+ },
1719
+ "condition": {
1720
+ "property": "authenticationType",
1721
+ "equals": "credentials"
1722
+ }
1723
+ },
1724
+ {
1725
+ "label": "Topic ARN",
1726
+ "description": "Specify the topic you want to publish to",
1727
+ "group": "topicProperties",
1728
+ "type": "String",
1729
+ "binding": {
1730
+ "type": "zeebe:input",
1731
+ "name": "topic.topicArn"
1732
+ },
1733
+ "constraints": {
1734
+ "notEmpty": true
1735
+ }
1736
+ },
1737
+ {
1738
+ "label": "Region",
1739
+ "description": "Specify the AWS region of your topic",
1740
+ "group": "topicProperties",
1741
+ "type": "String",
1742
+ "binding": {
1743
+ "type": "zeebe:input",
1744
+ "name": "configuration.region"
1745
+ },
1746
+ "constraints": {
1747
+ "notEmpty": true
1748
+ },
1749
+ "feel": "optional"
1750
+ },
1751
+ {
1752
+ "label": "Subject",
1753
+ "description": "Specify the subject of the message you want to publish in the SNS topic",
1754
+ "group": "input",
1755
+ "type": "String",
1756
+ "optional": true,
1757
+ "binding": {
1758
+ "type": "zeebe:input",
1759
+ "name": "topic.subject"
1760
+ },
1761
+ "constraints": {
1762
+ "notEmpty": false,
1763
+ "maxLength": 99
1764
+ },
1765
+ "feel": "optional"
1766
+ },
1767
+ {
1768
+ "label": "Message",
1769
+ "description": "Data to publish in the SNS topic",
1770
+ "group": "input",
1771
+ "type": "Text",
1772
+ "binding": {
1773
+ "type": "zeebe:input",
1774
+ "name": "topic.message"
1775
+ },
1776
+ "constraints": {
1777
+ "notEmpty": true
1778
+ },
1779
+ "feel": "optional"
1780
+ },
1781
+ {
1782
+ "label": "Message attributes",
1783
+ "description": "Message attributes metadata",
1784
+ "group": "input",
1785
+ "type": "Text",
1786
+ "optional": true,
1787
+ "binding": {
1788
+ "type": "zeebe:input",
1789
+ "name": "topic.messageAttributes"
1790
+ },
1791
+ "feel": "required"
1792
+ },
1793
+ {
1794
+ "label": "Result variable",
1795
+ "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>",
1796
+ "group": "output",
1797
+ "type": "String",
1798
+ "binding": {
1799
+ "type": "zeebe:taskHeader",
1800
+ "key": "resultVariable"
1801
+ }
1802
+ },
1803
+ {
1804
+ "label": "Result expression",
1805
+ "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>",
1806
+ "group": "output",
1807
+ "type": "Text",
1808
+ "feel": "required",
1809
+ "binding": {
1810
+ "type": "zeebe:taskHeader",
1811
+ "key": "resultExpression"
1812
+ }
1813
+ },
1814
+ {
1815
+ "label": "Error expression",
1816
+ "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>",
1817
+ "group": "errors",
1818
+ "type": "Text",
1819
+ "feel": "required",
1820
+ "binding": {
1821
+ "type": "zeebe:taskHeader",
1822
+ "key": "errorExpression"
1823
+ }
1824
+ }
1825
+ ],
1826
+ "icon": {
1827
+ "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"
1828
+ },
1829
+ "engines": {
1830
+ "camunda": "^8.4"
1827
1831
  }
1828
1832
  }
1829
1833
  ]