@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
@@ -1,197 +1,4 @@
1
1
  [
2
- {
3
- "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
- "name": "SNS HTTPS Intermediate Catch Event Connector",
5
- "id": "io.camunda.connectors.inbound.AWSSNS.IntermediateCatchEvent.v1",
6
- "description": "Receive events from AWS SNS",
7
- "version": 3,
8
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=inbound",
9
- "category": {
10
- "id": "connectors",
11
- "name": "Connectors"
12
- },
13
- "appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
14
- "elementType": {
15
- "value": "bpmn:IntermediateCatchEvent",
16
- "eventDefinition": "bpmn:MessageEventDefinition"
17
- },
18
- "groups": [
19
- {
20
- "id": "subscription",
21
- "label": "Subscription Configuration"
22
- },
23
- {
24
- "id": "activation",
25
- "label": "Activation"
26
- },
27
- {
28
- "id": "variable-mapping",
29
- "label": "Variable Mapping"
30
- }
31
- ],
32
- "properties": [
33
- {
34
- "type": "Hidden",
35
- "value": "io.camunda:aws-sns-webhook:1",
36
- "binding": {
37
- "type": "zeebe:property",
38
- "name": "inbound.type"
39
- }
40
- },
41
- {
42
- "type": "Hidden",
43
- "generatedValue": {
44
- "type": "uuid"
45
- },
46
- "binding": {
47
- "type": "bpmn:Message#property",
48
- "name": "name"
49
- }
50
- },
51
- {
52
- "type": "Hidden",
53
- "value": "SnsHttpsSubscription",
54
- "binding": {
55
- "type": "zeebe:property",
56
- "name": "inbound.subtype"
57
- }
58
- },
59
- {
60
- "label": "Subscription ID",
61
- "type": "String",
62
- "group": "subscription",
63
- "binding": {
64
- "type": "zeebe:property",
65
- "name": "inbound.context"
66
- },
67
- "description": "The subscription ID is a part of the URL endpoint",
68
- "constraints": {
69
- "notEmpty": true
70
- }
71
- },
72
- {
73
- "id": "securitySubscriptionAllowedFor",
74
- "label": "Allow to receive messages from topic(s)",
75
- "group": "subscription",
76
- "description": "Control which topic(s) is allowed to start a process",
77
- "value": "any",
78
- "type": "Dropdown",
79
- "choices": [
80
- {
81
- "name": "Any",
82
- "value": "any"
83
- },
84
- {
85
- "name": "Specific topic(s)",
86
- "value": "specific"
87
- }
88
- ],
89
- "binding": {
90
- "type": "zeebe:property",
91
- "name": "inbound.securitySubscriptionAllowedFor"
92
- }
93
- },
94
- {
95
- "label": "Topic ARN(s)",
96
- "description": "Topics that allow to publish messages",
97
- "type": "String",
98
- "group": "subscription",
99
- "feel": "optional",
100
- "binding": {
101
- "type": "zeebe:property",
102
- "name": "inbound.topicsAllowList"
103
- },
104
- "constraints": {
105
- "notEmpty": true
106
- },
107
- "condition": {
108
- "property": "securitySubscriptionAllowedFor",
109
- "equals": "specific"
110
- }
111
- },
112
- {
113
- "label": "Correlation key (process)",
114
- "type": "String",
115
- "group": "activation",
116
- "feel": "required",
117
- "description": "Sets up the correlation key from process variables",
118
- "binding": {
119
- "type": "bpmn:Message#zeebe:subscription#property",
120
- "name": "correlationKey"
121
- },
122
- "constraints": {
123
- "notEmpty": true
124
- }
125
- },
126
- {
127
- "label": "Correlation key (payload)",
128
- "type": "String",
129
- "group": "activation",
130
- "feel": "required",
131
- "binding": {
132
- "type": "zeebe:property",
133
- "name": "correlationKeyExpression"
134
- },
135
- "description": "Extracts the correlation key from the incoming message payload",
136
- "constraints": {
137
- "notEmpty": true
138
- }
139
- },
140
- {
141
- "label": "Message ID expression",
142
- "feel": "required",
143
- "type": "String",
144
- "optional": true,
145
- "group": "activation",
146
- "binding": {
147
- "type": "zeebe:property",
148
- "name": "messageIdExpression"
149
- },
150
- "description": "Expression to extract unique identifier of a message"
151
- },
152
- {
153
- "label": "Condition",
154
- "type": "String",
155
- "group": "activation",
156
- "feel": "required",
157
- "optional": true,
158
- "binding": {
159
- "type": "zeebe:property",
160
- "name": "activationCondition"
161
- },
162
- "description": "Condition under which the connector triggers. Leave empty to catch all events"
163
- },
164
- {
165
- "label": "Result variable",
166
- "type": "String",
167
- "group": "variable-mapping",
168
- "optional": true,
169
- "binding": {
170
- "type": "zeebe:property",
171
- "name": "resultVariable"
172
- },
173
- "description": "Name of variable to store the result of the Connector in"
174
- },
175
- {
176
- "label": "Result expression",
177
- "type": "String",
178
- "group": "variable-mapping",
179
- "feel": "required",
180
- "optional": true,
181
- "binding": {
182
- "type": "zeebe:property",
183
- "name": "resultExpression"
184
- },
185
- "description": "Expression to map the inbound payload to process variables"
186
- }
187
- ],
188
- "icon": {
189
- "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"
190
- },
191
- "engines": {
192
- "camunda": "^8.4"
193
- }
194
- },
195
2
  {
196
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
197
4
  "name": "SNS HTTPS Intermediate Catch Event Connector",
@@ -411,6 +218,187 @@
411
218
  "camunda": "^8.5"
412
219
  }
413
220
  },
