@camunda/connectors-element-templates 1.0.7 → 1.0.8
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 +1 -1
- package/src/connectors.js +24 -0
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +32 -31
- package/src/element-templates/agenticai-aiagent-job-worker.json +1655 -7
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +2906 -1291
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +1 -1
- package/src/element-templates/asana-connector.json +8 -8
- package/src/element-templates/automation-anywhere-outbound-connector.json +619 -619
- package/src/element-templates/aws-bedrock-outbound-connector.json +30 -30
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1325 -1325
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +38 -38
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-receive.json +356 -0
- package/src/element-templates/aws-eventbridge-outbound-connector.json +10 -10
- package/src/element-templates/aws-lambda-outbound-connector.json +256 -256
- package/src/element-templates/aws-s3-outbound-connector.json +30 -30
- package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
- package/src/element-templates/aws-sns-inbound-boundary.json +311 -311
- package/src/element-templates/aws-sns-inbound-intermediate.json +328 -328
- package/src/element-templates/aws-sns-inbound-message-start.json +343 -343
- package/src/element-templates/aws-sns-inbound-receive.json +304 -0
- package/src/element-templates/aws-sns-inbound-start-event.json +131 -131
- package/src/element-templates/aws-sns-outbound-connector.json +424 -424
- package/src/element-templates/aws-sqs-boundary-connector.json +305 -305
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +918 -918
- package/src/element-templates/aws-sqs-outbound-connector.json +743 -743
- package/src/element-templates/aws-sqs-receive-connector.json +418 -0
- package/src/element-templates/aws-sqs-start-event-connector.json +369 -369
- package/src/element-templates/aws-sqs-start-message.json +914 -914
- package/src/element-templates/blue-prism-connector.json +50 -50
- package/src/element-templates/csv-outbound-connector.json +26 -26
- package/src/element-templates/easy-post-connector.json +271 -271
- package/src/element-templates/email-inbound-connector-boundary.json +19 -19
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-message-start-event-connector.json +19 -19
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +503 -503
- package/src/element-templates/github-connector.json +2723 -2723
- package/src/element-templates/github-webhook-connector-intermediate.json +42 -42
- package/src/element-templates/github-webhook-connector-receive.json +202 -0
- package/src/element-templates/github-webhook-connector-start-event.json +32 -32
- package/src/element-templates/gitlab-connector.json +160 -160
- package/src/element-templates/google-drive-outbound-connector.json +438 -438
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +16 -16
- package/src/element-templates/google-sheets-outbound-connector.json +1059 -1059
- package/src/element-templates/graphql-outbound-connector.json +1179 -1179
- package/src/element-templates/http-json-connector.json +2662 -2057
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +635 -6
- package/src/element-templates/http-polling-connector.json +631 -2
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +41 -41
- package/src/element-templates/kafka-inbound-connector-boundary.json +958 -958
- package/src/element-templates/kafka-inbound-connector-intermediate.json +681 -681
- package/src/element-templates/kafka-inbound-connector-receive.json +498 -0
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +356 -356
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +4188 -4188
- package/src/element-templates/openai-connector.json +78 -78
- package/src/element-templates/operate-connector.json +79 -79
- package/src/element-templates/power-automate-connector.json +12 -12
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +747 -747
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +463 -463
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +11 -11
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +461 -0
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +681 -681
- package/src/element-templates/rabbitmq-outbound-connector.json +670 -670
- package/src/element-templates/salesforce-connector.json +38 -38
- package/src/element-templates/sendgrid-outbound-connector.json +397 -397
- package/src/element-templates/servicenow-connector.json +942 -0
- package/src/element-templates/servicenow-flow-starter-connector.json +643 -0
- package/src/element-templates/servicenow-incident-connector.json +969 -0
- package/src/element-templates/slack-inbound-boundary.json +173 -173
- package/src/element-templates/slack-inbound-intermediate.json +232 -232
- package/src/element-templates/slack-inbound-message-start.json +209 -209
- package/src/element-templates/slack-inbound-receive.json +290 -0
- package/src/element-templates/slack-inbound-start-event.json +218 -218
- package/src/element-templates/slack-outbound-connector.json +955 -955
- package/src/element-templates/twilio-connector.json +87 -87
- package/src/element-templates/twilio-webhook-boundary-connector.json +26 -26
- package/src/element-templates/twilio-webhook-connector.json +20 -20
- package/src/element-templates/twilio-webhook-intermediate-connector.json +50 -50
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/twilio-webhook-receive-connector.json +262 -0
- package/src/element-templates/uipath-connector.json +41 -41
- package/src/element-templates/webhook-connector-boundary.json +1050 -1050
- package/src/element-templates/webhook-connector-intermediate.json +1356 -1356
- package/src/element-templates/webhook-connector-receive.json +609 -0
- package/src/element-templates/webhook-connector-start-event.json +2280 -2280
- package/src/element-templates/webhook-connector-start-message.json +1205 -1205
- package/src/element-templates/whatsapp-connector.json +42 -42
|
@@ -3,9 +3,231 @@
|
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
4
|
"name": "SNS HTTPS Intermediate Catch Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.inbound.AWSSNS.IntermediateCatchEvent.v1",
|
|
6
|
-
"description": "Receive
|
|
7
|
-
"
|
|
6
|
+
"description": "Receive messages from AWS SNS via HTTPS.",
|
|
7
|
+
"metadata": {
|
|
8
|
+
"keywords": ["receive event", "receive message"]
|
|
9
|
+
},
|
|
8
10
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=inbound",
|
|
11
|
+
"version": 5,
|
|
12
|
+
"category": {
|
|
13
|
+
"id": "connectors",
|
|
14
|
+
"name": "Connectors"
|
|
15
|
+
},
|
|
16
|
+
"appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
|
|
17
|
+
"elementType": {
|
|
18
|
+
"value": "bpmn:IntermediateCatchEvent",
|
|
19
|
+
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
20
|
+
},
|
|
21
|
+
"groups": [
|
|
22
|
+
{
|
|
23
|
+
"id": "subscription",
|
|
24
|
+
"label": "Subscription Configuration"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"id": "activation",
|
|
28
|
+
"label": "Activation"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"id": "correlation",
|
|
32
|
+
"label": "Correlation",
|
|
33
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"id": "output",
|
|
37
|
+
"label": "Output mapping"
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"properties": [
|
|
41
|
+
{
|
|
42
|
+
"value": "io.camunda:aws-sns-webhook:1",
|
|
43
|
+
"binding": {
|
|
44
|
+
"name": "inbound.type",
|
|
45
|
+
"type": "zeebe:property"
|
|
46
|
+
},
|
|
47
|
+
"type": "Hidden"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"id": "inbound.context",
|
|
51
|
+
"label": "Subscription ID",
|
|
52
|
+
"description": "The subscription ID is a part of the URL endpoint",
|
|
53
|
+
"optional": false,
|
|
54
|
+
"constraints": {
|
|
55
|
+
"notEmpty": true
|
|
56
|
+
},
|
|
57
|
+
"group": "subscription",
|
|
58
|
+
"binding": {
|
|
59
|
+
"name": "inbound.context",
|
|
60
|
+
"type": "zeebe:property"
|
|
61
|
+
},
|
|
62
|
+
"type": "String"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"id": "inbound.securitySubscriptionAllowedFor",
|
|
66
|
+
"label": "Allow to receive messages from topic(s)",
|
|
67
|
+
"description": "Control which topic(s) is allowed to start a process",
|
|
68
|
+
"optional": false,
|
|
69
|
+
"value": "any",
|
|
70
|
+
"group": "subscription",
|
|
71
|
+
"binding": {
|
|
72
|
+
"name": "inbound.securitySubscriptionAllowedFor",
|
|
73
|
+
"type": "zeebe:property"
|
|
74
|
+
},
|
|
75
|
+
"type": "Dropdown",
|
|
76
|
+
"choices": [
|
|
77
|
+
{
|
|
78
|
+
"name": "Any",
|
|
79
|
+
"value": "any"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"name": "Specific topic(s)",
|
|
83
|
+
"value": "specific"
|
|
84
|
+
}
|
|
85
|
+
]
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"id": "inbound.topicsAllowList",
|
|
89
|
+
"label": "Topic ARN(s)",
|
|
90
|
+
"description": "Topics that allow to publish messages",
|
|
91
|
+
"optional": true,
|
|
92
|
+
"feel": "optional",
|
|
93
|
+
"group": "subscription",
|
|
94
|
+
"binding": {
|
|
95
|
+
"name": "inbound.topicsAllowList",
|
|
96
|
+
"type": "zeebe:property"
|
|
97
|
+
},
|
|
98
|
+
"condition": {
|
|
99
|
+
"property": "inbound.securitySubscriptionAllowedFor",
|
|
100
|
+
"equals": "specific",
|
|
101
|
+
"type": "simple"
|
|
102
|
+
},
|
|
103
|
+
"type": "String"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"id": "activationCondition",
|
|
107
|
+
"label": "Activation condition",
|
|
108
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
109
|
+
"optional": true,
|
|
110
|
+
"feel": "required",
|
|
111
|
+
"group": "activation",
|
|
112
|
+
"binding": {
|
|
113
|
+
"name": "activationCondition",
|
|
114
|
+
"type": "zeebe:property"
|
|
115
|
+
},
|
|
116
|
+
"type": "String"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"id": "correlationKeyProcess",
|
|
120
|
+
"label": "Correlation key (process)",
|
|
121
|
+
"description": "Sets up the correlation key from process variables",
|
|
122
|
+
"constraints": {
|
|
123
|
+
"notEmpty": true
|
|
124
|
+
},
|
|
125
|
+
"feel": "required",
|
|
126
|
+
"group": "correlation",
|
|
127
|
+
"binding": {
|
|
128
|
+
"name": "correlationKey",
|
|
129
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
130
|
+
},
|
|
131
|
+
"type": "String"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"id": "correlationKeyPayload",
|
|
135
|
+
"label": "Correlation key (payload)",
|
|
136
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
137
|
+
"constraints": {
|
|
138
|
+
"notEmpty": true
|
|
139
|
+
},
|
|
140
|
+
"feel": "required",
|
|
141
|
+
"group": "correlation",
|
|
142
|
+
"binding": {
|
|
143
|
+
"name": "correlationKeyExpression",
|
|
144
|
+
"type": "zeebe:property"
|
|
145
|
+
},
|
|
146
|
+
"type": "String"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"id": "messageIdExpression",
|
|
150
|
+
"label": "Message ID expression",
|
|
151
|
+
"description": "Expression to extract unique identifier of a message",
|
|
152
|
+
"optional": true,
|
|
153
|
+
"feel": "required",
|
|
154
|
+
"group": "correlation",
|
|
155
|
+
"binding": {
|
|
156
|
+
"name": "messageIdExpression",
|
|
157
|
+
"type": "zeebe:property"
|
|
158
|
+
},
|
|
159
|
+
"type": "String"
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"id": "messageTtl",
|
|
163
|
+
"label": "Message TTL",
|
|
164
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
165
|
+
"optional": true,
|
|
166
|
+
"constraints": {
|
|
167
|
+
"notEmpty": false,
|
|
168
|
+
"pattern": {
|
|
169
|
+
"value": "^(PT.*|)$",
|
|
170
|
+
"message": "must be an ISO-8601 duration"
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
"feel": "optional",
|
|
174
|
+
"group": "correlation",
|
|
175
|
+
"binding": {
|
|
176
|
+
"name": "messageTtl",
|
|
177
|
+
"type": "zeebe:property"
|
|
178
|
+
},
|
|
179
|
+
"type": "String"
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"id": "messageNameUuid",
|
|
183
|
+
"generatedValue": {
|
|
184
|
+
"type": "uuid"
|
|
185
|
+
},
|
|
186
|
+
"group": "correlation",
|
|
187
|
+
"binding": {
|
|
188
|
+
"name": "name",
|
|
189
|
+
"type": "bpmn:Message#property"
|
|
190
|
+
},
|
|
191
|
+
"type": "Hidden"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"id": "resultVariable",
|
|
195
|
+
"label": "Result variable",
|
|
196
|
+
"description": "Name of variable to store the response in",
|
|
197
|
+
"group": "output",
|
|
198
|
+
"binding": {
|
|
199
|
+
"name": "resultVariable",
|
|
200
|
+
"type": "zeebe:property"
|
|
201
|
+
},
|
|
202
|
+
"type": "String"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"id": "resultExpression",
|
|
206
|
+
"label": "Result expression",
|
|
207
|
+
"description": "Expression to map the response into process variables",
|
|
208
|
+
"feel": "required",
|
|
209
|
+
"group": "output",
|
|
210
|
+
"binding": {
|
|
211
|
+
"name": "resultExpression",
|
|
212
|
+
"type": "zeebe:property"
|
|
213
|
+
},
|
|
214
|
+
"type": "Text"
|
|
215
|
+
}
|
|
216
|
+
],
|
|
217
|
+
"engines": {
|
|
218
|
+
"camunda": "^8.3"
|
|
219
|
+
},
|
|
220
|
+
"icon": {
|
|
221
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA4MCA4MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS82NC9BcmNoX0FXUy1TaW1wbGUtTm90aWZpY2F0aW9uLVNlcnZpY2VfNjQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9JzAlJyB5MT0nMTAwJScgeDI9JzEwMCUnIHkyPScwJScgaWQ9J2xpbmVhckdyYWRpZW50LTEnPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPScjQjAwODREJyBvZmZzZXQ9JzAlJz48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNGRjRGOEInIG9mZnNldD0nMTAwJSc+PC9zdG9wPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0nSWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BV1MtU2ltcGxlLU5vdGlmaWNhdGlvbi1TZXJ2aWNlXzY0JyBzdHJva2U9J25vbmUnIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nbm9uZScKICAgICAgIGZpbGwtcnVsZT0nZXZlbm9kZCc+CiAgICAgICAgPGcgaWQ9J0ljb24tQXJjaGl0ZWN0dXJlLUJHLzY0L0FwcGxpY2F0aW9uLUludGVncmF0aW9uJyBmaWxsPSd1cmwoI2xpbmVhckdyYWRpZW50LTEpJz4KICAgICAgICAgICAgPHJlY3QgaWQ9J1JlY3RhbmdsZScgeD0nMCcgeT0nMCcgd2lkdGg9JzgwJyBoZWlnaHQ9JzgwJz48L3JlY3Q+CiAgICAgICAgPC9nPgogICAgICAgIDxwYXRoIGQ9J00xNywzOCBDMTguMTAzLDM4IDE5LDM4Ljg5NyAxOSw0MCBDMTksNDEuMTAzIDE4LjEwMyw0MiAxNyw0MiBDMTUuODk3LDQyIDE1LDQxLjEwMyAxNSw0MCBDMTUsMzguODk3IDE1Ljg5NywzOCAxNywzOCBMMTcsMzggWiBNNDEsNjQgQzI5LjMxNCw2NCAxOS4yODksNTUuNDY2IDE3LjE5NCw0My45OCBDMTguOTY1LDQzLjg5NCAyMC40MjcsNDIuNjU5IDIwLjg1Nyw0MSBMMjcsNDEgTDI3LDM5IEwyMC44NTcsMzkgQzIwLjQyNywzNy4zNDIgMTguOTY2LDM2LjEwNyAxNy4xOTUsMzYuMDIgQzE5LjI4NSwyNC43MSAyOS41MTEsMTYgNDEsMTYgQzQ1LjMxMywxNiA0OS44MzIsMTcuNjIyIDU0LjQyOSwyMC44MjEgTDU1LjU3MSwxOS4xNzkgQzUwLjYzMywxNS43NDMgNDUuNzMsMTQgNDEsMTQgQzI4LjI3LDE0IDE2Ljk0OSwyMy44NjUgMTUuMDYzLDM2LjUyMSBDMTMuODM5LDM3LjIwNyAxMywzOC41IDEzLDQwIEMxMyw0MS41IDEzLjgzOSw0Mi43OTMgMTUuMDYzLDQzLjQ3OCBDMTYuOTcsNTYuMzQxIDI4LjA1Niw2NiA0MSw2NiBDNDYuNDA3LDY2IDUxLjk0Miw2NC4xNTcgNTYuNTg1LDYwLjgxMSBMNTUuNDE1LDU5LjE4OSBDNTEuMTEsNjIuMjkyIDQ1Ljk5MSw2NCA0MSw2NCBMNDEsNjQgWiBNMzAuMTAxLDM2LjQ0MiBDMzEuOTU1LDM2Ljg5NSAzNC4yNzUsMzcgMzYsMzcgQzM3LjY0MiwzNyAzOS44MjMsMzYuOTA1IDQxLjYyOSwzNi41MDYgTDM3LjEwNSw0NS41NTMgQzM3LjAzNiw0NS42OTEgMzcsNDUuODQ1IDM3LDQ2IEwzNyw1MC40NTMgQzM2LjE5OSw1MC45NjQgMzQuODMzLDUxLjgxMiAzNCw1MS45ODYgTDM0LDQ2IEMzNCw0NS44NjggMzMuOTc0LDQ1LjczNyAzMy45MjMsNDUuNjE1IEwzMC4xMDEsMzYuNDQyIFogTTM2LDMzIEM0MC4wMjUsMzMgNDIuMTc0LDMzLjYwNCA0Mi44NDEsMzQgQzQyLjE3NCwzNC4zOTYgNDAuMDI1LDM1IDM2LDM1IEMzMS45NzUsMzUgMjkuODI2LDM0LjM5NiAyOS4xNTksMzQgQzI5LjgyNiwzMy42MDQgMzEuOTc1LDMzIDM2LDMzIEwzNiwzMyBaIE0zMyw1NCBMMzQsNTQgQzM0LjA0Myw1NCAzNC4wODYsNTMuOTk3IDM0LjEyOCw1My45OTIgQzM1LjM1Miw1My44MzMgMzYuOTA5LDUyLjg4NyAzOC4yNzIsNTIuMDEzIEwzOC41MzUsNTEuODQ1IEMzOC44MjQsNTEuNjYxIDM5LDUxLjM0MiAzOSw1MSBMMzksNDYuMjM2IEw0NC41NTksMzUuMTIgQzQ0LjgzMywzNC44MDEgNDUsMzQuNDM0IDQ1LDM0IEM0NSwzMS4zOSAzOS4zNjEsMzEgMzYsMzEgQzMyLjYzOSwzMSAyNywzMS4zOSAyNywzNCBDMjcsMzQuMzY2IDI3LjEyLDM0LjY4NCAyNy4zMiwzNC45NjcgTDMyLDQ2LjIgTDMyLDUzIEMzMiw1My41NTIgMzIuNDQ3LDU0IDMzLDU0IEwzMyw1NCBaIE02Miw1MyBDNjMuMTAzLDUzIDY0LDUzLjg5NyA2NCw1NSBDNjQsNTYuMTAzIDYzLjEwMyw1NyA2Miw1NyBDNjAuODk3LDU3IDYwLDU2LjEwMyA2MCw1NSBDNjAsNTMuODk3IDYwLjg5Nyw1MyA2Miw1MyBMNjIsNTMgWiBNNjIsMjMgQzYzLjEwMywyMyA2NCwyMy44OTcgNjQsMjUgQzY0LDI2LjEwMyA2My4xMDMsMjcgNjIsMjcgQzYwLjg5NywyNyA2MCwyNi4xMDMgNjAsMjUgQzYwLDIzLjg5NyA2MC44OTcsMjMgNjIsMjMgTDYyLDIzIFogTTY0LDM4IEM2NS4xMDMsMzggNjYsMzguODk3IDY2LDQwIEM2Niw0MS4xMDMgNjUuMTAzLDQyIDY0LDQyIEM2Mi44OTcsNDIgNjIsNDEuMTAzIDYyLDQwIEM2MiwzOC44OTcgNjIuODk3LDM4IDY0LDM4IEw2NCwzOCBaIE01NCw0MSBMNjAuMTQzLDQxIEM2MC41ODksNDIuNzIgNjIuMTQyLDQ0IDY0LDQ0IEM2Ni4yMDYsNDQgNjgsNDIuMjA2IDY4LDQwIEM2OCwzNy43OTQgNjYuMjA2LDM2IDY0LDM2IEM2Mi4xNDIsMzYgNjAuNTg5LDM3LjI4IDYwLjE0MywzOSBMNTQsMzkgTDU0LDI2IEw1OC4xNDMsMjYgQzU4LjU4OSwyNy43MiA2MC4xNDIsMjkgNjIsMjkgQzY0LjIwNiwyOSA2NiwyNy4yMDYgNjYsMjUgQzY2LDIyLjc5NCA2NC4yMDYsMjEgNjIsMjEgQzYwLjE0MiwyMSA1OC41ODksMjIuMjggNTguMTQzLDI0IEw1MywyNCBDNTIuNDQ3LDI0IDUyLDI0LjQ0OCA1MiwyNSBMNTIsMzkgTDQ1LDM5IEw0NSw0MSBMNTIsNDEgTDUyLDU1IEM1Miw1NS41NTIgNTIuNDQ3LDU2IDUzLDU2IEw1OC4xNDMsNTYgQzU4LjU4OSw1Ny43MiA2MC4xNDIsNTkgNjIsNTkgQzY0LjIwNiw1OSA2Niw1Ny4yMDYgNjYsNTUgQzY2LDUyLjc5NCA2NC4yMDYsNTEgNjIsNTEgQzYwLjE0Miw1MSA1OC41ODksNTIuMjggNTguMTQzLDU0IEw1NCw1NCBMNTQsNDEgWicKICAgICAgICAgICAgICBpZD0nQVdTLVNpbXBsZS1Ob3RpZmljYXRpb24tU2VydmljZV9JY29uXzY0X1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
222
|
+
}
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
226
|
+
"name": "SNS HTTPS Intermediate Catch Event Connector",
|
|
227
|
+
"id": "io.camunda.connectors.inbound.AWSSNS.IntermediateCatchEvent.v1",
|
|
228
|
+
"description": "Receive events from AWS SNS",
|
|
229
|
+
"version": 2,
|
|
230
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns-inbound/",
|
|
9
231
|
"category": {
|
|
10
232
|
"id": "connectors",
|
|
11
233
|
"name": "Connectors"
|
|
@@ -137,18 +359,6 @@
|
|
|
137
359
|
"notEmpty": true
|
|
138
360
|
}
|
|
139
361
|
},
|
|
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
362
|
{
|
|
153
363
|
"label": "Condition",
|
|
154
364
|
"type": "String",
|
|
@@ -189,7 +399,7 @@
|
|
|
189
399
|
"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
400
|
},
|
|
191
401
|
"engines": {
|
|
192
|
-
"camunda": "^8.
|
|
402
|
+
"camunda": "^8.2"
|
|
193
403
|
}
|
|
194
404
|
},
|
|
195
405
|
{
|
|
@@ -197,8 +407,8 @@
|
|
|
197
407
|
"name": "SNS HTTPS Intermediate Catch Event Connector",
|
|
198
408
|
"id": "io.camunda.connectors.inbound.AWSSNS.IntermediateCatchEvent.v1",
|
|
199
409
|
"description": "Receive events from AWS SNS",
|
|
200
|
-
"version":
|
|
201
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
410
|
+
"version": 3,
|
|
411
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=inbound",
|
|
202
412
|
"category": {
|
|
203
413
|
"id": "connectors",
|
|
204
414
|
"name": "Connectors"
|
|
@@ -330,6 +540,18 @@
|
|
|
330
540
|
"notEmpty": true
|
|
331
541
|
}
|
|
332
542
|
},
|
|
543
|
+
{
|
|
544
|
+
"label": "Message ID expression",
|
|
545
|
+
"feel": "required",
|
|
546
|
+
"type": "String",
|
|
547
|
+
"optional": true,
|
|
548
|
+
"group": "activation",
|
|
549
|
+
"binding": {
|
|
550
|
+
"type": "zeebe:property",
|
|
551
|
+
"name": "messageIdExpression"
|
|
552
|
+
},
|
|
553
|
+
"description": "Expression to extract unique identifier of a message"
|
|
554
|
+
},
|
|
333
555
|
{
|
|
334
556
|
"label": "Condition",
|
|
335
557
|
"type": "String",
|
|
@@ -370,19 +592,16 @@
|
|
|
370
592
|
"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"
|
|
371
593
|
},
|
|
372
594
|
"engines": {
|
|
373
|
-
"camunda": "^8.
|
|
595
|
+
"camunda": "^8.4"
|
|
374
596
|
}
|
|
375
597
|
},
|
|
376
598
|
{
|
|
377
599
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
378
|
-
"name": "SNS HTTPS
|
|
600
|
+
"name": "SNS HTTPS Subscription",
|
|
379
601
|
"id": "io.camunda.connectors.inbound.AWSSNS.IntermediateCatchEvent.v1",
|
|
380
|
-
"description": "Receive
|
|
381
|
-
"
|
|
382
|
-
|
|
383
|
-
},
|
|
384
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=inbound",
|
|
385
|
-
"version": 5,
|
|
602
|
+
"description": "Receive events from AWS SNS",
|
|
603
|
+
"version": 1,
|
|
604
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns-inbound/",
|
|
386
605
|
"category": {
|
|
387
606
|
"id": "connectors",
|
|
388
607
|
"name": "Connectors"
|
|
@@ -402,50 +621,56 @@
|
|
|
402
621
|
"label": "Activation"
|
|
403
622
|
},
|
|
404
623
|
{
|
|
405
|
-
"id": "
|
|
406
|
-
"label": "
|
|
407
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
408
|
-
},
|
|
409
|
-
{
|
|
410
|
-
"id": "output",
|
|
411
|
-
"label": "Output mapping"
|
|
624
|
+
"id": "variable-mapping",
|
|
625
|
+
"label": "Variable Mapping"
|
|
412
626
|
}
|
|
413
627
|
],
|
|
414
628
|
"properties": [
|
|
415
629
|
{
|
|
630
|
+
"type": "Hidden",
|
|
416
631
|
"value": "io.camunda:aws-sns-webhook:1",
|
|
417
632
|
"binding": {
|
|
418
|
-
"
|
|
419
|
-
"
|
|
633
|
+
"type": "zeebe:property",
|
|
634
|
+
"name": "inbound.type"
|
|
635
|
+
}
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"type": "Hidden",
|
|
639
|
+
"generatedValue": {
|
|
640
|
+
"type": "uuid"
|
|
420
641
|
},
|
|
421
|
-
"
|
|
642
|
+
"binding": {
|
|
643
|
+
"type": "bpmn:Message#property",
|
|
644
|
+
"name": "name"
|
|
645
|
+
}
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
"type": "Hidden",
|
|
649
|
+
"value": "SnsHttpsSubscription",
|
|
650
|
+
"binding": {
|
|
651
|
+
"type": "zeebe:property",
|
|
652
|
+
"name": "inbound.subtype"
|
|
653
|
+
}
|
|
422
654
|
},
|
|
423
655
|
{
|
|
424
|
-
"id": "inbound.context",
|
|
425
656
|
"label": "Subscription ID",
|
|
426
|
-
"
|
|
427
|
-
"optional": false,
|
|
428
|
-
"constraints": {
|
|
429
|
-
"notEmpty": true
|
|
430
|
-
},
|
|
657
|
+
"type": "String",
|
|
431
658
|
"group": "subscription",
|
|
432
659
|
"binding": {
|
|
433
|
-
"
|
|
434
|
-
"
|
|
660
|
+
"type": "zeebe:property",
|
|
661
|
+
"name": "inbound.context"
|
|
435
662
|
},
|
|
436
|
-
"
|
|
663
|
+
"description": "The subscription ID is a part of the URL endpoint",
|
|
664
|
+
"constraints": {
|
|
665
|
+
"notEmpty": true
|
|
666
|
+
}
|
|
437
667
|
},
|
|
438
668
|
{
|
|
439
|
-
"id": "
|
|
669
|
+
"id": "securitySubscriptionAllowedFor",
|
|
440
670
|
"label": "Allow to receive messages from topic(s)",
|
|
671
|
+
"group": "subscription",
|
|
441
672
|
"description": "Control which topic(s) is allowed to start a process",
|
|
442
|
-
"optional": false,
|
|
443
673
|
"value": "any",
|
|
444
|
-
"group": "subscription",
|
|
445
|
-
"binding": {
|
|
446
|
-
"name": "inbound.securitySubscriptionAllowedFor",
|
|
447
|
-
"type": "zeebe:property"
|
|
448
|
-
},
|
|
449
674
|
"type": "Dropdown",
|
|
450
675
|
"choices": [
|
|
451
676
|
{
|
|
@@ -456,143 +681,99 @@
|
|
|
456
681
|
"name": "Specific topic(s)",
|
|
457
682
|
"value": "specific"
|
|
458
683
|
}
|
|
459
|
-
]
|
|
684
|
+
],
|
|
685
|
+
"binding": {
|
|
686
|
+
"type": "zeebe:property",
|
|
687
|
+
"name": "inbound.securitySubscriptionAllowedFor"
|
|
688
|
+
}
|
|
460
689
|
},
|
|
461
690
|
{
|
|
462
|
-
"id": "inbound.topicsAllowList",
|
|
463
691
|
"label": "Topic ARN(s)",
|
|
464
692
|
"description": "Topics that allow to publish messages",
|
|
465
|
-
"
|
|
466
|
-
"feel": "optional",
|
|
693
|
+
"type": "String",
|
|
467
694
|
"group": "subscription",
|
|
695
|
+
"feel": "optional",
|
|
468
696
|
"binding": {
|
|
469
|
-
"
|
|
470
|
-
"
|
|
697
|
+
"type": "zeebe:property",
|
|
698
|
+
"name": "inbound.topicsAllowList"
|
|
471
699
|
},
|
|
472
|
-
"
|
|
473
|
-
"
|
|
474
|
-
"equals": "specific",
|
|
475
|
-
"type": "simple"
|
|
700
|
+
"constraints": {
|
|
701
|
+
"notEmpty": true
|
|
476
702
|
},
|
|
477
|
-
"
|
|
703
|
+
"condition": {
|
|
704
|
+
"property": "securitySubscriptionAllowedFor",
|
|
705
|
+
"equals": "specific"
|
|
706
|
+
}
|
|
478
707
|
},
|
|
479
708
|
{
|
|
480
|
-
"
|
|
481
|
-
"
|
|
482
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
483
|
-
"optional": true,
|
|
484
|
-
"feel": "required",
|
|
709
|
+
"label": "Correlation key (process)",
|
|
710
|
+
"type": "String",
|
|
485
711
|
"group": "activation",
|
|
712
|
+
"feel": "required",
|
|
713
|
+
"description": "Sets up the correlation key from process variables",
|
|
486
714
|
"binding": {
|
|
487
|
-
"
|
|
488
|
-
"
|
|
715
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
716
|
+
"name": "correlationKey"
|
|
489
717
|
},
|
|
490
|
-
"type": "String"
|
|
491
|
-
},
|
|
492
|
-
{
|
|
493
|
-
"id": "correlationKeyProcess",
|
|
494
|
-
"label": "Correlation key (process)",
|
|
495
|
-
"description": "Sets up the correlation key from process variables",
|
|
496
718
|
"constraints": {
|
|
497
719
|
"notEmpty": true
|
|
498
|
-
}
|
|
499
|
-
"feel": "required",
|
|
500
|
-
"group": "correlation",
|
|
501
|
-
"binding": {
|
|
502
|
-
"name": "correlationKey",
|
|
503
|
-
"type": "bpmn:Message#zeebe:subscription#property"
|
|
504
|
-
},
|
|
505
|
-
"type": "String"
|
|
720
|
+
}
|
|
506
721
|
},
|
|
507
722
|
{
|
|
508
|
-
"id": "correlationKeyPayload",
|
|
509
723
|
"label": "Correlation key (payload)",
|
|
510
|
-
"
|
|
511
|
-
"
|
|
512
|
-
"notEmpty": true
|
|
513
|
-
},
|
|
724
|
+
"type": "String",
|
|
725
|
+
"group": "activation",
|
|
514
726
|
"feel": "required",
|
|
515
|
-
"group": "correlation",
|
|
516
727
|
"binding": {
|
|
517
|
-
"
|
|
518
|
-
"
|
|
728
|
+
"type": "zeebe:property",
|
|
729
|
+
"name": "correlationKeyExpression"
|
|
519
730
|
},
|
|
520
|
-
"
|
|
731
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
732
|
+
"constraints": {
|
|
733
|
+
"notEmpty": true
|
|
734
|
+
}
|
|
521
735
|
},
|
|
522
736
|
{
|
|
523
|
-
"
|
|
524
|
-
"
|
|
525
|
-
"
|
|
526
|
-
"optional": true,
|
|
737
|
+
"label": "Condition",
|
|
738
|
+
"type": "String",
|
|
739
|
+
"group": "activation",
|
|
527
740
|
"feel": "required",
|
|
528
|
-
"group": "correlation",
|
|
529
|
-
"binding": {
|
|
530
|
-
"name": "messageIdExpression",
|
|
531
|
-
"type": "zeebe:property"
|
|
532
|
-
},
|
|
533
|
-
"type": "String"
|
|
534
|
-
},
|
|
535
|
-
{
|
|
536
|
-
"id": "messageTtl",
|
|
537
|
-
"label": "Message TTL",
|
|
538
|
-
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
539
741
|
"optional": true,
|
|
540
|
-
"constraints": {
|
|
541
|
-
"notEmpty": false,
|
|
542
|
-
"pattern": {
|
|
543
|
-
"value": "^(PT.*|)$",
|
|
544
|
-
"message": "must be an ISO-8601 duration"
|
|
545
|
-
}
|
|
546
|
-
},
|
|
547
|
-
"feel": "optional",
|
|
548
|
-
"group": "correlation",
|
|
549
|
-
"binding": {
|
|
550
|
-
"name": "messageTtl",
|
|
551
|
-
"type": "zeebe:property"
|
|
552
|
-
},
|
|
553
|
-
"type": "String"
|
|
554
|
-
},
|
|
555
|
-
{
|
|
556
|
-
"id": "messageNameUuid",
|
|
557
|
-
"generatedValue": {
|
|
558
|
-
"type": "uuid"
|
|
559
|
-
},
|
|
560
|
-
"group": "correlation",
|
|
561
742
|
"binding": {
|
|
562
|
-
"
|
|
563
|
-
"
|
|
743
|
+
"type": "zeebe:property",
|
|
744
|
+
"name": "activationCondition"
|
|
564
745
|
},
|
|
565
|
-
"
|
|
746
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events"
|
|
566
747
|
},
|
|
567
748
|
{
|
|
568
|
-
"id": "resultVariable",
|
|
569
749
|
"label": "Result variable",
|
|
570
|
-
"
|
|
571
|
-
"group": "
|
|
750
|
+
"type": "String",
|
|
751
|
+
"group": "variable-mapping",
|
|
752
|
+
"optional": true,
|
|
572
753
|
"binding": {
|
|
573
|
-
"
|
|
574
|
-
"
|
|
754
|
+
"type": "zeebe:property",
|
|
755
|
+
"name": "resultVariable"
|
|
575
756
|
},
|
|
576
|
-
"
|
|
757
|
+
"description": "Name of variable to store the result of the Connector in"
|
|
577
758
|
},
|
|
578
759
|
{
|
|
579
|
-
"id": "resultExpression",
|
|
580
760
|
"label": "Result expression",
|
|
581
|
-
"
|
|
761
|
+
"type": "String",
|
|
762
|
+
"group": "variable-mapping",
|
|
582
763
|
"feel": "required",
|
|
583
|
-
"
|
|
764
|
+
"optional": true,
|
|
584
765
|
"binding": {
|
|
585
|
-
"
|
|
586
|
-
"
|
|
766
|
+
"type": "zeebe:property",
|
|
767
|
+
"name": "resultExpression"
|
|
587
768
|
},
|
|
588
|
-
"
|
|
769
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
589
770
|
}
|
|
590
771
|
],
|
|
591
|
-
"engines": {
|
|
592
|
-
"camunda": "^8.3"
|
|
593
|
-
},
|
|
594
772
|
"icon": {
|
|
595
|
-
"contents": "data:image/svg+xml
|
|
773
|
+
"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"
|
|
774
|
+
},
|
|
775
|
+
"engines": {
|
|
776
|
+
"camunda": "^8.2"
|
|
596
777
|
}
|
|
597
778
|
},
|
|
598
779
|
{
|
|
@@ -814,187 +995,6 @@
|
|
|
814
995
|
"camunda": "^8.5"
|
|
815
996
|
}
|
|
816
997
|
},
|
|
817
|
-
{
|
|
818
|
-
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
819
|
-
"name": "SNS HTTPS Subscription",
|
|
820
|
-
"id": "io.camunda.connectors.inbound.AWSSNS.IntermediateCatchEvent.v1",
|
|
821
|
-
"description": "Receive events from AWS SNS",
|
|
822
|
-
"version": 1,
|
|
823
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns-inbound/",
|
|
824
|
-
"category": {
|
|
825
|
-
"id": "connectors",
|
|
826
|
-
"name": "Connectors"
|
|
827
|
-
},
|
|
828
|
-
"appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
|
|
829
|
-
"elementType": {
|
|
830
|
-
"value": "bpmn:IntermediateCatchEvent",
|
|
831
|
-
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
832
|
-
},
|
|
833
|
-
"groups": [
|
|
834
|
-
{
|
|
835
|
-
"id": "subscription",
|
|
836
|
-
"label": "Subscription Configuration"
|
|
837
|
-
},
|
|
838
|
-
{
|
|
839
|
-
"id": "activation",
|
|
840
|
-
"label": "Activation"
|
|
841
|
-
},
|
|
842
|
-
{
|
|
843
|
-
"id": "variable-mapping",
|
|
844
|
-
"label": "Variable Mapping"
|
|
845
|
-
}
|
|
846
|
-
],
|
|
847
|
-
"properties": [
|
|
848
|
-
{
|
|
849
|
-
"type": "Hidden",
|
|
850
|
-
"value": "io.camunda:aws-sns-webhook:1",
|
|
851
|
-
"binding": {
|
|
852
|
-
"type": "zeebe:property",
|
|
853
|
-
"name": "inbound.type"
|
|
854
|
-
}
|
|
855
|
-
},
|
|
856
|
-
{
|
|
857
|
-
"type": "Hidden",
|
|
858
|
-
"generatedValue": {
|
|
859
|
-
"type": "uuid"
|
|
860
|
-
},
|
|
861
|
-
"binding": {
|
|
862
|
-
"type": "bpmn:Message#property",
|
|
863
|
-
"name": "name"
|
|
864
|
-
}
|
|
865
|
-
},
|
|
866
|
-
{
|
|
867
|
-
"type": "Hidden",
|
|
868
|
-
"value": "SnsHttpsSubscription",
|
|
869
|
-
"binding": {
|
|
870
|
-
"type": "zeebe:property",
|
|
871
|
-
"name": "inbound.subtype"
|
|
872
|
-
}
|
|
873
|
-
},
|
|
874
|
-
{
|
|
875
|
-
"label": "Subscription ID",
|
|
876
|
-
"type": "String",
|
|
877
|
-
"group": "subscription",
|
|
878
|
-
"binding": {
|
|
879
|
-
"type": "zeebe:property",
|
|
880
|
-
"name": "inbound.context"
|
|
881
|
-
},
|
|
882
|
-
"description": "The subscription ID is a part of the URL endpoint",
|
|
883
|
-
"constraints": {
|
|
884
|
-
"notEmpty": true
|
|
885
|
-
}
|
|
886
|
-
},
|
|
887
|
-
{
|
|
888
|
-
"id": "securitySubscriptionAllowedFor",
|
|
889
|
-
"label": "Allow to receive messages from topic(s)",
|
|
890
|
-
"group": "subscription",
|
|
891
|
-
"description": "Control which topic(s) is allowed to start a process",
|
|
892
|
-
"value": "any",
|
|
893
|
-
"type": "Dropdown",
|
|
894
|
-
"choices": [
|
|
895
|
-
{
|
|
896
|
-
"name": "Any",
|
|
897
|
-
"value": "any"
|
|
898
|
-
},
|
|
899
|
-
{
|
|
900
|
-
"name": "Specific topic(s)",
|
|
901
|
-
"value": "specific"
|
|
902
|
-
}
|
|
903
|
-
],
|
|
904
|
-
"binding": {
|
|
905
|
-
"type": "zeebe:property",
|
|
906
|
-
"name": "inbound.securitySubscriptionAllowedFor"
|
|
907
|
-
}
|
|
908
|
-
},
|
|
909
|
-
{
|
|
910
|
-
"label": "Topic ARN(s)",
|
|
911
|
-
"description": "Topics that allow to publish messages",
|
|
912
|
-
"type": "String",
|
|
913
|
-
"group": "subscription",
|
|
914
|
-
"feel": "optional",
|
|
915
|
-
"binding": {
|
|
916
|
-
"type": "zeebe:property",
|
|
917
|
-
"name": "inbound.topicsAllowList"
|
|
918
|
-
},
|
|
919
|
-
"constraints": {
|
|
920
|
-
"notEmpty": true
|
|
921
|
-
},
|
|
922
|
-
"condition": {
|
|
923
|
-
"property": "securitySubscriptionAllowedFor",
|
|
924
|
-
"equals": "specific"
|
|
925
|
-
}
|
|
926
|
-
},
|
|
927
|
-
{
|
|
928
|
-
"label": "Correlation key (process)",
|
|
929
|
-
"type": "String",
|
|
930
|
-
"group": "activation",
|
|
931
|
-
"feel": "required",
|
|
932
|
-
"description": "Sets up the correlation key from process variables",
|
|
933
|
-
"binding": {
|
|
934
|
-
"type": "bpmn:Message#zeebe:subscription#property",
|
|
935
|
-
"name": "correlationKey"
|
|
936
|
-
},
|
|
937
|
-
"constraints": {
|
|
938
|
-
"notEmpty": true
|
|
939
|
-
}
|
|
940
|
-
},
|
|
941
|
-
{
|
|
942
|
-
"label": "Correlation key (payload)",
|
|
943
|
-
"type": "String",
|
|
944
|
-
"group": "activation",
|
|
945
|
-
"feel": "required",
|
|
946
|
-
"binding": {
|
|
947
|
-
"type": "zeebe:property",
|
|
948
|
-
"name": "correlationKeyExpression"
|
|
949
|
-
},
|
|
950
|
-
"description": "Extracts the correlation key from the incoming message payload",
|
|
951
|
-
"constraints": {
|
|
952
|
-
"notEmpty": true
|
|
953
|
-
}
|
|
954
|
-
},
|
|
955
|
-
{
|
|
956
|
-
"label": "Condition",
|
|
957
|
-
"type": "String",
|
|
958
|
-
"group": "activation",
|
|
959
|
-
"feel": "required",
|
|
960
|
-
"optional": true,
|
|
961
|
-
"binding": {
|
|
962
|
-
"type": "zeebe:property",
|
|
963
|
-
"name": "activationCondition"
|
|
964
|
-
},
|
|
965
|
-
"description": "Condition under which the connector triggers. Leave empty to catch all events"
|
|
966
|
-
},
|
|
967
|
-
{
|
|
968
|
-
"label": "Result variable",
|
|
969
|
-
"type": "String",
|
|
970
|
-
"group": "variable-mapping",
|
|
971
|
-
"optional": true,
|
|
972
|
-
"binding": {
|
|
973
|
-
"type": "zeebe:property",
|
|
974
|
-
"name": "resultVariable"
|
|
975
|
-
},
|
|
976
|
-
"description": "Name of variable to store the result of the Connector in"
|
|
977
|
-
},
|
|
978
|
-
{
|
|
979
|
-
"label": "Result expression",
|
|
980
|
-
"type": "String",
|
|
981
|
-
"group": "variable-mapping",
|
|
982
|
-
"feel": "required",
|
|
983
|
-
"optional": true,
|
|
984
|
-
"binding": {
|
|
985
|
-
"type": "zeebe:property",
|
|
986
|
-
"name": "resultExpression"
|
|
987
|
-
},
|
|
988
|
-
"description": "Expression to map the inbound payload to process variables"
|
|
989
|
-
}
|
|
990
|
-
],
|
|
991
|
-
"icon": {
|
|
992
|
-
"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"
|
|
993
|
-
},
|
|
994
|
-
"engines": {
|
|
995
|
-
"camunda": "^8.2"
|
|
996
|
-
}
|
|
997
|
-
},
|
|
998
998
|
{
|
|
999
999
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1000
1000
|
"name": "SNS HTTPS Intermediate Catch Event Connector",
|