@camunda/connectors-element-templates 1.0.17 → 1.0.19

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 (125) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -2
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +4 -7
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +8 -8
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +8 -8
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +8 -8
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +8 -8
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +9 -12
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3770 -29
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +6274 -2594
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +549 -552
  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 +736 -739
  14. package/src/element-templates/asana-connector.json +759 -48
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1763 -1759
  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 +747 -10
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1358 -1358
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +383 -18
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +377 -12
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +407 -8
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
  29. package/src/element-templates/aws-lambda-outbound-connector.json +238 -234
  30. package/src/element-templates/aws-s3-outbound-connector.json +646 -5
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +13 -9
  32. package/src/element-templates/aws-sns-inbound-boundary.json +44 -37
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +210 -203
  34. package/src/element-templates/aws-sns-inbound-message-start.json +125 -118
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +134 -127
  37. package/src/element-templates/aws-sns-outbound-connector.json +581 -577
  38. package/src/element-templates/aws-sqs-boundary-connector.json +453 -449
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +530 -526
  40. package/src/element-templates/aws-sqs-outbound-connector.json +711 -709
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +213 -205
  43. package/src/element-templates/aws-sqs-start-message.json +461 -457
  44. package/src/element-templates/aws-textract-outbound-connector.json +109 -105
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +676 -19
  46. package/src/element-templates/azure-open-ai-connector.json +1329 -4
  47. package/src/element-templates/blue-prism-connector.json +569 -24
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +13 -5
  50. package/src/element-templates/easy-post-connector.json +1077 -109
  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 +58 -50
  55. package/src/element-templates/email-outbound-connector.json +2116 -243
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +3 -6
  57. package/src/element-templates/github-connector.json +15257 -11722
  58. package/src/element-templates/github-webhook-connector-boundary.json +27 -29
  59. package/src/element-templates/github-webhook-connector-intermediate.json +36 -38
  60. package/src/element-templates/github-webhook-connector-message-start.json +11 -13
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +54 -56
  63. package/src/element-templates/gitlab-connector.json +4177 -2545
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +562 -13
  65. package/src/element-templates/google-drive-outbound-connector.json +1386 -766
  66. package/src/element-templates/google-gemini-outbound-connector.json +13 -5
  67. package/src/element-templates/google-maps-platform-connector.json +1059 -30
  68. package/src/element-templates/google-sheets-outbound-connector.json +2449 -1455
  69. package/src/element-templates/graphql-outbound-connector.json +1744 -1735
  70. package/src/element-templates/http-json-connector.json +2982 -2332
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +752 -741
  72. package/src/element-templates/http-polling-connector.json +1512 -1501
  73. package/src/element-templates/hubspot-outbound-connector.json +2371 -25
  74. package/src/element-templates/hugging-face-connector.json +234 -3
  75. package/src/element-templates/jdbc-outbound-connector.json +20 -6
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +613 -604
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +528 -519
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +530 -521
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +518 -512
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
  85. package/src/element-templates/microsoft-office365-mail-connector.json +893 -10
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +5971 -3807
  87. package/src/element-templates/openai-connector.json +550 -87
  88. package/src/element-templates/operate-connector.json +1198 -46
  89. package/src/element-templates/power-automate-connector.json +601 -9
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +444 -435
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +484 -475
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +367 -358
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +479 -470
  95. package/src/element-templates/rabbitmq-outbound-connector.json +356 -350
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +544 -0
  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 +945 -337
  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 +490 -192
  106. package/src/element-templates/slack-inbound-intermediate.json +421 -123
  107. package/src/element-templates/slack-inbound-message-start.json +469 -139
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +216 -211
  110. package/src/element-templates/slack-outbound-connector.json +2451 -753
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1573 -93
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +19 -10
  114. package/src/element-templates/twilio-webhook-connector.json +243 -13
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +34 -25
  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 +594 -2
  119. package/src/element-templates/webhook-connector-boundary.json +580 -570
  120. package/src/element-templates/webhook-connector-intermediate.json +1390 -1380
  121. package/src/element-templates/webhook-connector-receive.json +16 -6
  122. package/src/element-templates/webhook-connector-start-event.json +1382 -1375
  123. package/src/element-templates/webhook-connector-start-message.json +1306 -1296
  124. package/src/element-templates/whatsapp-connector.json +343 -9
  125. package/src/element-templates/http-connector.json.json +0 -654
@@ -3,12 +3,224 @@
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
4
  "name": "Amazon SNS Outbound connector",
5
5
  "id": "io.camunda.connectors.AWSSNS.v1",