221
+ {
222
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
223
+ "name": "SNS HTTPS Subscription",
224
+ "id": "io.camunda.connectors.inbound.AWSSNS.IntermediateCatchEvent.v1",
225
+ "description": "Receive events from AWS SNS",
226
+ "version": 1,
227
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns-inbound/",
228
+ "category": {
229
+ "id": "connectors",
230
+ "name": "Connectors"
231
+ },
232
+ "appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
233
+ "elementType": {
234
+ "value": "bpmn:IntermediateCatchEvent",
235
+ "eventDefinition": "bpmn:MessageEventDefinition"
236
+ },
237
+ "groups": [
238
+ {
239
+ "id": "subscription",
240
+ "label": "Subscription Configuration"
241
+ },
242
+ {
243
+ "id": "activation",
244
+ "label": "Activation"
245
+ },
246
+ {
247
+ "id": "variable-mapping",
248
+ "label": "Variable Mapping"
249
+ }
250
+ ],
251
+ "properties": [
252
+ {
253
+ "type": "Hidden",
254
+ "value": "io.camunda:aws-sns-webhook:1",
255
+ "binding": {
256
+ "type": "zeebe:property",
257
+ "name": "inbound.type"
258
+ }
259
+ },
260
+ {
261
+ "type": "Hidden",
262
+ "generatedValue": {
263
+ "type": "uuid"
264
+ },
265
+ "binding": {
266
+ "type": "bpmn:Message#property",
267
+ "name": "name"
268
+ }
269
+ },
270
+ {
271
+ "type": "Hidden",
272
+ "value": "SnsHttpsSubscription",
273
+ "binding": {
274
+ "type": "zeebe:property",
275
+ "name": "inbound.subtype"
276
+ }
277
+ },
278
+ {
279
+ "label": "Subscription ID",
280
+ "type": "String",
281
+ "group": "subscription",
282
+ "binding": {
283
+ "type": "zeebe:property",
284
+ "name": "inbound.context"
285
+ },
286
+ "description": "The subscription ID is a part of the URL endpoint",
287
+ "constraints": {
288
+ "notEmpty": true
289
+ }
290
+ },
291
+ {
292
+ "id": "securitySubscriptionAllowedFor",
293
+ "label": "Allow to receive messages from topic(s)",
294
+ "group": "subscription",
295
+ "description": "Control which topic(s) is allowed to start a process",
296
+ "value": "any",
297
+ "type": "Dropdown",
298
+ "choices": [
299
+ {
300
+ "name": "Any",
301
+ "value": "any"
302
+ },
303
+ {
304
+ "name": "Specific topic(s)",
305
+ "value": "specific"
306
+ }
307
+ ],
308
+ "binding": {
309
+ "type": "zeebe:property",
310
+ "name": "inbound.securitySubscriptionAllowedFor"
311
+ }
312
+ },
313
+ {
314
+ "label": "Topic ARN(s)",
315
+ "description": "Topics that allow to publish messages",
316
+ "type": "String",
317
+ "group": "subscription",
318
+ "feel": "optional",
319
+ "binding": {
320
+ "type": "zeebe:property",
321
+ "name": "inbound.topicsAllowList"
322
+ },
323
+ "constraints": {
324
+ "notEmpty": true
325
+ },
326
+ "condition": {
327
+ "property": "securitySubscriptionAllowedFor",
328
+ "equals": "specific"
329
+ }
330
+ },
331
+ {
332
+ "label": "Correlation key (process)",
333
+ "type": "String",
334
+ "group": "activation",
335
+ "feel": "required",
336
+ "description": "Sets up the correlation key from process variables",
337
+ "binding": {
338
+ "type": "bpmn:Message#zeebe:subscription#property",
339
+ "name": "correlationKey"
340
+ },
341
+ "constraints": {
342
+ "notEmpty": true
343
+ }
344
+ },
345
+ {
346
+ "label": "Correlation key (payload)",
347
+ "type": "String",
348
+ "group": "activation",
349
+ "feel": "required",
350
+ "binding": {
351
+ "type": "zeebe:property",
352
+ "name": "correlationKeyExpression"
353
+ },
354
+ "description": "Extracts the correlation key from the incoming message payload",
355
+ "constraints": {
356
+ "notEmpty": true
357
+ }
358
+ },
359
+ {
360
+ "label": "Condition",
361
+ "type": "String",
362
+ "group": "activation",
363
+ "feel": "required",
364
+ "optional": true,
365
+ "binding": {
366
+ "type": "zeebe:property",
367
+ "name": "activationCondition"
368
+ },
369
+ "description": "Condition under which the connector triggers. Leave empty to catch all events"
370
+ },
371
+ {
372
+ "label": "Result variable",
373
+ "type": "String",
374
+ "group": "variable-mapping",
375
+ "optional": true,
376
+ "binding": {
377
+ "type": "zeebe:property",
378
+ "name": "resultVariable"
379
+ },
380
+ "description": "Name of variable to store the result of the Connector in"
381
+ },
382
+ {
383
+ "label": "Result expression",
384
+ "type": "String",
385
+ "group": "variable-mapping",
386
+ "feel": "required",
387
+ "optional": true,
388
+ "binding": {
389
+ "type": "zeebe:property",
390
+ "name": "resultExpression"
391
+ },
392
+ "description": "Expression to map the inbound payload to process variables"
393
+ }
394
+ ],
395
+ "icon": {
396
+ "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"
397
+ },
398
+ "engines": {
399
+ "camunda": "^8.2"
400
+ }
401
+ },
414
402
  {
415
403
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
416
404
  "name": "SNS HTTPS Intermediate Catch Event Connector",
@@ -635,11 +623,11 @@
635
623
  },
