@camunda/connectors-element-templates 1.0.19 → 1.0.21
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.
- package/package.json +2 -2
- package/src/connectors-template.js +1 -3
- package/src/connectors.js +4 -0
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +43 -43
- package/src/element-templates/agenticai-aiagent-job-worker.json +2230 -222
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +6281 -4356
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +718 -36
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2394 -949
- package/src/element-templates/app-integrations-connector.json +1047 -0
- package/src/element-templates/asana-connector.json +943 -109
- package/src/element-templates/automation-anywhere-outbound-connector.json +2240 -1747
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +1068 -30
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +386 -5
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +442 -5
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +417 -5
- package/src/element-templates/aws-bedrock-outbound-connector.json +2273 -623
- package/src/element-templates/aws-comprehend-outbound-connector.json +1573 -1
- package/src/element-templates/aws-dynamodb-outbound-connector.json +2950 -162
- package/src/element-templates/aws-eventbridge-connector-boundary.json +40 -40
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +62 -62
- package/src/element-templates/aws-eventbridge-connector-start-event.json +33 -33
- package/src/element-templates/aws-eventbridge-outbound-connector.json +838 -424
- package/src/element-templates/aws-lambda-outbound-connector.json +495 -96
- package/src/element-templates/aws-s3-outbound-connector.json +2238 -44
- package/src/element-templates/aws-sagemaker-outbound-connector.json +681 -52
- package/src/element-templates/aws-sns-inbound-boundary.json +4 -3
- package/src/element-templates/aws-sns-inbound-intermediate.json +341 -340
- package/src/element-templates/aws-sns-inbound-message-start.json +241 -240
- package/src/element-templates/aws-sns-inbound-receive.json +4 -3
- package/src/element-templates/aws-sns-inbound-start-event.json +133 -133
- package/src/element-templates/aws-sns-outbound-connector.json +581 -124
- package/src/element-templates/aws-sqs-boundary-connector.json +939 -420
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +851 -332
- package/src/element-templates/aws-sqs-outbound-connector.json +589 -136
- package/src/element-templates/aws-sqs-receive-connector.json +525 -7
- package/src/element-templates/aws-sqs-start-event-connector.json +380 -380
- package/src/element-templates/aws-sqs-start-message.json +736 -185
- package/src/element-templates/aws-textract-outbound-connector.json +866 -131
- package/src/element-templates/azure-blobstorage-outbound-connector.json +1648 -225
- package/src/element-templates/azure-open-ai-connector.json +1371 -8
- package/src/element-templates/blue-prism-connector.json +609 -30
- package/src/element-templates/box-outbound-connector.json +2356 -272
- package/src/element-templates/csv-outbound-connector.json +449 -0
- package/src/element-templates/easy-post-connector.json +1251 -170
- package/src/element-templates/email-outbound-connector.json +3087 -1013
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +2161 -1
- package/src/element-templates/github-connector.json +18554 -14368
- package/src/element-templates/github-webhook-connector-boundary.json +24 -24
- package/src/element-templates/github-webhook-connector-intermediate.json +8 -8
- package/src/element-templates/github-webhook-connector-message-start.json +8 -8
- package/src/element-templates/github-webhook-connector-receive.json +8 -8
- package/src/element-templates/github-webhook-connector-start-event.json +58 -58
- package/src/element-templates/gitlab-connector.json +3022 -1120
- package/src/element-templates/google-cloud-storage-outbound-connector.json +1447 -240
- package/src/element-templates/google-drive-outbound-connector.json +2980 -1428
- package/src/element-templates/google-gemini-outbound-connector.json +41 -55
- package/src/element-templates/google-maps-platform-connector.json +688 -137
- package/src/element-templates/google-sheets-outbound-connector.json +3186 -2030
- package/src/element-templates/graphql-outbound-connector.json +4149 -1485
- package/src/element-templates/http-json-connector.json +6143 -2053
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +2426 -364
- package/src/element-templates/http-polling-connector.json +3312 -1250
- package/src/element-templates/hubspot-outbound-connector.json +2817 -67
- package/src/element-templates/hugging-face-connector.json +83 -82
- package/src/element-templates/jdbc-outbound-connector.json +506 -9
- package/src/element-templates/kafka-inbound-connector-boundary.json +968 -971
- package/src/element-templates/kafka-inbound-connector-intermediate.json +53 -56
- package/src/element-templates/kafka-inbound-connector-receive.json +9 -12
- package/src/element-templates/kafka-inbound-connector-start-message.json +545 -548
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +304 -308
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +7 -10
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +7 -10
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +7 -10
- package/src/element-templates/microsoft-office365-mail-connector.json +2077 -35
- package/src/element-templates/microsoft-teams-outbound-connector.json +2897 -456
- package/src/element-templates/openai-connector.json +701 -207
- package/src/element-templates/operate-connector.json +83 -86
- package/src/element-templates/orchestration-connector.json +1843 -0
- package/src/element-templates/power-automate-connector.json +62 -62
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +772 -774
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +456 -458
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +573 -575
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +5 -7
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +347 -347
- package/src/element-templates/rabbitmq-outbound-connector.json +631 -631
- package/src/element-templates/rpa-connector.json +6 -6
- package/src/element-templates/salesforce-connector.json +653 -19
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +301 -1
- package/src/element-templates/send-message-connector-message-end-event.json +301 -1
- package/src/element-templates/send-message-connector-send-task.json +300 -1
- package/src/element-templates/sendgrid-outbound-connector.json +790 -790
- package/src/element-templates/servicenow-connector.json +1364 -7
- package/src/element-templates/servicenow-flow-starter-connector.json +16 -16
- package/src/element-templates/servicenow-incident-connector.json +1075 -29
- package/src/element-templates/slack-inbound-boundary.json +493 -493
- package/src/element-templates/slack-inbound-intermediate.json +448 -448
- package/src/element-templates/slack-inbound-message-start.json +369 -369
- package/src/element-templates/slack-inbound-receive.json +2 -2
- package/src/element-templates/slack-inbound-start-event.json +328 -328
- package/src/element-templates/slack-outbound-connector.json +2365 -1262
- package/src/element-templates/soap-outbound-connector.json +113 -117
- package/src/element-templates/twilio-connector.json +1186 -373
- package/src/element-templates/twilio-webhook-boundary-connector.json +9 -10
- package/src/element-templates/twilio-webhook-connector.json +60 -61
- package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -32
- package/src/element-templates/twilio-webhook-message-start-connector.json +10 -11
- package/src/element-templates/twilio-webhook-receive-connector.json +9 -10
- package/src/element-templates/uipath-connector.json +668 -50
- package/src/element-templates/webhook-connector-boundary.json +1040 -385
- package/src/element-templates/webhook-connector-intermediate.json +2100 -1445
- package/src/element-templates/webhook-connector-receive.json +659 -5
- package/src/element-templates/webhook-connector-start-event.json +1860 -1299
- package/src/element-templates/webhook-connector-start-message.json +1535 -848
- package/src/element-templates/whatsapp-connector.json +393 -23
|
@@ -3,12 +3,236 @@
|
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
4
|
"name": "SNS HTTPS Message Start Event Connector Subscription",
|
|
5
5
|
"id": "io.camunda.connectors.inbound.AWSSNS.MessageStartEvent.v1",
|
|
6
|
-
"description": "Receive
|
|
7
|
-
"
|
|
8
|
-
|
|
6
|
+
"description": "Receive events from AWS SNS",
|
|
7
|
+
"version": 1,
|
|
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"
|
|
9
12
|
},
|
|
13
|
+
"appliesTo": ["bpmn:StartEvent"],
|
|
14
|
+
"elementType": {
|
|
15
|
+
"value": "bpmn:StartEvent",
|
|
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": "correlation",
|
|
29
|
+
"label": "Subprocess correlation"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"id": "variable-mapping",
|
|
33
|
+
"label": "Variable Mapping"
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
"properties": [
|
|
37
|
+
{
|
|
38
|
+
"type": "Hidden",
|
|
39
|
+
"value": "io.camunda:aws-sns-webhook:1",
|
|
40
|
+
"binding": {
|
|
41
|
+
"type": "zeebe:property",
|
|
42
|
+
"name": "inbound.type"
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"type": "Hidden",
|
|
47
|
+
"generatedValue": {
|
|
48
|
+
"type": "uuid"
|
|
49
|
+
},
|
|
50
|
+
"binding": {
|
|
51
|
+
"type": "bpmn:Message#property",
|
|
52
|
+
"name": "name"
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"type": "Hidden",
|
|
57
|
+
"value": "SnsHttpsSubscription",
|
|
58
|
+
"binding": {
|
|
59
|
+
"type": "zeebe:property",
|
|
60
|
+
"name": "inbound.subtype"
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"label": "Subscription ID",
|
|
65
|
+
"type": "String",
|
|
66
|
+
"group": "subscription",
|
|
67
|
+
"binding": {
|
|
68
|
+
"type": "zeebe:property",
|
|
69
|
+
"name": "inbound.context"
|
|
70
|
+
},
|
|
71
|
+
"description": "The subscription ID is a part of the URL endpoint",
|
|
72
|
+
"constraints": {
|
|
73
|
+
"notEmpty": true
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"id": "securitySubscriptionAllowedFor",
|
|
78
|
+
"label": "Allow to receive messages from topic(s)",
|
|
79
|
+
"group": "subscription",
|
|
80
|
+
"description": "Control which topic(s) is allowed to start a process",
|
|
81
|
+
"value": "any",
|
|
82
|
+
"type": "Dropdown",
|
|
83
|
+
"choices": [
|
|
84
|
+
{
|
|
85
|
+
"name": "Any",
|
|
86
|
+
"value": "any"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "Specific topic(s)",
|
|
90
|
+
"value": "specific"
|
|
91
|
+
}
|
|
92
|
+
],
|
|
93
|
+
"binding": {
|
|
94
|
+
"type": "zeebe:property",
|
|
95
|
+
"name": "inbound.securitySubscriptionAllowedFor"
|
|
96
|
+
}
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"label": "Topic ARN(s)",
|
|
100
|
+
"description": "Topics that allow to publish messages",
|
|
101
|
+
"type": "String",
|
|
102
|
+
"group": "subscription",
|
|
103
|
+
"feel": "optional",
|
|
104
|
+
"binding": {
|
|
105
|
+
"type": "zeebe:property",
|
|
106
|
+
"name": "inbound.topicsAllowList"
|
|
107
|
+
},
|
|
108
|
+
"constraints": {
|
|
109
|
+
"notEmpty": true
|
|
110
|
+
},
|
|
111
|
+
"condition": {
|
|
112
|
+
"property": "securitySubscriptionAllowedFor",
|
|
113
|
+
"equals": "specific"
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"label": "Message ID expression",
|
|
118
|
+
"feel": "required",
|
|
119
|
+
"type": "String",
|
|
120
|
+
"optional": true,
|
|
121
|
+
"group": "activation",
|
|
122
|
+
"binding": {
|
|
123
|
+
"type": "zeebe:property",
|
|
124
|
+
"name": "messageIdExpression"
|
|
125
|
+
},
|
|
126
|
+
"description": "Expression to extract unique identifier of a message"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"label": "Condition",
|
|
130
|
+
"type": "String",
|
|
131
|
+
"group": "activation",
|
|
132
|
+
"feel": "required",
|
|
133
|
+
"optional": true,
|
|
134
|
+
"binding": {
|
|
135
|
+
"type": "zeebe:property",
|
|
136
|
+
"name": "activationCondition"
|
|
137
|
+
},
|
|
138
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"label": "Correlation required",
|
|
142
|
+
"description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
|
|
143
|
+
"id": "correlationRequired",
|
|
144
|
+
"group": "correlation",
|
|
145
|
+
"type": "Dropdown",
|
|
146
|
+
"value": "notRequired",
|
|
147
|
+
"choices": [
|
|
148
|
+
{
|
|
149
|
+
"name": "Correlation not required",
|
|
150
|
+
"value": "notRequired"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"name": "Correlation required",
|
|
154
|
+
"value": "required"
|
|
155
|
+
}
|
|
156
|
+
],
|
|
157
|
+
"binding": {
|
|
158
|
+
"type": "zeebe:property",
|
|
159
|
+
"name": "correlationRequired"
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"label": "Correlation key (process)",
|
|
164
|
+
"type": "String",
|
|
165
|
+
"group": "correlation",
|
|
166
|
+
"feel": "required",
|
|
167
|
+
"description": "Sets up the correlation key from process variables",
|
|
168
|
+
"binding": {
|
|
169
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
170
|
+
"name": "correlationKey"
|
|
171
|
+
},
|
|
172
|
+
"constraints": {
|
|
173
|
+
"notEmpty": true
|
|
174
|
+
},
|
|
175
|
+
"condition": {
|
|
176
|
+
"property": "correlationRequired",
|
|
177
|
+
"equals": "required"
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"label": "Correlation key (payload)",
|
|
182
|
+
"type": "String",
|
|
183
|
+
"group": "correlation",
|
|
184
|
+
"feel": "required",
|
|
185
|
+
"binding": {
|
|
186
|
+
"type": "zeebe:property",
|
|
187
|
+
"name": "correlationKeyExpression"
|
|
188
|
+
},
|
|
189
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
190
|
+
"constraints": {
|
|
191
|
+
"notEmpty": true
|
|
192
|
+
},
|
|
193
|
+
"condition": {
|
|
194
|
+
"property": "correlationRequired",
|
|
195
|
+
"equals": "required"
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"label": "Result variable",
|
|
200
|
+
"type": "String",
|
|
201
|
+
"group": "variable-mapping",
|
|
202
|
+
"optional": true,
|
|
203
|
+
"binding": {
|
|
204
|
+
"type": "zeebe:property",
|
|
205
|
+
"name": "resultVariable"
|
|
206
|
+
},
|
|
207
|
+
"description": "Name of variable to store the result of the Connector in"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"label": "Result expression",
|
|
211
|
+
"type": "String",
|
|
212
|
+
"group": "variable-mapping",
|
|
213
|
+
"feel": "required",
|
|
214
|
+
"optional": true,
|
|
215
|
+
"binding": {
|
|
216
|
+
"type": "zeebe:property",
|
|
217
|
+
"name": "resultExpression"
|
|
218
|
+
},
|
|
219
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
220
|
+
}
|
|
221
|
+
],
|
|
222
|
+
"icon": {
|
|
223
|
+
"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"
|
|
224
|
+
},
|
|
225
|
+
"engines": {
|
|
226
|
+
"camunda": "^8.2"
|
|
227
|
+
}
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
231
|
+
"name": "SNS HTTPS Message Start Event Connector Subscription",
|
|
232
|
+
"id": "io.camunda.connectors.inbound.AWSSNS.MessageStartEvent.v1",
|
|
233
|
+
"description": "Receive events from AWS SNS",
|
|
10
234
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=inbound",
|
|
11
|
-
"version":
|
|
235
|
+
"version": 4,
|
|
12
236
|
"category": {
|
|
13
237
|
"id": "connectors",
|
|
14
238
|
"name": "Connectors"
|
|
@@ -246,247 +470,23 @@
|
|
|
246
470
|
"type": "Text"
|
|
247
471
|
}
|
|
248
472
|
],
|
|
249
|
-
"engines": {
|
|
250
|
-
"camunda": "^8.3"
|
|
251
|
-
},
|
|
252
473
|
"icon": {
|
|
253
474
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA4MCA4MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS82NC9BcmNoX0FXUy1TaW1wbGUtTm90aWZpY2F0aW9uLVNlcnZpY2VfNjQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9JzAlJyB5MT0nMTAwJScgeDI9JzEwMCUnIHkyPScwJScgaWQ9J2xpbmVhckdyYWRpZW50LTEnPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPScjQjAwODREJyBvZmZzZXQ9JzAlJz48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNGRjRGOEInIG9mZnNldD0nMTAwJSc+PC9zdG9wPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0nSWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BV1MtU2ltcGxlLU5vdGlmaWNhdGlvbi1TZXJ2aWNlXzY0JyBzdHJva2U9J25vbmUnIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nbm9uZScKICAgICAgIGZpbGwtcnVsZT0nZXZlbm9kZCc+CiAgICAgICAgPGcgaWQ9J0ljb24tQXJjaGl0ZWN0dXJlLUJHLzY0L0FwcGxpY2F0aW9uLUludGVncmF0aW9uJyBmaWxsPSd1cmwoI2xpbmVhckdyYWRpZW50LTEpJz4KICAgICAgICAgICAgPHJlY3QgaWQ9J1JlY3RhbmdsZScgeD0nMCcgeT0nMCcgd2lkdGg9JzgwJyBoZWlnaHQ9JzgwJz48L3JlY3Q+CiAgICAgICAgPC9nPgogICAgICAgIDxwYXRoIGQ9J00xNywzOCBDMTguMTAzLDM4IDE5LDM4Ljg5NyAxOSw0MCBDMTksNDEuMTAzIDE4LjEwMyw0MiAxNyw0MiBDMTUuODk3LDQyIDE1LDQxLjEwMyAxNSw0MCBDMTUsMzguODk3IDE1Ljg5NywzOCAxNywzOCBMMTcsMzggWiBNNDEsNjQgQzI5LjMxNCw2NCAxOS4yODksNTUuNDY2IDE3LjE5NCw0My45OCBDMTguOTY1LDQzLjg5NCAyMC40MjcsNDIuNjU5IDIwLjg1Nyw0MSBMMjcsNDEgTDI3LDM5IEwyMC44NTcsMzkgQzIwLjQyNywzNy4zNDIgMTguOTY2LDM2LjEwNyAxNy4xOTUsMzYuMDIgQzE5LjI4NSwyNC43MSAyOS41MTEsMTYgNDEsMTYgQzQ1LjMxMywxNiA0OS44MzIsMTcuNjIyIDU0LjQyOSwyMC44MjEgTDU1LjU3MSwxOS4xNzkgQzUwLjYzMywxNS43NDMgNDUuNzMsMTQgNDEsMTQgQzI4LjI3LDE0IDE2Ljk0OSwyMy44NjUgMTUuMDYzLDM2LjUyMSBDMTMuODM5LDM3LjIwNyAxMywzOC41IDEzLDQwIEMxMyw0MS41IDEzLjgzOSw0Mi43OTMgMTUuMDYzLDQzLjQ3OCBDMTYuOTcsNTYuMzQxIDI4LjA1Niw2NiA0MSw2NiBDNDYuNDA3LDY2IDUxLjk0Miw2NC4xNTcgNTYuNTg1LDYwLjgxMSBMNTUuNDE1LDU5LjE4OSBDNTEuMTEsNjIuMjkyIDQ1Ljk5MSw2NCA0MSw2NCBMNDEsNjQgWiBNMzAuMTAxLDM2LjQ0MiBDMzEuOTU1LDM2Ljg5NSAzNC4yNzUsMzcgMzYsMzcgQzM3LjY0MiwzNyAzOS44MjMsMzYuOTA1IDQxLjYyOSwzNi41MDYgTDM3LjEwNSw0NS41NTMgQzM3LjAzNiw0NS42OTEgMzcsNDUuODQ1IDM3LDQ2IEwzNyw1MC40NTMgQzM2LjE5OSw1MC45NjQgMzQuODMzLDUxLjgxMiAzNCw1MS45ODYgTDM0LDQ2IEMzNCw0NS44NjggMzMuOTc0LDQ1LjczNyAzMy45MjMsNDUuNjE1IEwzMC4xMDEsMzYuNDQyIFogTTM2LDMzIEM0MC4wMjUsMzMgNDIuMTc0LDMzLjYwNCA0Mi44NDEsMzQgQzQyLjE3NCwzNC4zOTYgNDAuMDI1LDM1IDM2LDM1IEMzMS45NzUsMzUgMjkuODI2LDM0LjM5NiAyOS4xNTksMzQgQzI5LjgyNiwzMy42MDQgMzEuOTc1LDMzIDM2LDMzIEwzNiwzMyBaIE0zMyw1NCBMMzQsNTQgQzM0LjA0Myw1NCAzNC4wODYsNTMuOTk3IDM0LjEyOCw1My45OTIgQzM1LjM1Miw1My44MzMgMzYuOTA5LDUyLjg4NyAzOC4yNzIsNTIuMDEzIEwzOC41MzUsNTEuODQ1IEMzOC44MjQsNTEuNjYxIDM5LDUxLjM0MiAzOSw1MSBMMzksNDYuMjM2IEw0NC41NTksMzUuMTIgQzQ0LjgzMywzNC44MDEgNDUsMzQuNDM0IDQ1LDM0IEM0NSwzMS4zOSAzOS4zNjEsMzEgMzYsMzEgQzMyLjYzOSwzMSAyNywzMS4zOSAyNywzNCBDMjcsMzQuMzY2IDI3LjEyLDM0LjY4NCAyNy4zMiwzNC45NjcgTDMyLDQ2LjIgTDMyLDUzIEMzMiw1My41NTIgMzIuNDQ3LDU0IDMzLDU0IEwzMyw1NCBaIE02Miw1MyBDNjMuMTAzLDUzIDY0LDUzLjg5NyA2NCw1NSBDNjQsNTYuMTAzIDYzLjEwMyw1NyA2Miw1NyBDNjAuODk3LDU3IDYwLDU2LjEwMyA2MCw1NSBDNjAsNTMuODk3IDYwLjg5Nyw1MyA2Miw1MyBMNjIsNTMgWiBNNjIsMjMgQzYzLjEwMywyMyA2NCwyMy44OTcgNjQsMjUgQzY0LDI2LjEwMyA2My4xMDMsMjcgNjIsMjcgQzYwLjg5NywyNyA2MCwyNi4xMDMgNjAsMjUgQzYwLDIzLjg5NyA2MC44OTcsMjMgNjIsMjMgTDYyLDIzIFogTTY0LDM4IEM2NS4xMDMsMzggNjYsMzguODk3IDY2LDQwIEM2Niw0MS4xMDMgNjUuMTAzLDQyIDY0LDQyIEM2Mi44OTcsNDIgNjIsNDEuMTAzIDYyLDQwIEM2MiwzOC44OTcgNjIuODk3LDM4IDY0LDM4IEw2NCwzOCBaIE01NCw0MSBMNjAuMTQzLDQxIEM2MC41ODksNDIuNzIgNjIuMTQyLDQ0IDY0LDQ0IEM2Ni4yMDYsNDQgNjgsNDIuMjA2IDY4LDQwIEM2OCwzNy43OTQgNjYuMjA2LDM2IDY0LDM2IEM2Mi4xNDIsMzYgNjAuNTg5LDM3LjI4IDYwLjE0MywzOSBMNTQsMzkgTDU0LDI2IEw1OC4xNDMsMjYgQzU4LjU4OSwyNy43MiA2MC4xNDIsMjkgNjIsMjkgQzY0LjIwNiwyOSA2NiwyNy4yMDYgNjYsMjUgQzY2LDIyLjc5NCA2NC4yMDYsMjEgNjIsMjEgQzYwLjE0MiwyMSA1OC41ODksMjIuMjggNTguMTQzLDI0IEw1MywyNCBDNTIuNDQ3LDI0IDUyLDI0LjQ0OCA1MiwyNSBMNTIsMzkgTDQ1LDM5IEw0NSw0MSBMNTIsNDEgTDUyLDU1IEM1Miw1NS41NTIgNTIuNDQ3LDU2IDUzLDU2IEw1OC4xNDMsNTYgQzU4LjU4OSw1Ny43MiA2MC4xNDIsNTkgNjIsNTkgQzY0LjIwNiw1OSA2Niw1Ny4yMDYgNjYsNTUgQzY2LDUyLjc5NCA2NC4yMDYsNTEgNjIsNTEgQzYwLjE0Miw1MSA1OC41ODksNTIuMjggNTguMTQzLDU0IEw1NCw1NCBMNTQsNDEgWicKICAgICAgICAgICAgICBpZD0nQVdTLVNpbXBsZS1Ob3RpZmljYXRpb24tU2VydmljZV9JY29uXzY0X1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
254
|
-
}
|
|
255
|
-
},
|
|
256
|
-
{
|
|
257
|
-
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
258
|
-
"name": "SNS HTTPS Message Start Event Connector Subscription",
|
|
259
|
-
"id": "io.camunda.connectors.inbound.AWSSNS.MessageStartEvent.v1",
|
|
260
|
-
"description": "Receive events from AWS SNS",
|
|
261
|
-
"version": 1,
|
|
262
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=inbound",
|
|
263
|
-
"category": {
|
|
264
|
-
"id": "connectors",
|
|
265
|
-
"name": "Connectors"
|
|
266
|
-
},
|
|
267
|
-
"appliesTo": ["bpmn:StartEvent"],
|
|
268
|
-
"elementType": {
|
|
269
|
-
"value": "bpmn:StartEvent",
|
|
270
|
-
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
271
|
-
},
|
|
272
|
-
"groups": [
|
|
273
|
-
{
|
|
274
|
-
"id": "subscription",
|
|
275
|
-
"label": "Subscription configuration"
|
|
276
|
-
},
|
|
277
|
-
{
|
|
278
|
-
"id": "activation",
|
|
279
|
-
"label": "Activation"
|
|
280
|
-
},
|
|
281
|
-
{
|
|
282
|
-
"id": "correlation",
|
|
283
|
-
"label": "Subprocess correlation"
|
|
284
|
-
},
|
|
285
|
-
{
|
|
286
|
-
"id": "variable-mapping",
|
|
287
|
-
"label": "Variable Mapping"
|
|
288
|
-
}
|
|
289
|
-
],
|
|
290
|
-
"properties": [
|
|
291
|
-
{
|
|
292
|
-
"type": "Hidden",
|
|
293
|
-
"value": "io.camunda:aws-sns-webhook:1",
|
|
294
|
-
"binding": {
|
|
295
|
-
"type": "zeebe:property",
|
|
296
|
-
"name": "inbound.type"
|
|
297
|
-
}
|
|
298
|
-
},
|
|
299
|
-
{
|
|
300
|
-
"type": "Hidden",
|
|
301
|
-
"generatedValue": {
|
|
302
|
-
"type": "uuid"
|
|
303
|
-
},
|
|
304
|
-
"binding": {
|
|
305
|
-
"type": "bpmn:Message#property",
|
|
306
|
-
"name": "name"
|
|
307
|
-
}
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
"type": "Hidden",
|
|
311
|
-
"value": "SnsHttpsSubscription",
|
|
312
|
-
"binding": {
|
|
313
|
-
"type": "zeebe:property",
|
|
314
|
-
"name": "inbound.subtype"
|
|
315
|
-
}
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
"label": "Subscription ID",
|
|
319
|
-
"type": "String",
|
|
320
|
-
"group": "subscription",
|
|
321
|
-
"binding": {
|
|
322
|
-
"type": "zeebe:property",
|
|
323
|
-
"name": "inbound.context"
|
|
324
|
-
},
|
|
325
|
-
"description": "The subscription ID is a part of the URL endpoint",
|
|
326
|
-
"constraints": {
|
|
327
|
-
"notEmpty": true
|
|
328
|
-
}
|
|
329
|
-
},
|
|
330
|
-
{
|
|
331
|
-
"id": "securitySubscriptionAllowedFor",
|
|
332
|
-
"label": "Allow to receive messages from topic(s)",
|
|
333
|
-
"group": "subscription",
|
|
334
|
-
"description": "Control which topic(s) is allowed to start a process",
|
|
335
|
-
"value": "any",
|
|
336
|
-
"type": "Dropdown",
|
|
337
|
-
"choices": [
|
|
338
|
-
{
|
|
339
|
-
"name": "Any",
|
|
340
|
-
"value": "any"
|
|
341
|
-
},
|
|
342
|
-
{
|
|
343
|
-
"name": "Specific topic(s)",
|
|
344
|
-
"value": "specific"
|
|
345
|
-
}
|
|
346
|
-
],
|
|
347
|
-
"binding": {
|
|
348
|
-
"type": "zeebe:property",
|
|
349
|
-
"name": "inbound.securitySubscriptionAllowedFor"
|
|
350
|
-
}
|
|
351
|
-
},
|
|
352
|
-
{
|
|
353
|
-
"label": "Topic ARN(s)",
|
|
354
|
-
"description": "Topics that allow to publish messages",
|
|
355
|
-
"type": "String",
|
|
356
|
-
"group": "subscription",
|
|
357
|
-
"feel": "optional",
|
|
358
|
-
"binding": {
|
|
359
|
-
"type": "zeebe:property",
|
|
360
|
-
"name": "inbound.topicsAllowList"
|
|
361
|
-
},
|
|
362
|
-
"constraints": {
|
|
363
|
-
"notEmpty": true
|
|
364
|
-
},
|
|
365
|
-
"condition": {
|
|
366
|
-
"property": "securitySubscriptionAllowedFor",
|
|
367
|
-
"equals": "specific"
|
|
368
|
-
}
|
|
369
|
-
},
|
|
370
|
-
{
|
|
371
|
-
"label": "Message ID expression",
|
|
372
|
-
"feel": "required",
|
|
373
|
-
"type": "String",
|
|
374
|
-
"optional": true,
|
|
375
|
-
"group": "activation",
|
|
376
|
-
"binding": {
|
|
377
|
-
"type": "zeebe:property",
|
|
378
|
-
"name": "messageIdExpression"
|
|
379
|
-
},
|
|
380
|
-
"description": "Expression to extract unique identifier of a message"
|
|
381
|
-
},
|
|
382
|
-
{
|
|
383
|
-
"label": "Condition",
|
|
384
|
-
"type": "String",
|
|
385
|
-
"group": "activation",
|
|
386
|
-
"feel": "required",
|
|
387
|
-
"optional": true,
|
|
388
|
-
"binding": {
|
|
389
|
-
"type": "zeebe:property",
|
|
390
|
-
"name": "activationCondition"
|
|
391
|
-
},
|
|
392
|
-
"description": "Condition under which the connector triggers. Leave empty to catch all events"
|
|
393
|
-
},
|
|
394
|
-
{
|
|
395
|
-
"label": "Correlation required",
|
|
396
|
-
"description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
|
|
397
|
-
"id": "correlationRequired",
|
|
398
|
-
"group": "correlation",
|
|
399
|
-
"type": "Dropdown",
|
|
400
|
-
"value": "notRequired",
|
|
401
|
-
"choices": [
|
|
402
|
-
{
|
|
403
|
-
"name": "Correlation not required",
|
|
404
|
-
"value": "notRequired"
|
|
405
|
-
},
|
|
406
|
-
{
|
|
407
|
-
"name": "Correlation required",
|
|
408
|
-
"value": "required"
|
|
409
|
-
}
|
|
410
|
-
],
|
|
411
|
-
"binding": {
|
|
412
|
-
"type": "zeebe:property",
|
|
413
|
-
"name": "correlationRequired"
|
|
414
|
-
}
|
|
415
|
-
},
|
|
416
|
-
{
|
|
417
|
-
"label": "Correlation key (process)",
|
|
418
|
-
"type": "String",
|
|
419
|
-
"group": "correlation",
|
|
420
|
-
"feel": "required",
|
|
421
|
-
"description": "Sets up the correlation key from process variables",
|
|
422
|
-
"binding": {
|
|
423
|
-
"type": "bpmn:Message#zeebe:subscription#property",
|
|
424
|
-
"name": "correlationKey"
|
|
425
|
-
},
|
|
426
|
-
"constraints": {
|
|
427
|
-
"notEmpty": true
|
|
428
|
-
},
|
|
429
|
-
"condition": {
|
|
430
|
-
"property": "correlationRequired",
|
|
431
|
-
"equals": "required"
|
|
432
|
-
}
|
|
433
|
-
},
|
|
434
|
-
{
|
|
435
|
-
"label": "Correlation key (payload)",
|
|
436
|
-
"type": "String",
|
|
437
|
-
"group": "correlation",
|
|
438
|
-
"feel": "required",
|
|
439
|
-
"binding": {
|
|
440
|
-
"type": "zeebe:property",
|
|
441
|
-
"name": "correlationKeyExpression"
|
|
442
|
-
},
|
|
443
|
-
"description": "Extracts the correlation key from the incoming message payload",
|
|
444
|
-
"constraints": {
|
|
445
|
-
"notEmpty": true
|
|
446
|
-
},
|
|
447
|
-
"condition": {
|
|
448
|
-
"property": "correlationRequired",
|
|
449
|
-
"equals": "required"
|
|
450
|
-
}
|
|
451
|
-
},
|
|
452
|
-
{
|
|
453
|
-
"label": "Result variable",
|
|
454
|
-
"type": "String",
|
|
455
|
-
"group": "variable-mapping",
|
|
456
|
-
"optional": true,
|
|
457
|
-
"binding": {
|
|
458
|
-
"type": "zeebe:property",
|
|
459
|
-
"name": "resultVariable"
|
|
460
|
-
},
|
|
461
|
-
"description": "Name of variable to store the result of the Connector in"
|
|
462
|
-
},
|
|
463
|
-
{
|
|
464
|
-
"label": "Result expression",
|
|
465
|
-
"type": "String",
|
|
466
|
-
"group": "variable-mapping",
|
|
467
|
-
"feel": "required",
|
|
468
|
-
"optional": true,
|
|
469
|
-
"binding": {
|
|
470
|
-
"type": "zeebe:property",
|
|
471
|
-
"name": "resultExpression"
|
|
472
|
-
},
|
|
473
|
-
"description": "Expression to map the inbound payload to process variables"
|
|
474
|
-
}
|
|
475
|
-
],
|
|
476
|
-
"icon": {
|
|
477
|
-
"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"
|
|
478
475
|
},
|
|
479
476
|
"engines": {
|
|
480
|
-
"camunda": "^8.
|
|
477
|
+
"camunda": "^8.5"
|
|
481
478
|
}
|
|
482
479
|
},
|
|
483
480
|
{
|
|
484
481
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
485
482
|
"name": "SNS HTTPS Message Start Event Connector Subscription",
|
|
486
483
|
"id": "io.camunda.connectors.inbound.AWSSNS.MessageStartEvent.v1",
|
|
487
|
-
"description": "Receive
|
|
484
|
+
"description": "Receive messages from AWS SNS via HTTPS.",
|
|
485
|
+
"metadata": {
|
|
486
|
+
"keywords": ["receive event", "receive message"]
|
|
487
|
+
},
|
|
488
488
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=inbound",
|
|
489
|
-
"version":
|
|
489
|
+
"version": 5,
|
|
490
490
|
"category": {
|
|
491
491
|
"id": "connectors",
|
|
492
492
|
"name": "Connectors"
|
|
@@ -724,11 +724,11 @@
|
|
|
724
724
|
"type": "Text"
|
|
725
725
|
}
|
|
726
726
|
],
|
|
727
|
+
"engines": {
|
|
728
|
+
"camunda": "^8.3"
|
|
729
|
+
},
|
|
727
730
|
"icon": {
|
|
728
731
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA4MCA4MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS82NC9BcmNoX0FXUy1TaW1wbGUtTm90aWZpY2F0aW9uLVNlcnZpY2VfNjQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9JzAlJyB5MT0nMTAwJScgeDI9JzEwMCUnIHkyPScwJScgaWQ9J2xpbmVhckdyYWRpZW50LTEnPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPScjQjAwODREJyBvZmZzZXQ9JzAlJz48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNGRjRGOEInIG9mZnNldD0nMTAwJSc+PC9zdG9wPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0nSWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BV1MtU2ltcGxlLU5vdGlmaWNhdGlvbi1TZXJ2aWNlXzY0JyBzdHJva2U9J25vbmUnIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nbm9uZScKICAgICAgIGZpbGwtcnVsZT0nZXZlbm9kZCc+CiAgICAgICAgPGcgaWQ9J0ljb24tQXJjaGl0ZWN0dXJlLUJHLzY0L0FwcGxpY2F0aW9uLUludGVncmF0aW9uJyBmaWxsPSd1cmwoI2xpbmVhckdyYWRpZW50LTEpJz4KICAgICAgICAgICAgPHJlY3QgaWQ9J1JlY3RhbmdsZScgeD0nMCcgeT0nMCcgd2lkdGg9JzgwJyBoZWlnaHQ9JzgwJz48L3JlY3Q+CiAgICAgICAgPC9nPgogICAgICAgIDxwYXRoIGQ9J00xNywzOCBDMTguMTAzLDM4IDE5LDM4Ljg5NyAxOSw0MCBDMTksNDEuMTAzIDE4LjEwMyw0MiAxNyw0MiBDMTUuODk3LDQyIDE1LDQxLjEwMyAxNSw0MCBDMTUsMzguODk3IDE1Ljg5NywzOCAxNywzOCBMMTcsMzggWiBNNDEsNjQgQzI5LjMxNCw2NCAxOS4yODksNTUuNDY2IDE3LjE5NCw0My45OCBDMTguOTY1LDQzLjg5NCAyMC40MjcsNDIuNjU5IDIwLjg1Nyw0MSBMMjcsNDEgTDI3LDM5IEwyMC44NTcsMzkgQzIwLjQyNywzNy4zNDIgMTguOTY2LDM2LjEwNyAxNy4xOTUsMzYuMDIgQzE5LjI4NSwyNC43MSAyOS41MTEsMTYgNDEsMTYgQzQ1LjMxMywxNiA0OS44MzIsMTcuNjIyIDU0LjQyOSwyMC44MjEgTDU1LjU3MSwxOS4xNzkgQzUwLjYzMywxNS43NDMgNDUuNzMsMTQgNDEsMTQgQzI4LjI3LDE0IDE2Ljk0OSwyMy44NjUgMTUuMDYzLDM2LjUyMSBDMTMuODM5LDM3LjIwNyAxMywzOC41IDEzLDQwIEMxMyw0MS41IDEzLjgzOSw0Mi43OTMgMTUuMDYzLDQzLjQ3OCBDMTYuOTcsNTYuMzQxIDI4LjA1Niw2NiA0MSw2NiBDNDYuNDA3LDY2IDUxLjk0Miw2NC4xNTcgNTYuNTg1LDYwLjgxMSBMNTUuNDE1LDU5LjE4OSBDNTEuMTEsNjIuMjkyIDQ1Ljk5MSw2NCA0MSw2NCBMNDEsNjQgWiBNMzAuMTAxLDM2LjQ0MiBDMzEuOTU1LDM2Ljg5NSAzNC4yNzUsMzcgMzYsMzcgQzM3LjY0MiwzNyAzOS44MjMsMzYuOTA1IDQxLjYyOSwzNi41MDYgTDM3LjEwNSw0NS41NTMgQzM3LjAzNiw0NS42OTEgMzcsNDUuODQ1IDM3LDQ2IEwzNyw1MC40NTMgQzM2LjE5OSw1MC45NjQgMzQuODMzLDUxLjgxMiAzNCw1MS45ODYgTDM0LDQ2IEMzNCw0NS44NjggMzMuOTc0LDQ1LjczNyAzMy45MjMsNDUuNjE1IEwzMC4xMDEsMzYuNDQyIFogTTM2LDMzIEM0MC4wMjUsMzMgNDIuMTc0LDMzLjYwNCA0Mi44NDEsMzQgQzQyLjE3NCwzNC4zOTYgNDAuMDI1LDM1IDM2LDM1IEMzMS45NzUsMzUgMjkuODI2LDM0LjM5NiAyOS4xNTksMzQgQzI5LjgyNiwzMy42MDQgMzEuOTc1LDMzIDM2LDMzIEwzNiwzMyBaIE0zMyw1NCBMMzQsNTQgQzM0LjA0Myw1NCAzNC4wODYsNTMuOTk3IDM0LjEyOCw1My45OTIgQzM1LjM1Miw1My44MzMgMzYuOTA5LDUyLjg4NyAzOC4yNzIsNTIuMDEzIEwzOC41MzUsNTEuODQ1IEMzOC44MjQsNTEuNjYxIDM5LDUxLjM0MiAzOSw1MSBMMzksNDYuMjM2IEw0NC41NTksMzUuMTIgQzQ0LjgzMywzNC44MDEgNDUsMzQuNDM0IDQ1LDM0IEM0NSwzMS4zOSAzOS4zNjEsMzEgMzYsMzEgQzMyLjYzOSwzMSAyNywzMS4zOSAyNywzNCBDMjcsMzQuMzY2IDI3LjEyLDM0LjY4NCAyNy4zMiwzNC45NjcgTDMyLDQ2LjIgTDMyLDUzIEMzMiw1My41NTIgMzIuNDQ3LDU0IDMzLDU0IEwzMyw1NCBaIE02Miw1MyBDNjMuMTAzLDUzIDY0LDUzLjg5NyA2NCw1NSBDNjQsNTYuMTAzIDYzLjEwMyw1NyA2Miw1NyBDNjAuODk3LDU3IDYwLDU2LjEwMyA2MCw1NSBDNjAsNTMuODk3IDYwLjg5Nyw1MyA2Miw1MyBMNjIsNTMgWiBNNjIsMjMgQzYzLjEwMywyMyA2NCwyMy44OTcgNjQsMjUgQzY0LDI2LjEwMyA2My4xMDMsMjcgNjIsMjcgQzYwLjg5NywyNyA2MCwyNi4xMDMgNjAsMjUgQzYwLDIzLjg5NyA2MC44OTcsMjMgNjIsMjMgTDYyLDIzIFogTTY0LDM4IEM2NS4xMDMsMzggNjYsMzguODk3IDY2LDQwIEM2Niw0MS4xMDMgNjUuMTAzLDQyIDY0LDQyIEM2Mi44OTcsNDIgNjIsNDEuMTAzIDYyLDQwIEM2MiwzOC44OTcgNjIuODk3LDM4IDY0LDM4IEw2NCwzOCBaIE01NCw0MSBMNjAuMTQzLDQxIEM2MC41ODksNDIuNzIgNjIuMTQyLDQ0IDY0LDQ0IEM2Ni4yMDYsNDQgNjgsNDIuMjA2IDY4LDQwIEM2OCwzNy43OTQgNjYuMjA2LDM2IDY0LDM2IEM2Mi4xNDIsMzYgNjAuNTg5LDM3LjI4IDYwLjE0MywzOSBMNTQsMzkgTDU0LDI2IEw1OC4xNDMsMjYgQzU4LjU4OSwyNy43MiA2MC4xNDIsMjkgNjIsMjkgQzY0LjIwNiwyOSA2NiwyNy4yMDYgNjYsMjUgQzY2LDIyLjc5NCA2NC4yMDYsMjEgNjIsMjEgQzYwLjE0MiwyMSA1OC41ODksMjIuMjggNTguMTQzLDI0IEw1MywyNCBDNTIuNDQ3LDI0IDUyLDI0LjQ0OCA1MiwyNSBMNTIsMzkgTDQ1LDM5IEw0NSw0MSBMNTIsNDEgTDUyLDU1IEM1Miw1NS41NTIgNTIuNDQ3LDU2IDUzLDU2IEw1OC4xNDMsNTYgQzU4LjU4OSw1Ny43MiA2MC4xNDIsNTkgNjIsNTkgQzY0LjIwNiw1OSA2Niw1Ny4yMDYgNjYsNTUgQzY2LDUyLjc5NCA2NC4yMDYsNTEgNjIsNTEgQzYwLjE0Miw1MSA1OC41ODksNTIuMjggNTguMTQzLDU0IEw1NCw1NCBMNTQsNDEgWicKICAgICAgICAgICAgICBpZD0nQVdTLVNpbXBsZS1Ob3RpZmljYXRpb24tU2VydmljZV9JY29uXzY0X1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
729
|
-
},
|
|
730
|
-
"engines": {
|
|
731
|
-
"camunda": "^8.5"
|
|
732
732
|
}
|
|
733
733
|
},
|
|
734
734
|
{
|
|
@@ -793,7 +793,6 @@
|
|
|
793
793
|
{
|
|
794
794
|
"id": "inbound.context",
|
|
795
795
|
"label": "Subscription ID",
|
|
796
|
-
"description": "The subscription ID is a part of the URL endpoint",
|
|
797
796
|
"optional": false,
|
|
798
797
|
"constraints": {
|
|
799
798
|
"notEmpty": true
|
|
@@ -803,12 +802,12 @@
|
|
|
803
802
|
"name": "inbound.context",
|
|
804
803
|
"type": "zeebe:property"
|
|
805
804
|
},
|
|
805
|
+
"tooltip": "The subscription ID is a part of the URL endpoint",
|
|
806
806
|
"type": "String"
|
|
807
807
|
},
|
|
808
808
|
{
|
|
809
809
|
"id": "inbound.securitySubscriptionAllowedFor",
|
|
810
810
|
"label": "Allow to receive messages from topic(s)",
|
|
811
|
-
"description": "Control which topic(s) is allowed to start a process",
|
|
812
811
|
"optional": false,
|
|
813
812
|
"value": "any",
|
|
814
813
|
"group": "subscription",
|
|
@@ -816,6 +815,7 @@
|
|
|
816
815
|
"name": "inbound.securitySubscriptionAllowedFor",
|
|
817
816
|
"type": "zeebe:property"
|
|
818
817
|
},
|
|
818
|
+
"tooltip": "Control which topic(s) are allowed to start a process",
|
|
819
819
|
"type": "Dropdown",
|
|
820
820
|
"choices": [
|
|
821
821
|
{
|
|
@@ -831,7 +831,6 @@
|
|
|
831
831
|
{
|
|
832
832
|
"id": "inbound.topicsAllowList",
|
|
833
833
|
"label": "Topic ARN(s)",
|
|
834
|
-
"description": "Topics that allow to publish messages",
|
|
835
834
|
"optional": true,
|
|
836
835
|
"feel": "optional",
|
|
837
836
|
"group": "subscription",
|
|
@@ -844,6 +843,8 @@
|
|
|
844
843
|
"equals": "specific",
|
|
845
844
|
"type": "simple"
|
|
846
845
|
},
|
|
846
|
+
"tooltip": "Topic ARNs that are allowed to trigger the process, comma-separated",
|
|
847
|
+
"placeholder": "arn:aws:sns:us-east-1:123456789012:Topic1,arn:aws:sns:us-east-1:123456789012:Topic2",
|
|
847
848
|
"type": "String"
|
|
848
849
|
},
|
|
849
850
|
{
|
|
@@ -60,7 +60,6 @@
|
|
|
60
60
|
{
|
|
61
61
|
"id": "inbound.context",
|
|
62
62
|
"label": "Subscription ID",
|
|
63
|
-
"description": "The subscription ID is a part of the URL endpoint",
|
|
64
63
|
"optional": false,
|
|
65
64
|
"constraints": {
|
|
66
65
|
"notEmpty": true
|
|
@@ -70,12 +69,12 @@
|
|
|
70
69
|
"name": "inbound.context",
|
|
71
70
|
"type": "zeebe:property"
|
|
72
71
|
},
|
|
72
|
+
"tooltip": "The subscription ID is a part of the URL endpoint",
|
|
73
73
|
"type": "String"
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
76
|
"id": "inbound.securitySubscriptionAllowedFor",
|
|
77
77
|
"label": "Allow to receive messages from topic(s)",
|
|
78
|
-
"description": "Control which topic(s) is allowed to start a process",
|
|
79
78
|
"optional": false,
|
|
80
79
|
"value": "any",
|
|
81
80
|
"group": "subscription",
|
|
@@ -83,6 +82,7 @@
|
|
|
83
82
|
"name": "inbound.securitySubscriptionAllowedFor",
|
|
84
83
|
"type": "zeebe:property"
|
|
85
84
|
},
|
|
85
|
+
"tooltip": "Control which topic(s) are allowed to start a process",
|
|
86
86
|
"type": "Dropdown",
|
|
87
87
|
"choices": [
|
|
88
88
|
{
|
|
@@ -98,7 +98,6 @@
|
|
|
98
98
|
{
|
|
99
99
|
"id": "inbound.topicsAllowList",
|
|
100
100
|
"label": "Topic ARN(s)",
|
|
101
|
-
"description": "Topics that allow to publish messages",
|
|
102
101
|
"optional": true,
|
|
103
102
|
"feel": "optional",
|
|
104
103
|
"group": "subscription",
|
|
@@ -111,6 +110,8 @@
|
|
|
111
110
|
"equals": "specific",
|
|
112
111
|
"type": "simple"
|
|
113
112
|
},
|
|
113
|
+
"tooltip": "Topic ARNs that are allowed to trigger the process, comma-separated",
|
|
114
|
+
"placeholder": "arn:aws:sns:us-east-1:123456789012:Topic1,arn:aws:sns:us-east-1:123456789012:Topic2",
|
|
114
115
|
"type": "String"
|
|
115
116
|
},
|
|
116
117
|
{
|