6
- "description": "Send messages to Amazon SNS.",
7
- "metadata": {
8
- "keywords": ["send message", "publish message"]
6
+ "description": "Send message to topic",
7
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=outbound",
8
+ "version": 6,
9
+ "appliesTo": ["bpmn:Task"],
10
+ "elementType": {
11
+ "value": "bpmn:ServiceTask"
12
+ },
13
+ "category": {
14
+ "id": "connectors",
15
+ "name": "Connectors"
16
+ },
17
+ "groups": [
18
+ {
19
+ "id": "authentication",
20
+ "label": "Authentication"
21
+ },
22
+ {
23
+ "id": "topicProperties",
24
+ "label": "Topic properties"
25
+ },
26
+ {
27
+ "id": "output",
28
+ "label": "Output"
29
+ },
30
+ {
31
+ "id": "input",
32
+ "label": "Input message data"
33
+ },
34
+ {
35
+ "id": "errors",
36
+ "label": "Error handling"
37
+ }
38
+ ],
39
+ "properties": [
40
+ {
41
+ "type": "Hidden",
42
+ "value": "io.camunda:aws-sns:1",
43
+ "binding": {
44
+ "type": "zeebe:taskDefinition",
45
+ "property": "type"
46
+ }
47
+ },
48
+ {
49
+ "id": "authenticationType",
50
+ "label": "Authentication",
51
+ "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>",
52
+ "group": "authentication",
53
+ "type": "Dropdown",
54
+ "optional": false,
55
+ "value": "credentials",
56
+ "choices": [
57
+ {
58
+ "name": "Credentials",
59
+ "value": "credentials"
60
+ },
61
+ {
62
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
63
+ "value": "defaultCredentialsChain"
64
+ }
65
+ ],
66
+ "binding": {
67
+ "type": "zeebe:input",
68
+ "name": "authentication.type"
69
+ },
70
+ "constraints": {
71
+ "notEmpty": true
72
+ }
73
+ },
74
+ {
75
+ "label": "Access key",
76
+ "description": "Provide AWS IAM access key that has permission to publish to desired SNS topic",
77
+ "group": "authentication",
78
+ "type": "String",
79
+ "binding": {
80
+ "type": "zeebe:input",
81
+ "name": "authentication.accessKey"
82
+ },
83
+ "constraints": {
84
+ "notEmpty": true
85
+ },
86
+ "condition": {
87
+ "property": "authenticationType",
88
+ "equals": "credentials"
89
+ }
90
+ },
91
+ {
92
+ "label": "Secret key",
93
+ "description": "Provide AWS IAM secret key that has permission to publish to desired SNS topic",
94
+ "group": "authentication",
95
+ "type": "String",
96
+ "binding": {
97
+ "type": "zeebe:input",
98
+ "name": "authentication.secretKey"
99
+ },
100
+ "constraints": {
101
+ "notEmpty": true
102
+ },
103
+ "condition": {
104
+ "property": "authenticationType",
105
+ "equals": "credentials"
106
+ }
107
+ },
108
+ {
109
+ "label": "Topic ARN",
110
+ "description": "Specify the topic you want to publish to",
111
+ "group": "topicProperties",
112
+ "type": "String",
113
+ "binding": {
114
+ "type": "zeebe:input",
115
+ "name": "topic.topicArn"
116
+ },
117
+ "constraints": {
118
+ "notEmpty": true
119
+ }
120
+ },
121
+ {
122
+ "label": "Region",
123
+ "description": "Specify the AWS region of your topic",
124
+ "group": "topicProperties",
125
+ "type": "String",
126
+ "binding": {
127
+ "type": "zeebe:input",
128
+ "name": "configuration.region"
129
+ },
130
+ "constraints": {
131
+ "notEmpty": true
132
+ },
133
+ "feel": "optional"
134
+ },
135
+ {
136
+ "label": "Subject",
137
+ "description": "Specify the subject of the message you want to publish in the SNS topic",
138
+ "group": "input",
139
+ "type": "String",
140
+ "optional": true,
141
+ "binding": {
142
+ "type": "zeebe:input",
143
+ "name": "topic.subject"
144
+ },
145
+ "constraints": {
146
+ "notEmpty": false,
147
+ "maxLength": 99
148
+ },
149
+ "feel": "optional"
150
+ },
151
+ {
152
+ "label": "Message",
153
+ "description": "Data to publish in the SNS topic",
154
+ "group": "input",
155
+ "type": "Text",
156
+ "binding": {
157
+ "type": "zeebe:input",
158
+ "name": "topic.message"
159
+ },
160
+ "constraints": {
161
+ "notEmpty": true
162
+ },
163
+ "feel": "optional"
164
+ },
165
+ {
166
+ "label": "Message attributes",
167
+ "description": "Message attributes metadata",
168
+ "group": "input",
169
+ "type": "Text",
170
+ "optional": true,
171
+ "binding": {
172
+ "type": "zeebe:input",
173
+ "name": "topic.messageAttributes"
174
+ },
175
+ "feel": "required"
176
+ },
177
+ {
178
+ "label": "Result variable",
179
+ "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>",
180
+ "group": "output",
181
+ "type": "String",
182
+ "binding": {
183
+ "type": "zeebe:taskHeader",
184
+ "key": "resultVariable"
185
+ }
186
+ },
187
+ {
188
+ "label": "Result expression",
189
+ "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>",
190
+ "group": "output",
191
+ "type": "Text",
192
+ "feel": "required",
193
+ "binding": {
194
+ "type": "zeebe:taskHeader",
195
+ "key": "resultExpression"
196
+ }
197
+ },
198
+ {
199
+ "label": "Error expression",
200
+ "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>",
201
+ "group": "errors",
202
+ "type": "Text",
203
+ "feel": "required",
204
+ "binding": {
205
+ "type": "zeebe:taskHeader",
206
+ "key": "errorExpression"
207
+ }
208
+ }
209
+ ],
210
+ "icon": {
211
+ "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"
9
212
  },
213
+ "engines": {
214
+ "camunda": "^8.4"
215
+ }
216
+ },
217
+ {
218
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
219
+ "name": "Amazon SNS Outbound connector",
220
+ "id": "io.camunda.connectors.AWSSNS.v1",
221
+ "description": "Send message to topic",
10
222
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=outbound",
11
- "version": 8,
223
+ "version": 7,
12
224
  "category": {
13
225
  "id": "connectors",
14
226
  "name": "Connectors"
@@ -17,9 +229,6 @@
17
229
  "elementType": {
18
230
  "value": "bpmn:ServiceTask"
19
231
  },
20
- "engines": {
21
- "camunda": "^8.3"
22
- },
23
232
  "groups": [
24
233
  {
25
234
  "id": "authentication",
@@ -33,10 +242,6 @@
33
242
  "id": "input",
34
243
  "label": "Input message data"
35
244
  },
36
- {
37
- "id": "connector",
38
- "label": "Connector"
39
- },
40
245
  {
41
246
  "id": "output",
42
247
  "label": "Output mapping"
@@ -169,10 +374,7 @@
169
374
  "id": "configuration.region",
170
375
  "label": "Region",
171
376
  "description": "Specify the AWS region",
172
- "optional": false,
173
- "constraints": {
174
- "notEmpty": true
175
- },
377
+ "optional": true,
176
378
  "feel": "optional",
177
379
  "group": "configuration",
178
380
  "binding": {
@@ -271,30 +473,6 @@
271
473
  },
272
474
  "type": "String"
273
475
  },
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
476
  {
299
477
  "id": "resultVariable",
300
478
  "label": "Result variable",
@@ -348,6 +526,7 @@
348
526
  "label": "Retry backoff",
349
527
  "description": "ISO-8601 duration to wait between retries",
350
528
  "value": "PT0S",
529
+ "feel": "optional",
351
530
  "group": "retries",
352
531
  "binding": {
353
532
  "key": "retryBackoff",
@@ -358,15 +537,18 @@
358
537
  ],
359
538
  "icon": {
360
539
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA4MCA4MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS82NC9BcmNoX0FXUy1TaW1wbGUtTm90aWZpY2F0aW9uLVNlcnZpY2VfNjQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9JzAlJyB5MT0nMTAwJScgeDI9JzEwMCUnIHkyPScwJScgaWQ9J2xpbmVhckdyYWRpZW50LTEnPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPScjQjAwODREJyBvZmZzZXQ9JzAlJz48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNGRjRGOEInIG9mZnNldD0nMTAwJSc+PC9zdG9wPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0nSWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BV1MtU2ltcGxlLU5vdGlmaWNhdGlvbi1TZXJ2aWNlXzY0JyBzdHJva2U9J25vbmUnIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nbm9uZScKICAgICAgIGZpbGwtcnVsZT0nZXZlbm9kZCc+CiAgICAgICAgPGcgaWQ9J0ljb24tQXJjaGl0ZWN0dXJlLUJHLzY0L0FwcGxpY2F0aW9uLUludGVncmF0aW9uJyBmaWxsPSd1cmwoI2xpbmVhckdyYWRpZW50LTEpJz4KICAgICAgICAgICAgPHJlY3QgaWQ9J1JlY3RhbmdsZScgeD0nMCcgeT0nMCcgd2lkdGg9JzgwJyBoZWlnaHQ9JzgwJz48L3JlY3Q+CiAgICAgICAgPC9nPgogICAgICAgIDxwYXRoIGQ9J00xNywzOCBDMTguMTAzLDM4IDE5LDM4Ljg5NyAxOSw0MCBDMTksNDEuMTAzIDE4LjEwMyw0MiAxNyw0MiBDMTUuODk3LDQyIDE1LDQxLjEwMyAxNSw0MCBDMTUsMzguODk3IDE1Ljg5NywzOCAxNywzOCBMMTcsMzggWiBNNDEsNjQgQzI5LjMxNCw2NCAxOS4yODksNTUuNDY2IDE3LjE5NCw0My45OCBDMTguOTY1LDQzLjg5NCAyMC40MjcsNDIuNjU5IDIwLjg1Nyw0MSBMMjcsNDEgTDI3LDM5IEwyMC44NTcsMzkgQzIwLjQyNywzNy4zNDIgMTguOTY2LDM2LjEwNyAxNy4xOTUsMzYuMDIgQzE5LjI4NSwyNC43MSAyOS41MTEsMTYgNDEsMTYgQzQ1LjMxMywxNiA0OS44MzIsMTcuNjIyIDU0LjQyOSwyMC44MjEgTDU1LjU3MSwxOS4xNzkgQzUwLjYzMywxNS43NDMgNDUuNzMsMTQgNDEsMTQgQzI4LjI3LDE0IDE2Ljk0OSwyMy44NjUgMTUuMDYzLDM2LjUyMSBDMTMuODM5LDM3LjIwNyAxMywzOC41IDEzLDQwIEMxMyw0MS41IDEzLjgzOSw0Mi43OTMgMTUuMDYzLDQzLjQ3OCBDMTYuOTcsNTYuMzQxIDI4LjA1Niw2NiA0MSw2NiBDNDYuNDA3LDY2IDUxLjk0Miw2NC4xNTcgNTYuNTg1LDYwLjgxMSBMNTUuNDE1LDU5LjE4OSBDNTEuMTEsNjIuMjkyIDQ1Ljk5MSw2NCA0MSw2NCBMNDEsNjQgWiBNMzAuMTAxLDM2LjQ0MiBDMzEuOTU1LDM2Ljg5NSAzNC4yNzUsMzcgMzYsMzcgQzM3LjY0MiwzNyAzOS44MjMsMzYuOTA1IDQxLjYyOSwzNi41MDYgTDM3LjEwNSw0NS41NTMgQzM3LjAzNiw0NS42OTEgMzcsNDUuODQ1IDM3LDQ2IEwzNyw1MC40NTMgQzM2LjE5OSw1MC45NjQgMzQuODMzLDUxLjgxMiAzNCw1MS45ODYgTDM0LDQ2IEMzNCw0NS44NjggMzMuOTc0LDQ1LjczNyAzMy45MjMsNDUuNjE1IEwzMC4xMDEsMzYuNDQyIFogTTM2LDMzIEM0MC4wMjUsMzMgNDIuMTc0LDMzLjYwNCA0Mi44NDEsMzQgQzQyLjE3NCwzNC4zOTYgNDAuMDI1LDM1IDM2LDM1IEMzMS45NzUsMzUgMjkuODI2LDM0LjM5NiAyOS4xNTksMzQgQzI5LjgyNiwzMy42MDQgMzEuOTc1LDMzIDM2LDMzIEwzNiwzMyBaIE0zMyw1NCBMMzQsNTQgQzM0LjA0Myw1NCAzNC4wODYsNTMuOTk3IDM0LjEyOCw1My45OTIgQzM1LjM1Miw1My44MzMgMzYuOTA5LDUyLjg4NyAzOC4yNzIsNTIuMDEzIEwzOC41MzUsNTEuODQ1IEMzOC44MjQsNTEuNjYxIDM5LDUxLjM0MiAzOSw1MSBMMzksNDYuMjM2IEw0NC41NTksMzUuMTIgQzQ0LjgzMywzNC44MDEgNDUsMzQuNDM0IDQ1LDM0IEM0NSwzMS4zOSAzOS4zNjEsMzEgMzYsMzEgQzMyLjYzOSwzMSAyNywzMS4zOSAyNywzNCBDMjcsMzQuMzY2IDI3LjEyLDM0LjY4NCAyNy4zMiwzNC45NjcgTDMyLDQ2LjIgTDMyLDUzIEMzMiw1My41NTIgMzIuNDQ3LDU0IDMzLDU0IEwzMyw1NCBaIE02Miw1MyBDNjMuMTAzLDUzIDY0LDUzLjg5NyA2NCw1NSBDNjQsNTYuMTAzIDYzLjEwMyw1NyA2Miw1NyBDNjAuODk3LDU3IDYwLDU2LjEwMyA2MCw1NSBDNjAsNTMuODk3IDYwLjg5Nyw1MyA2Miw1MyBMNjIsNTMgWiBNNjIsMjMgQzYzLjEwMywyMyA2NCwyMy44OTcgNjQsMjUgQzY0LDI2LjEwMyA2My4xMDMsMjcgNjIsMjcgQzYwLjg5NywyNyA2MCwyNi4xMDMgNjAsMjUgQzYwLDIzLjg5NyA2MC44OTcsMjMgNjIsMjMgTDYyLDIzIFogTTY0LDM4IEM2NS4xMDMsMzggNjYsMzguODk3IDY2LDQwIEM2Niw0MS4xMDMgNjUuMTAzLDQyIDY0LDQyIEM2Mi44OTcsNDIgNjIsNDEuMTAzIDYyLDQwIEM2MiwzOC44OTcgNjIuODk3LDM4IDY0LDM4IEw2NCwzOCBaIE01NCw0MSBMNjAuMTQzLDQxIEM2MC41ODksNDIuNzIgNjIuMTQyLDQ0IDY0LDQ0IEM2Ni4yMDYsNDQgNjgsNDIuMjA2IDY4LDQwIEM2OCwzNy43OTQgNjYuMjA2LDM2IDY0LDM2IEM2Mi4xNDIsMzYgNjAuNTg5LDM3LjI4IDYwLjE0MywzOSBMNTQsMzkgTDU0LDI2IEw1OC4xNDMsMjYgQzU4LjU4OSwyNy43MiA2MC4xNDIsMjkgNjIsMjkgQzY0LjIwNiwyOSA2NiwyNy4yMDYgNjYsMjUgQzY2LDIyLjc5NCA2NC4yMDYsMjEgNjIsMjEgQzYwLjE0MiwyMSA1OC41ODksMjIuMjggNTguMTQzLDI0IEw1MywyNCBDNTIuNDQ3LDI0IDUyLDI0LjQ0OCA1MiwyNSBMNTIsMzkgTDQ1LDM5IEw0NSw0MSBMNTIsNDEgTDUyLDU1IEM1Miw1NS41NTIgNTIuNDQ3LDU2IDUzLDU2IEw1OC4xNDMsNTYgQzU4LjU4OSw1Ny43MiA2MC4xNDIsNTkgNjIsNTkgQzY0LjIwNiw1OSA2Niw1Ny4yMDYgNjYsNTUgQzY2LDUyLjc5NCA2NC4yMDYsNTEgNjIsNTEgQzYwLjE0Miw1MSA1OC41ODksNTIuMjggNTguMTQzLDU0IEw1NCw1NCBMNTQsNDEgWicKICAgICAgICAgICAgICBpZD0nQVdTLVNpbXBsZS1Ob3RpZmljYXRpb24tU2VydmljZV9JY29uXzY0X1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
361
- }
540
+ },
541
+ "engines": {
542
+ "camunda": "^8.5"
543
+ }
362
544
  },
363
545
  {
364
546
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
365
- "name": "Amazon SNS Outbound connector",
547
+ "name": "Amazon SNS connector",
366
548
  "id": "io.camunda.connectors.AWSSNS.v1",
367
549
  "description": "Send message to topic",
368
550
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
369
- "version": 5,
551
+ "version": 2,
370
552
  "appliesTo": ["bpmn:Task"],
371
553
  "elementType": {
372
554
  "value": "bpmn:ServiceTask"
@@ -546,327 +728,180 @@
546
728
  "name": "Amazon SNS Outbound connector",
547
729
  "id": "io.camunda.connectors.AWSSNS.v1",
548
730
  "description": "Send message to topic",
549
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=outbound",
550
- "version": 7,
551
- "category": {
552
- "id": "connectors",
553
- "name": "Connectors"
554
- },
731
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
732
+ "version": 5,
555
733
  "appliesTo": ["bpmn:Task"],
556
734
  "elementType": {
557
735
  "value": "bpmn:ServiceTask"
558
736
  },
737
+ "category": {
738
+ "id": "connectors",
739
+ "name": "Connectors"
740
+ },
559
741
  "groups": [
560
742
  {
561
743
  "id": "authentication",
562
744
  "label": "Authentication"
563
745
  },
564
746
  {
565
- "id": "configuration",
747
+ "id": "topicProperties",
566
748
  "label": "Topic properties"
567
749
  },
568
- {
569
- "id": "input",
570
- "label": "Input message data"
571
- },
572
750
  {
573
751
  "id": "output",
574
- "label": "Output mapping"
752
+ "label": "Output"
575
753
  },
576
754
  {
577
- "id": "error",
578
- "label": "Error handling"
755
+ "id": "input",
756
+ "label": "Input message data"
579
757
  },
580
758
  {
581
- "id": "retries",
582
- "label": "Retries"
759
+ "id": "errors",
760
+ "label": "Error handling"
583
761
  }
584
762
  ],
585
763
  "properties": [
586
764
  {
765
+ "type": "Hidden",
587
766
  "value": "io.camunda:aws-sns:1",
588
767
  "binding": {
589
- "property": "type",
590
- "type": "zeebe:taskDefinition"
591
- },
592
- "type": "Hidden"
768
+ "type": "zeebe:taskDefinition",
769
+ "property": "type"
770
+ }
593
771
  },
594
772
  {
595
- "id": "authentication.type",
596
- "label": "Authentication",
597
- "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>",
598
- "value": "credentials",
773
+ "label": "Access key",
774
+ "description": "Provide AWS IAM access key that has permission to publish to desired SNS topic",
599
775
  "group": "authentication",
776
+ "type": "String",
600
777
  "binding": {
601
- "name": "authentication.type",
602
- "type": "zeebe:input"
778
+ "type": "zeebe:input",
779
+ "name": "authentication.accessKey"
603
780
  },
604
- "type": "Dropdown",
605
- "choices": [
606
- {
607
- "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
608
- "value": "defaultCredentialsChain"
609
- },
610
- {
611
- "name": "Credentials",
612
- "value": "credentials"
613
- }
614
- ]
615
- },
616
- {
617
- "id": "authentication.accessKey",
618
- "label": "Access key",
619
- "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
620
- "optional": false,
621
781
  "constraints": {
622
782
  "notEmpty": true
623
- },
624
- "feel": "optional",
625
- "group": "authentication",
626
- "binding": {
627
- "name": "authentication.accessKey",
628
- "type": "zeebe:input"
629
- },
630
- "condition": {
631
- "property": "authentication.type",
632
- "equals": "credentials",
633
- "type": "simple"
634
- },
635
- "type": "String"
783
+ }
636
784
  },
637
785
  {
638
- "id": "authentication.secretKey",
639
786
  "label": "Secret key",
640
- "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
641
- "optional": false,
642
- "constraints": {
643
- "notEmpty": true
644
- },
645
- "feel": "optional",
787
+ "description": "Provide AWS IAM secret key that has permission to publish to desired SNS topic",
646
788
  "group": "authentication",
789
+ "type": "String",
647
790
  "binding": {
648
- "name": "authentication.secretKey",
649
- "type": "zeebe:input"
650
- },
651
- "condition": {
652
- "property": "authentication.type",
653
- "equals": "credentials",
654
- "type": "simple"
791
+ "type": "zeebe:input",
792
+ "name": "authentication.secretKey"
655
793
  },
656
- "type": "String"
794
+ "constraints": {
795
+ "notEmpty": true
796
+ }
657
797
  },
658
798
  {
659
- "id": "topic.topicArn",
660
799
  "label": "Topic ARN",
661
800
  "description": "Specify the topic you want to publish to",
662
- "optional": false,
663
- "constraints": {
664
- "notEmpty": true
665
- },
666
- "feel": "optional",
667
- "group": "configuration",
801
+ "group": "topicProperties",
802
+ "type": "String",
668
803
  "binding": {
669
- "name": "topic.topicArn",
670
- "type": "zeebe:input"
804
+ "type": "zeebe:input",
805
+ "name": "topic.topicArn"
671
806
  },
672
- "type": "String"
673
- },
674
- {
675
- "id": "topic.type",
676
- "label": "Topic type",
677
- "description": "Select SNS topic type. Details at <a href=\"https://aws.amazon.com/sns/features/\">AWS SNS Features</a>",
678
- "optional": false,
679
- "value": "standard",
680
807
  "constraints": {
681
808
  "notEmpty": true
682
- },
683
- "group": "configuration",
684
- "binding": {
685
- "name": "topic.type",
686
- "type": "zeebe:input"
687
- },
688
- "type": "Dropdown",
689
- "choices": [
690
- {
691
- "name": "Standard",
692
- "value": "standard"
693
- },
694
- {
695
- "name": "FIFO",
696
- "value": "fifo"
697
- }
698
- ]
809
+ }
699
810
  },
700
811
  {
701
- "id": "configuration.region",
702
812
  "label": "Region",
703
- "description": "Specify the AWS region",
704
- "optional": true,
705
- "feel": "optional",
706
- "group": "configuration",
813
+ "description": "Specify the AWS region of your topic",
814
+ "group": "topicProperties",
815
+ "type": "String",
707
816
  "binding": {
708
- "name": "configuration.region",
709
- "type": "zeebe:input"
817
+ "type": "zeebe:input",
818
+ "name": "configuration.region"
710
819
  },
711
- "type": "String"
712
- },
713
- {
714
- "id": "configuration.endpoint",
715
- "label": "Endpoint",
716
- "description": "Specify endpoint if need to use custom endpoint",
717
- "optional": true,
718
- "group": "configuration",
719
- "binding": {
720
- "name": "configuration.endpoint",
721
- "type": "zeebe:input"
820
+ "constraints": {
821
+ "notEmpty": true
722
822
  },
723
- "type": "Hidden"
823
+ "feel": "optional"
724
824
  },
725
825
  {
726
- "id": "topic.messageGroupId",
727
- "label": "Message group ID",
728
- "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",
729
- "optional": false,
730
- "feel": "optional",
826
+ "label": "Subject",
827
+ "description": "Specify the subject of the message you want to publish in the SNS topic",
731
828
  "group": "input",
732
- "binding": {
733
- "name": "topic.messageGroupId",
734
- "type": "zeebe:input"
735
- },
736
- "condition": {
737
- "property": "topic.type",
738
- "equals": "fifo",
739
- "type": "simple"
740
- },
741
- "type": "String"
742
- },
743
- {
744
- "id": "topic.messageDeduplicationId",
745
- "label": "Message deduplication ID",
746
- "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",
829
+ "type": "String",
747
830
  "optional": true,
748
- "feel": "optional",
749
- "group": "input",
750
831
  "binding": {
751
- "name": "topic.messageDeduplicationId",
752
- "type": "zeebe:input"
832
+ "type": "zeebe:input",
833
+ "name": "topic.subject"
753
834
  },
754
- "condition": {
755
- "property": "topic.type",
756
- "equals": "fifo",
757
- "type": "simple"
835
+ "constraints": {
836
+ "notEmpty": false,
837
+ "maxLength": 99
758
838
  },
759
- "type": "String"
839
+ "feel": "optional"
760
840
  },
761
841
  {
762
- "id": "topic.subject",
763
- "label": "Subject",
764
- "description": "Specify the subject of the message you want to publish in the SNS topic",
765
- "optional": true,
766
- "feel": "optional",
842
+ "label": "Message",
843
+ "description": "Data to publish in the SNS topic",
767
844
  "group": "input",
845
+ "type": "Text",
768
846
  "binding": {
769
- "name": "topic.subject",
770
- "type": "zeebe:input"
847
+ "type": "zeebe:input",
848
+ "name": "topic.message"
771
849
  },
772
- "type": "String"
773
- },
774
- {
775
- "id": "topic.message",
776
- "label": "Message",
777
- "description": "Data to publish in the SNS topic",
778
- "optional": false,
779
850
  "constraints": {
780
851
  "notEmpty": true
781
852
  },
782
- "feel": "optional",
783
- "group": "input",
784
- "binding": {
785
- "name": "topic.message",
786
- "type": "zeebe:input"
787
- },
788
- "type": "Text"
853
+ "feel": "optional"
789
854
  },
790
855
  {
791
- "id": "topic.messageAttributes",
792
- "label": "messageAttributes",
856
+ "label": "Message attributes",
793
857
  "description": "Message attributes metadata",
794
- "optional": true,
795
- "feel": "required",
796
858
  "group": "input",
859
+ "type": "Text",
860
+ "optional": true,
797
861
  "binding": {
798
- "name": "topic.messageAttributes",
799
- "type": "zeebe:input"
862
+ "type": "zeebe:input",
863
+ "name": "topic.messageAttributes"
800
864
  },
801
- "type": "String"
865
+ "feel": "required"
802
866
  },
803
867
  {
804
- "id": "resultVariable",
805
868
  "label": "Result variable",
806
- "description": "Name of variable to store the response in",
869
+ "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>",
807
870
  "group": "output",
871
+ "type": "String",
808
872
  "binding": {
809
- "key": "resultVariable",
810
- "type": "zeebe:taskHeader"
811
- },
812
- "type": "String"
873
+ "type": "zeebe:taskHeader",
874
+ "key": "resultVariable"
875
+ }
813
876
  },
814
877
  {
815
- "id": "resultExpression",
816
878
  "label": "Result expression",
817
- "description": "Expression to map the response into process variables",
818
- "feel": "required",
879
+ "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>",
819
880
  "group": "output",
881
+ "type": "Text",
882
+ "feel": "required",
820
883
  "binding": {
821
- "key": "resultExpression",
822
- "type": "zeebe:taskHeader"
823
- },
824
- "type": "Text"
884
+ "type": "zeebe:taskHeader",
885
+ "key": "resultExpression"
886
+ }
825
887
  },
826
888
  {
827
- "id": "errorExpression",
828
889
  "label": "Error expression",
829
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
890
+ "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>",
891
+ "group": "errors",
892
+ "type": "Text",
830
893
  "feel": "required",
831
- "group": "error",
832
- "binding": {
833
- "key": "errorExpression",
834
- "type": "zeebe:taskHeader"
835
- },
836
- "type": "Text"
837
- },
838
- {
839
- "id": "retryCount",
840
- "label": "Retries",
841
- "description": "Number of retries",
842
- "value": "3",
843
- "feel": "optional",
844
- "group": "retries",
845
- "binding": {
846
- "property": "retries",
847
- "type": "zeebe:taskDefinition"
848
- },
849
- "type": "String"
850
- },
851
- {
852
- "id": "retryBackoff",
853
- "label": "Retry backoff",
854
- "description": "ISO-8601 duration to wait between retries",
855
- "value": "PT0S",
856
- "feel": "optional",
857
- "group": "retries",
858
894
  "binding": {
859
- "key": "retryBackoff",
860
- "type": "zeebe:taskHeader"
861
- },
862
- "type": "String"
895
+ "type": "zeebe:taskHeader",
896
+ "key": "errorExpression"
897
+ }
863
898
  }
864
899
  ],
