@camunda/connectors-element-templates 1.0.5 → 1.0.7
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/build_element_template_array_json_files.sh +9 -0
- package/src/connectors.js +4 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +171 -13
- package/src/element-templates/agenticai-aiagent-job-worker.json +1618 -0
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +3064 -300
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -1
- package/src/element-templates/asana-connector.json +8 -8
- package/src/element-templates/automation-anywhere-outbound-connector.json +1185 -1179
- package/src/element-templates/aws-dynamodb-outbound-connector.json +77 -77
- package/src/element-templates/aws-eventbridge-connector-boundary.json +20 -20
- 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-start-event.json +18 -15
- package/src/element-templates/aws-eventbridge-outbound-connector.json +50 -50
- package/src/element-templates/aws-lambda-outbound-connector.json +279 -279
- 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 +486 -486
- package/src/element-templates/aws-sns-inbound-intermediate.json +491 -491
- package/src/element-templates/aws-sns-inbound-message-start.json +98 -98
- package/src/element-templates/aws-sns-inbound-start-event.json +133 -133
- package/src/element-templates/aws-sns-outbound-connector.json +423 -423
- package/src/element-templates/aws-sqs-boundary-connector.json +58 -58
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +523 -523
- package/src/element-templates/aws-sqs-outbound-connector.json +692 -692
- package/src/element-templates/aws-sqs-start-event-connector.json +709 -709
- package/src/element-templates/aws-sqs-start-message.json +460 -460
- package/src/element-templates/azure-blobstorage-outbound-connector.json +1 -1
- package/src/element-templates/blue-prism-connector.json +53 -53
- package/src/element-templates/csv-outbound-connector.json +804 -0
- package/src/element-templates/easy-post-connector.json +151 -151
- 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/email-outbound-connector.json +199 -199
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +3478 -170
- package/src/element-templates/github-connector.json +277 -277
- package/src/element-templates/github-webhook-connector-intermediate.json +44 -44
- package/src/element-templates/github-webhook-connector-start-event.json +29 -26
- package/src/element-templates/gitlab-connector.json +990 -990
- package/src/element-templates/google-drive-outbound-connector.json +423 -423
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +17 -17
- package/src/element-templates/google-sheets-outbound-connector.json +2550 -2550
- package/src/element-templates/graphql-outbound-connector.json +1179 -1179
- package/src/element-templates/http-json-connector.json +2280 -2280
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +256 -553
- package/src/element-templates/http-polling-connector.json +262 -559
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +402 -0
- package/src/element-templates/kafka-inbound-connector-boundary.json +1052 -1052
- package/src/element-templates/kafka-inbound-connector-intermediate.json +1088 -1088
- package/src/element-templates/kafka-inbound-connector-start-message.json +112 -112
- package/src/element-templates/kafka-inbound-connector.json +3 -0
- package/src/element-templates/kafka-outbound-connector.json +617 -617
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +1783 -1783
- package/src/element-templates/openai-connector.json +144 -144
- package/src/element-templates/operate-connector.json +66 -62
- package/src/element-templates/power-automate-connector.json +10 -10
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +439 -439
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +474 -474
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +11 -11
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +597 -597
- package/src/element-templates/rabbitmq-outbound-connector.json +622 -622
- package/src/element-templates/salesforce-connector.json +44 -44
- package/src/element-templates/sendgrid-outbound-connector.json +633 -633
- package/src/element-templates/slack-inbound-boundary.json +184 -184
- package/src/element-templates/slack-inbound-intermediate.json +168 -168
- package/src/element-templates/slack-inbound-message-start.json +201 -201
- package/src/element-templates/slack-inbound-start-event.json +320 -317
- package/src/element-templates/slack-outbound-connector.json +1185 -1185
- package/src/element-templates/twilio-connector.json +26 -26
- package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
- package/src/element-templates/twilio-webhook-connector.json +3 -0
- package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/uipath-connector.json +10 -10
- package/src/element-templates/webhook-connector-boundary.json +629 -629
- package/src/element-templates/webhook-connector-intermediate.json +268 -268
- package/src/element-templates/webhook-connector-start-event.json +1563 -1560
- package/src/element-templates/webhook-connector-start-message.json +1258 -1258
- package/src/element-templates/whatsapp-connector.json +39 -39
- package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
|
@@ -1,192 +1,372 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
-
"name": "Amazon SNS connector",
|
|
4
|
+
"name": "Amazon SNS Outbound connector",
|
|
5
5
|
"id": "io.camunda.connectors.AWSSNS.v1",
|
|
6
|
-
"description": "Send
|
|
7
|
-
"
|
|
8
|
-
|
|
9
|
-
"appliesTo": ["bpmn:Task"],
|
|
10
|
-
"elementType": {
|
|
11
|
-
"value": "bpmn:ServiceTask"
|
|
6
|
+
"description": "Send messages to Amazon SNS.",
|
|
7
|
+
"metadata": {
|
|
8
|
+
"keywords": ["send message", "publish message"]
|
|
12
9
|
},
|
|
10
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=outbound",
|
|
11
|
+
"version": 8,
|
|
13
12
|
"category": {
|
|
14
13
|
"id": "connectors",
|
|
15
14
|
"name": "Connectors"
|
|
16
15
|
},
|
|
16
|
+
"appliesTo": ["bpmn:Task"],
|
|
17
|
+
"elementType": {
|
|
18
|
+
"value": "bpmn:ServiceTask"
|
|
19
|
+
},
|
|
20
|
+
"engines": {
|
|
21
|
+
"camunda": "^8.3"
|
|
22
|
+
},
|
|
17
23
|
"groups": [
|
|
18
24
|
{
|
|
19
25
|
"id": "authentication",
|
|
20
26
|
"label": "Authentication"
|
|
21
27
|
},
|
|
22
28
|
{
|
|
23
|
-
"id": "
|
|
29
|
+
"id": "configuration",
|
|
24
30
|
"label": "Topic properties"
|
|
25
31
|
},
|
|
26
|
-
{
|
|
27
|
-
"id": "output",
|
|
28
|
-
"label": "Output"
|
|
29
|
-
},
|
|
30
32
|
{
|
|
31
33
|
"id": "input",
|
|
32
34
|
"label": "Input message data"
|
|
33
35
|
},
|
|
34
36
|
{
|
|
35
|
-
"id": "
|
|
37
|
+
"id": "connector",
|
|
38
|
+
"label": "Connector"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"id": "output",
|
|
42
|
+
"label": "Output mapping"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"id": "error",
|
|
36
46
|
"label": "Error handling"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"id": "retries",
|
|
50
|
+
"label": "Retries"
|
|
37
51
|
}
|
|
38
52
|
],
|
|
39
53
|
"properties": [
|
|
40
54
|
{
|
|
41
|
-
"type": "Hidden",
|
|
42
55
|
"value": "io.camunda:aws-sns:1",
|
|
43
56
|
"binding": {
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
}
|
|
57
|
+
"property": "type",
|
|
58
|
+
"type": "zeebe:taskDefinition"
|
|
59
|
+
},
|
|
60
|
+
"type": "Hidden"
|
|
47
61
|
},
|
|
48
62
|
{
|
|
49
|
-
"
|
|
50
|
-
"
|
|
63
|
+
"id": "authentication.type",
|
|
64
|
+
"label": "Authentication",
|
|
65
|
+
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/#aws-authentication-types\" target=\"_blank\">documentation page</a>",
|
|
66
|
+
"value": "credentials",
|
|
51
67
|
"group": "authentication",
|
|
52
|
-
"type": "String",
|
|
53
68
|
"binding": {
|
|
54
|
-
"
|
|
55
|
-
"
|
|
69
|
+
"name": "authentication.type",
|
|
70
|
+
"type": "zeebe:input"
|
|
56
71
|
},
|
|
72
|
+
"type": "Dropdown",
|
|
73
|
+
"choices": [
|
|
74
|
+
{
|
|
75
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
76
|
+
"value": "defaultCredentialsChain"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "Credentials",
|
|
80
|
+
"value": "credentials"
|
|
81
|
+
}
|
|
82
|
+
]
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"id": "authentication.accessKey",
|
|
86
|
+
"label": "Access key",
|
|
87
|
+
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
88
|
+
"optional": false,
|
|
57
89
|
"constraints": {
|
|
58
90
|
"notEmpty": true
|
|
59
|
-
}
|
|
91
|
+
},
|
|
92
|
+
"feel": "optional",
|
|
93
|
+
"group": "authentication",
|
|
94
|
+
"binding": {
|
|
95
|
+
"name": "authentication.accessKey",
|
|
96
|
+
"type": "zeebe:input"
|
|
97
|
+
},
|
|
98
|
+
"condition": {
|
|
99
|
+
"property": "authentication.type",
|
|
100
|
+
"equals": "credentials",
|
|
101
|
+
"type": "simple"
|
|
102
|
+
},
|
|
103
|
+
"type": "String"
|
|
60
104
|
},
|
|
61
105
|
{
|
|
106
|
+
"id": "authentication.secretKey",
|
|
62
107
|
"label": "Secret key",
|
|
63
|
-
"description": "Provide
|
|
108
|
+
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
109
|
+
"optional": false,
|
|
110
|
+
"constraints": {
|
|
111
|
+
"notEmpty": true
|
|
112
|
+
},
|
|
113
|
+
"feel": "optional",
|
|
64
114
|
"group": "authentication",
|
|
65
|
-
"type": "String",
|
|
66
115
|
"binding": {
|
|
67
|
-
"
|
|
68
|
-
"
|
|
116
|
+
"name": "authentication.secretKey",
|
|
117
|
+
"type": "zeebe:input"
|
|
69
118
|
},
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
|
|
119
|
+
"condition": {
|
|
120
|
+
"property": "authentication.type",
|
|
121
|
+
"equals": "credentials",
|
|
122
|
+
"type": "simple"
|
|
123
|
+
},
|
|
124
|
+
"type": "String"
|
|
73
125
|
},
|
|
74
126
|
{
|
|
127
|
+
"id": "topic.topicArn",
|
|
75
128
|
"label": "Topic ARN",
|
|
76
129
|
"description": "Specify the topic you want to publish to",
|
|
77
|
-
"
|
|
78
|
-
"
|
|
130
|
+
"optional": false,
|
|
131
|
+
"constraints": {
|
|
132
|
+
"notEmpty": true
|
|
133
|
+
},
|
|
134
|
+
"feel": "optional",
|
|
135
|
+
"group": "configuration",
|
|
79
136
|
"binding": {
|
|
80
|
-
"
|
|
81
|
-
"
|
|
137
|
+
"name": "topic.topicArn",
|
|
138
|
+
"type": "zeebe:input"
|
|
82
139
|
},
|
|
140
|
+
"type": "String"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"id": "topic.type",
|
|
144
|
+
"label": "Topic type",
|
|
145
|
+
"description": "Select SNS topic type. Details at <a href=\"https://aws.amazon.com/sns/features/\">AWS SNS Features</a>",
|
|
146
|
+
"optional": false,
|
|
147
|
+
"value": "standard",
|
|
83
148
|
"constraints": {
|
|
84
149
|
"notEmpty": true
|
|
85
|
-
}
|
|
150
|
+
},
|
|
151
|
+
"group": "configuration",
|
|
152
|
+
"binding": {
|
|
153
|
+
"name": "topic.type",
|
|
154
|
+
"type": "zeebe:input"
|
|
155
|
+
},
|
|
156
|
+
"type": "Dropdown",
|
|
157
|
+
"choices": [
|
|
158
|
+
{
|
|
159
|
+
"name": "Standard",
|
|
160
|
+
"value": "standard"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"name": "FIFO",
|
|
164
|
+
"value": "fifo"
|
|
165
|
+
}
|
|
166
|
+
]
|
|
86
167
|
},
|
|
87
168
|
{
|
|
169
|
+
"id": "configuration.region",
|
|
88
170
|
"label": "Region",
|
|
89
|
-
"description": "Specify the AWS region
|
|
90
|
-
"
|
|
91
|
-
"type": "String",
|
|
92
|
-
"binding": {
|
|
93
|
-
"type": "zeebe:input",
|
|
94
|
-
"name": "configuration.region"
|
|
95
|
-
},
|
|
171
|
+
"description": "Specify the AWS region",
|
|
172
|
+
"optional": false,
|
|
96
173
|
"constraints": {
|
|
97
174
|
"notEmpty": true
|
|
98
175
|
},
|
|
99
|
-
"feel": "optional"
|
|
176
|
+
"feel": "optional",
|
|
177
|
+
"group": "configuration",
|
|
178
|
+
"binding": {
|
|
179
|
+
"name": "configuration.region",
|
|
180
|
+
"type": "zeebe:input"
|
|
181
|
+
},
|
|
182
|
+
"type": "String"
|
|
100
183
|
},
|
|
101
184
|
{
|
|
102
|
-
"
|
|
103
|
-
"
|
|
185
|
+
"id": "configuration.endpoint",
|
|
186
|
+
"label": "Endpoint",
|
|
187
|
+
"description": "Specify endpoint if need to use custom endpoint",
|
|
188
|
+
"optional": true,
|
|
189
|
+
"group": "configuration",
|
|
190
|
+
"binding": {
|
|
191
|
+
"name": "configuration.endpoint",
|
|
192
|
+
"type": "zeebe:input"
|
|
193
|
+
},
|
|
194
|
+
"type": "Hidden"
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"id": "topic.messageGroupId",
|
|
198
|
+
"label": "Message group ID",
|
|
199
|
+
"description": "Message group ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/sns/latest/dg/fifo-message-grouping.html\">message grouping for FIFO topics</a> in the Amazon SNS developer guide",
|
|
200
|
+
"optional": false,
|
|
201
|
+
"feel": "optional",
|
|
104
202
|
"group": "input",
|
|
105
|
-
"
|
|
203
|
+
"binding": {
|
|
204
|
+
"name": "topic.messageGroupId",
|
|
205
|
+
"type": "zeebe:input"
|
|
206
|
+
},
|
|
207
|
+
"condition": {
|
|
208
|
+
"property": "topic.type",
|
|
209
|
+
"equals": "fifo",
|
|
210
|
+
"type": "simple"
|
|
211
|
+
},
|
|
212
|
+
"type": "String"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"id": "topic.messageDeduplicationId",
|
|
216
|
+
"label": "Message deduplication ID",
|
|
217
|
+
"description": "Message deduplication ID. See also <a href=\"https://docs.aws.amazon.com/sns/latest/dg/fifo-message-dedup.html\">Message deduplication for FIFO topics</a> in the Amazon SNS developer guide",
|
|
106
218
|
"optional": true,
|
|
219
|
+
"feel": "optional",
|
|
220
|
+
"group": "input",
|
|
107
221
|
"binding": {
|
|
108
|
-
"
|
|
109
|
-
"
|
|
222
|
+
"name": "topic.messageDeduplicationId",
|
|
223
|
+
"type": "zeebe:input"
|
|
110
224
|
},
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"
|
|
225
|
+
"condition": {
|
|
226
|
+
"property": "topic.type",
|
|
227
|
+
"equals": "fifo",
|
|
228
|
+
"type": "simple"
|
|
114
229
|
},
|
|
115
|
-
"
|
|
230
|
+
"type": "String"
|
|
116
231
|
},
|
|
117
232
|
{
|
|
118
|
-
"
|
|
119
|
-
"
|
|
233
|
+
"id": "topic.subject",
|
|
234
|
+
"label": "Subject",
|
|
235
|
+
"description": "Specify the subject of the message you want to publish in the SNS topic",
|
|
236
|
+
"optional": true,
|
|
237
|
+
"feel": "optional",
|
|
120
238
|
"group": "input",
|
|
121
|
-
"type": "Text",
|
|
122
239
|
"binding": {
|
|
123
|
-
"
|
|
124
|
-
"
|
|
240
|
+
"name": "topic.subject",
|
|
241
|
+
"type": "zeebe:input"
|
|
125
242
|
},
|
|
243
|
+
"type": "String"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"id": "topic.message",
|
|
247
|
+
"label": "Message",
|
|
248
|
+
"description": "Data to publish in the SNS topic",
|
|
249
|
+
"optional": false,
|
|
126
250
|
"constraints": {
|
|
127
251
|
"notEmpty": true
|
|
128
252
|
},
|
|
129
|
-
"feel": "optional"
|
|
253
|
+
"feel": "optional",
|
|
254
|
+
"group": "input",
|
|
255
|
+
"binding": {
|
|
256
|
+
"name": "topic.message",
|
|
257
|
+
"type": "zeebe:input"
|
|
258
|
+
},
|
|
259
|
+
"type": "Text"
|
|
130
260
|
},
|
|
131
261
|
{
|
|
132
|
-
"
|
|
262
|
+
"id": "topic.messageAttributes",
|
|
263
|
+
"label": "messageAttributes",
|
|
133
264
|
"description": "Message attributes metadata",
|
|
134
|
-
"group": "input",
|
|
135
|
-
"type": "Text",
|
|
136
265
|
"optional": true,
|
|
266
|
+
"feel": "required",
|
|
267
|
+
"group": "input",
|
|
137
268
|
"binding": {
|
|
138
|
-
"
|
|
139
|
-
"
|
|
269
|
+
"name": "topic.messageAttributes",
|
|
270
|
+
"type": "zeebe:input"
|
|
140
271
|
},
|
|
141
|
-
"
|
|
272
|
+
"type": "String"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"id": "version",
|
|
276
|
+
"label": "Version",
|
|
277
|
+
"description": "Version of the element template",
|
|
278
|
+
"value": "8",
|
|
279
|
+
"group": "connector",
|
|
280
|
+
"binding": {
|
|
281
|
+
"key": "elementTemplateVersion",
|
|
282
|
+
"type": "zeebe:taskHeader"
|
|
283
|
+
},
|
|
284
|
+
"type": "Hidden"
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"id": "id",
|
|
288
|
+
"label": "ID",
|
|
289
|
+
"description": "ID of the element template",
|
|
290
|
+
"value": "io.camunda.connectors.AWSSNS.v1",
|
|
291
|
+
"group": "connector",
|
|
292
|
+
"binding": {
|
|
293
|
+
"key": "elementTemplateId",
|
|
294
|
+
"type": "zeebe:taskHeader"
|
|
295
|
+
},
|
|
296
|
+
"type": "Hidden"
|
|
142
297
|
},
|
|
143
298
|
{
|
|
299
|
+
"id": "resultVariable",
|
|
144
300
|
"label": "Result variable",
|
|
145
|
-
"description": "Name of variable to store the response in
|
|
301
|
+
"description": "Name of variable to store the response in",
|
|
146
302
|
"group": "output",
|
|
147
|
-
"type": "String",
|
|
148
303
|
"binding": {
|
|
149
|
-
"
|
|
150
|
-
"
|
|
151
|
-
}
|
|
304
|
+
"key": "resultVariable",
|
|
305
|
+
"type": "zeebe:taskHeader"
|
|
306
|
+
},
|
|
307
|
+
"type": "String"
|
|
152
308
|
},
|
|
153
309
|
{
|
|
310
|
+
"id": "resultExpression",
|
|
154
311
|
"label": "Result expression",
|
|
155
|
-
"description": "Expression to map the response into process variables
|
|
156
|
-
"group": "output",
|
|
157
|
-
"type": "Text",
|
|
312
|
+
"description": "Expression to map the response into process variables",
|
|
158
313
|
"feel": "required",
|
|
314
|
+
"group": "output",
|
|
159
315
|
"binding": {
|
|
160
|
-
"
|
|
161
|
-
"
|
|
162
|
-
}
|
|
316
|
+
"key": "resultExpression",
|
|
317
|
+
"type": "zeebe:taskHeader"
|
|
318
|
+
},
|
|
319
|
+
"type": "Text"
|
|
163
320
|
},
|
|
164
321
|
{
|
|
322
|
+
"id": "errorExpression",
|
|
165
323
|
"label": "Error expression",
|
|
166
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
167
|
-
"group": "errors",
|
|
168
|
-
"type": "Text",
|
|
324
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
169
325
|
"feel": "required",
|
|
326
|
+
"group": "error",
|
|
327
|
+
"binding": {
|
|
328
|
+
"key": "errorExpression",
|
|
329
|
+
"type": "zeebe:taskHeader"
|
|
330
|
+
},
|
|
331
|
+
"type": "Text"
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"id": "retryCount",
|
|
335
|
+
"label": "Retries",
|
|
336
|
+
"description": "Number of retries",
|
|
337
|
+
"value": "3",
|
|
338
|
+
"feel": "optional",
|
|
339
|
+
"group": "retries",
|
|
340
|
+
"binding": {
|
|
341
|
+
"property": "retries",
|
|
342
|
+
"type": "zeebe:taskDefinition"
|
|
343
|
+
},
|
|
344
|
+
"type": "String"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"id": "retryBackoff",
|
|
348
|
+
"label": "Retry backoff",
|
|
349
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
350
|
+
"value": "PT0S",
|
|
351
|
+
"group": "retries",
|
|
170
352
|
"binding": {
|
|
171
|
-
"
|
|
172
|
-
"
|
|
173
|
-
}
|
|
353
|
+
"key": "retryBackoff",
|
|
354
|
+
"type": "zeebe:taskHeader"
|
|
355
|
+
},
|
|
356
|
+
"type": "String"
|
|
174
357
|
}
|
|
175
358
|
],
|
|
176
359
|
"icon": {
|
|
177
|
-
"contents": "data:image/svg+xml
|
|
178
|
-
},
|
|
179
|
-
"engines": {
|
|
180
|
-
"camunda": "^8.2"
|
|
360
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA4MCA4MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS82NC9BcmNoX0FXUy1TaW1wbGUtTm90aWZpY2F0aW9uLVNlcnZpY2VfNjQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9JzAlJyB5MT0nMTAwJScgeDI9JzEwMCUnIHkyPScwJScgaWQ9J2xpbmVhckdyYWRpZW50LTEnPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPScjQjAwODREJyBvZmZzZXQ9JzAlJz48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNGRjRGOEInIG9mZnNldD0nMTAwJSc+PC9zdG9wPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0nSWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BV1MtU2ltcGxlLU5vdGlmaWNhdGlvbi1TZXJ2aWNlXzY0JyBzdHJva2U9J25vbmUnIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nbm9uZScKICAgICAgIGZpbGwtcnVsZT0nZXZlbm9kZCc+CiAgICAgICAgPGcgaWQ9J0ljb24tQXJjaGl0ZWN0dXJlLUJHLzY0L0FwcGxpY2F0aW9uLUludGVncmF0aW9uJyBmaWxsPSd1cmwoI2xpbmVhckdyYWRpZW50LTEpJz4KICAgICAgICAgICAgPHJlY3QgaWQ9J1JlY3RhbmdsZScgeD0nMCcgeT0nMCcgd2lkdGg9JzgwJyBoZWlnaHQ9JzgwJz48L3JlY3Q+CiAgICAgICAgPC9nPgogICAgICAgIDxwYXRoIGQ9J00xNywzOCBDMTguMTAzLDM4IDE5LDM4Ljg5NyAxOSw0MCBDMTksNDEuMTAzIDE4LjEwMyw0MiAxNyw0MiBDMTUuODk3LDQyIDE1LDQxLjEwMyAxNSw0MCBDMTUsMzguODk3IDE1Ljg5NywzOCAxNywzOCBMMTcsMzggWiBNNDEsNjQgQzI5LjMxNCw2NCAxOS4yODksNTUuNDY2IDE3LjE5NCw0My45OCBDMTguOTY1LDQzLjg5NCAyMC40MjcsNDIuNjU5IDIwLjg1Nyw0MSBMMjcsNDEgTDI3LDM5IEwyMC44NTcsMzkgQzIwLjQyNywzNy4zNDIgMTguOTY2LDM2LjEwNyAxNy4xOTUsMzYuMDIgQzE5LjI4NSwyNC43MSAyOS41MTEsMTYgNDEsMTYgQzQ1LjMxMywxNiA0OS44MzIsMTcuNjIyIDU0LjQyOSwyMC44MjEgTDU1LjU3MSwxOS4xNzkgQzUwLjYzMywxNS43NDMgNDUuNzMsMTQgNDEsMTQgQzI4LjI3LDE0IDE2Ljk0OSwyMy44NjUgMTUuMDYzLDM2LjUyMSBDMTMuODM5LDM3LjIwNyAxMywzOC41IDEzLDQwIEMxMyw0MS41IDEzLjgzOSw0Mi43OTMgMTUuMDYzLDQzLjQ3OCBDMTYuOTcsNTYuMzQxIDI4LjA1Niw2NiA0MSw2NiBDNDYuNDA3LDY2IDUxLjk0Miw2NC4xNTcgNTYuNTg1LDYwLjgxMSBMNTUuNDE1LDU5LjE4OSBDNTEuMTEsNjIuMjkyIDQ1Ljk5MSw2NCA0MSw2NCBMNDEsNjQgWiBNMzAuMTAxLDM2LjQ0MiBDMzEuOTU1LDM2Ljg5NSAzNC4yNzUsMzcgMzYsMzcgQzM3LjY0MiwzNyAzOS44MjMsMzYuOTA1IDQxLjYyOSwzNi41MDYgTDM3LjEwNSw0NS41NTMgQzM3LjAzNiw0NS42OTEgMzcsNDUuODQ1IDM3LDQ2IEwzNyw1MC40NTMgQzM2LjE5OSw1MC45NjQgMzQuODMzLDUxLjgxMiAzNCw1MS45ODYgTDM0LDQ2IEMzNCw0NS44NjggMzMuOTc0LDQ1LjczNyAzMy45MjMsNDUuNjE1IEwzMC4xMDEsMzYuNDQyIFogTTM2LDMzIEM0MC4wMjUsMzMgNDIuMTc0LDMzLjYwNCA0Mi44NDEsMzQgQzQyLjE3NCwzNC4zOTYgNDAuMDI1LDM1IDM2LDM1IEMzMS45NzUsMzUgMjkuODI2LDM0LjM5NiAyOS4xNTksMzQgQzI5LjgyNiwzMy42MDQgMzEuOTc1LDMzIDM2LDMzIEwzNiwzMyBaIE0zMyw1NCBMMzQsNTQgQzM0LjA0Myw1NCAzNC4wODYsNTMuOTk3IDM0LjEyOCw1My45OTIgQzM1LjM1Miw1My44MzMgMzYuOTA5LDUyLjg4NyAzOC4yNzIsNTIuMDEzIEwzOC41MzUsNTEuODQ1IEMzOC44MjQsNTEuNjYxIDM5LDUxLjM0MiAzOSw1MSBMMzksNDYuMjM2IEw0NC41NTksMzUuMTIgQzQ0LjgzMywzNC44MDEgNDUsMzQuNDM0IDQ1LDM0IEM0NSwzMS4zOSAzOS4zNjEsMzEgMzYsMzEgQzMyLjYzOSwzMSAyNywzMS4zOSAyNywzNCBDMjcsMzQuMzY2IDI3LjEyLDM0LjY4NCAyNy4zMiwzNC45NjcgTDMyLDQ2LjIgTDMyLDUzIEMzMiw1My41NTIgMzIuNDQ3LDU0IDMzLDU0IEwzMyw1NCBaIE02Miw1MyBDNjMuMTAzLDUzIDY0LDUzLjg5NyA2NCw1NSBDNjQsNTYuMTAzIDYzLjEwMyw1NyA2Miw1NyBDNjAuODk3LDU3IDYwLDU2LjEwMyA2MCw1NSBDNjAsNTMuODk3IDYwLjg5Nyw1MyA2Miw1MyBMNjIsNTMgWiBNNjIsMjMgQzYzLjEwMywyMyA2NCwyMy44OTcgNjQsMjUgQzY0LDI2LjEwMyA2My4xMDMsMjcgNjIsMjcgQzYwLjg5NywyNyA2MCwyNi4xMDMgNjAsMjUgQzYwLDIzLjg5NyA2MC44OTcsMjMgNjIsMjMgTDYyLDIzIFogTTY0LDM4IEM2NS4xMDMsMzggNjYsMzguODk3IDY2LDQwIEM2Niw0MS4xMDMgNjUuMTAzLDQyIDY0LDQyIEM2Mi44OTcsNDIgNjIsNDEuMTAzIDYyLDQwIEM2MiwzOC44OTcgNjIuODk3LDM4IDY0LDM4IEw2NCwzOCBaIE01NCw0MSBMNjAuMTQzLDQxIEM2MC41ODksNDIuNzIgNjIuMTQyLDQ0IDY0LDQ0IEM2Ni4yMDYsNDQgNjgsNDIuMjA2IDY4LDQwIEM2OCwzNy43OTQgNjYuMjA2LDM2IDY0LDM2IEM2Mi4xNDIsMzYgNjAuNTg5LDM3LjI4IDYwLjE0MywzOSBMNTQsMzkgTDU0LDI2IEw1OC4xNDMsMjYgQzU4LjU4OSwyNy43MiA2MC4xNDIsMjkgNjIsMjkgQzY0LjIwNiwyOSA2NiwyNy4yMDYgNjYsMjUgQzY2LDIyLjc5NCA2NC4yMDYsMjEgNjIsMjEgQzYwLjE0MiwyMSA1OC41ODksMjIuMjggNTguMTQzLDI0IEw1MywyNCBDNTIuNDQ3LDI0IDUyLDI0LjQ0OCA1MiwyNSBMNTIsMzkgTDQ1LDM5IEw0NSw0MSBMNTIsNDEgTDUyLDU1IEM1Miw1NS41NTIgNTIuNDQ3LDU2IDUzLDU2IEw1OC4xNDMsNTYgQzU4LjU4OSw1Ny43MiA2MC4xNDIsNTkgNjIsNTkgQzY0LjIwNiw1OSA2Niw1Ny4yMDYgNjYsNTUgQzY2LDUyLjc5NCA2NC4yMDYsNTEgNjIsNTEgQzYwLjE0Miw1MSA1OC41ODksNTIuMjggNTguMTQzLDU0IEw1NCw1NCBMNTQsNDEgWicKICAgICAgICAgICAgICBpZD0nQVdTLVNpbXBsZS1Ob3RpZmljYXRpb24tU2VydmljZV9JY29uXzY0X1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
181
361
|
}
|
|
182
362
|
},
|
|
183
363
|
{
|
|
184
364
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
185
|
-
"name": "Amazon SNS connector",
|
|
365
|
+
"name": "Amazon SNS Outbound connector",
|
|
186
366
|
"id": "io.camunda.connectors.AWSSNS.v1",
|
|
187
367
|
"description": "Send message to topic",
|
|
188
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
189
|
-
"version":
|
|
368
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=outbound",
|
|
369
|
+
"version": 6,
|
|
190
370
|
"appliesTo": ["bpmn:Task"],
|
|
191
371
|
"elementType": {
|
|
192
372
|
"value": "bpmn:ServiceTask"
|
|
@@ -226,6 +406,32 @@
|
|
|
226
406
|
"property": "type"
|
|
227
407
|
}
|
|
228
408
|
},
|
|
409
|
+
{
|
|
410
|
+
"id": "authenticationType",
|
|
411
|
+
"label": "Authentication",
|
|
412
|
+
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/\" target=\"_blank\">documentation page</a>",
|
|
413
|
+
"group": "authentication",
|
|
414
|
+
"type": "Dropdown",
|
|
415
|
+
"optional": false,
|
|
416
|
+
"value": "credentials",
|
|
417
|
+
"choices": [
|
|
418
|
+
{
|
|
419
|
+
"name": "Credentials",
|
|
420
|
+
"value": "credentials"
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
424
|
+
"value": "defaultCredentialsChain"
|
|
425
|
+
}
|
|
426
|
+
],
|
|
427
|
+
"binding": {
|
|
428
|
+
"type": "zeebe:input",
|
|
429
|
+
"name": "authentication.type"
|
|
430
|
+
},
|
|
431
|
+
"constraints": {
|
|
432
|
+
"notEmpty": true
|
|
433
|
+
}
|
|
434
|
+
},
|
|
229
435
|
{
|
|
230
436
|
"label": "Access key",
|
|
231
437
|
"description": "Provide AWS IAM access key that has permission to publish to desired SNS topic",
|
|
@@ -237,6 +443,10 @@
|
|
|
237
443
|
},
|
|
238
444
|
"constraints": {
|
|
239
445
|
"notEmpty": true
|
|
446
|
+
},
|
|
447
|
+
"condition": {
|
|
448
|
+
"property": "authenticationType",
|
|
449
|
+
"equals": "credentials"
|
|
240
450
|
}
|
|
241
451
|
},
|
|
242
452
|
{
|
|
@@ -250,15 +460,10 @@
|
|
|
250
460
|
},
|
|
251
461
|
"constraints": {
|
|
252
462
|
"notEmpty": true
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
"description": "This value forces to evaluate configuration first in order",
|
|
258
|
-
"value": "nonce",
|
|
259
|
-
"binding": {
|
|
260
|
-
"type": "zeebe:input",
|
|
261
|
-
"name": "configuration.nonce"
|
|
463
|
+
},
|
|
464
|
+
"condition": {
|
|
465
|
+
"property": "authenticationType",
|
|
466
|
+
"equals": "credentials"
|
|
262
467
|
}
|
|
263
468
|
},
|
|
264
469
|
{
|
|
@@ -288,15 +493,6 @@
|
|
|
288
493
|
},
|
|
289
494
|
"feel": "optional"
|
|
290
495
|
},
|
|
291
|
-
{
|
|
292
|
-
"description": "Backwards compatible region",
|
|
293
|
-
"type": "Hidden",
|
|
294
|
-
"value": "=configuration.region",
|
|
295
|
-
"binding": {
|
|
296
|
-
"type": "zeebe:input",
|
|
297
|
-
"name": "topic.region"
|
|
298
|
-
}
|
|
299
|
-
},
|
|
300
496
|
{
|
|
301
497
|
"label": "Subject",
|
|
302
498
|
"description": "Specify the subject of the message you want to publish in the SNS topic",
|
|
@@ -376,7 +572,7 @@
|
|
|
376
572
|
"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"
|
|
377
573
|
},
|
|
378
574
|
"engines": {
|
|
379
|
-
"camunda": "^8.
|
|
575
|
+
"camunda": "^8.4"
|
|
380
576
|
}
|
|
381
577
|
},
|
|
382
578
|
{
|
|
@@ -385,7 +581,7 @@
|
|
|
385
581
|
"id": "io.camunda.connectors.AWSSNS.v1",
|
|
386
582
|
"description": "Send message to topic",
|
|
387
583
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
|
|
388
|
-
"version":
|
|
584
|
+
"version": 4,
|
|
389
585
|
"appliesTo": ["bpmn:Task"],
|
|
390
586
|
"elementType": {
|
|
391
587
|
"value": "bpmn:ServiceTask"
|
|
@@ -565,327 +761,180 @@
|
|
|
565
761
|
"name": "Amazon SNS Outbound connector",
|
|
566
762
|
"id": "io.camunda.connectors.AWSSNS.v1",
|
|
567
763
|
"description": "Send message to topic",
|
|
568
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
569
|
-
"version":
|
|
570
|
-
"category": {
|
|
571
|
-
"id": "connectors",
|
|
572
|
-
"name": "Connectors"
|
|
573
|
-
},
|
|
764
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
|
|
765
|
+
"version": 5,
|
|
574
766
|
"appliesTo": ["bpmn:Task"],
|
|
575
767
|
"elementType": {
|
|
576
768
|
"value": "bpmn:ServiceTask"
|
|
577
769
|
},
|
|
770
|
+
"category": {
|
|
771
|
+
"id": "connectors",
|
|
772
|
+
"name": "Connectors"
|
|
773
|
+
},
|
|
578
774
|
"groups": [
|
|
579
775
|
{
|
|
580
776
|
"id": "authentication",
|
|
581
777
|
"label": "Authentication"
|
|
582
778
|
},
|
|
583
779
|
{
|
|
584
|
-
"id": "
|
|
780
|
+
"id": "topicProperties",
|
|
585
781
|
"label": "Topic properties"
|
|
586
782
|
},
|
|
587
|
-
{
|
|
588
|
-
"id": "input",
|
|
589
|
-
"label": "Input message data"
|
|
590
|
-
},
|
|
591
783
|
{
|
|
592
784
|
"id": "output",
|
|
593
|
-
"label": "Output
|
|
785
|
+
"label": "Output"
|
|
594
786
|
},
|
|
595
787
|
{
|
|
596
|
-
"id": "
|
|
597
|
-
"label": "
|
|
788
|
+
"id": "input",
|
|
789
|
+
"label": "Input message data"
|
|
598
790
|
},
|
|
599
791
|
{
|
|
600
|
-
"id": "
|
|
601
|
-
"label": "
|
|
792
|
+
"id": "errors",
|
|
793
|
+
"label": "Error handling"
|
|
602
794
|
}
|
|
603
795
|
],
|
|
604
796
|
"properties": [
|
|
605
797
|
{
|
|
798
|
+
"type": "Hidden",
|
|
606
799
|
"value": "io.camunda:aws-sns:1",
|
|
607
800
|
"binding": {
|
|
608
|
-
"
|
|
609
|
-
"
|
|
610
|
-
}
|
|
611
|
-
"type": "Hidden"
|
|
801
|
+
"type": "zeebe:taskDefinition",
|
|
802
|
+
"property": "type"
|
|
803
|
+
}
|
|
612
804
|
},
|
|
613
805
|
{
|
|
614
|
-
"
|
|
615
|
-
"
|
|
616
|
-
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/#aws-authentication-types\" target=\"_blank\">documentation page</a>",
|
|
617
|
-
"value": "credentials",
|
|
806
|
+
"label": "Access key",
|
|
807
|
+
"description": "Provide AWS IAM access key that has permission to publish to desired SNS topic",
|
|
618
808
|
"group": "authentication",
|
|
809
|
+
"type": "String",
|
|
619
810
|
"binding": {
|
|
620
|
-
"
|
|
621
|
-
"
|
|
811
|
+
"type": "zeebe:input",
|
|
812
|
+
"name": "authentication.accessKey"
|
|
622
813
|
},
|
|
623
|
-
"type": "Dropdown",
|
|
624
|
-
"choices": [
|
|
625
|
-
{
|
|
626
|
-
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
627
|
-
"value": "defaultCredentialsChain"
|
|
628
|
-
},
|
|
629
|
-
{
|
|
630
|
-
"name": "Credentials",
|
|
631
|
-
"value": "credentials"
|
|
632
|
-
}
|
|
633
|
-
]
|
|
634
|
-
},
|
|
635
|
-
{
|
|
636
|
-
"id": "authentication.accessKey",
|
|
637
|
-
"label": "Access key",
|
|
638
|
-
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
639
|
-
"optional": false,
|
|
640
814
|
"constraints": {
|
|
641
815
|
"notEmpty": true
|
|
642
|
-
}
|
|
643
|
-
"feel": "optional",
|
|
644
|
-
"group": "authentication",
|
|
645
|
-
"binding": {
|
|
646
|
-
"name": "authentication.accessKey",
|
|
647
|
-
"type": "zeebe:input"
|
|
648
|
-
},
|
|
649
|
-
"condition": {
|
|
650
|
-
"property": "authentication.type",
|
|
651
|
-
"equals": "credentials",
|
|
652
|
-
"type": "simple"
|
|
653
|
-
},
|
|
654
|
-
"type": "String"
|
|
816
|
+
}
|
|
655
817
|
},
|
|
656
818
|
{
|
|
657
|
-
"id": "authentication.secretKey",
|
|
658
819
|
"label": "Secret key",
|
|
659
|
-
"description": "Provide
|
|
660
|
-
"optional": false,
|
|
661
|
-
"constraints": {
|
|
662
|
-
"notEmpty": true
|
|
663
|
-
},
|
|
664
|
-
"feel": "optional",
|
|
820
|
+
"description": "Provide AWS IAM secret key that has permission to publish to desired SNS topic",
|
|
665
821
|
"group": "authentication",
|
|
822
|
+
"type": "String",
|
|
666
823
|
"binding": {
|
|
667
|
-
"
|
|
668
|
-
"
|
|
669
|
-
},
|
|
670
|
-
"condition": {
|
|
671
|
-
"property": "authentication.type",
|
|
672
|
-
"equals": "credentials",
|
|
673
|
-
"type": "simple"
|
|
674
|
-
},
|
|
675
|
-
"type": "String"
|
|
676
|
-
},
|
|
677
|
-
{
|
|
678
|
-
"id": "topic.topicArn",
|
|
679
|
-
"label": "Topic ARN",
|
|
680
|
-
"description": "Specify the topic you want to publish to",
|
|
681
|
-
"optional": false,
|
|
682
|
-
"constraints": {
|
|
683
|
-
"notEmpty": true
|
|
684
|
-
},
|
|
685
|
-
"feel": "optional",
|
|
686
|
-
"group": "configuration",
|
|
687
|
-
"binding": {
|
|
688
|
-
"name": "topic.topicArn",
|
|
689
|
-
"type": "zeebe:input"
|
|
824
|
+
"type": "zeebe:input",
|
|
825
|
+
"name": "authentication.secretKey"
|
|
690
826
|
},
|
|
691
|
-
"type": "String"
|
|
692
|
-
},
|
|
693
|
-
{
|
|
694
|
-
"id": "topic.type",
|
|
695
|
-
"label": "Topic type",
|
|
696
|
-
"description": "Select SNS topic type. Details at <a href=\"https://aws.amazon.com/sns/features/\">AWS SNS Features</a>",
|
|
697
|
-
"optional": false,
|
|
698
|
-
"value": "standard",
|
|
699
827
|
"constraints": {
|
|
700
828
|
"notEmpty": true
|
|
701
|
-
}
|
|
702
|
-
"group": "configuration",
|
|
703
|
-
"binding": {
|
|
704
|
-
"name": "topic.type",
|
|
705
|
-
"type": "zeebe:input"
|
|
706
|
-
},
|
|
707
|
-
"type": "Dropdown",
|
|
708
|
-
"choices": [
|
|
709
|
-
{
|
|
710
|
-
"name": "Standard",
|
|
711
|
-
"value": "standard"
|
|
712
|
-
},
|
|
713
|
-
{
|
|
714
|
-
"name": "FIFO",
|
|
715
|
-
"value": "fifo"
|
|
716
|
-
}
|
|
717
|
-
]
|
|
718
|
-
},
|
|
719
|
-
{
|
|
720
|
-
"id": "configuration.region",
|
|
721
|
-
"label": "Region",
|
|
722
|
-
"description": "Specify the AWS region",
|
|
723
|
-
"optional": true,
|
|
724
|
-
"feel": "optional",
|
|
725
|
-
"group": "configuration",
|
|
726
|
-
"binding": {
|
|
727
|
-
"name": "configuration.region",
|
|
728
|
-
"type": "zeebe:input"
|
|
729
|
-
},
|
|
730
|
-
"type": "String"
|
|
731
|
-
},
|
|
732
|
-
{
|
|
733
|
-
"id": "configuration.endpoint",
|
|
734
|
-
"label": "Endpoint",
|
|
735
|
-
"description": "Specify endpoint if need to use custom endpoint",
|
|
736
|
-
"optional": true,
|
|
737
|
-
"group": "configuration",
|
|
738
|
-
"binding": {
|
|
739
|
-
"name": "configuration.endpoint",
|
|
740
|
-
"type": "zeebe:input"
|
|
741
|
-
},
|
|
742
|
-
"type": "Hidden"
|
|
829
|
+
}
|
|
743
830
|
},
|
|
744
|
-
{
|
|
745
|
-
"
|
|
746
|
-
"
|
|
747
|
-
"
|
|
748
|
-
"
|
|
749
|
-
"
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
"name": "topic.messageGroupId",
|
|
753
|
-
"type": "zeebe:input"
|
|
754
|
-
},
|
|
755
|
-
"condition": {
|
|
756
|
-
"property": "topic.type",
|
|
757
|
-
"equals": "fifo",
|
|
758
|
-
"type": "simple"
|
|
831
|
+
{
|
|
832
|
+
"label": "Topic ARN",
|
|
833
|
+
"description": "Specify the topic you want to publish to",
|
|
834
|
+
"group": "topicProperties",
|
|
835
|
+
"type": "String",
|
|
836
|
+
"binding": {
|
|
837
|
+
"type": "zeebe:input",
|
|
838
|
+
"name": "topic.topicArn"
|
|
759
839
|
},
|
|
760
|
-
"
|
|
840
|
+
"constraints": {
|
|
841
|
+
"notEmpty": true
|
|
842
|
+
}
|
|
761
843
|
},
|
|
762
844
|
{
|
|
763
|
-
"
|
|
764
|
-
"
|
|
765
|
-
"
|
|
766
|
-
"
|
|
767
|
-
"feel": "optional",
|
|
768
|
-
"group": "input",
|
|
845
|
+
"label": "Region",
|
|
846
|
+
"description": "Specify the AWS region of your topic",
|
|
847
|
+
"group": "topicProperties",
|
|
848
|
+
"type": "String",
|
|
769
849
|
"binding": {
|
|
770
|
-
"
|
|
771
|
-
"
|
|
850
|
+
"type": "zeebe:input",
|
|
851
|
+
"name": "configuration.region"
|
|
772
852
|
},
|
|
773
|
-
"
|
|
774
|
-
"
|
|
775
|
-
"equals": "fifo",
|
|
776
|
-
"type": "simple"
|
|
853
|
+
"constraints": {
|
|
854
|
+
"notEmpty": true
|
|
777
855
|
},
|
|
778
|
-
"
|
|
856
|
+
"feel": "optional"
|
|
779
857
|
},
|
|
780
858
|
{
|
|
781
|
-
"id": "topic.subject",
|
|
782
859
|
"label": "Subject",
|
|
783
860
|
"description": "Specify the subject of the message you want to publish in the SNS topic",
|
|
784
|
-
"optional": true,
|
|
785
|
-
"feel": "optional",
|
|
786
861
|
"group": "input",
|
|
862
|
+
"type": "String",
|
|
863
|
+
"optional": true,
|
|
787
864
|
"binding": {
|
|
788
|
-
"
|
|
789
|
-
"
|
|
865
|
+
"type": "zeebe:input",
|
|
866
|
+
"name": "topic.subject"
|
|
790
867
|
},
|
|
791
|
-
"
|
|
868
|
+
"constraints": {
|
|
869
|
+
"notEmpty": false,
|
|
870
|
+
"maxLength": 99
|
|
871
|
+
},
|
|
872
|
+
"feel": "optional"
|
|
792
873
|
},
|
|
793
874
|
{
|
|
794
|
-
"id": "topic.message",
|
|
795
875
|
"label": "Message",
|
|
796
876
|
"description": "Data to publish in the SNS topic",
|
|
797
|
-
"optional": false,
|
|
798
|
-
"constraints": {
|
|
799
|
-
"notEmpty": true
|
|
800
|
-
},
|
|
801
|
-
"feel": "optional",
|
|
802
877
|
"group": "input",
|
|
878
|
+
"type": "Text",
|
|
803
879
|
"binding": {
|
|
804
|
-
"
|
|
805
|
-
"
|
|
880
|
+
"type": "zeebe:input",
|
|
881
|
+
"name": "topic.message"
|
|
806
882
|
},
|
|
807
|
-
"
|
|
883
|
+
"constraints": {
|
|
884
|
+
"notEmpty": true
|
|
885
|
+
},
|
|
886
|
+
"feel": "optional"
|
|
808
887
|
},
|
|
809
888
|
{
|
|
810
|
-
"
|
|
811
|
-
"label": "messageAttributes",
|
|
889
|
+
"label": "Message attributes",
|
|
812
890
|
"description": "Message attributes metadata",
|
|
813
|
-
"optional": true,
|
|
814
|
-
"feel": "required",
|
|
815
891
|
"group": "input",
|
|
892
|
+
"type": "Text",
|
|
893
|
+
"optional": true,
|
|
816
894
|
"binding": {
|
|
817
|
-
"
|
|
818
|
-
"
|
|
895
|
+
"type": "zeebe:input",
|
|
896
|
+
"name": "topic.messageAttributes"
|
|
819
897
|
},
|
|
820
|
-
"
|
|
898
|
+
"feel": "required"
|
|
821
899
|
},
|
|
822
900
|
{
|
|
823
|
-
"id": "resultVariable",
|
|
824
901
|
"label": "Result variable",
|
|
825
|
-
"description": "Name of variable to store the response in",
|
|
902
|
+
"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>",
|
|
826
903
|
"group": "output",
|
|
904
|
+
"type": "String",
|
|
827
905
|
"binding": {
|
|
828
|
-
"
|
|
829
|
-
"
|
|
830
|
-
}
|
|
831
|
-
"type": "String"
|
|
906
|
+
"type": "zeebe:taskHeader",
|
|
907
|
+
"key": "resultVariable"
|
|
908
|
+
}
|
|
832
909
|
},
|
|
833
910
|
{
|
|
834
|
-
"id": "resultExpression",
|
|
835
911
|
"label": "Result expression",
|
|
836
|
-
"description": "Expression to map the response into process variables",
|
|
837
|
-
"feel": "required",
|
|
912
|
+
"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>",
|
|
838
913
|
"group": "output",
|
|
914
|
+
"type": "Text",
|
|
915
|
+
"feel": "required",
|
|
839
916
|
"binding": {
|
|
840
|
-
"
|
|
841
|
-
"
|
|
842
|
-
}
|
|
843
|
-
"type": "Text"
|
|
917
|
+
"type": "zeebe:taskHeader",
|
|
918
|
+
"key": "resultExpression"
|
|
919
|
+
}
|
|
844
920
|
},
|
|
845
921
|
{
|
|
846
|
-
"id": "errorExpression",
|
|
847
922
|
"label": "Error expression",
|
|
848
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
923
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
|
|
924
|
+
"group": "errors",
|
|
925
|
+
"type": "Text",
|
|
849
926
|
"feel": "required",
|
|
850
|
-
"group": "error",
|
|
851
|
-
"binding": {
|
|
852
|
-
"key": "errorExpression",
|
|
853
|
-
"type": "zeebe:taskHeader"
|
|
854
|
-
},
|
|
855
|
-
"type": "Text"
|
|
856
|
-
},
|
|
857
|
-
{
|
|
858
|
-
"id": "retryCount",
|
|
859
|
-
"label": "Retries",
|
|
860
|
-
"description": "Number of retries",
|
|
861
|
-
"value": "3",
|
|
862
|
-
"feel": "optional",
|
|
863
|
-
"group": "retries",
|
|
864
|
-
"binding": {
|
|
865
|
-
"property": "retries",
|
|
866
|
-
"type": "zeebe:taskDefinition"
|
|
867
|
-
},
|
|
868
|
-
"type": "String"
|
|
869
|
-
},
|
|
870
|
-
{
|
|
871
|
-
"id": "retryBackoff",
|
|
872
|
-
"label": "Retry backoff",
|
|
873
|
-
"description": "ISO-8601 duration to wait between retries",
|
|
874
|
-
"value": "PT0S",
|
|
875
|
-
"feel": "optional",
|
|
876
|
-
"group": "retries",
|
|
877
927
|
"binding": {
|
|
878
|
-
"
|
|
879
|
-
"
|
|
880
|
-
}
|
|
881
|
-
"type": "String"
|
|
928
|
+
"type": "zeebe:taskHeader",
|
|
929
|
+
"key": "errorExpression"
|
|
930
|
+
}
|
|
882
931
|
}
|
|
883
932
|
],
|
|
884
933
|
"icon": {
|
|
885
|
-
"contents": "data:image/svg+xml
|
|
934
|
+
"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"
|
|
886
935
|
},
|
|
887
936
|
"engines": {
|
|
888
|
-
"camunda": "^8.
|
|
937
|
+
"camunda": "^8.2"
|
|
889
938
|
}
|
|
890
939
|
},
|
|
891
940
|
{
|
|
@@ -1071,11 +1120,11 @@
|
|
|
1071
1120
|
},
|
|
1072
1121
|
{
|
|
1073
1122
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1074
|
-
"name": "Amazon SNS
|
|
1123
|
+
"name": "Amazon SNS connector",
|
|
1075
1124
|
"id": "io.camunda.connectors.AWSSNS.v1",
|
|
1076
1125
|
"description": "Send message to topic",
|
|
1077
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
1078
|
-
"version":
|
|
1126
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
|
|
1127
|
+
"version": 2,
|
|
1079
1128
|
"appliesTo": ["bpmn:Task"],
|
|
1080
1129
|
"elementType": {
|
|
1081
1130
|
"value": "bpmn:ServiceTask"
|
|
@@ -1115,32 +1164,6 @@
|
|
|
1115
1164
|
"property": "type"
|
|
1116
1165
|
}
|
|
1117
1166
|
},
|
|
1118
|
-
{
|
|
1119
|
-
"id": "authenticationType",
|
|
1120
|
-
"label": "Authentication",
|
|
1121
|
-
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/\" target=\"_blank\">documentation page</a>",
|
|
1122
|
-
"group": "authentication",
|
|
1123
|
-
"type": "Dropdown",
|
|
1124
|
-
"optional": false,
|
|
1125
|
-
"value": "credentials",
|
|
1126
|
-
"choices": [
|
|
1127
|
-
{
|
|
1128
|
-
"name": "Credentials",
|
|
1129
|
-
"value": "credentials"
|
|
1130
|
-
},
|
|
1131
|
-
{
|
|
1132
|
-
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
1133
|
-
"value": "defaultCredentialsChain"
|
|
1134
|
-
}
|
|
1135
|
-
],
|
|
1136
|
-
"binding": {
|
|
1137
|
-
"type": "zeebe:input",
|
|
1138
|
-
"name": "authentication.type"
|
|
1139
|
-
},
|
|
1140
|
-
"constraints": {
|
|
1141
|
-
"notEmpty": true
|
|
1142
|
-
}
|
|
1143
|
-
},
|
|
1144
1167
|
{
|
|
1145
1168
|
"label": "Access key",
|
|
1146
1169
|
"description": "Provide AWS IAM access key that has permission to publish to desired SNS topic",
|
|
@@ -1152,10 +1175,6 @@
|
|
|
1152
1175
|
},
|
|
1153
1176
|
"constraints": {
|
|
1154
1177
|
"notEmpty": true
|
|
1155
|
-
},
|
|
1156
|
-
"condition": {
|
|
1157
|
-
"property": "authenticationType",
|
|
1158
|
-
"equals": "credentials"
|
|
1159
1178
|
}
|
|
1160
1179
|
},
|
|
1161
1180
|
{
|
|
@@ -1169,10 +1188,6 @@
|
|
|
1169
1188
|
},
|
|
1170
1189
|
"constraints": {
|
|
1171
1190
|
"notEmpty": true
|
|
1172
|
-
},
|
|
1173
|
-
"condition": {
|
|
1174
|
-
"property": "authenticationType",
|
|
1175
|
-
"equals": "credentials"
|
|
1176
1191
|
}
|
|
1177
1192
|
},
|
|
1178
1193
|
{
|
|
@@ -1281,16 +1296,16 @@
|
|
|
1281
1296
|
"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"
|
|
1282
1297
|
},
|
|
1283
1298
|
"engines": {
|
|
1284
|
-
"camunda": "^8.
|
|
1299
|
+
"camunda": "^8.2"
|
|
1285
1300
|
}
|
|
1286
1301
|
},
|
|
1287
1302
|
{
|
|
1288
1303
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1289
|
-
"name": "Amazon SNS
|
|
1304
|
+
"name": "Amazon SNS connector",
|
|
1290
1305
|
"id": "io.camunda.connectors.AWSSNS.v1",
|
|
1291
1306
|
"description": "Send message to topic",
|
|
1292
1307
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
|
|
1293
|
-
"version":
|
|
1308
|
+
"version": 3,
|
|
1294
1309
|
"appliesTo": ["bpmn:Task"],
|
|
1295
1310
|
"elementType": {
|
|
1296
1311
|
"value": "bpmn:ServiceTask"
|
|
@@ -1356,6 +1371,15 @@
|
|
|
1356
1371
|
"notEmpty": true
|
|
1357
1372
|
}
|
|
1358
1373
|
},
|
|
1374
|
+
{
|
|
1375
|
+
"type": "Hidden",
|
|
1376
|
+
"description": "This value forces to evaluate configuration first in order",
|
|
1377
|
+
"value": "nonce",
|
|
1378
|
+
"binding": {
|
|
1379
|
+
"type": "zeebe:input",
|
|
1380
|
+
"name": "configuration.nonce"
|
|
1381
|
+
}
|
|
1382
|
+
},
|
|
1359
1383
|
{
|
|
1360
1384
|
"label": "Topic ARN",
|
|
1361
1385
|
"description": "Specify the topic you want to publish to",
|
|
@@ -1383,6 +1407,15 @@
|
|
|
1383
1407
|
},
|
|
1384
1408
|
"feel": "optional"
|
|
1385
1409
|
},
|
|
1410
|
+
{
|
|
1411
|
+
"description": "Backwards compatible region",
|
|
1412
|
+
"type": "Hidden",
|
|
1413
|
+
"value": "=configuration.region",
|
|
1414
|
+
"binding": {
|
|
1415
|
+
"type": "zeebe:input",
|
|
1416
|
+
"name": "topic.region"
|
|
1417
|
+
}
|
|
1418
|
+
},
|
|
1386
1419
|
{
|
|
1387
1420
|
"label": "Subject",
|
|
1388
1421
|
"description": "Specify the subject of the message you want to publish in the SNS topic",
|
|
@@ -1469,12 +1502,9 @@
|
|
|
1469
1502
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1470
1503
|
"name": "Amazon SNS Outbound connector",
|
|
1471
1504
|
"id": "io.camunda.connectors.AWSSNS.v1",
|
|
1472
|
-
"description": "Send
|
|
1473
|
-
"metadata": {
|
|
1474
|
-
"keywords": ["send message", "publish message"]
|
|
1475
|
-
},
|
|
1505
|
+
"description": "Send message to topic",
|
|
1476
1506
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=outbound",
|
|
1477
|
-
"version":
|
|
1507
|
+
"version": 7,
|
|
1478
1508
|
"category": {
|
|
1479
1509
|
"id": "connectors",
|
|
1480
1510
|
"name": "Connectors"
|
|
@@ -1483,9 +1513,6 @@
|
|
|
1483
1513
|
"elementType": {
|
|
1484
1514
|
"value": "bpmn:ServiceTask"
|
|
1485
1515
|
},
|
|
1486
|
-
"engines": {
|
|
1487
|
-
"camunda": "^8.3"
|
|
1488
|
-
},
|
|
1489
1516
|
"groups": [
|
|
1490
1517
|
{
|
|
1491
1518
|
"id": "authentication",
|
|
@@ -1499,10 +1526,6 @@
|
|
|
1499
1526
|
"id": "input",
|
|
1500
1527
|
"label": "Input message data"
|
|
1501
1528
|
},
|
|
1502
|
-
{
|
|
1503
|
-
"id": "connector",
|
|
1504
|
-
"label": "Connector"
|
|
1505
|
-
},
|
|
1506
1529
|
{
|
|
1507
1530
|
"id": "output",
|
|
1508
1531
|
"label": "Output mapping"
|
|
@@ -1635,10 +1658,7 @@
|
|
|
1635
1658
|
"id": "configuration.region",
|
|
1636
1659
|
"label": "Region",
|
|
1637
1660
|
"description": "Specify the AWS region",
|
|
1638
|
-
"optional":
|
|
1639
|
-
"constraints": {
|
|
1640
|
-
"notEmpty": true
|
|
1641
|
-
},
|
|
1661
|
+
"optional": true,
|
|
1642
1662
|
"feel": "optional",
|
|
1643
1663
|
"group": "configuration",
|
|
1644
1664
|
"binding": {
|
|
@@ -1737,30 +1757,6 @@
|
|
|
1737
1757
|
},
|
|
1738
1758
|
"type": "String"
|
|
1739
1759
|
},
|
|
1740
|
-
{
|
|
1741
|
-
"id": "version",
|
|
1742
|
-
"label": "Version",
|
|
1743
|
-
"description": "Version of the element template",
|
|
1744
|
-
"value": "8",
|
|
1745
|
-
"group": "connector",
|
|
1746
|
-
"binding": {
|
|
1747
|
-
"key": "elementTemplateVersion",
|
|
1748
|
-
"type": "zeebe:taskHeader"
|
|
1749
|
-
},
|
|
1750
|
-
"type": "Hidden"
|
|
1751
|
-
},
|
|
1752
|
-
{
|
|
1753
|
-
"id": "id",
|
|
1754
|
-
"label": "ID",
|
|
1755
|
-
"description": "ID of the element template",
|
|
1756
|
-
"value": "io.camunda.connectors.AWSSNS.v1",
|
|
1757
|
-
"group": "connector",
|
|
1758
|
-
"binding": {
|
|
1759
|
-
"key": "elementTemplateId",
|
|
1760
|
-
"type": "zeebe:taskHeader"
|
|
1761
|
-
},
|
|
1762
|
-
"type": "Hidden"
|
|
1763
|
-
},
|
|
1764
1760
|
{
|
|
1765
1761
|
"id": "resultVariable",
|
|
1766
1762
|
"label": "Result variable",
|
|
@@ -1814,6 +1810,7 @@
|
|
|
1814
1810
|
"label": "Retry backoff",
|
|
1815
1811
|
"description": "ISO-8601 duration to wait between retries",
|
|
1816
1812
|
"value": "PT0S",
|
|
1813
|
+
"feel": "optional",
|
|
1817
1814
|
"group": "retries",
|
|
1818
1815
|
"binding": {
|
|
1819
1816
|
"key": "retryBackoff",
|
|
@@ -1824,6 +1821,9 @@
|
|
|
1824
1821
|
],
|
|
1825
1822
|
"icon": {
|
|
1826
1823
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA4MCA4MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS82NC9BcmNoX0FXUy1TaW1wbGUtTm90aWZpY2F0aW9uLVNlcnZpY2VfNjQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9JzAlJyB5MT0nMTAwJScgeDI9JzEwMCUnIHkyPScwJScgaWQ9J2xpbmVhckdyYWRpZW50LTEnPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPScjQjAwODREJyBvZmZzZXQ9JzAlJz48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNGRjRGOEInIG9mZnNldD0nMTAwJSc+PC9zdG9wPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0nSWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BV1MtU2ltcGxlLU5vdGlmaWNhdGlvbi1TZXJ2aWNlXzY0JyBzdHJva2U9J25vbmUnIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nbm9uZScKICAgICAgIGZpbGwtcnVsZT0nZXZlbm9kZCc+CiAgICAgICAgPGcgaWQ9J0ljb24tQXJjaGl0ZWN0dXJlLUJHLzY0L0FwcGxpY2F0aW9uLUludGVncmF0aW9uJyBmaWxsPSd1cmwoI2xpbmVhckdyYWRpZW50LTEpJz4KICAgICAgICAgICAgPHJlY3QgaWQ9J1JlY3RhbmdsZScgeD0nMCcgeT0nMCcgd2lkdGg9JzgwJyBoZWlnaHQ9JzgwJz48L3JlY3Q+CiAgICAgICAgPC9nPgogICAgICAgIDxwYXRoIGQ9J00xNywzOCBDMTguMTAzLDM4IDE5LDM4Ljg5NyAxOSw0MCBDMTksNDEuMTAzIDE4LjEwMyw0MiAxNyw0MiBDMTUuODk3LDQyIDE1LDQxLjEwMyAxNSw0MCBDMTUsMzguODk3IDE1Ljg5NywzOCAxNywzOCBMMTcsMzggWiBNNDEsNjQgQzI5LjMxNCw2NCAxOS4yODksNTUuNDY2IDE3LjE5NCw0My45OCBDMTguOTY1LDQzLjg5NCAyMC40MjcsNDIuNjU5IDIwLjg1Nyw0MSBMMjcsNDEgTDI3LDM5IEwyMC44NTcsMzkgQzIwLjQyNywzNy4zNDIgMTguOTY2LDM2LjEwNyAxNy4xOTUsMzYuMDIgQzE5LjI4NSwyNC43MSAyOS41MTEsMTYgNDEsMTYgQzQ1LjMxMywxNiA0OS44MzIsMTcuNjIyIDU0LjQyOSwyMC44MjEgTDU1LjU3MSwxOS4xNzkgQzUwLjYzMywxNS43NDMgNDUuNzMsMTQgNDEsMTQgQzI4LjI3LDE0IDE2Ljk0OSwyMy44NjUgMTUuMDYzLDM2LjUyMSBDMTMuODM5LDM3LjIwNyAxMywzOC41IDEzLDQwIEMxMyw0MS41IDEzLjgzOSw0Mi43OTMgMTUuMDYzLDQzLjQ3OCBDMTYuOTcsNTYuMzQxIDI4LjA1Niw2NiA0MSw2NiBDNDYuNDA3LDY2IDUxLjk0Miw2NC4xNTcgNTYuNTg1LDYwLjgxMSBMNTUuNDE1LDU5LjE4OSBDNTEuMTEsNjIuMjkyIDQ1Ljk5MSw2NCA0MSw2NCBMNDEsNjQgWiBNMzAuMTAxLDM2LjQ0MiBDMzEuOTU1LDM2Ljg5NSAzNC4yNzUsMzcgMzYsMzcgQzM3LjY0MiwzNyAzOS44MjMsMzYuOTA1IDQxLjYyOSwzNi41MDYgTDM3LjEwNSw0NS41NTMgQzM3LjAzNiw0NS42OTEgMzcsNDUuODQ1IDM3LDQ2IEwzNyw1MC40NTMgQzM2LjE5OSw1MC45NjQgMzQuODMzLDUxLjgxMiAzNCw1MS45ODYgTDM0LDQ2IEMzNCw0NS44NjggMzMuOTc0LDQ1LjczNyAzMy45MjMsNDUuNjE1IEwzMC4xMDEsMzYuNDQyIFogTTM2LDMzIEM0MC4wMjUsMzMgNDIuMTc0LDMzLjYwNCA0Mi44NDEsMzQgQzQyLjE3NCwzNC4zOTYgNDAuMDI1LDM1IDM2LDM1IEMzMS45NzUsMzUgMjkuODI2LDM0LjM5NiAyOS4xNTksMzQgQzI5LjgyNiwzMy42MDQgMzEuOTc1LDMzIDM2LDMzIEwzNiwzMyBaIE0zMyw1NCBMMzQsNTQgQzM0LjA0Myw1NCAzNC4wODYsNTMuOTk3IDM0LjEyOCw1My45OTIgQzM1LjM1Miw1My44MzMgMzYuOTA5LDUyLjg4NyAzOC4yNzIsNTIuMDEzIEwzOC41MzUsNTEuODQ1IEMzOC44MjQsNTEuNjYxIDM5LDUxLjM0MiAzOSw1MSBMMzksNDYuMjM2IEw0NC41NTksMzUuMTIgQzQ0LjgzMywzNC44MDEgNDUsMzQuNDM0IDQ1LDM0IEM0NSwzMS4zOSAzOS4zNjEsMzEgMzYsMzEgQzMyLjYzOSwzMSAyNywzMS4zOSAyNywzNCBDMjcsMzQuMzY2IDI3LjEyLDM0LjY4NCAyNy4zMiwzNC45NjcgTDMyLDQ2LjIgTDMyLDUzIEMzMiw1My41NTIgMzIuNDQ3LDU0IDMzLDU0IEwzMyw1NCBaIE02Miw1MyBDNjMuMTAzLDUzIDY0LDUzLjg5NyA2NCw1NSBDNjQsNTYuMTAzIDYzLjEwMyw1NyA2Miw1NyBDNjAuODk3LDU3IDYwLDU2LjEwMyA2MCw1NSBDNjAsNTMuODk3IDYwLjg5Nyw1MyA2Miw1MyBMNjIsNTMgWiBNNjIsMjMgQzYzLjEwMywyMyA2NCwyMy44OTcgNjQsMjUgQzY0LDI2LjEwMyA2My4xMDMsMjcgNjIsMjcgQzYwLjg5NywyNyA2MCwyNi4xMDMgNjAsMjUgQzYwLDIzLjg5NyA2MC44OTcsMjMgNjIsMjMgTDYyLDIzIFogTTY0LDM4IEM2NS4xMDMsMzggNjYsMzguODk3IDY2LDQwIEM2Niw0MS4xMDMgNjUuMTAzLDQyIDY0LDQyIEM2Mi44OTcsNDIgNjIsNDEuMTAzIDYyLDQwIEM2MiwzOC44OTcgNjIuODk3LDM4IDY0LDM4IEw2NCwzOCBaIE01NCw0MSBMNjAuMTQzLDQxIEM2MC41ODksNDIuNzIgNjIuMTQyLDQ0IDY0LDQ0IEM2Ni4yMDYsNDQgNjgsNDIuMjA2IDY4LDQwIEM2OCwzNy43OTQgNjYuMjA2LDM2IDY0LDM2IEM2Mi4xNDIsMzYgNjAuNTg5LDM3LjI4IDYwLjE0MywzOSBMNTQsMzkgTDU0LDI2IEw1OC4xNDMsMjYgQzU4LjU4OSwyNy43MiA2MC4xNDIsMjkgNjIsMjkgQzY0LjIwNiwyOSA2NiwyNy4yMDYgNjYsMjUgQzY2LDIyLjc5NCA2NC4yMDYsMjEgNjIsMjEgQzYwLjE0MiwyMSA1OC41ODksMjIuMjggNTguMTQzLDI0IEw1MywyNCBDNTIuNDQ3LDI0IDUyLDI0LjQ0OCA1MiwyNSBMNTIsMzkgTDQ1LDM5IEw0NSw0MSBMNTIsNDEgTDUyLDU1IEM1Miw1NS41NTIgNTIuNDQ3LDU2IDUzLDU2IEw1OC4xNDMsNTYgQzU4LjU4OSw1Ny43MiA2MC4xNDIsNTkgNjIsNTkgQzY0LjIwNiw1OSA2Niw1Ny4yMDYgNjYsNTUgQzY2LDUyLjc5NCA2NC4yMDYsNTEgNjIsNTEgQzYwLjE0Miw1MSA1OC41ODksNTIuMjggNTguMTQzLDU0IEw1NCw1NCBMNTQsNDEgWicKICAgICAgICAgICAgICBpZD0nQVdTLVNpbXBsZS1Ob3RpZmljYXRpb24tU2VydmljZV9JY29uXzY0X1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
1824
|
+
},
|
|
1825
|
+
"engines": {
|
|
1826
|
+
"camunda": "^8.5"
|
|
1827
1827
|
}
|
|
1828
1828
|
}
|
|
1829
1829
|
]
|