@camunda/connectors-element-templates 1.0.17 → 1.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/connectors.js +12 -2
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +2 -5
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +6 -6
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +6 -6
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +6 -6
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +6 -6
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +10 -13
- package/src/element-templates/agenticai-aiagent-job-worker.json +3774 -33
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +7968 -4288
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +2 -5
- package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -5
- package/src/element-templates/asana-connector.json +718 -7
- package/src/element-templates/automation-anywhere-outbound-connector.json +1175 -1171
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
- package/src/element-templates/aws-bedrock-outbound-connector.json +775 -38
- package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1407 -1407
- package/src/element-templates/aws-eventbridge-connector-boundary.json +370 -5
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
- package/src/element-templates/aws-eventbridge-connector-message-start.json +399 -0
- package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
- package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
- package/src/element-templates/aws-lambda-outbound-connector.json +472 -468
- package/src/element-templates/aws-s3-outbound-connector.json +656 -15
- package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
- package/src/element-templates/aws-sns-inbound-boundary.json +230 -223
- package/src/element-templates/aws-sns-inbound-intermediate.json +486 -479
- package/src/element-templates/aws-sns-inbound-message-start.json +240 -233
- package/src/element-templates/aws-sns-inbound-receive.json +13 -6
- package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
- package/src/element-templates/aws-sns-outbound-connector.json +390 -386
- package/src/element-templates/aws-sqs-boundary-connector.json +472 -468
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +388 -384
- package/src/element-templates/aws-sqs-outbound-connector.json +402 -400
- package/src/element-templates/aws-sqs-receive-connector.json +15 -11
- package/src/element-templates/aws-sqs-start-event-connector.json +571 -563
- package/src/element-templates/aws-sqs-start-message.json +866 -862
- package/src/element-templates/aws-textract-outbound-connector.json +358 -354
- package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
- package/src/element-templates/azure-open-ai-connector.json +1325 -0
- package/src/element-templates/blue-prism-connector.json +595 -50
- package/src/element-templates/box-outbound-connector.json +924 -12
- package/src/element-templates/csv-outbound-connector.json +39 -31
- package/src/element-templates/easy-post-connector.json +1088 -120
- package/src/element-templates/email-inbound-connector-boundary.json +16 -8
- package/src/element-templates/email-inbound-connector-intermediate.json +16 -8
- package/src/element-templates/email-inbound-connector-receive.json +564 -0
- package/src/element-templates/email-message-start-event-connector.json +16 -8
- package/src/element-templates/email-outbound-connector.json +2114 -241
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
- package/src/element-templates/github-connector.json +12587 -9052
- package/src/element-templates/github-webhook-connector-boundary.json +27 -29
- package/src/element-templates/github-webhook-connector-intermediate.json +40 -42
- package/src/element-templates/github-webhook-connector-message-start.json +19 -21
- package/src/element-templates/github-webhook-connector-receive.json +13 -15
- package/src/element-templates/github-webhook-connector-start-event.json +11 -13
- package/src/element-templates/gitlab-connector.json +4756 -3124
- package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
- package/src/element-templates/google-drive-outbound-connector.json +1285 -665
- package/src/element-templates/google-gemini-outbound-connector.json +117 -109
- package/src/element-templates/google-maps-platform-connector.json +1055 -26
- package/src/element-templates/google-sheets-outbound-connector.json +2413 -1419
- package/src/element-templates/graphql-outbound-connector.json +1136 -1127
- package/src/element-templates/http-json-connector.json +2779 -2129
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +1483 -1472
- package/src/element-templates/http-polling-connector.json +746 -735
- package/src/element-templates/hubspot-outbound-connector.json +2376 -30
- package/src/element-templates/hugging-face-connector.json +249 -18
- package/src/element-templates/jdbc-outbound-connector.json +62 -48
- package/src/element-templates/kafka-inbound-connector-boundary.json +528 -519
- package/src/element-templates/kafka-inbound-connector-intermediate.json +729 -720
- package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
- package/src/element-templates/kafka-inbound-connector-start-message.json +628 -619
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +666 -660
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
- package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
- package/src/element-templates/microsoft-teams-outbound-connector.json +4161 -1997
- package/src/element-templates/openai-connector.json +579 -116
- package/src/element-templates/operate-connector.json +1219 -67
- package/src/element-templates/power-automate-connector.json +604 -12
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +863 -854
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +926 -917
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +469 -460
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +601 -592
- package/src/element-templates/rabbitmq-outbound-connector.json +634 -628
- package/src/element-templates/rpa-connector.json +346 -0
- package/src/element-templates/salesforce-connector.json +553 -9
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
- package/src/element-templates/send-message-connector-message-end-event.json +10 -5
- package/src/element-templates/send-message-connector-send-task.json +10 -5
- package/src/element-templates/sendgrid-outbound-connector.json +1380 -772
- package/src/element-templates/servicenow-connector.json +971 -3
- package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
- package/src/element-templates/servicenow-incident-connector.json +980 -3
- package/src/element-templates/slack-inbound-boundary.json +389 -91
- package/src/element-templates/slack-inbound-intermediate.json +393 -95
- package/src/element-templates/slack-inbound-message-start.json +566 -236
- package/src/element-templates/slack-inbound-receive.json +297 -0
- package/src/element-templates/slack-inbound-start-event.json +127 -122
- package/src/element-templates/slack-outbound-connector.json +2613 -915
- package/src/element-templates/soap-outbound-connector.json +812 -2
- package/src/element-templates/twilio-connector.json +1514 -34
- package/src/element-templates/twilio-webhook-boundary-connector.json +29 -20
- package/src/element-templates/twilio-webhook-connector.json +238 -8
- package/src/element-templates/twilio-webhook-intermediate-connector.json +39 -30
- package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
- package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
- package/src/element-templates/uipath-connector.json +607 -15
- package/src/element-templates/webhook-connector-boundary.json +1218 -1208
- package/src/element-templates/webhook-connector-intermediate.json +1837 -1827
- package/src/element-templates/webhook-connector-receive.json +55 -45
- package/src/element-templates/webhook-connector-start-event.json +1299 -1292
- package/src/element-templates/webhook-connector-start-message.json +711 -701
- package/src/element-templates/whatsapp-connector.json +339 -5
- package/src/element-templates/http-connector.json.json +0 -654
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
"name": "SNS HTTPS Boundary Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.inbound.AWSSNS.Boundary.v1",
|
|
6
6
|
"description": "Receive events from AWS SNS",
|
|
7
|
+
"version": 2,
|
|
7
8
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=inbound",
|
|
8
|
-
"version": 4,
|
|
9
9
|
"category": {
|
|
10
10
|
"id": "connectors",
|
|
11
11
|
"name": "Connectors"
|
|
@@ -25,50 +25,56 @@
|
|
|
25
25
|
"label": "Activation"
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
|
-
"id": "
|
|
29
|
-
"label": "
|
|
30
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"id": "output",
|
|
34
|
-
"label": "Output mapping"
|
|
28
|
+
"id": "variable-mapping",
|
|
29
|
+
"label": "Variable Mapping"
|
|
35
30
|
}
|
|
36
31
|
],
|
|
37
32
|
"properties": [
|
|
38
33
|
{
|
|
34
|
+
"type": "Hidden",
|
|
39
35
|
"value": "io.camunda:aws-sns-webhook:1",
|
|
40
36
|
"binding": {
|
|
41
|
-
"
|
|
42
|
-
"
|
|
37
|
+
"type": "zeebe:property",
|
|
38
|
+
"name": "inbound.type"
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"type": "Hidden",
|
|
43
|
+
"generatedValue": {
|
|
44
|
+
"type": "uuid"
|
|
43
45
|
},
|
|
44
|
-
"
|
|
46
|
+
"binding": {
|
|
47
|
+
"type": "bpmn:Message#property",
|
|
48
|
+
"name": "name"
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"type": "Hidden",
|
|
53
|
+
"value": "SnsHttpsSubscription",
|
|
54
|
+
"binding": {
|
|
55
|
+
"type": "zeebe:property",
|
|
56
|
+
"name": "inbound.subtype"
|
|
57
|
+
}
|
|
45
58
|
},
|
|
46
59
|
{
|
|
47
|
-
"id": "inbound.context",
|
|
48
60
|
"label": "Subscription ID",
|
|
49
|
-
"
|
|
50
|
-
"optional": false,
|
|
51
|
-
"constraints": {
|
|
52
|
-
"notEmpty": true
|
|
53
|
-
},
|
|
61
|
+
"type": "String",
|
|
54
62
|
"group": "subscription",
|
|
55
63
|
"binding": {
|
|
56
|
-
"
|
|
57
|
-
"
|
|
64
|
+
"type": "zeebe:property",
|
|
65
|
+
"name": "inbound.context"
|
|
58
66
|
},
|
|
59
|
-
"
|
|
67
|
+
"description": "The subscription ID is a part of the URL endpoint",
|
|
68
|
+
"constraints": {
|
|
69
|
+
"notEmpty": true
|
|
70
|
+
}
|
|
60
71
|
},
|
|
61
72
|
{
|
|
62
|
-
"id": "
|
|
73
|
+
"id": "securitySubscriptionAllowedFor",
|
|
63
74
|
"label": "Allow to receive messages from topic(s)",
|
|
75
|
+
"group": "subscription",
|
|
64
76
|
"description": "Control which topic(s) is allowed to start a process",
|
|
65
|
-
"optional": false,
|
|
66
77
|
"value": "any",
|
|
67
|
-
"group": "subscription",
|
|
68
|
-
"binding": {
|
|
69
|
-
"name": "inbound.securitySubscriptionAllowedFor",
|
|
70
|
-
"type": "zeebe:property"
|
|
71
|
-
},
|
|
72
78
|
"type": "Dropdown",
|
|
73
79
|
"choices": [
|
|
74
80
|
{
|
|
@@ -79,143 +85,111 @@
|
|
|
79
85
|
"name": "Specific topic(s)",
|
|
80
86
|
"value": "specific"
|
|
81
87
|
}
|
|
82
|
-
]
|
|
88
|
+
],
|
|
89
|
+
"binding": {
|
|
90
|
+
"type": "zeebe:property",
|
|
91
|
+
"name": "inbound.securitySubscriptionAllowedFor"
|
|
92
|
+
}
|
|
83
93
|
},
|
|
84
94
|
{
|
|
85
|
-
"id": "inbound.topicsAllowList",
|
|
86
95
|
"label": "Topic ARN(s)",
|
|
87
96
|
"description": "Topics that allow to publish messages",
|
|
88
|
-
"
|
|
89
|
-
"feel": "optional",
|
|
97
|
+
"type": "String",
|
|
90
98
|
"group": "subscription",
|
|
99
|
+
"feel": "optional",
|
|
91
100
|
"binding": {
|
|
92
|
-
"
|
|
93
|
-
"
|
|
101
|
+
"type": "zeebe:property",
|
|
102
|
+
"name": "inbound.topicsAllowList"
|
|
94
103
|
},
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"equals": "specific",
|
|
98
|
-
"type": "simple"
|
|
104
|
+
"constraints": {
|
|
105
|
+
"notEmpty": true
|
|
99
106
|
},
|
|
100
|
-
"
|
|
107
|
+
"condition": {
|
|
108
|
+
"property": "securitySubscriptionAllowedFor",
|
|
109
|
+
"equals": "specific"
|
|
110
|
+
}
|
|
101
111
|
},
|
|
102
112
|
{
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
106
|
-
"optional": true,
|
|
107
|
-
"feel": "required",
|
|
113
|
+
"label": "Correlation key (process)",
|
|
114
|
+
"type": "String",
|
|
108
115
|
"group": "activation",
|
|
116
|
+
"feel": "required",
|
|
117
|
+
"description": "Sets up the correlation key from process variables",
|
|
109
118
|
"binding": {
|
|
110
|
-
"
|
|
111
|
-
"
|
|
119
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
120
|
+
"name": "correlationKey"
|
|
112
121
|
},
|
|
113
|
-
"type": "String"
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
"id": "correlationKeyProcess",
|
|
117
|
-
"label": "Correlation key (process)",
|
|
118
|
-
"description": "Sets up the correlation key from process variables",
|
|
119
122
|
"constraints": {
|
|
120
123
|
"notEmpty": true
|
|
121
|
-
}
|
|
122
|
-
"feel": "required",
|
|
123
|
-
"group": "correlation",
|
|
124
|
-
"binding": {
|
|
125
|
-
"name": "correlationKey",
|
|
126
|
-
"type": "bpmn:Message#zeebe:subscription#property"
|
|
127
|
-
},
|
|
128
|
-
"type": "String"
|
|
124
|
+
}
|
|
129
125
|
},
|
|
130
126
|
{
|
|
131
|
-
"id": "correlationKeyPayload",
|
|
132
127
|
"label": "Correlation key (payload)",
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"notEmpty": true
|
|
136
|
-
},
|
|
128
|
+
"type": "String",
|
|
129
|
+
"group": "activation",
|
|
137
130
|
"feel": "required",
|
|
138
|
-
"group": "correlation",
|
|
139
131
|
"binding": {
|
|
140
|
-
"
|
|
141
|
-
"
|
|
132
|
+
"type": "zeebe:property",
|
|
133
|
+
"name": "correlationKeyExpression"
|
|
142
134
|
},
|
|
143
|
-
"
|
|
135
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
136
|
+
"constraints": {
|
|
137
|
+
"notEmpty": true
|
|
138
|
+
}
|
|
144
139
|
},
|
|
145
140
|
{
|
|
146
|
-
"id": "messageIdExpression",
|
|
147
141
|
"label": "Message ID expression",
|
|
148
|
-
"description": "Expression to extract unique identifier of a message",
|
|
149
|
-
"optional": true,
|
|
150
142
|
"feel": "required",
|
|
151
|
-
"
|
|
152
|
-
"binding": {
|
|
153
|
-
"name": "messageIdExpression",
|
|
154
|
-
"type": "zeebe:property"
|
|
155
|
-
},
|
|
156
|
-
"type": "String"
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
"id": "messageTtl",
|
|
160
|
-
"label": "Message TTL",
|
|
161
|
-
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
143
|
+
"type": "String",
|
|
162
144
|
"optional": true,
|
|
163
|
-
"
|
|
164
|
-
"notEmpty": false,
|
|
165
|
-
"pattern": {
|
|
166
|
-
"value": "^(PT.*|)$",
|
|
167
|
-
"message": "must be an ISO-8601 duration"
|
|
168
|
-
}
|
|
169
|
-
},
|
|
170
|
-
"feel": "optional",
|
|
171
|
-
"group": "correlation",
|
|
145
|
+
"group": "activation",
|
|
172
146
|
"binding": {
|
|
173
|
-
"
|
|
174
|
-
"
|
|
147
|
+
"type": "zeebe:property",
|
|
148
|
+
"name": "messageIdExpression"
|
|
175
149
|
},
|
|
176
|
-
"
|
|
150
|
+
"description": "Expression to extract unique identifier of a message"
|
|
177
151
|
},
|
|
178
152
|
{
|
|
179
|
-
"
|
|
180
|
-
"
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
"
|
|
153
|
+
"label": "Condition",
|
|
154
|
+
"type": "String",
|
|
155
|
+
"group": "activation",
|
|
156
|
+
"feel": "required",
|
|
157
|
+
"optional": true,
|
|
184
158
|
"binding": {
|
|
185
|
-
"
|
|
186
|
-
"
|
|
159
|
+
"type": "zeebe:property",
|
|
160
|
+
"name": "activationCondition"
|
|
187
161
|
},
|
|
188
|
-
"
|
|
162
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events"
|
|
189
163
|
},
|
|
190
164
|
{
|
|
191
|
-
"id": "resultVariable",
|
|
192
165
|
"label": "Result variable",
|
|
193
|
-
"
|
|
194
|
-
"group": "
|
|
166
|
+
"type": "String",
|
|
167
|
+
"group": "variable-mapping",
|
|
168
|
+
"optional": true,
|
|
195
169
|
"binding": {
|
|
196
|
-
"
|
|
197
|
-
"
|
|
170
|
+
"type": "zeebe:property",
|
|
171
|
+
"name": "resultVariable"
|
|
198
172
|
},
|
|
199
|
-
"
|
|
173
|
+
"description": "Name of variable to store the result of the Connector in"
|
|
200
174
|
},
|
|
201
175
|
{
|
|
202
|
-
"id": "resultExpression",
|
|
203
176
|
"label": "Result expression",
|
|
204
|
-
"
|
|
177
|
+
"type": "String",
|
|
178
|
+
"group": "variable-mapping",
|
|
205
179
|
"feel": "required",
|
|
206
|
-
"
|
|
180
|
+
"optional": true,
|
|
207
181
|
"binding": {
|
|
208
|
-
"
|
|
209
|
-
"
|
|
182
|
+
"type": "zeebe:property",
|
|
183
|
+
"name": "resultExpression"
|
|
210
184
|
},
|
|
211
|
-
"
|
|
185
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
212
186
|
}
|
|
213
187
|
],
|
|
214
188
|
"icon": {
|
|
215
|
-
"contents": "data:image/svg+xml
|
|
189
|
+
"contents": "data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 80 80' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 64 (93537) - https://sketch.com --%3E%3Ctitle%3EIcon-Architecture/64/Arch_AWS-Simple-Notification-Service_64%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3ClinearGradient x1='0%25' y1='100%25' x2='100%25' y2='0%25' id='linearGradient-1'%3E%3Cstop stop-color='%23B0084D' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23FF4F8B' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Icon-Architecture/64/Arch_AWS-Simple-Notification-Service_64' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon-Architecture-BG/64/Application-Integration' fill='url(%23linearGradient-1)'%3E%3Crect id='Rectangle' x='0' y='0' width='80' height='80'%3E%3C/rect%3E%3C/g%3E%3Cpath d='M17,38 C18.103,38 19,38.897 19,40 C19,41.103 18.103,42 17,42 C15.897,42 15,41.103 15,40 C15,38.897 15.897,38 17,38 L17,38 Z M41,64 C29.314,64 19.289,55.466 17.194,43.98 C18.965,43.894 20.427,42.659 20.857,41 L27,41 L27,39 L20.857,39 C20.427,37.342 18.966,36.107 17.195,36.02 C19.285,24.71 29.511,16 41,16 C45.313,16 49.832,17.622 54.429,20.821 L55.571,19.179 C50.633,15.743 45.73,14 41,14 C28.27,14 16.949,23.865 15.063,36.521 C13.839,37.207 13,38.5 13,40 C13,41.5 13.839,42.793 15.063,43.478 C16.97,56.341 28.056,66 41,66 C46.407,66 51.942,64.157 56.585,60.811 L55.415,59.189 C51.11,62.292 45.991,64 41,64 L41,64 Z M30.101,36.442 C31.955,36.895 34.275,37 36,37 C37.642,37 39.823,36.905 41.629,36.506 L37.105,45.553 C37.036,45.691 37,45.845 37,46 L37,50.453 C36.199,50.964 34.833,51.812 34,51.986 L34,46 C34,45.868 33.974,45.737 33.923,45.615 L30.101,36.442 Z M36,33 C40.025,33 42.174,33.604 42.841,34 C42.174,34.396 40.025,35 36,35 C31.975,35 29.826,34.396 29.159,34 C29.826,33.604 31.975,33 36,33 L36,33 Z M33,54 L34,54 C34.043,54 34.086,53.997 34.128,53.992 C35.352,53.833 36.909,52.887 38.272,52.013 L38.535,51.845 C38.824,51.661 39,51.342 39,51 L39,46.236 L44.559,35.12 C44.833,34.801 45,34.434 45,34 C45,31.39 39.361,31 36,31 C32.639,31 27,31.39 27,34 C27,34.366 27.12,34.684 27.32,34.967 L32,46.2 L32,53 C32,53.552 32.447,54 33,54 L33,54 Z M62,53 C63.103,53 64,53.897 64,55 C64,56.103 63.103,57 62,57 C60.897,57 60,56.103 60,55 C60,53.897 60.897,53 62,53 L62,53 Z M62,23 C63.103,23 64,23.897 64,25 C64,26.103 63.103,27 62,27 C60.897,27 60,26.103 60,25 C60,23.897 60.897,23 62,23 L62,23 Z M64,38 C65.103,38 66,38.897 66,40 C66,41.103 65.103,42 64,42 C62.897,42 62,41.103 62,40 C62,38.897 62.897,38 64,38 L64,38 Z M54,41 L60.143,41 C60.589,42.72 62.142,44 64,44 C66.206,44 68,42.206 68,40 C68,37.794 66.206,36 64,36 C62.142,36 60.589,37.28 60.143,39 L54,39 L54,26 L58.143,26 C58.589,27.72 60.142,29 62,29 C64.206,29 66,27.206 66,25 C66,22.794 64.206,21 62,21 C60.142,21 58.589,22.28 58.143,24 L53,24 C52.447,24 52,24.448 52,25 L52,39 L45,39 L45,41 L52,41 L52,55 C52,55.552 52.447,56 53,56 L58.143,56 C58.589,57.72 60.142,59 62,59 C64.206,59 66,57.206 66,55 C66,52.794 64.206,51 62,51 C60.142,51 58.589,52.28 58.143,54 L54,54 L54,41 Z' id='AWS-Simple-Notification-Service_Icon_64_Squid' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
|
216
190
|
},
|
|
217
191
|
"engines": {
|
|
218
|
-
"camunda": "^8.
|
|
192
|
+
"camunda": "^8.4"
|
|
219
193
|
}
|
|
220
194
|
},
|
|
221
195
|
{
|
|
@@ -403,12 +377,9 @@
|
|
|
403
377
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
404
378
|
"name": "SNS HTTPS Boundary Event Connector",
|
|
405
379
|
"id": "io.camunda.connectors.inbound.AWSSNS.Boundary.v1",
|
|
406
|
-
"description": "Receive
|
|
407
|
-
"metadata": {
|
|
408
|
-
"keywords": ["receive event", "receive message"]
|
|
409
|
-
},
|
|
380
|
+
"description": "Receive events from AWS SNS",
|
|
410
381
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=inbound",
|
|
411
|
-
"version":
|
|
382
|
+
"version": 4,
|
|
412
383
|
"category": {
|
|
413
384
|
"id": "connectors",
|
|
414
385
|
"name": "Connectors"
|
|
@@ -614,20 +585,23 @@
|
|
|
614
585
|
"type": "Text"
|
|
615
586
|
}
|
|
616
587
|
],
|
|
617
|
-
"engines": {
|
|
618
|
-
"camunda": "^8.3"
|
|
619
|
-
},
|
|
620
588
|
"icon": {
|
|
621
589
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA4MCA4MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS82NC9BcmNoX0FXUy1TaW1wbGUtTm90aWZpY2F0aW9uLVNlcnZpY2VfNjQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9JzAlJyB5MT0nMTAwJScgeDI9JzEwMCUnIHkyPScwJScgaWQ9J2xpbmVhckdyYWRpZW50LTEnPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPScjQjAwODREJyBvZmZzZXQ9JzAlJz48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNGRjRGOEInIG9mZnNldD0nMTAwJSc+PC9zdG9wPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0nSWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BV1MtU2ltcGxlLU5vdGlmaWNhdGlvbi1TZXJ2aWNlXzY0JyBzdHJva2U9J25vbmUnIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nbm9uZScKICAgICAgIGZpbGwtcnVsZT0nZXZlbm9kZCc+CiAgICAgICAgPGcgaWQ9J0ljb24tQXJjaGl0ZWN0dXJlLUJHLzY0L0FwcGxpY2F0aW9uLUludGVncmF0aW9uJyBmaWxsPSd1cmwoI2xpbmVhckdyYWRpZW50LTEpJz4KICAgICAgICAgICAgPHJlY3QgaWQ9J1JlY3RhbmdsZScgeD0nMCcgeT0nMCcgd2lkdGg9JzgwJyBoZWlnaHQ9JzgwJz48L3JlY3Q+CiAgICAgICAgPC9nPgogICAgICAgIDxwYXRoIGQ9J00xNywzOCBDMTguMTAzLDM4IDE5LDM4Ljg5NyAxOSw0MCBDMTksNDEuMTAzIDE4LjEwMyw0MiAxNyw0MiBDMTUuODk3LDQyIDE1LDQxLjEwMyAxNSw0MCBDMTUsMzguODk3IDE1Ljg5NywzOCAxNywzOCBMMTcsMzggWiBNNDEsNjQgQzI5LjMxNCw2NCAxOS4yODksNTUuNDY2IDE3LjE5NCw0My45OCBDMTguOTY1LDQzLjg5NCAyMC40MjcsNDIuNjU5IDIwLjg1Nyw0MSBMMjcsNDEgTDI3LDM5IEwyMC44NTcsMzkgQzIwLjQyNywzNy4zNDIgMTguOTY2LDM2LjEwNyAxNy4xOTUsMzYuMDIgQzE5LjI4NSwyNC43MSAyOS41MTEsMTYgNDEsMTYgQzQ1LjMxMywxNiA0OS44MzIsMTcuNjIyIDU0LjQyOSwyMC44MjEgTDU1LjU3MSwxOS4xNzkgQzUwLjYzMywxNS43NDMgNDUuNzMsMTQgNDEsMTQgQzI4LjI3LDE0IDE2Ljk0OSwyMy44NjUgMTUuMDYzLDM2LjUyMSBDMTMuODM5LDM3LjIwNyAxMywzOC41IDEzLDQwIEMxMyw0MS41IDEzLjgzOSw0Mi43OTMgMTUuMDYzLDQzLjQ3OCBDMTYuOTcsNTYuMzQxIDI4LjA1Niw2NiA0MSw2NiBDNDYuNDA3LDY2IDUxLjk0Miw2NC4xNTcgNTYuNTg1LDYwLjgxMSBMNTUuNDE1LDU5LjE4OSBDNTEuMTEsNjIuMjkyIDQ1Ljk5MSw2NCA0MSw2NCBMNDEsNjQgWiBNMzAuMTAxLDM2LjQ0MiBDMzEuOTU1LDM2Ljg5NSAzNC4yNzUsMzcgMzYsMzcgQzM3LjY0MiwzNyAzOS44MjMsMzYuOTA1IDQxLjYyOSwzNi41MDYgTDM3LjEwNSw0NS41NTMgQzM3LjAzNiw0NS42OTEgMzcsNDUuODQ1IDM3LDQ2IEwzNyw1MC40NTMgQzM2LjE5OSw1MC45NjQgMzQuODMzLDUxLjgxMiAzNCw1MS45ODYgTDM0LDQ2IEMzNCw0NS44NjggMzMuOTc0LDQ1LjczNyAzMy45MjMsNDUuNjE1IEwzMC4xMDEsMzYuNDQyIFogTTM2LDMzIEM0MC4wMjUsMzMgNDIuMTc0LDMzLjYwNCA0Mi44NDEsMzQgQzQyLjE3NCwzNC4zOTYgNDAuMDI1LDM1IDM2LDM1IEMzMS45NzUsMzUgMjkuODI2LDM0LjM5NiAyOS4xNTksMzQgQzI5LjgyNiwzMy42MDQgMzEuOTc1LDMzIDM2LDMzIEwzNiwzMyBaIE0zMyw1NCBMMzQsNTQgQzM0LjA0Myw1NCAzNC4wODYsNTMuOTk3IDM0LjEyOCw1My45OTIgQzM1LjM1Miw1My44MzMgMzYuOTA5LDUyLjg4NyAzOC4yNzIsNTIuMDEzIEwzOC41MzUsNTEuODQ1IEMzOC44MjQsNTEuNjYxIDM5LDUxLjM0MiAzOSw1MSBMMzksNDYuMjM2IEw0NC41NTksMzUuMTIgQzQ0LjgzMywzNC44MDEgNDUsMzQuNDM0IDQ1LDM0IEM0NSwzMS4zOSAzOS4zNjEsMzEgMzYsMzEgQzMyLjYzOSwzMSAyNywzMS4zOSAyNywzNCBDMjcsMzQuMzY2IDI3LjEyLDM0LjY4NCAyNy4zMiwzNC45NjcgTDMyLDQ2LjIgTDMyLDUzIEMzMiw1My41NTIgMzIuNDQ3LDU0IDMzLDU0IEwzMyw1NCBaIE02Miw1MyBDNjMuMTAzLDUzIDY0LDUzLjg5NyA2NCw1NSBDNjQsNTYuMTAzIDYzLjEwMyw1NyA2Miw1NyBDNjAuODk3LDU3IDYwLDU2LjEwMyA2MCw1NSBDNjAsNTMuODk3IDYwLjg5Nyw1MyA2Miw1MyBMNjIsNTMgWiBNNjIsMjMgQzYzLjEwMywyMyA2NCwyMy44OTcgNjQsMjUgQzY0LDI2LjEwMyA2My4xMDMsMjcgNjIsMjcgQzYwLjg5NywyNyA2MCwyNi4xMDMgNjAsMjUgQzYwLDIzLjg5NyA2MC44OTcsMjMgNjIsMjMgTDYyLDIzIFogTTY0LDM4IEM2NS4xMDMsMzggNjYsMzguODk3IDY2LDQwIEM2Niw0MS4xMDMgNjUuMTAzLDQyIDY0LDQyIEM2Mi44OTcsNDIgNjIsNDEuMTAzIDYyLDQwIEM2MiwzOC44OTcgNjIuODk3LDM4IDY0LDM4IEw2NCwzOCBaIE01NCw0MSBMNjAuMTQzLDQxIEM2MC41ODksNDIuNzIgNjIuMTQyLDQ0IDY0LDQ0IEM2Ni4yMDYsNDQgNjgsNDIuMjA2IDY4LDQwIEM2OCwzNy43OTQgNjYuMjA2LDM2IDY0LDM2IEM2Mi4xNDIsMzYgNjAuNTg5LDM3LjI4IDYwLjE0MywzOSBMNTQsMzkgTDU0LDI2IEw1OC4xNDMsMjYgQzU4LjU4OSwyNy43MiA2MC4xNDIsMjkgNjIsMjkgQzY0LjIwNiwyOSA2NiwyNy4yMDYgNjYsMjUgQzY2LDIyLjc5NCA2NC4yMDYsMjEgNjIsMjEgQzYwLjE0MiwyMSA1OC41ODksMjIuMjggNTguMTQzLDI0IEw1MywyNCBDNTIuNDQ3LDI0IDUyLDI0LjQ0OCA1MiwyNSBMNTIsMzkgTDQ1LDM5IEw0NSw0MSBMNTIsNDEgTDUyLDU1IEM1Miw1NS41NTIgNTIuNDQ3LDU2IDUzLDU2IEw1OC4xNDMsNTYgQzU4LjU4OSw1Ny43MiA2MC4xNDIsNTkgNjIsNTkgQzY0LjIwNiw1OSA2Niw1Ny4yMDYgNjYsNTUgQzY2LDUyLjc5NCA2NC4yMDYsNTEgNjIsNTEgQzYwLjE0Miw1MSA1OC41ODksNTIuMjggNTguMTQzLDU0IEw1NCw1NCBMNTQsNDEgWicKICAgICAgICAgICAgICBpZD0nQVdTLVNpbXBsZS1Ob3RpZmljYXRpb24tU2VydmljZV9JY29uXzY0X1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
590
|
+
},
|
|
591
|
+
"engines": {
|
|
592
|
+
"camunda": "^8.5"
|
|
622
593
|
}
|
|
623
594
|
},
|
|
624
595
|
{
|
|
625
596
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
626
597
|
"name": "SNS HTTPS Boundary Event Connector",
|
|
627
598
|
"id": "io.camunda.connectors.inbound.AWSSNS.Boundary.v1",
|
|
628
|
-
"description": "Receive
|
|
629
|
-
"
|
|
599
|
+
"description": "Receive messages from AWS SNS via HTTPS.",
|
|
600
|
+
"metadata": {
|
|
601
|
+
"keywords": ["receive event", "receive message"]
|
|
602
|
+
},
|
|
630
603
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=inbound",
|
|
604
|
+
"version": 5,
|
|
631
605
|
"category": {
|
|
632
606
|
"id": "connectors",
|
|
633
607
|
"name": "Connectors"
|
|
@@ -647,56 +621,50 @@
|
|
|
647
621
|
"label": "Activation"
|
|
648
622
|
},
|
|
649
623
|
{
|
|
650
|
-
"id": "
|
|
651
|
-
"label": "
|
|
624
|
+
"id": "correlation",
|
|
625
|
+
"label": "Correlation",
|
|
626
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
"id": "output",
|
|
630
|
+
"label": "Output mapping"
|
|
652
631
|
}
|
|
653
632
|
],
|
|
654
633
|
"properties": [
|
|
655
634
|
{
|
|
656
|
-
"type": "Hidden",
|
|
657
635
|
"value": "io.camunda:aws-sns-webhook:1",
|
|
658
636
|
"binding": {
|
|
659
|
-
"
|
|
660
|
-
"
|
|
661
|
-
}
|
|
662
|
-
},
|
|
663
|
-
{
|
|
664
|
-
"type": "Hidden",
|
|
665
|
-
"generatedValue": {
|
|
666
|
-
"type": "uuid"
|
|
637
|
+
"name": "inbound.type",
|
|
638
|
+
"type": "zeebe:property"
|
|
667
639
|
},
|
|
668
|
-
"
|
|
669
|
-
"type": "bpmn:Message#property",
|
|
670
|
-
"name": "name"
|
|
671
|
-
}
|
|
672
|
-
},
|
|
673
|
-
{
|
|
674
|
-
"type": "Hidden",
|
|
675
|
-
"value": "SnsHttpsSubscription",
|
|
676
|
-
"binding": {
|
|
677
|
-
"type": "zeebe:property",
|
|
678
|
-
"name": "inbound.subtype"
|
|
679
|
-
}
|
|
640
|
+
"type": "Hidden"
|
|
680
641
|
},
|
|
681
642
|
{
|
|
643
|
+
"id": "inbound.context",
|
|
682
644
|
"label": "Subscription ID",
|
|
683
|
-
"type": "String",
|
|
684
|
-
"group": "subscription",
|
|
685
|
-
"binding": {
|
|
686
|
-
"type": "zeebe:property",
|
|
687
|
-
"name": "inbound.context"
|
|
688
|
-
},
|
|
689
645
|
"description": "The subscription ID is a part of the URL endpoint",
|
|
646
|
+
"optional": false,
|
|
690
647
|
"constraints": {
|
|
691
648
|
"notEmpty": true
|
|
692
|
-
}
|
|
649
|
+
},
|
|
650
|
+
"group": "subscription",
|
|
651
|
+
"binding": {
|
|
652
|
+
"name": "inbound.context",
|
|
653
|
+
"type": "zeebe:property"
|
|
654
|
+
},
|
|
655
|
+
"type": "String"
|
|
693
656
|
},
|
|
694
657
|
{
|
|
695
|
-
"id": "securitySubscriptionAllowedFor",
|
|
658
|
+
"id": "inbound.securitySubscriptionAllowedFor",
|
|
696
659
|
"label": "Allow to receive messages from topic(s)",
|
|
697
|
-
"group": "subscription",
|
|
698
660
|
"description": "Control which topic(s) is allowed to start a process",
|
|
661
|
+
"optional": false,
|
|
699
662
|
"value": "any",
|
|
663
|
+
"group": "subscription",
|
|
664
|
+
"binding": {
|
|
665
|
+
"name": "inbound.securitySubscriptionAllowedFor",
|
|
666
|
+
"type": "zeebe:property"
|
|
667
|
+
},
|
|
700
668
|
"type": "Dropdown",
|
|
701
669
|
"choices": [
|
|
702
670
|
{
|
|
@@ -707,111 +675,143 @@
|
|
|
707
675
|
"name": "Specific topic(s)",
|
|
708
676
|
"value": "specific"
|
|
709
677
|
}
|
|
710
|
-
]
|
|
711
|
-
"binding": {
|
|
712
|
-
"type": "zeebe:property",
|
|
713
|
-
"name": "inbound.securitySubscriptionAllowedFor"
|
|
714
|
-
}
|
|
678
|
+
]
|
|
715
679
|
},
|
|
716
680
|
{
|
|
681
|
+
"id": "inbound.topicsAllowList",
|
|
717
682
|
"label": "Topic ARN(s)",
|
|
718
683
|
"description": "Topics that allow to publish messages",
|
|
719
|
-
"
|
|
720
|
-
"group": "subscription",
|
|
684
|
+
"optional": true,
|
|
721
685
|
"feel": "optional",
|
|
686
|
+
"group": "subscription",
|
|
722
687
|
"binding": {
|
|
723
|
-
"
|
|
724
|
-
"
|
|
725
|
-
},
|
|
726
|
-
"constraints": {
|
|
727
|
-
"notEmpty": true
|
|
688
|
+
"name": "inbound.topicsAllowList",
|
|
689
|
+
"type": "zeebe:property"
|
|
728
690
|
},
|
|
729
691
|
"condition": {
|
|
730
|
-
"property": "securitySubscriptionAllowedFor",
|
|
731
|
-
"equals": "specific"
|
|
732
|
-
|
|
692
|
+
"property": "inbound.securitySubscriptionAllowedFor",
|
|
693
|
+
"equals": "specific",
|
|
694
|
+
"type": "simple"
|
|
695
|
+
},
|
|
696
|
+
"type": "String"
|
|
733
697
|
},
|
|
734
698
|
{
|
|
735
|
-
"
|
|
736
|
-
"
|
|
737
|
-
"
|
|
699
|
+
"id": "activationCondition",
|
|
700
|
+
"label": "Activation condition",
|
|
701
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
702
|
+
"optional": true,
|
|
738
703
|
"feel": "required",
|
|
739
|
-
"
|
|
704
|
+
"group": "activation",
|
|
740
705
|
"binding": {
|
|
741
|
-
"
|
|
742
|
-
"
|
|
706
|
+
"name": "activationCondition",
|
|
707
|
+
"type": "zeebe:property"
|
|
743
708
|
},
|
|
744
|
-
"
|
|
745
|
-
"notEmpty": true
|
|
746
|
-
}
|
|
709
|
+
"type": "String"
|
|
747
710
|
},
|
|
748
711
|
{
|
|
749
|
-
"
|
|
750
|
-
"
|
|
751
|
-
"
|
|
712
|
+
"id": "correlationKeyProcess",
|
|
713
|
+
"label": "Correlation key (process)",
|
|
714
|
+
"description": "Sets up the correlation key from process variables",
|
|
715
|
+
"constraints": {
|
|
716
|
+
"notEmpty": true
|
|
717
|
+
},
|
|
752
718
|
"feel": "required",
|
|
719
|
+
"group": "correlation",
|
|
753
720
|
"binding": {
|
|
754
|
-
"
|
|
755
|
-
"
|
|
721
|
+
"name": "correlationKey",
|
|
722
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
756
723
|
},
|
|
724
|
+
"type": "String"
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"id": "correlationKeyPayload",
|
|
728
|
+
"label": "Correlation key (payload)",
|
|
757
729
|
"description": "Extracts the correlation key from the incoming message payload",
|
|
758
730
|
"constraints": {
|
|
759
731
|
"notEmpty": true
|
|
760
|
-
}
|
|
732
|
+
},
|
|
733
|
+
"feel": "required",
|
|
734
|
+
"group": "correlation",
|
|
735
|
+
"binding": {
|
|
736
|
+
"name": "correlationKeyExpression",
|
|
737
|
+
"type": "zeebe:property"
|
|
738
|
+
},
|
|
739
|
+
"type": "String"
|
|
761
740
|
},
|
|
762
741
|
{
|
|
742
|
+
"id": "messageIdExpression",
|
|
763
743
|
"label": "Message ID expression",
|
|
764
|
-
"
|
|
765
|
-
"type": "String",
|
|
744
|
+
"description": "Expression to extract unique identifier of a message",
|
|
766
745
|
"optional": true,
|
|
767
|
-
"
|
|
746
|
+
"feel": "required",
|
|
747
|
+
"group": "correlation",
|
|
768
748
|
"binding": {
|
|
769
|
-
"
|
|
770
|
-
"
|
|
749
|
+
"name": "messageIdExpression",
|
|
750
|
+
"type": "zeebe:property"
|
|
771
751
|
},
|
|
772
|
-
"
|
|
752
|
+
"type": "String"
|
|
773
753
|
},
|
|
774
754
|
{
|
|
775
|
-
"
|
|
776
|
-
"
|
|
777
|
-
"
|
|
778
|
-
"feel": "required",
|
|
755
|
+
"id": "messageTtl",
|
|
756
|
+
"label": "Message TTL",
|
|
757
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
779
758
|
"optional": true,
|
|
759
|
+
"constraints": {
|
|
760
|
+
"notEmpty": false,
|
|
761
|
+
"pattern": {
|
|
762
|
+
"value": "^(PT.*|)$",
|
|
763
|
+
"message": "must be an ISO-8601 duration"
|
|
764
|
+
}
|
|
765
|
+
},
|
|
766
|
+
"feel": "optional",
|
|
767
|
+
"group": "correlation",
|
|
780
768
|
"binding": {
|
|
781
|
-
"
|
|
782
|
-
"
|
|
769
|
+
"name": "messageTtl",
|
|
770
|
+
"type": "zeebe:property"
|
|
783
771
|
},
|
|
784
|
-
"
|
|
772
|
+
"type": "String"
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"id": "messageNameUuid",
|
|
776
|
+
"generatedValue": {
|
|
777
|
+
"type": "uuid"
|
|
778
|
+
},
|
|
779
|
+
"group": "correlation",
|
|
780
|
+
"binding": {
|
|
781
|
+
"name": "name",
|
|
782
|
+
"type": "bpmn:Message#property"
|
|
783
|
+
},
|
|
784
|
+
"type": "Hidden"
|
|
785
785
|
},
|
|
786
786
|
{
|
|
787
|
+
"id": "resultVariable",
|
|
787
788
|
"label": "Result variable",
|
|
788
|
-
"
|
|
789
|
-
"group": "
|
|
790
|
-
"optional": true,
|
|
789
|
+
"description": "Name of variable to store the response in",
|
|
790
|
+
"group": "output",
|
|
791
791
|
"binding": {
|
|
792
|
-
"
|
|
793
|
-
"
|
|
792
|
+
"name": "resultVariable",
|
|
793
|
+
"type": "zeebe:property"
|
|
794
794
|
},
|
|
795
|
-
"
|
|
795
|
+
"type": "String"
|
|
796
796
|
},
|
|
797
797
|
{
|
|
798
|
+
"id": "resultExpression",
|
|
798
799
|
"label": "Result expression",
|
|
799
|
-
"
|
|
800
|
-
"group": "variable-mapping",
|
|
800
|
+
"description": "Expression to map the response into process variables",
|
|
801
801
|
"feel": "required",
|
|
802
|
-
"
|
|
802
|
+
"group": "output",
|
|
803
803
|
"binding": {
|
|
804
|
-
"
|
|
805
|
-
"
|
|
804
|
+
"name": "resultExpression",
|
|
805
|
+
"type": "zeebe:property"
|
|
806
806
|
},
|
|
807
|
-
"
|
|
807
|
+
"type": "Text"
|
|
808
808
|
}
|
|
809
809
|
],
|
|
810
|
-
"icon": {
|
|
811
|
-
"contents": "data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 80 80' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 64 (93537) - https://sketch.com --%3E%3Ctitle%3EIcon-Architecture/64/Arch_AWS-Simple-Notification-Service_64%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3ClinearGradient x1='0%25' y1='100%25' x2='100%25' y2='0%25' id='linearGradient-1'%3E%3Cstop stop-color='%23B0084D' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23FF4F8B' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Icon-Architecture/64/Arch_AWS-Simple-Notification-Service_64' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon-Architecture-BG/64/Application-Integration' fill='url(%23linearGradient-1)'%3E%3Crect id='Rectangle' x='0' y='0' width='80' height='80'%3E%3C/rect%3E%3C/g%3E%3Cpath d='M17,38 C18.103,38 19,38.897 19,40 C19,41.103 18.103,42 17,42 C15.897,42 15,41.103 15,40 C15,38.897 15.897,38 17,38 L17,38 Z M41,64 C29.314,64 19.289,55.466 17.194,43.98 C18.965,43.894 20.427,42.659 20.857,41 L27,41 L27,39 L20.857,39 C20.427,37.342 18.966,36.107 17.195,36.02 C19.285,24.71 29.511,16 41,16 C45.313,16 49.832,17.622 54.429,20.821 L55.571,19.179 C50.633,15.743 45.73,14 41,14 C28.27,14 16.949,23.865 15.063,36.521 C13.839,37.207 13,38.5 13,40 C13,41.5 13.839,42.793 15.063,43.478 C16.97,56.341 28.056,66 41,66 C46.407,66 51.942,64.157 56.585,60.811 L55.415,59.189 C51.11,62.292 45.991,64 41,64 L41,64 Z M30.101,36.442 C31.955,36.895 34.275,37 36,37 C37.642,37 39.823,36.905 41.629,36.506 L37.105,45.553 C37.036,45.691 37,45.845 37,46 L37,50.453 C36.199,50.964 34.833,51.812 34,51.986 L34,46 C34,45.868 33.974,45.737 33.923,45.615 L30.101,36.442 Z M36,33 C40.025,33 42.174,33.604 42.841,34 C42.174,34.396 40.025,35 36,35 C31.975,35 29.826,34.396 29.159,34 C29.826,33.604 31.975,33 36,33 L36,33 Z M33,54 L34,54 C34.043,54 34.086,53.997 34.128,53.992 C35.352,53.833 36.909,52.887 38.272,52.013 L38.535,51.845 C38.824,51.661 39,51.342 39,51 L39,46.236 L44.559,35.12 C44.833,34.801 45,34.434 45,34 C45,31.39 39.361,31 36,31 C32.639,31 27,31.39 27,34 C27,34.366 27.12,34.684 27.32,34.967 L32,46.2 L32,53 C32,53.552 32.447,54 33,54 L33,54 Z M62,53 C63.103,53 64,53.897 64,55 C64,56.103 63.103,57 62,57 C60.897,57 60,56.103 60,55 C60,53.897 60.897,53 62,53 L62,53 Z M62,23 C63.103,23 64,23.897 64,25 C64,26.103 63.103,27 62,27 C60.897,27 60,26.103 60,25 C60,23.897 60.897,23 62,23 L62,23 Z M64,38 C65.103,38 66,38.897 66,40 C66,41.103 65.103,42 64,42 C62.897,42 62,41.103 62,40 C62,38.897 62.897,38 64,38 L64,38 Z M54,41 L60.143,41 C60.589,42.72 62.142,44 64,44 C66.206,44 68,42.206 68,40 C68,37.794 66.206,36 64,36 C62.142,36 60.589,37.28 60.143,39 L54,39 L54,26 L58.143,26 C58.589,27.72 60.142,29 62,29 C64.206,29 66,27.206 66,25 C66,22.794 64.206,21 62,21 C60.142,21 58.589,22.28 58.143,24 L53,24 C52.447,24 52,24.448 52,25 L52,39 L45,39 L45,41 L52,41 L52,55 C52,55.552 52.447,56 53,56 L58.143,56 C58.589,57.72 60.142,59 62,59 C64.206,59 66,57.206 66,55 C66,52.794 64.206,51 62,51 C60.142,51 58.589,52.28 58.143,54 L54,54 L54,41 Z' id='AWS-Simple-Notification-Service_Icon_64_Squid' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
|
812
|
-
},
|
|
813
810
|
"engines": {
|
|
814
|
-
"camunda": "^8.
|
|
811
|
+
"camunda": "^8.3"
|
|
812
|
+
},
|
|
813
|
+
"icon": {
|
|
814
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA4MCA4MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS82NC9BcmNoX0FXUy1TaW1wbGUtTm90aWZpY2F0aW9uLVNlcnZpY2VfNjQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9JzAlJyB5MT0nMTAwJScgeDI9JzEwMCUnIHkyPScwJScgaWQ9J2xpbmVhckdyYWRpZW50LTEnPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPScjQjAwODREJyBvZmZzZXQ9JzAlJz48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNGRjRGOEInIG9mZnNldD0nMTAwJSc+PC9zdG9wPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0nSWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BV1MtU2ltcGxlLU5vdGlmaWNhdGlvbi1TZXJ2aWNlXzY0JyBzdHJva2U9J25vbmUnIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nbm9uZScKICAgICAgIGZpbGwtcnVsZT0nZXZlbm9kZCc+CiAgICAgICAgPGcgaWQ9J0ljb24tQXJjaGl0ZWN0dXJlLUJHLzY0L0FwcGxpY2F0aW9uLUludGVncmF0aW9uJyBmaWxsPSd1cmwoI2xpbmVhckdyYWRpZW50LTEpJz4KICAgICAgICAgICAgPHJlY3QgaWQ9J1JlY3RhbmdsZScgeD0nMCcgeT0nMCcgd2lkdGg9JzgwJyBoZWlnaHQ9JzgwJz48L3JlY3Q+CiAgICAgICAgPC9nPgogICAgICAgIDxwYXRoIGQ9J00xNywzOCBDMTguMTAzLDM4IDE5LDM4Ljg5NyAxOSw0MCBDMTksNDEuMTAzIDE4LjEwMyw0MiAxNyw0MiBDMTUuODk3LDQyIDE1LDQxLjEwMyAxNSw0MCBDMTUsMzguODk3IDE1Ljg5NywzOCAxNywzOCBMMTcsMzggWiBNNDEsNjQgQzI5LjMxNCw2NCAxOS4yODksNTUuNDY2IDE3LjE5NCw0My45OCBDMTguOTY1LDQzLjg5NCAyMC40MjcsNDIuNjU5IDIwLjg1Nyw0MSBMMjcsNDEgTDI3LDM5IEwyMC44NTcsMzkgQzIwLjQyNywzNy4zNDIgMTguOTY2LDM2LjEwNyAxNy4xOTUsMzYuMDIgQzE5LjI4NSwyNC43MSAyOS41MTEsMTYgNDEsMTYgQzQ1LjMxMywxNiA0OS44MzIsMTcuNjIyIDU0LjQyOSwyMC44MjEgTDU1LjU3MSwxOS4xNzkgQzUwLjYzMywxNS43NDMgNDUuNzMsMTQgNDEsMTQgQzI4LjI3LDE0IDE2Ljk0OSwyMy44NjUgMTUuMDYzLDM2LjUyMSBDMTMuODM5LDM3LjIwNyAxMywzOC41IDEzLDQwIEMxMyw0MS41IDEzLjgzOSw0Mi43OTMgMTUuMDYzLDQzLjQ3OCBDMTYuOTcsNTYuMzQxIDI4LjA1Niw2NiA0MSw2NiBDNDYuNDA3LDY2IDUxLjk0Miw2NC4xNTcgNTYuNTg1LDYwLjgxMSBMNTUuNDE1LDU5LjE4OSBDNTEuMTEsNjIuMjkyIDQ1Ljk5MSw2NCA0MSw2NCBMNDEsNjQgWiBNMzAuMTAxLDM2LjQ0MiBDMzEuOTU1LDM2Ljg5NSAzNC4yNzUsMzcgMzYsMzcgQzM3LjY0MiwzNyAzOS44MjMsMzYuOTA1IDQxLjYyOSwzNi41MDYgTDM3LjEwNSw0NS41NTMgQzM3LjAzNiw0NS42OTEgMzcsNDUuODQ1IDM3LDQ2IEwzNyw1MC40NTMgQzM2LjE5OSw1MC45NjQgMzQuODMzLDUxLjgxMiAzNCw1MS45ODYgTDM0LDQ2IEMzNCw0NS44NjggMzMuOTc0LDQ1LjczNyAzMy45MjMsNDUuNjE1IEwzMC4xMDEsMzYuNDQyIFogTTM2LDMzIEM0MC4wMjUsMzMgNDIuMTc0LDMzLjYwNCA0Mi44NDEsMzQgQzQyLjE3NCwzNC4zOTYgNDAuMDI1LDM1IDM2LDM1IEMzMS45NzUsMzUgMjkuODI2LDM0LjM5NiAyOS4xNTksMzQgQzI5LjgyNiwzMy42MDQgMzEuOTc1LDMzIDM2LDMzIEwzNiwzMyBaIE0zMyw1NCBMMzQsNTQgQzM0LjA0Myw1NCAzNC4wODYsNTMuOTk3IDM0LjEyOCw1My45OTIgQzM1LjM1Miw1My44MzMgMzYuOTA5LDUyLjg4NyAzOC4yNzIsNTIuMDEzIEwzOC41MzUsNTEuODQ1IEMzOC44MjQsNTEuNjYxIDM5LDUxLjM0MiAzOSw1MSBMMzksNDYuMjM2IEw0NC41NTksMzUuMTIgQzQ0LjgzMywzNC44MDEgNDUsMzQuNDM0IDQ1LDM0IEM0NSwzMS4zOSAzOS4zNjEsMzEgMzYsMzEgQzMyLjYzOSwzMSAyNywzMS4zOSAyNywzNCBDMjcsMzQuMzY2IDI3LjEyLDM0LjY4NCAyNy4zMiwzNC45NjcgTDMyLDQ2LjIgTDMyLDUzIEMzMiw1My41NTIgMzIuNDQ3LDU0IDMzLDU0IEwzMyw1NCBaIE02Miw1MyBDNjMuMTAzLDUzIDY0LDUzLjg5NyA2NCw1NSBDNjQsNTYuMTAzIDYzLjEwMyw1NyA2Miw1NyBDNjAuODk3LDU3IDYwLDU2LjEwMyA2MCw1NSBDNjAsNTMuODk3IDYwLjg5Nyw1MyA2Miw1MyBMNjIsNTMgWiBNNjIsMjMgQzYzLjEwMywyMyA2NCwyMy44OTcgNjQsMjUgQzY0LDI2LjEwMyA2My4xMDMsMjcgNjIsMjcgQzYwLjg5NywyNyA2MCwyNi4xMDMgNjAsMjUgQzYwLDIzLjg5NyA2MC44OTcsMjMgNjIsMjMgTDYyLDIzIFogTTY0LDM4IEM2NS4xMDMsMzggNjYsMzguODk3IDY2LDQwIEM2Niw0MS4xMDMgNjUuMTAzLDQyIDY0LDQyIEM2Mi44OTcsNDIgNjIsNDEuMTAzIDYyLDQwIEM2MiwzOC44OTcgNjIuODk3LDM4IDY0LDM4IEw2NCwzOCBaIE01NCw0MSBMNjAuMTQzLDQxIEM2MC41ODksNDIuNzIgNjIuMTQyLDQ0IDY0LDQ0IEM2Ni4yMDYsNDQgNjgsNDIuMjA2IDY4LDQwIEM2OCwzNy43OTQgNjYuMjA2LDM2IDY0LDM2IEM2Mi4xNDIsMzYgNjAuNTg5LDM3LjI4IDYwLjE0MywzOSBMNTQsMzkgTDU0LDI2IEw1OC4xNDMsMjYgQzU4LjU4OSwyNy43MiA2MC4xNDIsMjkgNjIsMjkgQzY0LjIwNiwyOSA2NiwyNy4yMDYgNjYsMjUgQzY2LDIyLjc5NCA2NC4yMDYsMjEgNjIsMjEgQzYwLjE0MiwyMSA1OC41ODksMjIuMjggNTguMTQzLDI0IEw1MywyNCBDNTIuNDQ3LDI0IDUyLDI0LjQ0OCA1MiwyNSBMNTIsMzkgTDQ1LDM5IEw0NSw0MSBMNTIsNDEgTDUyLDU1IEM1Miw1NS41NTIgNTIuNDQ3LDU2IDUzLDU2IEw1OC4xNDMsNTYgQzU4LjU4OSw1Ny43MiA2MC4xNDIsNTkgNjIsNTkgQzY0LjIwNiw1OSA2Niw1Ny4yMDYgNjYsNTUgQzY2LDUyLjc5NCA2NC4yMDYsNTEgNjIsNTEgQzYwLjE0Miw1MSA1OC41ODksNTIuMjggNTguMTQzLDU0IEw1NCw1NCBMNTQsNDEgWicKICAgICAgICAgICAgICBpZD0nQVdTLVNpbXBsZS1Ob3RpZmljYXRpb24tU2VydmljZV9JY29uXzY0X1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
815
815
|
}
|
|
816
816
|
},
|
|
817
817
|
{
|
|
@@ -819,9 +819,13 @@
|
|
|
819
819
|
"name": "SNS HTTPS Boundary Event Connector",
|
|
820
820
|
"id": "io.camunda.connectors.inbound.AWSSNS.Boundary.v1",
|
|
821
821
|
"description": "Receive messages from AWS SNS via HTTPS.",
|
|
822
|
-
"
|
|
823
|
-
"
|
|
824
|
-
|
|
822
|
+
"keywords": [
|
|
823
|
+
"receive event",
|
|
824
|
+
"receive message",
|
|
825
|
+
"notification",
|
|
826
|
+
"subscribe to topic",
|
|
827
|
+
"event driven"
|
|
828
|
+
],
|
|
825
829
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=inbound",
|
|
826
830
|
"version": 6,
|
|
827
831
|
"category": {
|
|
@@ -1015,15 +1019,18 @@
|
|
|
1015
1019
|
},
|
|
1016
1020
|
{
|
|
1017
1021
|
"id": "messageNameUuid",
|
|
1022
|
+
"label": "Message name",
|
|
1018
1023
|
"generatedValue": {
|
|
1019
1024
|
"type": "uuid"
|
|
1020
1025
|
},
|
|
1026
|
+
"feel": "optional",
|
|
1021
1027
|
"group": "correlation",
|
|
1022
1028
|
"binding": {
|
|
1023
1029
|
"name": "name",
|
|
1024
1030
|
"type": "bpmn:Message#property"
|
|
1025
1031
|
},
|
|
1026
|
-
"
|
|
1032
|
+
"tooltip": "By default, this is an auto-generated random UUID. We recommend using a unique message name for each connector element in the diagram. Override to set a custom message name. Learn more about <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-subscriptions\">message subscriptions</a> that power inbound connectors.",
|
|
1033
|
+
"type": "String"
|
|
1027
1034
|
},
|
|
1028
1035
|
{
|
|
1029
1036
|
"id": "deduplicationModeManualFlag",
|
|
@@ -1092,7 +1099,7 @@
|
|
|
1092
1099
|
{
|
|
1093
1100
|
"id": "resultVariable",
|
|
1094
1101
|
"label": "Result variable",
|
|
1095
|
-
"description": "Name of variable to store the response in",
|
|
1102
|
+
"description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>.",
|
|
1096
1103
|
"group": "output",
|
|
1097
1104
|
"binding": {
|
|
1098
1105
|
"name": "resultVariable",
|
|
@@ -1103,7 +1110,7 @@
|
|
|
1103
1110
|
{
|
|
1104
1111
|
"id": "resultExpression",
|
|
1105
1112
|
"label": "Result expression",
|
|
1106
|
-
"description": "Expression to map the response into process variables",
|
|
1113
|
+
"description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>.",
|
|
1107
1114
|
"feel": "required",
|
|
1108
1115
|
"group": "output",
|
|
1109
1116
|
"binding": {
|