865
900
  "icon": {
866
- "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA4MCA4MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS82NC9BcmNoX0FXUy1TaW1wbGUtTm90aWZpY2F0aW9uLVNlcnZpY2VfNjQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9JzAlJyB5MT0nMTAwJScgeDI9JzEwMCUnIHkyPScwJScgaWQ9J2xpbmVhckdyYWRpZW50LTEnPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPScjQjAwODREJyBvZmZzZXQ9JzAlJz48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNGRjRGOEInIG9mZnNldD0nMTAwJSc+PC9zdG9wPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0nSWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BV1MtU2ltcGxlLU5vdGlmaWNhdGlvbi1TZXJ2aWNlXzY0JyBzdHJva2U9J25vbmUnIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nbm9uZScKICAgICAgIGZpbGwtcnVsZT0nZXZlbm9kZCc+CiAgICAgICAgPGcgaWQ9J0ljb24tQXJjaGl0ZWN0dXJlLUJHLzY0L0FwcGxpY2F0aW9uLUludGVncmF0aW9uJyBmaWxsPSd1cmwoI2xpbmVhckdyYWRpZW50LTEpJz4KICAgICAgICAgICAgPHJlY3QgaWQ9J1JlY3RhbmdsZScgeD0nMCcgeT0nMCcgd2lkdGg9JzgwJyBoZWlnaHQ9JzgwJz48L3JlY3Q+CiAgICAgICAgPC9nPgogICAgICAgIDxwYXRoIGQ9J00xNywzOCBDMTguMTAzLDM4IDE5LDM4Ljg5NyAxOSw0MCBDMTksNDEuMTAzIDE4LjEwMyw0MiAxNyw0MiBDMTUuODk3LDQyIDE1LDQxLjEwMyAxNSw0MCBDMTUsMzguODk3IDE1Ljg5NywzOCAxNywzOCBMMTcsMzggWiBNNDEsNjQgQzI5LjMxNCw2NCAxOS4yODksNTUuNDY2IDE3LjE5NCw0My45OCBDMTguOTY1LDQzLjg5NCAyMC40MjcsNDIuNjU5IDIwLjg1Nyw0MSBMMjcsNDEgTDI3LDM5IEwyMC44NTcsMzkgQzIwLjQyNywzNy4zNDIgMTguOTY2LDM2LjEwNyAxNy4xOTUsMzYuMDIgQzE5LjI4NSwyNC43MSAyOS41MTEsMTYgNDEsMTYgQzQ1LjMxMywxNiA0OS44MzIsMTcuNjIyIDU0LjQyOSwyMC44MjEgTDU1LjU3MSwxOS4xNzkgQzUwLjYzMywxNS43NDMgNDUuNzMsMTQgNDEsMTQgQzI4LjI3LDE0IDE2Ljk0OSwyMy44NjUgMTUuMDYzLDM2LjUyMSBDMTMuODM5LDM3LjIwNyAxMywzOC41IDEzLDQwIEMxMyw0MS41IDEzLjgzOSw0Mi43OTMgMTUuMDYzLDQzLjQ3OCBDMTYuOTcsNTYuMzQxIDI4LjA1Niw2NiA0MSw2NiBDNDYuNDA3LDY2IDUxLjk0Miw2NC4xNTcgNTYuNTg1LDYwLjgxMSBMNTUuNDE1LDU5LjE4OSBDNTEuMTEsNjIuMjkyIDQ1Ljk5MSw2NCA0MSw2NCBMNDEsNjQgWiBNMzAuMTAxLDM2LjQ0MiBDMzEuOTU1LDM2Ljg5NSAzNC4yNzUsMzcgMzYsMzcgQzM3LjY0MiwzNyAzOS44MjMsMzYuOTA1IDQxLjYyOSwzNi41MDYgTDM3LjEwNSw0NS41NTMgQzM3LjAzNiw0NS42OTEgMzcsNDUuODQ1IDM3LDQ2IEwzNyw1MC40NTMgQzM2LjE5OSw1MC45NjQgMzQuODMzLDUxLjgxMiAzNCw1MS45ODYgTDM0LDQ2IEMzNCw0NS44NjggMzMuOTc0LDQ1LjczNyAzMy45MjMsNDUuNjE1IEwzMC4xMDEsMzYuNDQyIFogTTM2LDMzIEM0MC4wMjUsMzMgNDIuMTc0LDMzLjYwNCA0Mi44NDEsMzQgQzQyLjE3NCwzNC4zOTYgNDAuMDI1LDM1IDM2LDM1IEMzMS45NzUsMzUgMjkuODI2LDM0LjM5NiAyOS4xNTksMzQgQzI5LjgyNiwzMy42MDQgMzEuOTc1LDMzIDM2LDMzIEwzNiwzMyBaIE0zMyw1NCBMMzQsNTQgQzM0LjA0Myw1NCAzNC4wODYsNTMuOTk3IDM0LjEyOCw1My45OTIgQzM1LjM1Miw1My44MzMgMzYuOTA5LDUyLjg4NyAzOC4yNzIsNTIuMDEzIEwzOC41MzUsNTEuODQ1IEMzOC44MjQsNTEuNjYxIDM5LDUxLjM0MiAzOSw1MSBMMzksNDYuMjM2IEw0NC41NTksMzUuMTIgQzQ0LjgzMywzNC44MDEgNDUsMzQuNDM0IDQ1LDM0IEM0NSwzMS4zOSAzOS4zNjEsMzEgMzYsMzEgQzMyLjYzOSwzMSAyNywzMS4zOSAyNywzNCBDMjcsMzQuMzY2IDI3LjEyLDM0LjY4NCAyNy4zMiwzNC45NjcgTDMyLDQ2LjIgTDMyLDUzIEMzMiw1My41NTIgMzIuNDQ3LDU0IDMzLDU0IEwzMyw1NCBaIE02Miw1MyBDNjMuMTAzLDUzIDY0LDUzLjg5NyA2NCw1NSBDNjQsNTYuMTAzIDYzLjEwMyw1NyA2Miw1NyBDNjAuODk3LDU3IDYwLDU2LjEwMyA2MCw1NSBDNjAsNTMuODk3IDYwLjg5Nyw1MyA2Miw1MyBMNjIsNTMgWiBNNjIsMjMgQzYzLjEwMywyMyA2NCwyMy44OTcgNjQsMjUgQzY0LDI2LjEwMyA2My4xMDMsMjcgNjIsMjcgQzYwLjg5NywyNyA2MCwyNi4xMDMgNjAsMjUgQzYwLDIzLjg5NyA2MC44OTcsMjMgNjIsMjMgTDYyLDIzIFogTTY0LDM4IEM2NS4xMDMsMzggNjYsMzguODk3IDY2LDQwIEM2Niw0MS4xMDMgNjUuMTAzLDQyIDY0LDQyIEM2Mi44OTcsNDIgNjIsNDEuMTAzIDYyLDQwIEM2MiwzOC44OTcgNjIuODk3LDM4IDY0LDM4IEw2NCwzOCBaIE01NCw0MSBMNjAuMTQzLDQxIEM2MC41ODksNDIuNzIgNjIuMTQyLDQ0IDY0LDQ0IEM2Ni4yMDYsNDQgNjgsNDIuMjA2IDY4LDQwIEM2OCwzNy43OTQgNjYuMjA2LDM2IDY0LDM2IEM2Mi4xNDIsMzYgNjAuNTg5LDM3LjI4IDYwLjE0MywzOSBMNTQsMzkgTDU0LDI2IEw1OC4xNDMsMjYgQzU4LjU4OSwyNy43MiA2MC4xNDIsMjkgNjIsMjkgQzY0LjIwNiwyOSA2NiwyNy4yMDYgNjYsMjUgQzY2LDIyLjc5NCA2NC4yMDYsMjEgNjIsMjEgQzYwLjE0MiwyMSA1OC41ODksMjIuMjggNTguMTQzLDI0IEw1MywyNCBDNTIuNDQ3LDI0IDUyLDI0LjQ0OCA1MiwyNSBMNTIsMzkgTDQ1LDM5IEw0NSw0MSBMNTIsNDEgTDUyLDU1IEM1Miw1NS41NTIgNTIuNDQ3LDU2IDUzLDU2IEw1OC4xNDMsNTYgQzU4LjU4OSw1Ny43MiA2MC4xNDIsNTkgNjIsNTkgQzY0LjIwNiw1OSA2Niw1Ny4yMDYgNjYsNTUgQzY2LDUyLjc5NCA2NC4yMDYsNTEgNjIsNTEgQzYwLjE0Miw1MSA1OC41ODksNTIuMjggNTguMTQzLDU0IEw1NCw1NCBMNTQsNDEgWicKICAgICAgICAgICAgICBpZD0nQVdTLVNpbXBsZS1Ob3RpZmljYXRpb24tU2VydmljZV9JY29uXzY0X1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
901
+ "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"
867
902
  },
