@camunda/connectors-element-templates 1.0.6 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/build_element_template_array_json_files.sh +9 -0
- package/src/connectors.js +26 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +32 -30
- package/src/element-templates/agenticai-aiagent-job-worker.json +3266 -0
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +3932 -760
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +1 -1
- package/src/element-templates/asana-connector.json +104 -104
- package/src/element-templates/automation-anywhere-outbound-connector.json +657 -657
- package/src/element-templates/aws-bedrock-outbound-connector.json +30 -30
- package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
- package/src/element-templates/aws-dynamodb-outbound-connector.json +107 -107
- package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +31 -31
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-receive.json +356 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
- package/src/element-templates/aws-eventbridge-outbound-connector.json +479 -479
- package/src/element-templates/aws-lambda-outbound-connector.json +92 -92
- 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 +303 -303
- package/src/element-templates/aws-sns-inbound-intermediate.json +215 -215
- package/src/element-templates/aws-sns-inbound-message-start.json +343 -343
- package/src/element-templates/aws-sns-inbound-receive.json +304 -0
- package/src/element-templates/aws-sns-inbound-start-event.json +130 -130
- package/src/element-templates/aws-sns-outbound-connector.json +726 -726
- package/src/element-templates/aws-sqs-boundary-connector.json +629 -629
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +537 -537
- package/src/element-templates/aws-sqs-outbound-connector.json +440 -440
- package/src/element-templates/aws-sqs-receive-connector.json +418 -0
- package/src/element-templates/aws-sqs-start-event-connector.json +771 -771
- package/src/element-templates/aws-sqs-start-message.json +461 -461
- package/src/element-templates/azure-open-ai-connector.json +32 -32
- package/src/element-templates/blue-prism-connector.json +50 -50
- package/src/element-templates/box-outbound-connector.json +30 -30
- package/src/element-templates/csv-outbound-connector.json +412 -0
- package/src/element-templates/easy-post-connector.json +149 -149
- package/src/element-templates/email-inbound-connector-boundary.json +19 -19
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-outbound-connector.json +233 -233
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +473 -488
- package/src/element-templates/github-connector.json +2417 -2417
- package/src/element-templates/github-webhook-connector-boundary.json +21 -21
- package/src/element-templates/github-webhook-connector-intermediate.json +57 -57
- package/src/element-templates/github-webhook-connector-message-start.json +21 -21
- package/src/element-templates/github-webhook-connector-receive.json +202 -0
- package/src/element-templates/github-webhook-connector-start-event.json +57 -57
- package/src/element-templates/gitlab-connector.json +1103 -1103
- package/src/element-templates/google-drive-outbound-connector.json +846 -846
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +78 -78
- package/src/element-templates/google-sheets-outbound-connector.json +1067 -1067
- package/src/element-templates/graphql-outbound-connector.json +1181 -1181
- package/src/element-templates/http-json-connector.json +2471 -1866
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +635 -6
- package/src/element-templates/http-polling-connector.json +635 -6
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +43 -43
- package/src/element-templates/kafka-inbound-connector-boundary.json +1012 -1012
- package/src/element-templates/kafka-inbound-connector-intermediate.json +582 -582
- package/src/element-templates/kafka-inbound-connector-receive.json +498 -0
- package/src/element-templates/kafka-inbound-connector-start-message.json +608 -608
- package/src/element-templates/kafka-outbound-connector.json +385 -385
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +1643 -1643
- package/src/element-templates/openai-connector.json +122 -122
- package/src/element-templates/operate-connector.json +76 -72
- package/src/element-templates/power-automate-connector.json +10 -10
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +334 -334
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +861 -861
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +456 -456
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +461 -0
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +258 -258
- package/src/element-templates/rabbitmq-outbound-connector.json +322 -322
- package/src/element-templates/salesforce-connector.json +44 -44
- package/src/element-templates/sendgrid-outbound-connector.json +470 -470
- package/src/element-templates/servicenow-connector.json +942 -0
- package/src/element-templates/servicenow-flow-starter-connector.json +643 -0
- package/src/element-templates/servicenow-incident-connector.json +969 -0
- package/src/element-templates/slack-inbound-boundary.json +303 -303
- package/src/element-templates/slack-inbound-intermediate.json +277 -277
- package/src/element-templates/slack-inbound-message-start.json +11 -11
- package/src/element-templates/slack-inbound-receive.json +290 -0
- package/src/element-templates/slack-inbound-start-event.json +247 -247
- package/src/element-templates/slack-outbound-connector.json +966 -966
- package/src/element-templates/twilio-connector.json +52 -52
- package/src/element-templates/twilio-webhook-boundary-connector.json +20 -20
- package/src/element-templates/twilio-webhook-connector.json +11 -11
- package/src/element-templates/twilio-webhook-intermediate-connector.json +50 -50
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/twilio-webhook-receive-connector.json +262 -0
- package/src/element-templates/webhook-connector-boundary.json +1150 -1150
- package/src/element-templates/webhook-connector-intermediate.json +1834 -1834
- package/src/element-templates/webhook-connector-receive.json +609 -0
- package/src/element-templates/webhook-connector-start-event.json +1495 -1495
- package/src/element-templates/webhook-connector-start-message.json +586 -586
- package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
|
@@ -1,24 +1,18 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
-
"name": "Amazon SNS
|
|
4
|
+
"name": "Amazon SNS connector",
|
|
5
5
|
"id": "io.camunda.connectors.AWSSNS.v1",
|
|
6
|
-
"description": "Send
|
|
7
|
-
"
|
|
8
|
-
|
|
9
|
-
},
|
|
10
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=outbound",
|
|
11
|
-
"version": 8,
|
|
12
|
-
"category": {
|
|
13
|
-
"id": "connectors",
|
|
14
|
-
"name": "Connectors"
|
|
15
|
-
},
|
|
6
|
+
"description": "Send message to topic",
|
|
7
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
|
|
8
|
+
"version": 4,
|
|
16
9
|
"appliesTo": ["bpmn:Task"],
|
|
17
10
|
"elementType": {
|
|
18
11
|
"value": "bpmn:ServiceTask"
|
|
19
12
|
},
|
|
20
|
-
"
|
|
21
|
-
"
|
|
13
|
+
"category": {
|
|
14
|
+
"id": "connectors",
|
|
15
|
+
"name": "Connectors"
|
|
22
16
|
},
|
|
23
17
|
"groups": [
|
|
24
18
|
{
|
|
@@ -26,675 +20,354 @@
|
|
|
26
20
|
"label": "Authentication"
|
|
27
21
|
},
|
|
28
22
|
{
|
|
29
|
-
"id": "
|
|
23
|
+
"id": "topicProperties",
|
|
30
24
|
"label": "Topic properties"
|
|
31
25
|
},
|
|
32
|
-
{
|
|
33
|
-
"id": "input",
|
|
34
|
-
"label": "Input message data"
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
"id": "connector",
|
|
38
|
-
"label": "Connector"
|
|
39
|
-
},
|
|
40
26
|
{
|
|
41
27
|
"id": "output",
|
|
42
|
-
"label": "Output
|
|
28
|
+
"label": "Output"
|
|
43
29
|
},
|
|
44
30
|
{
|
|
45
|
-
"id": "
|
|
46
|
-
"label": "
|
|
31
|
+
"id": "input",
|
|
32
|
+
"label": "Input message data"
|
|
47
33
|
},
|
|
48
34
|
{
|
|
49
|
-
"id": "
|
|
50
|
-
"label": "
|
|
35
|
+
"id": "errors",
|
|
36
|
+
"label": "Error handling"
|
|
51
37
|
}
|
|
52
38
|
],
|
|
53
39
|
"properties": [
|
|
54
40
|
{
|
|
41
|
+
"type": "Hidden",
|
|
55
42
|
"value": "io.camunda:aws-sns:1",
|
|
56
43
|
"binding": {
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
}
|
|
60
|
-
"type": "Hidden"
|
|
44
|
+
"type": "zeebe:taskDefinition",
|
|
45
|
+
"property": "type"
|
|
46
|
+
}
|
|
61
47
|
},
|
|
62
48
|
{
|
|
63
|
-
"
|
|
64
|
-
"
|
|
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",
|
|
49
|
+
"label": "Access key",
|
|
50
|
+
"description": "Provide AWS IAM access key that has permission to publish to desired SNS topic",
|
|
67
51
|
"group": "authentication",
|
|
52
|
+
"type": "String",
|
|
68
53
|
"binding": {
|
|
69
|
-
"
|
|
70
|
-
"
|
|
54
|
+
"type": "zeebe:input",
|
|
55
|
+
"name": "authentication.accessKey"
|
|
71
56
|
},
|
|
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,
|
|
89
57
|
"constraints": {
|
|
90
58
|
"notEmpty": true
|
|
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"
|
|
59
|
+
}
|
|
104
60
|
},
|
|
105
61
|
{
|
|
106
|
-
"id": "authentication.secretKey",
|
|
107
62
|
"label": "Secret key",
|
|
108
|
-
"description": "Provide
|
|
109
|
-
"optional": false,
|
|
110
|
-
"constraints": {
|
|
111
|
-
"notEmpty": true
|
|
112
|
-
},
|
|
113
|
-
"feel": "optional",
|
|
63
|
+
"description": "Provide AWS IAM secret key that has permission to publish to desired SNS topic",
|
|
114
64
|
"group": "authentication",
|
|
65
|
+
"type": "String",
|
|
115
66
|
"binding": {
|
|
116
|
-
"
|
|
117
|
-
"
|
|
118
|
-
},
|
|
119
|
-
"condition": {
|
|
120
|
-
"property": "authentication.type",
|
|
121
|
-
"equals": "credentials",
|
|
122
|
-
"type": "simple"
|
|
67
|
+
"type": "zeebe:input",
|
|
68
|
+
"name": "authentication.secretKey"
|
|
123
69
|
},
|
|
124
|
-
"
|
|
70
|
+
"constraints": {
|
|
71
|
+
"notEmpty": true
|
|
72
|
+
}
|
|
125
73
|
},
|
|
126
74
|
{
|
|
127
|
-
"id": "topic.topicArn",
|
|
128
75
|
"label": "Topic ARN",
|
|
129
76
|
"description": "Specify the topic you want to publish to",
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
"notEmpty": true
|
|
133
|
-
},
|
|
134
|
-
"feel": "optional",
|
|
135
|
-
"group": "configuration",
|
|
77
|
+
"group": "topicProperties",
|
|
78
|
+
"type": "String",
|
|
136
79
|
"binding": {
|
|
137
|
-
"
|
|
138
|
-
"
|
|
80
|
+
"type": "zeebe:input",
|
|
81
|
+
"name": "topic.topicArn"
|
|
139
82
|
},
|
|
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",
|
|
148
83
|
"constraints": {
|
|
149
84
|
"notEmpty": true
|
|
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
|
-
]
|
|
85
|
+
}
|
|
167
86
|
},
|
|
168
87
|
{
|
|
169
|
-
"id": "configuration.region",
|
|
170
88
|
"label": "Region",
|
|
171
|
-
"description": "Specify the AWS region",
|
|
172
|
-
"
|
|
89
|
+
"description": "Specify the AWS region of your topic",
|
|
90
|
+
"group": "topicProperties",
|
|
91
|
+
"type": "String",
|
|
92
|
+
"binding": {
|
|
93
|
+
"type": "zeebe:input",
|
|
94
|
+
"name": "configuration.region"
|
|
95
|
+
},
|
|
173
96
|
"constraints": {
|
|
174
97
|
"notEmpty": true
|
|
175
98
|
},
|
|
176
|
-
"feel": "optional"
|
|
177
|
-
"group": "configuration",
|
|
178
|
-
"binding": {
|
|
179
|
-
"name": "configuration.region",
|
|
180
|
-
"type": "zeebe:input"
|
|
181
|
-
},
|
|
182
|
-
"type": "String"
|
|
99
|
+
"feel": "optional"
|
|
183
100
|
},
|
|
184
101
|
{
|
|
185
|
-
"
|
|
186
|
-
"
|
|
187
|
-
"
|
|
102
|
+
"label": "Subject",
|
|
103
|
+
"description": "Specify the subject of the message you want to publish in the SNS topic",
|
|
104
|
+
"group": "input",
|
|
105
|
+
"type": "String",
|
|
188
106
|
"optional": true,
|
|
189
|
-
"group": "configuration",
|
|
190
107
|
"binding": {
|
|
191
|
-
"
|
|
192
|
-
"
|
|
108
|
+
"type": "zeebe:input",
|
|
109
|
+
"name": "topic.subject"
|
|
193
110
|
},
|
|
194
|
-
"
|
|
111
|
+
"constraints": {
|
|
112
|
+
"notEmpty": false,
|
|
113
|
+
"maxLength": 99
|
|
114
|
+
},
|
|
115
|
+
"feel": "optional"
|
|
195
116
|
},
|
|
196
117
|
{
|
|
197
|
-
"
|
|
198
|
-
"
|
|
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",
|
|
118
|
+
"label": "Message",
|
|
119
|
+
"description": "Data to publish in the SNS topic",
|
|
202
120
|
"group": "input",
|
|
121
|
+
"type": "Text",
|
|
203
122
|
"binding": {
|
|
204
|
-
"
|
|
205
|
-
"
|
|
123
|
+
"type": "zeebe:input",
|
|
124
|
+
"name": "topic.message"
|
|
206
125
|
},
|
|
207
|
-
"
|
|
208
|
-
"
|
|
209
|
-
"equals": "fifo",
|
|
210
|
-
"type": "simple"
|
|
126
|
+
"constraints": {
|
|
127
|
+
"notEmpty": true
|
|
211
128
|
},
|
|
212
|
-
"
|
|
129
|
+
"feel": "optional"
|
|
213
130
|
},
|
|
214
131
|
{
|
|
215
|
-
"
|
|
216
|
-
"
|
|
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",
|
|
218
|
-
"optional": true,
|
|
219
|
-
"feel": "optional",
|
|
132
|
+
"label": "Message attributes",
|
|
133
|
+
"description": "Message attributes metadata",
|
|
220
134
|
"group": "input",
|
|
135
|
+
"type": "Text",
|
|
136
|
+
"optional": true,
|
|
221
137
|
"binding": {
|
|
222
|
-
"
|
|
223
|
-
"
|
|
224
|
-
},
|
|
225
|
-
"condition": {
|
|
226
|
-
"property": "topic.type",
|
|
227
|
-
"equals": "fifo",
|
|
228
|
-
"type": "simple"
|
|
138
|
+
"type": "zeebe:input",
|
|
139
|
+
"name": "topic.messageAttributes"
|
|
229
140
|
},
|
|
230
|
-
"
|
|
141
|
+
"feel": "required"
|
|
231
142
|
},
|
|
232
143
|
{
|
|
233
|
-
"
|
|
234
|
-
"
|
|
235
|
-
"
|
|
236
|
-
"
|
|
237
|
-
"feel": "optional",
|
|
238
|
-
"group": "input",
|
|
144
|
+
"label": "Result variable",
|
|
145
|
+
"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>",
|
|
146
|
+
"group": "output",
|
|
147
|
+
"type": "String",
|
|
239
148
|
"binding": {
|
|
240
|
-
"
|
|
241
|
-
"
|
|
242
|
-
}
|
|
243
|
-
"type": "String"
|
|
149
|
+
"type": "zeebe:taskHeader",
|
|
150
|
+
"key": "resultVariable"
|
|
151
|
+
}
|
|
244
152
|
},
|
|
245
153
|
{
|
|
246
|
-
"id": "topic.message",
|
|
247
|
-
"label": "Message",
|
|
248
|
-
"description": "Data to publish in the SNS topic",
|
|
249
|
-
"optional": false,
|
|
250
|
-
"constraints": {
|
|
251
|
-
"notEmpty": true
|
|
252
|
-
},
|
|
253
|
-
"feel": "optional",
|
|
254
|
-
"group": "input",
|
|
255
|
-
"binding": {
|
|
256
|
-
"name": "topic.message",
|
|
257
|
-
"type": "zeebe:input"
|
|
258
|
-
},
|
|
259
|
-
"type": "Text"
|
|
260
|
-
},
|
|
261
|
-
{
|
|
262
|
-
"id": "topic.messageAttributes",
|
|
263
|
-
"label": "messageAttributes",
|
|
264
|
-
"description": "Message attributes metadata",
|
|
265
|
-
"optional": true,
|
|
266
|
-
"feel": "required",
|
|
267
|
-
"group": "input",
|
|
268
|
-
"binding": {
|
|
269
|
-
"name": "topic.messageAttributes",
|
|
270
|
-
"type": "zeebe:input"
|
|
271
|
-
},
|
|
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"
|
|
297
|
-
},
|
|
298
|
-
{
|
|
299
|
-
"id": "resultVariable",
|
|
300
|
-
"label": "Result variable",
|
|
301
|
-
"description": "Name of variable to store the response in",
|
|
302
|
-
"group": "output",
|
|
303
|
-
"binding": {
|
|
304
|
-
"key": "resultVariable",
|
|
305
|
-
"type": "zeebe:taskHeader"
|
|
306
|
-
},
|
|
307
|
-
"type": "String"
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
"id": "resultExpression",
|
|
311
154
|
"label": "Result expression",
|
|
312
|
-
"description": "Expression to map the response into process variables",
|
|
313
|
-
"feel": "required",
|
|
155
|
+
"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>",
|
|
314
156
|
"group": "output",
|
|
157
|
+
"type": "Text",
|
|
158
|
+
"feel": "required",
|
|
315
159
|
"binding": {
|
|
316
|
-
"
|
|
317
|
-
"
|
|
318
|
-
}
|
|
319
|
-
"type": "Text"
|
|
160
|
+
"type": "zeebe:taskHeader",
|
|
161
|
+
"key": "resultExpression"
|
|
162
|
+
}
|
|
320
163
|
},
|
|
321
164
|
{
|
|
322
|
-
"id": "errorExpression",
|
|
323
165
|
"label": "Error expression",
|
|
324
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
166
|
+
"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>",
|
|
167
|
+
"group": "errors",
|
|
168
|
+
"type": "Text",
|
|
325
169
|
"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",
|
|
352
170
|
"binding": {
|
|
353
|
-
"
|
|
354
|
-
"
|
|
355
|
-
}
|
|
356
|
-
"type": "String"
|
|
171
|
+
"type": "zeebe:taskHeader",
|
|
172
|
+
"key": "errorExpression"
|
|
173
|
+
}
|
|
357
174
|
}
|
|
358
175
|
],
|
|
359
176
|
"icon": {
|
|
360
|
-
"contents": "data:image/svg+xml
|
|
177
|
+
"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"
|
|
178
|
+
},
|
|
179
|
+
"engines": {
|
|
180
|
+
"camunda": "^8.2"
|
|
361
181
|
}
|
|
362
182
|
},
|
|
363
183
|
{
|
|
364
184
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
365
|
-
"name": "Amazon SNS
|
|
185
|
+
"name": "Amazon SNS connector",
|
|
366
186
|
"id": "io.camunda.connectors.AWSSNS.v1",
|
|
367
187
|
"description": "Send message to topic",
|
|
368
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
369
|
-
"version":
|
|
370
|
-
"category": {
|
|
371
|
-
"id": "connectors",
|
|
372
|
-
"name": "Connectors"
|
|
373
|
-
},
|
|
188
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
|
|
189
|
+
"version": 2,
|
|
374
190
|
"appliesTo": ["bpmn:Task"],
|
|
375
191
|
"elementType": {
|
|
376
192
|
"value": "bpmn:ServiceTask"
|
|
377
193
|
},
|
|
194
|
+
"category": {
|
|
195
|
+
"id": "connectors",
|
|
196
|
+
"name": "Connectors"
|
|
197
|
+
},
|
|
378
198
|
"groups": [
|
|
379
199
|
{
|
|
380
200
|
"id": "authentication",
|
|
381
201
|
"label": "Authentication"
|
|
382
202
|
},
|
|
383
203
|
{
|
|
384
|
-
"id": "
|
|
204
|
+
"id": "topicProperties",
|
|
385
205
|
"label": "Topic properties"
|
|
386
206
|
},
|
|
387
|
-
{
|
|
388
|
-
"id": "input",
|
|
389
|
-
"label": "Input message data"
|
|
390
|
-
},
|
|
391
207
|
{
|
|
392
208
|
"id": "output",
|
|
393
|
-
"label": "Output
|
|
209
|
+
"label": "Output"
|
|
394
210
|
},
|
|
395
211
|
{
|
|
396
|
-
"id": "
|
|
397
|
-
"label": "
|
|
212
|
+
"id": "input",
|
|
213
|
+
"label": "Input message data"
|
|
398
214
|
},
|
|
399
215
|
{
|
|
400
|
-
"id": "
|
|
401
|
-
"label": "
|
|
216
|
+
"id": "errors",
|
|
217
|
+
"label": "Error handling"
|
|
402
218
|
}
|
|
403
219
|
],
|
|
404
220
|
"properties": [
|
|
405
221
|
{
|
|
222
|
+
"type": "Hidden",
|
|
406
223
|
"value": "io.camunda:aws-sns:1",
|
|
407
224
|
"binding": {
|
|
408
|
-
"
|
|
409
|
-
"
|
|
410
|
-
}
|
|
411
|
-
"type": "Hidden"
|
|
225
|
+
"type": "zeebe:taskDefinition",
|
|
226
|
+
"property": "type"
|
|
227
|
+
}
|
|
412
228
|
},
|
|
413
229
|
{
|
|
414
|
-
"
|
|
415
|
-
"
|
|
416
|
-
"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>",
|
|
417
|
-
"value": "credentials",
|
|
230
|
+
"label": "Access key",
|
|
231
|
+
"description": "Provide AWS IAM access key that has permission to publish to desired SNS topic",
|
|
418
232
|
"group": "authentication",
|
|
233
|
+
"type": "String",
|
|
419
234
|
"binding": {
|
|
420
|
-
"
|
|
421
|
-
"
|
|
235
|
+
"type": "zeebe:input",
|
|
236
|
+
"name": "authentication.accessKey"
|
|
422
237
|
},
|
|
423
|
-
"type": "Dropdown",
|
|
424
|
-
"choices": [
|
|
425
|
-
{
|
|
426
|
-
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
427
|
-
"value": "defaultCredentialsChain"
|
|
428
|
-
},
|
|
429
|
-
{
|
|
430
|
-
"name": "Credentials",
|
|
431
|
-
"value": "credentials"
|
|
432
|
-
}
|
|
433
|
-
]
|
|
434
|
-
},
|
|
435
|
-
{
|
|
436
|
-
"id": "authentication.accessKey",
|
|
437
|
-
"label": "Access key",
|
|
438
|
-
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
439
|
-
"optional": false,
|
|
440
238
|
"constraints": {
|
|
441
239
|
"notEmpty": true
|
|
442
|
-
}
|
|
443
|
-
"feel": "optional",
|
|
444
|
-
"group": "authentication",
|
|
445
|
-
"binding": {
|
|
446
|
-
"name": "authentication.accessKey",
|
|
447
|
-
"type": "zeebe:input"
|
|
448
|
-
},
|
|
449
|
-
"condition": {
|
|
450
|
-
"property": "authentication.type",
|
|
451
|
-
"equals": "credentials",
|
|
452
|
-
"type": "simple"
|
|
453
|
-
},
|
|
454
|
-
"type": "String"
|
|
240
|
+
}
|
|
455
241
|
},
|
|
456
242
|
{
|
|
457
|
-
"id": "authentication.secretKey",
|
|
458
243
|
"label": "Secret key",
|
|
459
|
-
"description": "Provide
|
|
460
|
-
"optional": false,
|
|
461
|
-
"constraints": {
|
|
462
|
-
"notEmpty": true
|
|
463
|
-
},
|
|
464
|
-
"feel": "optional",
|
|
244
|
+
"description": "Provide AWS IAM secret key that has permission to publish to desired SNS topic",
|
|
465
245
|
"group": "authentication",
|
|
246
|
+
"type": "String",
|
|
466
247
|
"binding": {
|
|
467
|
-
"
|
|
468
|
-
"
|
|
469
|
-
},
|
|
470
|
-
"condition": {
|
|
471
|
-
"property": "authentication.type",
|
|
472
|
-
"equals": "credentials",
|
|
473
|
-
"type": "simple"
|
|
248
|
+
"type": "zeebe:input",
|
|
249
|
+
"name": "authentication.secretKey"
|
|
474
250
|
},
|
|
475
|
-
"
|
|
251
|
+
"constraints": {
|
|
252
|
+
"notEmpty": true
|
|
253
|
+
}
|
|
476
254
|
},
|
|
477
255
|
{
|
|
478
|
-
"id": "topic.topicArn",
|
|
479
256
|
"label": "Topic ARN",
|
|
480
257
|
"description": "Specify the topic you want to publish to",
|
|
481
|
-
"
|
|
482
|
-
"
|
|
483
|
-
"notEmpty": true
|
|
484
|
-
},
|
|
485
|
-
"feel": "optional",
|
|
486
|
-
"group": "configuration",
|
|
258
|
+
"group": "topicProperties",
|
|
259
|
+
"type": "String",
|
|
487
260
|
"binding": {
|
|
488
|
-
"
|
|
489
|
-
"
|
|
261
|
+
"type": "zeebe:input",
|
|
262
|
+
"name": "topic.topicArn"
|
|
490
263
|
},
|
|
491
|
-
"
|
|
264
|
+
"constraints": {
|
|
265
|
+
"notEmpty": true
|
|
266
|
+
}
|
|
492
267
|
},
|
|
493
268
|
{
|
|
494
|
-
"
|
|
495
|
-
"
|
|
496
|
-
"
|
|
497
|
-
"
|
|
498
|
-
"
|
|
269
|
+
"label": "Region",
|
|
270
|
+
"description": "Specify the AWS region of your topic",
|
|
271
|
+
"group": "topicProperties",
|
|
272
|
+
"type": "String",
|
|
273
|
+
"binding": {
|
|
274
|
+
"type": "zeebe:input",
|
|
275
|
+
"name": "configuration.region"
|
|
276
|
+
},
|
|
499
277
|
"constraints": {
|
|
500
278
|
"notEmpty": true
|
|
501
279
|
},
|
|
502
|
-
"
|
|
280
|
+
"feel": "optional"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"label": "Subject",
|
|
284
|
+
"description": "Specify the subject of the message you want to publish in the SNS topic",
|
|
285
|
+
"group": "input",
|
|
286
|
+
"type": "String",
|
|
287
|
+
"optional": true,
|
|
503
288
|
"binding": {
|
|
504
|
-
"
|
|
505
|
-
"
|
|
289
|
+
"type": "zeebe:input",
|
|
290
|
+
"name": "topic.subject"
|
|
506
291
|
},
|
|
507
|
-
"
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
"name": "Standard",
|
|
511
|
-
"value": "standard"
|
|
512
|
-
},
|
|
513
|
-
{
|
|
514
|
-
"name": "FIFO",
|
|
515
|
-
"value": "fifo"
|
|
516
|
-
}
|
|
517
|
-
]
|
|
518
|
-
},
|
|
519
|
-
{
|
|
520
|
-
"id": "configuration.region",
|
|
521
|
-
"label": "Region",
|
|
522
|
-
"description": "Specify the AWS region",
|
|
523
|
-
"optional": true,
|
|
524
|
-
"feel": "optional",
|
|
525
|
-
"group": "configuration",
|
|
526
|
-
"binding": {
|
|
527
|
-
"name": "configuration.region",
|
|
528
|
-
"type": "zeebe:input"
|
|
529
|
-
},
|
|
530
|
-
"type": "String"
|
|
531
|
-
},
|
|
532
|
-
{
|
|
533
|
-
"id": "configuration.endpoint",
|
|
534
|
-
"label": "Endpoint",
|
|
535
|
-
"description": "Specify endpoint if need to use custom endpoint",
|
|
536
|
-
"optional": true,
|
|
537
|
-
"group": "configuration",
|
|
538
|
-
"binding": {
|
|
539
|
-
"name": "configuration.endpoint",
|
|
540
|
-
"type": "zeebe:input"
|
|
541
|
-
},
|
|
542
|
-
"type": "Hidden"
|
|
543
|
-
},
|
|
544
|
-
{
|
|
545
|
-
"id": "topic.messageGroupId",
|
|
546
|
-
"label": "Message group ID",
|
|
547
|
-
"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",
|
|
548
|
-
"optional": false,
|
|
549
|
-
"feel": "optional",
|
|
550
|
-
"group": "input",
|
|
551
|
-
"binding": {
|
|
552
|
-
"name": "topic.messageGroupId",
|
|
553
|
-
"type": "zeebe:input"
|
|
554
|
-
},
|
|
555
|
-
"condition": {
|
|
556
|
-
"property": "topic.type",
|
|
557
|
-
"equals": "fifo",
|
|
558
|
-
"type": "simple"
|
|
559
|
-
},
|
|
560
|
-
"type": "String"
|
|
561
|
-
},
|
|
562
|
-
{
|
|
563
|
-
"id": "topic.messageDeduplicationId",
|
|
564
|
-
"label": "Message deduplication ID",
|
|
565
|
-
"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",
|
|
566
|
-
"optional": true,
|
|
567
|
-
"feel": "optional",
|
|
568
|
-
"group": "input",
|
|
569
|
-
"binding": {
|
|
570
|
-
"name": "topic.messageDeduplicationId",
|
|
571
|
-
"type": "zeebe:input"
|
|
572
|
-
},
|
|
573
|
-
"condition": {
|
|
574
|
-
"property": "topic.type",
|
|
575
|
-
"equals": "fifo",
|
|
576
|
-
"type": "simple"
|
|
292
|
+
"constraints": {
|
|
293
|
+
"notEmpty": false,
|
|
294
|
+
"maxLength": 99
|
|
577
295
|
},
|
|
578
|
-
"
|
|
296
|
+
"feel": "optional"
|
|
579
297
|
},
|
|
580
298
|
{
|
|
581
|
-
"
|
|
582
|
-
"
|
|
583
|
-
"description": "Specify the subject of the message you want to publish in the SNS topic",
|
|
584
|
-
"optional": true,
|
|
585
|
-
"feel": "optional",
|
|
299
|
+
"label": "Message",
|
|
300
|
+
"description": "Data to publish in the SNS topic",
|
|
586
301
|
"group": "input",
|
|
302
|
+
"type": "Text",
|
|
587
303
|
"binding": {
|
|
588
|
-
"
|
|
589
|
-
"
|
|
304
|
+
"type": "zeebe:input",
|
|
305
|
+
"name": "topic.message"
|
|
590
306
|
},
|
|
591
|
-
"type": "String"
|
|
592
|
-
},
|
|
593
|
-
{
|
|
594
|
-
"id": "topic.message",
|
|
595
|
-
"label": "Message",
|
|
596
|
-
"description": "Data to publish in the SNS topic",
|
|
597
|
-
"optional": false,
|
|
598
307
|
"constraints": {
|
|
599
308
|
"notEmpty": true
|
|
600
309
|
},
|
|
601
|
-
"feel": "optional"
|
|
602
|
-
"group": "input",
|
|
603
|
-
"binding": {
|
|
604
|
-
"name": "topic.message",
|
|
605
|
-
"type": "zeebe:input"
|
|
606
|
-
},
|
|
607
|
-
"type": "Text"
|
|
310
|
+
"feel": "optional"
|
|
608
311
|
},
|
|
609
312
|
{
|
|
610
|
-
"
|
|
611
|
-
"label": "messageAttributes",
|
|
313
|
+
"label": "Message attributes",
|
|
612
314
|
"description": "Message attributes metadata",
|
|
613
|
-
"optional": true,
|
|
614
|
-
"feel": "required",
|
|
615
315
|
"group": "input",
|
|
316
|
+
"type": "Text",
|
|
317
|
+
"optional": true,
|
|
616
318
|
"binding": {
|
|
617
|
-
"
|
|
618
|
-
"
|
|
319
|
+
"type": "zeebe:input",
|
|
320
|
+
"name": "topic.messageAttributes"
|
|
619
321
|
},
|
|
620
|
-
"
|
|
322
|
+
"feel": "required"
|
|
621
323
|
},
|
|
622
324
|
{
|
|
623
|
-
"id": "resultVariable",
|
|
624
325
|
"label": "Result variable",
|
|
625
|
-
"description": "Name of variable to store the response in",
|
|
326
|
+
"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>",
|
|
626
327
|
"group": "output",
|
|
328
|
+
"type": "String",
|
|
627
329
|
"binding": {
|
|
628
|
-
"
|
|
629
|
-
"
|
|
630
|
-
}
|
|
631
|
-
"type": "String"
|
|
330
|
+
"type": "zeebe:taskHeader",
|
|
331
|
+
"key": "resultVariable"
|
|
332
|
+
}
|
|
632
333
|
},
|
|
633
334
|
{
|
|
634
|
-
"id": "resultExpression",
|
|
635
335
|
"label": "Result expression",
|
|
636
|
-
"description": "Expression to map the response into process variables",
|
|
637
|
-
"feel": "required",
|
|
336
|
+
"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>",
|
|
638
337
|
"group": "output",
|
|
338
|
+
"type": "Text",
|
|
339
|
+
"feel": "required",
|
|
639
340
|
"binding": {
|
|
640
|
-
"
|
|
641
|
-
"
|
|
642
|
-
}
|
|
643
|
-
"type": "Text"
|
|
341
|
+
"type": "zeebe:taskHeader",
|
|
342
|
+
"key": "resultExpression"
|
|
343
|
+
}
|
|
644
344
|
},
|
|
645
345
|
{
|
|
646
|
-
"id": "errorExpression",
|
|
647
346
|
"label": "Error expression",
|
|
648
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
347
|
+
"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>",
|
|
348
|
+
"group": "errors",
|
|
349
|
+
"type": "Text",
|
|
649
350
|
"feel": "required",
|
|
650
|
-
"group": "error",
|
|
651
|
-
"binding": {
|
|
652
|
-
"key": "errorExpression",
|
|
653
|
-
"type": "zeebe:taskHeader"
|
|
654
|
-
},
|
|
655
|
-
"type": "Text"
|
|
656
|
-
},
|
|
657
|
-
{
|
|
658
|
-
"id": "retryCount",
|
|
659
|
-
"label": "Retries",
|
|
660
|
-
"description": "Number of retries",
|
|
661
|
-
"value": "3",
|
|
662
|
-
"feel": "optional",
|
|
663
|
-
"group": "retries",
|
|
664
|
-
"binding": {
|
|
665
|
-
"property": "retries",
|
|
666
|
-
"type": "zeebe:taskDefinition"
|
|
667
|
-
},
|
|
668
|
-
"type": "String"
|
|
669
|
-
},
|
|
670
|
-
{
|
|
671
|
-
"id": "retryBackoff",
|
|
672
|
-
"label": "Retry backoff",
|
|
673
|
-
"description": "ISO-8601 duration to wait between retries",
|
|
674
|
-
"value": "PT0S",
|
|
675
|
-
"feel": "optional",
|
|
676
|
-
"group": "retries",
|
|
677
351
|
"binding": {
|
|
678
|
-
"
|
|
679
|
-
"
|
|
680
|
-
}
|
|
681
|
-
"type": "String"
|
|
352
|
+
"type": "zeebe:taskHeader",
|
|
353
|
+
"key": "errorExpression"
|
|
354
|
+
}
|
|
682
355
|
}
|
|
683
356
|
],
|
|
684
357
|
"icon": {
|
|
685
|
-
"contents": "data:image/svg+xml
|
|
358
|
+
"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"
|
|
686
359
|
},
|
|
687
360
|
"engines": {
|
|
688
|
-
"camunda": "^8.
|
|
361
|
+
"camunda": "^8.2"
|
|
689
362
|
}
|
|
690
363
|
},
|
|
691
364
|
{
|
|
692
365
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
693
|
-
"name": "Amazon SNS connector",
|
|
366
|
+
"name": "Amazon SNS Outbound connector",
|
|
694
367
|
"id": "io.camunda.connectors.AWSSNS.v1",
|
|
695
368
|
"description": "Send message to topic",
|
|
696
369
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
|
|
697
|
-
"version":
|
|
370
|
+
"version": 5,
|
|
698
371
|
"appliesTo": ["bpmn:Task"],
|
|
699
372
|
"elementType": {
|
|
700
373
|
"value": "bpmn:ServiceTask"
|
|
@@ -875,7 +548,7 @@
|
|
|
875
548
|
"id": "io.camunda.connectors.AWSSNS.v1",
|
|
876
549
|
"description": "Send message to topic",
|
|
877
550
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
|
|
878
|
-
"version":
|
|
551
|
+
"version": 3,
|
|
879
552
|
"appliesTo": ["bpmn:Task"],
|
|
880
553
|
"elementType": {
|
|
881
554
|
"value": "bpmn:ServiceTask"
|
|
@@ -941,6 +614,15 @@
|
|
|
941
614
|
"notEmpty": true
|
|
942
615
|
}
|
|
943
616
|
},
|
|
617
|
+
{
|
|
618
|
+
"type": "Hidden",
|
|
619
|
+
"description": "This value forces to evaluate configuration first in order",
|
|
620
|
+
"value": "nonce",
|
|
621
|
+
"binding": {
|
|
622
|
+
"type": "zeebe:input",
|
|
623
|
+
"name": "configuration.nonce"
|
|
624
|
+
}
|
|
625
|
+
},
|
|
944
626
|
{
|
|
945
627
|
"label": "Topic ARN",
|
|
946
628
|
"description": "Specify the topic you want to publish to",
|
|
@@ -968,6 +650,15 @@
|
|
|
968
650
|
},
|
|
969
651
|
"feel": "optional"
|
|
970
652
|
},
|
|
653
|
+
{
|
|
654
|
+
"description": "Backwards compatible region",
|
|
655
|
+
"type": "Hidden",
|
|
656
|
+
"value": "=configuration.region",
|
|
657
|
+
"binding": {
|
|
658
|
+
"type": "zeebe:input",
|
|
659
|
+
"name": "topic.region"
|
|
660
|
+
}
|
|
661
|
+
},
|
|
971
662
|
{
|
|
972
663
|
"label": "Subject",
|
|
973
664
|
"description": "Specify the subject of the message you want to publish in the SNS topic",
|
|
@@ -1056,7 +747,7 @@
|
|
|
1056
747
|
"id": "io.camunda.connectors.AWSSNS.v1",
|
|
1057
748
|
"description": "Send message to topic",
|
|
1058
749
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sns/",
|
|
1059
|
-
"version":
|
|
750
|
+
"version": 1,
|
|
1060
751
|
"appliesTo": ["bpmn:Task"],
|
|
1061
752
|
"elementType": {
|
|
1062
753
|
"value": "bpmn:ServiceTask"
|
|
@@ -1122,15 +813,6 @@
|
|
|
1122
813
|
"notEmpty": true
|
|
1123
814
|
}
|
|
1124
815
|
},
|
|
1125
|
-
{
|
|
1126
|
-
"type": "Hidden",
|
|
1127
|
-
"description": "This value forces to evaluate configuration first in order",
|
|
1128
|
-
"value": "nonce",
|
|
1129
|
-
"binding": {
|
|
1130
|
-
"type": "zeebe:input",
|
|
1131
|
-
"name": "configuration.nonce"
|
|
1132
|
-
}
|
|
1133
|
-
},
|
|
1134
816
|
{
|
|
1135
817
|
"label": "Topic ARN",
|
|
1136
818
|
"description": "Specify the topic you want to publish to",
|
|
@@ -1151,22 +833,13 @@
|
|
|
1151
833
|
"type": "String",
|
|
1152
834
|
"binding": {
|
|
1153
835
|
"type": "zeebe:input",
|
|
1154
|
-
"name": "
|
|
836
|
+
"name": "topic.region"
|
|
1155
837
|
},
|
|
1156
838
|
"constraints": {
|
|
1157
839
|
"notEmpty": true
|
|
1158
840
|
},
|
|
1159
841
|
"feel": "optional"
|
|
1160
842
|
},
|
|
1161
|
-
{
|
|
1162
|
-
"description": "Backwards compatible region",
|
|
1163
|
-
"type": "Hidden",
|
|
1164
|
-
"value": "=configuration.region",
|
|
1165
|
-
"binding": {
|
|
1166
|
-
"type": "zeebe:input",
|
|
1167
|
-
"name": "topic.region"
|
|
1168
|
-
}
|
|
1169
|
-
},
|
|
1170
843
|
{
|
|
1171
844
|
"label": "Subject",
|
|
1172
845
|
"description": "Specify the subject of the message you want to publish in the SNS topic",
|
|
@@ -1255,222 +928,335 @@
|
|
|
1255
928
|
"id": "io.camunda.connectors.AWSSNS.v1",
|
|
1256
929
|
"description": "Send message to topic",
|
|
1257
930
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=outbound",
|
|
1258
|
-
"version":
|
|
1259
|
-
"appliesTo": ["bpmn:Task"],
|
|
1260
|
-
"elementType": {
|
|
1261
|
-
"value": "bpmn:ServiceTask"
|
|
1262
|
-
},
|
|
931
|
+
"version": 7,
|
|
1263
932
|
"category": {
|
|
1264
933
|
"id": "connectors",
|
|
1265
934
|
"name": "Connectors"
|
|
1266
935
|
},
|
|
936
|
+
"appliesTo": ["bpmn:Task"],
|
|
937
|
+
"elementType": {
|
|
938
|
+
"value": "bpmn:ServiceTask"
|
|
939
|
+
},
|
|
1267
940
|
"groups": [
|
|
1268
941
|
{
|
|
1269
942
|
"id": "authentication",
|
|
1270
943
|
"label": "Authentication"
|
|
1271
944
|
},
|
|
1272
945
|
{
|
|
1273
|
-
"id": "
|
|
946
|
+
"id": "configuration",
|
|
1274
947
|
"label": "Topic properties"
|
|
1275
948
|
},
|
|
1276
|
-
{
|
|
1277
|
-
"id": "output",
|
|
1278
|
-
"label": "Output"
|
|
1279
|
-
},
|
|
1280
949
|
{
|
|
1281
950
|
"id": "input",
|
|
1282
951
|
"label": "Input message data"
|
|
1283
952
|
},
|
|
1284
953
|
{
|
|
1285
|
-
"id": "
|
|
954
|
+
"id": "output",
|
|
955
|
+
"label": "Output mapping"
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
"id": "error",
|
|
1286
959
|
"label": "Error handling"
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
"id": "retries",
|
|
963
|
+
"label": "Retries"
|
|
1287
964
|
}
|
|
1288
965
|
],
|
|
1289
966
|
"properties": [
|
|
1290
967
|
{
|
|
1291
|
-
"type": "Hidden",
|
|
1292
968
|
"value": "io.camunda:aws-sns:1",
|
|
1293
969
|
"binding": {
|
|
1294
|
-
"
|
|
1295
|
-
"
|
|
1296
|
-
}
|
|
1297
|
-
|
|
970
|
+
"property": "type",
|
|
971
|
+
"type": "zeebe:taskDefinition"
|
|
972
|
+
},
|
|
973
|
+
"type": "Hidden"
|
|
974
|
+
},
|
|
1298
975
|
{
|
|
1299
|
-
"id": "
|
|
976
|
+
"id": "authentication.type",
|
|
1300
977
|
"label": "Authentication",
|
|
1301
|
-
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
978
|
+
"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>",
|
|
979
|
+
"value": "credentials",
|
|
1302
980
|
"group": "authentication",
|
|
981
|
+
"binding": {
|
|
982
|
+
"name": "authentication.type",
|
|
983
|
+
"type": "zeebe:input"
|
|
984
|
+
},
|
|
1303
985
|
"type": "Dropdown",
|
|
1304
|
-
"optional": false,
|
|
1305
|
-
"value": "credentials",
|
|
1306
986
|
"choices": [
|
|
1307
|
-
{
|
|
1308
|
-
"name": "Credentials",
|
|
1309
|
-
"value": "credentials"
|
|
1310
|
-
},
|
|
1311
987
|
{
|
|
1312
988
|
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
1313
989
|
"value": "defaultCredentialsChain"
|
|
990
|
+
},
|
|
991
|
+
{
|
|
992
|
+
"name": "Credentials",
|
|
993
|
+
"value": "credentials"
|
|
1314
994
|
}
|
|
1315
|
-
]
|
|
1316
|
-
"binding": {
|
|
1317
|
-
"type": "zeebe:input",
|
|
1318
|
-
"name": "authentication.type"
|
|
1319
|
-
},
|
|
1320
|
-
"constraints": {
|
|
1321
|
-
"notEmpty": true
|
|
1322
|
-
}
|
|
995
|
+
]
|
|
1323
996
|
},
|
|
1324
997
|
{
|
|
998
|
+
"id": "authentication.accessKey",
|
|
1325
999
|
"label": "Access key",
|
|
1326
|
-
"description": "Provide
|
|
1327
|
-
"
|
|
1328
|
-
"type": "String",
|
|
1329
|
-
"binding": {
|
|
1330
|
-
"type": "zeebe:input",
|
|
1331
|
-
"name": "authentication.accessKey"
|
|
1332
|
-
},
|
|
1000
|
+
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
1001
|
+
"optional": false,
|
|
1333
1002
|
"constraints": {
|
|
1334
1003
|
"notEmpty": true
|
|
1335
1004
|
},
|
|
1005
|
+
"feel": "optional",
|
|
1006
|
+
"group": "authentication",
|
|
1007
|
+
"binding": {
|
|
1008
|
+
"name": "authentication.accessKey",
|
|
1009
|
+
"type": "zeebe:input"
|
|
1010
|
+
},
|
|
1336
1011
|
"condition": {
|
|
1337
|
-
"property": "
|
|
1338
|
-
"equals": "credentials"
|
|
1339
|
-
|
|
1012
|
+
"property": "authentication.type",
|
|
1013
|
+
"equals": "credentials",
|
|
1014
|
+
"type": "simple"
|
|
1015
|
+
},
|
|
1016
|
+
"type": "String"
|
|
1340
1017
|
},
|
|
1341
1018
|
{
|
|
1019
|
+
"id": "authentication.secretKey",
|
|
1342
1020
|
"label": "Secret key",
|
|
1343
|
-
"description": "Provide
|
|
1344
|
-
"
|
|
1345
|
-
"type": "String",
|
|
1346
|
-
"binding": {
|
|
1347
|
-
"type": "zeebe:input",
|
|
1348
|
-
"name": "authentication.secretKey"
|
|
1349
|
-
},
|
|
1021
|
+
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
1022
|
+
"optional": false,
|
|
1350
1023
|
"constraints": {
|
|
1351
1024
|
"notEmpty": true
|
|
1352
1025
|
},
|
|
1026
|
+
"feel": "optional",
|
|
1027
|
+
"group": "authentication",
|
|
1028
|
+
"binding": {
|
|
1029
|
+
"name": "authentication.secretKey",
|
|
1030
|
+
"type": "zeebe:input"
|
|
1031
|
+
},
|
|
1353
1032
|
"condition": {
|
|
1354
|
-
"property": "
|
|
1355
|
-
"equals": "credentials"
|
|
1356
|
-
|
|
1033
|
+
"property": "authentication.type",
|
|
1034
|
+
"equals": "credentials",
|
|
1035
|
+
"type": "simple"
|
|
1036
|
+
},
|
|
1037
|
+
"type": "String"
|
|
1357
1038
|
},
|
|
1358
1039
|
{
|
|
1040
|
+
"id": "topic.topicArn",
|
|
1359
1041
|
"label": "Topic ARN",
|
|
1360
1042
|
"description": "Specify the topic you want to publish to",
|
|
1361
|
-
"
|
|
1362
|
-
"
|
|
1043
|
+
"optional": false,
|
|
1044
|
+
"constraints": {
|
|
1045
|
+
"notEmpty": true
|
|
1046
|
+
},
|
|
1047
|
+
"feel": "optional",
|
|
1048
|
+
"group": "configuration",
|
|
1363
1049
|
"binding": {
|
|
1364
|
-
"
|
|
1365
|
-
"
|
|
1050
|
+
"name": "topic.topicArn",
|
|
1051
|
+
"type": "zeebe:input"
|
|
1366
1052
|
},
|
|
1053
|
+
"type": "String"
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
"id": "topic.type",
|
|
1057
|
+
"label": "Topic type",
|
|
1058
|
+
"description": "Select SNS topic type. Details at <a href=\"https://aws.amazon.com/sns/features/\">AWS SNS Features</a>",
|
|
1059
|
+
"optional": false,
|
|
1060
|
+
"value": "standard",
|
|
1367
1061
|
"constraints": {
|
|
1368
1062
|
"notEmpty": true
|
|
1369
|
-
}
|
|
1063
|
+
},
|
|
1064
|
+
"group": "configuration",
|
|
1065
|
+
"binding": {
|
|
1066
|
+
"name": "topic.type",
|
|
1067
|
+
"type": "zeebe:input"
|
|
1068
|
+
},
|
|
1069
|
+
"type": "Dropdown",
|
|
1070
|
+
"choices": [
|
|
1071
|
+
{
|
|
1072
|
+
"name": "Standard",
|
|
1073
|
+
"value": "standard"
|
|
1074
|
+
},
|
|
1075
|
+
{
|
|
1076
|
+
"name": "FIFO",
|
|
1077
|
+
"value": "fifo"
|
|
1078
|
+
}
|
|
1079
|
+
]
|
|
1370
1080
|
},
|
|
1371
1081
|
{
|
|
1082
|
+
"id": "configuration.region",
|
|
1372
1083
|
"label": "Region",
|
|
1373
|
-
"description": "Specify the AWS region
|
|
1374
|
-
"
|
|
1375
|
-
"
|
|
1084
|
+
"description": "Specify the AWS region",
|
|
1085
|
+
"optional": true,
|
|
1086
|
+
"feel": "optional",
|
|
1087
|
+
"group": "configuration",
|
|
1376
1088
|
"binding": {
|
|
1377
|
-
"
|
|
1378
|
-
"
|
|
1089
|
+
"name": "configuration.region",
|
|
1090
|
+
"type": "zeebe:input"
|
|
1379
1091
|
},
|
|
1380
|
-
"
|
|
1381
|
-
|
|
1092
|
+
"type": "String"
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
"id": "configuration.endpoint",
|
|
1096
|
+
"label": "Endpoint",
|
|
1097
|
+
"description": "Specify endpoint if need to use custom endpoint",
|
|
1098
|
+
"optional": true,
|
|
1099
|
+
"group": "configuration",
|
|
1100
|
+
"binding": {
|
|
1101
|
+
"name": "configuration.endpoint",
|
|
1102
|
+
"type": "zeebe:input"
|
|
1382
1103
|
},
|
|
1383
|
-
"
|
|
1104
|
+
"type": "Hidden"
|
|
1384
1105
|
},
|
|
1385
1106
|
{
|
|
1386
|
-
"
|
|
1387
|
-
"
|
|
1107
|
+
"id": "topic.messageGroupId",
|
|
1108
|
+
"label": "Message group ID",
|
|
1109
|
+
"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",
|
|
1110
|
+
"optional": false,
|
|
1111
|
+
"feel": "optional",
|
|
1388
1112
|
"group": "input",
|
|
1389
|
-
"
|
|
1113
|
+
"binding": {
|
|
1114
|
+
"name": "topic.messageGroupId",
|
|
1115
|
+
"type": "zeebe:input"
|
|
1116
|
+
},
|
|
1117
|
+
"condition": {
|
|
1118
|
+
"property": "topic.type",
|
|
1119
|
+
"equals": "fifo",
|
|
1120
|
+
"type": "simple"
|
|
1121
|
+
},
|
|
1122
|
+
"type": "String"
|
|
1123
|
+
},
|
|
1124
|
+
{
|
|
1125
|
+
"id": "topic.messageDeduplicationId",
|
|
1126
|
+
"label": "Message deduplication ID",
|
|
1127
|
+
"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",
|
|
1390
1128
|
"optional": true,
|
|
1129
|
+
"feel": "optional",
|
|
1130
|
+
"group": "input",
|
|
1391
1131
|
"binding": {
|
|
1392
|
-
"
|
|
1393
|
-
"
|
|
1132
|
+
"name": "topic.messageDeduplicationId",
|
|
1133
|
+
"type": "zeebe:input"
|
|
1394
1134
|
},
|
|
1395
|
-
"
|
|
1396
|
-
"
|
|
1397
|
-
"
|
|
1135
|
+
"condition": {
|
|
1136
|
+
"property": "topic.type",
|
|
1137
|
+
"equals": "fifo",
|
|
1138
|
+
"type": "simple"
|
|
1398
1139
|
},
|
|
1399
|
-
"
|
|
1140
|
+
"type": "String"
|
|
1400
1141
|
},
|
|
1401
1142
|
{
|
|
1402
|
-
"
|
|
1403
|
-
"
|
|
1143
|
+
"id": "topic.subject",
|
|
1144
|
+
"label": "Subject",
|
|
1145
|
+
"description": "Specify the subject of the message you want to publish in the SNS topic",
|
|
1146
|
+
"optional": true,
|
|
1147
|
+
"feel": "optional",
|
|
1404
1148
|
"group": "input",
|
|
1405
|
-
"type": "Text",
|
|
1406
1149
|
"binding": {
|
|
1407
|
-
"
|
|
1408
|
-
"
|
|
1150
|
+
"name": "topic.subject",
|
|
1151
|
+
"type": "zeebe:input"
|
|
1409
1152
|
},
|
|
1153
|
+
"type": "String"
|
|
1154
|
+
},
|
|
1155
|
+
{
|
|
1156
|
+
"id": "topic.message",
|
|
1157
|
+
"label": "Message",
|
|
1158
|
+
"description": "Data to publish in the SNS topic",
|
|
1159
|
+
"optional": false,
|
|
1410
1160
|
"constraints": {
|
|
1411
1161
|
"notEmpty": true
|
|
1412
1162
|
},
|
|
1413
|
-
"feel": "optional"
|
|
1163
|
+
"feel": "optional",
|
|
1164
|
+
"group": "input",
|
|
1165
|
+
"binding": {
|
|
1166
|
+
"name": "topic.message",
|
|
1167
|
+
"type": "zeebe:input"
|
|
1168
|
+
},
|
|
1169
|
+
"type": "Text"
|
|
1414
1170
|
},
|
|
1415
1171
|
{
|
|
1416
|
-
"
|
|
1172
|
+
"id": "topic.messageAttributes",
|
|
1173
|
+
"label": "messageAttributes",
|
|
1417
1174
|
"description": "Message attributes metadata",
|
|
1418
|
-
"group": "input",
|
|
1419
|
-
"type": "Text",
|
|
1420
1175
|
"optional": true,
|
|
1176
|
+
"feel": "required",
|
|
1177
|
+
"group": "input",
|
|
1421
1178
|
"binding": {
|
|
1422
|
-
"
|
|
1423
|
-
"
|
|
1179
|
+
"name": "topic.messageAttributes",
|
|
1180
|
+
"type": "zeebe:input"
|
|
1424
1181
|
},
|
|
1425
|
-
"
|
|
1182
|
+
"type": "String"
|
|
1426
1183
|
},
|
|
1427
1184
|
{
|
|
1185
|
+
"id": "resultVariable",
|
|
1428
1186
|
"label": "Result variable",
|
|
1429
|
-
"description": "Name of variable to store the response in
|
|
1187
|
+
"description": "Name of variable to store the response in",
|
|
1430
1188
|
"group": "output",
|
|
1431
|
-
"type": "String",
|
|
1432
1189
|
"binding": {
|
|
1433
|
-
"
|
|
1434
|
-
"
|
|
1435
|
-
}
|
|
1190
|
+
"key": "resultVariable",
|
|
1191
|
+
"type": "zeebe:taskHeader"
|
|
1192
|
+
},
|
|
1193
|
+
"type": "String"
|
|
1436
1194
|
},
|
|
1437
1195
|
{
|
|
1196
|
+
"id": "resultExpression",
|
|
1438
1197
|
"label": "Result expression",
|
|
1439
|
-
"description": "Expression to map the response into process variables
|
|
1440
|
-
"group": "output",
|
|
1441
|
-
"type": "Text",
|
|
1198
|
+
"description": "Expression to map the response into process variables",
|
|
1442
1199
|
"feel": "required",
|
|
1200
|
+
"group": "output",
|
|
1443
1201
|
"binding": {
|
|
1444
|
-
"
|
|
1445
|
-
"
|
|
1446
|
-
}
|
|
1202
|
+
"key": "resultExpression",
|
|
1203
|
+
"type": "zeebe:taskHeader"
|
|
1204
|
+
},
|
|
1205
|
+
"type": "Text"
|
|
1447
1206
|
},
|
|
1448
1207
|
{
|
|
1208
|
+
"id": "errorExpression",
|
|
1449
1209
|
"label": "Error expression",
|
|
1450
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
1451
|
-
"group": "errors",
|
|
1452
|
-
"type": "Text",
|
|
1210
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
1453
1211
|
"feel": "required",
|
|
1212
|
+
"group": "error",
|
|
1454
1213
|
"binding": {
|
|
1455
|
-
"
|
|
1456
|
-
"
|
|
1457
|
-
}
|
|
1214
|
+
"key": "errorExpression",
|
|
1215
|
+
"type": "zeebe:taskHeader"
|
|
1216
|
+
},
|
|
1217
|
+
"type": "Text"
|
|
1218
|
+
},
|
|
1219
|
+
{
|
|
1220
|
+
"id": "retryCount",
|
|
1221
|
+
"label": "Retries",
|
|
1222
|
+
"description": "Number of retries",
|
|
1223
|
+
"value": "3",
|
|
1224
|
+
"feel": "optional",
|
|
1225
|
+
"group": "retries",
|
|
1226
|
+
"binding": {
|
|
1227
|
+
"property": "retries",
|
|
1228
|
+
"type": "zeebe:taskDefinition"
|
|
1229
|
+
},
|
|
1230
|
+
"type": "String"
|
|
1231
|
+
},
|
|
1232
|
+
{
|
|
1233
|
+
"id": "retryBackoff",
|
|
1234
|
+
"label": "Retry backoff",
|
|
1235
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
1236
|
+
"value": "PT0S",
|
|
1237
|
+
"feel": "optional",
|
|
1238
|
+
"group": "retries",
|
|
1239
|
+
"binding": {
|
|
1240
|
+
"key": "retryBackoff",
|
|
1241
|
+
"type": "zeebe:taskHeader"
|
|
1242
|
+
},
|
|
1243
|
+
"type": "String"
|
|
1458
1244
|
}
|
|
1459
1245
|
],
|
|
1460
1246
|
"icon": {
|
|
1461
|
-
"contents": "data:image/svg+xml
|
|
1247
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA4MCA4MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS82NC9BcmNoX0FXUy1TaW1wbGUtTm90aWZpY2F0aW9uLVNlcnZpY2VfNjQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9JzAlJyB5MT0nMTAwJScgeDI9JzEwMCUnIHkyPScwJScgaWQ9J2xpbmVhckdyYWRpZW50LTEnPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPScjQjAwODREJyBvZmZzZXQ9JzAlJz48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNGRjRGOEInIG9mZnNldD0nMTAwJSc+PC9zdG9wPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0nSWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BV1MtU2ltcGxlLU5vdGlmaWNhdGlvbi1TZXJ2aWNlXzY0JyBzdHJva2U9J25vbmUnIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nbm9uZScKICAgICAgIGZpbGwtcnVsZT0nZXZlbm9kZCc+CiAgICAgICAgPGcgaWQ9J0ljb24tQXJjaGl0ZWN0dXJlLUJHLzY0L0FwcGxpY2F0aW9uLUludGVncmF0aW9uJyBmaWxsPSd1cmwoI2xpbmVhckdyYWRpZW50LTEpJz4KICAgICAgICAgICAgPHJlY3QgaWQ9J1JlY3RhbmdsZScgeD0nMCcgeT0nMCcgd2lkdGg9JzgwJyBoZWlnaHQ9JzgwJz48L3JlY3Q+CiAgICAgICAgPC9nPgogICAgICAgIDxwYXRoIGQ9J00xNywzOCBDMTguMTAzLDM4IDE5LDM4Ljg5NyAxOSw0MCBDMTksNDEuMTAzIDE4LjEwMyw0MiAxNyw0MiBDMTUuODk3LDQyIDE1LDQxLjEwMyAxNSw0MCBDMTUsMzguODk3IDE1Ljg5NywzOCAxNywzOCBMMTcsMzggWiBNNDEsNjQgQzI5LjMxNCw2NCAxOS4yODksNTUuNDY2IDE3LjE5NCw0My45OCBDMTguOTY1LDQzLjg5NCAyMC40MjcsNDIuNjU5IDIwLjg1Nyw0MSBMMjcsNDEgTDI3LDM5IEwyMC44NTcsMzkgQzIwLjQyNywzNy4zNDIgMTguOTY2LDM2LjEwNyAxNy4xOTUsMzYuMDIgQzE5LjI4NSwyNC43MSAyOS41MTEsMTYgNDEsMTYgQzQ1LjMxMywxNiA0OS44MzIsMTcuNjIyIDU0LjQyOSwyMC44MjEgTDU1LjU3MSwxOS4xNzkgQzUwLjYzMywxNS43NDMgNDUuNzMsMTQgNDEsMTQgQzI4LjI3LDE0IDE2Ljk0OSwyMy44NjUgMTUuMDYzLDM2LjUyMSBDMTMuODM5LDM3LjIwNyAxMywzOC41IDEzLDQwIEMxMyw0MS41IDEzLjgzOSw0Mi43OTMgMTUuMDYzLDQzLjQ3OCBDMTYuOTcsNTYuMzQxIDI4LjA1Niw2NiA0MSw2NiBDNDYuNDA3LDY2IDUxLjk0Miw2NC4xNTcgNTYuNTg1LDYwLjgxMSBMNTUuNDE1LDU5LjE4OSBDNTEuMTEsNjIuMjkyIDQ1Ljk5MSw2NCA0MSw2NCBMNDEsNjQgWiBNMzAuMTAxLDM2LjQ0MiBDMzEuOTU1LDM2Ljg5NSAzNC4yNzUsMzcgMzYsMzcgQzM3LjY0MiwzNyAzOS44MjMsMzYuOTA1IDQxLjYyOSwzNi41MDYgTDM3LjEwNSw0NS41NTMgQzM3LjAzNiw0NS42OTEgMzcsNDUuODQ1IDM3LDQ2IEwzNyw1MC40NTMgQzM2LjE5OSw1MC45NjQgMzQuODMzLDUxLjgxMiAzNCw1MS45ODYgTDM0LDQ2IEMzNCw0NS44NjggMzMuOTc0LDQ1LjczNyAzMy45MjMsNDUuNjE1IEwzMC4xMDEsMzYuNDQyIFogTTM2LDMzIEM0MC4wMjUsMzMgNDIuMTc0LDMzLjYwNCA0Mi44NDEsMzQgQzQyLjE3NCwzNC4zOTYgNDAuMDI1LDM1IDM2LDM1IEMzMS45NzUsMzUgMjkuODI2LDM0LjM5NiAyOS4xNTksMzQgQzI5LjgyNiwzMy42MDQgMzEuOTc1LDMzIDM2LDMzIEwzNiwzMyBaIE0zMyw1NCBMMzQsNTQgQzM0LjA0Myw1NCAzNC4wODYsNTMuOTk3IDM0LjEyOCw1My45OTIgQzM1LjM1Miw1My44MzMgMzYuOTA5LDUyLjg4NyAzOC4yNzIsNTIuMDEzIEwzOC41MzUsNTEuODQ1IEMzOC44MjQsNTEuNjYxIDM5LDUxLjM0MiAzOSw1MSBMMzksNDYuMjM2IEw0NC41NTksMzUuMTIgQzQ0LjgzMywzNC44MDEgNDUsMzQuNDM0IDQ1LDM0IEM0NSwzMS4zOSAzOS4zNjEsMzEgMzYsMzEgQzMyLjYzOSwzMSAyNywzMS4zOSAyNywzNCBDMjcsMzQuMzY2IDI3LjEyLDM0LjY4NCAyNy4zMiwzNC45NjcgTDMyLDQ2LjIgTDMyLDUzIEMzMiw1My41NTIgMzIuNDQ3LDU0IDMzLDU0IEwzMyw1NCBaIE02Miw1MyBDNjMuMTAzLDUzIDY0LDUzLjg5NyA2NCw1NSBDNjQsNTYuMTAzIDYzLjEwMyw1NyA2Miw1NyBDNjAuODk3LDU3IDYwLDU2LjEwMyA2MCw1NSBDNjAsNTMuODk3IDYwLjg5Nyw1MyA2Miw1MyBMNjIsNTMgWiBNNjIsMjMgQzYzLjEwMywyMyA2NCwyMy44OTcgNjQsMjUgQzY0LDI2LjEwMyA2My4xMDMsMjcgNjIsMjcgQzYwLjg5NywyNyA2MCwyNi4xMDMgNjAsMjUgQzYwLDIzLjg5NyA2MC44OTcsMjMgNjIsMjMgTDYyLDIzIFogTTY0LDM4IEM2NS4xMDMsMzggNjYsMzguODk3IDY2LDQwIEM2Niw0MS4xMDMgNjUuMTAzLDQyIDY0LDQyIEM2Mi44OTcsNDIgNjIsNDEuMTAzIDYyLDQwIEM2MiwzOC44OTcgNjIuODk3LDM4IDY0LDM4IEw2NCwzOCBaIE01NCw0MSBMNjAuMTQzLDQxIEM2MC41ODksNDIuNzIgNjIuMTQyLDQ0IDY0LDQ0IEM2Ni4yMDYsNDQgNjgsNDIuMjA2IDY4LDQwIEM2OCwzNy43OTQgNjYuMjA2LDM2IDY0LDM2IEM2Mi4xNDIsMzYgNjAuNTg5LDM3LjI4IDYwLjE0MywzOSBMNTQsMzkgTDU0LDI2IEw1OC4xNDMsMjYgQzU4LjU4OSwyNy43MiA2MC4xNDIsMjkgNjIsMjkgQzY0LjIwNiwyOSA2NiwyNy4yMDYgNjYsMjUgQzY2LDIyLjc5NCA2NC4yMDYsMjEgNjIsMjEgQzYwLjE0MiwyMSA1OC41ODksMjIuMjggNTguMTQzLDI0IEw1MywyNCBDNTIuNDQ3LDI0IDUyLDI0LjQ0OCA1MiwyNSBMNTIsMzkgTDQ1LDM5IEw0NSw0MSBMNTIsNDEgTDUyLDU1IEM1Miw1NS41NTIgNTIuNDQ3LDU2IDUzLDU2IEw1OC4xNDMsNTYgQzU4LjU4OSw1Ny43MiA2MC4xNDIsNTkgNjIsNTkgQzY0LjIwNiw1OSA2Niw1Ny4yMDYgNjYsNTUgQzY2LDUyLjc5NCA2NC4yMDYsNTEgNjIsNTEgQzYwLjE0Miw1MSA1OC41ODksNTIuMjggNTguMTQzLDU0IEw1NCw1NCBMNTQsNDEgWicKICAgICAgICAgICAgICBpZD0nQVdTLVNpbXBsZS1Ob3RpZmljYXRpb24tU2VydmljZV9JY29uXzY0X1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
1462
1248
|
},
|
|
1463
1249
|
"engines": {
|
|
1464
|
-
"camunda": "^8.
|
|
1250
|
+
"camunda": "^8.5"
|
|
1465
1251
|
}
|
|
1466
1252
|
},
|
|
1467
1253
|
{
|
|
1468
1254
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1469
|
-
"name": "Amazon SNS connector",
|
|
1255
|
+
"name": "Amazon SNS Outbound connector",
|
|
1470
1256
|
"id": "io.camunda.connectors.AWSSNS.v1",
|
|
1471
1257
|
"description": "Send message to topic",
|
|
1472
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
1473
|
-
"version":
|
|
1258
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=outbound",
|
|
1259
|
+
"version": 6,
|
|
1474
1260
|
"appliesTo": ["bpmn:Task"],
|
|
1475
1261
|
"elementType": {
|
|
1476
1262
|
"value": "bpmn:ServiceTask"
|
|
@@ -1510,6 +1296,32 @@
|
|
|
1510
1296
|
"property": "type"
|
|
1511
1297
|
}
|
|
1512
1298
|
},
|
|
1299
|
+
{
|
|
1300
|
+
"id": "authenticationType",
|
|
1301
|
+
"label": "Authentication",
|
|
1302
|
+
"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>",
|
|
1303
|
+
"group": "authentication",
|
|
1304
|
+
"type": "Dropdown",
|
|
1305
|
+
"optional": false,
|
|
1306
|
+
"value": "credentials",
|
|
1307
|
+
"choices": [
|
|
1308
|
+
{
|
|
1309
|
+
"name": "Credentials",
|
|
1310
|
+
"value": "credentials"
|
|
1311
|
+
},
|
|
1312
|
+
{
|
|
1313
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
1314
|
+
"value": "defaultCredentialsChain"
|
|
1315
|
+
}
|
|
1316
|
+
],
|
|
1317
|
+
"binding": {
|
|
1318
|
+
"type": "zeebe:input",
|
|
1319
|
+
"name": "authentication.type"
|
|
1320
|
+
},
|
|
1321
|
+
"constraints": {
|
|
1322
|
+
"notEmpty": true
|
|
1323
|
+
}
|
|
1324
|
+
},
|
|
1513
1325
|
{
|
|
1514
1326
|
"label": "Access key",
|
|
1515
1327
|
"description": "Provide AWS IAM access key that has permission to publish to desired SNS topic",
|
|
@@ -1521,6 +1333,10 @@
|
|
|
1521
1333
|
},
|
|
1522
1334
|
"constraints": {
|
|
1523
1335
|
"notEmpty": true
|
|
1336
|
+
},
|
|
1337
|
+
"condition": {
|
|
1338
|
+
"property": "authenticationType",
|
|
1339
|
+
"equals": "credentials"
|
|
1524
1340
|
}
|
|
1525
1341
|
},
|
|
1526
1342
|
{
|
|
@@ -1534,6 +1350,10 @@
|
|
|
1534
1350
|
},
|
|
1535
1351
|
"constraints": {
|
|
1536
1352
|
"notEmpty": true
|
|
1353
|
+
},
|
|
1354
|
+
"condition": {
|
|
1355
|
+
"property": "authenticationType",
|
|
1356
|
+
"equals": "credentials"
|
|
1537
1357
|
}
|
|
1538
1358
|
},
|
|
1539
1359
|
{
|
|
@@ -1556,7 +1376,7 @@
|
|
|
1556
1376
|
"type": "String",
|
|
1557
1377
|
"binding": {
|
|
1558
1378
|
"type": "zeebe:input",
|
|
1559
|
-
"name": "
|
|
1379
|
+
"name": "configuration.region"
|
|
1560
1380
|
},
|
|
1561
1381
|
"constraints": {
|
|
1562
1382
|
"notEmpty": true
|
|
@@ -1642,188 +1462,368 @@
|
|
|
1642
1462
|
"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"
|
|
1643
1463
|
},
|
|
1644
1464
|
"engines": {
|
|
1645
|
-
"camunda": "^8.
|
|
1465
|
+
"camunda": "^8.4"
|
|
1646
1466
|
}
|
|
1647
1467
|
},
|
|
1648
1468
|
{
|
|
1649
1469
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1650
1470
|
"name": "Amazon SNS Outbound connector",
|
|
1651
1471
|
"id": "io.camunda.connectors.AWSSNS.v1",
|
|
1652
|
-
"description": "Send
|
|
1653
|
-
"
|
|
1654
|
-
|
|
1655
|
-
"appliesTo": ["bpmn:Task"],
|
|
1656
|
-
"elementType": {
|
|
1657
|
-
"value": "bpmn:ServiceTask"
|
|
1472
|
+
"description": "Send messages to Amazon SNS.",
|
|
1473
|
+
"metadata": {
|
|
1474
|
+
"keywords": ["send message", "publish message"]
|
|
1658
1475
|
},
|
|
1476
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sns/?amazonsns=outbound",
|
|
1477
|
+
"version": 8,
|
|
1659
1478
|
"category": {
|
|
1660
1479
|
"id": "connectors",
|
|
1661
1480
|
"name": "Connectors"
|
|
1662
1481
|
},
|
|
1482
|
+
"appliesTo": ["bpmn:Task"],
|
|
1483
|
+
"elementType": {
|
|
1484
|
+
"value": "bpmn:ServiceTask"
|
|
1485
|
+
},
|
|
1486
|
+
"engines": {
|
|
1487
|
+
"camunda": "^8.3"
|
|
1488
|
+
},
|
|
1663
1489
|
"groups": [
|
|
1664
1490
|
{
|
|
1665
1491
|
"id": "authentication",
|
|
1666
1492
|
"label": "Authentication"
|
|
1667
1493
|
},
|
|
1668
1494
|
{
|
|
1669
|
-
"id": "
|
|
1495
|
+
"id": "configuration",
|
|
1670
1496
|
"label": "Topic properties"
|
|
1671
1497
|
},
|
|
1672
|
-
{
|
|
1673
|
-
"id": "output",
|
|
1674
|
-
"label": "Output"
|
|
1675
|
-
},
|
|
1676
1498
|
{
|
|
1677
1499
|
"id": "input",
|
|
1678
1500
|
"label": "Input message data"
|
|
1679
1501
|
},
|
|
1680
1502
|
{
|
|
1681
|
-
"id": "
|
|
1503
|
+
"id": "connector",
|
|
1504
|
+
"label": "Connector"
|
|
1505
|
+
},
|
|
1506
|
+
{
|
|
1507
|
+
"id": "output",
|
|
1508
|
+
"label": "Output mapping"
|
|
1509
|
+
},
|
|
1510
|
+
{
|
|
1511
|
+
"id": "error",
|
|
1682
1512
|
"label": "Error handling"
|
|
1513
|
+
},
|
|
1514
|
+
{
|
|
1515
|
+
"id": "retries",
|
|
1516
|
+
"label": "Retries"
|
|
1683
1517
|
}
|
|
1684
1518
|
],
|
|
1685
1519
|
"properties": [
|
|
1686
1520
|
{
|
|
1687
|
-
"type": "Hidden",
|
|
1688
1521
|
"value": "io.camunda:aws-sns:1",
|
|
1689
1522
|
"binding": {
|
|
1690
|
-
"
|
|
1691
|
-
"
|
|
1692
|
-
}
|
|
1523
|
+
"property": "type",
|
|
1524
|
+
"type": "zeebe:taskDefinition"
|
|
1525
|
+
},
|
|
1526
|
+
"type": "Hidden"
|
|
1693
1527
|
},
|
|
1694
1528
|
{
|
|
1695
|
-
"
|
|
1696
|
-
"
|
|
1529
|
+
"id": "authentication.type",
|
|
1530
|
+
"label": "Authentication",
|
|
1531
|
+
"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>",
|
|
1532
|
+
"value": "credentials",
|
|
1697
1533
|
"group": "authentication",
|
|
1698
|
-
"type": "String",
|
|
1699
1534
|
"binding": {
|
|
1700
|
-
"
|
|
1701
|
-
"
|
|
1535
|
+
"name": "authentication.type",
|
|
1536
|
+
"type": "zeebe:input"
|
|
1702
1537
|
},
|
|
1538
|
+
"type": "Dropdown",
|
|
1539
|
+
"choices": [
|
|
1540
|
+
{
|
|
1541
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
1542
|
+
"value": "defaultCredentialsChain"
|
|
1543
|
+
},
|
|
1544
|
+
{
|
|
1545
|
+
"name": "Credentials",
|
|
1546
|
+
"value": "credentials"
|
|
1547
|
+
}
|
|
1548
|
+
]
|
|
1549
|
+
},
|
|
1550
|
+
{
|
|
1551
|
+
"id": "authentication.accessKey",
|
|
1552
|
+
"label": "Access key",
|
|
1553
|
+
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
1554
|
+
"optional": false,
|
|
1703
1555
|
"constraints": {
|
|
1704
1556
|
"notEmpty": true
|
|
1705
|
-
}
|
|
1557
|
+
},
|
|
1558
|
+
"feel": "optional",
|
|
1559
|
+
"group": "authentication",
|
|
1560
|
+
"binding": {
|
|
1561
|
+
"name": "authentication.accessKey",
|
|
1562
|
+
"type": "zeebe:input"
|
|
1563
|
+
},
|
|
1564
|
+
"condition": {
|
|
1565
|
+
"property": "authentication.type",
|
|
1566
|
+
"equals": "credentials",
|
|
1567
|
+
"type": "simple"
|
|
1568
|
+
},
|
|
1569
|
+
"type": "String"
|
|
1706
1570
|
},
|
|
1707
1571
|
{
|
|
1572
|
+
"id": "authentication.secretKey",
|
|
1708
1573
|
"label": "Secret key",
|
|
1709
|
-
"description": "Provide
|
|
1574
|
+
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
1575
|
+
"optional": false,
|
|
1576
|
+
"constraints": {
|
|
1577
|
+
"notEmpty": true
|
|
1578
|
+
},
|
|
1579
|
+
"feel": "optional",
|
|
1710
1580
|
"group": "authentication",
|
|
1711
|
-
"type": "String",
|
|
1712
1581
|
"binding": {
|
|
1713
|
-
"
|
|
1714
|
-
"
|
|
1582
|
+
"name": "authentication.secretKey",
|
|
1583
|
+
"type": "zeebe:input"
|
|
1715
1584
|
},
|
|
1716
|
-
"
|
|
1717
|
-
"
|
|
1718
|
-
|
|
1585
|
+
"condition": {
|
|
1586
|
+
"property": "authentication.type",
|
|
1587
|
+
"equals": "credentials",
|
|
1588
|
+
"type": "simple"
|
|
1589
|
+
},
|
|
1590
|
+
"type": "String"
|
|
1719
1591
|
},
|
|
1720
1592
|
{
|
|
1593
|
+
"id": "topic.topicArn",
|
|
1721
1594
|
"label": "Topic ARN",
|
|
1722
1595
|
"description": "Specify the topic you want to publish to",
|
|
1723
|
-
"
|
|
1724
|
-
"
|
|
1596
|
+
"optional": false,
|
|
1597
|
+
"constraints": {
|
|
1598
|
+
"notEmpty": true
|
|
1599
|
+
},
|
|
1600
|
+
"feel": "optional",
|
|
1601
|
+
"group": "configuration",
|
|
1725
1602
|
"binding": {
|
|
1726
|
-
"
|
|
1727
|
-
"
|
|
1603
|
+
"name": "topic.topicArn",
|
|
1604
|
+
"type": "zeebe:input"
|
|
1728
1605
|
},
|
|
1606
|
+
"type": "String"
|
|
1607
|
+
},
|
|
1608
|
+
{
|
|
1609
|
+
"id": "topic.type",
|
|
1610
|
+
"label": "Topic type",
|
|
1611
|
+
"description": "Select SNS topic type. Details at <a href=\"https://aws.amazon.com/sns/features/\">AWS SNS Features</a>",
|
|
1612
|
+
"optional": false,
|
|
1613
|
+
"value": "standard",
|
|
1729
1614
|
"constraints": {
|
|
1730
1615
|
"notEmpty": true
|
|
1731
|
-
}
|
|
1616
|
+
},
|
|
1617
|
+
"group": "configuration",
|
|
1618
|
+
"binding": {
|
|
1619
|
+
"name": "topic.type",
|
|
1620
|
+
"type": "zeebe:input"
|
|
1621
|
+
},
|
|
1622
|
+
"type": "Dropdown",
|
|
1623
|
+
"choices": [
|
|
1624
|
+
{
|
|
1625
|
+
"name": "Standard",
|
|
1626
|
+
"value": "standard"
|
|
1627
|
+
},
|
|
1628
|
+
{
|
|
1629
|
+
"name": "FIFO",
|
|
1630
|
+
"value": "fifo"
|
|
1631
|
+
}
|
|
1632
|
+
]
|
|
1732
1633
|
},
|
|
1733
1634
|
{
|
|
1635
|
+
"id": "configuration.region",
|
|
1734
1636
|
"label": "Region",
|
|
1735
|
-
"description": "Specify the AWS region
|
|
1736
|
-
"
|
|
1737
|
-
"type": "String",
|
|
1738
|
-
"binding": {
|
|
1739
|
-
"type": "zeebe:input",
|
|
1740
|
-
"name": "configuration.region"
|
|
1741
|
-
},
|
|
1637
|
+
"description": "Specify the AWS region",
|
|
1638
|
+
"optional": false,
|
|
1742
1639
|
"constraints": {
|
|
1743
1640
|
"notEmpty": true
|
|
1744
1641
|
},
|
|
1745
|
-
"feel": "optional"
|
|
1642
|
+
"feel": "optional",
|
|
1643
|
+
"group": "configuration",
|
|
1644
|
+
"binding": {
|
|
1645
|
+
"name": "configuration.region",
|
|
1646
|
+
"type": "zeebe:input"
|
|
1647
|
+
},
|
|
1648
|
+
"type": "String"
|
|
1746
1649
|
},
|
|
1747
1650
|
{
|
|
1748
|
-
"
|
|
1749
|
-
"
|
|
1651
|
+
"id": "configuration.endpoint",
|
|
1652
|
+
"label": "Endpoint",
|
|
1653
|
+
"description": "Specify endpoint if need to use custom endpoint",
|
|
1654
|
+
"optional": true,
|
|
1655
|
+
"group": "configuration",
|
|
1656
|
+
"binding": {
|
|
1657
|
+
"name": "configuration.endpoint",
|
|
1658
|
+
"type": "zeebe:input"
|
|
1659
|
+
},
|
|
1660
|
+
"type": "Hidden"
|
|
1661
|
+
},
|
|
1662
|
+
{
|
|
1663
|
+
"id": "topic.messageGroupId",
|
|
1664
|
+
"label": "Message group ID",
|
|
1665
|
+
"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",
|
|
1666
|
+
"optional": false,
|
|
1667
|
+
"feel": "optional",
|
|
1750
1668
|
"group": "input",
|
|
1751
|
-
"
|
|
1669
|
+
"binding": {
|
|
1670
|
+
"name": "topic.messageGroupId",
|
|
1671
|
+
"type": "zeebe:input"
|
|
1672
|
+
},
|
|
1673
|
+
"condition": {
|
|
1674
|
+
"property": "topic.type",
|
|
1675
|
+
"equals": "fifo",
|
|
1676
|
+
"type": "simple"
|
|
1677
|
+
},
|
|
1678
|
+
"type": "String"
|
|
1679
|
+
},
|
|
1680
|
+
{
|
|
1681
|
+
"id": "topic.messageDeduplicationId",
|
|
1682
|
+
"label": "Message deduplication ID",
|
|
1683
|
+
"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",
|
|
1752
1684
|
"optional": true,
|
|
1685
|
+
"feel": "optional",
|
|
1686
|
+
"group": "input",
|
|
1753
1687
|
"binding": {
|
|
1754
|
-
"
|
|
1755
|
-
"
|
|
1688
|
+
"name": "topic.messageDeduplicationId",
|
|
1689
|
+
"type": "zeebe:input"
|
|
1756
1690
|
},
|
|
1757
|
-
"
|
|
1758
|
-
"
|
|
1759
|
-
"
|
|
1691
|
+
"condition": {
|
|
1692
|
+
"property": "topic.type",
|
|
1693
|
+
"equals": "fifo",
|
|
1694
|
+
"type": "simple"
|
|
1760
1695
|
},
|
|
1761
|
-
"
|
|
1696
|
+
"type": "String"
|
|
1762
1697
|
},
|
|
1763
1698
|
{
|
|
1764
|
-
"
|
|
1765
|
-
"
|
|
1699
|
+
"id": "topic.subject",
|
|
1700
|
+
"label": "Subject",
|
|
1701
|
+
"description": "Specify the subject of the message you want to publish in the SNS topic",
|
|
1702
|
+
"optional": true,
|
|
1703
|
+
"feel": "optional",
|
|
1766
1704
|
"group": "input",
|
|
1767
|
-
"type": "Text",
|
|
1768
1705
|
"binding": {
|
|
1769
|
-
"
|
|
1770
|
-
"
|
|
1706
|
+
"name": "topic.subject",
|
|
1707
|
+
"type": "zeebe:input"
|
|
1771
1708
|
},
|
|
1709
|
+
"type": "String"
|
|
1710
|
+
},
|
|
1711
|
+
{
|
|
1712
|
+
"id": "topic.message",
|
|
1713
|
+
"label": "Message",
|
|
1714
|
+
"description": "Data to publish in the SNS topic",
|
|
1715
|
+
"optional": false,
|
|
1772
1716
|
"constraints": {
|
|
1773
1717
|
"notEmpty": true
|
|
1774
1718
|
},
|
|
1775
|
-
"feel": "optional"
|
|
1719
|
+
"feel": "optional",
|
|
1720
|
+
"group": "input",
|
|
1721
|
+
"binding": {
|
|
1722
|
+
"name": "topic.message",
|
|
1723
|
+
"type": "zeebe:input"
|
|
1724
|
+
},
|
|
1725
|
+
"type": "Text"
|
|
1776
1726
|
},
|
|
1777
1727
|
{
|
|
1778
|
-
"
|
|
1728
|
+
"id": "topic.messageAttributes",
|
|
1729
|
+
"label": "messageAttributes",
|
|
1779
1730
|
"description": "Message attributes metadata",
|
|
1780
|
-
"group": "input",
|
|
1781
|
-
"type": "Text",
|
|
1782
1731
|
"optional": true,
|
|
1732
|
+
"feel": "required",
|
|
1733
|
+
"group": "input",
|
|
1783
1734
|
"binding": {
|
|
1784
|
-
"
|
|
1785
|
-
"
|
|
1735
|
+
"name": "topic.messageAttributes",
|
|
1736
|
+
"type": "zeebe:input"
|
|
1786
1737
|
},
|
|
1787
|
-
"
|
|
1738
|
+
"type": "String"
|
|
1739
|
+
},
|
|
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"
|
|
1788
1763
|
},
|
|
1789
1764
|
{
|
|
1765
|
+
"id": "resultVariable",
|
|
1790
1766
|
"label": "Result variable",
|
|
1791
|
-
"description": "Name of variable to store the response in
|
|
1767
|
+
"description": "Name of variable to store the response in",
|
|
1792
1768
|
"group": "output",
|
|
1793
|
-
"type": "String",
|
|
1794
1769
|
"binding": {
|
|
1795
|
-
"
|
|
1796
|
-
"
|
|
1797
|
-
}
|
|
1770
|
+
"key": "resultVariable",
|
|
1771
|
+
"type": "zeebe:taskHeader"
|
|
1772
|
+
},
|
|
1773
|
+
"type": "String"
|
|
1798
1774
|
},
|
|
1799
1775
|
{
|
|
1776
|
+
"id": "resultExpression",
|
|
1800
1777
|
"label": "Result expression",
|
|
1801
|
-
"description": "Expression to map the response into process variables
|
|
1802
|
-
"group": "output",
|
|
1803
|
-
"type": "Text",
|
|
1778
|
+
"description": "Expression to map the response into process variables",
|
|
1804
1779
|
"feel": "required",
|
|
1780
|
+
"group": "output",
|
|
1805
1781
|
"binding": {
|
|
1806
|
-
"
|
|
1807
|
-
"
|
|
1808
|
-
}
|
|
1782
|
+
"key": "resultExpression",
|
|
1783
|
+
"type": "zeebe:taskHeader"
|
|
1784
|
+
},
|
|
1785
|
+
"type": "Text"
|
|
1809
1786
|
},
|
|
1810
1787
|
{
|
|
1788
|
+
"id": "errorExpression",
|
|
1811
1789
|
"label": "Error expression",
|
|
1812
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
1813
|
-
"group": "errors",
|
|
1814
|
-
"type": "Text",
|
|
1790
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
1815
1791
|
"feel": "required",
|
|
1792
|
+
"group": "error",
|
|
1816
1793
|
"binding": {
|
|
1817
|
-
"
|
|
1818
|
-
"
|
|
1819
|
-
}
|
|
1794
|
+
"key": "errorExpression",
|
|
1795
|
+
"type": "zeebe:taskHeader"
|
|
1796
|
+
},
|
|
1797
|
+
"type": "Text"
|
|
1798
|
+
},
|
|
1799
|
+
{
|
|
1800
|
+
"id": "retryCount",
|
|
1801
|
+
"label": "Retries",
|
|
1802
|
+
"description": "Number of retries",
|
|
1803
|
+
"value": "3",
|
|
1804
|
+
"feel": "optional",
|
|
1805
|
+
"group": "retries",
|
|
1806
|
+
"binding": {
|
|
1807
|
+
"property": "retries",
|
|
1808
|
+
"type": "zeebe:taskDefinition"
|
|
1809
|
+
},
|
|
1810
|
+
"type": "String"
|
|
1811
|
+
},
|
|
1812
|
+
{
|
|
1813
|
+
"id": "retryBackoff",
|
|
1814
|
+
"label": "Retry backoff",
|
|
1815
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
1816
|
+
"value": "PT0S",
|
|
1817
|
+
"group": "retries",
|
|
1818
|
+
"binding": {
|
|
1819
|
+
"key": "retryBackoff",
|
|
1820
|
+
"type": "zeebe:taskHeader"
|
|
1821
|
+
},
|
|
1822
|
+
"type": "String"
|
|
1820
1823
|
}
|
|
1821
1824
|
],
|
|
1822
1825
|
"icon": {
|
|
1823
|
-
"contents": "data:image/svg+xml
|
|
1824
|
-
},
|
|
1825
|
-
"engines": {
|
|
1826
|
-
"camunda": "^8.2"
|
|
1826
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA4MCA4MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS82NC9BcmNoX0FXUy1TaW1wbGUtTm90aWZpY2F0aW9uLVNlcnZpY2VfNjQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9JzAlJyB5MT0nMTAwJScgeDI9JzEwMCUnIHkyPScwJScgaWQ9J2xpbmVhckdyYWRpZW50LTEnPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPScjQjAwODREJyBvZmZzZXQ9JzAlJz48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNGRjRGOEInIG9mZnNldD0nMTAwJSc+PC9zdG9wPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0nSWNvbi1BcmNoaXRlY3R1cmUvNjQvQXJjaF9BV1MtU2ltcGxlLU5vdGlmaWNhdGlvbi1TZXJ2aWNlXzY0JyBzdHJva2U9J25vbmUnIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nbm9uZScKICAgICAgIGZpbGwtcnVsZT0nZXZlbm9kZCc+CiAgICAgICAgPGcgaWQ9J0ljb24tQXJjaGl0ZWN0dXJlLUJHLzY0L0FwcGxpY2F0aW9uLUludGVncmF0aW9uJyBmaWxsPSd1cmwoI2xpbmVhckdyYWRpZW50LTEpJz4KICAgICAgICAgICAgPHJlY3QgaWQ9J1JlY3RhbmdsZScgeD0nMCcgeT0nMCcgd2lkdGg9JzgwJyBoZWlnaHQ9JzgwJz48L3JlY3Q+CiAgICAgICAgPC9nPgogICAgICAgIDxwYXRoIGQ9J00xNywzOCBDMTguMTAzLDM4IDE5LDM4Ljg5NyAxOSw0MCBDMTksNDEuMTAzIDE4LjEwMyw0MiAxNyw0MiBDMTUuODk3LDQyIDE1LDQxLjEwMyAxNSw0MCBDMTUsMzguODk3IDE1Ljg5NywzOCAxNywzOCBMMTcsMzggWiBNNDEsNjQgQzI5LjMxNCw2NCAxOS4yODksNTUuNDY2IDE3LjE5NCw0My45OCBDMTguOTY1LDQzLjg5NCAyMC40MjcsNDIuNjU5IDIwLjg1Nyw0MSBMMjcsNDEgTDI3LDM5IEwyMC44NTcsMzkgQzIwLjQyNywzNy4zNDIgMTguOTY2LDM2LjEwNyAxNy4xOTUsMzYuMDIgQzE5LjI4NSwyNC43MSAyOS41MTEsMTYgNDEsMTYgQzQ1LjMxMywxNiA0OS44MzIsMTcuNjIyIDU0LjQyOSwyMC44MjEgTDU1LjU3MSwxOS4xNzkgQzUwLjYzMywxNS43NDMgNDUuNzMsMTQgNDEsMTQgQzI4LjI3LDE0IDE2Ljk0OSwyMy44NjUgMTUuMDYzLDM2LjUyMSBDMTMuODM5LDM3LjIwNyAxMywzOC41IDEzLDQwIEMxMyw0MS41IDEzLjgzOSw0Mi43OTMgMTUuMDYzLDQzLjQ3OCBDMTYuOTcsNTYuMzQxIDI4LjA1Niw2NiA0MSw2NiBDNDYuNDA3LDY2IDUxLjk0Miw2NC4xNTcgNTYuNTg1LDYwLjgxMSBMNTUuNDE1LDU5LjE4OSBDNTEuMTEsNjIuMjkyIDQ1Ljk5MSw2NCA0MSw2NCBMNDEsNjQgWiBNMzAuMTAxLDM2LjQ0MiBDMzEuOTU1LDM2Ljg5NSAzNC4yNzUsMzcgMzYsMzcgQzM3LjY0MiwzNyAzOS44MjMsMzYuOTA1IDQxLjYyOSwzNi41MDYgTDM3LjEwNSw0NS41NTMgQzM3LjAzNiw0NS42OTEgMzcsNDUuODQ1IDM3LDQ2IEwzNyw1MC40NTMgQzM2LjE5OSw1MC45NjQgMzQuODMzLDUxLjgxMiAzNCw1MS45ODYgTDM0LDQ2IEMzNCw0NS44NjggMzMuOTc0LDQ1LjczNyAzMy45MjMsNDUuNjE1IEwzMC4xMDEsMzYuNDQyIFogTTM2LDMzIEM0MC4wMjUsMzMgNDIuMTc0LDMzLjYwNCA0Mi44NDEsMzQgQzQyLjE3NCwzNC4zOTYgNDAuMDI1LDM1IDM2LDM1IEMzMS45NzUsMzUgMjkuODI2LDM0LjM5NiAyOS4xNTksMzQgQzI5LjgyNiwzMy42MDQgMzEuOTc1LDMzIDM2LDMzIEwzNiwzMyBaIE0zMyw1NCBMMzQsNTQgQzM0LjA0Myw1NCAzNC4wODYsNTMuOTk3IDM0LjEyOCw1My45OTIgQzM1LjM1Miw1My44MzMgMzYuOTA5LDUyLjg4NyAzOC4yNzIsNTIuMDEzIEwzOC41MzUsNTEuODQ1IEMzOC44MjQsNTEuNjYxIDM5LDUxLjM0MiAzOSw1MSBMMzksNDYuMjM2IEw0NC41NTksMzUuMTIgQzQ0LjgzMywzNC44MDEgNDUsMzQuNDM0IDQ1LDM0IEM0NSwzMS4zOSAzOS4zNjEsMzEgMzYsMzEgQzMyLjYzOSwzMSAyNywzMS4zOSAyNywzNCBDMjcsMzQuMzY2IDI3LjEyLDM0LjY4NCAyNy4zMiwzNC45NjcgTDMyLDQ2LjIgTDMyLDUzIEMzMiw1My41NTIgMzIuNDQ3LDU0IDMzLDU0IEwzMyw1NCBaIE02Miw1MyBDNjMuMTAzLDUzIDY0LDUzLjg5NyA2NCw1NSBDNjQsNTYuMTAzIDYzLjEwMyw1NyA2Miw1NyBDNjAuODk3LDU3IDYwLDU2LjEwMyA2MCw1NSBDNjAsNTMuODk3IDYwLjg5Nyw1MyA2Miw1MyBMNjIsNTMgWiBNNjIsMjMgQzYzLjEwMywyMyA2NCwyMy44OTcgNjQsMjUgQzY0LDI2LjEwMyA2My4xMDMsMjcgNjIsMjcgQzYwLjg5NywyNyA2MCwyNi4xMDMgNjAsMjUgQzYwLDIzLjg5NyA2MC44OTcsMjMgNjIsMjMgTDYyLDIzIFogTTY0LDM4IEM2NS4xMDMsMzggNjYsMzguODk3IDY2LDQwIEM2Niw0MS4xMDMgNjUuMTAzLDQyIDY0LDQyIEM2Mi44OTcsNDIgNjIsNDEuMTAzIDYyLDQwIEM2MiwzOC44OTcgNjIuODk3LDM4IDY0LDM4IEw2NCwzOCBaIE01NCw0MSBMNjAuMTQzLDQxIEM2MC41ODksNDIuNzIgNjIuMTQyLDQ0IDY0LDQ0IEM2Ni4yMDYsNDQgNjgsNDIuMjA2IDY4LDQwIEM2OCwzNy43OTQgNjYuMjA2LDM2IDY0LDM2IEM2Mi4xNDIsMzYgNjAuNTg5LDM3LjI4IDYwLjE0MywzOSBMNTQsMzkgTDU0LDI2IEw1OC4xNDMsMjYgQzU4LjU4OSwyNy43MiA2MC4xNDIsMjkgNjIsMjkgQzY0LjIwNiwyOSA2NiwyNy4yMDYgNjYsMjUgQzY2LDIyLjc5NCA2NC4yMDYsMjEgNjIsMjEgQzYwLjE0MiwyMSA1OC41ODksMjIuMjggNTguMTQzLDI0IEw1MywyNCBDNTIuNDQ3LDI0IDUyLDI0LjQ0OCA1MiwyNSBMNTIsMzkgTDQ1LDM5IEw0NSw0MSBMNTIsNDEgTDUyLDU1IEM1Miw1NS41NTIgNTIuNDQ3LDU2IDUzLDU2IEw1OC4xNDMsNTYgQzU4LjU4OSw1Ny43MiA2MC4xNDIsNTkgNjIsNTkgQzY0LjIwNiw1OSA2Niw1Ny4yMDYgNjYsNTUgQzY2LDUyLjc5NCA2NC4yMDYsNTEgNjIsNTEgQzYwLjE0Miw1MSA1OC41ODksNTIuMjggNTguMTQzLDU0IEw1NCw1NCBMNTQsNDEgWicKICAgICAgICAgICAgICBpZD0nQVdTLVNpbXBsZS1Ob3RpZmljYXRpb24tU2VydmljZV9JY29uXzY0X1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
1827
1827
|
}
|
|
1828
1828
|
}
|
|
1829
1829
|
]
|