@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
|
@@ -3,23 +3,39 @@
|
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
4
|
"name": "Amazon SQS Boundary Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.AWSSQS.boundary.v1",
|
|
6
|
-
"
|
|
7
|
-
"
|
|
6
|
+
"description": "Receive messages from Amazon SQS.",
|
|
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
|
+
],
|
|
8
16
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
|
|
17
|
+
"version": 11,
|
|
18
|
+
"category": {
|
|
19
|
+
"id": "connectors",
|
|
20
|
+
"name": "Connectors"
|
|
21
|
+
},
|
|
9
22
|
"appliesTo": ["bpmn:BoundaryEvent"],
|
|
10
23
|
"elementType": {
|
|
11
24
|
"value": "bpmn:BoundaryEvent",
|
|
12
25
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
13
26
|
},
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"name": "Connectors"
|
|
27
|
+
"engines": {
|
|
28
|
+
"camunda": "^8.3"
|
|
17
29
|
},
|
|
18
30
|
"groups": [
|
|
19
31
|
{
|
|
20
32
|
"id": "authentication",
|
|
21
33
|
"label": "Authentication"
|
|
22
34
|
},
|
|
35
|
+
{
|
|
36
|
+
"id": "configuration",
|
|
37
|
+
"label": "Configuration"
|
|
38
|
+
},
|
|
23
39
|
{
|
|
24
40
|
"id": "queueProperties",
|
|
25
41
|
"label": "Queue properties"
|
|
@@ -37,267 +53,497 @@
|
|
|
37
53
|
"label": "Activation"
|
|
38
54
|
},
|
|
39
55
|
{
|
|
40
|
-
"id": "
|
|
41
|
-
"label": "
|
|
56
|
+
"id": "correlation",
|
|
57
|
+
"label": "Correlation",
|
|
58
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"id": "deduplication",
|
|
62
|
+
"label": "Deduplication",
|
|
63
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"id": "output",
|
|
67
|
+
"label": "Output mapping"
|
|
42
68
|
}
|
|
43
69
|
],
|
|
44
70
|
"properties": [
|
|
45
71
|
{
|
|
46
|
-
"type": "Hidden",
|
|
47
72
|
"value": "io.camunda:aws-sqs-inbound:1",
|
|
48
73
|
"binding": {
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"type": "Hidden",
|
|
55
|
-
"generatedValue": {
|
|
56
|
-
"type": "uuid"
|
|
74
|
+
"name": "inbound.type",
|
|
75
|
+
"type": "zeebe:property"
|
|
57
76
|
},
|
|
58
|
-
"
|
|
59
|
-
"type": "bpmn:Message#property",
|
|
60
|
-
"name": "name"
|
|
61
|
-
}
|
|
77
|
+
"type": "Hidden"
|
|
62
78
|
},
|
|
63
79
|
{
|
|
64
|
-
"id": "
|
|
80
|
+
"id": "authentication.type",
|
|
65
81
|
"label": "Authentication",
|
|
66
|
-
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
82
|
+
"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>",
|
|
83
|
+
"value": "credentials",
|
|
67
84
|
"group": "authentication",
|
|
85
|
+
"binding": {
|
|
86
|
+
"name": "authentication.type",
|
|
87
|
+
"type": "zeebe:property"
|
|
88
|
+
},
|
|
68
89
|
"type": "Dropdown",
|
|
69
|
-
"optional": false,
|
|
70
|
-
"value": "credentials",
|
|
71
90
|
"choices": [
|
|
72
|
-
{
|
|
73
|
-
"name": "Credentials",
|
|
74
|
-
"value": "credentials"
|
|
75
|
-
},
|
|
76
91
|
{
|
|
77
92
|
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
78
93
|
"value": "defaultCredentialsChain"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"name": "Credentials",
|
|
97
|
+
"value": "credentials"
|
|
79
98
|
}
|
|
80
|
-
]
|
|
81
|
-
"binding": {
|
|
82
|
-
"type": "zeebe:property",
|
|
83
|
-
"name": "authentication.type"
|
|
84
|
-
},
|
|
85
|
-
"constraints": {
|
|
86
|
-
"notEmpty": true
|
|
87
|
-
}
|
|
99
|
+
]
|
|
88
100
|
},
|
|
89
101
|
{
|
|
102
|
+
"id": "authentication.accessKey",
|
|
90
103
|
"label": "Access key",
|
|
91
|
-
"
|
|
104
|
+
"optional": false,
|
|
105
|
+
"constraints": {
|
|
106
|
+
"notEmpty": true
|
|
107
|
+
},
|
|
92
108
|
"group": "authentication",
|
|
93
|
-
"type": "String",
|
|
94
109
|
"binding": {
|
|
95
|
-
"
|
|
96
|
-
"
|
|
110
|
+
"name": "authentication.accessKey",
|
|
111
|
+
"type": "zeebe:property"
|
|
112
|
+
},
|
|
113
|
+
"condition": {
|
|
114
|
+
"property": "authentication.type",
|
|
115
|
+
"equals": "credentials",
|
|
116
|
+
"type": "simple"
|
|
97
117
|
},
|
|
118
|
+
"tooltip": "IAM access key of a user with the necessary permissions for this connector",
|
|
119
|
+
"type": "String",
|
|
120
|
+
"secret": true
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"id": "authentication.secretKey",
|
|
124
|
+
"label": "Secret key",
|
|
125
|
+
"optional": false,
|
|
98
126
|
"constraints": {
|
|
99
127
|
"notEmpty": true
|
|
100
128
|
},
|
|
129
|
+
"group": "authentication",
|
|
130
|
+
"binding": {
|
|
131
|
+
"name": "authentication.secretKey",
|
|
132
|
+
"type": "zeebe:property"
|
|
133
|
+
},
|
|
101
134
|
"condition": {
|
|
102
|
-
"property": "
|
|
103
|
-
"equals": "credentials"
|
|
104
|
-
|
|
135
|
+
"property": "authentication.type",
|
|
136
|
+
"equals": "credentials",
|
|
137
|
+
"type": "simple"
|
|
138
|
+
},
|
|
139
|
+
"tooltip": "IAM secret key of a user with the necessary permissions for this connector",
|
|
140
|
+
"type": "String",
|
|
141
|
+
"secret": true
|
|
105
142
|
},
|
|
106
143
|
{
|
|
107
|
-
"
|
|
108
|
-
"
|
|
144
|
+
"id": "awsCredential",
|
|
145
|
+
"label": "AWS credential",
|
|
146
|
+
"description": "Choose a reusable AWS credential. When set, it is bound as a whole to the connector's 'awsCredential' input.",
|
|
147
|
+
"optional": true,
|
|
109
148
|
"group": "authentication",
|
|
110
|
-
"type": "String",
|
|
111
149
|
"binding": {
|
|
112
|
-
"
|
|
113
|
-
"
|
|
150
|
+
"name": "awsCredential",
|
|
151
|
+
"type": "zeebe:property"
|
|
114
152
|
},
|
|
153
|
+
"type": "Configuration",
|
|
154
|
+
"configurationTemplate": "io.camunda:aws-credential:1"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"id": "configuration.region",
|
|
158
|
+
"label": "Region",
|
|
159
|
+
"optional": false,
|
|
115
160
|
"constraints": {
|
|
116
161
|
"notEmpty": true
|
|
117
162
|
},
|
|
118
|
-
"
|
|
119
|
-
|
|
120
|
-
"
|
|
121
|
-
|
|
163
|
+
"group": "configuration",
|
|
164
|
+
"binding": {
|
|
165
|
+
"name": "configuration.region",
|
|
166
|
+
"type": "zeebe:property"
|
|
167
|
+
},
|
|
168
|
+
"type": "String"
|
|
122
169
|
},
|
|
123
170
|
{
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"
|
|
171
|
+
"id": "configuration.endpoint",
|
|
172
|
+
"label": "Endpoint",
|
|
173
|
+
"description": "Specify endpoint if need to use custom endpoint",
|
|
174
|
+
"optional": true,
|
|
175
|
+
"group": "configuration",
|
|
128
176
|
"binding": {
|
|
129
|
-
"
|
|
130
|
-
"
|
|
177
|
+
"name": "configuration.endpoint",
|
|
178
|
+
"type": "zeebe:property"
|
|
131
179
|
},
|
|
132
|
-
"
|
|
133
|
-
"notEmpty": true,
|
|
134
|
-
"pattern": {
|
|
135
|
-
"value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
136
|
-
"message": "Must be an queue URL or ARN"
|
|
137
|
-
}
|
|
138
|
-
}
|
|
180
|
+
"type": "Hidden"
|
|
139
181
|
},
|
|
140
182
|
{
|
|
141
|
-
"
|
|
142
|
-
"
|
|
183
|
+
"id": "queue.queue.url",
|
|
184
|
+
"label": "Queue URL",
|
|
185
|
+
"optional": false,
|
|
186
|
+
"constraints": {
|
|
187
|
+
"notEmpty": true
|
|
188
|
+
},
|
|
143
189
|
"group": "queueProperties",
|
|
144
|
-
"type": "String",
|
|
145
190
|
"binding": {
|
|
146
|
-
"
|
|
147
|
-
"
|
|
191
|
+
"name": "queue.url",
|
|
192
|
+
"type": "zeebe:property"
|
|
148
193
|
},
|
|
149
|
-
"
|
|
150
|
-
|
|
151
|
-
}
|
|
194
|
+
"tooltip": "URL of the SQS queue to subscribe to.",
|
|
195
|
+
"type": "String"
|
|
152
196
|
},
|
|
153
197
|
{
|
|
198
|
+
"id": "queue.queue.pollingWaitTime",
|
|
154
199
|
"label": "Polling wait time",
|
|
155
|
-
"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",
|
|
156
|
-
"group": "messagePollingProperties",
|
|
157
|
-
"type": "String",
|
|
158
200
|
"optional": false,
|
|
159
|
-
"
|
|
160
|
-
"value": "1",
|
|
161
|
-
"binding": {
|
|
162
|
-
"type": "zeebe:property",
|
|
163
|
-
"name": "queue.pollingWaitTime"
|
|
164
|
-
},
|
|
201
|
+
"value": "20",
|
|
165
202
|
"constraints": {
|
|
166
203
|
"notEmpty": true,
|
|
167
204
|
"pattern": {
|
|
168
|
-
"value": "^([0-9]?|1[0-9]|20
|
|
169
|
-
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
205
|
+
"value": "^([0-9]?|1[0-9]|20|secrets\\..+)$"
|
|
170
206
|
}
|
|
171
|
-
}
|
|
207
|
+
},
|
|
208
|
+
"group": "messagePollingProperties",
|
|
209
|
+
"binding": {
|
|
210
|
+
"name": "queue.pollingWaitTime",
|
|
211
|
+
"type": "zeebe:property"
|
|
212
|
+
},
|
|
213
|
+
"tooltip": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">Amazon SQS connector guide</a>. A value of 0 is automatically overridden to 1.",
|
|
214
|
+
"type": "String"
|
|
172
215
|
},
|
|
173
216
|
{
|
|
217
|
+
"id": "queue.queue.attributeNames",
|
|
174
218
|
"label": "Attribute names",
|
|
175
|
-
"
|
|
219
|
+
"optional": false,
|
|
220
|
+
"feel": "optional",
|
|
176
221
|
"group": "input",
|
|
177
|
-
"type": "String",
|
|
178
|
-
"optional": true,
|
|
179
222
|
"binding": {
|
|
180
|
-
"
|
|
181
|
-
"
|
|
223
|
+
"name": "queue.attributeNames",
|
|
224
|
+
"type": "zeebe:property"
|
|
182
225
|
},
|
|
183
|
-
"
|
|
226
|
+
"tooltip": "Array of queue attribute names. See the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">Amazon SQS connector guide</a>.",
|
|
227
|
+
"type": "String"
|
|
184
228
|
},
|
|
185
229
|
{
|
|
230
|
+
"id": "queue.queue.messageAttributeNames",
|
|
186
231
|
"label": "Message attribute names",
|
|
187
|
-
"
|
|
232
|
+
"optional": false,
|
|
233
|
+
"feel": "optional",
|
|
188
234
|
"group": "input",
|
|
189
|
-
"type": "String",
|
|
190
|
-
"optional": true,
|
|
191
235
|
"binding": {
|
|
192
|
-
"
|
|
193
|
-
"
|
|
236
|
+
"name": "queue.messageAttributeNames",
|
|
237
|
+
"type": "zeebe:property"
|
|
194
238
|
},
|
|
195
|
-
"
|
|
239
|
+
"tooltip": "Array of message attribute names. See the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">Amazon SQS connector guide</a>.",
|
|
240
|
+
"type": "String"
|
|
196
241
|
},
|
|
197
242
|
{
|
|
198
|
-
"
|
|
199
|
-
"
|
|
200
|
-
"
|
|
243
|
+
"id": "activationCondition",
|
|
244
|
+
"label": "Activation condition",
|
|
245
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
246
|
+
"optional": true,
|
|
201
247
|
"feel": "required",
|
|
202
|
-
"
|
|
248
|
+
"group": "activation",
|
|
203
249
|
"binding": {
|
|
204
|
-
"
|
|
205
|
-
"
|
|
250
|
+
"name": "activationCondition",
|
|
251
|
+
"type": "zeebe:property"
|
|
206
252
|
},
|
|
207
|
-
"
|
|
208
|
-
"notEmpty": true
|
|
209
|
-
}
|
|
253
|
+
"type": "String"
|
|
210
254
|
},
|
|
211
255
|
{
|
|
212
|
-
"
|
|
213
|
-
"
|
|
256
|
+
"id": "consumeUnmatchedEvents",
|
|
257
|
+
"label": "Consume unmatched events",
|
|
258
|
+
"value": true,
|
|
214
259
|
"group": "activation",
|
|
215
|
-
"feel": "required",
|
|
216
260
|
"binding": {
|
|
217
|
-
"
|
|
218
|
-
"
|
|
261
|
+
"name": "consumeUnmatchedEvents",
|
|
262
|
+
"type": "zeebe:property"
|
|
219
263
|
},
|
|
220
|
-
"
|
|
221
|
-
"
|
|
222
|
-
|
|
223
|
-
}
|
|
224
|
-
},
|
|
264
|
+
"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",
|
|
265
|
+
"type": "Boolean"
|
|
266
|
+
},
|
|
225
267
|
{
|
|
226
|
-
"
|
|
268
|
+
"id": "correlationKeyProcess",
|
|
269
|
+
"label": "Correlation key (process)",
|
|
270
|
+
"description": "Sets up the correlation key from process variables",
|
|
271
|
+
"constraints": {
|
|
272
|
+
"notEmpty": true
|
|
273
|
+
},
|
|
227
274
|
"feel": "required",
|
|
228
|
-
"
|
|
229
|
-
"optional": true,
|
|
230
|
-
"group": "activation",
|
|
275
|
+
"group": "correlation",
|
|
231
276
|
"binding": {
|
|
232
|
-
"
|
|
233
|
-
"
|
|
277
|
+
"name": "correlationKey",
|
|
278
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
234
279
|
},
|
|
235
|
-
"
|
|
280
|
+
"type": "String"
|
|
236
281
|
},
|
|
237
282
|
{
|
|
238
|
-
"
|
|
239
|
-
"
|
|
240
|
-
"
|
|
283
|
+
"id": "correlationKeyPayload",
|
|
284
|
+
"label": "Correlation key (payload)",
|
|
285
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
286
|
+
"constraints": {
|
|
287
|
+
"notEmpty": true
|
|
288
|
+
},
|
|
241
289
|
"feel": "required",
|
|
290
|
+
"group": "correlation",
|
|
291
|
+
"binding": {
|
|
292
|
+
"name": "correlationKeyExpression",
|
|
293
|
+
"type": "zeebe:property"
|
|
294
|
+
},
|
|
295
|
+
"type": "String"
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"id": "messageIdExpression",
|
|
299
|
+
"label": "Message ID expression",
|
|
300
|
+
"description": "Expression to extract unique identifier of a message",
|
|
242
301
|
"optional": true,
|
|
302
|
+
"feel": "required",
|
|
303
|
+
"group": "correlation",
|
|
243
304
|
"binding": {
|
|
244
|
-
"
|
|
245
|
-
"
|
|
305
|
+
"name": "messageIdExpression",
|
|
306
|
+
"type": "zeebe:property"
|
|
246
307
|
},
|
|
247
|
-
"
|
|
308
|
+
"type": "String"
|
|
248
309
|
},
|
|
249
310
|
{
|
|
250
|
-
"
|
|
251
|
-
"
|
|
252
|
-
"
|
|
311
|
+
"id": "messageTtl",
|
|
312
|
+
"label": "Message TTL",
|
|
313
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
253
314
|
"optional": true,
|
|
315
|
+
"constraints": {
|
|
316
|
+
"notEmpty": false,
|
|
317
|
+
"pattern": {
|
|
318
|
+
"value": "^(PT.*|)$",
|
|
319
|
+
"message": "must be an ISO-8601 duration"
|
|
320
|
+
}
|
|
321
|
+
},
|
|
322
|
+
"feel": "optional",
|
|
323
|
+
"group": "correlation",
|
|
254
324
|
"binding": {
|
|
255
|
-
"
|
|
256
|
-
"
|
|
325
|
+
"name": "messageTtl",
|
|
326
|
+
"type": "zeebe:property"
|
|
257
327
|
},
|
|
258
|
-
"
|
|
328
|
+
"type": "String"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"id": "messageNameUuid",
|
|
332
|
+
"label": "Message name",
|
|
333
|
+
"generatedValue": {
|
|
334
|
+
"type": "uuid"
|
|
335
|
+
},
|
|
336
|
+
"feel": "optional",
|
|
337
|
+
"group": "correlation",
|
|
338
|
+
"binding": {
|
|
339
|
+
"name": "name",
|
|
340
|
+
"type": "bpmn:Message#property"
|
|
341
|
+
},
|
|
342
|
+
"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.",
|
|
343
|
+
"type": "String"
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"id": "deduplicationModeManualFlag",
|
|
347
|
+
"label": "Manual mode",
|
|
348
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
349
|
+
"value": false,
|
|
350
|
+
"group": "deduplication",
|
|
351
|
+
"binding": {
|
|
352
|
+
"name": "deduplicationModeManualFlag",
|
|
353
|
+
"type": "zeebe:property"
|
|
354
|
+
},
|
|
355
|
+
"type": "Boolean"
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"id": "deduplicationId",
|
|
359
|
+
"label": "Deduplication ID",
|
|
360
|
+
"constraints": {
|
|
361
|
+
"notEmpty": true,
|
|
362
|
+
"pattern": {
|
|
363
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
364
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
365
|
+
}
|
|
366
|
+
},
|
|
367
|
+
"group": "deduplication",
|
|
368
|
+
"binding": {
|
|
369
|
+
"name": "deduplicationId",
|
|
370
|
+
"type": "zeebe:property"
|
|
371
|
+
},
|
|
372
|
+
"condition": {
|
|
373
|
+
"property": "deduplicationModeManualFlag",
|
|
374
|
+
"equals": true,
|
|
375
|
+
"type": "simple"
|
|
376
|
+
},
|
|
377
|
+
"type": "String"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"id": "deduplicationModeManual",
|
|
381
|
+
"value": "MANUAL",
|
|
382
|
+
"group": "deduplication",
|
|
383
|
+
"binding": {
|
|
384
|
+
"name": "deduplicationMode",
|
|
385
|
+
"type": "zeebe:property"
|
|
386
|
+
},
|
|
387
|
+
"condition": {
|
|
388
|
+
"property": "deduplicationId",
|
|
389
|
+
"isActive": true,
|
|
390
|
+
"type": "simple"
|
|
391
|
+
},
|
|
392
|
+
"type": "Hidden"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"id": "deduplicationModeAuto",
|
|
396
|
+
"value": "AUTO",
|
|
397
|
+
"group": "deduplication",
|
|
398
|
+
"binding": {
|
|
399
|
+
"name": "deduplicationMode",
|
|
400
|
+
"type": "zeebe:property"
|
|
401
|
+
},
|
|
402
|
+
"condition": {
|
|
403
|
+
"property": "deduplicationId",
|
|
404
|
+
"isActive": false,
|
|
405
|
+
"type": "simple"
|
|
406
|
+
},
|
|
407
|
+
"type": "Hidden"
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"id": "resultVariable",
|
|
411
|
+
"label": "Result variable",
|
|
412
|
+
"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>.",
|
|
413
|
+
"group": "output",
|
|
414
|
+
"binding": {
|
|
415
|
+
"name": "resultVariable",
|
|
416
|
+
"type": "zeebe:property"
|
|
417
|
+
},
|
|
418
|
+
"type": "String"
|
|
259
419
|
},
|
|
260
420
|
{
|
|
421
|
+
"id": "resultExpression",
|
|
261
422
|
"label": "Result expression",
|
|
262
|
-
"
|
|
263
|
-
"group": "variable-mapping",
|
|
423
|
+
"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>.",
|
|
264
424
|
"feel": "required",
|
|
265
|
-
"
|
|
425
|
+
"group": "output",
|
|
266
426
|
"binding": {
|
|
267
|
-
"
|
|
268
|
-
"
|
|
427
|
+
"name": "resultExpression",
|
|
428
|
+
"type": "zeebe:property"
|
|
269
429
|
},
|
|
270
|
-
"
|
|
430
|
+
"type": "Text"
|
|
431
|
+
}
|
|
432
|
+
],
|
|
433
|
+
"configurationTemplates": [
|
|
434
|
+
{
|
|
435
|
+
"id": "io.camunda:aws-credential:1",
|
|
436
|
+
"kind": "CREDENTIAL",
|
|
437
|
+
"version": 1,
|
|
438
|
+
"name": "AWS Credential",
|
|
439
|
+
"properties": [
|
|
440
|
+
{
|
|
441
|
+
"id": "authentication.type",
|
|
442
|
+
"label": "Authentication",
|
|
443
|
+
"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>",
|
|
444
|
+
"value": "credentials",
|
|
445
|
+
"group": "authentication",
|
|
446
|
+
"binding": {
|
|
447
|
+
"name": "authentication.type",
|
|
448
|
+
"type": "property"
|
|
449
|
+
},
|
|
450
|
+
"type": "Dropdown",
|
|
451
|
+
"choices": [
|
|
452
|
+
{
|
|
453
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
454
|
+
"value": "defaultCredentialsChain"
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"name": "Credentials",
|
|
458
|
+
"value": "credentials"
|
|
459
|
+
}
|
|
460
|
+
]
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"id": "authentication.accessKey",
|
|
464
|
+
"label": "Access key",
|
|
465
|
+
"constraints": {
|
|
466
|
+
"notEmpty": true
|
|
467
|
+
},
|
|
468
|
+
"group": "authentication",
|
|
469
|
+
"binding": {
|
|
470
|
+
"name": "authentication.accessKey",
|
|
471
|
+
"type": "property"
|
|
472
|
+
},
|
|
473
|
+
"condition": {
|
|
474
|
+
"property": "authentication.type",
|
|
475
|
+
"equals": "credentials",
|
|
476
|
+
"type": "simple"
|
|
477
|
+
},
|
|
478
|
+
"tooltip": "IAM access key of a user with the necessary permissions for this connector",
|
|
479
|
+
"type": "String",
|
|
480
|
+
"secret": true
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"id": "authentication.secretKey",
|
|
484
|
+
"label": "Secret key",
|
|
485
|
+
"constraints": {
|
|
486
|
+
"notEmpty": true
|
|
487
|
+
},
|
|
488
|
+
"group": "authentication",
|
|
489
|
+
"binding": {
|
|
490
|
+
"name": "authentication.secretKey",
|
|
491
|
+
"type": "property"
|
|
492
|
+
},
|
|
493
|
+
"condition": {
|
|
494
|
+
"property": "authentication.type",
|
|
495
|
+
"equals": "credentials",
|
|
496
|
+
"type": "simple"
|
|
497
|
+
},
|
|
498
|
+
"tooltip": "IAM secret key of a user with the necessary permissions for this connector",
|
|
499
|
+
"type": "String",
|
|
500
|
+
"secret": true
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"id": "region",
|
|
504
|
+
"label": "Region",
|
|
505
|
+
"constraints": {
|
|
506
|
+
"notEmpty": true
|
|
507
|
+
},
|
|
508
|
+
"group": "configuration",
|
|
509
|
+
"binding": {
|
|
510
|
+
"name": "region",
|
|
511
|
+
"type": "property"
|
|
512
|
+
},
|
|
513
|
+
"type": "String"
|
|
514
|
+
}
|
|
515
|
+
]
|
|
271
516
|
}
|
|
272
517
|
],
|
|
273
518
|
"icon": {
|
|
274
|
-
"contents": "data:image/svg+xml
|
|
275
|
-
},
|
|
276
|
-
"engines": {
|
|
277
|
-
"camunda": "^8.4"
|
|
519
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0MCA0MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0nMCUnIHkxPScxMDAlJyB4Mj0nMTAwJScgeTI9JzAlJyBpZD0nbGluZWFyR3JhZGllbnQtMSc+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNCMDA4NEQnIG9mZnNldD0nMCUnPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI0ZGNEY4Qicgb2Zmc2V0PScxMDAlJz48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMicgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnCiAgICAgICBmaWxsLXJ1bGU9J2V2ZW5vZGQnPgogICAgICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS1CRy8zMi9BcHBsaWNhdGlvbi1JbnRlZ3JhdGlvbicgZmlsbD0ndXJsKCNsaW5lYXJHcmFkaWVudC0xKSc+CiAgICAgICAgICAgIDxyZWN0IGlkPSdSZWN0YW5nbGUnIHg9JzAnIHk9JzAnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSdNMTQuMzQyMjA1MSwyMi4zNDkzNzg2IEwxNS44NDY2NzY3LDIwLjkwNjEwNzQgQzE1Ljk0MjgzNDcsMjAuODE0MTUzOSAxNS45OTY5MjM1LDIwLjY4NzIxOCAxNS45OTk5Mjg1LDIwLjU1NTI4NDYgQzE2LjAwMTkzMTcsMjAuNDIyMzUxNyAxNS45NTE4NDk1LDIwLjI5MzQxNjggMTUuODU5Njk4MSwyMC4xOTg0NjQ4IEwxNC4zNTUyMjY0LDE4LjY0MzI1MDIgTDEzLjYzNTA0MzMsMTkuMzM3ODk5NCBMMTQuMzExMTU0LDIwLjAzNzU0NiBMMTEuOTkxMzQyOSwyMC4wMzc1NDYgTDExLjk5MTM0MjksMjEuMDM3MDQxMyBMMTQuMjY1MDc4MywyMS4wMzcwNDEzIEwxMy42NDgwNjQ3LDIxLjYyODc0MjUgTDE0LjM0MjIwNTEsMjIuMzQ5Mzc4NiBaIE0yNi4zNTc5NDUyLDIyLjM1MzM3NjUgTDI3LjkwNzQ5MDksMjAuOTAwMTEwNCBDMjguMDA2NjUzOCwyMC44MDgxNTY5IDI4LjA2Mjc0NTksMjAuNjc5MjIyIDI4LjA2NDc0OTIsMjAuNTQ0MjkwMSBDMjguMDY2NzUyNSwyMC40MDkzNTgzIDI4LjAxMzY2NTMsMjAuMjc4NDI0NCAyNy45MTg1MDksMjAuMTgzNDcyNCBMMjYuMzY4OTYzMywxOC42MzcyNTMyIEwyNS42NjA3OTk5LDE5LjM0Mzg5NjMgTDI2LjM1NDk0MDMsMjAuMDM3NTQ2IEwyNC4wMTEwODk2LDIwLjAzNzU0NiBMMjQuMDExMDg5NiwyMS4wMzcwNDEzIEwyNi4yOTg4NDgxLDIxLjAzNzA0MTMgTDI1LjY3MTgxOCwyMS42MjQ3NDQ1IEwyNi4zNTc5NDUyLDIyLjM1MzM3NjUgWiBNMTcuNTg3NTM2NywyMy4zNjA4Njc4IEMxOC4zMzg3NzA4LDIzLjA1NzAyMTIgMTkuMTYyMTIzNSwyMi44OTQxMDM1IDIwLjAwNDUwNzQsMjIuODk0MTAzNSBDMjAuODQ2ODkxMywyMi44OTQxMDM1IDIxLjY3MDI0NCwyMy4wNTcwMjEyIDIyLjQyMTQ3ODEsMjMuMzYwODY3OCBDMjEuNzUyMzc4OSwyMS41ODk3NjIyIDIxLjc1MjM3ODksMTkuMzg5ODczMSAyMi40MjE0NzgxLDE3LjYxODc2NzUgQzIwLjkxOTAwOTgsMTguMjI2NDYwNiAxOS4wOTAwMDUsMTguMjI2NDYwNiAxNy41ODc1MzY3LDE3LjYxODc2NzUgQzE4LjI1NjYzNTksMTkuMzg5ODczMSAxOC4yNTY2MzU5LDIxLjU4OTc2MjIgMTcuNTg3NTM2NywyMy4zNjA4Njc4IEwxNy41ODc1MzY3LDIzLjM2MDg2NzggWiBNMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IEMxNS41NDYxODMsMjUuMjQzOTE2OCAxNS40OTcxMDI0LDI1LjExNTk4MTQgMTUuNDk3MTAyNCwyNC45ODgwNDYgQzE1LjQ5NzEwMjQsMjQuODYwMTEwNiAxNS41NDYxODMsMjQuNzMyMTc1MyAxNS42NDQzNDQzLDI0LjYzNDIyNDcgQzE3LjU4NDUzMTcsMjIuNjk4MjAyNCAxNy41ODQ1MzE3LDE4LjI4MjQzMjQgMTUuNjQ0MzQ0MywxNi4zNDU0MTA2IEMxNS41NDYxODMsMTYuMjQ4NDU5NSAxNS40OTcxMDI0LDE2LjEyMDUyNDEgMTUuNDk3MTAyNCwxNS45OTI1OTEyIEMxNS40OTcxMDI0LDE1Ljg2NDY1MzQgMTUuNTQ2MTgzLDE1LjczNjcxOCAxNS42NDQzNDQzLDE1LjYzODc2NzQgQzE1LjgzOTY2NTIsMTUuNDQzODY1OSAxNi4xNTcxODY4LDE1LjQ0Mzg2NTkgMTYuMzUyNTA3NywxNS42Mzg3Njc0IEMxNy4yNzQwMjE2LDE2LjU1ODMwMzEgMTguNjA1MjA4NiwxNy4wODYwMzY2IDIwLjAwNDUwNzQsMTcuMDg2MDM2NiBDMjEuNDA0ODA3OSwxNy4wODYwMzY2IDIyLjczNTk5NDgsMTYuNTU4MzAzMSAyMy42NTc1MDg4LDE1LjYzODc2NzQgQzIzLjg1MjgyOTYsMTUuNDQzODY1OSAyNC4xNzAzNTEzLDE1LjQ0Mzg2NTkgMjQuMzY1NjcyMiwxNS42Mzg3Njc0IEMyNC40NjI4MzE4LDE1LjczNjcxOCAyNC41MTE5MTI0LDE1Ljg2NDY1MzQgMjQuNTExOTEyNCwxNS45OTI1OTEyIEMyNC41MTE5MTI0LDE2LjEyMDUyNDEgMjQuNDYyODMxOCwxNi4yNDg0NTk1IDI0LjM2NTY3MjIsMTYuMzQ1NDEwNiBDMjIuNDI0NDgzMSwxOC4yODI0MzI0IDIyLjQyNDQ4MzEsMjIuNjk4MjAyNCAyNC4zNjU2NzIyLDI0LjYzNDIyNDcgQzI0LjQ2MjgzMTgsMjQuNzMyMTc1MyAyNC41MTE5MTI0LDI0Ljg2MDExMDYgMjQuNTExOTEyNCwyNC45ODgwNDYgQzI0LjUxMTkxMjQsMjUuMTE1OTgxNCAyNC40NjI4MzE4LDI1LjI0MzkxNjggMjQuMzY1NjcyMiwyNS4zNDA4Njc5IEMyNC4yNjc1MTA5LDI1LjQzODgxODQgMjQuMTM5MzAwMywyNS40ODc3OTM3IDI0LjAxMTA4OTYsMjUuNDg3NzkzNyBDMjMuODgyODc5LDI1LjQ4Nzc5MzcgMjMuNzU0NjY4NCwyNS40Mzg4MTg0IDIzLjY1NzUwODgsMjUuMzQwODY3OSBDMjIuNzM1OTk0OCwyNC40MjEzMzIyIDIxLjQwNDgwNzksMjMuODkzNTk4NyAyMC4wMDQ1MDc0LDIzLjg5MzU5ODcgQzE4LjYwNTIwODYsMjMuODkzNTk4NyAxNy4yNzQwMjE2LDI0LjQyMTMzMjIgMTYuMzUyNTA3NywyNS4zNDA4Njc5IEMxNi4xNTcxODY4LDI1LjUzNTc2OTQgMTUuODM5NjY1MiwyNS41MzU3Njk0IDE1LjY0NDM0NDMsMjUuMzQwODY3OSBMMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IFogTTMyLjU0MjEwNDksMTkuNDM1ODQ5OSBDMzIuMjM2NjAzLDE5LjEzMjAwMzMgMzEuODM2OTQ2NCwxOC45ODAwODAxIDMxLjQzNjI4ODIsMTguOTgwMDgwMSBDMzEuMDM2NjMxNiwxOC45ODAwODAxIDMwLjYzNjk3NSwxOS4xMzIwMDMzIDMwLjMzMTQ3MzEsMTkuNDM1ODQ5OSBDMjkuNzIxNDcxLDIwLjA0NDU0MjUgMjkuNzIxNDcxLDIxLjAzNDA0MjggMzAuMzMxNDczMSwyMS42NDE3MzU5IEMzMC45NDE0NzUzLDIyLjI1MDQyODUgMzEuOTMyMTAyNywyMi4yNTA0Mjg1IDMyLjU0MjEwNDksMjEuNjQxNzM1OSBDMzMuMTUxMTA1NCwyMS4wMzQwNDI4IDMzLjE1MTEwNTQsMjAuMDQ0NTQyNSAzMi41NDIxMDQ5LDE5LjQzNTg0OTkgTDMyLjU0MjEwNDksMTkuNDM1ODQ5OSBaIE0zMy4yNTAyNjgzLDIyLjM0OTM3ODYgQzMyLjc1MDQ0NzIsMjIuODQ4MTI2NyAzMi4wOTMzNjc3LDIzLjA5ODAwMDUgMzEuNDM2Mjg4MiwyMy4wOTgwMDA1IEMzMC43ODAyMTAzLDIzLjA5ODAwMDUgMzAuMTIzMTMwOSwyMi44NDgxMjY3IDI5LjYyMzMwOTcsMjIuMzQ5Mzc4NiBDMjguNjIzNjY3NSwyMS4zNTA4ODI4IDI4LjYyMzY2NzUsMTkuNzI3NzAyNSAyOS42MjMzMDk3LDE4LjcyOTIwNjggQzMwLjYyMjk1MiwxNy43MzE3MTA1IDMyLjI1MDYyNiwxNy43MzE3MTA1IDMzLjI1MDI2ODMsMTguNzI5MjA2OCBDMzQuMjQ5OTEwNiwxOS43Mjc3MDI1IDM0LjI0OTkxMDYsMjEuMzUwODgyOCAzMy4yNTAyNjgzLDIyLjM0OTM3ODYgTDMzLjI1MDI2ODMsMjIuMzQ5Mzc4NiBaIE05LjY2ODUyNjg3LDE5LjQ0Njg0NDMgQzkuMzYzMDI0OTcsMTkuMTQyOTk3OCA4Ljk2MzM2ODM5LDE4Ljk5MTA3NDUgOC41NjI3MTAxNywxOC45OTEwNzQ1IEM4LjE2MzA1MzU5LDE4Ljk5MTA3NDUgNy43NjMzOTcwMSwxOS4xNDI5OTc4IDcuNDU3ODk1MTEsMTkuNDQ2ODQ0MyBDNi44NDg4OTQ2MSwyMC4wNTU1MzcgNi44NDg4OTQ2MSwyMS4wNDUwMzczIDcuNDU3ODk1MTEsMjEuNjUyNzMwNCBDOC4wNjc4OTcyNiwyMi4yNjE0MjMgOS4wNTg1MjQ3MiwyMi4yNjE0MjMgOS42Njg1MjY4NywyMS42NTI3MzA0IEMxMC4yNzc1Mjc0LDIxLjA0NTAzNzMgMTAuMjc3NTI3NCwyMC4wNTU1MzcgOS42Njg1MjY4NywxOS40NDY4NDQzIEw5LjY2ODUyNjg3LDE5LjQ0Njg0NDMgWiBNMTAuMzc2NjkwMywyMi4zNTkzNzM1IEM5Ljg3Njg2OTE0LDIyLjg1ODEyMTcgOS4yMTk3ODk2NSwyMy4xMDc5OTU1IDguNTYyNzEwMTcsMjMuMTA3OTk1NSBDNy45MDY2MzIzMiwyMy4xMDc5OTU1IDcuMjQ5NTUyODQsMjIuODU4MTIxNyA2Ljc0OTczMTcsMjIuMzU5MzczNSBDNS43NTAwODk0MywyMS4zNjE4NzczIDUuNzUwMDg5NDMsMTkuNzM4Njk3IDYuNzQ5NzMxNywxOC43NDAyMDEyIEM3Ljc0OTM3Mzk3LDE3Ljc0MjcwNDkgOS4zNzcwNDgwMSwxNy43NDI3MDQ5IDEwLjM3NjY5MDMsMTguNzQwMjAxMiBDMTEuMzc2MzMyNSwxOS43Mzg2OTcgMTEuMzc2MzMyNSwyMS4zNjE4NzczIDEwLjM3NjY5MDMsMjIuMzU5MzczNSBMMTAuMzc2NjkwMywyMi4zNTkzNzM1IFogTTI3LjQzMzcxMjUsMjguOTEwMDY1NCBDMjUuNDM2NDMxMywzMC45MDMwNTkgMjIuNzgyMDcwNSwzMi4wMDA1MDQ3IDE5Ljk1NzQzMDEsMzIuMDAwNTA0NyBDMTcuMTMyNzg5NiwzMi4wMDA1MDQ3IDE0LjQ3ODQyODgsMzAuOTAzMDU5IDEyLjQ4MjE0OTIsMjguOTEwMDY1NCBDMTEuMTY1OTg3LDI3LjU5NzcyODEgMTAuNDA3NzQxMywyNi40NjkyOTggOS45NDQ5ODEwNCwyNS4xMzU5NzEzIEw4Ljk5ODQyNTk5LDI1LjQ2MjgwNjMgQzkuNTA3MjYxOTMsMjYuOTI5MDY1OCAxMC4zNjI2NjcyLDI4LjIxMDQxODcgMTEuNzczOTg1OCwyOS42MTY3MDg2IEMxMy45NTg1NzQ4LDMxLjc5ODYwNjcgMTYuODY2MzUxOSwzMyAxOS45NTc0MzAxLDMzIEMyMy4wNDk1MDk5LDMzIDI1Ljk1NjI4NTMsMzEuNzk4NjA2NyAyOC4xNDE4NzU5LDI5LjYxNjcwODYgQzI5LjI4Mjc1MDIsMjguNDc4MjgzNSAzMC40MjA2MTk2LDI3LjE4NjkzNTYgMzEuMDExNTkwNSwyNS40NjA4MDczIEwzMC4wNjQwMzM4LDI1LjEzNzk3MDMgQzI5LjUzOTE3MTUsMjYuNjcwMTk2NiAyOC40ODk0NDY5LDI3Ljg1NjU5NzQgMjcuNDMzNzEyNSwyOC45MTAwNjU0IEwyNy40MzM3MTI1LDI4LjkxMDA2NTQgWiBNOS45NDQ5ODEwNCwxNS44NTk2NTU5IEw4Ljk5ODQyNTk5LDE1LjUzMTgyMTQgQzkuNTEwMjY2ODcsMTQuMDY0NTYyNCAxMC4zNjU2NzIyLDEyLjc4MzIwOTUgMTEuNzc1OTg5MSwxMS4zNzU5MjAyIEMxNi4yODYzOTkxLDYuODc1MTkzMDQgMjMuNjI2NDU3OCw2Ljg3NDE5MzU0IDI4LjEzNzg2OTQsMTEuMzc1OTIwMiBDMjkuMjE4NjQ0OSwxMi40NTMzNzYxIDMwLjQwMzU5MTYsMTMuNzg5NzAxMiAzMS4wMTE1OTA1LDE1LjUzMTgyMTQgTDMwLjA2NDAzMzgsMTUuODU5NjU1OSBDMjkuNTI0MTQ2OCwxNC4zMDk0Mzg3IDI4LjQyOTM0ODIsMTMuMDgwMDU5NiAyNy40Mjk3MDU5LDEyLjA4MjU2MzMgQzI1LjQzNDQyOCwxMC4wOTE1Njg4IDIyLjc4MTA2ODksOC45OTYxMjE5NyAxOS45NTc0MzAxLDguOTk2MTIxOTcgQzE3LjEzMzc5MTIsOC45OTYxMjE5NyAxNC40ODA0MzIxLDEwLjA5MTU2ODggMTIuNDg1MTU0MiwxMi4wODI1NjMzIEMxMS4xODcwMjE1LDEzLjM3NzkwOTIgMTAuNDAzNzM0NywxNC41NDIzMjExIDkuOTQ0OTgxMDQsMTUuODU5NjU1OSBMOS45NDQ5ODEwNCwxNS44NTk2NTU5IFonCiAgICAgICAgICAgICAgaWQ9J0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV9JY29uXzMyX1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
278
520
|
}
|
|
279
521
|
},
|
|
280
522
|
{
|
|
281
523
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
282
524
|
"name": "Amazon SQS Boundary Event Connector",
|
|
283
525
|
"id": "io.camunda.connectors.AWSSQS.boundary.v1",
|
|
284
|
-
"version": 1,
|
|
285
526
|
"description": "Receive message from a queue",
|
|
286
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
527
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
|
|
528
|
+
"version": 9,
|
|
529
|
+
"category": {
|
|
530
|
+
"id": "connectors",
|
|
531
|
+
"name": "Connectors"
|
|
532
|
+
},
|
|
287
533
|
"appliesTo": ["bpmn:BoundaryEvent"],
|
|
288
534
|
"elementType": {
|
|
289
535
|
"value": "bpmn:BoundaryEvent",
|
|
290
536
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
291
537
|
},
|
|
292
|
-
"category": {
|
|
293
|
-
"id": "connectors",
|
|
294
|
-
"name": "Connectors"
|
|
295
|
-
},
|
|
296
538
|
"groups": [
|
|
297
539
|
{
|
|
298
540
|
"id": "authentication",
|
|
299
541
|
"label": "Authentication"
|
|
300
542
|
},
|
|
543
|
+
{
|
|
544
|
+
"id": "configuration",
|
|
545
|
+
"label": "Configuration"
|
|
546
|
+
},
|
|
301
547
|
{
|
|
302
548
|
"id": "queueProperties",
|
|
303
549
|
"label": "Queue properties"
|
|
@@ -315,274 +561,38 @@
|
|
|
315
561
|
"label": "Activation"
|
|
316
562
|
},
|
|
317
563
|
{
|
|
318
|
-
"id": "
|
|
319
|
-
"label": "
|
|
564
|
+
"id": "correlation",
|
|
565
|
+
"label": "Correlation",
|
|
566
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"id": "deduplication",
|
|
570
|
+
"label": "Deduplication",
|
|
571
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"id": "output",
|
|
575
|
+
"label": "Output mapping"
|
|
320
576
|
}
|
|
321
577
|
],
|
|
322
578
|
"properties": [
|
|
323
579
|
{
|
|
324
|
-
"type": "Hidden",
|
|
325
580
|
"value": "io.camunda:aws-sqs-inbound:1",
|
|
326
581
|
"binding": {
|
|
327
|
-
"
|
|
328
|
-
"
|
|
329
|
-
}
|
|
330
|
-
},
|
|
331
|
-
{
|
|
332
|
-
"type": "Hidden",
|
|
333
|
-
"generatedValue": {
|
|
334
|
-
"type": "uuid"
|
|
582
|
+
"name": "inbound.type",
|
|
583
|
+
"type": "zeebe:property"
|
|
335
584
|
},
|
|
336
|
-
"
|
|
337
|
-
"type": "bpmn:Message#property",
|
|
338
|
-
"name": "name"
|
|
339
|
-
}
|
|
585
|
+
"type": "Hidden"
|
|
340
586
|
},
|
|
341
587
|
{
|
|
342
|
-
"
|
|
343
|
-
"
|
|
588
|
+
"id": "authentication.type",
|
|
589
|
+
"label": "Authentication",
|
|
590
|
+
"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>",
|
|
591
|
+
"value": "credentials",
|
|
344
592
|
"group": "authentication",
|
|
345
|
-
"type": "String",
|
|
346
593
|
"binding": {
|
|
347
|
-
"
|
|
348
|
-
"
|
|
349
|
-
},
|
|
350
|
-
"constraints": {
|
|
351
|
-
"notEmpty": true
|
|
352
|
-
}
|
|
353
|
-
},
|
|
354
|
-
{
|
|
355
|
-
"label": "Secret key",
|
|
356
|
-
"description": "Provide AWS IAM secret key that has permission to read from desired SQS",
|
|
357
|
-
"group": "authentication",
|
|
358
|
-
"type": "String",
|
|
359
|
-
"binding": {
|
|
360
|
-
"type": "zeebe:property",
|
|
361
|
-
"name": "authentication.secretKey"
|
|
362
|
-
},
|
|
363
|
-
"constraints": {
|
|
364
|
-
"notEmpty": true
|
|
365
|
-
}
|
|
366
|
-
},
|
|
367
|
-
{
|
|
368
|
-
"label": "Queue URL",
|
|
369
|
-
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
370
|
-
"group": "queueProperties",
|
|
371
|
-
"type": "String",
|
|
372
|
-
"binding": {
|
|
373
|
-
"type": "zeebe:property",
|
|
374
|
-
"name": "queue.url"
|
|
375
|
-
},
|
|
376
|
-
"constraints": {
|
|
377
|
-
"notEmpty": true,
|
|
378
|
-
"pattern": {
|
|
379
|
-
"value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
380
|
-
"message": "Must be an queue URL or ARN"
|
|
381
|
-
}
|
|
382
|
-
}
|
|
383
|
-
},
|
|
384
|
-
{
|
|
385
|
-
"label": "Region",
|
|
386
|
-
"description": "Specify the AWS region of your queue",
|
|
387
|
-
"group": "queueProperties",
|
|
388
|
-
"type": "String",
|
|
389
|
-
"binding": {
|
|
390
|
-
"type": "zeebe:property",
|
|
391
|
-
"name": "configuration.region"
|
|
392
|
-
},
|
|
393
|
-
"constraints": {
|
|
394
|
-
"notEmpty": true
|
|
395
|
-
}
|
|
396
|
-
},
|
|
397
|
-
{
|
|
398
|
-
"label": "Polling wait time",
|
|
399
|
-
"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",
|
|
400
|
-
"group": "messagePollingProperties",
|
|
401
|
-
"type": "String",
|
|
402
|
-
"optional": false,
|
|
403
|
-
"feel": "optional",
|
|
404
|
-
"value": "1",
|
|
405
|
-
"binding": {
|
|
406
|
-
"type": "zeebe:property",
|
|
407
|
-
"name": "queue.pollingWaitTime"
|
|
408
|
-
},
|
|
409
|
-
"constraints": {
|
|
410
|
-
"notEmpty": true,
|
|
411
|
-
"pattern": {
|
|
412
|
-
"value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
413
|
-
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
414
|
-
}
|
|
415
|
-
}
|
|
416
|
-
},
|
|
417
|
-
{
|
|
418
|
-
"label": "Attribute names",
|
|
419
|
-
"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",
|
|
420
|
-
"group": "input",
|
|
421
|
-
"type": "String",
|
|
422
|
-
"optional": true,
|
|
423
|
-
"binding": {
|
|
424
|
-
"type": "zeebe:property",
|
|
425
|
-
"name": "queue.attributeNames"
|
|
426
|
-
},
|
|
427
|
-
"feel": "required"
|
|
428
|
-
},
|
|
429
|
-
{
|
|
430
|
-
"label": "Message attribute names",
|
|
431
|
-
"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",
|
|
432
|
-
"group": "input",
|
|
433
|
-
"type": "String",
|
|
434
|
-
"optional": true,
|
|
435
|
-
"binding": {
|
|
436
|
-
"type": "zeebe:property",
|
|
437
|
-
"name": "queue.messageAttributeNames"
|
|
438
|
-
},
|
|
439
|
-
"feel": "required"
|
|
440
|
-
},
|
|
441
|
-
{
|
|
442
|
-
"label": "Correlation key (process)",
|
|
443
|
-
"type": "String",
|
|
444
|
-
"group": "activation",
|
|
445
|
-
"feel": "required",
|
|
446
|
-
"description": "Sets up the correlation key from process variables",
|
|
447
|
-
"binding": {
|
|
448
|
-
"type": "bpmn:Message#zeebe:subscription#property",
|
|
449
|
-
"name": "correlationKey"
|
|
450
|
-
},
|
|
451
|
-
"constraints": {
|
|
452
|
-
"notEmpty": true
|
|
453
|
-
}
|
|
454
|
-
},
|
|
455
|
-
{
|
|
456
|
-
"label": "Correlation key (payload)",
|
|
457
|
-
"type": "String",
|
|
458
|
-
"group": "activation",
|
|
459
|
-
"feel": "required",
|
|
460
|
-
"binding": {
|
|
461
|
-
"type": "zeebe:property",
|
|
462
|
-
"name": "correlationKeyExpression"
|
|
463
|
-
},
|
|
464
|
-
"description": "Extracts the correlation key from the incoming message payload",
|
|
465
|
-
"constraints": {
|
|
466
|
-
"notEmpty": true
|
|
467
|
-
}
|
|
468
|
-
},
|
|
469
|
-
{
|
|
470
|
-
"label": "Activation condition",
|
|
471
|
-
"type": "String",
|
|
472
|
-
"group": "activation",
|
|
473
|
-
"feel": "required",
|
|
474
|
-
"optional": true,
|
|
475
|
-
"binding": {
|
|
476
|
-
"type": "zeebe:property",
|
|
477
|
-
"name": "activationCondition"
|
|
478
|
-
},
|
|
479
|
-
"description": "Condition under which the connector triggers. Leave empty to catch all events"
|
|
480
|
-
},
|
|
481
|
-
{
|
|
482
|
-
"label": "Result variable",
|
|
483
|
-
"type": "String",
|
|
484
|
-
"group": "variable-mapping",
|
|
485
|
-
"optional": true,
|
|
486
|
-
"binding": {
|
|
487
|
-
"type": "zeebe:property",
|
|
488
|
-
"name": "resultVariable"
|
|
489
|
-
},
|
|
490
|
-
"description": "Name of variable to store the result of the connector in"
|
|
491
|
-
},
|
|
492
|
-
{
|
|
493
|
-
"label": "Result expression",
|
|
494
|
-
"type": "String",
|
|
495
|
-
"group": "variable-mapping",
|
|
496
|
-
"feel": "required",
|
|
497
|
-
"optional": true,
|
|
498
|
-
"binding": {
|
|
499
|
-
"type": "zeebe:property",
|
|
500
|
-
"name": "resultExpression"
|
|
501
|
-
},
|
|
502
|
-
"description": "Expression to map the inbound payload to process variables"
|
|
503
|
-
}
|
|
504
|
-
],
|
|
505
|
-
"icon": {
|
|
506
|
-
"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"
|
|
507
|
-
},
|
|
508
|
-
"engines": {
|
|
509
|
-
"camunda": "^8.2"
|
|
510
|
-
}
|
|
511
|
-
},
|
|
512
|
-
{
|
|
513
|
-
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
514
|
-
"name": "Amazon SQS Boundary Event Connector",
|
|
515
|
-
"id": "io.camunda.connectors.AWSSQS.boundary.v1",
|
|
516
|
-
"description": "Receive message from a queue",
|
|
517
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
|
|
518
|
-
"version": 9,
|
|
519
|
-
"category": {
|
|
520
|
-
"id": "connectors",
|
|
521
|
-
"name": "Connectors"
|
|
522
|
-
},
|
|
523
|
-
"appliesTo": ["bpmn:BoundaryEvent"],
|
|
524
|
-
"elementType": {
|
|
525
|
-
"value": "bpmn:BoundaryEvent",
|
|
526
|
-
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
527
|
-
},
|
|
528
|
-
"groups": [
|
|
529
|
-
{
|
|
530
|
-
"id": "authentication",
|
|
531
|
-
"label": "Authentication"
|
|
532
|
-
},
|
|
533
|
-
{
|
|
534
|
-
"id": "configuration",
|
|
535
|
-
"label": "Configuration"
|
|
536
|
-
},
|
|
537
|
-
{
|
|
538
|
-
"id": "queueProperties",
|
|
539
|
-
"label": "Queue properties"
|
|
540
|
-
},
|
|
541
|
-
{
|
|
542
|
-
"id": "messagePollingProperties",
|
|
543
|
-
"label": "Message polling properties"
|
|
544
|
-
},
|
|
545
|
-
{
|
|
546
|
-
"id": "input",
|
|
547
|
-
"label": "Use next attribute names for activation condition"
|
|
548
|
-
},
|
|
549
|
-
{
|
|
550
|
-
"id": "activation",
|
|
551
|
-
"label": "Activation"
|
|
552
|
-
},
|
|
553
|
-
{
|
|
554
|
-
"id": "correlation",
|
|
555
|
-
"label": "Correlation",
|
|
556
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
557
|
-
},
|
|
558
|
-
{
|
|
559
|
-
"id": "deduplication",
|
|
560
|
-
"label": "Deduplication",
|
|
561
|
-
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
562
|
-
},
|
|
563
|
-
{
|
|
564
|
-
"id": "output",
|
|
565
|
-
"label": "Output mapping"
|
|
566
|
-
}
|
|
567
|
-
],
|
|
568
|
-
"properties": [
|
|
569
|
-
{
|
|
570
|
-
"value": "io.camunda:aws-sqs-inbound:1",
|
|
571
|
-
"binding": {
|
|
572
|
-
"name": "inbound.type",
|
|
573
|
-
"type": "zeebe:property"
|
|
574
|
-
},
|
|
575
|
-
"type": "Hidden"
|
|
576
|
-
},
|
|
577
|
-
{
|
|
578
|
-
"id": "authentication.type",
|
|
579
|
-
"label": "Authentication",
|
|
580
|
-
"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>",
|
|
581
|
-
"value": "credentials",
|
|
582
|
-
"group": "authentication",
|
|
583
|
-
"binding": {
|
|
584
|
-
"name": "authentication.type",
|
|
585
|
-
"type": "zeebe:property"
|
|
594
|
+
"name": "authentication.type",
|
|
595
|
+
"type": "zeebe:property"
|
|
586
596
|
},
|
|
587
597
|
"type": "Dropdown",
|
|
588
598
|
"choices": [
|
|
@@ -922,9 +932,9 @@
|
|
|
922
932
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
923
933
|
"name": "Amazon SQS Boundary Event Connector",
|
|
924
934
|
"id": "io.camunda.connectors.AWSSQS.boundary.v1",
|
|
925
|
-
"version":
|
|
935
|
+
"version": 3,
|
|
926
936
|
"description": "Receive message from a queue",
|
|
927
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
937
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
|
|
928
938
|
"appliesTo": ["bpmn:BoundaryEvent"],
|
|
929
939
|
"elementType": {
|
|
930
940
|
"value": "bpmn:BoundaryEvent",
|
|
@@ -1071,7 +1081,7 @@
|
|
|
1071
1081
|
},
|
|
1072
1082
|
{
|
|
1073
1083
|
"label": "Polling wait time",
|
|
1074
|
-
"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/
|
|
1084
|
+
"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",
|
|
1075
1085
|
"group": "messagePollingProperties",
|
|
1076
1086
|
"type": "String",
|
|
1077
1087
|
"optional": false,
|
|
@@ -1091,7 +1101,7 @@
|
|
|
1091
1101
|
},
|
|
1092
1102
|
{
|
|
1093
1103
|
"label": "Attribute names",
|
|
1094
|
-
"description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
1104
|
+
"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",
|
|
1095
1105
|
"group": "input",
|
|
1096
1106
|
"type": "String",
|
|
1097
1107
|
"optional": true,
|
|
@@ -1103,7 +1113,7 @@
|
|
|
1103
1113
|
},
|
|
1104
1114
|
{
|
|
1105
1115
|
"label": "Message attribute names",
|
|
1106
|
-
"description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
1116
|
+
"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",
|
|
1107
1117
|
"group": "input",
|
|
1108
1118
|
"type": "String",
|
|
1109
1119
|
"optional": true,
|
|
@@ -1141,6 +1151,18 @@
|
|
|
1141
1151
|
"notEmpty": true
|
|
1142
1152
|
}
|
|
1143
1153
|
},
|
|
1154
|
+
{
|
|
1155
|
+
"label": "Message ID expression",
|
|
1156
|
+
"feel": "required",
|
|
1157
|
+
"type": "String",
|
|
1158
|
+
"optional": true,
|
|
1159
|
+
"group": "activation",
|
|
1160
|
+
"binding": {
|
|
1161
|
+
"type": "zeebe:property",
|
|
1162
|
+
"name": "messageIdExpression"
|
|
1163
|
+
},
|
|
1164
|
+
"description": "Expression to extract unique identifier of a message"
|
|
1165
|
+
},
|
|
1144
1166
|
{
|
|
1145
1167
|
"label": "Activation condition",
|
|
1146
1168
|
"type": "String",
|
|
@@ -1286,7 +1308,6 @@
|
|
|
1286
1308
|
{
|
|
1287
1309
|
"id": "authentication.accessKey",
|
|
1288
1310
|
"label": "Access key",
|
|
1289
|
-
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
1290
1311
|
"optional": false,
|
|
1291
1312
|
"constraints": {
|
|
1292
1313
|
"notEmpty": true
|
|
@@ -1301,12 +1322,12 @@
|
|
|
1301
1322
|
"equals": "credentials",
|
|
1302
1323
|
"type": "simple"
|
|
1303
1324
|
},
|
|
1325
|
+
"tooltip": "IAM access key of a user with the necessary permissions for this connector",
|
|
1304
1326
|
"type": "String"
|
|
1305
1327
|
},
|
|
1306
1328
|
{
|
|
1307
1329
|
"id": "authentication.secretKey",
|
|
1308
1330
|
"label": "Secret key",
|
|
1309
|
-
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
1310
1331
|
"optional": false,
|
|
1311
1332
|
"constraints": {
|
|
1312
1333
|
"notEmpty": true
|
|
@@ -1321,12 +1342,12 @@
|
|
|
1321
1342
|
"equals": "credentials",
|
|
1322
1343
|
"type": "simple"
|
|
1323
1344
|
},
|
|
1345
|
+
"tooltip": "IAM secret key of a user with the necessary permissions for this connector",
|
|
1324
1346
|
"type": "String"
|
|
1325
1347
|
},
|
|
1326
1348
|
{
|
|
1327
1349
|
"id": "configuration.region",
|
|
1328
1350
|
"label": "Region",
|
|
1329
|
-
"description": "Specify the AWS region",
|
|
1330
1351
|
"optional": false,
|
|
1331
1352
|
"constraints": {
|
|
1332
1353
|
"notEmpty": true
|
|
@@ -1353,7 +1374,6 @@
|
|
|
1353
1374
|
{
|
|
1354
1375
|
"id": "queue.queue.url",
|
|
1355
1376
|
"label": "Queue URL",
|
|
1356
|
-
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
1357
1377
|
"optional": false,
|
|
1358
1378
|
"constraints": {
|
|
1359
1379
|
"notEmpty": true
|
|
@@ -1363,12 +1383,12 @@
|
|
|
1363
1383
|
"name": "queue.url",
|
|
1364
1384
|
"type": "zeebe:property"
|
|
1365
1385
|
},
|
|
1386
|
+
"tooltip": "URL of the SQS queue to subscribe to.",
|
|
1366
1387
|
"type": "String"
|
|
1367
1388
|
},
|
|
1368
1389
|
{
|
|
1369
1390
|
"id": "queue.queue.pollingWaitTime",
|
|
1370
1391
|
"label": "Polling wait time",
|
|
1371
|
-
"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. A value of 0 will automatically be overridden to 1",
|
|
1372
1392
|
"optional": false,
|
|
1373
1393
|
"value": "20",
|
|
1374
1394
|
"constraints": {
|
|
@@ -1382,12 +1402,12 @@
|
|
|
1382
1402
|
"name": "queue.pollingWaitTime",
|
|
1383
1403
|
"type": "zeebe:property"
|
|
1384
1404
|
},
|
|
1405
|
+
"tooltip": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">Amazon SQS connector guide</a>. A value of 0 is automatically overridden to 1.",
|
|
1385
1406
|
"type": "String"
|
|
1386
1407
|
},
|
|
1387
1408
|
{
|
|
1388
1409
|
"id": "queue.queue.attributeNames",
|
|
1389
1410
|
"label": "Attribute names",
|
|
1390
|
-
"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",
|
|
1391
1411
|
"optional": false,
|
|
1392
1412
|
"feel": "optional",
|
|
1393
1413
|
"group": "input",
|
|
@@ -1395,12 +1415,12 @@
|
|
|
1395
1415
|
"name": "queue.attributeNames",
|
|
1396
1416
|
"type": "zeebe:property"
|
|
1397
1417
|
},
|
|
1418
|
+
"tooltip": "Array of queue attribute names. See the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">Amazon SQS connector guide</a>.",
|
|
1398
1419
|
"type": "String"
|
|
1399
1420
|
},
|
|
1400
1421
|
{
|
|
1401
1422
|
"id": "queue.queue.messageAttributeNames",
|
|
1402
1423
|
"label": "Message attribute names",
|
|
1403
|
-
"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",
|
|
1404
1424
|
"optional": false,
|
|
1405
1425
|
"feel": "optional",
|
|
1406
1426
|
"group": "input",
|
|
@@ -1408,6 +1428,7 @@
|
|
|
1408
1428
|
"name": "queue.messageAttributeNames",
|
|
1409
1429
|
"type": "zeebe:property"
|
|
1410
1430
|
},
|
|
1431
|
+
"tooltip": "Array of message attribute names. See the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound\" target=\"_blank\">Amazon SQS connector guide</a>.",
|
|
1411
1432
|
"type": "String"
|
|
1412
1433
|
},
|
|
1413
1434
|
{
|
|
@@ -1604,5 +1625,503 @@
|
|
|
1604
1625
|
"icon": {
|
|
1605
1626
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0MCA0MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0nMCUnIHkxPScxMDAlJyB4Mj0nMTAwJScgeTI9JzAlJyBpZD0nbGluZWFyR3JhZGllbnQtMSc+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNCMDA4NEQnIG9mZnNldD0nMCUnPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI0ZGNEY4Qicgb2Zmc2V0PScxMDAlJz48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMicgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnCiAgICAgICBmaWxsLXJ1bGU9J2V2ZW5vZGQnPgogICAgICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS1CRy8zMi9BcHBsaWNhdGlvbi1JbnRlZ3JhdGlvbicgZmlsbD0ndXJsKCNsaW5lYXJHcmFkaWVudC0xKSc+CiAgICAgICAgICAgIDxyZWN0IGlkPSdSZWN0YW5nbGUnIHg9JzAnIHk9JzAnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSdNMTQuMzQyMjA1MSwyMi4zNDkzNzg2IEwxNS44NDY2NzY3LDIwLjkwNjEwNzQgQzE1Ljk0MjgzNDcsMjAuODE0MTUzOSAxNS45OTY5MjM1LDIwLjY4NzIxOCAxNS45OTk5Mjg1LDIwLjU1NTI4NDYgQzE2LjAwMTkzMTcsMjAuNDIyMzUxNyAxNS45NTE4NDk1LDIwLjI5MzQxNjggMTUuODU5Njk4MSwyMC4xOTg0NjQ4IEwxNC4zNTUyMjY0LDE4LjY0MzI1MDIgTDEzLjYzNTA0MzMsMTkuMzM3ODk5NCBMMTQuMzExMTU0LDIwLjAzNzU0NiBMMTEuOTkxMzQyOSwyMC4wMzc1NDYgTDExLjk5MTM0MjksMjEuMDM3MDQxMyBMMTQuMjY1MDc4MywyMS4wMzcwNDEzIEwxMy42NDgwNjQ3LDIxLjYyODc0MjUgTDE0LjM0MjIwNTEsMjIuMzQ5Mzc4NiBaIE0yNi4zNTc5NDUyLDIyLjM1MzM3NjUgTDI3LjkwNzQ5MDksMjAuOTAwMTEwNCBDMjguMDA2NjUzOCwyMC44MDgxNTY5IDI4LjA2Mjc0NTksMjAuNjc5MjIyIDI4LjA2NDc0OTIsMjAuNTQ0MjkwMSBDMjguMDY2NzUyNSwyMC40MDkzNTgzIDI4LjAxMzY2NTMsMjAuMjc4NDI0NCAyNy45MTg1MDksMjAuMTgzNDcyNCBMMjYuMzY4OTYzMywxOC42MzcyNTMyIEwyNS42NjA3OTk5LDE5LjM0Mzg5NjMgTDI2LjM1NDk0MDMsMjAuMDM3NTQ2IEwyNC4wMTEwODk2LDIwLjAzNzU0NiBMMjQuMDExMDg5NiwyMS4wMzcwNDEzIEwyNi4yOTg4NDgxLDIxLjAzNzA0MTMgTDI1LjY3MTgxOCwyMS42MjQ3NDQ1IEwyNi4zNTc5NDUyLDIyLjM1MzM3NjUgWiBNMTcuNTg3NTM2NywyMy4zNjA4Njc4IEMxOC4zMzg3NzA4LDIzLjA1NzAyMTIgMTkuMTYyMTIzNSwyMi44OTQxMDM1IDIwLjAwNDUwNzQsMjIuODk0MTAzNSBDMjAuODQ2ODkxMywyMi44OTQxMDM1IDIxLjY3MDI0NCwyMy4wNTcwMjEyIDIyLjQyMTQ3ODEsMjMuMzYwODY3OCBDMjEuNzUyMzc4OSwyMS41ODk3NjIyIDIxLjc1MjM3ODksMTkuMzg5ODczMSAyMi40MjE0NzgxLDE3LjYxODc2NzUgQzIwLjkxOTAwOTgsMTguMjI2NDYwNiAxOS4wOTAwMDUsMTguMjI2NDYwNiAxNy41ODc1MzY3LDE3LjYxODc2NzUgQzE4LjI1NjYzNTksMTkuMzg5ODczMSAxOC4yNTY2MzU5LDIxLjU4OTc2MjIgMTcuNTg3NTM2NywyMy4zNjA4Njc4IEwxNy41ODc1MzY3LDIzLjM2MDg2NzggWiBNMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IEMxNS41NDYxODMsMjUuMjQzOTE2OCAxNS40OTcxMDI0LDI1LjExNTk4MTQgMTUuNDk3MTAyNCwyNC45ODgwNDYgQzE1LjQ5NzEwMjQsMjQuODYwMTEwNiAxNS41NDYxODMsMjQuNzMyMTc1MyAxNS42NDQzNDQzLDI0LjYzNDIyNDcgQzE3LjU4NDUzMTcsMjIuNjk4MjAyNCAxNy41ODQ1MzE3LDE4LjI4MjQzMjQgMTUuNjQ0MzQ0MywxNi4zNDU0MTA2IEMxNS41NDYxODMsMTYuMjQ4NDU5NSAxNS40OTcxMDI0LDE2LjEyMDUyNDEgMTUuNDk3MTAyNCwxNS45OTI1OTEyIEMxNS40OTcxMDI0LDE1Ljg2NDY1MzQgMTUuNTQ2MTgzLDE1LjczNjcxOCAxNS42NDQzNDQzLDE1LjYzODc2NzQgQzE1LjgzOTY2NTIsMTUuNDQzODY1OSAxNi4xNTcxODY4LDE1LjQ0Mzg2NTkgMTYuMzUyNTA3NywxNS42Mzg3Njc0IEMxNy4yNzQwMjE2LDE2LjU1ODMwMzEgMTguNjA1MjA4NiwxNy4wODYwMzY2IDIwLjAwNDUwNzQsMTcuMDg2MDM2NiBDMjEuNDA0ODA3OSwxNy4wODYwMzY2IDIyLjczNTk5NDgsMTYuNTU4MzAzMSAyMy42NTc1MDg4LDE1LjYzODc2NzQgQzIzLjg1MjgyOTYsMTUuNDQzODY1OSAyNC4xNzAzNTEzLDE1LjQ0Mzg2NTkgMjQuMzY1NjcyMiwxNS42Mzg3Njc0IEMyNC40NjI4MzE4LDE1LjczNjcxOCAyNC41MTE5MTI0LDE1Ljg2NDY1MzQgMjQuNTExOTEyNCwxNS45OTI1OTEyIEMyNC41MTE5MTI0LDE2LjEyMDUyNDEgMjQuNDYyODMxOCwxNi4yNDg0NTk1IDI0LjM2NTY3MjIsMTYuMzQ1NDEwNiBDMjIuNDI0NDgzMSwxOC4yODI0MzI0IDIyLjQyNDQ4MzEsMjIuNjk4MjAyNCAyNC4zNjU2NzIyLDI0LjYzNDIyNDcgQzI0LjQ2MjgzMTgsMjQuNzMyMTc1MyAyNC41MTE5MTI0LDI0Ljg2MDExMDYgMjQuNTExOTEyNCwyNC45ODgwNDYgQzI0LjUxMTkxMjQsMjUuMTE1OTgxNCAyNC40NjI4MzE4LDI1LjI0MzkxNjggMjQuMzY1NjcyMiwyNS4zNDA4Njc5IEMyNC4yNjc1MTA5LDI1LjQzODgxODQgMjQuMTM5MzAwMywyNS40ODc3OTM3IDI0LjAxMTA4OTYsMjUuNDg3NzkzNyBDMjMuODgyODc5LDI1LjQ4Nzc5MzcgMjMuNzU0NjY4NCwyNS40Mzg4MTg0IDIzLjY1NzUwODgsMjUuMzQwODY3OSBDMjIuNzM1OTk0OCwyNC40MjEzMzIyIDIxLjQwNDgwNzksMjMuODkzNTk4NyAyMC4wMDQ1MDc0LDIzLjg5MzU5ODcgQzE4LjYwNTIwODYsMjMuODkzNTk4NyAxNy4yNzQwMjE2LDI0LjQyMTMzMjIgMTYuMzUyNTA3NywyNS4zNDA4Njc5IEMxNi4xNTcxODY4LDI1LjUzNTc2OTQgMTUuODM5NjY1MiwyNS41MzU3Njk0IDE1LjY0NDM0NDMsMjUuMzQwODY3OSBMMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IFogTTMyLjU0MjEwNDksMTkuNDM1ODQ5OSBDMzIuMjM2NjAzLDE5LjEzMjAwMzMgMzEuODM2OTQ2NCwxOC45ODAwODAxIDMxLjQzNjI4ODIsMTguOTgwMDgwMSBDMzEuMDM2NjMxNiwxOC45ODAwODAxIDMwLjYzNjk3NSwxOS4xMzIwMDMzIDMwLjMzMTQ3MzEsMTkuNDM1ODQ5OSBDMjkuNzIxNDcxLDIwLjA0NDU0MjUgMjkuNzIxNDcxLDIxLjAzNDA0MjggMzAuMzMxNDczMSwyMS42NDE3MzU5IEMzMC45NDE0NzUzLDIyLjI1MDQyODUgMzEuOTMyMTAyNywyMi4yNTA0Mjg1IDMyLjU0MjEwNDksMjEuNjQxNzM1OSBDMzMuMTUxMTA1NCwyMS4wMzQwNDI4IDMzLjE1MTEwNTQsMjAuMDQ0NTQyNSAzMi41NDIxMDQ5LDE5LjQzNTg0OTkgTDMyLjU0MjEwNDksMTkuNDM1ODQ5OSBaIE0zMy4yNTAyNjgzLDIyLjM0OTM3ODYgQzMyLjc1MDQ0NzIsMjIuODQ4MTI2NyAzMi4wOTMzNjc3LDIzLjA5ODAwMDUgMzEuNDM2Mjg4MiwyMy4wOTgwMDA1IEMzMC43ODAyMTAzLDIzLjA5ODAwMDUgMzAuMTIzMTMwOSwyMi44NDgxMjY3IDI5LjYyMzMwOTcsMjIuMzQ5Mzc4NiBDMjguNjIzNjY3NSwyMS4zNTA4ODI4IDI4LjYyMzY2NzUsMTkuNzI3NzAyNSAyOS42MjMzMDk3LDE4LjcyOTIwNjggQzMwLjYyMjk1MiwxNy43MzE3MTA1IDMyLjI1MDYyNiwxNy43MzE3MTA1IDMzLjI1MDI2ODMsMTguNzI5MjA2OCBDMzQuMjQ5OTEwNiwxOS43Mjc3MDI1IDM0LjI0OTkxMDYsMjEuMzUwODgyOCAzMy4yNTAyNjgzLDIyLjM0OTM3ODYgTDMzLjI1MDI2ODMsMjIuMzQ5Mzc4NiBaIE05LjY2ODUyNjg3LDE5LjQ0Njg0NDMgQzkuMzYzMDI0OTcsMTkuMTQyOTk3OCA4Ljk2MzM2ODM5LDE4Ljk5MTA3NDUgOC41NjI3MTAxNywxOC45OTEwNzQ1IEM4LjE2MzA1MzU5LDE4Ljk5MTA3NDUgNy43NjMzOTcwMSwxOS4xNDI5OTc4IDcuNDU3ODk1MTEsMTkuNDQ2ODQ0MyBDNi44NDg4OTQ2MSwyMC4wNTU1MzcgNi44NDg4OTQ2MSwyMS4wNDUwMzczIDcuNDU3ODk1MTEsMjEuNjUyNzMwNCBDOC4wNjc4OTcyNiwyMi4yNjE0MjMgOS4wNTg1MjQ3MiwyMi4yNjE0MjMgOS42Njg1MjY4NywyMS42NTI3MzA0IEMxMC4yNzc1Mjc0LDIxLjA0NTAzNzMgMTAuMjc3NTI3NCwyMC4wNTU1MzcgOS42Njg1MjY4NywxOS40NDY4NDQzIEw5LjY2ODUyNjg3LDE5LjQ0Njg0NDMgWiBNMTAuMzc2NjkwMywyMi4zNTkzNzM1IEM5Ljg3Njg2OTE0LDIyLjg1ODEyMTcgOS4yMTk3ODk2NSwyMy4xMDc5OTU1IDguNTYyNzEwMTcsMjMuMTA3OTk1NSBDNy45MDY2MzIzMiwyMy4xMDc5OTU1IDcuMjQ5NTUyODQsMjIuODU4MTIxNyA2Ljc0OTczMTcsMjIuMzU5MzczNSBDNS43NTAwODk0MywyMS4zNjE4NzczIDUuNzUwMDg5NDMsMTkuNzM4Njk3IDYuNzQ5NzMxNywxOC43NDAyMDEyIEM3Ljc0OTM3Mzk3LDE3Ljc0MjcwNDkgOS4zNzcwNDgwMSwxNy43NDI3MDQ5IDEwLjM3NjY5MDMsMTguNzQwMjAxMiBDMTEuMzc2MzMyNSwxOS43Mzg2OTcgMTEuMzc2MzMyNSwyMS4zNjE4NzczIDEwLjM3NjY5MDMsMjIuMzU5MzczNSBMMTAuMzc2NjkwMywyMi4zNTkzNzM1IFogTTI3LjQzMzcxMjUsMjguOTEwMDY1NCBDMjUuNDM2NDMxMywzMC45MDMwNTkgMjIuNzgyMDcwNSwzMi4wMDA1MDQ3IDE5Ljk1NzQzMDEsMzIuMDAwNTA0NyBDMTcuMTMyNzg5NiwzMi4wMDA1MDQ3IDE0LjQ3ODQyODgsMzAuOTAzMDU5IDEyLjQ4MjE0OTIsMjguOTEwMDY1NCBDMTEuMTY1OTg3LDI3LjU5NzcyODEgMTAuNDA3NzQxMywyNi40NjkyOTggOS45NDQ5ODEwNCwyNS4xMzU5NzEzIEw4Ljk5ODQyNTk5LDI1LjQ2MjgwNjMgQzkuNTA3MjYxOTMsMjYuOTI5MDY1OCAxMC4zNjI2NjcyLDI4LjIxMDQxODcgMTEuNzczOTg1OCwyOS42MTY3MDg2IEMxMy45NTg1NzQ4LDMxLjc5ODYwNjcgMTYuODY2MzUxOSwzMyAxOS45NTc0MzAxLDMzIEMyMy4wNDk1MDk5LDMzIDI1Ljk1NjI4NTMsMzEuNzk4NjA2NyAyOC4xNDE4NzU5LDI5LjYxNjcwODYgQzI5LjI4Mjc1MDIsMjguNDc4MjgzNSAzMC40MjA2MTk2LDI3LjE4NjkzNTYgMzEuMDExNTkwNSwyNS40NjA4MDczIEwzMC4wNjQwMzM4LDI1LjEzNzk3MDMgQzI5LjUzOTE3MTUsMjYuNjcwMTk2NiAyOC40ODk0NDY5LDI3Ljg1NjU5NzQgMjcuNDMzNzEyNSwyOC45MTAwNjU0IEwyNy40MzM3MTI1LDI4LjkxMDA2NTQgWiBNOS45NDQ5ODEwNCwxNS44NTk2NTU5IEw4Ljk5ODQyNTk5LDE1LjUzMTgyMTQgQzkuNTEwMjY2ODcsMTQuMDY0NTYyNCAxMC4zNjU2NzIyLDEyLjc4MzIwOTUgMTEuNzc1OTg5MSwxMS4zNzU5MjAyIEMxNi4yODYzOTkxLDYuODc1MTkzMDQgMjMuNjI2NDU3OCw2Ljg3NDE5MzU0IDI4LjEzNzg2OTQsMTEuMzc1OTIwMiBDMjkuMjE4NjQ0OSwxMi40NTMzNzYxIDMwLjQwMzU5MTYsMTMuNzg5NzAxMiAzMS4wMTE1OTA1LDE1LjUzMTgyMTQgTDMwLjA2NDAzMzgsMTUuODU5NjU1OSBDMjkuNTI0MTQ2OCwxNC4zMDk0Mzg3IDI4LjQyOTM0ODIsMTMuMDgwMDU5NiAyNy40Mjk3MDU5LDEyLjA4MjU2MzMgQzI1LjQzNDQyOCwxMC4wOTE1Njg4IDIyLjc4MTA2ODksOC45OTYxMjE5NyAxOS45NTc0MzAxLDguOTk2MTIxOTcgQzE3LjEzMzc5MTIsOC45OTYxMjE5NyAxNC40ODA0MzIxLDEwLjA5MTU2ODggMTIuNDg1MTU0MiwxMi4wODI1NjMzIEMxMS4xODcwMjE1LDEzLjM3NzkwOTIgMTAuNDAzNzM0NywxNC41NDIzMjExIDkuOTQ0OTgxMDQsMTUuODU5NjU1OSBMOS45NDQ5ODEwNCwxNS44NTk2NTU5IFonCiAgICAgICAgICAgICAgaWQ9J0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV9JY29uXzMyX1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
1606
1627
|
}
|
|
1628
|
+
},
|
|
1629
|
+
{
|
|
1630
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1631
|
+
"name": "Amazon SQS Boundary Event Connector",
|
|
1632
|
+
"id": "io.camunda.connectors.AWSSQS.boundary.v1",
|
|
1633
|
+
"version": 2,
|
|
1634
|
+
"description": "Receive message from a queue",
|
|
1635
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
1636
|
+
"appliesTo": ["bpmn:BoundaryEvent"],
|
|
1637
|
+
"elementType": {
|
|
1638
|
+
"value": "bpmn:BoundaryEvent",
|
|
1639
|
+
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
1640
|
+
},
|
|
1641
|
+
"category": {
|
|
1642
|
+
"id": "connectors",
|
|
1643
|
+
"name": "Connectors"
|
|
1644
|
+
},
|
|
1645
|
+
"groups": [
|
|
1646
|
+
{
|
|
1647
|
+
"id": "authentication",
|
|
1648
|
+
"label": "Authentication"
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
"id": "queueProperties",
|
|
1652
|
+
"label": "Queue properties"
|
|
1653
|
+
},
|
|
1654
|
+
{
|
|
1655
|
+
"id": "messagePollingProperties",
|
|
1656
|
+
"label": "Message polling properties"
|
|
1657
|
+
},
|
|
1658
|
+
{
|
|
1659
|
+
"id": "input",
|
|
1660
|
+
"label": "Use next attribute names for activation condition"
|
|
1661
|
+
},
|
|
1662
|
+
{
|
|
1663
|
+
"id": "activation",
|
|
1664
|
+
"label": "Activation"
|
|
1665
|
+
},
|
|
1666
|
+
{
|
|
1667
|
+
"id": "variable-mapping",
|
|
1668
|
+
"label": "Variable mapping"
|
|
1669
|
+
}
|
|
1670
|
+
],
|
|
1671
|
+
"properties": [
|
|
1672
|
+
{
|
|
1673
|
+
"type": "Hidden",
|
|
1674
|
+
"value": "io.camunda:aws-sqs-inbound:1",
|
|
1675
|
+
"binding": {
|
|
1676
|
+
"type": "zeebe:property",
|
|
1677
|
+
"name": "inbound.type"
|
|
1678
|
+
}
|
|
1679
|
+
},
|
|
1680
|
+
{
|
|
1681
|
+
"type": "Hidden",
|
|
1682
|
+
"generatedValue": {
|
|
1683
|
+
"type": "uuid"
|
|
1684
|
+
},
|
|
1685
|
+
"binding": {
|
|
1686
|
+
"type": "bpmn:Message#property",
|
|
1687
|
+
"name": "name"
|
|
1688
|
+
}
|
|
1689
|
+
},
|
|
1690
|
+
{
|
|
1691
|
+
"id": "authenticationType",
|
|
1692
|
+
"label": "Authentication",
|
|
1693
|
+
"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>",
|
|
1694
|
+
"group": "authentication",
|
|
1695
|
+
"type": "Dropdown",
|
|
1696
|
+
"optional": false,
|
|
1697
|
+
"value": "credentials",
|
|
1698
|
+
"choices": [
|
|
1699
|
+
{
|
|
1700
|
+
"name": "Credentials",
|
|
1701
|
+
"value": "credentials"
|
|
1702
|
+
},
|
|
1703
|
+
{
|
|
1704
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
1705
|
+
"value": "defaultCredentialsChain"
|
|
1706
|
+
}
|
|
1707
|
+
],
|
|
1708
|
+
"binding": {
|
|
1709
|
+
"type": "zeebe:property",
|
|
1710
|
+
"name": "authentication.type"
|
|
1711
|
+
},
|
|
1712
|
+
"constraints": {
|
|
1713
|
+
"notEmpty": true
|
|
1714
|
+
}
|
|
1715
|
+
},
|
|
1716
|
+
{
|
|
1717
|
+
"label": "Access key",
|
|
1718
|
+
"description": "Provide AWS IAM access key that has permission to read from desired SQS",
|
|
1719
|
+
"group": "authentication",
|
|
1720
|
+
"type": "String",
|
|
1721
|
+
"binding": {
|
|
1722
|
+
"type": "zeebe:property",
|
|
1723
|
+
"name": "authentication.accessKey"
|
|
1724
|
+
},
|
|
1725
|
+
"constraints": {
|
|
1726
|
+
"notEmpty": true
|
|
1727
|
+
},
|
|
1728
|
+
"condition": {
|
|
1729
|
+
"property": "authenticationType",
|
|
1730
|
+
"equals": "credentials"
|
|
1731
|
+
}
|
|
1732
|
+
},
|
|
1733
|
+
{
|
|
1734
|
+
"label": "Secret key",
|
|
1735
|
+
"description": "Provide AWS IAM secret key that has permission to read from desired SQS",
|
|
1736
|
+
"group": "authentication",
|
|
1737
|
+
"type": "String",
|
|
1738
|
+
"binding": {
|
|
1739
|
+
"type": "zeebe:property",
|
|
1740
|
+
"name": "authentication.secretKey"
|
|
1741
|
+
},
|
|
1742
|
+
"constraints": {
|
|
1743
|
+
"notEmpty": true
|
|
1744
|
+
},
|
|
1745
|
+
"condition": {
|
|
1746
|
+
"property": "authenticationType",
|
|
1747
|
+
"equals": "credentials"
|
|
1748
|
+
}
|
|
1749
|
+
},
|
|
1750
|
+
{
|
|
1751
|
+
"label": "Queue URL",
|
|
1752
|
+
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
1753
|
+
"group": "queueProperties",
|
|
1754
|
+
"type": "String",
|
|
1755
|
+
"binding": {
|
|
1756
|
+
"type": "zeebe:property",
|
|
1757
|
+
"name": "queue.url"
|
|
1758
|
+
},
|
|
1759
|
+
"constraints": {
|
|
1760
|
+
"notEmpty": true,
|
|
1761
|
+
"pattern": {
|
|
1762
|
+
"value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
1763
|
+
"message": "Must be an queue URL or ARN"
|
|
1764
|
+
}
|
|
1765
|
+
}
|
|
1766
|
+
},
|
|
1767
|
+
{
|
|
1768
|
+
"label": "Region",
|
|
1769
|
+
"description": "Specify the AWS region of your queue",
|
|
1770
|
+
"group": "queueProperties",
|
|
1771
|
+
"type": "String",
|
|
1772
|
+
"binding": {
|
|
1773
|
+
"type": "zeebe:property",
|
|
1774
|
+
"name": "configuration.region"
|
|
1775
|
+
},
|
|
1776
|
+
"constraints": {
|
|
1777
|
+
"notEmpty": true
|
|
1778
|
+
}
|
|
1779
|
+
},
|
|
1780
|
+
{
|
|
1781
|
+
"label": "Polling wait time",
|
|
1782
|
+
"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",
|
|
1783
|
+
"group": "messagePollingProperties",
|
|
1784
|
+
"type": "String",
|
|
1785
|
+
"optional": false,
|
|
1786
|
+
"feel": "optional",
|
|
1787
|
+
"value": "1",
|
|
1788
|
+
"binding": {
|
|
1789
|
+
"type": "zeebe:property",
|
|
1790
|
+
"name": "queue.pollingWaitTime"
|
|
1791
|
+
},
|
|
1792
|
+
"constraints": {
|
|
1793
|
+
"notEmpty": true,
|
|
1794
|
+
"pattern": {
|
|
1795
|
+
"value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
1796
|
+
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
1797
|
+
}
|
|
1798
|
+
}
|
|
1799
|
+
},
|
|
1800
|
+
{
|
|
1801
|
+
"label": "Attribute names",
|
|
1802
|
+
"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",
|
|
1803
|
+
"group": "input",
|
|
1804
|
+
"type": "String",
|
|
1805
|
+
"optional": true,
|
|
1806
|
+
"binding": {
|
|
1807
|
+
"type": "zeebe:property",
|
|
1808
|
+
"name": "queue.attributeNames"
|
|
1809
|
+
},
|
|
1810
|
+
"feel": "required"
|
|
1811
|
+
},
|
|
1812
|
+
{
|
|
1813
|
+
"label": "Message attribute names",
|
|
1814
|
+
"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",
|
|
1815
|
+
"group": "input",
|
|
1816
|
+
"type": "String",
|
|
1817
|
+
"optional": true,
|
|
1818
|
+
"binding": {
|
|
1819
|
+
"type": "zeebe:property",
|
|
1820
|
+
"name": "queue.messageAttributeNames"
|
|
1821
|
+
},
|
|
1822
|
+
"feel": "required"
|
|
1823
|
+
},
|
|
1824
|
+
{
|
|
1825
|
+
"label": "Correlation key (process)",
|
|
1826
|
+
"type": "String",
|
|
1827
|
+
"group": "activation",
|
|
1828
|
+
"feel": "required",
|
|
1829
|
+
"description": "Sets up the correlation key from process variables",
|
|
1830
|
+
"binding": {
|
|
1831
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
1832
|
+
"name": "correlationKey"
|
|
1833
|
+
},
|
|
1834
|
+
"constraints": {
|
|
1835
|
+
"notEmpty": true
|
|
1836
|
+
}
|
|
1837
|
+
},
|
|
1838
|
+
{
|
|
1839
|
+
"label": "Correlation key (payload)",
|
|
1840
|
+
"type": "String",
|
|
1841
|
+
"group": "activation",
|
|
1842
|
+
"feel": "required",
|
|
1843
|
+
"binding": {
|
|
1844
|
+
"type": "zeebe:property",
|
|
1845
|
+
"name": "correlationKeyExpression"
|
|
1846
|
+
},
|
|
1847
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
1848
|
+
"constraints": {
|
|
1849
|
+
"notEmpty": true
|
|
1850
|
+
}
|
|
1851
|
+
},
|
|
1852
|
+
{
|
|
1853
|
+
"label": "Activation condition",
|
|
1854
|
+
"type": "String",
|
|
1855
|
+
"group": "activation",
|
|
1856
|
+
"feel": "required",
|
|
1857
|
+
"optional": true,
|
|
1858
|
+
"binding": {
|
|
1859
|
+
"type": "zeebe:property",
|
|
1860
|
+
"name": "activationCondition"
|
|
1861
|
+
},
|
|
1862
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events"
|
|
1863
|
+
},
|
|
1864
|
+
{
|
|
1865
|
+
"label": "Result variable",
|
|
1866
|
+
"type": "String",
|
|
1867
|
+
"group": "variable-mapping",
|
|
1868
|
+
"optional": true,
|
|
1869
|
+
"binding": {
|
|
1870
|
+
"type": "zeebe:property",
|
|
1871
|
+
"name": "resultVariable"
|
|
1872
|
+
},
|
|
1873
|
+
"description": "Name of variable to store the result of the connector in"
|
|
1874
|
+
},
|
|
1875
|
+
{
|
|
1876
|
+
"label": "Result expression",
|
|
1877
|
+
"type": "String",
|
|
1878
|
+
"group": "variable-mapping",
|
|
1879
|
+
"feel": "required",
|
|
1880
|
+
"optional": true,
|
|
1881
|
+
"binding": {
|
|
1882
|
+
"type": "zeebe:property",
|
|
1883
|
+
"name": "resultExpression"
|
|
1884
|
+
},
|
|
1885
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
1886
|
+
}
|
|
1887
|
+
],
|
|
1888
|
+
"icon": {
|
|
1889
|
+
"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"
|
|
1890
|
+
},
|
|
1891
|
+
"engines": {
|
|
1892
|
+
"camunda": "^8.4"
|
|
1893
|
+
}
|
|
1894
|
+
},
|
|
1895
|
+
{
|
|
1896
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1897
|
+
"name": "Amazon SQS Boundary Event Connector",
|
|
1898
|
+
"id": "io.camunda.connectors.AWSSQS.boundary.v1",
|
|
1899
|
+
"version": 1,
|
|
1900
|
+
"description": "Receive message from a queue",
|
|
1901
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
1902
|
+
"appliesTo": ["bpmn:BoundaryEvent"],
|
|
1903
|
+
"elementType": {
|
|
1904
|
+
"value": "bpmn:BoundaryEvent",
|
|
1905
|
+
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
1906
|
+
},
|
|
1907
|
+
"category": {
|
|
1908
|
+
"id": "connectors",
|
|
1909
|
+
"name": "Connectors"
|
|
1910
|
+
},
|
|
1911
|
+
"groups": [
|
|
1912
|
+
{
|
|
1913
|
+
"id": "authentication",
|
|
1914
|
+
"label": "Authentication"
|
|
1915
|
+
},
|
|
1916
|
+
{
|
|
1917
|
+
"id": "queueProperties",
|
|
1918
|
+
"label": "Queue properties"
|
|
1919
|
+
},
|
|
1920
|
+
{
|
|
1921
|
+
"id": "messagePollingProperties",
|
|
1922
|
+
"label": "Message polling properties"
|
|
1923
|
+
},
|
|
1924
|
+
{
|
|
1925
|
+
"id": "input",
|
|
1926
|
+
"label": "Use next attribute names for activation condition"
|
|
1927
|
+
},
|
|
1928
|
+
{
|
|
1929
|
+
"id": "activation",
|
|
1930
|
+
"label": "Activation"
|
|
1931
|
+
},
|
|
1932
|
+
{
|
|
1933
|
+
"id": "variable-mapping",
|
|
1934
|
+
"label": "Variable mapping"
|
|
1935
|
+
}
|
|
1936
|
+
],
|
|
1937
|
+
"properties": [
|
|
1938
|
+
{
|
|
1939
|
+
"type": "Hidden",
|
|
1940
|
+
"value": "io.camunda:aws-sqs-inbound:1",
|
|
1941
|
+
"binding": {
|
|
1942
|
+
"type": "zeebe:property",
|
|
1943
|
+
"name": "inbound.type"
|
|
1944
|
+
}
|
|
1945
|
+
},
|
|
1946
|
+
{
|
|
1947
|
+
"type": "Hidden",
|
|
1948
|
+
"generatedValue": {
|
|
1949
|
+
"type": "uuid"
|
|
1950
|
+
},
|
|
1951
|
+
"binding": {
|
|
1952
|
+
"type": "bpmn:Message#property",
|
|
1953
|
+
"name": "name"
|
|
1954
|
+
}
|
|
1955
|
+
},
|
|
1956
|
+
{
|
|
1957
|
+
"label": "Access key",
|
|
1958
|
+
"description": "Provide AWS IAM access key that has permission to read from desired SQS",
|
|
1959
|
+
"group": "authentication",
|
|
1960
|
+
"type": "String",
|
|
1961
|
+
"binding": {
|
|
1962
|
+
"type": "zeebe:property",
|
|
1963
|
+
"name": "authentication.accessKey"
|
|
1964
|
+
},
|
|
1965
|
+
"constraints": {
|
|
1966
|
+
"notEmpty": true
|
|
1967
|
+
}
|
|
1968
|
+
},
|
|
1969
|
+
{
|
|
1970
|
+
"label": "Secret key",
|
|
1971
|
+
"description": "Provide AWS IAM secret key that has permission to read from desired SQS",
|
|
1972
|
+
"group": "authentication",
|
|
1973
|
+
"type": "String",
|
|
1974
|
+
"binding": {
|
|
1975
|
+
"type": "zeebe:property",
|
|
1976
|
+
"name": "authentication.secretKey"
|
|
1977
|
+
},
|
|
1978
|
+
"constraints": {
|
|
1979
|
+
"notEmpty": true
|
|
1980
|
+
}
|
|
1981
|
+
},
|
|
1982
|
+
{
|
|
1983
|
+
"label": "Queue URL",
|
|
1984
|
+
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
1985
|
+
"group": "queueProperties",
|
|
1986
|
+
"type": "String",
|
|
1987
|
+
"binding": {
|
|
1988
|
+
"type": "zeebe:property",
|
|
1989
|
+
"name": "queue.url"
|
|
1990
|
+
},
|
|
1991
|
+
"constraints": {
|
|
1992
|
+
"notEmpty": true,
|
|
1993
|
+
"pattern": {
|
|
1994
|
+
"value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
1995
|
+
"message": "Must be an queue URL or ARN"
|
|
1996
|
+
}
|
|
1997
|
+
}
|
|
1998
|
+
},
|
|
1999
|
+
{
|
|
2000
|
+
"label": "Region",
|
|
2001
|
+
"description": "Specify the AWS region of your queue",
|
|
2002
|
+
"group": "queueProperties",
|
|
2003
|
+
"type": "String",
|
|
2004
|
+
"binding": {
|
|
2005
|
+
"type": "zeebe:property",
|
|
2006
|
+
"name": "configuration.region"
|
|
2007
|
+
},
|
|
2008
|
+
"constraints": {
|
|
2009
|
+
"notEmpty": true
|
|
2010
|
+
}
|
|
2011
|
+
},
|
|
2012
|
+
{
|
|
2013
|
+
"label": "Polling wait time",
|
|
2014
|
+
"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",
|
|
2015
|
+
"group": "messagePollingProperties",
|
|
2016
|
+
"type": "String",
|
|
2017
|
+
"optional": false,
|
|
2018
|
+
"feel": "optional",
|
|
2019
|
+
"value": "1",
|
|
2020
|
+
"binding": {
|
|
2021
|
+
"type": "zeebe:property",
|
|
2022
|
+
"name": "queue.pollingWaitTime"
|
|
2023
|
+
},
|
|
2024
|
+
"constraints": {
|
|
2025
|
+
"notEmpty": true,
|
|
2026
|
+
"pattern": {
|
|
2027
|
+
"value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
2028
|
+
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
2029
|
+
}
|
|
2030
|
+
}
|
|
2031
|
+
},
|
|
2032
|
+
{
|
|
2033
|
+
"label": "Attribute names",
|
|
2034
|
+
"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",
|
|
2035
|
+
"group": "input",
|
|
2036
|
+
"type": "String",
|
|
2037
|
+
"optional": true,
|
|
2038
|
+
"binding": {
|
|
2039
|
+
"type": "zeebe:property",
|
|
2040
|
+
"name": "queue.attributeNames"
|
|
2041
|
+
},
|
|
2042
|
+
"feel": "required"
|
|
2043
|
+
},
|
|
2044
|
+
{
|
|
2045
|
+
"label": "Message attribute names",
|
|
2046
|
+
"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",
|
|
2047
|
+
"group": "input",
|
|
2048
|
+
"type": "String",
|
|
2049
|
+
"optional": true,
|
|
2050
|
+
"binding": {
|
|
2051
|
+
"type": "zeebe:property",
|
|
2052
|
+
"name": "queue.messageAttributeNames"
|
|
2053
|
+
},
|
|
2054
|
+
"feel": "required"
|
|
2055
|
+
},
|
|
2056
|
+
{
|
|
2057
|
+
"label": "Correlation key (process)",
|
|
2058
|
+
"type": "String",
|
|
2059
|
+
"group": "activation",
|
|
2060
|
+
"feel": "required",
|
|
2061
|
+
"description": "Sets up the correlation key from process variables",
|
|
2062
|
+
"binding": {
|
|
2063
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
2064
|
+
"name": "correlationKey"
|
|
2065
|
+
},
|
|
2066
|
+
"constraints": {
|
|
2067
|
+
"notEmpty": true
|
|
2068
|
+
}
|
|
2069
|
+
},
|
|
2070
|
+
{
|
|
2071
|
+
"label": "Correlation key (payload)",
|
|
2072
|
+
"type": "String",
|
|
2073
|
+
"group": "activation",
|
|
2074
|
+
"feel": "required",
|
|
2075
|
+
"binding": {
|
|
2076
|
+
"type": "zeebe:property",
|
|
2077
|
+
"name": "correlationKeyExpression"
|
|
2078
|
+
},
|
|
2079
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
2080
|
+
"constraints": {
|
|
2081
|
+
"notEmpty": true
|
|
2082
|
+
}
|
|
2083
|
+
},
|
|
2084
|
+
{
|
|
2085
|
+
"label": "Activation condition",
|
|
2086
|
+
"type": "String",
|
|
2087
|
+
"group": "activation",
|
|
2088
|
+
"feel": "required",
|
|
2089
|
+
"optional": true,
|
|
2090
|
+
"binding": {
|
|
2091
|
+
"type": "zeebe:property",
|
|
2092
|
+
"name": "activationCondition"
|
|
2093
|
+
},
|
|
2094
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events"
|
|
2095
|
+
},
|
|
2096
|
+
{
|
|
2097
|
+
"label": "Result variable",
|
|
2098
|
+
"type": "String",
|
|
2099
|
+
"group": "variable-mapping",
|
|
2100
|
+
"optional": true,
|
|
2101
|
+
"binding": {
|
|
2102
|
+
"type": "zeebe:property",
|
|
2103
|
+
"name": "resultVariable"
|
|
2104
|
+
},
|
|
2105
|
+
"description": "Name of variable to store the result of the connector in"
|
|
2106
|
+
},
|
|
2107
|
+
{
|
|
2108
|
+
"label": "Result expression",
|
|
2109
|
+
"type": "String",
|
|
2110
|
+
"group": "variable-mapping",
|
|
2111
|
+
"feel": "required",
|
|
2112
|
+
"optional": true,
|
|
2113
|
+
"binding": {
|
|
2114
|
+
"type": "zeebe:property",
|
|
2115
|
+
"name": "resultExpression"
|
|
2116
|
+
},
|
|
2117
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
2118
|
+
}
|
|
2119
|
+
],
|
|
2120
|
+
"icon": {
|
|
2121
|
+
"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"
|
|
2122
|
+
},
|
|
2123
|
+
"engines": {
|
|
2124
|
+
"camunda": "^8.2"
|
|
2125
|
+
}
|
|
1607
2126
|
}
|
|
1608
2127
|
]
|