868
903
  "engines": {
869
- "camunda": "^8.5"
904
+ "camunda": "^8.2"
870
905
  }
871
906
  },
872
907
  {
@@ -875,7 +910,7 @@
875
910
  "id": "io.camunda.connectors.AWSSNS.v1",
876
911
  "description": "Send message to topic",
877
912
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
878
- "version": 4,
913
+ "version": 3,
879
914
  "appliesTo": ["bpmn:Task"],
880
915
  "elementType": {
881
916
  "value": "bpmn:ServiceTask"
@@ -941,6 +976,15 @@
941
976
  "notEmpty": true
942
977
  }
943
978
  },
979
+ {
980
+ "type": "Hidden",
981
+ "description": "This value forces to evaluate configuration first in order",
982
+ "value": "nonce",
983
+ "binding": {
984
+ "type": "zeebe:input",
985
+ "name": "configuration.nonce"
986
+ }
987
+ },
944
988
  {
945
989
  "label": "Topic ARN",
946
990
  "description": "Specify the topic you want to publish to",
@@ -968,6 +1012,15 @@
968
1012
  },
969
1013
  "feel": "optional"
970
1014
  },
1015
+ {
1016
+ "description": "Backwards compatible region",
1017
+ "type": "Hidden",
1018
+ "value": "=configuration.region",
1019
+ "binding": {
1020
+ "type": "zeebe:input",
1021
+ "name": "topic.region"
1022
+ }
1023
+ },
971
1024
  {
972
1025
  "label": "Subject",
973
1026
  "description": "Specify the subject of the message you want to publish in the SNS topic",
@@ -1052,11 +1105,11 @@
1052
1105
  },
