@camunda/connectors-element-templates 1.0.17 → 1.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/connectors.js +12 -2
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +4 -7
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +8 -8
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +8 -8
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +8 -8
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +8 -8
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +9 -12
- package/src/element-templates/agenticai-aiagent-job-worker.json +3770 -29
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +6274 -2594
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +549 -552
- package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +736 -739
- package/src/element-templates/asana-connector.json +759 -48
- package/src/element-templates/automation-anywhere-outbound-connector.json +1763 -1759
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
- package/src/element-templates/aws-bedrock-outbound-connector.json +747 -10
- package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1358 -1358
- package/src/element-templates/aws-eventbridge-connector-boundary.json +383 -18
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +377 -12
- package/src/element-templates/aws-eventbridge-connector-message-start.json +407 -8
- package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
- package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
- package/src/element-templates/aws-lambda-outbound-connector.json +238 -234
- package/src/element-templates/aws-s3-outbound-connector.json +646 -5
- package/src/element-templates/aws-sagemaker-outbound-connector.json +13 -9
- package/src/element-templates/aws-sns-inbound-boundary.json +44 -37
- package/src/element-templates/aws-sns-inbound-intermediate.json +210 -203
- package/src/element-templates/aws-sns-inbound-message-start.json +125 -118
- package/src/element-templates/aws-sns-inbound-receive.json +13 -6
- package/src/element-templates/aws-sns-inbound-start-event.json +134 -127
- package/src/element-templates/aws-sns-outbound-connector.json +581 -577
- package/src/element-templates/aws-sqs-boundary-connector.json +453 -449
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +530 -526
- package/src/element-templates/aws-sqs-outbound-connector.json +711 -709
- package/src/element-templates/aws-sqs-receive-connector.json +15 -11
- package/src/element-templates/aws-sqs-start-event-connector.json +213 -205
- package/src/element-templates/aws-sqs-start-message.json +461 -457
- package/src/element-templates/aws-textract-outbound-connector.json +109 -105
- package/src/element-templates/azure-blobstorage-outbound-connector.json +676 -19
- package/src/element-templates/azure-open-ai-connector.json +1329 -4
- package/src/element-templates/blue-prism-connector.json +569 -24
- package/src/element-templates/box-outbound-connector.json +924 -12
- package/src/element-templates/csv-outbound-connector.json +13 -5
- package/src/element-templates/easy-post-connector.json +1077 -109
- package/src/element-templates/email-inbound-connector-boundary.json +32 -24
- package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
- package/src/element-templates/email-inbound-connector-receive.json +564 -0
- package/src/element-templates/email-message-start-event-connector.json +58 -50
- package/src/element-templates/email-outbound-connector.json +2116 -243
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +3 -6
- package/src/element-templates/github-connector.json +15257 -11722
- package/src/element-templates/github-webhook-connector-boundary.json +27 -29
- package/src/element-templates/github-webhook-connector-intermediate.json +36 -38
- package/src/element-templates/github-webhook-connector-message-start.json +11 -13
- package/src/element-templates/github-webhook-connector-receive.json +13 -15
- package/src/element-templates/github-webhook-connector-start-event.json +54 -56
- package/src/element-templates/gitlab-connector.json +4177 -2545
- package/src/element-templates/google-cloud-storage-outbound-connector.json +562 -13
- package/src/element-templates/google-drive-outbound-connector.json +1386 -766
- package/src/element-templates/google-gemini-outbound-connector.json +13 -5
- package/src/element-templates/google-maps-platform-connector.json +1059 -30
- package/src/element-templates/google-sheets-outbound-connector.json +2449 -1455
- package/src/element-templates/graphql-outbound-connector.json +1744 -1735
- package/src/element-templates/http-json-connector.json +2982 -2332
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +752 -741
- package/src/element-templates/http-polling-connector.json +1512 -1501
- package/src/element-templates/hubspot-outbound-connector.json +2371 -25
- package/src/element-templates/hugging-face-connector.json +234 -3
- package/src/element-templates/jdbc-outbound-connector.json +20 -6
- package/src/element-templates/kafka-inbound-connector-boundary.json +613 -604
- package/src/element-templates/kafka-inbound-connector-intermediate.json +528 -519
- package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
- package/src/element-templates/kafka-inbound-connector-start-message.json +530 -521
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +518 -512
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
- package/src/element-templates/microsoft-office365-mail-connector.json +893 -10
- package/src/element-templates/microsoft-teams-outbound-connector.json +5971 -3807
- package/src/element-templates/openai-connector.json +550 -87
- package/src/element-templates/operate-connector.json +1198 -46
- package/src/element-templates/power-automate-connector.json +601 -9
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +444 -435
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +484 -475
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +367 -358
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +479 -470
- package/src/element-templates/rabbitmq-outbound-connector.json +356 -350
- package/src/element-templates/rpa-connector.json +346 -0
- package/src/element-templates/salesforce-connector.json +544 -0
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
- package/src/element-templates/send-message-connector-message-end-event.json +10 -5
- package/src/element-templates/send-message-connector-send-task.json +10 -5
- package/src/element-templates/sendgrid-outbound-connector.json +945 -337
- package/src/element-templates/servicenow-connector.json +971 -3
- package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
- package/src/element-templates/servicenow-incident-connector.json +980 -3
- package/src/element-templates/slack-inbound-boundary.json +490 -192
- package/src/element-templates/slack-inbound-intermediate.json +421 -123
- package/src/element-templates/slack-inbound-message-start.json +469 -139
- package/src/element-templates/slack-inbound-receive.json +297 -0
- package/src/element-templates/slack-inbound-start-event.json +216 -211
- package/src/element-templates/slack-outbound-connector.json +2451 -753
- package/src/element-templates/soap-outbound-connector.json +812 -2
- package/src/element-templates/twilio-connector.json +1573 -93
- package/src/element-templates/twilio-webhook-boundary-connector.json +19 -10
- package/src/element-templates/twilio-webhook-connector.json +243 -13
- package/src/element-templates/twilio-webhook-intermediate-connector.json +34 -25
- package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
- package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
- package/src/element-templates/uipath-connector.json +594 -2
- package/src/element-templates/webhook-connector-boundary.json +580 -570
- package/src/element-templates/webhook-connector-intermediate.json +1390 -1380
- package/src/element-templates/webhook-connector-receive.json +16 -6
- package/src/element-templates/webhook-connector-start-event.json +1382 -1375
- package/src/element-templates/webhook-connector-start-message.json +1306 -1296
- package/src/element-templates/whatsapp-connector.json +343 -9
- package/src/element-templates/http-connector.json.json +0 -654
|
@@ -4,14 +4,15 @@
|
|
|
4
4
|
"name": "Amazon SQS Receive Task Connector",
|
|
5
5
|
"id": "io.camunda.connectors.AWSSQS.receive.v1",
|
|
6
6
|
"description": "Receive messages from Amazon SQS.",
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
7
|
+
"keywords": [
|
|
8
|
+
"receive message",
|
|
9
|
+
"receive event",
|
|
10
|
+
"receive message from queue",
|
|
11
|
+
"receive event from queue",
|
|
12
|
+
"event driven",
|
|
13
|
+
"queue",
|
|
14
|
+
"dequeue"
|
|
15
|
+
],
|
|
15
16
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
|
|
16
17
|
"version": 10,
|
|
17
18
|
"category": {
|
|
@@ -313,15 +314,18 @@
|
|
|
313
314
|
},
|
|
314
315
|
{
|
|
315
316
|
"id": "messageNameUuid",
|
|
317
|
+
"label": "Message name",
|
|
316
318
|
"generatedValue": {
|
|
317
319
|
"type": "uuid"
|
|
318
320
|
},
|
|
321
|
+
"feel": "optional",
|
|
319
322
|
"group": "correlation",
|
|
320
323
|
"binding": {
|
|
321
324
|
"name": "name",
|
|
322
325
|
"type": "bpmn:Message#property"
|
|
323
326
|
},
|
|
324
|
-
"
|
|
327
|
+
"tooltip": "By default, this is an auto-generated random UUID. We recommend using a unique message name for each connector element in the diagram. Override to set a custom message name. Learn more about <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-subscriptions\">message subscriptions</a> that power inbound connectors.",
|
|
328
|
+
"type": "String"
|
|
325
329
|
},
|
|
326
330
|
{
|
|
327
331
|
"id": "deduplicationModeManualFlag",
|
|
@@ -390,7 +394,7 @@
|
|
|
390
394
|
{
|
|
391
395
|
"id": "resultVariable",
|
|
392
396
|
"label": "Result variable",
|
|
393
|
-
"description": "Name of variable to store the response in",
|
|
397
|
+
"description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>.",
|
|
394
398
|
"group": "output",
|
|
395
399
|
"binding": {
|
|
396
400
|
"name": "resultVariable",
|
|
@@ -401,7 +405,7 @@
|
|
|
401
405
|
{
|
|
402
406
|
"id": "resultExpression",
|
|
403
407
|
"label": "Result expression",
|
|
404
|
-
"description": "Expression to map the response into process variables",
|
|
408
|
+
"description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>.",
|
|
405
409
|
"feel": "required",
|
|
406
410
|
"group": "output",
|
|
407
411
|
"binding": {
|
|
@@ -1,197 +1,4 @@
|
|
|
1
1
|
[
|
|
2
|
-
{
|
|
3
|
-
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
-
"name": "Amazon SQS Start Event Connector",
|
|
5
|
-
"id": "io.camunda.connectors.AWSSQS.StartEvent.v1",
|
|
6
|
-
"version": 6,
|
|
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:StartEvent"],
|
|
10
|
-
"elementType": {
|
|
11
|
-
"value": "bpmn:StartEvent"
|
|
12
|
-
},
|
|
13
|
-
"category": {
|
|
14
|
-
"id": "connectors",
|
|
15
|
-
"name": "Connectors"
|
|
16
|
-
},
|
|
17
|
-
"groups": [
|
|
18
|
-
{
|
|
19
|
-
"id": "authentication",
|
|
20
|
-
"label": "Authentication"
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"id": "queueProperties",
|
|
24
|
-
"label": "Queue properties"
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
"id": "messagePollingProperties",
|
|
28
|
-
"label": "Message polling properties"
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"id": "input",
|
|
32
|
-
"label": "Use next attribute names for activation condition"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"id": "activation",
|
|
36
|
-
"label": "Activation"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"id": "variable-mapping",
|
|
40
|
-
"label": "Variable mapping"
|
|
41
|
-
}
|
|
42
|
-
],
|
|
43
|
-
"properties": [
|
|
44
|
-
{
|
|
45
|
-
"type": "Hidden",
|
|
46
|
-
"value": "io.camunda:aws-sqs-inbound:1",
|
|
47
|
-
"binding": {
|
|
48
|
-
"type": "zeebe:property",
|
|
49
|
-
"name": "inbound.type"
|
|
50
|
-
}
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"label": "Access key",
|
|
54
|
-
"description": "Provide AWS IAM access key that has permission to read from desired SQS",
|
|
55
|
-
"group": "authentication",
|
|
56
|
-
"type": "String",
|
|
57
|
-
"binding": {
|
|
58
|
-
"type": "zeebe:property",
|
|
59
|
-
"name": "authentication.accessKey"
|
|
60
|
-
},
|
|
61
|
-
"constraints": {
|
|
62
|
-
"notEmpty": true
|
|
63
|
-
}
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"label": "Secret key",
|
|
67
|
-
"description": "Provide AWS IAM secret key that has permission to read from desired SQS",
|
|
68
|
-
"group": "authentication",
|
|
69
|
-
"type": "String",
|
|
70
|
-
"binding": {
|
|
71
|
-
"type": "zeebe:property",
|
|
72
|
-
"name": "authentication.secretKey"
|
|
73
|
-
},
|
|
74
|
-
"constraints": {
|
|
75
|
-
"notEmpty": true
|
|
76
|
-
}
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"label": "Queue URL",
|
|
80
|
-
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
81
|
-
"group": "queueProperties",
|
|
82
|
-
"type": "String",
|
|
83
|
-
"binding": {
|
|
84
|
-
"type": "zeebe:property",
|
|
85
|
-
"name": "queue.url"
|
|
86
|
-
},
|
|
87
|
-
"constraints": {
|
|
88
|
-
"notEmpty": true,
|
|
89
|
-
"pattern": {
|
|
90
|
-
"value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
91
|
-
"message": "Must be an queue URL or ARN"
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
"label": "Region",
|
|
97
|
-
"description": "Specify the AWS region of your queue",
|
|
98
|
-
"group": "queueProperties",
|
|
99
|
-
"type": "String",
|
|
100
|
-
"binding": {
|
|
101
|
-
"type": "zeebe:property",
|
|
102
|
-
"name": "configuration.region"
|
|
103
|
-
},
|
|
104
|
-
"constraints": {
|
|
105
|
-
"notEmpty": true
|
|
106
|
-
}
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
"label": "Polling wait time",
|
|
110
|
-
"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",
|
|
111
|
-
"group": "messagePollingProperties",
|
|
112
|
-
"type": "String",
|
|
113
|
-
"optional": false,
|
|
114
|
-
"feel": "optional",
|
|
115
|
-
"value": "1",
|
|
116
|
-
"binding": {
|
|
117
|
-
"type": "zeebe:property",
|
|
118
|
-
"name": "queue.pollingWaitTime"
|
|
119
|
-
},
|
|
120
|
-
"constraints": {
|
|
121
|
-
"notEmpty": true,
|
|
122
|
-
"pattern": {
|
|
123
|
-
"value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\})$",
|
|
124
|
-
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"label": "Attribute names",
|
|
130
|
-
"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",
|
|
131
|
-
"group": "input",
|
|
132
|
-
"type": "String",
|
|
133
|
-
"optional": true,
|
|
134
|
-
"binding": {
|
|
135
|
-
"type": "zeebe:property",
|
|
136
|
-
"name": "queue.attributeNames"
|
|
137
|
-
},
|
|
138
|
-
"feel": "required"
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"label": "Message attribute names",
|
|
142
|
-
"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",
|
|
143
|
-
"group": "input",
|
|
144
|
-
"type": "String",
|
|
145
|
-
"optional": true,
|
|
146
|
-
"binding": {
|
|
147
|
-
"type": "zeebe:property",
|
|
148
|
-
"name": "queue.messageAttributeNames"
|
|
149
|
-
},
|
|
150
|
-
"feel": "required"
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"label": "Activation condition",
|
|
154
|
-
"type": "String",
|
|
155
|
-
"group": "activation",
|
|
156
|
-
"feel": "required",
|
|
157
|
-
"optional": true,
|
|
158
|
-
"binding": {
|
|
159
|
-
"type": "zeebe:property",
|
|
160
|
-
"name": "activationCondition"
|
|
161
|
-
},
|
|
162
|
-
"description": "Condition under which the connector triggers. Leave empty to catch all events"
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
"label": "Result variable",
|
|
166
|
-
"type": "String",
|
|
167
|
-
"group": "variable-mapping",
|
|
168
|
-
"optional": true,
|
|
169
|
-
"binding": {
|
|
170
|
-
"type": "zeebe:property",
|
|
171
|
-
"name": "resultVariable"
|
|
172
|
-
},
|
|
173
|
-
"description": "Name of variable to store the result of the connector in"
|
|
174
|
-
},
|
|
175
|
-
{
|
|
176
|
-
"label": "Result expression",
|
|
177
|
-
"type": "String",
|
|
178
|
-
"group": "variable-mapping",
|
|
179
|
-
"feel": "required",
|
|
180
|
-
"optional": true,
|
|
181
|
-
"binding": {
|
|
182
|
-
"type": "zeebe:property",
|
|
183
|
-
"name": "resultExpression"
|
|
184
|
-
},
|
|
185
|
-
"description": "Expression to map the inbound payload to process variables"
|
|
186
|
-
}
|
|
187
|
-
],
|
|
188
|
-
"icon": {
|
|
189
|
-
"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"
|
|
190
|
-
},
|
|
191
|
-
"engines": {
|
|
192
|
-
"camunda": "^8.2"
|
|
193
|
-
}
|
|
194
|
-
},
|
|
195
2
|
{
|
|
196
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
197
4
|
"name": "Amazon SQS Start Event Connector",
|
|
@@ -721,7 +528,7 @@
|
|
|
721
528
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
722
529
|
"name": "Amazon SQS connector",
|
|
723
530
|
"id": "io.camunda.connectors.AWSSQS.StartEvent.v1",
|
|
724
|
-
"version":
|
|
531
|
+
"version": 2,
|
|
725
532
|
"description": "Receive message from a queue",
|
|
726
533
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
727
534
|
"appliesTo": ["bpmn:StartEvent"],
|
|
@@ -817,7 +624,200 @@
|
|
|
817
624
|
"type": "String",
|
|
818
625
|
"binding": {
|
|
819
626
|
"type": "zeebe:property",
|
|
820
|
-
"name": "
|
|
627
|
+
"name": "configuration.region"
|
|
628
|
+
},
|
|
629
|
+
"constraints": {
|
|
630
|
+
"notEmpty": true
|
|
631
|
+
}
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"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/aws-sqs-inbound/\" target=\"_blank\">documentation</a> for details",
|
|
636
|
+
"group": "messagePollingProperties",
|
|
637
|
+
"type": "String",
|
|
638
|
+
"optional": false,
|
|
639
|
+
"feel": "optional",
|
|
640
|
+
"value": "1",
|
|
641
|
+
"binding": {
|
|
642
|
+
"type": "zeebe:property",
|
|
643
|
+
"name": "queue.pollingWaitTime"
|
|
644
|
+
},
|
|
645
|
+
"constraints": {
|
|
646
|
+
"notEmpty": true,
|
|
647
|
+
"pattern": {
|
|
648
|
+
"value": "^([0-9]?|1[0-9]|20|secrets\\..+)$",
|
|
649
|
+
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
650
|
+
}
|
|
651
|
+
}
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"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/aws-sqs-inbound/\" target=\"_blank\">documentation</a> for details",
|
|
656
|
+
"group": "input",
|
|
657
|
+
"type": "String",
|
|
658
|
+
"optional": true,
|
|
659
|
+
"binding": {
|
|
660
|
+
"type": "zeebe:property",
|
|
661
|
+
"name": "queue.attributeNames"
|
|
662
|
+
},
|
|
663
|
+
"feel": "required"
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
"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/aws-sqs-inbound/\" target=\"_blank\">documentation</a> for details",
|
|
668
|
+
"group": "input",
|
|
669
|
+
"type": "String",
|
|
670
|
+
"optional": true,
|
|
671
|
+
"binding": {
|
|
672
|
+
"type": "zeebe:property",
|
|
673
|
+
"name": "queue.messageAttributeNames"
|
|
674
|
+
},
|
|
675
|
+
"feel": "required"
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"label": "Activation condition",
|
|
679
|
+
"type": "String",
|
|
680
|
+
"group": "activation",
|
|
681
|
+
"feel": "required",
|
|
682
|
+
"optional": true,
|
|
683
|
+
"binding": {
|
|
684
|
+
"type": "zeebe:property",
|
|
685
|
+
"name": "activationCondition"
|
|
686
|
+
},
|
|
687
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events"
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
"label": "Result variable",
|
|
691
|
+
"type": "String",
|
|
692
|
+
"group": "variable-mapping",
|
|
693
|
+
"optional": true,
|
|
694
|
+
"binding": {
|
|
695
|
+
"type": "zeebe:property",
|
|
696
|
+
"name": "resultVariable"
|
|
697
|
+
},
|
|
698
|
+
"description": "Name of variable to store the result of the connector in"
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
"label": "Result expression",
|
|
702
|
+
"type": "String",
|
|
703
|
+
"group": "variable-mapping",
|
|
704
|
+
"feel": "required",
|
|
705
|
+
"optional": true,
|
|
706
|
+
"binding": {
|
|
707
|
+
"type": "zeebe:property",
|
|
708
|
+
"name": "resultExpression"
|
|
709
|
+
},
|
|
710
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
711
|
+
}
|
|
712
|
+
],
|
|
713
|
+
"icon": {
|
|
714
|
+
"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
|
+
},
|
|
716
|
+
"engines": {
|
|
717
|
+
"camunda": "^8.2"
|
|
718
|
+
}
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
722
|
+
"name": "Amazon SQS connector",
|
|
723
|
+
"id": "io.camunda.connectors.AWSSQS.StartEvent.v1",
|
|
724
|
+
"version": 4,
|
|
725
|
+
"description": "Receive message from a queue",
|
|
726
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
727
|
+
"appliesTo": ["bpmn:StartEvent"],
|
|
728
|
+
"elementType": {
|
|
729
|
+
"value": "bpmn:StartEvent"
|
|
730
|
+
},
|
|
731
|
+
"category": {
|
|
732
|
+
"id": "connectors",
|
|
733
|
+
"name": "Connectors"
|
|
734
|
+
},
|
|
735
|
+
"groups": [
|
|
736
|
+
{
|
|
737
|
+
"id": "authentication",
|
|
738
|
+
"label": "Authentication"
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"id": "queueProperties",
|
|
742
|
+
"label": "Queue properties"
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"id": "messagePollingProperties",
|
|
746
|
+
"label": "Message polling properties"
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
"id": "input",
|
|
750
|
+
"label": "Use next attribute names for activation condition"
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"id": "activation",
|
|
754
|
+
"label": "Activation"
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"id": "variable-mapping",
|
|
758
|
+
"label": "Variable mapping"
|
|
759
|
+
}
|
|
760
|
+
],
|
|
761
|
+
"properties": [
|
|
762
|
+
{
|
|
763
|
+
"type": "Hidden",
|
|
764
|
+
"value": "io.camunda:aws-sqs-inbound:1",
|
|
765
|
+
"binding": {
|
|
766
|
+
"type": "zeebe:property",
|
|
767
|
+
"name": "inbound.type"
|
|
768
|
+
}
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"label": "Access key",
|
|
772
|
+
"description": "Provide AWS IAM access key that has permission to send to desired SQS",
|
|
773
|
+
"group": "authentication",
|
|
774
|
+
"type": "String",
|
|
775
|
+
"binding": {
|
|
776
|
+
"type": "zeebe:property",
|
|
777
|
+
"name": "authentication.accessKey"
|
|
778
|
+
},
|
|
779
|
+
"constraints": {
|
|
780
|
+
"notEmpty": true
|
|
781
|
+
}
|
|
782
|
+
},
|
|
783
|
+
{
|
|
784
|
+
"label": "Secret key",
|
|
785
|
+
"description": "Provide AWS IAM secret key that has permission to send to desired SQS",
|
|
786
|
+
"group": "authentication",
|
|
787
|
+
"type": "String",
|
|
788
|
+
"binding": {
|
|
789
|
+
"type": "zeebe:property",
|
|
790
|
+
"name": "authentication.secretKey"
|
|
791
|
+
},
|
|
792
|
+
"constraints": {
|
|
793
|
+
"notEmpty": true
|
|
794
|
+
}
|
|
795
|
+
},
|
|
796
|
+
{
|
|
797
|
+
"label": "Queue URL",
|
|
798
|
+
"description": "Specify the URL of the SQS queue where you would like to send message to",
|
|
799
|
+
"group": "queueProperties",
|
|
800
|
+
"type": "String",
|
|
801
|
+
"binding": {
|
|
802
|
+
"type": "zeebe:property",
|
|
803
|
+
"name": "queue.url"
|
|
804
|
+
},
|
|
805
|
+
"constraints": {
|
|
806
|
+
"notEmpty": true,
|
|
807
|
+
"pattern": {
|
|
808
|
+
"value": "(^https?://.+)|(^arn:.+)(^secrets\\..+)",
|
|
809
|
+
"message": "Must be an queue URL or ARN or a secret.XYZ"
|
|
810
|
+
}
|
|
811
|
+
}
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
"label": "Region",
|
|
815
|
+
"description": "Specify the AWS region of your queue",
|
|
816
|
+
"group": "queueProperties",
|
|
817
|
+
"type": "String",
|
|
818
|
+
"binding": {
|
|
819
|
+
"type": "zeebe:property",
|
|
820
|
+
"name": "configuration.region"
|
|
821
821
|
},
|
|
822
822
|
"constraints": {
|
|
823
823
|
"notEmpty": true
|
|
@@ -1351,7 +1351,7 @@
|
|
|
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": 1,
|
|
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": "queue.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 Start Event Connector",
|
|
1546
1546
|
"id": "io.camunda.connectors.AWSSQS.StartEvent.v1",
|
|
1547
|
-
"version":
|
|
1547
|
+
"version": 6,
|
|
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 read from 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 read from 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 subscribe to",
|
|
1622
1622
|
"group": "queueProperties",
|
|
1623
1623
|
"type": "String",
|
|
1624
1624
|
"binding": {
|
|
@@ -1628,8 +1628,8 @@
|
|
|
1628
1628
|
"constraints": {
|
|
1629
1629
|
"notEmpty": true,
|
|
1630
1630
|
"pattern": {
|
|
1631
|
-
"value": "(
|
|
1632
|
-
"message": "Must be an queue URL or ARN
|
|
1631
|
+
"value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
1632
|
+
"message": "Must be an queue URL or ARN"
|
|
1633
1633
|
}
|
|
1634
1634
|
}
|
|
1635
1635
|
},
|
|
@@ -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\\..+\\}\\})$",
|
|
1665
1665
|
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
1666
1666
|
}
|
|
1667
1667
|
}
|
|
@@ -1742,6 +1742,14 @@
|
|
|
1742
1742
|
"documentationRef": "https://docs.camunda.io/docs/components/modeler/bpmn/none-events/"
|
|
1743
1743
|
},
|
|
1744
1744
|
"description": "Receive message from a queue",
|
|
1745
|
+
"keywords": [
|
|
1746
|
+
"receive message",
|
|
1747
|
+
"receive event",
|
|
1748
|
+
"receive message from queue",
|
|
1749
|
+
"event driven",
|
|
1750
|
+
"queue",
|
|
1751
|
+
"dequeue"
|
|
1752
|
+
],
|
|
1745
1753
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
|
|
1746
1754
|
"version": 10,
|
|
1747
1755
|
"category": {
|