@camunda/connectors-element-templates 1.0.16 → 1.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/connectors.js +2 -0
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +1 -0
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +3 -2
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +3 -2
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +3 -2
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +3 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +30 -30
- package/src/element-templates/agenticai-aiagent-job-worker.json +163 -163
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +2144 -2144
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +467 -466
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +482 -481
- package/src/element-templates/automation-anywhere-outbound-connector.json +613 -613
- package/src/element-templates/aws-bedrock-outbound-connector.json +74 -74
- package/src/element-templates/aws-dynamodb-outbound-connector.json +80 -80
- package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +22 -22
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
- package/src/element-templates/aws-eventbridge-outbound-connector.json +188 -188
- package/src/element-templates/aws-lambda-outbound-connector.json +238 -238
- package/src/element-templates/aws-sns-inbound-boundary.json +193 -193
- package/src/element-templates/aws-sns-inbound-intermediate.json +332 -332
- package/src/element-templates/aws-sns-inbound-message-start.json +110 -110
- package/src/element-templates/aws-sns-outbound-connector.json +741 -741
- package/src/element-templates/aws-sqs-boundary-connector.json +232 -232
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +493 -493
- package/src/element-templates/aws-sqs-outbound-connector.json +753 -753
- package/src/element-templates/aws-sqs-start-event-connector.json +483 -483
- package/src/element-templates/aws-sqs-start-message.json +438 -438
- package/src/element-templates/aws-textract-outbound-connector.json +123 -123
- package/src/element-templates/azure-open-ai-connector.json +32 -32
- package/src/element-templates/blue-prism-connector.json +6 -6
- package/src/element-templates/easy-post-connector.json +114 -114
- package/src/element-templates/email-inbound-connector-boundary.json +19 -19
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-message-start-event-connector.json +32 -32
- package/src/element-templates/email-outbound-connector.json +233 -233
- package/src/element-templates/github-connector.json +11435 -7908
- package/src/element-templates/github-webhook-connector-boundary.json +16 -16
- package/src/element-templates/github-webhook-connector-intermediate.json +25 -25
- package/src/element-templates/github-webhook-connector-start-event.json +64 -64
- package/src/element-templates/gitlab-connector.json +3394 -3394
- package/src/element-templates/google-drive-outbound-connector.json +420 -420
- package/src/element-templates/google-maps-platform-connector.json +14 -14
- package/src/element-templates/google-sheets-outbound-connector.json +1055 -1055
- package/src/element-templates/graphql-outbound-connector.json +1341 -763
- package/src/element-templates/http-connector.json.json +654 -0
- package/src/element-templates/http-json-connector.json +1489 -1475
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +801 -136
- package/src/element-templates/http-polling-connector.json +1604 -939
- package/src/element-templates/hugging-face-connector.json +196 -0
- package/src/element-templates/kafka-inbound-connector-boundary.json +483 -483
- package/src/element-templates/kafka-inbound-connector-intermediate.json +466 -466
- package/src/element-templates/kafka-inbound-connector-start-message.json +529 -529
- package/src/element-templates/kafka-outbound-connector.json +360 -360
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +147 -7
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +147 -7
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +160 -20
- package/src/element-templates/microsoft-teams-outbound-connector.json +1892 -47
- package/src/element-templates/openai-connector.json +83 -83
- package/src/element-templates/operate-connector.json +21 -21
- package/src/element-templates/power-automate-connector.json +4 -4
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +422 -422
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +338 -338
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +463 -463
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +360 -360
- package/src/element-templates/rabbitmq-outbound-connector.json +354 -354
- package/src/element-templates/salesforce-connector.json +38 -38
- package/src/element-templates/sendgrid-outbound-connector.json +354 -354
- package/src/element-templates/slack-inbound-boundary.json +253 -253
- package/src/element-templates/slack-inbound-message-start.json +321 -321
- package/src/element-templates/slack-inbound-start-event.json +327 -327
- package/src/element-templates/slack-outbound-connector.json +1203 -507
- package/src/element-templates/twilio-connector.json +65 -65
- package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
- package/src/element-templates/twilio-webhook-intermediate-connector.json +25 -25
- package/src/element-templates/uipath-connector.json +10 -10
- package/src/element-templates/webhook-connector-boundary.json +1192 -547
- package/src/element-templates/webhook-connector-intermediate.json +1258 -613
- package/src/element-templates/webhook-connector-receive.json +644 -0
- package/src/element-templates/webhook-connector-start-event.json +1690 -1136
- package/src/element-templates/webhook-connector-start-message.json +1601 -924
|
@@ -1,236 +1,4 @@
|
|
|
1
1
|
[
|
|
2
|
-
{
|
|
3
|
-
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
-
"name": "Amazon SQS Boundary Event Connector",
|
|
5
|
-
"id": "io.camunda.connectors.AWSSQS.boundary.v1",
|
|
6
|
-
"version": 1,
|
|
7
|
-
"description": "Receive message from a queue",
|
|
8
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
9
|
-
"appliesTo": ["bpmn:BoundaryEvent"],
|
|
10
|
-
"elementType": {
|
|
11
|
-
"value": "bpmn:BoundaryEvent",
|
|
12
|
-
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
13
|
-
},
|
|
14
|
-
"category": {
|
|
15
|
-
"id": "connectors",
|
|
16
|
-
"name": "Connectors"
|
|
17
|
-
},
|
|
18
|
-
"groups": [
|
|
19
|
-
{
|
|
20
|
-
"id": "authentication",
|
|
21
|
-
"label": "Authentication"
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"id": "queueProperties",
|
|
25
|
-
"label": "Queue properties"
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"id": "messagePollingProperties",
|
|
29
|
-
"label": "Message polling properties"
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"id": "input",
|
|
33
|
-
"label": "Use next attribute names for activation condition"
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"id": "activation",
|
|
37
|
-
"label": "Activation"
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"id": "variable-mapping",
|
|
41
|
-
"label": "Variable mapping"
|
|
42
|
-
}
|
|
43
|
-
],
|
|
44
|
-
"properties": [
|
|
45
|
-
{
|
|
46
|
-
"type": "Hidden",
|
|
47
|
-
"value": "io.camunda:aws-sqs-inbound:1",
|
|
48
|
-
"binding": {
|
|
49
|
-
"type": "zeebe:property",
|
|
50
|
-
"name": "inbound.type"
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"type": "Hidden",
|
|
55
|
-
"generatedValue": {
|
|
56
|
-
"type": "uuid"
|
|
57
|
-
},
|
|
58
|
-
"binding": {
|
|
59
|
-
"type": "bpmn:Message#property",
|
|
60
|
-
"name": "name"
|
|
61
|
-
}
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"label": "Access key",
|
|
65
|
-
"description": "Provide AWS IAM access key that has permission to read from desired SQS",
|
|
66
|
-
"group": "authentication",
|
|
67
|
-
"type": "String",
|
|
68
|
-
"binding": {
|
|
69
|
-
"type": "zeebe:property",
|
|
70
|
-
"name": "authentication.accessKey"
|
|
71
|
-
},
|
|
72
|
-
"constraints": {
|
|
73
|
-
"notEmpty": true
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"label": "Secret key",
|
|
78
|
-
"description": "Provide AWS IAM secret key that has permission to read from desired SQS",
|
|
79
|
-
"group": "authentication",
|
|
80
|
-
"type": "String",
|
|
81
|
-
"binding": {
|
|
82
|
-
"type": "zeebe:property",
|
|
83
|
-
"name": "authentication.secretKey"
|
|
84
|
-
},
|
|
85
|
-
"constraints": {
|
|
86
|
-
"notEmpty": true
|
|
87
|
-
}
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
"label": "Queue URL",
|
|
91
|
-
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
92
|
-
"group": "queueProperties",
|
|
93
|
-
"type": "String",
|
|
94
|
-
"binding": {
|
|
95
|
-
"type": "zeebe:property",
|
|
96
|
-
"name": "queue.url"
|
|
97
|
-
},
|
|
98
|
-
"constraints": {
|
|
99
|
-
"notEmpty": true,
|
|
100
|
-
"pattern": {
|
|
101
|
-
"value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
102
|
-
"message": "Must be an queue URL or ARN"
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
"label": "Region",
|
|
108
|
-
"description": "Specify the AWS region of your queue",
|
|
109
|
-
"group": "queueProperties",
|
|
110
|
-
"type": "String",
|
|
111
|
-
"binding": {
|
|
112
|
-
"type": "zeebe:property",
|
|
113
|
-
"name": "configuration.region"
|
|
114
|
-
},
|
|
115
|
-
"constraints": {
|
|
116
|
-
"notEmpty": true
|
|
117
|
-
}
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"label": "Polling wait time",
|
|
121
|
-
"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",
|
|
122
|
-
"group": "messagePollingProperties",
|
|
123
|
-
"type": "String",
|
|
124
|
-
"optional": false,
|
|
125
|
-
"feel": "optional",
|
|
126
|
-
"value": "1",
|
|
127
|
-
"binding": {
|
|
128
|
-
"type": "zeebe:property",
|
|
129
|
-
"name": "queue.pollingWaitTime"
|
|
130
|
-
},
|
|
131
|
-
"constraints": {
|
|
132
|
-
"notEmpty": true,
|
|
133
|
-
"pattern": {
|
|
134
|
-
"value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
135
|
-
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
"label": "Attribute names",
|
|
141
|
-
"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",
|
|
142
|
-
"group": "input",
|
|
143
|
-
"type": "String",
|
|
144
|
-
"optional": true,
|
|
145
|
-
"binding": {
|
|
146
|
-
"type": "zeebe:property",
|
|
147
|
-
"name": "queue.attributeNames"
|
|
148
|
-
},
|
|
149
|
-
"feel": "required"
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
"label": "Message attribute names",
|
|
153
|
-
"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",
|
|
154
|
-
"group": "input",
|
|
155
|
-
"type": "String",
|
|
156
|
-
"optional": true,
|
|
157
|
-
"binding": {
|
|
158
|
-
"type": "zeebe:property",
|
|
159
|
-
"name": "queue.messageAttributeNames"
|
|
160
|
-
},
|
|
161
|
-
"feel": "required"
|
|
162
|
-
},
|
|
163
|
-
{
|
|
164
|
-
"label": "Correlation key (process)",
|
|
165
|
-
"type": "String",
|
|
166
|
-
"group": "activation",
|
|
167
|
-
"feel": "required",
|
|
168
|
-
"description": "Sets up the correlation key from process variables",
|
|
169
|
-
"binding": {
|
|
170
|
-
"type": "bpmn:Message#zeebe:subscription#property",
|
|
171
|
-
"name": "correlationKey"
|
|
172
|
-
},
|
|
173
|
-
"constraints": {
|
|
174
|
-
"notEmpty": true
|
|
175
|
-
}
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
"label": "Correlation key (payload)",
|
|
179
|
-
"type": "String",
|
|
180
|
-
"group": "activation",
|
|
181
|
-
"feel": "required",
|
|
182
|
-
"binding": {
|
|
183
|
-
"type": "zeebe:property",
|
|
184
|
-
"name": "correlationKeyExpression"
|
|
185
|
-
},
|
|
186
|
-
"description": "Extracts the correlation key from the incoming message payload",
|
|
187
|
-
"constraints": {
|
|
188
|
-
"notEmpty": true
|
|
189
|
-
}
|
|
190
|
-
},
|
|
191
|
-
{
|
|
192
|
-
"label": "Activation condition",
|
|
193
|
-
"type": "String",
|
|
194
|
-
"group": "activation",
|
|
195
|
-
"feel": "required",
|
|
196
|
-
"optional": true,
|
|
197
|
-
"binding": {
|
|
198
|
-
"type": "zeebe:property",
|
|
199
|
-
"name": "activationCondition"
|
|
200
|
-
},
|
|
201
|
-
"description": "Condition under which the connector triggers. Leave empty to catch all events"
|
|
202
|
-
},
|
|
203
|
-
{
|
|
204
|
-
"label": "Result variable",
|
|
205
|
-
"type": "String",
|
|
206
|
-
"group": "variable-mapping",
|
|
207
|
-
"optional": true,
|
|
208
|
-
"binding": {
|
|
209
|
-
"type": "zeebe:property",
|
|
210
|
-
"name": "resultVariable"
|
|
211
|
-
},
|
|
212
|
-
"description": "Name of variable to store the result of the connector in"
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
"label": "Result expression",
|
|
216
|
-
"type": "String",
|
|
217
|
-
"group": "variable-mapping",
|
|
218
|
-
"feel": "required",
|
|
219
|
-
"optional": true,
|
|
220
|
-
"binding": {
|
|
221
|
-
"type": "zeebe:property",
|
|
222
|
-
"name": "resultExpression"
|
|
223
|
-
},
|
|
224
|
-
"description": "Expression to map the inbound payload to process variables"
|
|
225
|
-
}
|
|
226
|
-
],
|
|
227
|
-
"icon": {
|
|
228
|
-
"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"
|
|
229
|
-
},
|
|
230
|
-
"engines": {
|
|
231
|
-
"camunda": "^8.2"
|
|
232
|
-
}
|
|
233
|
-
},
|
|
234
2
|
{
|
|
235
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
236
4
|
"name": "Amazon SQS Boundary Event Connector",
|
|
@@ -640,6 +408,238 @@
|
|
|
640
408
|
"camunda": "^8.5"
|
|
641
409
|
}
|
|
642
410
|
},
|
|
411
|
+
{
|
|
412
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
413
|
+
"name": "Amazon SQS Boundary Event Connector",
|
|
414
|
+
"id": "io.camunda.connectors.AWSSQS.boundary.v1",
|
|
415
|
+
"version": 1,
|
|
416
|
+
"description": "Receive message from a queue",
|
|
417
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
418
|
+
"appliesTo": ["bpmn:BoundaryEvent"],
|
|
419
|
+
"elementType": {
|
|
420
|
+
"value": "bpmn:BoundaryEvent",
|
|
421
|
+
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
422
|
+
},
|
|
423
|
+
"category": {
|
|
424
|
+
"id": "connectors",
|
|
425
|
+
"name": "Connectors"
|
|
426
|
+
},
|
|
427
|
+
"groups": [
|
|
428
|
+
{
|
|
429
|
+
"id": "authentication",
|
|
430
|
+
"label": "Authentication"
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"id": "queueProperties",
|
|
434
|
+
"label": "Queue properties"
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"id": "messagePollingProperties",
|
|
438
|
+
"label": "Message polling properties"
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"id": "input",
|
|
442
|
+
"label": "Use next attribute names for activation condition"
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"id": "activation",
|
|
446
|
+
"label": "Activation"
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"id": "variable-mapping",
|
|
450
|
+
"label": "Variable mapping"
|
|
451
|
+
}
|
|
452
|
+
],
|
|
453
|
+
"properties": [
|
|
454
|
+
{
|
|
455
|
+
"type": "Hidden",
|
|
456
|
+
"value": "io.camunda:aws-sqs-inbound:1",
|
|
457
|
+
"binding": {
|
|
458
|
+
"type": "zeebe:property",
|
|
459
|
+
"name": "inbound.type"
|
|
460
|
+
}
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"type": "Hidden",
|
|
464
|
+
"generatedValue": {
|
|
465
|
+
"type": "uuid"
|
|
466
|
+
},
|
|
467
|
+
"binding": {
|
|
468
|
+
"type": "bpmn:Message#property",
|
|
469
|
+
"name": "name"
|
|
470
|
+
}
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
"label": "Access key",
|
|
474
|
+
"description": "Provide AWS IAM access key that has permission to read from desired SQS",
|
|
475
|
+
"group": "authentication",
|
|
476
|
+
"type": "String",
|
|
477
|
+
"binding": {
|
|
478
|
+
"type": "zeebe:property",
|
|
479
|
+
"name": "authentication.accessKey"
|
|
480
|
+
},
|
|
481
|
+
"constraints": {
|
|
482
|
+
"notEmpty": true
|
|
483
|
+
}
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
"label": "Secret key",
|
|
487
|
+
"description": "Provide AWS IAM secret key that has permission to read from desired SQS",
|
|
488
|
+
"group": "authentication",
|
|
489
|
+
"type": "String",
|
|
490
|
+
"binding": {
|
|
491
|
+
"type": "zeebe:property",
|
|
492
|
+
"name": "authentication.secretKey"
|
|
493
|
+
},
|
|
494
|
+
"constraints": {
|
|
495
|
+
"notEmpty": true
|
|
496
|
+
}
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"label": "Queue URL",
|
|
500
|
+
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
501
|
+
"group": "queueProperties",
|
|
502
|
+
"type": "String",
|
|
503
|
+
"binding": {
|
|
504
|
+
"type": "zeebe:property",
|
|
505
|
+
"name": "queue.url"
|
|
506
|
+
},
|
|
507
|
+
"constraints": {
|
|
508
|
+
"notEmpty": true,
|
|
509
|
+
"pattern": {
|
|
510
|
+
"value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
511
|
+
"message": "Must be an queue URL or ARN"
|
|
512
|
+
}
|
|
513
|
+
}
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"label": "Region",
|
|
517
|
+
"description": "Specify the AWS region of your queue",
|
|
518
|
+
"group": "queueProperties",
|
|
519
|
+
"type": "String",
|
|
520
|
+
"binding": {
|
|
521
|
+
"type": "zeebe:property",
|
|
522
|
+
"name": "configuration.region"
|
|
523
|
+
},
|
|
524
|
+
"constraints": {
|
|
525
|
+
"notEmpty": true
|
|
526
|
+
}
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
"label": "Polling wait time",
|
|
530
|
+
"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",
|
|
531
|
+
"group": "messagePollingProperties",
|
|
532
|
+
"type": "String",
|
|
533
|
+
"optional": false,
|
|
534
|
+
"feel": "optional",
|
|
535
|
+
"value": "1",
|
|
536
|
+
"binding": {
|
|
537
|
+
"type": "zeebe:property",
|
|
538
|
+
"name": "queue.pollingWaitTime"
|
|
539
|
+
},
|
|
540
|
+
"constraints": {
|
|
541
|
+
"notEmpty": true,
|
|
542
|
+
"pattern": {
|
|
543
|
+
"value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
544
|
+
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
545
|
+
}
|
|
546
|
+
}
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
"label": "Attribute names",
|
|
550
|
+
"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",
|
|
551
|
+
"group": "input",
|
|
552
|
+
"type": "String",
|
|
553
|
+
"optional": true,
|
|
554
|
+
"binding": {
|
|
555
|
+
"type": "zeebe:property",
|
|
556
|
+
"name": "queue.attributeNames"
|
|
557
|
+
},
|
|
558
|
+
"feel": "required"
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
"label": "Message attribute names",
|
|
562
|
+
"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",
|
|
563
|
+
"group": "input",
|
|
564
|
+
"type": "String",
|
|
565
|
+
"optional": true,
|
|
566
|
+
"binding": {
|
|
567
|
+
"type": "zeebe:property",
|
|
568
|
+
"name": "queue.messageAttributeNames"
|
|
569
|
+
},
|
|
570
|
+
"feel": "required"
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
"label": "Correlation key (process)",
|
|
574
|
+
"type": "String",
|
|
575
|
+
"group": "activation",
|
|
576
|
+
"feel": "required",
|
|
577
|
+
"description": "Sets up the correlation key from process variables",
|
|
578
|
+
"binding": {
|
|
579
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
580
|
+
"name": "correlationKey"
|
|
581
|
+
},
|
|
582
|
+
"constraints": {
|
|
583
|
+
"notEmpty": true
|
|
584
|
+
}
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"label": "Correlation key (payload)",
|
|
588
|
+
"type": "String",
|
|
589
|
+
"group": "activation",
|
|
590
|
+
"feel": "required",
|
|
591
|
+
"binding": {
|
|
592
|
+
"type": "zeebe:property",
|
|
593
|
+
"name": "correlationKeyExpression"
|
|
594
|
+
},
|
|
595
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
596
|
+
"constraints": {
|
|
597
|
+
"notEmpty": true
|
|
598
|
+
}
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
"label": "Activation condition",
|
|
602
|
+
"type": "String",
|
|
603
|
+
"group": "activation",
|
|
604
|
+
"feel": "required",
|
|
605
|
+
"optional": true,
|
|
606
|
+
"binding": {
|
|
607
|
+
"type": "zeebe:property",
|
|
608
|
+
"name": "activationCondition"
|
|
609
|
+
},
|
|
610
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events"
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"label": "Result variable",
|
|
614
|
+
"type": "String",
|
|
615
|
+
"group": "variable-mapping",
|
|
616
|
+
"optional": true,
|
|
617
|
+
"binding": {
|
|
618
|
+
"type": "zeebe:property",
|
|
619
|
+
"name": "resultVariable"
|
|
620
|
+
},
|
|
621
|
+
"description": "Name of variable to store the result of the connector in"
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"label": "Result expression",
|
|
625
|
+
"type": "String",
|
|
626
|
+
"group": "variable-mapping",
|
|
627
|
+
"feel": "required",
|
|
628
|
+
"optional": true,
|
|
629
|
+
"binding": {
|
|
630
|
+
"type": "zeebe:property",
|
|
631
|
+
"name": "resultExpression"
|
|
632
|
+
},
|
|
633
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
634
|
+
}
|
|
635
|
+
],
|
|
636
|
+
"icon": {
|
|
637
|
+
"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"
|
|
638
|
+
},
|
|
639
|
+
"engines": {
|
|
640
|
+
"camunda": "^8.2"
|
|
641
|
+
}
|
|
642
|
+
},
|
|
643
643
|
{
|
|
644
644
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
645
645
|
"name": "Amazon SQS Boundary Event Connector",
|