1053
1106
  {
1054
1107
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1055
- "name": "Amazon SNS Outbound connector",
1108
+ "name": "Amazon SNS connector",
1056
1109
  "id": "io.camunda.connectors.AWSSNS.v1",
1057
1110
  "description": "Send message to topic",
1058
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=outbound",
1059
- "version": 6,
1111
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
1112
+ "version": 4,
1060
1113
  "appliesTo": ["bpmn:Task"],
1061
1114
  "elementType": {
1062
1115
  "value": "bpmn:ServiceTask"
@@ -1096,32 +1149,6 @@
1096
1149
  "property": "type"
1097
1150
  }
1098
1151
  },
1099
- {
1100
- "id": "authenticationType",
1101
- "label": "Authentication",
1102
- "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>",
1103
- "group": "authentication",
1104
- "type": "Dropdown",
1105
- "optional": false,
1106
- "value": "credentials",
1107
- "choices": [
1108
- {
1109
- "name": "Credentials",
1110
- "value": "credentials"
1111
- },
1112
- {
1113
- "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
1114
- "value": "defaultCredentialsChain"
1115
- }
1116
- ],
1117
- "binding": {
1118
- "type": "zeebe:input",
1119
- "name": "authentication.type"
1120
- },
1121
- "constraints": {
1122
- "notEmpty": true
1123
- }
1124
- },
1125
1152
  {
1126
1153
  "label": "Access key",
1127
1154
  "description": "Provide AWS IAM access key that has permission to publish to desired SNS topic",
@@ -1133,10 +1160,6 @@
1133
1160
  },
1134
1161
  "constraints": {
1135
1162
  "notEmpty": true
1136
- },
1137
- "condition": {
1138
- "property": "authenticationType",
1139
- "equals": "credentials"
1140
1163
  }
1141
1164
  },
1142
1165
  {
@@ -1150,10 +1173,6 @@
1150
1173
  },
1151
1174
  "constraints": {
1152
1175
  "notEmpty": true
1153
- },
1154
- "condition": {
1155
- "property": "authenticationType",
1156
- "equals": "credentials"
1157
1176
  }
1158
1177
  },
1159
1178
  {
@@ -1262,7 +1281,7 @@
1262
1281
  "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"
1263
1282
  },
1264
1283
  "engines": {
1265
- "camunda": "^8.4"
1284
+ "camunda": "^8.2"
1266
1285
  }
1267
1286
  },
