@camunda/connectors-element-templates 1.0.19 → 1.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/connectors-template.js +1 -3
- package/src/connectors.js +4 -0
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +43 -43
- package/src/element-templates/agenticai-aiagent-job-worker.json +2230 -222
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +6281 -4356
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +718 -36
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2394 -949
- package/src/element-templates/app-integrations-connector.json +1047 -0
- package/src/element-templates/asana-connector.json +943 -109
- package/src/element-templates/automation-anywhere-outbound-connector.json +2240 -1747
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +1068 -30
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +386 -5
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +442 -5
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +417 -5
- package/src/element-templates/aws-bedrock-outbound-connector.json +2273 -623
- package/src/element-templates/aws-comprehend-outbound-connector.json +1573 -1
- package/src/element-templates/aws-dynamodb-outbound-connector.json +2950 -162
- package/src/element-templates/aws-eventbridge-connector-boundary.json +40 -40
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +62 -62
- package/src/element-templates/aws-eventbridge-connector-start-event.json +33 -33
- package/src/element-templates/aws-eventbridge-outbound-connector.json +838 -424
- package/src/element-templates/aws-lambda-outbound-connector.json +495 -96
- package/src/element-templates/aws-s3-outbound-connector.json +2238 -44
- package/src/element-templates/aws-sagemaker-outbound-connector.json +681 -52
- package/src/element-templates/aws-sns-inbound-boundary.json +4 -3
- package/src/element-templates/aws-sns-inbound-intermediate.json +341 -340
- package/src/element-templates/aws-sns-inbound-message-start.json +241 -240
- package/src/element-templates/aws-sns-inbound-receive.json +4 -3
- package/src/element-templates/aws-sns-inbound-start-event.json +133 -133
- package/src/element-templates/aws-sns-outbound-connector.json +581 -124
- package/src/element-templates/aws-sqs-boundary-connector.json +939 -420
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +851 -332
- package/src/element-templates/aws-sqs-outbound-connector.json +589 -136
- package/src/element-templates/aws-sqs-receive-connector.json +525 -7
- package/src/element-templates/aws-sqs-start-event-connector.json +380 -380
- package/src/element-templates/aws-sqs-start-message.json +736 -185
- package/src/element-templates/aws-textract-outbound-connector.json +866 -131
- package/src/element-templates/azure-blobstorage-outbound-connector.json +1648 -225
- package/src/element-templates/azure-open-ai-connector.json +1371 -8
- package/src/element-templates/blue-prism-connector.json +609 -30
- package/src/element-templates/box-outbound-connector.json +2356 -272
- package/src/element-templates/csv-outbound-connector.json +449 -0
- package/src/element-templates/easy-post-connector.json +1251 -170
- package/src/element-templates/email-outbound-connector.json +3087 -1013
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +2161 -1
- package/src/element-templates/github-connector.json +18554 -14368
- package/src/element-templates/github-webhook-connector-boundary.json +24 -24
- package/src/element-templates/github-webhook-connector-intermediate.json +8 -8
- package/src/element-templates/github-webhook-connector-message-start.json +8 -8
- package/src/element-templates/github-webhook-connector-receive.json +8 -8
- package/src/element-templates/github-webhook-connector-start-event.json +58 -58
- package/src/element-templates/gitlab-connector.json +3022 -1120
- package/src/element-templates/google-cloud-storage-outbound-connector.json +1447 -240
- package/src/element-templates/google-drive-outbound-connector.json +2980 -1428
- package/src/element-templates/google-gemini-outbound-connector.json +41 -55
- package/src/element-templates/google-maps-platform-connector.json +688 -137
- package/src/element-templates/google-sheets-outbound-connector.json +3186 -2030
- package/src/element-templates/graphql-outbound-connector.json +4149 -1485
- package/src/element-templates/http-json-connector.json +6143 -2053
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +2426 -364
- package/src/element-templates/http-polling-connector.json +3312 -1250
- package/src/element-templates/hubspot-outbound-connector.json +2817 -67
- package/src/element-templates/hugging-face-connector.json +83 -82
- package/src/element-templates/jdbc-outbound-connector.json +506 -9
- package/src/element-templates/kafka-inbound-connector-boundary.json +968 -971
- package/src/element-templates/kafka-inbound-connector-intermediate.json +53 -56
- package/src/element-templates/kafka-inbound-connector-receive.json +9 -12
- package/src/element-templates/kafka-inbound-connector-start-message.json +545 -548
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +304 -308
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +7 -10
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +7 -10
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +7 -10
- package/src/element-templates/microsoft-office365-mail-connector.json +2077 -35
- package/src/element-templates/microsoft-teams-outbound-connector.json +2897 -456
- package/src/element-templates/openai-connector.json +701 -207
- package/src/element-templates/operate-connector.json +83 -86
- package/src/element-templates/orchestration-connector.json +1843 -0
- package/src/element-templates/power-automate-connector.json +62 -62
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +772 -774
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +456 -458
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +573 -575
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +5 -7
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +347 -347
- package/src/element-templates/rabbitmq-outbound-connector.json +631 -631
- package/src/element-templates/rpa-connector.json +6 -6
- package/src/element-templates/salesforce-connector.json +653 -19
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +301 -1
- package/src/element-templates/send-message-connector-message-end-event.json +301 -1
- package/src/element-templates/send-message-connector-send-task.json +300 -1
- package/src/element-templates/sendgrid-outbound-connector.json +790 -790
- package/src/element-templates/servicenow-connector.json +1364 -7
- package/src/element-templates/servicenow-flow-starter-connector.json +16 -16
- package/src/element-templates/servicenow-incident-connector.json +1075 -29
- package/src/element-templates/slack-inbound-boundary.json +493 -493
- package/src/element-templates/slack-inbound-intermediate.json +448 -448
- package/src/element-templates/slack-inbound-message-start.json +369 -369
- package/src/element-templates/slack-inbound-receive.json +2 -2
- package/src/element-templates/slack-inbound-start-event.json +328 -328
- package/src/element-templates/slack-outbound-connector.json +2365 -1262
- package/src/element-templates/soap-outbound-connector.json +113 -117
- package/src/element-templates/twilio-connector.json +1186 -373
- package/src/element-templates/twilio-webhook-boundary-connector.json +9 -10
- package/src/element-templates/twilio-webhook-connector.json +60 -61
- package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -32
- package/src/element-templates/twilio-webhook-message-start-connector.json +10 -11
- package/src/element-templates/twilio-webhook-receive-connector.json +9 -10
- package/src/element-templates/uipath-connector.json +668 -50
- package/src/element-templates/webhook-connector-boundary.json +1040 -385
- package/src/element-templates/webhook-connector-intermediate.json +2100 -1445
- package/src/element-templates/webhook-connector-receive.json +659 -5
- package/src/element-templates/webhook-connector-start-event.json +1860 -1299
- package/src/element-templates/webhook-connector-start-message.json +1535 -848
- package/src/element-templates/whatsapp-connector.json +393 -23
|
@@ -1,32 +1,24 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
-
"name": "Amazon SQS
|
|
4
|
+
"name": "Amazon SQS connector",
|
|
5
5
|
"id": "io.camunda.connectors.AWSSQS.StartEvent.v1",
|
|
6
|
+
"version": 3,
|
|
6
7
|
"description": "Receive message from a queue",
|
|
7
|
-
"
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
9
|
+
"appliesTo": ["bpmn:StartEvent"],
|
|
10
|
+
"elementType": {
|
|
11
|
+
"value": "bpmn:StartEvent"
|
|
10
12
|
},
|
|
11
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
|
|
12
|
-
"version": 9,
|
|
13
13
|
"category": {
|
|
14
14
|
"id": "connectors",
|
|
15
15
|
"name": "Connectors"
|
|
16
16
|
},
|
|
17
|
-
"appliesTo": ["bpmn:StartEvent"],
|
|
18
|
-
"elementType": {
|
|
19
|
-
"value": "bpmn:StartEvent"
|
|
20
|
-
},
|
|
21
17
|
"groups": [
|
|
22
18
|
{
|
|
23
19
|
"id": "authentication",
|
|
24
20
|
"label": "Authentication"
|
|
25
21
|
},
|
|
26
|
-
{
|
|
27
|
-
"id": "configuration",
|
|
28
|
-
"label": "Configuration"
|
|
29
|
-
},
|
|
30
22
|
{
|
|
31
23
|
"id": "queueProperties",
|
|
32
24
|
"label": "Queue properties"
|
|
@@ -44,298 +36,184 @@
|
|
|
44
36
|
"label": "Activation"
|
|
45
37
|
},
|
|
46
38
|
{
|
|
47
|
-
"id": "
|
|
48
|
-
"label": "
|
|
49
|
-
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"id": "output",
|
|
53
|
-
"label": "Output mapping"
|
|
39
|
+
"id": "variable-mapping",
|
|
40
|
+
"label": "Variable mapping"
|
|
54
41
|
}
|
|
55
42
|
],
|
|
56
43
|
"properties": [
|
|
57
44
|
{
|
|
45
|
+
"type": "Hidden",
|
|
58
46
|
"value": "io.camunda:aws-sqs-inbound:1",
|
|
59
47
|
"binding": {
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
}
|
|
63
|
-
"type": "Hidden"
|
|
48
|
+
"type": "zeebe:property",
|
|
49
|
+
"name": "inbound.type"
|
|
50
|
+
}
|
|
64
51
|
},
|
|
65
52
|
{
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"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>",
|
|
69
|
-
"value": "credentials",
|
|
53
|
+
"label": "Access key",
|
|
54
|
+
"description": "Provide AWS IAM access key that has permission to send to desired SQS",
|
|
70
55
|
"group": "authentication",
|
|
56
|
+
"type": "String",
|
|
71
57
|
"binding": {
|
|
72
|
-
"
|
|
73
|
-
"
|
|
58
|
+
"type": "zeebe:property",
|
|
59
|
+
"name": "authentication.accessKey"
|
|
74
60
|
},
|
|
75
|
-
"type": "Dropdown",
|
|
76
|
-
"choices": [
|
|
77
|
-
{
|
|
78
|
-
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
79
|
-
"value": "defaultCredentialsChain"
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"name": "Credentials",
|
|
83
|
-
"value": "credentials"
|
|
84
|
-
}
|
|
85
|
-
]
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
"id": "authentication.accessKey",
|
|
89
|
-
"label": "Access key",
|
|
90
|
-
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
91
|
-
"optional": false,
|
|
92
61
|
"constraints": {
|
|
93
62
|
"notEmpty": true
|
|
94
|
-
}
|
|
95
|
-
"group": "authentication",
|
|
96
|
-
"binding": {
|
|
97
|
-
"name": "authentication.accessKey",
|
|
98
|
-
"type": "zeebe:property"
|
|
99
|
-
},
|
|
100
|
-
"condition": {
|
|
101
|
-
"property": "authentication.type",
|
|
102
|
-
"equals": "credentials",
|
|
103
|
-
"type": "simple"
|
|
104
|
-
},
|
|
105
|
-
"type": "String"
|
|
63
|
+
}
|
|
106
64
|
},
|
|
107
65
|
{
|
|
108
|
-
"id": "authentication.secretKey",
|
|
109
66
|
"label": "Secret key",
|
|
110
|
-
"description": "Provide
|
|
111
|
-
"optional": false,
|
|
112
|
-
"constraints": {
|
|
113
|
-
"notEmpty": true
|
|
114
|
-
},
|
|
67
|
+
"description": "Provide AWS IAM secret key that has permission to send to desired SQS",
|
|
115
68
|
"group": "authentication",
|
|
69
|
+
"type": "String",
|
|
116
70
|
"binding": {
|
|
117
|
-
"
|
|
118
|
-
"
|
|
119
|
-
},
|
|
120
|
-
"condition": {
|
|
121
|
-
"property": "authentication.type",
|
|
122
|
-
"equals": "credentials",
|
|
123
|
-
"type": "simple"
|
|
71
|
+
"type": "zeebe:property",
|
|
72
|
+
"name": "authentication.secretKey"
|
|
124
73
|
},
|
|
125
|
-
"type": "String"
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
"id": "configuration.region",
|
|
129
|
-
"label": "Region",
|
|
130
|
-
"description": "Specify the AWS region",
|
|
131
|
-
"optional": false,
|
|
132
74
|
"constraints": {
|
|
133
75
|
"notEmpty": true
|
|
134
|
-
}
|
|
135
|
-
"group": "configuration",
|
|
136
|
-
"binding": {
|
|
137
|
-
"name": "configuration.region",
|
|
138
|
-
"type": "zeebe:property"
|
|
139
|
-
},
|
|
140
|
-
"type": "String"
|
|
76
|
+
}
|
|
141
77
|
},
|
|
142
78
|
{
|
|
143
|
-
"
|
|
144
|
-
"
|
|
145
|
-
"
|
|
146
|
-
"optional": true,
|
|
147
|
-
"group": "configuration",
|
|
79
|
+
"type": "Hidden",
|
|
80
|
+
"description": "This value forces to evaluate configuration first in order",
|
|
81
|
+
"value": "nonce",
|
|
148
82
|
"binding": {
|
|
149
|
-
"
|
|
150
|
-
"
|
|
151
|
-
}
|
|
152
|
-
"type": "Hidden"
|
|
83
|
+
"type": "zeebe:input",
|
|
84
|
+
"name": "configuration.nonce"
|
|
85
|
+
}
|
|
153
86
|
},
|
|
154
87
|
{
|
|
155
|
-
"id": "queue.queue.url",
|
|
156
88
|
"label": "Queue URL",
|
|
157
|
-
"description": "Specify the URL of the SQS queue where you would like to
|
|
158
|
-
"optional": false,
|
|
159
|
-
"constraints": {
|
|
160
|
-
"notEmpty": true
|
|
161
|
-
},
|
|
89
|
+
"description": "Specify the URL of the SQS queue where you would like to send message to",
|
|
162
90
|
"group": "queueProperties",
|
|
91
|
+
"type": "String",
|
|
163
92
|
"binding": {
|
|
164
|
-
"
|
|
165
|
-
"
|
|
93
|
+
"type": "zeebe:property",
|
|
94
|
+
"name": "queue.url"
|
|
166
95
|
},
|
|
167
|
-
"type": "String"
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
"id": "queue.queue.pollingWaitTime",
|
|
171
|
-
"label": "Polling wait time",
|
|
172
|
-
"description": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
|
|
173
|
-
"optional": false,
|
|
174
|
-
"value": "20",
|
|
175
96
|
"constraints": {
|
|
176
97
|
"notEmpty": true,
|
|
177
98
|
"pattern": {
|
|
178
|
-
"value": "^(
|
|
99
|
+
"value": "(^https?://.+)|(^arn:.+)(^secrets\\..+)",
|
|
100
|
+
"message": "Must be an queue URL or ARN or a secret.XYZ"
|
|
179
101
|
}
|
|
180
|
-
}
|
|
181
|
-
"group": "messagePollingProperties",
|
|
182
|
-
"binding": {
|
|
183
|
-
"name": "queue.pollingWaitTime",
|
|
184
|
-
"type": "zeebe:property"
|
|
185
|
-
},
|
|
186
|
-
"type": "String"
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
"id": "queue.queue.attributeNames",
|
|
190
|
-
"label": "Attribute names",
|
|
191
|
-
"description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
|
|
192
|
-
"optional": false,
|
|
193
|
-
"feel": "optional",
|
|
194
|
-
"group": "input",
|
|
195
|
-
"binding": {
|
|
196
|
-
"name": "queue.attributeNames",
|
|
197
|
-
"type": "zeebe:property"
|
|
198
|
-
},
|
|
199
|
-
"type": "String"
|
|
200
|
-
},
|
|
201
|
-
{
|
|
202
|
-
"id": "queue.queue.messageAttributeNames",
|
|
203
|
-
"label": "Message attribute names",
|
|
204
|
-
"description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
|
|
205
|
-
"optional": false,
|
|
206
|
-
"feel": "optional",
|
|
207
|
-
"group": "input",
|
|
208
|
-
"binding": {
|
|
209
|
-
"name": "queue.messageAttributeNames",
|
|
210
|
-
"type": "zeebe:property"
|
|
211
|
-
},
|
|
212
|
-
"type": "String"
|
|
102
|
+
}
|
|
213
103
|
},
|
|
214
104
|
{
|
|
215
|
-
"
|
|
216
|
-
"
|
|
217
|
-
"
|
|
218
|
-
"
|
|
219
|
-
"feel": "required",
|
|
220
|
-
"group": "activation",
|
|
105
|
+
"label": "Region",
|
|
106
|
+
"description": "Specify the AWS region of your queue",
|
|
107
|
+
"group": "queueProperties",
|
|
108
|
+
"type": "String",
|
|
221
109
|
"binding": {
|
|
222
|
-
"
|
|
223
|
-
"
|
|
110
|
+
"type": "zeebe:property",
|
|
111
|
+
"name": "configuration.region"
|
|
224
112
|
},
|
|
225
|
-
"
|
|
113
|
+
"constraints": {
|
|
114
|
+
"notEmpty": true
|
|
115
|
+
}
|
|
226
116
|
},
|
|
227
117
|
{
|
|
228
|
-
"
|
|
229
|
-
"
|
|
230
|
-
"value": true,
|
|
231
|
-
"group": "activation",
|
|
118
|
+
"description": "Backwards compatible region",
|
|
119
|
+
"type": "Hidden",
|
|
232
120
|
"binding": {
|
|
233
|
-
"
|
|
234
|
-
"
|
|
235
|
-
}
|
|
236
|
-
"tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
|
|
237
|
-
"type": "Boolean"
|
|
121
|
+
"type": "zeebe:property",
|
|
122
|
+
"name": "queue.region"
|
|
123
|
+
}
|
|
238
124
|
},
|
|
239
125
|
{
|
|
240
|
-
"
|
|
241
|
-
"
|
|
242
|
-
"
|
|
243
|
-
"
|
|
244
|
-
"
|
|
126
|
+
"label": "Polling wait time",
|
|
127
|
+
"description": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/\" target=\"_blank\">documentation</a> for details",
|
|
128
|
+
"group": "messagePollingProperties",
|
|
129
|
+
"type": "String",
|
|
130
|
+
"optional": false,
|
|
131
|
+
"feel": "optional",
|
|
132
|
+
"value": "1",
|
|
245
133
|
"binding": {
|
|
246
|
-
"
|
|
247
|
-
"
|
|
134
|
+
"type": "zeebe:property",
|
|
135
|
+
"name": "queue.pollingWaitTime"
|
|
248
136
|
},
|
|
249
|
-
"type": "Boolean"
|
|
250
|
-
},
|
|
251
|
-
{
|
|
252
|
-
"id": "deduplicationId",
|
|
253
|
-
"label": "Deduplication ID",
|
|
254
137
|
"constraints": {
|
|
255
138
|
"notEmpty": true,
|
|
256
139
|
"pattern": {
|
|
257
|
-
"value": "^[
|
|
258
|
-
"message": "
|
|
140
|
+
"value": "^([0-9]?|1[0-9]|20|secrets\\..+)$",
|
|
141
|
+
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
259
142
|
}
|
|
260
|
-
}
|
|
261
|
-
|
|
143
|
+
}
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"label": "Attribute names",
|
|
147
|
+
"description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/\" target=\"_blank\">documentation</a> for details",
|
|
148
|
+
"group": "input",
|
|
149
|
+
"type": "String",
|
|
150
|
+
"optional": true,
|
|
262
151
|
"binding": {
|
|
263
|
-
"
|
|
264
|
-
"
|
|
265
|
-
},
|
|
266
|
-
"condition": {
|
|
267
|
-
"property": "deduplicationModeManualFlag",
|
|
268
|
-
"equals": true,
|
|
269
|
-
"type": "simple"
|
|
152
|
+
"type": "zeebe:property",
|
|
153
|
+
"name": "queue.attributeNames"
|
|
270
154
|
},
|
|
271
|
-
"
|
|
155
|
+
"feel": "required"
|
|
272
156
|
},
|
|
273
157
|
{
|
|
274
|
-
"
|
|
275
|
-
"
|
|
276
|
-
"group": "
|
|
158
|
+
"label": "Message attribute names",
|
|
159
|
+
"description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/\" target=\"_blank\">documentation</a> for details",
|
|
160
|
+
"group": "input",
|
|
161
|
+
"type": "String",
|
|
162
|
+
"optional": true,
|
|
277
163
|
"binding": {
|
|
278
|
-
"
|
|
279
|
-
"
|
|
280
|
-
},
|
|
281
|
-
"condition": {
|
|
282
|
-
"property": "deduplicationId",
|
|
283
|
-
"isActive": true,
|
|
284
|
-
"type": "simple"
|
|
164
|
+
"type": "zeebe:property",
|
|
165
|
+
"name": "queue.messageAttributeNames"
|
|
285
166
|
},
|
|
286
|
-
"
|
|
167
|
+
"feel": "required"
|
|
287
168
|
},
|
|
288
169
|
{
|
|
289
|
-
"
|
|
290
|
-
"
|
|
291
|
-
"group": "
|
|
170
|
+
"label": "Activation condition",
|
|
171
|
+
"type": "String",
|
|
172
|
+
"group": "activation",
|
|
173
|
+
"feel": "required",
|
|
174
|
+
"optional": true,
|
|
292
175
|
"binding": {
|
|
293
|
-
"
|
|
294
|
-
"
|
|
295
|
-
},
|
|
296
|
-
"condition": {
|
|
297
|
-
"property": "deduplicationId",
|
|
298
|
-
"isActive": false,
|
|
299
|
-
"type": "simple"
|
|
176
|
+
"type": "zeebe:property",
|
|
177
|
+
"name": "activationCondition"
|
|
300
178
|
},
|
|
301
|
-
"
|
|
179
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events"
|
|
302
180
|
},
|
|
303
181
|
{
|
|
304
|
-
"id": "resultVariable",
|
|
305
182
|
"label": "Result variable",
|
|
306
|
-
"
|
|
307
|
-
"group": "
|
|
183
|
+
"type": "String",
|
|
184
|
+
"group": "variable-mapping",
|
|
185
|
+
"optional": true,
|
|
308
186
|
"binding": {
|
|
309
|
-
"
|
|
310
|
-
"
|
|
187
|
+
"type": "zeebe:property",
|
|
188
|
+
"name": "resultVariable"
|
|
311
189
|
},
|
|
312
|
-
"
|
|
190
|
+
"description": "Name of variable to store the result of the connector in"
|
|
313
191
|
},
|
|
314
192
|
{
|
|
315
|
-
"id": "resultExpression",
|
|
316
193
|
"label": "Result expression",
|
|
317
|
-
"
|
|
194
|
+
"type": "String",
|
|
195
|
+
"group": "variable-mapping",
|
|
318
196
|
"feel": "required",
|
|
319
|
-
"
|
|
197
|
+
"optional": true,
|
|
320
198
|
"binding": {
|
|
321
|
-
"
|
|
322
|
-
"
|
|
199
|
+
"type": "zeebe:property",
|
|
200
|
+
"name": "resultExpression"
|
|
323
201
|
},
|
|
324
|
-
"
|
|
202
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
325
203
|
}
|
|
326
204
|
],
|
|
327
205
|
"icon": {
|
|
328
|
-
"contents": "data:image/svg+xml
|
|
206
|
+
"contents": "data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 40 40' 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/32/Arch_AWS-Simple-Queue-Service_32%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/32/Arch_AWS-Simple-Queue-Service_32' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon-Architecture-BG/32/Application-Integration' fill='url(%23linearGradient-1)'%3E%3Crect id='Rectangle' x='0' y='0' width='40' height='40'%3E%3C/rect%3E%3C/g%3E%3Cpath d='M14.3422051,22.3493786 L15.8466767,20.9061074 C15.9428347,20.8141539 15.9969235,20.687218 15.9999285,20.5552846 C16.0019317,20.4223517 15.9518495,20.2934168 15.8596981,20.1984648 L14.3552264,18.6432502 L13.6350433,19.3378994 L14.311154,20.037546 L11.9913429,20.037546 L11.9913429,21.0370413 L14.2650783,21.0370413 L13.6480647,21.6287425 L14.3422051,22.3493786 Z M26.3579452,22.3533765 L27.9074909,20.9001104 C28.0066538,20.8081569 28.0627459,20.679222 28.0647492,20.5442901 C28.0667525,20.4093583 28.0136653,20.2784244 27.918509,20.1834724 L26.3689633,18.6372532 L25.6607999,19.3438963 L26.3549403,20.037546 L24.0110896,20.037546 L24.0110896,21.0370413 L26.2988481,21.0370413 L25.671818,21.6247445 L26.3579452,22.3533765 Z M17.5875367,23.3608678 C18.3387708,23.0570212 19.1621235,22.8941035 20.0045074,22.8941035 C20.8468913,22.8941035 21.670244,23.0570212 22.4214781,23.3608678 C21.7523789,21.5897622 21.7523789,19.3898731 22.4214781,17.6187675 C20.9190098,18.2264606 19.090005,18.2264606 17.5875367,17.6187675 C18.2566359,19.3898731 18.2566359,21.5897622 17.5875367,23.3608678 L17.5875367,23.3608678 Z M15.6443443,25.3408679 C15.546183,25.2439168 15.4971024,25.1159814 15.4971024,24.988046 C15.4971024,24.8601106 15.546183,24.7321753 15.6443443,24.6342247 C17.5845317,22.6982024 17.5845317,18.2824324 15.6443443,16.3454106 C15.546183,16.2484595 15.4971024,16.1205241 15.4971024,15.9925912 C15.4971024,15.8646534 15.546183,15.736718 15.6443443,15.6387674 C15.8396652,15.4438659 16.1571868,15.4438659 16.3525077,15.6387674 C17.2740216,16.5583031 18.6052086,17.0860366 20.0045074,17.0860366 C21.4048079,17.0860366 22.7359948,16.5583031 23.6575088,15.6387674 C23.8528296,15.4438659 24.1703513,15.4438659 24.3656722,15.6387674 C24.4628318,15.736718 24.5119124,15.8646534 24.5119124,15.9925912 C24.5119124,16.1205241 24.4628318,16.2484595 24.3656722,16.3454106 C22.4244831,18.2824324 22.4244831,22.6982024 24.3656722,24.6342247 C24.4628318,24.7321753 24.5119124,24.8601106 24.5119124,24.988046 C24.5119124,25.1159814 24.4628318,25.2439168 24.3656722,25.3408679 C24.2675109,25.4388184 24.1393003,25.4877937 24.0110896,25.4877937 C23.882879,25.4877937 23.7546684,25.4388184 23.6575088,25.3408679 C22.7359948,24.4213322 21.4048079,23.8935987 20.0045074,23.8935987 C18.6052086,23.8935987 17.2740216,24.4213322 16.3525077,25.3408679 C16.1571868,25.5357694 15.8396652,25.5357694 15.6443443,25.3408679 L15.6443443,25.3408679 Z M32.5421049,19.4358499 C32.236603,19.1320033 31.8369464,18.9800801 31.4362882,18.9800801 C31.0366316,18.9800801 30.636975,19.1320033 30.3314731,19.4358499 C29.721471,20.0445425 29.721471,21.0340428 30.3314731,21.6417359 C30.9414753,22.2504285 31.9321027,22.2504285 32.5421049,21.6417359 C33.1511054,21.0340428 33.1511054,20.0445425 32.5421049,19.4358499 L32.5421049,19.4358499 Z M33.2502683,22.3493786 C32.7504472,22.8481267 32.0933677,23.0980005 31.4362882,23.0980005 C30.7802103,23.0980005 30.1231309,22.8481267 29.6233097,22.3493786 C28.6236675,21.3508828 28.6236675,19.7277025 29.6233097,18.7292068 C30.622952,17.7317105 32.250626,17.7317105 33.2502683,18.7292068 C34.2499106,19.7277025 34.2499106,21.3508828 33.2502683,22.3493786 L33.2502683,22.3493786 Z M9.66852687,19.4468443 C9.36302497,19.1429978 8.96336839,18.9910745 8.56271017,18.9910745 C8.16305359,18.9910745 7.76339701,19.1429978 7.45789511,19.4468443 C6.84889461,20.055537 6.84889461,21.0450373 7.45789511,21.6527304 C8.06789726,22.261423 9.05852472,22.261423 9.66852687,21.6527304 C10.2775274,21.0450373 10.2775274,20.055537 9.66852687,19.4468443 L9.66852687,19.4468443 Z M10.3766903,22.3593735 C9.87686914,22.8581217 9.21978965,23.1079955 8.56271017,23.1079955 C7.90663232,23.1079955 7.24955284,22.8581217 6.7497317,22.3593735 C5.75008943,21.3618773 5.75008943,19.738697 6.7497317,18.7402012 C7.74937397,17.7427049 9.37704801,17.7427049 10.3766903,18.7402012 C11.3763325,19.738697 11.3763325,21.3618773 10.3766903,22.3593735 L10.3766903,22.3593735 Z M27.4337125,28.9100654 C25.4364313,30.903059 22.7820705,32.0005047 19.9574301,32.0005047 C17.1327896,32.0005047 14.4784288,30.903059 12.4821492,28.9100654 C11.165987,27.5977281 10.4077413,26.469298 9.94498104,25.1359713 L8.99842599,25.4628063 C9.50726193,26.9290658 10.3626672,28.2104187 11.7739858,29.6167086 C13.9585748,31.7986067 16.8663519,33 19.9574301,33 C23.0495099,33 25.9562853,31.7986067 28.1418759,29.6167086 C29.2827502,28.4782835 30.4206196,27.1869356 31.0115905,25.4608073 L30.0640338,25.1379703 C29.5391715,26.6701966 28.4894469,27.8565974 27.4337125,28.9100654 L27.4337125,28.9100654 Z M9.94498104,15.8596559 L8.99842599,15.5318214 C9.51026687,14.0645624 10.3656722,12.7832095 11.7759891,11.3759202 C16.2863991,6.87519304 23.6264578,6.87419354 28.1378694,11.3759202 C29.2186449,12.4533761 30.4035916,13.7897012 31.0115905,15.5318214 L30.0640338,15.8596559 C29.5241468,14.3094387 28.4293482,13.0800596 27.4297059,12.0825633 C25.434428,10.0915688 22.7810689,8.99612197 19.9574301,8.99612197 C17.1337912,8.99612197 14.4804321,10.0915688 12.4851542,12.0825633 C11.1870215,13.3779092 10.4037347,14.5423211 9.94498104,15.8596559 L9.94498104,15.8596559 Z' id='AWS-Simple-Queue-Service_Icon_32_Squid' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
|
329
207
|
},
|
|
330
208
|
"engines": {
|
|
331
|
-
"camunda": "^8.
|
|
209
|
+
"camunda": "^8.2"
|
|
332
210
|
}
|
|
333
211
|
},
|
|
334
212
|
{
|
|
335
213
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
336
|
-
"name": "Amazon SQS
|
|
214
|
+
"name": "Amazon SQS Start Event Connector",
|
|
337
215
|
"id": "io.camunda.connectors.AWSSQS.StartEvent.v1",
|
|
338
|
-
"version":
|
|
216
|
+
"version": 6,
|
|
339
217
|
"description": "Receive message from a queue",
|
|
340
218
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
341
219
|
"appliesTo": ["bpmn:StartEvent"],
|
|
@@ -383,7 +261,7 @@
|
|
|
383
261
|
},
|
|
384
262
|
{
|
|
385
263
|
"label": "Access key",
|
|
386
|
-
"description": "Provide AWS IAM access key that has permission to
|
|
264
|
+
"description": "Provide AWS IAM access key that has permission to read from desired SQS",
|
|
387
265
|
"group": "authentication",
|
|
388
266
|
"type": "String",
|
|
389
267
|
"binding": {
|
|
@@ -396,7 +274,7 @@
|
|
|
396
274
|
},
|
|
397
275
|
{
|
|
398
276
|
"label": "Secret key",
|
|
399
|
-
"description": "Provide AWS IAM secret key that has permission to
|
|
277
|
+
"description": "Provide AWS IAM secret key that has permission to read from desired SQS",
|
|
400
278
|
"group": "authentication",
|
|
401
279
|
"type": "String",
|
|
402
280
|
"binding": {
|
|
@@ -409,7 +287,7 @@
|
|
|
409
287
|
},
|
|
410
288
|
{
|
|
411
289
|
"label": "Queue URL",
|
|
412
|
-
"description": "Specify the URL of the SQS queue where you would like to
|
|
290
|
+
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
413
291
|
"group": "queueProperties",
|
|
414
292
|
"type": "String",
|
|
415
293
|
"binding": {
|
|
@@ -419,7 +297,7 @@
|
|
|
419
297
|
"constraints": {
|
|
420
298
|
"notEmpty": true,
|
|
421
299
|
"pattern": {
|
|
422
|
-
"value": "^(https?://.+|arn
|
|
300
|
+
"value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
423
301
|
"message": "Must be an queue URL or ARN"
|
|
424
302
|
}
|
|
425
303
|
}
|
|
@@ -452,7 +330,7 @@
|
|
|
452
330
|
"constraints": {
|
|
453
331
|
"notEmpty": true,
|
|
454
332
|
"pattern": {
|
|
455
|
-
"value": "^([0-9]?|1[0-9]|20
|
|
333
|
+
"value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\})$",
|
|
456
334
|
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
457
335
|
}
|
|
458
336
|
}
|
|
@@ -526,11 +404,11 @@
|
|
|
526
404
|
},
|
|
527
405
|
{
|
|
528
406
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
529
|
-
"name": "Amazon SQS
|
|
407
|
+
"name": "Amazon SQS Start Event Connector",
|
|
530
408
|
"id": "io.camunda.connectors.AWSSQS.StartEvent.v1",
|
|
531
|
-
"version":
|
|
409
|
+
"version": 7,
|
|
532
410
|
"description": "Receive message from a queue",
|
|
533
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
411
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
|
|
534
412
|
"appliesTo": ["bpmn:StartEvent"],
|
|
535
413
|
"elementType": {
|
|
536
414
|
"value": "bpmn:StartEvent"
|
|
@@ -574,9 +452,35 @@
|
|
|
574
452
|
"name": "inbound.type"
|
|
575
453
|
}
|
|
576
454
|
},
|
|
455
|
+
{
|
|
456
|
+
"id": "authenticationType",
|
|
457
|
+
"label": "Authentication",
|
|
458
|
+
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/\" target=\"_blank\">documentation page</a>",
|
|
459
|
+
"group": "authentication",
|
|
460
|
+
"type": "Dropdown",
|
|
461
|
+
"optional": false,
|
|
462
|
+
"value": "credentials",
|
|
463
|
+
"choices": [
|
|
464
|
+
{
|
|
465
|
+
"name": "Credentials",
|
|
466
|
+
"value": "credentials"
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
470
|
+
"value": "defaultCredentialsChain"
|
|
471
|
+
}
|
|
472
|
+
],
|
|
473
|
+
"binding": {
|
|
474
|
+
"type": "zeebe:property",
|
|
475
|
+
"name": "authentication.type"
|
|
476
|
+
},
|
|
477
|
+
"constraints": {
|
|
478
|
+
"notEmpty": true
|
|
479
|
+
}
|
|
480
|
+
},
|
|
577
481
|
{
|
|
578
482
|
"label": "Access key",
|
|
579
|
-
"description": "Provide AWS IAM access key that has permission to
|
|
483
|
+
"description": "Provide AWS IAM access key that has permission to read from desired SQS",
|
|
580
484
|
"group": "authentication",
|
|
581
485
|
"type": "String",
|
|
582
486
|
"binding": {
|
|
@@ -585,11 +489,15 @@
|
|
|
585
489
|
},
|
|
586
490
|
"constraints": {
|
|
587
491
|
"notEmpty": true
|
|
492
|
+
},
|
|
493
|
+
"condition": {
|
|
494
|
+
"property": "authenticationType",
|
|
495
|
+
"equals": "credentials"
|
|
588
496
|
}
|
|
589
497
|
},
|
|
590
498
|
{
|
|
591
499
|
"label": "Secret key",
|
|
592
|
-
"description": "Provide AWS IAM secret key that has permission to
|
|
500
|
+
"description": "Provide AWS IAM secret key that has permission to read from desired SQS",
|
|
593
501
|
"group": "authentication",
|
|
594
502
|
"type": "String",
|
|
595
503
|
"binding": {
|
|
@@ -598,11 +506,15 @@
|
|
|
598
506
|
},
|
|
599
507
|
"constraints": {
|
|
600
508
|
"notEmpty": true
|
|
509
|
+
},
|
|
510
|
+
"condition": {
|
|
511
|
+
"property": "authenticationType",
|
|
512
|
+
"equals": "credentials"
|
|
601
513
|
}
|
|
602
514
|
},
|
|
603
515
|
{
|
|
604
516
|
"label": "Queue URL",
|
|
605
|
-
"description": "Specify the URL of the SQS queue where you would like to
|
|
517
|
+
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
606
518
|
"group": "queueProperties",
|
|
607
519
|
"type": "String",
|
|
608
520
|
"binding": {
|
|
@@ -612,8 +524,8 @@
|
|
|
612
524
|
"constraints": {
|
|
613
525
|
"notEmpty": true,
|
|
614
526
|
"pattern": {
|
|
615
|
-
"value": "(
|
|
616
|
-
"message": "Must be an queue URL or ARN
|
|
527
|
+
"value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
528
|
+
"message": "Must be an queue URL or ARN"
|
|
617
529
|
}
|
|
618
530
|
}
|
|
619
531
|
},
|
|
@@ -632,7 +544,7 @@
|
|
|
632
544
|
},
|
|
633
545
|
{
|
|
634
546
|
"label": "Polling wait time",
|
|
635
|
-
"description": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
547
|
+
"description": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
|
|
636
548
|
"group": "messagePollingProperties",
|
|
637
549
|
"type": "String",
|
|
638
550
|
"optional": false,
|
|
@@ -645,14 +557,14 @@
|
|
|
645
557
|
"constraints": {
|
|
646
558
|
"notEmpty": true,
|
|
647
559
|
"pattern": {
|
|
648
|
-
"value": "^([0-9]?|1[0-9]|20
|
|
560
|
+
"value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\})$",
|
|
649
561
|
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
650
562
|
}
|
|
651
563
|
}
|
|
652
564
|
},
|
|
653
565
|
{
|
|
654
566
|
"label": "Attribute names",
|
|
655
|
-
"description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
567
|
+
"description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
|
|
656
568
|
"group": "input",
|
|
657
569
|
"type": "String",
|
|
658
570
|
"optional": true,
|
|
@@ -664,7 +576,7 @@
|
|
|
664
576
|
},
|
|
665
577
|
{
|
|
666
578
|
"label": "Message attribute names",
|
|
667
|
-
"description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
579
|
+
"description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
|
|
668
580
|
"group": "input",
|
|
669
581
|
"type": "String",
|
|
670
582
|
"optional": true,
|
|
@@ -714,14 +626,14 @@
|
|
|
714
626
|
"contents": "data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 40 40' 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/32/Arch_AWS-Simple-Queue-Service_32%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/32/Arch_AWS-Simple-Queue-Service_32' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon-Architecture-BG/32/Application-Integration' fill='url(%23linearGradient-1)'%3E%3Crect id='Rectangle' x='0' y='0' width='40' height='40'%3E%3C/rect%3E%3C/g%3E%3Cpath d='M14.3422051,22.3493786 L15.8466767,20.9061074 C15.9428347,20.8141539 15.9969235,20.687218 15.9999285,20.5552846 C16.0019317,20.4223517 15.9518495,20.2934168 15.8596981,20.1984648 L14.3552264,18.6432502 L13.6350433,19.3378994 L14.311154,20.037546 L11.9913429,20.037546 L11.9913429,21.0370413 L14.2650783,21.0370413 L13.6480647,21.6287425 L14.3422051,22.3493786 Z M26.3579452,22.3533765 L27.9074909,20.9001104 C28.0066538,20.8081569 28.0627459,20.679222 28.0647492,20.5442901 C28.0667525,20.4093583 28.0136653,20.2784244 27.918509,20.1834724 L26.3689633,18.6372532 L25.6607999,19.3438963 L26.3549403,20.037546 L24.0110896,20.037546 L24.0110896,21.0370413 L26.2988481,21.0370413 L25.671818,21.6247445 L26.3579452,22.3533765 Z M17.5875367,23.3608678 C18.3387708,23.0570212 19.1621235,22.8941035 20.0045074,22.8941035 C20.8468913,22.8941035 21.670244,23.0570212 22.4214781,23.3608678 C21.7523789,21.5897622 21.7523789,19.3898731 22.4214781,17.6187675 C20.9190098,18.2264606 19.090005,18.2264606 17.5875367,17.6187675 C18.2566359,19.3898731 18.2566359,21.5897622 17.5875367,23.3608678 L17.5875367,23.3608678 Z M15.6443443,25.3408679 C15.546183,25.2439168 15.4971024,25.1159814 15.4971024,24.988046 C15.4971024,24.8601106 15.546183,24.7321753 15.6443443,24.6342247 C17.5845317,22.6982024 17.5845317,18.2824324 15.6443443,16.3454106 C15.546183,16.2484595 15.4971024,16.1205241 15.4971024,15.9925912 C15.4971024,15.8646534 15.546183,15.736718 15.6443443,15.6387674 C15.8396652,15.4438659 16.1571868,15.4438659 16.3525077,15.6387674 C17.2740216,16.5583031 18.6052086,17.0860366 20.0045074,17.0860366 C21.4048079,17.0860366 22.7359948,16.5583031 23.6575088,15.6387674 C23.8528296,15.4438659 24.1703513,15.4438659 24.3656722,15.6387674 C24.4628318,15.736718 24.5119124,15.8646534 24.5119124,15.9925912 C24.5119124,16.1205241 24.4628318,16.2484595 24.3656722,16.3454106 C22.4244831,18.2824324 22.4244831,22.6982024 24.3656722,24.6342247 C24.4628318,24.7321753 24.5119124,24.8601106 24.5119124,24.988046 C24.5119124,25.1159814 24.4628318,25.2439168 24.3656722,25.3408679 C24.2675109,25.4388184 24.1393003,25.4877937 24.0110896,25.4877937 C23.882879,25.4877937 23.7546684,25.4388184 23.6575088,25.3408679 C22.7359948,24.4213322 21.4048079,23.8935987 20.0045074,23.8935987 C18.6052086,23.8935987 17.2740216,24.4213322 16.3525077,25.3408679 C16.1571868,25.5357694 15.8396652,25.5357694 15.6443443,25.3408679 L15.6443443,25.3408679 Z M32.5421049,19.4358499 C32.236603,19.1320033 31.8369464,18.9800801 31.4362882,18.9800801 C31.0366316,18.9800801 30.636975,19.1320033 30.3314731,19.4358499 C29.721471,20.0445425 29.721471,21.0340428 30.3314731,21.6417359 C30.9414753,22.2504285 31.9321027,22.2504285 32.5421049,21.6417359 C33.1511054,21.0340428 33.1511054,20.0445425 32.5421049,19.4358499 L32.5421049,19.4358499 Z M33.2502683,22.3493786 C32.7504472,22.8481267 32.0933677,23.0980005 31.4362882,23.0980005 C30.7802103,23.0980005 30.1231309,22.8481267 29.6233097,22.3493786 C28.6236675,21.3508828 28.6236675,19.7277025 29.6233097,18.7292068 C30.622952,17.7317105 32.250626,17.7317105 33.2502683,18.7292068 C34.2499106,19.7277025 34.2499106,21.3508828 33.2502683,22.3493786 L33.2502683,22.3493786 Z M9.66852687,19.4468443 C9.36302497,19.1429978 8.96336839,18.9910745 8.56271017,18.9910745 C8.16305359,18.9910745 7.76339701,19.1429978 7.45789511,19.4468443 C6.84889461,20.055537 6.84889461,21.0450373 7.45789511,21.6527304 C8.06789726,22.261423 9.05852472,22.261423 9.66852687,21.6527304 C10.2775274,21.0450373 10.2775274,20.055537 9.66852687,19.4468443 L9.66852687,19.4468443 Z M10.3766903,22.3593735 C9.87686914,22.8581217 9.21978965,23.1079955 8.56271017,23.1079955 C7.90663232,23.1079955 7.24955284,22.8581217 6.7497317,22.3593735 C5.75008943,21.3618773 5.75008943,19.738697 6.7497317,18.7402012 C7.74937397,17.7427049 9.37704801,17.7427049 10.3766903,18.7402012 C11.3763325,19.738697 11.3763325,21.3618773 10.3766903,22.3593735 L10.3766903,22.3593735 Z M27.4337125,28.9100654 C25.4364313,30.903059 22.7820705,32.0005047 19.9574301,32.0005047 C17.1327896,32.0005047 14.4784288,30.903059 12.4821492,28.9100654 C11.165987,27.5977281 10.4077413,26.469298 9.94498104,25.1359713 L8.99842599,25.4628063 C9.50726193,26.9290658 10.3626672,28.2104187 11.7739858,29.6167086 C13.9585748,31.7986067 16.8663519,33 19.9574301,33 C23.0495099,33 25.9562853,31.7986067 28.1418759,29.6167086 C29.2827502,28.4782835 30.4206196,27.1869356 31.0115905,25.4608073 L30.0640338,25.1379703 C29.5391715,26.6701966 28.4894469,27.8565974 27.4337125,28.9100654 L27.4337125,28.9100654 Z M9.94498104,15.8596559 L8.99842599,15.5318214 C9.51026687,14.0645624 10.3656722,12.7832095 11.7759891,11.3759202 C16.2863991,6.87519304 23.6264578,6.87419354 28.1378694,11.3759202 C29.2186449,12.4533761 30.4035916,13.7897012 31.0115905,15.5318214 L30.0640338,15.8596559 C29.5241468,14.3094387 28.4293482,13.0800596 27.4297059,12.0825633 C25.434428,10.0915688 22.7810689,8.99612197 19.9574301,8.99612197 C17.1337912,8.99612197 14.4804321,10.0915688 12.4851542,12.0825633 C11.1870215,13.3779092 10.4037347,14.5423211 9.94498104,15.8596559 L9.94498104,15.8596559 Z' id='AWS-Simple-Queue-Service_Icon_32_Squid' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
|
715
627
|
},
|
|
716
628
|
"engines": {
|
|
717
|
-
"camunda": "^8.
|
|
629
|
+
"camunda": "^8.4"
|
|
718
630
|
}
|
|
719
631
|
},
|
|
720
632
|
{
|
|
721
633
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
722
634
|
"name": "Amazon SQS connector",
|
|
723
635
|
"id": "io.camunda.connectors.AWSSQS.StartEvent.v1",
|
|
724
|
-
"version":
|
|
636
|
+
"version": 1,
|
|
725
637
|
"description": "Receive message from a queue",
|
|
726
638
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
727
639
|
"appliesTo": ["bpmn:StartEvent"],
|
|
@@ -817,7 +729,7 @@
|
|
|
817
729
|
"type": "String",
|
|
818
730
|
"binding": {
|
|
819
731
|
"type": "zeebe:property",
|
|
820
|
-
"name": "
|
|
732
|
+
"name": "queue.region"
|
|
821
733
|
},
|
|
822
734
|
"constraints": {
|
|
823
735
|
"notEmpty": true
|
|
@@ -914,7 +826,7 @@
|
|
|
914
826
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
915
827
|
"name": "Amazon SQS connector",
|
|
916
828
|
"id": "io.camunda.connectors.AWSSQS.StartEvent.v1",
|
|
917
|
-
"version":
|
|
829
|
+
"version": 2,
|
|
918
830
|
"description": "Receive message from a queue",
|
|
919
831
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
920
832
|
"appliesTo": ["bpmn:StartEvent"],
|
|
@@ -986,15 +898,6 @@
|
|
|
986
898
|
"notEmpty": true
|
|
987
899
|
}
|
|
988
900
|
},
|
|
989
|
-
{
|
|
990
|
-
"type": "Hidden",
|
|
991
|
-
"description": "This value forces to evaluate configuration first in order",
|
|
992
|
-
"value": "nonce",
|
|
993
|
-
"binding": {
|
|
994
|
-
"type": "zeebe:input",
|
|
995
|
-
"name": "configuration.nonce"
|
|
996
|
-
}
|
|
997
|
-
},
|
|
998
901
|
{
|
|
999
902
|
"label": "Queue URL",
|
|
1000
903
|
"description": "Specify the URL of the SQS queue where you would like to send message to",
|
|
@@ -1025,14 +928,6 @@
|
|
|
1025
928
|
"notEmpty": true
|
|
1026
929
|
}
|
|
1027
930
|
},
|
|
1028
|
-
{
|
|
1029
|
-
"description": "Backwards compatible region",
|
|
1030
|
-
"type": "Hidden",
|
|
1031
|
-
"binding": {
|
|
1032
|
-
"type": "zeebe:property",
|
|
1033
|
-
"name": "queue.region"
|
|
1034
|
-
}
|
|
1035
|
-
},
|
|
1036
931
|
{
|
|
1037
932
|
"label": "Polling wait time",
|
|
1038
933
|
"description": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/\" target=\"_blank\">documentation</a> for details",
|
|
@@ -1124,22 +1019,30 @@
|
|
|
1124
1019
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1125
1020
|
"name": "Amazon SQS Start Event Connector",
|
|
1126
1021
|
"id": "io.camunda.connectors.AWSSQS.StartEvent.v1",
|
|
1127
|
-
"version": 7,
|
|
1128
1022
|
"description": "Receive message from a queue",
|
|
1129
|
-
"
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
"value": "bpmn:StartEvent"
|
|
1023
|
+
"deprecated": {
|
|
1024
|
+
"message": "None Start Events are deprecated in favor of Message Start Events for message based Connectors.",
|
|
1025
|
+
"documentationRef": "https://docs.camunda.io/docs/components/modeler/bpmn/none-events/"
|
|
1133
1026
|
},
|
|
1027
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
|
|
1028
|
+
"version": 9,
|
|
1134
1029
|
"category": {
|
|
1135
1030
|
"id": "connectors",
|
|
1136
1031
|
"name": "Connectors"
|
|
1137
1032
|
},
|
|
1033
|
+
"appliesTo": ["bpmn:StartEvent"],
|
|
1034
|
+
"elementType": {
|
|
1035
|
+
"value": "bpmn:StartEvent"
|
|
1036
|
+
},
|
|
1138
1037
|
"groups": [
|
|
1139
1038
|
{
|
|
1140
1039
|
"id": "authentication",
|
|
1141
1040
|
"label": "Authentication"
|
|
1142
1041
|
},
|
|
1042
|
+
{
|
|
1043
|
+
"id": "configuration",
|
|
1044
|
+
"label": "Configuration"
|
|
1045
|
+
},
|
|
1143
1046
|
{
|
|
1144
1047
|
"id": "queueProperties",
|
|
1145
1048
|
"label": "Queue properties"
|
|
@@ -1157,201 +1060,298 @@
|
|
|
1157
1060
|
"label": "Activation"
|
|
1158
1061
|
},
|
|
1159
1062
|
{
|
|
1160
|
-
"id": "
|
|
1161
|
-
"label": "
|
|
1063
|
+
"id": "deduplication",
|
|
1064
|
+
"label": "Deduplication",
|
|
1065
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
"id": "output",
|
|
1069
|
+
"label": "Output mapping"
|
|
1162
1070
|
}
|
|
1163
1071
|
],
|
|
1164
1072
|
"properties": [
|
|
1165
1073
|
{
|
|
1166
|
-
"type": "Hidden",
|
|
1167
1074
|
"value": "io.camunda:aws-sqs-inbound:1",
|
|
1168
1075
|
"binding": {
|
|
1169
|
-
"
|
|
1170
|
-
"
|
|
1171
|
-
}
|
|
1076
|
+
"name": "inbound.type",
|
|
1077
|
+
"type": "zeebe:property"
|
|
1078
|
+
},
|
|
1079
|
+
"type": "Hidden"
|
|
1172
1080
|
},
|
|
1173
1081
|
{
|
|
1174
|
-
"id": "
|
|
1082
|
+
"id": "authentication.type",
|
|
1175
1083
|
"label": "Authentication",
|
|
1176
|
-
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
1084
|
+
"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>",
|
|
1085
|
+
"value": "credentials",
|
|
1177
1086
|
"group": "authentication",
|
|
1087
|
+
"binding": {
|
|
1088
|
+
"name": "authentication.type",
|
|
1089
|
+
"type": "zeebe:property"
|
|
1090
|
+
},
|
|
1178
1091
|
"type": "Dropdown",
|
|
1179
|
-
"optional": false,
|
|
1180
|
-
"value": "credentials",
|
|
1181
1092
|
"choices": [
|
|
1182
|
-
{
|
|
1183
|
-
"name": "Credentials",
|
|
1184
|
-
"value": "credentials"
|
|
1185
|
-
},
|
|
1186
1093
|
{
|
|
1187
1094
|
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
1188
1095
|
"value": "defaultCredentialsChain"
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
"name": "Credentials",
|
|
1099
|
+
"value": "credentials"
|
|
1189
1100
|
}
|
|
1190
|
-
]
|
|
1191
|
-
"binding": {
|
|
1192
|
-
"type": "zeebe:property",
|
|
1193
|
-
"name": "authentication.type"
|
|
1194
|
-
},
|
|
1195
|
-
"constraints": {
|
|
1196
|
-
"notEmpty": true
|
|
1197
|
-
}
|
|
1101
|
+
]
|
|
1198
1102
|
},
|
|
1199
1103
|
{
|
|
1104
|
+
"id": "authentication.accessKey",
|
|
1200
1105
|
"label": "Access key",
|
|
1201
|
-
"description": "Provide
|
|
1106
|
+
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
1107
|
+
"optional": false,
|
|
1108
|
+
"constraints": {
|
|
1109
|
+
"notEmpty": true
|
|
1110
|
+
},
|
|
1202
1111
|
"group": "authentication",
|
|
1203
|
-
"type": "String",
|
|
1204
1112
|
"binding": {
|
|
1205
|
-
"
|
|
1206
|
-
"
|
|
1113
|
+
"name": "authentication.accessKey",
|
|
1114
|
+
"type": "zeebe:property"
|
|
1207
1115
|
},
|
|
1208
|
-
"
|
|
1209
|
-
"
|
|
1116
|
+
"condition": {
|
|
1117
|
+
"property": "authentication.type",
|
|
1118
|
+
"equals": "credentials",
|
|
1119
|
+
"type": "simple"
|
|
1210
1120
|
},
|
|
1211
|
-
"
|
|
1212
|
-
"property": "authenticationType",
|
|
1213
|
-
"equals": "credentials"
|
|
1214
|
-
}
|
|
1121
|
+
"type": "String"
|
|
1215
1122
|
},
|
|
1216
1123
|
{
|
|
1124
|
+
"id": "authentication.secretKey",
|
|
1217
1125
|
"label": "Secret key",
|
|
1218
|
-
"description": "Provide
|
|
1126
|
+
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
1127
|
+
"optional": false,
|
|
1128
|
+
"constraints": {
|
|
1129
|
+
"notEmpty": true
|
|
1130
|
+
},
|
|
1219
1131
|
"group": "authentication",
|
|
1220
|
-
"type": "String",
|
|
1221
1132
|
"binding": {
|
|
1222
|
-
"
|
|
1223
|
-
"
|
|
1133
|
+
"name": "authentication.secretKey",
|
|
1134
|
+
"type": "zeebe:property"
|
|
1135
|
+
},
|
|
1136
|
+
"condition": {
|
|
1137
|
+
"property": "authentication.type",
|
|
1138
|
+
"equals": "credentials",
|
|
1139
|
+
"type": "simple"
|
|
1224
1140
|
},
|
|
1141
|
+
"type": "String"
|
|
1142
|
+
},
|
|
1143
|
+
{
|
|
1144
|
+
"id": "configuration.region",
|
|
1145
|
+
"label": "Region",
|
|
1146
|
+
"description": "Specify the AWS region",
|
|
1147
|
+
"optional": false,
|
|
1225
1148
|
"constraints": {
|
|
1226
1149
|
"notEmpty": true
|
|
1227
1150
|
},
|
|
1228
|
-
"
|
|
1229
|
-
|
|
1230
|
-
"
|
|
1231
|
-
|
|
1151
|
+
"group": "configuration",
|
|
1152
|
+
"binding": {
|
|
1153
|
+
"name": "configuration.region",
|
|
1154
|
+
"type": "zeebe:property"
|
|
1155
|
+
},
|
|
1156
|
+
"type": "String"
|
|
1232
1157
|
},
|
|
1233
1158
|
{
|
|
1234
|
-
"
|
|
1235
|
-
"
|
|
1236
|
-
"
|
|
1237
|
-
"
|
|
1159
|
+
"id": "configuration.endpoint",
|
|
1160
|
+
"label": "Endpoint",
|
|
1161
|
+
"description": "Specify endpoint if need to use custom endpoint",
|
|
1162
|
+
"optional": true,
|
|
1163
|
+
"group": "configuration",
|
|
1238
1164
|
"binding": {
|
|
1239
|
-
"
|
|
1240
|
-
"
|
|
1165
|
+
"name": "configuration.endpoint",
|
|
1166
|
+
"type": "zeebe:property"
|
|
1241
1167
|
},
|
|
1242
|
-
"
|
|
1243
|
-
"notEmpty": true,
|
|
1244
|
-
"pattern": {
|
|
1245
|
-
"value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
1246
|
-
"message": "Must be an queue URL or ARN"
|
|
1247
|
-
}
|
|
1248
|
-
}
|
|
1168
|
+
"type": "Hidden"
|
|
1249
1169
|
},
|
|
1250
1170
|
{
|
|
1251
|
-
"
|
|
1252
|
-
"
|
|
1171
|
+
"id": "queue.queue.url",
|
|
1172
|
+
"label": "Queue URL",
|
|
1173
|
+
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
1174
|
+
"optional": false,
|
|
1175
|
+
"constraints": {
|
|
1176
|
+
"notEmpty": true
|
|
1177
|
+
},
|
|
1253
1178
|
"group": "queueProperties",
|
|
1254
|
-
"type": "String",
|
|
1255
1179
|
"binding": {
|
|
1256
|
-
"
|
|
1257
|
-
"
|
|
1180
|
+
"name": "queue.url",
|
|
1181
|
+
"type": "zeebe:property"
|
|
1258
1182
|
},
|
|
1259
|
-
"
|
|
1260
|
-
"notEmpty": true
|
|
1261
|
-
}
|
|
1183
|
+
"type": "String"
|
|
1262
1184
|
},
|
|
1263
1185
|
{
|
|
1186
|
+
"id": "queue.queue.pollingWaitTime",
|
|
1264
1187
|
"label": "Polling wait time",
|
|
1265
1188
|
"description": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
|
|
1266
|
-
"group": "messagePollingProperties",
|
|
1267
|
-
"type": "String",
|
|
1268
1189
|
"optional": false,
|
|
1269
|
-
"
|
|
1270
|
-
"value": "1",
|
|
1271
|
-
"binding": {
|
|
1272
|
-
"type": "zeebe:property",
|
|
1273
|
-
"name": "queue.pollingWaitTime"
|
|
1274
|
-
},
|
|
1190
|
+
"value": "20",
|
|
1275
1191
|
"constraints": {
|
|
1276
1192
|
"notEmpty": true,
|
|
1277
1193
|
"pattern": {
|
|
1278
|
-
"value": "^([0-9]?|1[0-9]|20
|
|
1279
|
-
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
1194
|
+
"value": "^([0-9]?|1[0-9]|20|secrets\\..+)$"
|
|
1280
1195
|
}
|
|
1281
|
-
}
|
|
1196
|
+
},
|
|
1197
|
+
"group": "messagePollingProperties",
|
|
1198
|
+
"binding": {
|
|
1199
|
+
"name": "queue.pollingWaitTime",
|
|
1200
|
+
"type": "zeebe:property"
|
|
1201
|
+
},
|
|
1202
|
+
"type": "String"
|
|
1282
1203
|
},
|
|
1283
1204
|
{
|
|
1205
|
+
"id": "queue.queue.attributeNames",
|
|
1284
1206
|
"label": "Attribute names",
|
|
1285
1207
|
"description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
|
|
1208
|
+
"optional": false,
|
|
1209
|
+
"feel": "optional",
|
|
1286
1210
|
"group": "input",
|
|
1287
|
-
"type": "String",
|
|
1288
|
-
"optional": true,
|
|
1289
1211
|
"binding": {
|
|
1290
|
-
"
|
|
1291
|
-
"
|
|
1212
|
+
"name": "queue.attributeNames",
|
|
1213
|
+
"type": "zeebe:property"
|
|
1292
1214
|
},
|
|
1293
|
-
"
|
|
1215
|
+
"type": "String"
|
|
1294
1216
|
},
|
|
1295
1217
|
{
|
|
1218
|
+
"id": "queue.queue.messageAttributeNames",
|
|
1296
1219
|
"label": "Message attribute names",
|
|
1297
1220
|
"description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">documentation</a> for details",
|
|
1221
|
+
"optional": false,
|
|
1222
|
+
"feel": "optional",
|
|
1298
1223
|
"group": "input",
|
|
1299
|
-
"type": "String",
|
|
1300
|
-
"optional": true,
|
|
1301
1224
|
"binding": {
|
|
1302
|
-
"
|
|
1303
|
-
"
|
|
1225
|
+
"name": "queue.messageAttributeNames",
|
|
1226
|
+
"type": "zeebe:property"
|
|
1304
1227
|
},
|
|
1305
|
-
"
|
|
1228
|
+
"type": "String"
|
|
1306
1229
|
},
|
|
1307
1230
|
{
|
|
1231
|
+
"id": "activationCondition",
|
|
1308
1232
|
"label": "Activation condition",
|
|
1309
|
-
"
|
|
1310
|
-
"group": "activation",
|
|
1311
|
-
"feel": "required",
|
|
1233
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1312
1234
|
"optional": true,
|
|
1235
|
+
"feel": "required",
|
|
1236
|
+
"group": "activation",
|
|
1313
1237
|
"binding": {
|
|
1314
|
-
"
|
|
1315
|
-
"
|
|
1238
|
+
"name": "activationCondition",
|
|
1239
|
+
"type": "zeebe:property"
|
|
1316
1240
|
},
|
|
1317
|
-
"
|
|
1241
|
+
"type": "String"
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
"id": "consumeUnmatchedEvents",
|
|
1245
|
+
"label": "Consume unmatched events",
|
|
1246
|
+
"value": true,
|
|
1247
|
+
"group": "activation",
|
|
1248
|
+
"binding": {
|
|
1249
|
+
"name": "consumeUnmatchedEvents",
|
|
1250
|
+
"type": "zeebe:property"
|
|
1251
|
+
},
|
|
1252
|
+
"tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
|
|
1253
|
+
"type": "Boolean"
|
|
1254
|
+
},
|
|
1255
|
+
{
|
|
1256
|
+
"id": "deduplicationModeManualFlag",
|
|
1257
|
+
"label": "Manual mode",
|
|
1258
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1259
|
+
"value": false,
|
|
1260
|
+
"group": "deduplication",
|
|
1261
|
+
"binding": {
|
|
1262
|
+
"name": "deduplicationModeManualFlag",
|
|
1263
|
+
"type": "zeebe:property"
|
|
1264
|
+
},
|
|
1265
|
+
"type": "Boolean"
|
|
1266
|
+
},
|
|
1267
|
+
{
|
|
1268
|
+
"id": "deduplicationId",
|
|
1269
|
+
"label": "Deduplication ID",
|
|
1270
|
+
"constraints": {
|
|
1271
|
+
"notEmpty": true,
|
|
1272
|
+
"pattern": {
|
|
1273
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
1274
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1275
|
+
}
|
|
1276
|
+
},
|
|
1277
|
+
"group": "deduplication",
|
|
1278
|
+
"binding": {
|
|
1279
|
+
"name": "deduplicationId",
|
|
1280
|
+
"type": "zeebe:property"
|
|
1281
|
+
},
|
|
1282
|
+
"condition": {
|
|
1283
|
+
"property": "deduplicationModeManualFlag",
|
|
1284
|
+
"equals": true,
|
|
1285
|
+
"type": "simple"
|
|
1286
|
+
},
|
|
1287
|
+
"type": "String"
|
|
1288
|
+
},
|
|
1289
|
+
{
|
|
1290
|
+
"id": "deduplicationModeManual",
|
|
1291
|
+
"value": "MANUAL",
|
|
1292
|
+
"group": "deduplication",
|
|
1293
|
+
"binding": {
|
|
1294
|
+
"name": "deduplicationMode",
|
|
1295
|
+
"type": "zeebe:property"
|
|
1296
|
+
},
|
|
1297
|
+
"condition": {
|
|
1298
|
+
"property": "deduplicationId",
|
|
1299
|
+
"isActive": true,
|
|
1300
|
+
"type": "simple"
|
|
1301
|
+
},
|
|
1302
|
+
"type": "Hidden"
|
|
1303
|
+
},
|
|
1304
|
+
{
|
|
1305
|
+
"id": "deduplicationModeAuto",
|
|
1306
|
+
"value": "AUTO",
|
|
1307
|
+
"group": "deduplication",
|
|
1308
|
+
"binding": {
|
|
1309
|
+
"name": "deduplicationMode",
|
|
1310
|
+
"type": "zeebe:property"
|
|
1311
|
+
},
|
|
1312
|
+
"condition": {
|
|
1313
|
+
"property": "deduplicationId",
|
|
1314
|
+
"isActive": false,
|
|
1315
|
+
"type": "simple"
|
|
1316
|
+
},
|
|
1317
|
+
"type": "Hidden"
|
|
1318
1318
|
},
|
|
1319
1319
|
{
|
|
1320
|
+
"id": "resultVariable",
|
|
1320
1321
|
"label": "Result variable",
|
|
1321
|
-
"
|
|
1322
|
-
"group": "
|
|
1323
|
-
"optional": true,
|
|
1322
|
+
"description": "Name of variable to store the response in",
|
|
1323
|
+
"group": "output",
|
|
1324
1324
|
"binding": {
|
|
1325
|
-
"
|
|
1326
|
-
"
|
|
1325
|
+
"name": "resultVariable",
|
|
1326
|
+
"type": "zeebe:property"
|
|
1327
1327
|
},
|
|
1328
|
-
"
|
|
1328
|
+
"type": "String"
|
|
1329
1329
|
},
|
|
1330
1330
|
{
|
|
1331
|
+
"id": "resultExpression",
|
|
1331
1332
|
"label": "Result expression",
|
|
1332
|
-
"
|
|
1333
|
-
"group": "variable-mapping",
|
|
1333
|
+
"description": "Expression to map the response into process variables",
|
|
1334
1334
|
"feel": "required",
|
|
1335
|
-
"
|
|
1335
|
+
"group": "output",
|
|
1336
1336
|
"binding": {
|
|
1337
|
-
"
|
|
1338
|
-
"
|
|
1337
|
+
"name": "resultExpression",
|
|
1338
|
+
"type": "zeebe:property"
|
|
1339
1339
|
},
|
|
1340
|
-
"
|
|
1340
|
+
"type": "Text"
|
|
1341
1341
|
}
|
|
1342
1342
|
],
|
|
1343
1343
|
"icon": {
|
|
1344
|
-
"contents": "data:image/svg+xml
|
|
1344
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0MCA0MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0nMCUnIHkxPScxMDAlJyB4Mj0nMTAwJScgeTI9JzAlJyBpZD0nbGluZWFyR3JhZGllbnQtMSc+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNCMDA4NEQnIG9mZnNldD0nMCUnPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI0ZGNEY4Qicgb2Zmc2V0PScxMDAlJz48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMicgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnCiAgICAgICBmaWxsLXJ1bGU9J2V2ZW5vZGQnPgogICAgICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS1CRy8zMi9BcHBsaWNhdGlvbi1JbnRlZ3JhdGlvbicgZmlsbD0ndXJsKCNsaW5lYXJHcmFkaWVudC0xKSc+CiAgICAgICAgICAgIDxyZWN0IGlkPSdSZWN0YW5nbGUnIHg9JzAnIHk9JzAnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSdNMTQuMzQyMjA1MSwyMi4zNDkzNzg2IEwxNS44NDY2NzY3LDIwLjkwNjEwNzQgQzE1Ljk0MjgzNDcsMjAuODE0MTUzOSAxNS45OTY5MjM1LDIwLjY4NzIxOCAxNS45OTk5Mjg1LDIwLjU1NTI4NDYgQzE2LjAwMTkzMTcsMjAuNDIyMzUxNyAxNS45NTE4NDk1LDIwLjI5MzQxNjggMTUuODU5Njk4MSwyMC4xOTg0NjQ4IEwxNC4zNTUyMjY0LDE4LjY0MzI1MDIgTDEzLjYzNTA0MzMsMTkuMzM3ODk5NCBMMTQuMzExMTU0LDIwLjAzNzU0NiBMMTEuOTkxMzQyOSwyMC4wMzc1NDYgTDExLjk5MTM0MjksMjEuMDM3MDQxMyBMMTQuMjY1MDc4MywyMS4wMzcwNDEzIEwxMy42NDgwNjQ3LDIxLjYyODc0MjUgTDE0LjM0MjIwNTEsMjIuMzQ5Mzc4NiBaIE0yNi4zNTc5NDUyLDIyLjM1MzM3NjUgTDI3LjkwNzQ5MDksMjAuOTAwMTEwNCBDMjguMDA2NjUzOCwyMC44MDgxNTY5IDI4LjA2Mjc0NTksMjAuNjc5MjIyIDI4LjA2NDc0OTIsMjAuNTQ0MjkwMSBDMjguMDY2NzUyNSwyMC40MDkzNTgzIDI4LjAxMzY2NTMsMjAuMjc4NDI0NCAyNy45MTg1MDksMjAuMTgzNDcyNCBMMjYuMzY4OTYzMywxOC42MzcyNTMyIEwyNS42NjA3OTk5LDE5LjM0Mzg5NjMgTDI2LjM1NDk0MDMsMjAuMDM3NTQ2IEwyNC4wMTEwODk2LDIwLjAzNzU0NiBMMjQuMDExMDg5NiwyMS4wMzcwNDEzIEwyNi4yOTg4NDgxLDIxLjAzNzA0MTMgTDI1LjY3MTgxOCwyMS42MjQ3NDQ1IEwyNi4zNTc5NDUyLDIyLjM1MzM3NjUgWiBNMTcuNTg3NTM2NywyMy4zNjA4Njc4IEMxOC4zMzg3NzA4LDIzLjA1NzAyMTIgMTkuMTYyMTIzNSwyMi44OTQxMDM1IDIwLjAwNDUwNzQsMjIuODk0MTAzNSBDMjAuODQ2ODkxMywyMi44OTQxMDM1IDIxLjY3MDI0NCwyMy4wNTcwMjEyIDIyLjQyMTQ3ODEsMjMuMzYwODY3OCBDMjEuNzUyMzc4OSwyMS41ODk3NjIyIDIxLjc1MjM3ODksMTkuMzg5ODczMSAyMi40MjE0NzgxLDE3LjYxODc2NzUgQzIwLjkxOTAwOTgsMTguMjI2NDYwNiAxOS4wOTAwMDUsMTguMjI2NDYwNiAxNy41ODc1MzY3LDE3LjYxODc2NzUgQzE4LjI1NjYzNTksMTkuMzg5ODczMSAxOC4yNTY2MzU5LDIxLjU4OTc2MjIgMTcuNTg3NTM2NywyMy4zNjA4Njc4IEwxNy41ODc1MzY3LDIzLjM2MDg2NzggWiBNMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IEMxNS41NDYxODMsMjUuMjQzOTE2OCAxNS40OTcxMDI0LDI1LjExNTk4MTQgMTUuNDk3MTAyNCwyNC45ODgwNDYgQzE1LjQ5NzEwMjQsMjQuODYwMTEwNiAxNS41NDYxODMsMjQuNzMyMTc1MyAxNS42NDQzNDQzLDI0LjYzNDIyNDcgQzE3LjU4NDUzMTcsMjIuNjk4MjAyNCAxNy41ODQ1MzE3LDE4LjI4MjQzMjQgMTUuNjQ0MzQ0MywxNi4zNDU0MTA2IEMxNS41NDYxODMsMTYuMjQ4NDU5NSAxNS40OTcxMDI0LDE2LjEyMDUyNDEgMTUuNDk3MTAyNCwxNS45OTI1OTEyIEMxNS40OTcxMDI0LDE1Ljg2NDY1MzQgMTUuNTQ2MTgzLDE1LjczNjcxOCAxNS42NDQzNDQzLDE1LjYzODc2NzQgQzE1LjgzOTY2NTIsMTUuNDQzODY1OSAxNi4xNTcxODY4LDE1LjQ0Mzg2NTkgMTYuMzUyNTA3NywxNS42Mzg3Njc0IEMxNy4yNzQwMjE2LDE2LjU1ODMwMzEgMTguNjA1MjA4NiwxNy4wODYwMzY2IDIwLjAwNDUwNzQsMTcuMDg2MDM2NiBDMjEuNDA0ODA3OSwxNy4wODYwMzY2IDIyLjczNTk5NDgsMTYuNTU4MzAzMSAyMy42NTc1MDg4LDE1LjYzODc2NzQgQzIzLjg1MjgyOTYsMTUuNDQzODY1OSAyNC4xNzAzNTEzLDE1LjQ0Mzg2NTkgMjQuMzY1NjcyMiwxNS42Mzg3Njc0IEMyNC40NjI4MzE4LDE1LjczNjcxOCAyNC41MTE5MTI0LDE1Ljg2NDY1MzQgMjQuNTExOTEyNCwxNS45OTI1OTEyIEMyNC41MTE5MTI0LDE2LjEyMDUyNDEgMjQuNDYyODMxOCwxNi4yNDg0NTk1IDI0LjM2NTY3MjIsMTYuMzQ1NDEwNiBDMjIuNDI0NDgzMSwxOC4yODI0MzI0IDIyLjQyNDQ4MzEsMjIuNjk4MjAyNCAyNC4zNjU2NzIyLDI0LjYzNDIyNDcgQzI0LjQ2MjgzMTgsMjQuNzMyMTc1MyAyNC41MTE5MTI0LDI0Ljg2MDExMDYgMjQuNTExOTEyNCwyNC45ODgwNDYgQzI0LjUxMTkxMjQsMjUuMTE1OTgxNCAyNC40NjI4MzE4LDI1LjI0MzkxNjggMjQuMzY1NjcyMiwyNS4zNDA4Njc5IEMyNC4yNjc1MTA5LDI1LjQzODgxODQgMjQuMTM5MzAwMywyNS40ODc3OTM3IDI0LjAxMTA4OTYsMjUuNDg3NzkzNyBDMjMuODgyODc5LDI1LjQ4Nzc5MzcgMjMuNzU0NjY4NCwyNS40Mzg4MTg0IDIzLjY1NzUwODgsMjUuMzQwODY3OSBDMjIuNzM1OTk0OCwyNC40MjEzMzIyIDIxLjQwNDgwNzksMjMuODkzNTk4NyAyMC4wMDQ1MDc0LDIzLjg5MzU5ODcgQzE4LjYwNTIwODYsMjMuODkzNTk4NyAxNy4yNzQwMjE2LDI0LjQyMTMzMjIgMTYuMzUyNTA3NywyNS4zNDA4Njc5IEMxNi4xNTcxODY4LDI1LjUzNTc2OTQgMTUuODM5NjY1MiwyNS41MzU3Njk0IDE1LjY0NDM0NDMsMjUuMzQwODY3OSBMMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IFogTTMyLjU0MjEwNDksMTkuNDM1ODQ5OSBDMzIuMjM2NjAzLDE5LjEzMjAwMzMgMzEuODM2OTQ2NCwxOC45ODAwODAxIDMxLjQzNjI4ODIsMTguOTgwMDgwMSBDMzEuMDM2NjMxNiwxOC45ODAwODAxIDMwLjYzNjk3NSwxOS4xMzIwMDMzIDMwLjMzMTQ3MzEsMTkuNDM1ODQ5OSBDMjkuNzIxNDcxLDIwLjA0NDU0MjUgMjkuNzIxNDcxLDIxLjAzNDA0MjggMzAuMzMxNDczMSwyMS42NDE3MzU5IEMzMC45NDE0NzUzLDIyLjI1MDQyODUgMzEuOTMyMTAyNywyMi4yNTA0Mjg1IDMyLjU0MjEwNDksMjEuNjQxNzM1OSBDMzMuMTUxMTA1NCwyMS4wMzQwNDI4IDMzLjE1MTEwNTQsMjAuMDQ0NTQyNSAzMi41NDIxMDQ5LDE5LjQzNTg0OTkgTDMyLjU0MjEwNDksMTkuNDM1ODQ5OSBaIE0zMy4yNTAyNjgzLDIyLjM0OTM3ODYgQzMyLjc1MDQ0NzIsMjIuODQ4MTI2NyAzMi4wOTMzNjc3LDIzLjA5ODAwMDUgMzEuNDM2Mjg4MiwyMy4wOTgwMDA1IEMzMC43ODAyMTAzLDIzLjA5ODAwMDUgMzAuMTIzMTMwOSwyMi44NDgxMjY3IDI5LjYyMzMwOTcsMjIuMzQ5Mzc4NiBDMjguNjIzNjY3NSwyMS4zNTA4ODI4IDI4LjYyMzY2NzUsMTkuNzI3NzAyNSAyOS42MjMzMDk3LDE4LjcyOTIwNjggQzMwLjYyMjk1MiwxNy43MzE3MTA1IDMyLjI1MDYyNiwxNy43MzE3MTA1IDMzLjI1MDI2ODMsMTguNzI5MjA2OCBDMzQuMjQ5OTEwNiwxOS43Mjc3MDI1IDM0LjI0OTkxMDYsMjEuMzUwODgyOCAzMy4yNTAyNjgzLDIyLjM0OTM3ODYgTDMzLjI1MDI2ODMsMjIuMzQ5Mzc4NiBaIE05LjY2ODUyNjg3LDE5LjQ0Njg0NDMgQzkuMzYzMDI0OTcsMTkuMTQyOTk3OCA4Ljk2MzM2ODM5LDE4Ljk5MTA3NDUgOC41NjI3MTAxNywxOC45OTEwNzQ1IEM4LjE2MzA1MzU5LDE4Ljk5MTA3NDUgNy43NjMzOTcwMSwxOS4xNDI5OTc4IDcuNDU3ODk1MTEsMTkuNDQ2ODQ0MyBDNi44NDg4OTQ2MSwyMC4wNTU1MzcgNi44NDg4OTQ2MSwyMS4wNDUwMzczIDcuNDU3ODk1MTEsMjEuNjUyNzMwNCBDOC4wNjc4OTcyNiwyMi4yNjE0MjMgOS4wNTg1MjQ3MiwyMi4yNjE0MjMgOS42Njg1MjY4NywyMS42NTI3MzA0IEMxMC4yNzc1Mjc0LDIxLjA0NTAzNzMgMTAuMjc3NTI3NCwyMC4wNTU1MzcgOS42Njg1MjY4NywxOS40NDY4NDQzIEw5LjY2ODUyNjg3LDE5LjQ0Njg0NDMgWiBNMTAuMzc2NjkwMywyMi4zNTkzNzM1IEM5Ljg3Njg2OTE0LDIyLjg1ODEyMTcgOS4yMTk3ODk2NSwyMy4xMDc5OTU1IDguNTYyNzEwMTcsMjMuMTA3OTk1NSBDNy45MDY2MzIzMiwyMy4xMDc5OTU1IDcuMjQ5NTUyODQsMjIuODU4MTIxNyA2Ljc0OTczMTcsMjIuMzU5MzczNSBDNS43NTAwODk0MywyMS4zNjE4NzczIDUuNzUwMDg5NDMsMTkuNzM4Njk3IDYuNzQ5NzMxNywxOC43NDAyMDEyIEM3Ljc0OTM3Mzk3LDE3Ljc0MjcwNDkgOS4zNzcwNDgwMSwxNy43NDI3MDQ5IDEwLjM3NjY5MDMsMTguNzQwMjAxMiBDMTEuMzc2MzMyNSwxOS43Mzg2OTcgMTEuMzc2MzMyNSwyMS4zNjE4NzczIDEwLjM3NjY5MDMsMjIuMzU5MzczNSBMMTAuMzc2NjkwMywyMi4zNTkzNzM1IFogTTI3LjQzMzcxMjUsMjguOTEwMDY1NCBDMjUuNDM2NDMxMywzMC45MDMwNTkgMjIuNzgyMDcwNSwzMi4wMDA1MDQ3IDE5Ljk1NzQzMDEsMzIuMDAwNTA0NyBDMTcuMTMyNzg5NiwzMi4wMDA1MDQ3IDE0LjQ3ODQyODgsMzAuOTAzMDU5IDEyLjQ4MjE0OTIsMjguOTEwMDY1NCBDMTEuMTY1OTg3LDI3LjU5NzcyODEgMTAuNDA3NzQxMywyNi40NjkyOTggOS45NDQ5ODEwNCwyNS4xMzU5NzEzIEw4Ljk5ODQyNTk5LDI1LjQ2MjgwNjMgQzkuNTA3MjYxOTMsMjYuOTI5MDY1OCAxMC4zNjI2NjcyLDI4LjIxMDQxODcgMTEuNzczOTg1OCwyOS42MTY3MDg2IEMxMy45NTg1NzQ4LDMxLjc5ODYwNjcgMTYuODY2MzUxOSwzMyAxOS45NTc0MzAxLDMzIEMyMy4wNDk1MDk5LDMzIDI1Ljk1NjI4NTMsMzEuNzk4NjA2NyAyOC4xNDE4NzU5LDI5LjYxNjcwODYgQzI5LjI4Mjc1MDIsMjguNDc4MjgzNSAzMC40MjA2MTk2LDI3LjE4NjkzNTYgMzEuMDExNTkwNSwyNS40NjA4MDczIEwzMC4wNjQwMzM4LDI1LjEzNzk3MDMgQzI5LjUzOTE3MTUsMjYuNjcwMTk2NiAyOC40ODk0NDY5LDI3Ljg1NjU5NzQgMjcuNDMzNzEyNSwyOC45MTAwNjU0IEwyNy40MzM3MTI1LDI4LjkxMDA2NTQgWiBNOS45NDQ5ODEwNCwxNS44NTk2NTU5IEw4Ljk5ODQyNTk5LDE1LjUzMTgyMTQgQzkuNTEwMjY2ODcsMTQuMDY0NTYyNCAxMC4zNjU2NzIyLDEyLjc4MzIwOTUgMTEuNzc1OTg5MSwxMS4zNzU5MjAyIEMxNi4yODYzOTkxLDYuODc1MTkzMDQgMjMuNjI2NDU3OCw2Ljg3NDE5MzU0IDI4LjEzNzg2OTQsMTEuMzc1OTIwMiBDMjkuMjE4NjQ0OSwxMi40NTMzNzYxIDMwLjQwMzU5MTYsMTMuNzg5NzAxMiAzMS4wMTE1OTA1LDE1LjUzMTgyMTQgTDMwLjA2NDAzMzgsMTUuODU5NjU1OSBDMjkuNTI0MTQ2OCwxNC4zMDk0Mzg3IDI4LjQyOTM0ODIsMTMuMDgwMDU5NiAyNy40Mjk3MDU5LDEyLjA4MjU2MzMgQzI1LjQzNDQyOCwxMC4wOTE1Njg4IDIyLjc4MTA2ODksOC45OTYxMjE5NyAxOS45NTc0MzAxLDguOTk2MTIxOTcgQzE3LjEzMzc5MTIsOC45OTYxMjE5NyAxNC40ODA0MzIxLDEwLjA5MTU2ODggMTIuNDg1MTU0MiwxMi4wODI1NjMzIEMxMS4xODcwMjE1LDEzLjM3NzkwOTIgMTAuNDAzNzM0NywxNC41NDIzMjExIDkuOTQ0OTgxMDQsMTUuODU5NjU1OSBMOS45NDQ5ODEwNCwxNS44NTk2NTU5IFonCiAgICAgICAgICAgICAgaWQ9J0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV9JY29uXzMyX1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
1345
1345
|
},
|
|
1346
1346
|
"engines": {
|
|
1347
|
-
"camunda": "^8.
|
|
1347
|
+
"camunda": "^8.5"
|
|
1348
1348
|
}
|
|
1349
1349
|
},
|
|
1350
1350
|
{
|
|
1351
1351
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1352
1352
|
"name": "Amazon SQS connector",
|
|
1353
1353
|
"id": "io.camunda.connectors.AWSSQS.StartEvent.v1",
|
|
1354
|
-
"version":
|
|
1354
|
+
"version": 4,
|
|
1355
1355
|
"description": "Receive message from a queue",
|
|
1356
1356
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
1357
1357
|
"appliesTo": ["bpmn:StartEvent"],
|
|
@@ -1447,7 +1447,7 @@
|
|
|
1447
1447
|
"type": "String",
|
|
1448
1448
|
"binding": {
|
|
1449
1449
|
"type": "zeebe:property",
|
|
1450
|
-
"name": "
|
|
1450
|
+
"name": "configuration.region"
|
|
1451
1451
|
},
|
|
1452
1452
|
"constraints": {
|
|
1453
1453
|
"notEmpty": true
|
|
@@ -1542,9 +1542,9 @@
|
|
|
1542
1542
|
},
|
|
1543
1543
|
{
|
|
1544
1544
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1545
|
-
"name": "Amazon SQS
|
|
1545
|
+
"name": "Amazon SQS connector",
|
|
1546
1546
|
"id": "io.camunda.connectors.AWSSQS.StartEvent.v1",
|
|
1547
|
-
"version":
|
|
1547
|
+
"version": 5,
|
|
1548
1548
|
"description": "Receive message from a queue",
|
|
1549
1549
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
1550
1550
|
"appliesTo": ["bpmn:StartEvent"],
|
|
@@ -1592,7 +1592,7 @@
|
|
|
1592
1592
|
},
|
|
1593
1593
|
{
|
|
1594
1594
|
"label": "Access key",
|
|
1595
|
-
"description": "Provide AWS IAM access key that has permission to
|
|
1595
|
+
"description": "Provide AWS IAM access key that has permission to send to desired SQS",
|
|
1596
1596
|
"group": "authentication",
|
|
1597
1597
|
"type": "String",
|
|
1598
1598
|
"binding": {
|
|
@@ -1605,7 +1605,7 @@
|
|
|
1605
1605
|
},
|
|
1606
1606
|
{
|
|
1607
1607
|
"label": "Secret key",
|
|
1608
|
-
"description": "Provide AWS IAM secret key that has permission to
|
|
1608
|
+
"description": "Provide AWS IAM secret key that has permission to send to desired SQS",
|
|
1609
1609
|
"group": "authentication",
|
|
1610
1610
|
"type": "String",
|
|
1611
1611
|
"binding": {
|
|
@@ -1618,7 +1618,7 @@
|
|
|
1618
1618
|
},
|
|
1619
1619
|
{
|
|
1620
1620
|
"label": "Queue URL",
|
|
1621
|
-
"description": "Specify the URL of the SQS queue where you would like to
|
|
1621
|
+
"description": "Specify the URL of the SQS queue where you would like to send message to",
|
|
1622
1622
|
"group": "queueProperties",
|
|
1623
1623
|
"type": "String",
|
|
1624
1624
|
"binding": {
|
|
@@ -1628,7 +1628,7 @@
|
|
|
1628
1628
|
"constraints": {
|
|
1629
1629
|
"notEmpty": true,
|
|
1630
1630
|
"pattern": {
|
|
1631
|
-
"value": "^(https?://.+|arn
|
|
1631
|
+
"value": "^(https?://.+|arn:.+|secrets\\..+|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
1632
1632
|
"message": "Must be an queue URL or ARN"
|
|
1633
1633
|
}
|
|
1634
1634
|
}
|
|
@@ -1661,7 +1661,7 @@
|
|
|
1661
1661
|
"constraints": {
|
|
1662
1662
|
"notEmpty": true,
|
|
1663
1663
|
"pattern": {
|
|
1664
|
-
"value": "^([0-9]?|1[0-9]|20
|
|
1664
|
+
"value": "^([0-9]?|1[0-9]|20|secrets\\..+|\\{\\{secrets\\..+\\}\\})$",
|
|
1665
1665
|
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
1666
1666
|
}
|
|
1667
1667
|
}
|