636
624
  {
637
625
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
638
- "name": "SNS HTTPS Subscription",
626
+ "name": "SNS HTTPS Intermediate Catch Event Connector",
639
627
  "id": "io.camunda.connectors.inbound.AWSSNS.IntermediateCatchEvent.v1",
640
628
  "description": "Receive events from AWS SNS",
641
- "version": 1,
642
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns-inbound/",
629
+ "version": 3,
630
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=inbound",
643
631
  "category": {
644
632
  "id": "connectors",
645
633
  "name": "Connectors"
@@ -771,6 +759,18 @@
771
759
  "notEmpty": true
772
760
  }
773
761
  },
762
+ {
763
+ "label": "Message ID expression",
764
+ "feel": "required",
765
+ "type": "String",
766
+ "optional": true,
767
+ "group": "activation",
768
+ "binding": {
769
+ "type": "zeebe:property",
770
+ "name": "messageIdExpression"
771
+ },
772
+ "description": "Expression to extract unique identifier of a message"
773
+ },
774
774
  {
775
775
  "label": "Condition",
776
776
  "type": "String",
@@ -811,7 +811,7 @@
811
811
  "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"
812
812
  },
813
813
  "engines": {
814
- "camunda": "^8.2"
814
+ "camunda": "^8.4"
815
815
  }
816
816
  },
817
817
  {
@@ -1000,9 +1000,13 @@
1000
1000
  "name": "SNS HTTPS Intermediate Catch Event Connector",
1001
1001
  "id": "io.camunda.connectors.inbound.AWSSNS.IntermediateCatchEvent.v1",
1002
1002
  "description": "Receive messages from AWS SNS via HTTPS.",
1003
- "metadata": {
1004
- "keywords": ["receive event", "receive message"]
1005
- },
1003
+ "keywords": [
1004
+ "receive event",
1005
+ "receive message",
1006
+ "notification",
1007
+ "subscribe to topic",
1008
+ "event driven"
1009
+ ],
1006
1010
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=inbound",
1007
1011
  "version": 6,
1008
1012
  "category": {
@@ -1196,15 +1200,18 @@
1196
1200
  },
1197
1201
  {
1198
1202
  "id": "messageNameUuid",
1203
+ "label": "Message name",
1199
1204
  "generatedValue": {
1200
1205
  "type": "uuid"
1201
1206
  },
1207
+ "feel": "optional",
1202
1208
  "group": "correlation",
1203
1209
  "binding": {
1204
1210
  "name": "name",
1205
1211
  "type": "bpmn:Message#property"
1206
1212
  },
1207
- "type": "Hidden"
1213
+ "tooltip": "By default, this is an auto-generated random UUID. We recommend using a unique message name for each connector element in the diagram. Override to set a custom message name. Learn more about <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-subscriptions\">message subscriptions</a> that power inbound connectors.",
1214
+ "type": "String"
1208
1215
  },
1209
1216
  {
1210
1217
  "id": "deduplicationModeManualFlag",
@@ -1273,7 +1280,7 @@
1273
1280
  {
1274
1281
  "id": "resultVariable",
1275
1282
  "label": "Result variable",
1276
- "description": "Name of variable to store the response in",
1283
+ "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>.",
1277
1284
  "group": "output",
1278
1285
  "binding": {
1279
1286
  "name": "resultVariable",
@@ -1284,7 +1291,7 @@
1284
1291
  {
1285
1292
  "id": "resultExpression",
1286
1293
  "label": "Result expression",
1287
- "description": "Expression to map the response into process variables",
1294
+ "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>.",
1288
1295
  "feel": "required",
1289
1296
  "group": "output",
1290
1297
  "binding": {