1268
1287
  {
@@ -1271,7 +1290,7 @@
1271
1290
  "id": "io.camunda.connectors.AWSSNS.v1",
1272
1291
  "description": "Send message to topic",
1273
1292
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
1274
- "version": 2,
1293
+ "version": 1,
1275
1294
  "appliesTo": ["bpmn:Task"],
1276
1295
  "elementType": {
1277
1296
  "value": "bpmn:ServiceTask"
@@ -1357,7 +1376,7 @@
1357
1376
  "type": "String",
1358
1377
  "binding": {
1359
1378
  "type": "zeebe:input",
1360
- "name": "configuration.region"
1379
+ "name": "topic.region"
1361
1380
  },
1362
1381
  "constraints": {
1363
1382
  "notEmpty": true
@@ -1448,18 +1467,28 @@
1448
1467
  },
1449
1468
  {
1450
1469
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1451
- "name": "Amazon SNS connector",
1470
+ "name": "Amazon SNS Outbound connector",
1452
1471
  "id": "io.camunda.connectors.AWSSNS.v1",
1453
- "description": "Send message to topic",
1454
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
1455
- "version": 1,
1472
+ "description": "Send messages to Amazon SNS.",
1473
+ "keywords": [
1474
+ "send message",
1475
+ "publish message",
1476
+ "notification",
1477
+ "publish to topic",
1478
+ "FIFO"
1479
+ ],
1480
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=outbound",
1481
+ "version": 8,
1482
+ "category": {
1483
+ "id": "connectors",
1484
+ "name": "Connectors"
1485
+ },
1456
1486
  "appliesTo": ["bpmn:Task"],
1457
1487
  "elementType": {
1458
1488
  "value": "bpmn:ServiceTask"
1459
1489
  },
1460
- "category": {
1461
- "id": "connectors",
1462
- "name": "Connectors"
1490
+ "engines": {
1491
+ "camunda": "^8.3"
1463
1492
  },
1464
1493
  "groups": [
1465
1494
  {
@@ -1467,363 +1496,338 @@
1467
1496
  "label": "Authentication"
1468
1497
  },
1469
1498
  {
1470
- "id": "topicProperties",
1499
+ "id": "configuration",
1471
1500
  "label": "Topic properties"
1472
1501
  },
1473
- {
1474
- "id": "output",
1475
- "label": "Output"
1476
- },
1477
1502
  {
1478
1503
  "id": "input",
1479
1504
  "label": "Input message data"
1480
1505
  },
1481
1506
  {
1482
- "id": "errors",
1507
+ "id": "connector",
1508
+ "label": "Connector"
1509
+ },
1510
+ {
1511
+ "id": "output",
1512
+ "label": "Output mapping"
1513
+ },
1514
+ {
1515
+ "id": "error",
1483
1516
  "label": "Error handling"
1517
+ },
1518
+ {
1519
+ "id": "retries",
1520
+ "label": "Retries"
1484
1521
  }
1485
1522
  ],
1486
1523
  "properties": [
1487
1524
  {
1488
- "type": "Hidden",
1489
1525
  "value": "io.camunda:aws-sns:1",
1490
1526
  "binding": {
1491
- "type": "zeebe:taskDefinition",
1492
- "property": "type"
1493
- }
1527
+ "property": "type",
1528
+ "type": "zeebe:taskDefinition"
1529
+ },
1530
+ "type": "Hidden"
1494
1531
  },
1495
1532
  {
1496
- "label": "Access key",
1497
- "description": "Provide AWS IAM access key that has permission to publish to desired SNS topic",
1533
+ "id": "authentication.type",
1534
+ "label": "Authentication",
1535
+ "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>",
1536
+ "value": "credentials",
1498
1537
  "group": "authentication",
1499
- "type": "String",
1500
1538
  "binding": {
1501
- "type": "zeebe:input",
1502
- "name": "authentication.accessKey"
1539
+ "name": "authentication.type",
1540
+ "type": "zeebe:input"
1503
1541
  },
1542
+ "type": "Dropdown",
1543
+ "choices": [
1544
+ {
1545
+ "name": "Default Credentials Chain (Hybrid/Self-Managed only)",
1546
+ "value": "defaultCredentialsChain"
1547
+ },
1548
+ {
1549
+ "name": "Credentials",
1550
+ "value": "credentials"
1551
+ }
1552
+ ]
1553
+ },
1554
+ {
1555
+ "id": "authentication.accessKey",
1556
+ "label": "Access key",
1557
+ "description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
1558
+ "optional": false,
1504
1559
  "constraints": {
1505
1560
  "notEmpty": true
1506
- }
1561
+ },
1562
+ "feel": "optional",
1563
+ "group": "authentication",
1564
+ "binding": {
1565
+ "name": "authentication.accessKey",
1566
+ "type": "zeebe:input"
1567
+ },
1568
+ "condition": {
1569
+ "property": "authentication.type",
1570
+ "equals": "credentials",
1571
+ "type": "simple"
1572
+ },
1573
+ "type": "String"
1507
1574
  },
1508
1575
  {
1576
+ "id": "authentication.secretKey",
1509
1577
  "label": "Secret key",
1510
- "description": "Provide AWS IAM secret key that has permission to publish to desired SNS topic",
1578
+ "description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
1579
+ "optional": false,
1580
+ "constraints": {
1581
+ "notEmpty": true
1582
+ },
1583
+ "feel": "optional",
1511
1584
  "group": "authentication",
1512
- "type": "String",
1513
1585
  "binding": {
1514
- "type": "zeebe:input",
1515
- "name": "authentication.secretKey"
1586
+ "name": "authentication.secretKey",
1587
+ "type": "zeebe:input"
1516
1588
  },
1517
- "constraints": {
1518
- "notEmpty": true
1519
- }
1589
+ "condition": {
1590
+ "property": "authentication.type",
1591
+ "equals": "credentials",
1592
+ "type": "simple"
1593
+ },
1594
+ "type": "String"
1520
1595
  },
1521
1596
  {
1597
+ "id": "topic.topicArn",
1522
1598
  "label": "Topic ARN",
1523
1599
  "description": "Specify the topic you want to publish to",
1524
- "group": "topicProperties",
1525
- "type": "String",
1526
- "binding": {
1527
- "type": "zeebe:input",
1528
- "name": "topic.topicArn"
1529
- },
1600
+ "optional": false,
1530
1601
  "constraints": {
1531
1602
  "notEmpty": true
1532
- }
1603
+ },
1604
+ "feel": "optional",
1605
+ "group": "configuration",
1606
+ "binding": {
1607
+ "name": "topic.topicArn",
1608
+ "type": "zeebe:input"
1609
+ },
1610
+ "type": "String"
1533
1611
  },
1534
1612
  {
1535
- "label": "Region",
1536
- "description": "Specify the AWS region of your topic",
1537
- "group": "topicProperties",
1538
- "type": "String",
1539
- "binding": {
1540
- "type": "zeebe:input",
1541
- "name": "topic.region"
1542
- },
1613
+ "id": "topic.type",
1614
+ "label": "Topic type",
1615
+ "description": "Select SNS topic type. Details at <a href=\"https://aws.amazon.com/sns/features/\">AWS SNS Features</a>",
1616
+ "optional": false,
1617
+ "value": "standard",
1543
1618
  "constraints": {
1544
1619
  "notEmpty": true
1545
1620
  },
1546
- "feel": "optional"
1547
- },
1548
- {
1549
- "label": "Subject",
1550
- "description": "Specify the subject of the message you want to publish in the SNS topic",
1551
- "group": "input",
1552
- "type": "String",
1553
- "optional": true,
1621
+ "group": "configuration",
1554
1622
  "binding": {
1555
- "type": "zeebe:input",
1556
- "name": "topic.subject"
1557
- },
1558
- "constraints": {
1559
- "notEmpty": false,
1560
- "maxLength": 99
1623
+ "name": "topic.type",
1624
+ "type": "zeebe:input"
1561
1625
  },
1562
- "feel": "optional"
1626
+ "type": "Dropdown",
1627
+ "choices": [
1628
+ {
1629
+ "name": "Standard",
1630
+ "value": "standard"
1631
+ },
1632
+ {
1633
+ "name": "FIFO",
1634
+ "value": "fifo"
1635
+ }
1636
+ ]
1563
1637
  },
1564
1638
  {
1565
- "label": "Message",
1566
- "description": "Data to publish in the SNS topic",
1567
- "group": "input",
1568
- "type": "Text",
1569
- "binding": {
1570
- "type": "zeebe:input",
1571
- "name": "topic.message"
1572
- },
1639
+ "id": "configuration.region",
1640
+ "label": "Region",
1641
+ "description": "Specify the AWS region",
1642
+ "optional": false,
1573
1643
  "constraints": {
1574
1644
  "notEmpty": true
1575
1645
  },
1576
- "feel": "optional"
1577
- },
1578
- {
1579
- "label": "Message attributes",
1580
- "description": "Message attributes metadata",
1581
- "group": "input",
1582
- "type": "Text",
1583
- "optional": true,
1646
+ "feel": "optional",
1647
+ "group": "configuration",
1584
1648
  "binding": {
1585
- "type": "zeebe:input",
1586
- "name": "topic.messageAttributes"
1649
+ "name": "configuration.region",
1650
+ "type": "zeebe:input"
1587
1651
  },
1588
- "feel": "required"
1589
- },
1590
- {
1591
- "label": "Result variable",
1592
- "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>",
1593
- "group": "output",
1594
- "type": "String",
1595
- "binding": {
1596
- "type": "zeebe:taskHeader",
1597
- "key": "resultVariable"
1598
- }
1599
- },
1600
- {
1601
- "label": "Result expression",
1602
- "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>",
1603
- "group": "output",
1604
- "type": "Text",
1605
- "feel": "required",
1606
- "binding": {
1607
- "type": "zeebe:taskHeader",
1608
- "key": "resultExpression"
1609
- }
1610
- },
1611
- {
1612
- "label": "Error expression",
1613
- "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>",
1614
- "group": "errors",
1615
- "type": "Text",
1616
- "feel": "required",
1617
- "binding": {
1618
- "type": "zeebe:taskHeader",
1619
- "key": "errorExpression"
1620
- }
1621
- }
1622
- ],
1623
- "icon": {
1624
- "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"
1625
- },
1626
- "engines": {
1627
- "camunda": "^8.2"
1628
- }
1629
- },
1630
- {
1631
- "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1632
- "name": "Amazon SNS connector",
1633
- "id": "io.camunda.connectors.AWSSNS.v1",
1634
- "description": "Send message to topic",
1635
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
1636
- "version": 3,
1637
- "appliesTo": ["bpmn:Task"],
1638
- "elementType": {
1639
- "value": "bpmn:ServiceTask"
1640
- },
1641
- "category": {
1642
- "id": "connectors",
1643
- "name": "Connectors"
1644
- },
1645
- "groups": [
1646
- {
1647
- "id": "authentication",
1648
- "label": "Authentication"
1649
- },
1650
- {
1651
- "id": "topicProperties",
1652
- "label": "Topic properties"
1653
- },
1654
- {
1655
- "id": "output",
1656
- "label": "Output"
1657
- },
1658
- {
1659
- "id": "input",
1660
- "label": "Input message data"
1661
- },
1662
- {
1663
- "id": "errors",
1664
- "label": "Error handling"
1665
- }
1666
- ],
1667
- "properties": [
1668
- {
1669
- "type": "Hidden",
1670
- "value": "io.camunda:aws-sns:1",
1671
- "binding": {
1672
- "type": "zeebe:taskDefinition",
1673
- "property": "type"
1674
- }
1652
+ "type": "String"
1675
1653
  },
1676
1654
  {
1677
- "label": "Access key",
1678
- "description": "Provide AWS IAM access key that has permission to publish to desired SNS topic",
1679
- "group": "authentication",
1680
- "type": "String",
1655
+ "id": "configuration.endpoint",
1656
+ "label": "Endpoint",
1657
+ "description": "Specify endpoint if need to use custom endpoint",
1658
+ "optional": true,
1659
+ "group": "configuration",
1681
1660
  "binding": {
1682
- "type": "zeebe:input",
1683
- "name": "authentication.accessKey"
1661
+ "name": "configuration.endpoint",
1662
+ "type": "zeebe:input"
1684
1663
  },
1685
- "constraints": {
1686
- "notEmpty": true
1687
- }
1664
+ "type": "Hidden"
1688
1665
  },
1689
1666
  {
1690
- "label": "Secret key",
1691
- "description": "Provide AWS IAM secret key that has permission to publish to desired SNS topic",
1692
- "group": "authentication",
1693
- "type": "String",
1667
+ "id": "topic.messageGroupId",
1668
+ "label": "Message group ID",
1669
+ "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",
1670
+ "optional": false,
1671
+ "feel": "optional",
1672
+ "group": "input",
1694
1673
  "binding": {
1695
- "type": "zeebe:input",
1696
- "name": "authentication.secretKey"
1674
+ "name": "topic.messageGroupId",
1675
+ "type": "zeebe:input"
1697
1676
  },
1698
- "constraints": {
1699
- "notEmpty": true
1700
- }
1701
- },
1702
- {
1703
- "type": "Hidden",
1704
- "description": "This value forces to evaluate configuration first in order",
1705
- "value": "nonce",
1706
- "binding": {
1707
- "type": "zeebe:input",
1708
- "name": "configuration.nonce"
1709
- }
1710
- },
1711
- {
1712
- "label": "Topic ARN",
1713
- "description": "Specify the topic you want to publish to",
1714
- "group": "topicProperties",
1715
- "type": "String",
1716
- "binding": {
1717
- "type": "zeebe:input",
1718
- "name": "topic.topicArn"
1677
+ "condition": {
1678
+ "property": "topic.type",
1679
+ "equals": "fifo",
1680
+ "type": "simple"
1719
1681
  },
1720
- "constraints": {
1721
- "notEmpty": true
1722
- }
1682
+ "type": "String"
1723
1683
  },
1724
1684
  {
1725
- "label": "Region",
1726
- "description": "Specify the AWS region of your topic",
1727
- "group": "topicProperties",
1728
- "type": "String",
1685
+ "id": "topic.messageDeduplicationId",
1686
+ "label": "Message deduplication ID",
1687
+ "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",
1688
+ "optional": true,
1689
+ "feel": "optional",
1690
+ "group": "input",
1729
1691
  "binding": {
1730
- "type": "zeebe:input",
1731
- "name": "configuration.region"
1692
+ "name": "topic.messageDeduplicationId",
1693
+ "type": "zeebe:input"
1732
1694
  },
1733
- "constraints": {
1734
- "notEmpty": true
1695
+ "condition": {
1696
+ "property": "topic.type",
1697
+ "equals": "fifo",
1698
+ "type": "simple"
1735
1699
  },
1736
- "feel": "optional"
1737
- },
1738
- {
1739
- "description": "Backwards compatible region",
1740
- "type": "Hidden",
1741
- "value": "=configuration.region",
1742
- "binding": {
1743
- "type": "zeebe:input",
1744
- "name": "topic.region"
1745
- }
1700
+ "type": "String"
1746
1701
  },
1747
1702
  {
1703
+ "id": "topic.subject",
1748
1704
  "label": "Subject",
1749
1705
  "description": "Specify the subject of the message you want to publish in the SNS topic",
1750
- "group": "input",
1751
- "type": "String",
1752
1706
  "optional": true,
1707
+ "feel": "optional",
1708
+ "group": "input",
1753
1709
  "binding": {
1754
- "type": "zeebe:input",
1755
- "name": "topic.subject"
1756
- },
1757
- "constraints": {
1758
- "notEmpty": false,
1759
- "maxLength": 99
1710
+ "name": "topic.subject",
1711
+ "type": "zeebe:input"
1760
1712
  },
1761
- "feel": "optional"
1713
+ "type": "String"
1762
1714
  },
1763
1715
  {
1716
+ "id": "topic.message",
1764
1717
  "label": "Message",
1765
1718
  "description": "Data to publish in the SNS topic",
1766
- "group": "input",
1767
- "type": "Text",
1768
- "binding": {
1769
- "type": "zeebe:input",
1770
- "name": "topic.message"
1771
- },
1719
+ "optional": false,
1772
1720
  "constraints": {
1773
1721
  "notEmpty": true
1774
1722
  },
1775
- "feel": "optional"
1723
+ "feel": "optional",
1724
+ "group": "input",
1725
+ "binding": {
1726
+ "name": "topic.message",
1727
+ "type": "zeebe:input"
1728
+ },
1729
+ "type": "Text"
1776
1730
  },
1777
1731
  {
1778
- "label": "Message attributes",
1732
+ "id": "topic.messageAttributes",
1733
+ "label": "messageAttributes",
1779
1734
  "description": "Message attributes metadata",
1780
- "group": "input",
1781
- "type": "Text",
1782
1735
  "optional": true,
1736
+ "feel": "required",
1737
+ "group": "input",
1783
1738
  "binding": {
1784
- "type": "zeebe:input",
1785
- "name": "topic.messageAttributes"
1739
+ "name": "topic.messageAttributes",
1740
+ "type": "zeebe:input"
1786
1741
  },
1787
- "feel": "required"
1742
+ "type": "String"
1743
+ },
1744
+ {
1745
+ "id": "version",
1746
+ "label": "Version",
1747
+ "description": "Version of the element template",
1748
+ "value": "8",
1749
+ "group": "connector",
1750
+ "binding": {
1751
+ "key": "elementTemplateVersion",
1752
+ "type": "zeebe:taskHeader"
1753
+ },
1754
+ "type": "Hidden"
1755
+ },
1756
+ {
1757
+ "id": "id",
1758
+ "label": "ID",
1759
+ "description": "ID of the element template",
1760
+ "value": "io.camunda.connectors.AWSSNS.v1",
1761
+ "group": "connector",
1762
+ "binding": {
1763
+ "key": "elementTemplateId",
1764
+ "type": "zeebe:taskHeader"
1765
+ },
1766
+ "type": "Hidden"
1788
1767
  },
1789
1768
  {
1769
+ "id": "resultVariable",
1790
1770
  "label": "Result variable",
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>",
1771
+ "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>.",
1792
1772
  "group": "output",
1793
- "type": "String",
1794
1773
  "binding": {
1795
- "type": "zeebe:taskHeader",
1796
- "key": "resultVariable"
1797
- }
1774
+ "key": "resultVariable",
1775
+ "type": "zeebe:taskHeader"
1776
+ },
1777
+ "type": "String"
1798
1778
  },
1799
1779
  {
1780
+ "id": "resultExpression",
1800
1781
  "label": "Result expression",
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>",
1802
- "group": "output",
1803
- "type": "Text",
1782
+ "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>.",
1804
1783
  "feel": "required",
1784
+ "group": "output",
1805
1785
  "binding": {
1806
- "type": "zeebe:taskHeader",
1807
- "key": "resultExpression"
1808
- }
1786
+ "key": "resultExpression",
1787
+ "type": "zeebe:taskHeader"
1788
+ },
1789
+ "type": "Text"
1809
1790
  },
1810
1791
  {
1792
+ "id": "errorExpression",
1811
1793
  "label": "Error expression",
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",
1794
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1815
1795
  "feel": "required",
1796
+ "group": "error",
1816
1797
  "binding": {
1817
- "type": "zeebe:taskHeader",
1818
- "key": "errorExpression"
1819
- }
1798
+ "key": "errorExpression",
1799
+ "type": "zeebe:taskHeader"
1800
+ },
1801
+ "type": "Text"
1802
+ },
1803
+ {
1804
+ "id": "retryCount",
1805
+ "label": "Retries",
1806
+ "description": "Number of retries",
1807
+ "value": "3",
1808
+ "feel": "optional",
1809
+ "group": "retries",
1810
+ "binding": {
1811
+ "property": "retries",
1812
+ "type": "zeebe:taskDefinition"
1813
+ },
1814
+ "type": "String"
1815
+ },
1816
+ {
1817
+ "id": "retryBackoff",
1818
+ "label": "Retry backoff",
1819
+ "description": "ISO-8601 duration to wait between retries",
1820
+ "value": "PT0S",
1821
+ "group": "retries",
1822
+ "binding": {
1823
+ "key": "retryBackoff",
1824
+ "type": "zeebe:taskHeader"
1825
+ },
1826
+ "type": "String"
1820
1827
  }
1821
1828
  ],
1822
1829
  "icon": {
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"
1830
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA4MCA4MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS82NC9BcmNoX0FXUy1TaW1wbGUtTm90aWZpY2F0aW9uLVNlcnZpY2VfNjQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9JzAlJyB5MT0nMTAwJScgeDI9JzEwMCUnIHkyPScwJScgaWQ9J2xpbmVhckdyYWRpZW50LTEnPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPScjQjAwODREJyBvZmZzZXQ9JzAlJz48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNGRjRGOEInIG9mZnNldD0nMTAwJSc+PC9zdG9wPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0nSWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BV1MtU2ltcGxlLU5vdGlmaWNhdGlvbi1TZXJ2aWNlXzY0JyBzdHJva2U9J25vbmUnIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nbm9uZScKICAgICAgIGZpbGwtcnVsZT0nZXZlbm9kZCc+CiAgICAgICAgPGcgaWQ9J0ljb24tQXJjaGl0ZWN0dXJlLUJHLzY0L0FwcGxpY2F0aW9uLUludGVncmF0aW9uJyBmaWxsPSd1cmwoI2xpbmVhckdyYWRpZW50LTEpJz4KICAgICAgICAgICAgPHJlY3QgaWQ9J1JlY3RhbmdsZScgeD0nMCcgeT0nMCcgd2lkdGg9JzgwJyBoZWlnaHQ9JzgwJz48L3JlY3Q+CiAgICAgICAgPC9nPgogICAgICAgIDxwYXRoIGQ9J00xNywzOCBDMTguMTAzLDM4IDE5LDM4Ljg5NyAxOSw0MCBDMTksNDEuMTAzIDE4LjEwMyw0MiAxNyw0MiBDMTUuODk3LDQyIDE1LDQxLjEwMyAxNSw0MCBDMTUsMzguODk3IDE1Ljg5NywzOCAxNywzOCBMMTcsMzggWiBNNDEsNjQgQzI5LjMxNCw2NCAxOS4yODksNTUuNDY2IDE3LjE5NCw0My45OCBDMTguOTY1LDQzLjg5NCAyMC40MjcsNDIuNjU5IDIwLjg1Nyw0MSBMMjcsNDEgTDI3LDM5IEwyMC44NTcsMzkgQzIwLjQyNywzNy4zNDIgMTguOTY2LDM2LjEwNyAxNy4xOTUsMzYuMDIgQzE5LjI4NSwyNC43MSAyOS41MTEsMTYgNDEsMTYgQzQ1LjMxMywxNiA0OS44MzIsMTcuNjIyIDU0LjQyOSwyMC44MjEgTDU1LjU3MSwxOS4xNzkgQzUwLjYzMywxNS43NDMgNDUuNzMsMTQgNDEsMTQgQzI4LjI3LDE0IDE2Ljk0OSwyMy44NjUgMTUuMDYzLDM2LjUyMSBDMTMuODM5LDM3LjIwNyAxMywzOC41IDEzLDQwIEMxMyw0MS41IDEzLjgzOSw0Mi43OTMgMTUuMDYzLDQzLjQ3OCBDMTYuOTcsNTYuMzQxIDI4LjA1Niw2NiA0MSw2NiBDNDYuNDA3LDY2IDUxLjk0Miw2NC4xNTcgNTYuNTg1LDYwLjgxMSBMNTUuNDE1LDU5LjE4OSBDNTEuMTEsNjIuMjkyIDQ1Ljk5MSw2NCA0MSw2NCBMNDEsNjQgWiBNMzAuMTAxLDM2LjQ0MiBDMzEuOTU1LDM2Ljg5NSAzNC4yNzUsMzcgMzYsMzcgQzM3LjY0MiwzNyAzOS44MjMsMzYuOTA1IDQxLjYyOSwzNi41MDYgTDM3LjEwNSw0NS41NTMgQzM3LjAzNiw0NS42OTEgMzcsNDUuODQ1IDM3LDQ2IEwzNyw1MC40NTMgQzM2LjE5OSw1MC45NjQgMzQuODMzLDUxLjgxMiAzNCw1MS45ODYgTDM0LDQ2IEMzNCw0NS44NjggMzMuOTc0LDQ1LjczNyAzMy45MjMsNDUuNjE1IEwzMC4xMDEsMzYuNDQyIFogTTM2LDMzIEM0MC4wMjUsMzMgNDIuMTc0LDMzLjYwNCA0Mi44NDEsMzQgQzQyLjE3NCwzNC4zOTYgNDAuMDI1LDM1IDM2LDM1IEMzMS45NzUsMzUgMjkuODI2LDM0LjM5NiAyOS4xNTksMzQgQzI5LjgyNiwzMy42MDQgMzEuOTc1LDMzIDM2LDMzIEwzNiwzMyBaIE0zMyw1NCBMMzQsNTQgQzM0LjA0Myw1NCAzNC4wODYsNTMuOTk3IDM0LjEyOCw1My45OTIgQzM1LjM1Miw1My44MzMgMzYuOTA5LDUyLjg4NyAzOC4yNzIsNTIuMDEzIEwzOC41MzUsNTEuODQ1IEMzOC44MjQsNTEuNjYxIDM5LDUxLjM0MiAzOSw1MSBMMzksNDYuMjM2IEw0NC41NTksMzUuMTIgQzQ0LjgzMywzNC44MDEgNDUsMzQuNDM0IDQ1LDM0IEM0NSwzMS4zOSAzOS4zNjEsMzEgMzYsMzEgQzMyLjYzOSwzMSAyNywzMS4zOSAyNywzNCBDMjcsMzQuMzY2IDI3LjEyLDM0LjY4NCAyNy4zMiwzNC45NjcgTDMyLDQ2LjIgTDMyLDUzIEMzMiw1My41NTIgMzIuNDQ3LDU0IDMzLDU0IEwzMyw1NCBaIE02Miw1MyBDNjMuMTAzLDUzIDY0LDUzLjg5NyA2NCw1NSBDNjQsNTYuMTAzIDYzLjEwMyw1NyA2Miw1NyBDNjAuODk3LDU3IDYwLDU2LjEwMyA2MCw1NSBDNjAsNTMuODk3IDYwLjg5Nyw1MyA2Miw1MyBMNjIsNTMgWiBNNjIsMjMgQzYzLjEwMywyMyA2NCwyMy44OTcgNjQsMjUgQzY0LDI2LjEwMyA2My4xMDMsMjcgNjIsMjcgQzYwLjg5NywyNyA2MCwyNi4xMDMgNjAsMjUgQzYwLDIzLjg5NyA2MC44OTcsMjMgNjIsMjMgTDYyLDIzIFogTTY0LDM4IEM2NS4xMDMsMzggNjYsMzguODk3IDY2LDQwIEM2Niw0MS4xMDMgNjUuMTAzLDQyIDY0LDQyIEM2Mi44OTcsNDIgNjIsNDEuMTAzIDYyLDQwIEM2MiwzOC44OTcgNjIuODk3LDM4IDY0LDM4IEw2NCwzOCBaIE01NCw0MSBMNjAuMTQzLDQxIEM2MC41ODksNDIuNzIgNjIuMTQyLDQ0IDY0LDQ0IEM2Ni4yMDYsNDQgNjgsNDIuMjA2IDY4LDQwIEM2OCwzNy43OTQgNjYuMjA2LDM2IDY0LDM2IEM2Mi4xNDIsMzYgNjAuNTg5LDM3LjI4IDYwLjE0MywzOSBMNTQsMzkgTDU0LDI2IEw1OC4xNDMsMjYgQzU4LjU4OSwyNy43MiA2MC4xNDIsMjkgNjIsMjkgQzY0LjIwNiwyOSA2NiwyNy4yMDYgNjYsMjUgQzY2LDIyLjc5NCA2NC4yMDYsMjEgNjIsMjEgQzYwLjE0MiwyMSA1OC41ODksMjIuMjggNTguMTQzLDI0IEw1MywyNCBDNTIuNDQ3LDI0IDUyLDI0LjQ0OCA1MiwyNSBMNTIsMzkgTDQ1LDM5IEw0NSw0MSBMNTIsNDEgTDUyLDU1IEM1Miw1NS41NTIgNTIuNDQ3LDU2IDUzLDU2IEw1OC4xNDMsNTYgQzU4LjU4OSw1Ny43MiA2MC4xNDIsNTkgNjIsNTkgQzY0LjIwNiw1OSA2Niw1Ny4yMDYgNjYsNTUgQzY2LDUyLjc5NCA2NC4yMDYsNTEgNjIsNTEgQzYwLjE0Miw1MSA1OC41ODksNTIuMjggNTguMTQzLDU0IEw1NCw1NCBMNTQsNDEgWicKICAgICAgICAgICAgICBpZD0nQVdTLVNpbXBsZS1Ob3RpZmljYXRpb24tU2VydmljZV9JY29uXzY0X1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
1827
1831
  }
1828
1832
  }
1829
1833
  ]