@camunda/connectors-element-templates 1.0.17 → 1.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/connectors.js +12 -2
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +2 -5
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +6 -6
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +6 -6
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +6 -6
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +6 -6
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +10 -13
- package/src/element-templates/agenticai-aiagent-job-worker.json +3774 -33
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +7968 -4288
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +2 -5
- package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -5
- package/src/element-templates/asana-connector.json +718 -7
- package/src/element-templates/automation-anywhere-outbound-connector.json +1175 -1171
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
- package/src/element-templates/aws-bedrock-outbound-connector.json +775 -38
- package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1407 -1407
- package/src/element-templates/aws-eventbridge-connector-boundary.json +370 -5
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
- package/src/element-templates/aws-eventbridge-connector-message-start.json +399 -0
- package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
- package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
- package/src/element-templates/aws-lambda-outbound-connector.json +472 -468
- package/src/element-templates/aws-s3-outbound-connector.json +656 -15
- package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
- package/src/element-templates/aws-sns-inbound-boundary.json +230 -223
- package/src/element-templates/aws-sns-inbound-intermediate.json +486 -479
- package/src/element-templates/aws-sns-inbound-message-start.json +240 -233
- package/src/element-templates/aws-sns-inbound-receive.json +13 -6
- package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
- package/src/element-templates/aws-sns-outbound-connector.json +390 -386
- package/src/element-templates/aws-sqs-boundary-connector.json +472 -468
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +388 -384
- package/src/element-templates/aws-sqs-outbound-connector.json +402 -400
- package/src/element-templates/aws-sqs-receive-connector.json +15 -11
- package/src/element-templates/aws-sqs-start-event-connector.json +571 -563
- package/src/element-templates/aws-sqs-start-message.json +866 -862
- package/src/element-templates/aws-textract-outbound-connector.json +358 -354
- package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
- package/src/element-templates/azure-open-ai-connector.json +1325 -0
- package/src/element-templates/blue-prism-connector.json +595 -50
- package/src/element-templates/box-outbound-connector.json +924 -12
- package/src/element-templates/csv-outbound-connector.json +39 -31
- package/src/element-templates/easy-post-connector.json +1088 -120
- package/src/element-templates/email-inbound-connector-boundary.json +16 -8
- package/src/element-templates/email-inbound-connector-intermediate.json +16 -8
- package/src/element-templates/email-inbound-connector-receive.json +564 -0
- package/src/element-templates/email-message-start-event-connector.json +16 -8
- package/src/element-templates/email-outbound-connector.json +2114 -241
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
- package/src/element-templates/github-connector.json +12587 -9052
- package/src/element-templates/github-webhook-connector-boundary.json +27 -29
- package/src/element-templates/github-webhook-connector-intermediate.json +40 -42
- package/src/element-templates/github-webhook-connector-message-start.json +19 -21
- package/src/element-templates/github-webhook-connector-receive.json +13 -15
- package/src/element-templates/github-webhook-connector-start-event.json +11 -13
- package/src/element-templates/gitlab-connector.json +4756 -3124
- package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
- package/src/element-templates/google-drive-outbound-connector.json +1285 -665
- package/src/element-templates/google-gemini-outbound-connector.json +117 -109
- package/src/element-templates/google-maps-platform-connector.json +1055 -26
- package/src/element-templates/google-sheets-outbound-connector.json +2413 -1419
- package/src/element-templates/graphql-outbound-connector.json +1136 -1127
- package/src/element-templates/http-json-connector.json +2779 -2129
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +1483 -1472
- package/src/element-templates/http-polling-connector.json +746 -735
- package/src/element-templates/hubspot-outbound-connector.json +2376 -30
- package/src/element-templates/hugging-face-connector.json +249 -18
- package/src/element-templates/jdbc-outbound-connector.json +62 -48
- package/src/element-templates/kafka-inbound-connector-boundary.json +528 -519
- package/src/element-templates/kafka-inbound-connector-intermediate.json +729 -720
- package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
- package/src/element-templates/kafka-inbound-connector-start-message.json +628 -619
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +666 -660
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
- package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
- package/src/element-templates/microsoft-teams-outbound-connector.json +4161 -1997
- package/src/element-templates/openai-connector.json +579 -116
- package/src/element-templates/operate-connector.json +1219 -67
- package/src/element-templates/power-automate-connector.json +604 -12
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +863 -854
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +926 -917
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +469 -460
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +601 -592
- package/src/element-templates/rabbitmq-outbound-connector.json +634 -628
- package/src/element-templates/rpa-connector.json +346 -0
- package/src/element-templates/salesforce-connector.json +553 -9
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
- package/src/element-templates/send-message-connector-message-end-event.json +10 -5
- package/src/element-templates/send-message-connector-send-task.json +10 -5
- package/src/element-templates/sendgrid-outbound-connector.json +1380 -772
- package/src/element-templates/servicenow-connector.json +971 -3
- package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
- package/src/element-templates/servicenow-incident-connector.json +980 -3
- package/src/element-templates/slack-inbound-boundary.json +389 -91
- package/src/element-templates/slack-inbound-intermediate.json +393 -95
- package/src/element-templates/slack-inbound-message-start.json +566 -236
- package/src/element-templates/slack-inbound-receive.json +297 -0
- package/src/element-templates/slack-inbound-start-event.json +127 -122
- package/src/element-templates/slack-outbound-connector.json +2613 -915
- package/src/element-templates/soap-outbound-connector.json +812 -2
- package/src/element-templates/twilio-connector.json +1514 -34
- package/src/element-templates/twilio-webhook-boundary-connector.json +29 -20
- package/src/element-templates/twilio-webhook-connector.json +238 -8
- package/src/element-templates/twilio-webhook-intermediate-connector.json +39 -30
- package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
- package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
- package/src/element-templates/uipath-connector.json +607 -15
- package/src/element-templates/webhook-connector-boundary.json +1218 -1208
- package/src/element-templates/webhook-connector-intermediate.json +1837 -1827
- package/src/element-templates/webhook-connector-receive.json +55 -45
- package/src/element-templates/webhook-connector-start-event.json +1299 -1292
- package/src/element-templates/webhook-connector-start-message.json +711 -701
- package/src/element-templates/whatsapp-connector.json +339 -5
- package/src/element-templates/http-connector.json.json +0 -654
|
@@ -3,23 +3,39 @@
|
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
4
|
"name": "Amazon SQS Message Start Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.AWSSQS.startmessage.v1",
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
|
|
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
|
+
],
|
|
16
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
|
|
17
|
+
"version": 10,
|
|
18
|
+
"category": {
|
|
19
|
+
"id": "connectors",
|
|
20
|
+
"name": "Connectors"
|
|
21
|
+
},
|
|
9
22
|
"appliesTo": ["bpmn:StartEvent"],
|
|
10
23
|
"elementType": {
|
|
11
24
|
"value": "bpmn:StartEvent",
|
|
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"
|
|
@@ -38,163 +54,213 @@
|
|
|
38
54
|
},
|
|
39
55
|
{
|
|
40
56
|
"id": "correlation",
|
|
41
|
-
"label": "
|
|
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>."
|
|
42
59
|
},
|
|
43
60
|
{
|
|
44
|
-
"id": "
|
|
45
|
-
"label": "
|
|
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"
|
|
46
68
|
}
|
|
47
69
|
],
|
|
48
70
|
"properties": [
|
|
49
71
|
{
|
|
50
|
-
"type": "Hidden",
|
|
51
72
|
"value": "io.camunda:aws-sqs-inbound:1",
|
|
52
73
|
"binding": {
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
}
|
|
74
|
+
"name": "inbound.type",
|
|
75
|
+
"type": "zeebe:property"
|
|
76
|
+
},
|
|
77
|
+
"type": "Hidden"
|
|
56
78
|
},
|
|
57
79
|
{
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
|
|
61
|
-
|
|
80
|
+
"id": "authentication.type",
|
|
81
|
+
"label": "Authentication",
|
|
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",
|
|
84
|
+
"group": "authentication",
|
|
62
85
|
"binding": {
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
}
|
|
86
|
+
"name": "authentication.type",
|
|
87
|
+
"type": "zeebe:property"
|
|
88
|
+
},
|
|
89
|
+
"type": "Dropdown",
|
|
90
|
+
"choices": [
|
|
91
|
+
{
|
|
92
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
93
|
+
"value": "defaultCredentialsChain"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"name": "Credentials",
|
|
97
|
+
"value": "credentials"
|
|
98
|
+
}
|
|
99
|
+
]
|
|
66
100
|
},
|
|
67
101
|
{
|
|
102
|
+
"id": "authentication.accessKey",
|
|
68
103
|
"label": "Access key",
|
|
69
|
-
"description": "Provide
|
|
104
|
+
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
105
|
+
"optional": false,
|
|
106
|
+
"constraints": {
|
|
107
|
+
"notEmpty": true
|
|
108
|
+
},
|
|
70
109
|
"group": "authentication",
|
|
71
|
-
"type": "String",
|
|
72
110
|
"binding": {
|
|
73
|
-
"
|
|
74
|
-
"
|
|
111
|
+
"name": "authentication.accessKey",
|
|
112
|
+
"type": "zeebe:property"
|
|
75
113
|
},
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
|
|
114
|
+
"condition": {
|
|
115
|
+
"property": "authentication.type",
|
|
116
|
+
"equals": "credentials",
|
|
117
|
+
"type": "simple"
|
|
118
|
+
},
|
|
119
|
+
"type": "String"
|
|
79
120
|
},
|
|
80
121
|
{
|
|
122
|
+
"id": "authentication.secretKey",
|
|
81
123
|
"label": "Secret key",
|
|
82
|
-
"description": "Provide
|
|
124
|
+
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
125
|
+
"optional": false,
|
|
126
|
+
"constraints": {
|
|
127
|
+
"notEmpty": true
|
|
128
|
+
},
|
|
83
129
|
"group": "authentication",
|
|
84
|
-
"type": "String",
|
|
85
130
|
"binding": {
|
|
86
|
-
"
|
|
87
|
-
"
|
|
131
|
+
"name": "authentication.secretKey",
|
|
132
|
+
"type": "zeebe:property"
|
|
133
|
+
},
|
|
134
|
+
"condition": {
|
|
135
|
+
"property": "authentication.type",
|
|
136
|
+
"equals": "credentials",
|
|
137
|
+
"type": "simple"
|
|
88
138
|
},
|
|
139
|
+
"type": "String"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"id": "configuration.region",
|
|
143
|
+
"label": "Region",
|
|
144
|
+
"description": "Specify the AWS region",
|
|
145
|
+
"optional": false,
|
|
89
146
|
"constraints": {
|
|
90
147
|
"notEmpty": true
|
|
91
|
-
}
|
|
148
|
+
},
|
|
149
|
+
"group": "configuration",
|
|
150
|
+
"binding": {
|
|
151
|
+
"name": "configuration.region",
|
|
152
|
+
"type": "zeebe:property"
|
|
153
|
+
},
|
|
154
|
+
"type": "String"
|
|
92
155
|
},
|
|
93
156
|
{
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
157
|
+
"id": "configuration.endpoint",
|
|
158
|
+
"label": "Endpoint",
|
|
159
|
+
"description": "Specify endpoint if need to use custom endpoint",
|
|
160
|
+
"optional": true,
|
|
161
|
+
"group": "configuration",
|
|
98
162
|
"binding": {
|
|
99
|
-
"
|
|
100
|
-
"
|
|
163
|
+
"name": "configuration.endpoint",
|
|
164
|
+
"type": "zeebe:property"
|
|
101
165
|
},
|
|
102
|
-
"
|
|
103
|
-
"notEmpty": true,
|
|
104
|
-
"pattern": {
|
|
105
|
-
"value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
106
|
-
"message": "Must be an queue URL or ARN"
|
|
107
|
-
}
|
|
108
|
-
}
|
|
166
|
+
"type": "Hidden"
|
|
109
167
|
},
|
|
110
168
|
{
|
|
111
|
-
"
|
|
112
|
-
"
|
|
169
|
+
"id": "queue.queue.url",
|
|
170
|
+
"label": "Queue URL",
|
|
171
|
+
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
172
|
+
"optional": false,
|
|
173
|
+
"constraints": {
|
|
174
|
+
"notEmpty": true
|
|
175
|
+
},
|
|
113
176
|
"group": "queueProperties",
|
|
114
|
-
"type": "String",
|
|
115
177
|
"binding": {
|
|
116
|
-
"
|
|
117
|
-
"
|
|
178
|
+
"name": "queue.url",
|
|
179
|
+
"type": "zeebe:property"
|
|
118
180
|
},
|
|
119
|
-
"
|
|
120
|
-
"notEmpty": true
|
|
121
|
-
}
|
|
181
|
+
"type": "String"
|
|
122
182
|
},
|
|
123
183
|
{
|
|
184
|
+
"id": "queue.queue.pollingWaitTime",
|
|
124
185
|
"label": "Polling wait time",
|
|
125
|
-
"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/
|
|
126
|
-
"group": "messagePollingProperties",
|
|
127
|
-
"type": "String",
|
|
186
|
+
"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",
|
|
128
187
|
"optional": false,
|
|
129
|
-
"
|
|
130
|
-
"value": "1",
|
|
131
|
-
"binding": {
|
|
132
|
-
"type": "zeebe:property",
|
|
133
|
-
"name": "queue.pollingWaitTime"
|
|
134
|
-
},
|
|
188
|
+
"value": "20",
|
|
135
189
|
"constraints": {
|
|
136
190
|
"notEmpty": true,
|
|
137
191
|
"pattern": {
|
|
138
|
-
"value": "^([0-9]?|1[0-9]|20
|
|
139
|
-
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
192
|
+
"value": "^([0-9]?|1[0-9]|20|secrets\\..+)$"
|
|
140
193
|
}
|
|
141
|
-
}
|
|
194
|
+
},
|
|
195
|
+
"group": "messagePollingProperties",
|
|
196
|
+
"binding": {
|
|
197
|
+
"name": "queue.pollingWaitTime",
|
|
198
|
+
"type": "zeebe:property"
|
|
199
|
+
},
|
|
200
|
+
"type": "String"
|
|
142
201
|
},
|
|
143
202
|
{
|
|
203
|
+
"id": "queue.queue.attributeNames",
|
|
144
204
|
"label": "Attribute names",
|
|
145
|
-
"description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
205
|
+
"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",
|
|
206
|
+
"optional": false,
|
|
207
|
+
"feel": "optional",
|
|
146
208
|
"group": "input",
|
|
147
|
-
"type": "String",
|
|
148
|
-
"optional": true,
|
|
149
209
|
"binding": {
|
|
150
|
-
"
|
|
151
|
-
"
|
|
210
|
+
"name": "queue.attributeNames",
|
|
211
|
+
"type": "zeebe:property"
|
|
152
212
|
},
|
|
153
|
-
"
|
|
213
|
+
"type": "String"
|
|
154
214
|
},
|
|
155
215
|
{
|
|
216
|
+
"id": "queue.queue.messageAttributeNames",
|
|
156
217
|
"label": "Message attribute names",
|
|
157
|
-
"description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
218
|
+
"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",
|
|
219
|
+
"optional": false,
|
|
220
|
+
"feel": "optional",
|
|
158
221
|
"group": "input",
|
|
159
|
-
"type": "String",
|
|
160
|
-
"optional": true,
|
|
161
222
|
"binding": {
|
|
162
|
-
"
|
|
163
|
-
"
|
|
223
|
+
"name": "queue.messageAttributeNames",
|
|
224
|
+
"type": "zeebe:property"
|
|
164
225
|
},
|
|
165
|
-
"
|
|
226
|
+
"type": "String"
|
|
166
227
|
},
|
|
167
228
|
{
|
|
168
|
-
"
|
|
169
|
-
"
|
|
170
|
-
"
|
|
229
|
+
"id": "activationCondition",
|
|
230
|
+
"label": "Activation condition",
|
|
231
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
171
232
|
"optional": true,
|
|
233
|
+
"feel": "required",
|
|
172
234
|
"group": "activation",
|
|
173
235
|
"binding": {
|
|
174
|
-
"
|
|
175
|
-
"
|
|
236
|
+
"name": "activationCondition",
|
|
237
|
+
"type": "zeebe:property"
|
|
176
238
|
},
|
|
177
|
-
"
|
|
239
|
+
"type": "String"
|
|
178
240
|
},
|
|
179
241
|
{
|
|
180
|
-
"
|
|
181
|
-
"
|
|
242
|
+
"id": "consumeUnmatchedEvents",
|
|
243
|
+
"label": "Consume unmatched events",
|
|
244
|
+
"value": true,
|
|
182
245
|
"group": "activation",
|
|
183
|
-
"feel": "required",
|
|
184
|
-
"optional": true,
|
|
185
246
|
"binding": {
|
|
186
|
-
"
|
|
187
|
-
"
|
|
247
|
+
"name": "consumeUnmatchedEvents",
|
|
248
|
+
"type": "zeebe:property"
|
|
188
249
|
},
|
|
189
|
-
"
|
|
250
|
+
"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",
|
|
251
|
+
"type": "Boolean"
|
|
190
252
|
},
|
|
191
253
|
{
|
|
192
|
-
"label": "Correlation required",
|
|
193
|
-
"description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
|
|
194
254
|
"id": "correlationRequired",
|
|
255
|
+
"label": "Subprocess correlation required",
|
|
256
|
+
"description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
|
|
257
|
+
"value": "notRequired",
|
|
195
258
|
"group": "correlation",
|
|
259
|
+
"binding": {
|
|
260
|
+
"name": "correlationRequired",
|
|
261
|
+
"type": "zeebe:property"
|
|
262
|
+
},
|
|
196
263
|
"type": "Dropdown",
|
|
197
|
-
"value": "notRequired",
|
|
198
264
|
"choices": [
|
|
199
265
|
{
|
|
200
266
|
"name": "Correlation not required",
|
|
@@ -204,104 +270,209 @@
|
|
|
204
270
|
"name": "Correlation required",
|
|
205
271
|
"value": "required"
|
|
206
272
|
}
|
|
207
|
-
]
|
|
208
|
-
"binding": {
|
|
209
|
-
"type": "zeebe:property",
|
|
210
|
-
"name": "correlationRequired"
|
|
211
|
-
}
|
|
273
|
+
]
|
|
212
274
|
},
|
|
213
275
|
{
|
|
276
|
+
"id": "correlationKeyProcess",
|
|
214
277
|
"label": "Correlation key (process)",
|
|
215
|
-
"type": "String",
|
|
216
|
-
"group": "correlation",
|
|
217
|
-
"feel": "required",
|
|
218
278
|
"description": "Sets up the correlation key from process variables",
|
|
219
|
-
"binding": {
|
|
220
|
-
"type": "bpmn:Message#zeebe:subscription#property",
|
|
221
|
-
"name": "correlationKey"
|
|
222
|
-
},
|
|
223
279
|
"constraints": {
|
|
224
280
|
"notEmpty": true
|
|
225
281
|
},
|
|
282
|
+
"feel": "required",
|
|
283
|
+
"group": "correlation",
|
|
284
|
+
"binding": {
|
|
285
|
+
"name": "correlationKey",
|
|
286
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
287
|
+
},
|
|
226
288
|
"condition": {
|
|
227
289
|
"property": "correlationRequired",
|
|
228
|
-
"equals": "required"
|
|
229
|
-
|
|
290
|
+
"equals": "required",
|
|
291
|
+
"type": "simple"
|
|
292
|
+
},
|
|
293
|
+
"type": "String"
|
|
230
294
|
},
|
|
231
295
|
{
|
|
296
|
+
"id": "correlationKeyPayload",
|
|
232
297
|
"label": "Correlation key (payload)",
|
|
233
|
-
"
|
|
298
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
299
|
+
"constraints": {
|
|
300
|
+
"notEmpty": true
|
|
301
|
+
},
|
|
302
|
+
"feel": "required",
|
|
234
303
|
"group": "correlation",
|
|
304
|
+
"binding": {
|
|
305
|
+
"name": "correlationKeyExpression",
|
|
306
|
+
"type": "zeebe:property"
|
|
307
|
+
},
|
|
308
|
+
"condition": {
|
|
309
|
+
"property": "correlationRequired",
|
|
310
|
+
"equals": "required",
|
|
311
|
+
"type": "simple"
|
|
312
|
+
},
|
|
313
|
+
"type": "String"
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"id": "messageIdExpression",
|
|
317
|
+
"label": "Message ID expression",
|
|
318
|
+
"description": "Expression to extract unique identifier of a message",
|
|
319
|
+
"optional": true,
|
|
235
320
|
"feel": "required",
|
|
321
|
+
"group": "correlation",
|
|
236
322
|
"binding": {
|
|
237
|
-
"
|
|
238
|
-
"
|
|
323
|
+
"name": "messageIdExpression",
|
|
324
|
+
"type": "zeebe:property"
|
|
239
325
|
},
|
|
240
|
-
"
|
|
326
|
+
"type": "String"
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"id": "messageTtl",
|
|
330
|
+
"label": "Message TTL",
|
|
331
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
332
|
+
"optional": true,
|
|
241
333
|
"constraints": {
|
|
242
|
-
"notEmpty":
|
|
334
|
+
"notEmpty": false,
|
|
335
|
+
"pattern": {
|
|
336
|
+
"value": "^(PT.*|)$",
|
|
337
|
+
"message": "must be an ISO-8601 duration"
|
|
338
|
+
}
|
|
339
|
+
},
|
|
340
|
+
"feel": "optional",
|
|
341
|
+
"group": "correlation",
|
|
342
|
+
"binding": {
|
|
343
|
+
"name": "messageTtl",
|
|
344
|
+
"type": "zeebe:property"
|
|
345
|
+
},
|
|
346
|
+
"type": "String"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"id": "messageNameUuid",
|
|
350
|
+
"label": "Message name",
|
|
351
|
+
"generatedValue": {
|
|
352
|
+
"type": "uuid"
|
|
353
|
+
},
|
|
354
|
+
"feel": "optional",
|
|
355
|
+
"group": "correlation",
|
|
356
|
+
"binding": {
|
|
357
|
+
"name": "name",
|
|
358
|
+
"type": "bpmn:Message#property"
|
|
359
|
+
},
|
|
360
|
+
"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.",
|
|
361
|
+
"type": "String"
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"id": "deduplicationModeManualFlag",
|
|
365
|
+
"label": "Manual mode",
|
|
366
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
367
|
+
"value": false,
|
|
368
|
+
"group": "deduplication",
|
|
369
|
+
"binding": {
|
|
370
|
+
"name": "deduplicationModeManualFlag",
|
|
371
|
+
"type": "zeebe:property"
|
|
372
|
+
},
|
|
373
|
+
"type": "Boolean"
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"id": "deduplicationId",
|
|
377
|
+
"label": "Deduplication ID",
|
|
378
|
+
"constraints": {
|
|
379
|
+
"notEmpty": true,
|
|
380
|
+
"pattern": {
|
|
381
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
382
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
383
|
+
}
|
|
384
|
+
},
|
|
385
|
+
"group": "deduplication",
|
|
386
|
+
"binding": {
|
|
387
|
+
"name": "deduplicationId",
|
|
388
|
+
"type": "zeebe:property"
|
|
243
389
|
},
|
|
244
390
|
"condition": {
|
|
245
|
-
"property": "
|
|
246
|
-
"equals":
|
|
247
|
-
|
|
391
|
+
"property": "deduplicationModeManualFlag",
|
|
392
|
+
"equals": true,
|
|
393
|
+
"type": "simple"
|
|
394
|
+
},
|
|
395
|
+
"type": "String"
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"id": "deduplicationModeManual",
|
|
399
|
+
"value": "MANUAL",
|
|
400
|
+
"group": "deduplication",
|
|
401
|
+
"binding": {
|
|
402
|
+
"name": "deduplicationMode",
|
|
403
|
+
"type": "zeebe:property"
|
|
404
|
+
},
|
|
405
|
+
"condition": {
|
|
406
|
+
"property": "deduplicationId",
|
|
407
|
+
"isActive": true,
|
|
408
|
+
"type": "simple"
|
|
409
|
+
},
|
|
410
|
+
"type": "Hidden"
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"id": "deduplicationModeAuto",
|
|
414
|
+
"value": "AUTO",
|
|
415
|
+
"group": "deduplication",
|
|
416
|
+
"binding": {
|
|
417
|
+
"name": "deduplicationMode",
|
|
418
|
+
"type": "zeebe:property"
|
|
419
|
+
},
|
|
420
|
+
"condition": {
|
|
421
|
+
"property": "deduplicationId",
|
|
422
|
+
"isActive": false,
|
|
423
|
+
"type": "simple"
|
|
424
|
+
},
|
|
425
|
+
"type": "Hidden"
|
|
248
426
|
},
|
|
249
427
|
{
|
|
428
|
+
"id": "resultVariable",
|
|
250
429
|
"label": "Result variable",
|
|
251
|
-
"
|
|
252
|
-
"group": "
|
|
253
|
-
"optional": true,
|
|
430
|
+
"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>.",
|
|
431
|
+
"group": "output",
|
|
254
432
|
"binding": {
|
|
255
|
-
"
|
|
256
|
-
"
|
|
433
|
+
"name": "resultVariable",
|
|
434
|
+
"type": "zeebe:property"
|
|
257
435
|
},
|
|
258
|
-
"
|
|
436
|
+
"type": "String"
|
|
259
437
|
},
|
|
260
438
|
{
|
|
439
|
+
"id": "resultExpression",
|
|
261
440
|
"label": "Result expression",
|
|
262
|
-
"
|
|
263
|
-
"group": "variable-mapping",
|
|
441
|
+
"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
442
|
"feel": "required",
|
|
265
|
-
"
|
|
443
|
+
"group": "output",
|
|
266
444
|
"binding": {
|
|
267
|
-
"
|
|
268
|
-
"
|
|
445
|
+
"name": "resultExpression",
|
|
446
|
+
"type": "zeebe:property"
|
|
269
447
|
},
|
|
270
|
-
"
|
|
448
|
+
"type": "Text"
|
|
271
449
|
}
|
|
272
450
|
],
|
|
273
451
|
"icon": {
|
|
274
|
-
"contents": "data:image/svg+xml
|
|
275
|
-
},
|
|
276
|
-
"engines": {
|
|
277
|
-
"camunda": "^8.2"
|
|
452
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0MCA0MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0nMCUnIHkxPScxMDAlJyB4Mj0nMTAwJScgeTI9JzAlJyBpZD0nbGluZWFyR3JhZGllbnQtMSc+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNCMDA4NEQnIG9mZnNldD0nMCUnPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI0ZGNEY4Qicgb2Zmc2V0PScxMDAlJz48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMicgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnCiAgICAgICBmaWxsLXJ1bGU9J2V2ZW5vZGQnPgogICAgICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS1CRy8zMi9BcHBsaWNhdGlvbi1JbnRlZ3JhdGlvbicgZmlsbD0ndXJsKCNsaW5lYXJHcmFkaWVudC0xKSc+CiAgICAgICAgICAgIDxyZWN0IGlkPSdSZWN0YW5nbGUnIHg9JzAnIHk9JzAnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSdNMTQuMzQyMjA1MSwyMi4zNDkzNzg2IEwxNS44NDY2NzY3LDIwLjkwNjEwNzQgQzE1Ljk0MjgzNDcsMjAuODE0MTUzOSAxNS45OTY5MjM1LDIwLjY4NzIxOCAxNS45OTk5Mjg1LDIwLjU1NTI4NDYgQzE2LjAwMTkzMTcsMjAuNDIyMzUxNyAxNS45NTE4NDk1LDIwLjI5MzQxNjggMTUuODU5Njk4MSwyMC4xOTg0NjQ4IEwxNC4zNTUyMjY0LDE4LjY0MzI1MDIgTDEzLjYzNTA0MzMsMTkuMzM3ODk5NCBMMTQuMzExMTU0LDIwLjAzNzU0NiBMMTEuOTkxMzQyOSwyMC4wMzc1NDYgTDExLjk5MTM0MjksMjEuMDM3MDQxMyBMMTQuMjY1MDc4MywyMS4wMzcwNDEzIEwxMy42NDgwNjQ3LDIxLjYyODc0MjUgTDE0LjM0MjIwNTEsMjIuMzQ5Mzc4NiBaIE0yNi4zNTc5NDUyLDIyLjM1MzM3NjUgTDI3LjkwNzQ5MDksMjAuOTAwMTEwNCBDMjguMDA2NjUzOCwyMC44MDgxNTY5IDI4LjA2Mjc0NTksMjAuNjc5MjIyIDI4LjA2NDc0OTIsMjAuNTQ0MjkwMSBDMjguMDY2NzUyNSwyMC40MDkzNTgzIDI4LjAxMzY2NTMsMjAuMjc4NDI0NCAyNy45MTg1MDksMjAuMTgzNDcyNCBMMjYuMzY4OTYzMywxOC42MzcyNTMyIEwyNS42NjA3OTk5LDE5LjM0Mzg5NjMgTDI2LjM1NDk0MDMsMjAuMDM3NTQ2IEwyNC4wMTEwODk2LDIwLjAzNzU0NiBMMjQuMDExMDg5NiwyMS4wMzcwNDEzIEwyNi4yOTg4NDgxLDIxLjAzNzA0MTMgTDI1LjY3MTgxOCwyMS42MjQ3NDQ1IEwyNi4zNTc5NDUyLDIyLjM1MzM3NjUgWiBNMTcuNTg3NTM2NywyMy4zNjA4Njc4IEMxOC4zMzg3NzA4LDIzLjA1NzAyMTIgMTkuMTYyMTIzNSwyMi44OTQxMDM1IDIwLjAwNDUwNzQsMjIuODk0MTAzNSBDMjAuODQ2ODkxMywyMi44OTQxMDM1IDIxLjY3MDI0NCwyMy4wNTcwMjEyIDIyLjQyMTQ3ODEsMjMuMzYwODY3OCBDMjEuNzUyMzc4OSwyMS41ODk3NjIyIDIxLjc1MjM3ODksMTkuMzg5ODczMSAyMi40MjE0NzgxLDE3LjYxODc2NzUgQzIwLjkxOTAwOTgsMTguMjI2NDYwNiAxOS4wOTAwMDUsMTguMjI2NDYwNiAxNy41ODc1MzY3LDE3LjYxODc2NzUgQzE4LjI1NjYzNTksMTkuMzg5ODczMSAxOC4yNTY2MzU5LDIxLjU4OTc2MjIgMTcuNTg3NTM2NywyMy4zNjA4Njc4IEwxNy41ODc1MzY3LDIzLjM2MDg2NzggWiBNMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IEMxNS41NDYxODMsMjUuMjQzOTE2OCAxNS40OTcxMDI0LDI1LjExNTk4MTQgMTUuNDk3MTAyNCwyNC45ODgwNDYgQzE1LjQ5NzEwMjQsMjQuODYwMTEwNiAxNS41NDYxODMsMjQuNzMyMTc1MyAxNS42NDQzNDQzLDI0LjYzNDIyNDcgQzE3LjU4NDUzMTcsMjIuNjk4MjAyNCAxNy41ODQ1MzE3LDE4LjI4MjQzMjQgMTUuNjQ0MzQ0MywxNi4zNDU0MTA2IEMxNS41NDYxODMsMTYuMjQ4NDU5NSAxNS40OTcxMDI0LDE2LjEyMDUyNDEgMTUuNDk3MTAyNCwxNS45OTI1OTEyIEMxNS40OTcxMDI0LDE1Ljg2NDY1MzQgMTUuNTQ2MTgzLDE1LjczNjcxOCAxNS42NDQzNDQzLDE1LjYzODc2NzQgQzE1LjgzOTY2NTIsMTUuNDQzODY1OSAxNi4xNTcxODY4LDE1LjQ0Mzg2NTkgMTYuMzUyNTA3NywxNS42Mzg3Njc0IEMxNy4yNzQwMjE2LDE2LjU1ODMwMzEgMTguNjA1MjA4NiwxNy4wODYwMzY2IDIwLjAwNDUwNzQsMTcuMDg2MDM2NiBDMjEuNDA0ODA3OSwxNy4wODYwMzY2IDIyLjczNTk5NDgsMTYuNTU4MzAzMSAyMy42NTc1MDg4LDE1LjYzODc2NzQgQzIzLjg1MjgyOTYsMTUuNDQzODY1OSAyNC4xNzAzNTEzLDE1LjQ0Mzg2NTkgMjQuMzY1NjcyMiwxNS42Mzg3Njc0IEMyNC40NjI4MzE4LDE1LjczNjcxOCAyNC41MTE5MTI0LDE1Ljg2NDY1MzQgMjQuNTExOTEyNCwxNS45OTI1OTEyIEMyNC41MTE5MTI0LDE2LjEyMDUyNDEgMjQuNDYyODMxOCwxNi4yNDg0NTk1IDI0LjM2NTY3MjIsMTYuMzQ1NDEwNiBDMjIuNDI0NDgzMSwxOC4yODI0MzI0IDIyLjQyNDQ4MzEsMjIuNjk4MjAyNCAyNC4zNjU2NzIyLDI0LjYzNDIyNDcgQzI0LjQ2MjgzMTgsMjQuNzMyMTc1MyAyNC41MTE5MTI0LDI0Ljg2MDExMDYgMjQuNTExOTEyNCwyNC45ODgwNDYgQzI0LjUxMTkxMjQsMjUuMTE1OTgxNCAyNC40NjI4MzE4LDI1LjI0MzkxNjggMjQuMzY1NjcyMiwyNS4zNDA4Njc5IEMyNC4yNjc1MTA5LDI1LjQzODgxODQgMjQuMTM5MzAwMywyNS40ODc3OTM3IDI0LjAxMTA4OTYsMjUuNDg3NzkzNyBDMjMuODgyODc5LDI1LjQ4Nzc5MzcgMjMuNzU0NjY4NCwyNS40Mzg4MTg0IDIzLjY1NzUwODgsMjUuMzQwODY3OSBDMjIuNzM1OTk0OCwyNC40MjEzMzIyIDIxLjQwNDgwNzksMjMuODkzNTk4NyAyMC4wMDQ1MDc0LDIzLjg5MzU5ODcgQzE4LjYwNTIwODYsMjMuODkzNTk4NyAxNy4yNzQwMjE2LDI0LjQyMTMzMjIgMTYuMzUyNTA3NywyNS4zNDA4Njc5IEMxNi4xNTcxODY4LDI1LjUzNTc2OTQgMTUuODM5NjY1MiwyNS41MzU3Njk0IDE1LjY0NDM0NDMsMjUuMzQwODY3OSBMMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IFogTTMyLjU0MjEwNDksMTkuNDM1ODQ5OSBDMzIuMjM2NjAzLDE5LjEzMjAwMzMgMzEuODM2OTQ2NCwxOC45ODAwODAxIDMxLjQzNjI4ODIsMTguOTgwMDgwMSBDMzEuMDM2NjMxNiwxOC45ODAwODAxIDMwLjYzNjk3NSwxOS4xMzIwMDMzIDMwLjMzMTQ3MzEsMTkuNDM1ODQ5OSBDMjkuNzIxNDcxLDIwLjA0NDU0MjUgMjkuNzIxNDcxLDIxLjAzNDA0MjggMzAuMzMxNDczMSwyMS42NDE3MzU5IEMzMC45NDE0NzUzLDIyLjI1MDQyODUgMzEuOTMyMTAyNywyMi4yNTA0Mjg1IDMyLjU0MjEwNDksMjEuNjQxNzM1OSBDMzMuMTUxMTA1NCwyMS4wMzQwNDI4IDMzLjE1MTEwNTQsMjAuMDQ0NTQyNSAzMi41NDIxMDQ5LDE5LjQzNTg0OTkgTDMyLjU0MjEwNDksMTkuNDM1ODQ5OSBaIE0zMy4yNTAyNjgzLDIyLjM0OTM3ODYgQzMyLjc1MDQ0NzIsMjIuODQ4MTI2NyAzMi4wOTMzNjc3LDIzLjA5ODAwMDUgMzEuNDM2Mjg4MiwyMy4wOTgwMDA1IEMzMC43ODAyMTAzLDIzLjA5ODAwMDUgMzAuMTIzMTMwOSwyMi44NDgxMjY3IDI5LjYyMzMwOTcsMjIuMzQ5Mzc4NiBDMjguNjIzNjY3NSwyMS4zNTA4ODI4IDI4LjYyMzY2NzUsMTkuNzI3NzAyNSAyOS42MjMzMDk3LDE4LjcyOTIwNjggQzMwLjYyMjk1MiwxNy43MzE3MTA1IDMyLjI1MDYyNiwxNy43MzE3MTA1IDMzLjI1MDI2ODMsMTguNzI5MjA2OCBDMzQuMjQ5OTEwNiwxOS43Mjc3MDI1IDM0LjI0OTkxMDYsMjEuMzUwODgyOCAzMy4yNTAyNjgzLDIyLjM0OTM3ODYgTDMzLjI1MDI2ODMsMjIuMzQ5Mzc4NiBaIE05LjY2ODUyNjg3LDE5LjQ0Njg0NDMgQzkuMzYzMDI0OTcsMTkuMTQyOTk3OCA4Ljk2MzM2ODM5LDE4Ljk5MTA3NDUgOC41NjI3MTAxNywxOC45OTEwNzQ1IEM4LjE2MzA1MzU5LDE4Ljk5MTA3NDUgNy43NjMzOTcwMSwxOS4xNDI5OTc4IDcuNDU3ODk1MTEsMTkuNDQ2ODQ0MyBDNi44NDg4OTQ2MSwyMC4wNTU1MzcgNi44NDg4OTQ2MSwyMS4wNDUwMzczIDcuNDU3ODk1MTEsMjEuNjUyNzMwNCBDOC4wNjc4OTcyNiwyMi4yNjE0MjMgOS4wNTg1MjQ3MiwyMi4yNjE0MjMgOS42Njg1MjY4NywyMS42NTI3MzA0IEMxMC4yNzc1Mjc0LDIxLjA0NTAzNzMgMTAuMjc3NTI3NCwyMC4wNTU1MzcgOS42Njg1MjY4NywxOS40NDY4NDQzIEw5LjY2ODUyNjg3LDE5LjQ0Njg0NDMgWiBNMTAuMzc2NjkwMywyMi4zNTkzNzM1IEM5Ljg3Njg2OTE0LDIyLjg1ODEyMTcgOS4yMTk3ODk2NSwyMy4xMDc5OTU1IDguNTYyNzEwMTcsMjMuMTA3OTk1NSBDNy45MDY2MzIzMiwyMy4xMDc5OTU1IDcuMjQ5NTUyODQsMjIuODU4MTIxNyA2Ljc0OTczMTcsMjIuMzU5MzczNSBDNS43NTAwODk0MywyMS4zNjE4NzczIDUuNzUwMDg5NDMsMTkuNzM4Njk3IDYuNzQ5NzMxNywxOC43NDAyMDEyIEM3Ljc0OTM3Mzk3LDE3Ljc0MjcwNDkgOS4zNzcwNDgwMSwxNy43NDI3MDQ5IDEwLjM3NjY5MDMsMTguNzQwMjAxMiBDMTEuMzc2MzMyNSwxOS43Mzg2OTcgMTEuMzc2MzMyNSwyMS4zNjE4NzczIDEwLjM3NjY5MDMsMjIuMzU5MzczNSBMMTAuMzc2NjkwMywyMi4zNTkzNzM1IFogTTI3LjQzMzcxMjUsMjguOTEwMDY1NCBDMjUuNDM2NDMxMywzMC45MDMwNTkgMjIuNzgyMDcwNSwzMi4wMDA1MDQ3IDE5Ljk1NzQzMDEsMzIuMDAwNTA0NyBDMTcuMTMyNzg5NiwzMi4wMDA1MDQ3IDE0LjQ3ODQyODgsMzAuOTAzMDU5IDEyLjQ4MjE0OTIsMjguOTEwMDY1NCBDMTEuMTY1OTg3LDI3LjU5NzcyODEgMTAuNDA3NzQxMywyNi40NjkyOTggOS45NDQ5ODEwNCwyNS4xMzU5NzEzIEw4Ljk5ODQyNTk5LDI1LjQ2MjgwNjMgQzkuNTA3MjYxOTMsMjYuOTI5MDY1OCAxMC4zNjI2NjcyLDI4LjIxMDQxODcgMTEuNzczOTg1OCwyOS42MTY3MDg2IEMxMy45NTg1NzQ4LDMxLjc5ODYwNjcgMTYuODY2MzUxOSwzMyAxOS45NTc0MzAxLDMzIEMyMy4wNDk1MDk5LDMzIDI1Ljk1NjI4NTMsMzEuNzk4NjA2NyAyOC4xNDE4NzU5LDI5LjYxNjcwODYgQzI5LjI4Mjc1MDIsMjguNDc4MjgzNSAzMC40MjA2MTk2LDI3LjE4NjkzNTYgMzEuMDExNTkwNSwyNS40NjA4MDczIEwzMC4wNjQwMzM4LDI1LjEzNzk3MDMgQzI5LjUzOTE3MTUsMjYuNjcwMTk2NiAyOC40ODk0NDY5LDI3Ljg1NjU5NzQgMjcuNDMzNzEyNSwyOC45MTAwNjU0IEwyNy40MzM3MTI1LDI4LjkxMDA2NTQgWiBNOS45NDQ5ODEwNCwxNS44NTk2NTU5IEw4Ljk5ODQyNTk5LDE1LjUzMTgyMTQgQzkuNTEwMjY2ODcsMTQuMDY0NTYyNCAxMC4zNjU2NzIyLDEyLjc4MzIwOTUgMTEuNzc1OTg5MSwxMS4zNzU5MjAyIEMxNi4yODYzOTkxLDYuODc1MTkzMDQgMjMuNjI2NDU3OCw2Ljg3NDE5MzU0IDI4LjEzNzg2OTQsMTEuMzc1OTIwMiBDMjkuMjE4NjQ0OSwxMi40NTMzNzYxIDMwLjQwMzU5MTYsMTMuNzg5NzAxMiAzMS4wMTE1OTA1LDE1LjUzMTgyMTQgTDMwLjA2NDAzMzgsMTUuODU5NjU1OSBDMjkuNTI0MTQ2OCwxNC4zMDk0Mzg3IDI4LjQyOTM0ODIsMTMuMDgwMDU5NiAyNy40Mjk3MDU5LDEyLjA4MjU2MzMgQzI1LjQzNDQyOCwxMC4wOTE1Njg4IDIyLjc4MTA2ODksOC45OTYxMjE5NyAxOS45NTc0MzAxLDguOTk2MTIxOTcgQzE3LjEzMzc5MTIsOC45OTYxMjE5NyAxNC40ODA0MzIxLDEwLjA5MTU2ODggMTIuNDg1MTU0MiwxMi4wODI1NjMzIEMxMS4xODcwMjE1LDEzLjM3NzkwOTIgMTAuNDAzNzM0NywxNC41NDIzMjExIDkuOTQ0OTgxMDQsMTUuODU5NjU1OSBMOS45NDQ5ODEwNCwxNS44NTk2NTU5IFonCiAgICAgICAgICAgICAgaWQ9J0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV9JY29uXzMyX1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
278
453
|
}
|
|
279
454
|
},
|
|
280
455
|
{
|
|
281
456
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
282
457
|
"name": "Amazon SQS Message Start Event Connector",
|
|
283
458
|
"id": "io.camunda.connectors.AWSSQS.startmessage.v1",
|
|
459
|
+
"version": 1,
|
|
284
460
|
"description": "Receive message from a queue",
|
|
285
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
286
|
-
"version": 9,
|
|
287
|
-
"category": {
|
|
288
|
-
"id": "connectors",
|
|
289
|
-
"name": "Connectors"
|
|
290
|
-
},
|
|
461
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
291
462
|
"appliesTo": ["bpmn:StartEvent"],
|
|
292
463
|
"elementType": {
|
|
293
464
|
"value": "bpmn:StartEvent",
|
|
294
465
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
295
466
|
},
|
|
467
|
+
"category": {
|
|
468
|
+
"id": "connectors",
|
|
469
|
+
"name": "Connectors"
|
|
470
|
+
},
|
|
296
471
|
"groups": [
|
|
297
472
|
{
|
|
298
473
|
"id": "authentication",
|
|
299
474
|
"label": "Authentication"
|
|
300
475
|
},
|
|
301
|
-
{
|
|
302
|
-
"id": "configuration",
|
|
303
|
-
"label": "Configuration"
|
|
304
|
-
},
|
|
305
476
|
{
|
|
306
477
|
"id": "queueProperties",
|
|
307
478
|
"label": "Queue properties"
|
|
@@ -320,213 +491,163 @@
|
|
|
320
491
|
},
|
|
321
492
|
{
|
|
322
493
|
"id": "correlation",
|
|
323
|
-
"label": "
|
|
324
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
325
|
-
},
|
|
326
|
-
{
|
|
327
|
-
"id": "deduplication",
|
|
328
|
-
"label": "Deduplication",
|
|
329
|
-
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
494
|
+
"label": "Subprocess correlation"
|
|
330
495
|
},
|
|
331
496
|
{
|
|
332
|
-
"id": "
|
|
333
|
-
"label": "
|
|
497
|
+
"id": "variable-mapping",
|
|
498
|
+
"label": "Variable mapping"
|
|
334
499
|
}
|
|
335
500
|
],
|
|
336
501
|
"properties": [
|
|
337
502
|
{
|
|
503
|
+
"type": "Hidden",
|
|
338
504
|
"value": "io.camunda:aws-sqs-inbound:1",
|
|
339
505
|
"binding": {
|
|
340
|
-
"
|
|
341
|
-
"
|
|
342
|
-
}
|
|
343
|
-
"type": "Hidden"
|
|
506
|
+
"type": "zeebe:property",
|
|
507
|
+
"name": "inbound.type"
|
|
508
|
+
}
|
|
344
509
|
},
|
|
345
510
|
{
|
|
346
|
-
"
|
|
347
|
-
"
|
|
348
|
-
|
|
349
|
-
"value": "credentials",
|
|
350
|
-
"group": "authentication",
|
|
351
|
-
"binding": {
|
|
352
|
-
"name": "authentication.type",
|
|
353
|
-
"type": "zeebe:property"
|
|
511
|
+
"type": "Hidden",
|
|
512
|
+
"generatedValue": {
|
|
513
|
+
"type": "uuid"
|
|
354
514
|
},
|
|
355
|
-
"
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
"value": "defaultCredentialsChain"
|
|
360
|
-
},
|
|
361
|
-
{
|
|
362
|
-
"name": "Credentials",
|
|
363
|
-
"value": "credentials"
|
|
364
|
-
}
|
|
365
|
-
]
|
|
515
|
+
"binding": {
|
|
516
|
+
"type": "bpmn:Message#property",
|
|
517
|
+
"name": "name"
|
|
518
|
+
}
|
|
366
519
|
},
|
|
367
520
|
{
|
|
368
|
-
"id": "authentication.accessKey",
|
|
369
521
|
"label": "Access key",
|
|
370
|
-
"description": "Provide
|
|
371
|
-
"optional": false,
|
|
372
|
-
"constraints": {
|
|
373
|
-
"notEmpty": true
|
|
374
|
-
},
|
|
522
|
+
"description": "Provide AWS IAM access key that has permission to read from desired SQS",
|
|
375
523
|
"group": "authentication",
|
|
524
|
+
"type": "String",
|
|
376
525
|
"binding": {
|
|
377
|
-
"
|
|
378
|
-
"
|
|
379
|
-
},
|
|
380
|
-
"condition": {
|
|
381
|
-
"property": "authentication.type",
|
|
382
|
-
"equals": "credentials",
|
|
383
|
-
"type": "simple"
|
|
526
|
+
"type": "zeebe:property",
|
|
527
|
+
"name": "authentication.accessKey"
|
|
384
528
|
},
|
|
385
|
-
"
|
|
529
|
+
"constraints": {
|
|
530
|
+
"notEmpty": true
|
|
531
|
+
}
|
|
386
532
|
},
|
|
387
533
|
{
|
|
388
|
-
"id": "authentication.secretKey",
|
|
389
534
|
"label": "Secret key",
|
|
390
|
-
"description": "Provide
|
|
391
|
-
"optional": false,
|
|
392
|
-
"constraints": {
|
|
393
|
-
"notEmpty": true
|
|
394
|
-
},
|
|
535
|
+
"description": "Provide AWS IAM secret key that has permission to read from desired SQS",
|
|
395
536
|
"group": "authentication",
|
|
537
|
+
"type": "String",
|
|
396
538
|
"binding": {
|
|
397
|
-
"
|
|
398
|
-
"
|
|
399
|
-
},
|
|
400
|
-
"condition": {
|
|
401
|
-
"property": "authentication.type",
|
|
402
|
-
"equals": "credentials",
|
|
403
|
-
"type": "simple"
|
|
539
|
+
"type": "zeebe:property",
|
|
540
|
+
"name": "authentication.secretKey"
|
|
404
541
|
},
|
|
405
|
-
"type": "String"
|
|
406
|
-
},
|
|
407
|
-
{
|
|
408
|
-
"id": "configuration.region",
|
|
409
|
-
"label": "Region",
|
|
410
|
-
"description": "Specify the AWS region",
|
|
411
|
-
"optional": false,
|
|
412
542
|
"constraints": {
|
|
413
543
|
"notEmpty": true
|
|
414
|
-
}
|
|
415
|
-
"group": "configuration",
|
|
416
|
-
"binding": {
|
|
417
|
-
"name": "configuration.region",
|
|
418
|
-
"type": "zeebe:property"
|
|
419
|
-
},
|
|
420
|
-
"type": "String"
|
|
544
|
+
}
|
|
421
545
|
},
|
|
422
546
|
{
|
|
423
|
-
"
|
|
424
|
-
"
|
|
425
|
-
"
|
|
426
|
-
"
|
|
427
|
-
"group": "configuration",
|
|
547
|
+
"label": "Queue URL",
|
|
548
|
+
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
549
|
+
"group": "queueProperties",
|
|
550
|
+
"type": "String",
|
|
428
551
|
"binding": {
|
|
429
|
-
"
|
|
430
|
-
"
|
|
552
|
+
"type": "zeebe:property",
|
|
553
|
+
"name": "queue.url"
|
|
431
554
|
},
|
|
432
|
-
"
|
|
555
|
+
"constraints": {
|
|
556
|
+
"notEmpty": true,
|
|
557
|
+
"pattern": {
|
|
558
|
+
"value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
559
|
+
"message": "Must be an queue URL or ARN"
|
|
560
|
+
}
|
|
561
|
+
}
|
|
433
562
|
},
|
|
434
563
|
{
|
|
435
|
-
"
|
|
436
|
-
"
|
|
437
|
-
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
438
|
-
"optional": false,
|
|
439
|
-
"constraints": {
|
|
440
|
-
"notEmpty": true
|
|
441
|
-
},
|
|
564
|
+
"label": "Region",
|
|
565
|
+
"description": "Specify the AWS region of your queue",
|
|
442
566
|
"group": "queueProperties",
|
|
567
|
+
"type": "String",
|
|
443
568
|
"binding": {
|
|
444
|
-
"
|
|
445
|
-
"
|
|
569
|
+
"type": "zeebe:property",
|
|
570
|
+
"name": "configuration.region"
|
|
446
571
|
},
|
|
447
|
-
"
|
|
572
|
+
"constraints": {
|
|
573
|
+
"notEmpty": true
|
|
574
|
+
}
|
|
448
575
|
},
|
|
449
576
|
{
|
|
450
|
-
"id": "queue.queue.pollingWaitTime",
|
|
451
577
|
"label": "Polling wait time",
|
|
452
|
-
"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/
|
|
578
|
+
"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",
|
|
579
|
+
"group": "messagePollingProperties",
|
|
580
|
+
"type": "String",
|
|
453
581
|
"optional": false,
|
|
454
|
-
"
|
|
582
|
+
"feel": "optional",
|
|
583
|
+
"value": "1",
|
|
584
|
+
"binding": {
|
|
585
|
+
"type": "zeebe:property",
|
|
586
|
+
"name": "queue.pollingWaitTime"
|
|
587
|
+
},
|
|
455
588
|
"constraints": {
|
|
456
589
|
"notEmpty": true,
|
|
457
590
|
"pattern": {
|
|
458
|
-
"value": "^([0-9]?|1[0-9]|20
|
|
591
|
+
"value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
592
|
+
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
459
593
|
}
|
|
460
|
-
}
|
|
461
|
-
"group": "messagePollingProperties",
|
|
462
|
-
"binding": {
|
|
463
|
-
"name": "queue.pollingWaitTime",
|
|
464
|
-
"type": "zeebe:property"
|
|
465
|
-
},
|
|
466
|
-
"type": "String"
|
|
594
|
+
}
|
|
467
595
|
},
|
|
468
596
|
{
|
|
469
|
-
"id": "queue.queue.attributeNames",
|
|
470
597
|
"label": "Attribute names",
|
|
471
|
-
"description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
472
|
-
"optional": false,
|
|
473
|
-
"feel": "optional",
|
|
598
|
+
"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",
|
|
474
599
|
"group": "input",
|
|
600
|
+
"type": "String",
|
|
601
|
+
"optional": true,
|
|
475
602
|
"binding": {
|
|
476
|
-
"
|
|
477
|
-
"
|
|
603
|
+
"type": "zeebe:property",
|
|
604
|
+
"name": "queue.attributeNames"
|
|
478
605
|
},
|
|
479
|
-
"
|
|
606
|
+
"feel": "required"
|
|
480
607
|
},
|
|
481
608
|
{
|
|
482
|
-
"id": "queue.queue.messageAttributeNames",
|
|
483
609
|
"label": "Message attribute names",
|
|
484
|
-
"description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
485
|
-
"optional": false,
|
|
486
|
-
"feel": "optional",
|
|
610
|
+
"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",
|
|
487
611
|
"group": "input",
|
|
612
|
+
"type": "String",
|
|
613
|
+
"optional": true,
|
|
488
614
|
"binding": {
|
|
489
|
-
"
|
|
490
|
-
"
|
|
615
|
+
"type": "zeebe:property",
|
|
616
|
+
"name": "queue.messageAttributeNames"
|
|
491
617
|
},
|
|
492
|
-
"
|
|
618
|
+
"feel": "required"
|
|
493
619
|
},
|
|
494
620
|
{
|
|
495
|
-
"
|
|
496
|
-
"label": "Activation condition",
|
|
497
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
498
|
-
"optional": true,
|
|
621
|
+
"label": "Message ID expression",
|
|
499
622
|
"feel": "required",
|
|
623
|
+
"type": "String",
|
|
624
|
+
"optional": true,
|
|
500
625
|
"group": "activation",
|
|
501
626
|
"binding": {
|
|
502
|
-
"
|
|
503
|
-
"
|
|
627
|
+
"type": "zeebe:property",
|
|
628
|
+
"name": "messageIdExpression"
|
|
504
629
|
},
|
|
505
|
-
"
|
|
630
|
+
"description": "Expression to extract unique identifier of a message"
|
|
506
631
|
},
|
|
507
632
|
{
|
|
508
|
-
"
|
|
509
|
-
"
|
|
510
|
-
"value": true,
|
|
633
|
+
"label": "Activation condition",
|
|
634
|
+
"type": "String",
|
|
511
635
|
"group": "activation",
|
|
636
|
+
"feel": "required",
|
|
637
|
+
"optional": true,
|
|
512
638
|
"binding": {
|
|
513
|
-
"
|
|
514
|
-
"
|
|
639
|
+
"type": "zeebe:property",
|
|
640
|
+
"name": "activationCondition"
|
|
515
641
|
},
|
|
516
|
-
"
|
|
517
|
-
"type": "Boolean"
|
|
642
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events"
|
|
518
643
|
},
|
|
519
644
|
{
|
|
520
|
-
"
|
|
521
|
-
"label": "Subprocess correlation required",
|
|
645
|
+
"label": "Correlation required",
|
|
522
646
|
"description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
|
|
523
|
-
"
|
|
647
|
+
"id": "correlationRequired",
|
|
524
648
|
"group": "correlation",
|
|
525
|
-
"binding": {
|
|
526
|
-
"name": "correlationRequired",
|
|
527
|
-
"type": "zeebe:property"
|
|
528
|
-
},
|
|
529
649
|
"type": "Dropdown",
|
|
650
|
+
"value": "notRequired",
|
|
530
651
|
"choices": [
|
|
531
652
|
{
|
|
532
653
|
"name": "Correlation not required",
|
|
@@ -536,209 +657,104 @@
|
|
|
536
657
|
"name": "Correlation required",
|
|
537
658
|
"value": "required"
|
|
538
659
|
}
|
|
539
|
-
]
|
|
660
|
+
],
|
|
661
|
+
"binding": {
|
|
662
|
+
"type": "zeebe:property",
|
|
663
|
+
"name": "correlationRequired"
|
|
664
|
+
}
|
|
540
665
|
},
|
|
541
666
|
{
|
|
542
|
-
"id": "correlationKeyProcess",
|
|
543
667
|
"label": "Correlation key (process)",
|
|
668
|
+
"type": "String",
|
|
669
|
+
"group": "correlation",
|
|
670
|
+
"feel": "required",
|
|
544
671
|
"description": "Sets up the correlation key from process variables",
|
|
672
|
+
"binding": {
|
|
673
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
674
|
+
"name": "correlationKey"
|
|
675
|
+
},
|
|
545
676
|
"constraints": {
|
|
546
677
|
"notEmpty": true
|
|
547
678
|
},
|
|
548
|
-
"feel": "required",
|
|
549
|
-
"group": "correlation",
|
|
550
|
-
"binding": {
|
|
551
|
-
"name": "correlationKey",
|
|
552
|
-
"type": "bpmn:Message#zeebe:subscription#property"
|
|
553
|
-
},
|
|
554
679
|
"condition": {
|
|
555
680
|
"property": "correlationRequired",
|
|
556
|
-
"equals": "required"
|
|
557
|
-
|
|
558
|
-
},
|
|
559
|
-
"type": "String"
|
|
681
|
+
"equals": "required"
|
|
682
|
+
}
|
|
560
683
|
},
|
|
561
684
|
{
|
|
562
|
-
"id": "correlationKeyPayload",
|
|
563
685
|
"label": "Correlation key (payload)",
|
|
686
|
+
"type": "String",
|
|
687
|
+
"group": "correlation",
|
|
688
|
+
"feel": "required",
|
|
689
|
+
"binding": {
|
|
690
|
+
"type": "zeebe:property",
|
|
691
|
+
"name": "correlationKeyExpression"
|
|
692
|
+
},
|
|
564
693
|
"description": "Extracts the correlation key from the incoming message payload",
|
|
565
694
|
"constraints": {
|
|
566
695
|
"notEmpty": true
|
|
567
696
|
},
|
|
568
|
-
"feel": "required",
|
|
569
|
-
"group": "correlation",
|
|
570
|
-
"binding": {
|
|
571
|
-
"name": "correlationKeyExpression",
|
|
572
|
-
"type": "zeebe:property"
|
|
573
|
-
},
|
|
574
697
|
"condition": {
|
|
575
698
|
"property": "correlationRequired",
|
|
576
|
-
"equals": "required"
|
|
577
|
-
|
|
578
|
-
},
|
|
579
|
-
"type": "String"
|
|
699
|
+
"equals": "required"
|
|
700
|
+
}
|
|
580
701
|
},
|
|
581
702
|
{
|
|
582
|
-
"
|
|
583
|
-
"
|
|
584
|
-
"
|
|
703
|
+
"label": "Result variable",
|
|
704
|
+
"type": "String",
|
|
705
|
+
"group": "variable-mapping",
|
|
585
706
|
"optional": true,
|
|
586
|
-
"constraints": {
|
|
587
|
-
"notEmpty": false,
|
|
588
|
-
"pattern": {
|
|
589
|
-
"value": "^(PT.*|)$",
|
|
590
|
-
"message": "must be an ISO-8601 duration"
|
|
591
|
-
}
|
|
592
|
-
},
|
|
593
|
-
"feel": "optional",
|
|
594
|
-
"group": "correlation",
|
|
595
707
|
"binding": {
|
|
596
|
-
"
|
|
597
|
-
"
|
|
708
|
+
"type": "zeebe:property",
|
|
709
|
+
"name": "resultVariable"
|
|
598
710
|
},
|
|
599
|
-
"
|
|
711
|
+
"description": "Name of variable to store the result of the connector in"
|
|
600
712
|
},
|
|
601
713
|
{
|
|
602
|
-
"
|
|
603
|
-
"
|
|
604
|
-
"
|
|
605
|
-
"optional": true,
|
|
714
|
+
"label": "Result expression",
|
|
715
|
+
"type": "String",
|
|
716
|
+
"group": "variable-mapping",
|
|
606
717
|
"feel": "required",
|
|
607
|
-
"
|
|
608
|
-
"binding": {
|
|
609
|
-
"name": "messageIdExpression",
|
|
610
|
-
"type": "zeebe:property"
|
|
611
|
-
},
|
|
612
|
-
"type": "String"
|
|
613
|
-
},
|
|
614
|
-
{
|
|
615
|
-
"id": "messageNameUuid",
|
|
616
|
-
"generatedValue": {
|
|
617
|
-
"type": "uuid"
|
|
618
|
-
},
|
|
619
|
-
"group": "correlation",
|
|
718
|
+
"optional": true,
|
|
620
719
|
"binding": {
|
|
621
|
-
"
|
|
622
|
-
"
|
|
720
|
+
"type": "zeebe:property",
|
|
721
|
+
"name": "resultExpression"
|
|
623
722
|
},
|
|
624
|
-
"
|
|
625
|
-
},
|
|
626
|
-
{
|
|
627
|
-
"id": "deduplicationModeManualFlag",
|
|
628
|
-
"label": "Manual mode",
|
|
629
|
-
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
630
|
-
"value": false,
|
|
631
|
-
"group": "deduplication",
|
|
632
|
-
"binding": {
|
|
633
|
-
"name": "deduplicationModeManualFlag",
|
|
634
|
-
"type": "zeebe:property"
|
|
635
|
-
},
|
|
636
|
-
"type": "Boolean"
|
|
637
|
-
},
|
|
638
|
-
{
|
|
639
|
-
"id": "deduplicationId",
|
|
640
|
-
"label": "Deduplication ID",
|
|
641
|
-
"constraints": {
|
|
642
|
-
"notEmpty": true,
|
|
643
|
-
"pattern": {
|
|
644
|
-
"value": "^[a-zA-Z0-9_-]+$",
|
|
645
|
-
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
646
|
-
}
|
|
647
|
-
},
|
|
648
|
-
"group": "deduplication",
|
|
649
|
-
"binding": {
|
|
650
|
-
"name": "deduplicationId",
|
|
651
|
-
"type": "zeebe:property"
|
|
652
|
-
},
|
|
653
|
-
"condition": {
|
|
654
|
-
"property": "deduplicationModeManualFlag",
|
|
655
|
-
"equals": true,
|
|
656
|
-
"type": "simple"
|
|
657
|
-
},
|
|
658
|
-
"type": "String"
|
|
659
|
-
},
|
|
660
|
-
{
|
|
661
|
-
"id": "deduplicationModeManual",
|
|
662
|
-
"value": "MANUAL",
|
|
663
|
-
"group": "deduplication",
|
|
664
|
-
"binding": {
|
|
665
|
-
"name": "deduplicationMode",
|
|
666
|
-
"type": "zeebe:property"
|
|
667
|
-
},
|
|
668
|
-
"condition": {
|
|
669
|
-
"property": "deduplicationId",
|
|
670
|
-
"isActive": true,
|
|
671
|
-
"type": "simple"
|
|
672
|
-
},
|
|
673
|
-
"type": "Hidden"
|
|
674
|
-
},
|
|
675
|
-
{
|
|
676
|
-
"id": "deduplicationModeAuto",
|
|
677
|
-
"value": "AUTO",
|
|
678
|
-
"group": "deduplication",
|
|
679
|
-
"binding": {
|
|
680
|
-
"name": "deduplicationMode",
|
|
681
|
-
"type": "zeebe:property"
|
|
682
|
-
},
|
|
683
|
-
"condition": {
|
|
684
|
-
"property": "deduplicationId",
|
|
685
|
-
"isActive": false,
|
|
686
|
-
"type": "simple"
|
|
687
|
-
},
|
|
688
|
-
"type": "Hidden"
|
|
689
|
-
},
|
|
690
|
-
{
|
|
691
|
-
"id": "resultVariable",
|
|
692
|
-
"label": "Result variable",
|
|
693
|
-
"description": "Name of variable to store the response in",
|
|
694
|
-
"group": "output",
|
|
695
|
-
"binding": {
|
|
696
|
-
"name": "resultVariable",
|
|
697
|
-
"type": "zeebe:property"
|
|
698
|
-
},
|
|
699
|
-
"type": "String"
|
|
700
|
-
},
|
|
701
|
-
{
|
|
702
|
-
"id": "resultExpression",
|
|
703
|
-
"label": "Result expression",
|
|
704
|
-
"description": "Expression to map the response into process variables",
|
|
705
|
-
"feel": "required",
|
|
706
|
-
"group": "output",
|
|
707
|
-
"binding": {
|
|
708
|
-
"name": "resultExpression",
|
|
709
|
-
"type": "zeebe:property"
|
|
710
|
-
},
|
|
711
|
-
"type": "Text"
|
|
723
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
712
724
|
}
|
|
713
725
|
],
|
|
714
726
|
"icon": {
|
|
715
|
-
"contents": "data:image/svg+xml
|
|
727
|
+
"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"
|
|
716
728
|
},
|
|
717
729
|
"engines": {
|
|
718
|
-
"camunda": "^8.
|
|
730
|
+
"camunda": "^8.2"
|
|
719
731
|
}
|
|
720
732
|
},
|
|
721
733
|
{
|
|
722
734
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
723
735
|
"name": "Amazon SQS Message Start Event Connector",
|
|
724
736
|
"id": "io.camunda.connectors.AWSSQS.startmessage.v1",
|
|
725
|
-
"version": 2,
|
|
726
737
|
"description": "Receive message from a queue",
|
|
727
738
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
|
|
739
|
+
"version": 9,
|
|
740
|
+
"category": {
|
|
741
|
+
"id": "connectors",
|
|
742
|
+
"name": "Connectors"
|
|
743
|
+
},
|
|
728
744
|
"appliesTo": ["bpmn:StartEvent"],
|
|
729
745
|
"elementType": {
|
|
730
746
|
"value": "bpmn:StartEvent",
|
|
731
747
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
732
748
|
},
|
|
733
|
-
"category": {
|
|
734
|
-
"id": "connectors",
|
|
735
|
-
"name": "Connectors"
|
|
736
|
-
},
|
|
737
749
|
"groups": [
|
|
738
750
|
{
|
|
739
751
|
"id": "authentication",
|
|
740
752
|
"label": "Authentication"
|
|
741
753
|
},
|
|
754
|
+
{
|
|
755
|
+
"id": "configuration",
|
|
756
|
+
"label": "Configuration"
|
|
757
|
+
},
|
|
742
758
|
{
|
|
743
759
|
"id": "queueProperties",
|
|
744
760
|
"label": "Queue properties"
|
|
@@ -757,197 +773,213 @@
|
|
|
757
773
|
},
|
|
758
774
|
{
|
|
759
775
|
"id": "correlation",
|
|
760
|
-
"label": "
|
|
776
|
+
"label": "Correlation",
|
|
777
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
761
778
|
},
|
|
762
779
|
{
|
|
763
|
-
"id": "
|
|
764
|
-
"label": "
|
|
780
|
+
"id": "deduplication",
|
|
781
|
+
"label": "Deduplication",
|
|
782
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
"id": "output",
|
|
786
|
+
"label": "Output mapping"
|
|
765
787
|
}
|
|
766
788
|
],
|
|
767
789
|
"properties": [
|
|
768
790
|
{
|
|
769
|
-
"type": "Hidden",
|
|
770
791
|
"value": "io.camunda:aws-sqs-inbound:1",
|
|
771
792
|
"binding": {
|
|
772
|
-
"
|
|
773
|
-
"
|
|
774
|
-
}
|
|
775
|
-
},
|
|
776
|
-
{
|
|
777
|
-
"type": "Hidden",
|
|
778
|
-
"generatedValue": {
|
|
779
|
-
"type": "uuid"
|
|
793
|
+
"name": "inbound.type",
|
|
794
|
+
"type": "zeebe:property"
|
|
780
795
|
},
|
|
781
|
-
"
|
|
782
|
-
"type": "bpmn:Message#property",
|
|
783
|
-
"name": "name"
|
|
784
|
-
}
|
|
796
|
+
"type": "Hidden"
|
|
785
797
|
},
|
|
786
798
|
{
|
|
787
|
-
"id": "
|
|
799
|
+
"id": "authentication.type",
|
|
788
800
|
"label": "Authentication",
|
|
789
|
-
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
801
|
+
"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>",
|
|
802
|
+
"value": "credentials",
|
|
790
803
|
"group": "authentication",
|
|
804
|
+
"binding": {
|
|
805
|
+
"name": "authentication.type",
|
|
806
|
+
"type": "zeebe:property"
|
|
807
|
+
},
|
|
791
808
|
"type": "Dropdown",
|
|
792
|
-
"optional": false,
|
|
793
|
-
"value": "credentials",
|
|
794
809
|
"choices": [
|
|
795
|
-
{
|
|
796
|
-
"name": "Credentials",
|
|
797
|
-
"value": "credentials"
|
|
798
|
-
},
|
|
799
810
|
{
|
|
800
811
|
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
801
812
|
"value": "defaultCredentialsChain"
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"name": "Credentials",
|
|
816
|
+
"value": "credentials"
|
|
802
817
|
}
|
|
803
|
-
]
|
|
804
|
-
"binding": {
|
|
805
|
-
"type": "zeebe:property",
|
|
806
|
-
"name": "authentication.type"
|
|
807
|
-
},
|
|
808
|
-
"constraints": {
|
|
809
|
-
"notEmpty": true
|
|
810
|
-
}
|
|
818
|
+
]
|
|
811
819
|
},
|
|
812
820
|
{
|
|
821
|
+
"id": "authentication.accessKey",
|
|
813
822
|
"label": "Access key",
|
|
814
|
-
"description": "Provide
|
|
815
|
-
"
|
|
816
|
-
"type": "String",
|
|
817
|
-
"binding": {
|
|
818
|
-
"type": "zeebe:property",
|
|
819
|
-
"name": "authentication.accessKey"
|
|
820
|
-
},
|
|
823
|
+
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
824
|
+
"optional": false,
|
|
821
825
|
"constraints": {
|
|
822
826
|
"notEmpty": true
|
|
823
827
|
},
|
|
828
|
+
"group": "authentication",
|
|
829
|
+
"binding": {
|
|
830
|
+
"name": "authentication.accessKey",
|
|
831
|
+
"type": "zeebe:property"
|
|
832
|
+
},
|
|
824
833
|
"condition": {
|
|
825
|
-
"property": "
|
|
826
|
-
"equals": "credentials"
|
|
827
|
-
|
|
834
|
+
"property": "authentication.type",
|
|
835
|
+
"equals": "credentials",
|
|
836
|
+
"type": "simple"
|
|
837
|
+
},
|
|
838
|
+
"type": "String"
|
|
828
839
|
},
|
|
829
840
|
{
|
|
841
|
+
"id": "authentication.secretKey",
|
|
830
842
|
"label": "Secret key",
|
|
831
|
-
"description": "Provide
|
|
843
|
+
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
844
|
+
"optional": false,
|
|
845
|
+
"constraints": {
|
|
846
|
+
"notEmpty": true
|
|
847
|
+
},
|
|
832
848
|
"group": "authentication",
|
|
833
|
-
"type": "String",
|
|
834
849
|
"binding": {
|
|
835
|
-
"
|
|
836
|
-
"
|
|
850
|
+
"name": "authentication.secretKey",
|
|
851
|
+
"type": "zeebe:property"
|
|
852
|
+
},
|
|
853
|
+
"condition": {
|
|
854
|
+
"property": "authentication.type",
|
|
855
|
+
"equals": "credentials",
|
|
856
|
+
"type": "simple"
|
|
837
857
|
},
|
|
858
|
+
"type": "String"
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
"id": "configuration.region",
|
|
862
|
+
"label": "Region",
|
|
863
|
+
"description": "Specify the AWS region",
|
|
864
|
+
"optional": false,
|
|
838
865
|
"constraints": {
|
|
839
866
|
"notEmpty": true
|
|
840
867
|
},
|
|
841
|
-
"
|
|
842
|
-
|
|
843
|
-
"
|
|
844
|
-
|
|
868
|
+
"group": "configuration",
|
|
869
|
+
"binding": {
|
|
870
|
+
"name": "configuration.region",
|
|
871
|
+
"type": "zeebe:property"
|
|
872
|
+
},
|
|
873
|
+
"type": "String"
|
|
845
874
|
},
|
|
846
875
|
{
|
|
847
|
-
"
|
|
848
|
-
"
|
|
849
|
-
"
|
|
850
|
-
"
|
|
876
|
+
"id": "configuration.endpoint",
|
|
877
|
+
"label": "Endpoint",
|
|
878
|
+
"description": "Specify endpoint if need to use custom endpoint",
|
|
879
|
+
"optional": true,
|
|
880
|
+
"group": "configuration",
|
|
851
881
|
"binding": {
|
|
852
|
-
"
|
|
853
|
-
"
|
|
882
|
+
"name": "configuration.endpoint",
|
|
883
|
+
"type": "zeebe:property"
|
|
854
884
|
},
|
|
855
|
-
"
|
|
856
|
-
"notEmpty": true,
|
|
857
|
-
"pattern": {
|
|
858
|
-
"value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
859
|
-
"message": "Must be an queue URL or ARN"
|
|
860
|
-
}
|
|
861
|
-
}
|
|
885
|
+
"type": "Hidden"
|
|
862
886
|
},
|
|
863
887
|
{
|
|
864
|
-
"
|
|
865
|
-
"
|
|
888
|
+
"id": "queue.queue.url",
|
|
889
|
+
"label": "Queue URL",
|
|
890
|
+
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
891
|
+
"optional": false,
|
|
892
|
+
"constraints": {
|
|
893
|
+
"notEmpty": true
|
|
894
|
+
},
|
|
866
895
|
"group": "queueProperties",
|
|
867
|
-
"type": "String",
|
|
868
896
|
"binding": {
|
|
869
|
-
"
|
|
870
|
-
"
|
|
897
|
+
"name": "queue.url",
|
|
898
|
+
"type": "zeebe:property"
|
|
871
899
|
},
|
|
872
|
-
"
|
|
873
|
-
"notEmpty": true
|
|
874
|
-
}
|
|
900
|
+
"type": "String"
|
|
875
901
|
},
|
|
876
902
|
{
|
|
903
|
+
"id": "queue.queue.pollingWaitTime",
|
|
877
904
|
"label": "Polling wait time",
|
|
878
905
|
"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",
|
|
879
|
-
"group": "messagePollingProperties",
|
|
880
|
-
"type": "String",
|
|
881
906
|
"optional": false,
|
|
882
|
-
"
|
|
883
|
-
"value": "1",
|
|
884
|
-
"binding": {
|
|
885
|
-
"type": "zeebe:property",
|
|
886
|
-
"name": "queue.pollingWaitTime"
|
|
887
|
-
},
|
|
907
|
+
"value": "20",
|
|
888
908
|
"constraints": {
|
|
889
909
|
"notEmpty": true,
|
|
890
910
|
"pattern": {
|
|
891
|
-
"value": "^([0-9]?|1[0-9]|20
|
|
892
|
-
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
911
|
+
"value": "^([0-9]?|1[0-9]|20|secrets\\..+)$"
|
|
893
912
|
}
|
|
894
|
-
}
|
|
913
|
+
},
|
|
914
|
+
"group": "messagePollingProperties",
|
|
915
|
+
"binding": {
|
|
916
|
+
"name": "queue.pollingWaitTime",
|
|
917
|
+
"type": "zeebe:property"
|
|
918
|
+
},
|
|
919
|
+
"type": "String"
|
|
895
920
|
},
|
|
896
921
|
{
|
|
922
|
+
"id": "queue.queue.attributeNames",
|
|
897
923
|
"label": "Attribute names",
|
|
898
924
|
"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",
|
|
925
|
+
"optional": false,
|
|
926
|
+
"feel": "optional",
|
|
899
927
|
"group": "input",
|
|
900
|
-
"type": "String",
|
|
901
|
-
"optional": true,
|
|
902
928
|
"binding": {
|
|
903
|
-
"
|
|
904
|
-
"
|
|
929
|
+
"name": "queue.attributeNames",
|
|
930
|
+
"type": "zeebe:property"
|
|
905
931
|
},
|
|
906
|
-
"
|
|
932
|
+
"type": "String"
|
|
907
933
|
},
|
|
908
934
|
{
|
|
935
|
+
"id": "queue.queue.messageAttributeNames",
|
|
909
936
|
"label": "Message attribute names",
|
|
910
937
|
"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",
|
|
938
|
+
"optional": false,
|
|
939
|
+
"feel": "optional",
|
|
911
940
|
"group": "input",
|
|
912
|
-
"type": "String",
|
|
913
|
-
"optional": true,
|
|
914
941
|
"binding": {
|
|
915
|
-
"
|
|
916
|
-
"
|
|
942
|
+
"name": "queue.messageAttributeNames",
|
|
943
|
+
"type": "zeebe:property"
|
|
917
944
|
},
|
|
918
|
-
"
|
|
945
|
+
"type": "String"
|
|
919
946
|
},
|
|
920
947
|
{
|
|
921
|
-
"
|
|
922
|
-
"
|
|
923
|
-
"
|
|
948
|
+
"id": "activationCondition",
|
|
949
|
+
"label": "Activation condition",
|
|
950
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
924
951
|
"optional": true,
|
|
952
|
+
"feel": "required",
|
|
925
953
|
"group": "activation",
|
|
926
954
|
"binding": {
|
|
927
|
-
"
|
|
928
|
-
"
|
|
955
|
+
"name": "activationCondition",
|
|
956
|
+
"type": "zeebe:property"
|
|
929
957
|
},
|
|
930
|
-
"
|
|
958
|
+
"type": "String"
|
|
931
959
|
},
|
|
932
960
|
{
|
|
933
|
-
"
|
|
934
|
-
"
|
|
961
|
+
"id": "consumeUnmatchedEvents",
|
|
962
|
+
"label": "Consume unmatched events",
|
|
963
|
+
"value": true,
|
|
935
964
|
"group": "activation",
|
|
936
|
-
"feel": "required",
|
|
937
|
-
"optional": true,
|
|
938
965
|
"binding": {
|
|
939
|
-
"
|
|
940
|
-
"
|
|
966
|
+
"name": "consumeUnmatchedEvents",
|
|
967
|
+
"type": "zeebe:property"
|
|
941
968
|
},
|
|
942
|
-
"
|
|
969
|
+
"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",
|
|
970
|
+
"type": "Boolean"
|
|
943
971
|
},
|
|
944
972
|
{
|
|
945
|
-
"label": "Correlation required",
|
|
946
|
-
"description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
|
|
947
973
|
"id": "correlationRequired",
|
|
974
|
+
"label": "Subprocess correlation required",
|
|
975
|
+
"description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
|
|
976
|
+
"value": "notRequired",
|
|
948
977
|
"group": "correlation",
|
|
978
|
+
"binding": {
|
|
979
|
+
"name": "correlationRequired",
|
|
980
|
+
"type": "zeebe:property"
|
|
981
|
+
},
|
|
949
982
|
"type": "Dropdown",
|
|
950
|
-
"value": "notRequired",
|
|
951
983
|
"choices": [
|
|
952
984
|
{
|
|
953
985
|
"name": "Correlation not required",
|
|
@@ -957,115 +989,209 @@
|
|
|
957
989
|
"name": "Correlation required",
|
|
958
990
|
"value": "required"
|
|
959
991
|
}
|
|
960
|
-
]
|
|
961
|
-
"binding": {
|
|
962
|
-
"type": "zeebe:property",
|
|
963
|
-
"name": "correlationRequired"
|
|
964
|
-
}
|
|
992
|
+
]
|
|
965
993
|
},
|
|
966
994
|
{
|
|
995
|
+
"id": "correlationKeyProcess",
|
|
967
996
|
"label": "Correlation key (process)",
|
|
968
|
-
"type": "String",
|
|
969
|
-
"group": "correlation",
|
|
970
|
-
"feel": "required",
|
|
971
997
|
"description": "Sets up the correlation key from process variables",
|
|
998
|
+
"constraints": {
|
|
999
|
+
"notEmpty": true
|
|
1000
|
+
},
|
|
1001
|
+
"feel": "required",
|
|
1002
|
+
"group": "correlation",
|
|
972
1003
|
"binding": {
|
|
973
|
-
"
|
|
974
|
-
"
|
|
1004
|
+
"name": "correlationKey",
|
|
1005
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
1006
|
+
},
|
|
1007
|
+
"condition": {
|
|
1008
|
+
"property": "correlationRequired",
|
|
1009
|
+
"equals": "required",
|
|
1010
|
+
"type": "simple"
|
|
975
1011
|
},
|
|
1012
|
+
"type": "String"
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
"id": "correlationKeyPayload",
|
|
1016
|
+
"label": "Correlation key (payload)",
|
|
1017
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
976
1018
|
"constraints": {
|
|
977
1019
|
"notEmpty": true
|
|
978
1020
|
},
|
|
1021
|
+
"feel": "required",
|
|
1022
|
+
"group": "correlation",
|
|
1023
|
+
"binding": {
|
|
1024
|
+
"name": "correlationKeyExpression",
|
|
1025
|
+
"type": "zeebe:property"
|
|
1026
|
+
},
|
|
979
1027
|
"condition": {
|
|
980
1028
|
"property": "correlationRequired",
|
|
981
|
-
"equals": "required"
|
|
982
|
-
|
|
1029
|
+
"equals": "required",
|
|
1030
|
+
"type": "simple"
|
|
1031
|
+
},
|
|
1032
|
+
"type": "String"
|
|
983
1033
|
},
|
|
984
1034
|
{
|
|
985
|
-
"
|
|
986
|
-
"
|
|
1035
|
+
"id": "messageTtl",
|
|
1036
|
+
"label": "Message TTL",
|
|
1037
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
1038
|
+
"optional": true,
|
|
1039
|
+
"constraints": {
|
|
1040
|
+
"notEmpty": false,
|
|
1041
|
+
"pattern": {
|
|
1042
|
+
"value": "^(PT.*|)$",
|
|
1043
|
+
"message": "must be an ISO-8601 duration"
|
|
1044
|
+
}
|
|
1045
|
+
},
|
|
1046
|
+
"feel": "optional",
|
|
987
1047
|
"group": "correlation",
|
|
1048
|
+
"binding": {
|
|
1049
|
+
"name": "messageTtl",
|
|
1050
|
+
"type": "zeebe:property"
|
|
1051
|
+
},
|
|
1052
|
+
"type": "String"
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
"id": "messageIdExpression",
|
|
1056
|
+
"label": "Message ID expression",
|
|
1057
|
+
"description": "Expression to extract unique identifier of a message",
|
|
1058
|
+
"optional": true,
|
|
988
1059
|
"feel": "required",
|
|
1060
|
+
"group": "correlation",
|
|
989
1061
|
"binding": {
|
|
990
|
-
"
|
|
991
|
-
"
|
|
1062
|
+
"name": "messageIdExpression",
|
|
1063
|
+
"type": "zeebe:property"
|
|
992
1064
|
},
|
|
993
|
-
"
|
|
1065
|
+
"type": "String"
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
"id": "messageNameUuid",
|
|
1069
|
+
"generatedValue": {
|
|
1070
|
+
"type": "uuid"
|
|
1071
|
+
},
|
|
1072
|
+
"group": "correlation",
|
|
1073
|
+
"binding": {
|
|
1074
|
+
"name": "name",
|
|
1075
|
+
"type": "bpmn:Message#property"
|
|
1076
|
+
},
|
|
1077
|
+
"type": "Hidden"
|
|
1078
|
+
},
|
|
1079
|
+
{
|
|
1080
|
+
"id": "deduplicationModeManualFlag",
|
|
1081
|
+
"label": "Manual mode",
|
|
1082
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1083
|
+
"value": false,
|
|
1084
|
+
"group": "deduplication",
|
|
1085
|
+
"binding": {
|
|
1086
|
+
"name": "deduplicationModeManualFlag",
|
|
1087
|
+
"type": "zeebe:property"
|
|
1088
|
+
},
|
|
1089
|
+
"type": "Boolean"
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"id": "deduplicationId",
|
|
1093
|
+
"label": "Deduplication ID",
|
|
994
1094
|
"constraints": {
|
|
995
|
-
"notEmpty": true
|
|
1095
|
+
"notEmpty": true,
|
|
1096
|
+
"pattern": {
|
|
1097
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
1098
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1099
|
+
}
|
|
1100
|
+
},
|
|
1101
|
+
"group": "deduplication",
|
|
1102
|
+
"binding": {
|
|
1103
|
+
"name": "deduplicationId",
|
|
1104
|
+
"type": "zeebe:property"
|
|
996
1105
|
},
|
|
997
1106
|
"condition": {
|
|
998
|
-
"property": "
|
|
999
|
-
"equals":
|
|
1000
|
-
|
|
1107
|
+
"property": "deduplicationModeManualFlag",
|
|
1108
|
+
"equals": true,
|
|
1109
|
+
"type": "simple"
|
|
1110
|
+
},
|
|
1111
|
+
"type": "String"
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
"id": "deduplicationModeManual",
|
|
1115
|
+
"value": "MANUAL",
|
|
1116
|
+
"group": "deduplication",
|
|
1117
|
+
"binding": {
|
|
1118
|
+
"name": "deduplicationMode",
|
|
1119
|
+
"type": "zeebe:property"
|
|
1120
|
+
},
|
|
1121
|
+
"condition": {
|
|
1122
|
+
"property": "deduplicationId",
|
|
1123
|
+
"isActive": true,
|
|
1124
|
+
"type": "simple"
|
|
1125
|
+
},
|
|
1126
|
+
"type": "Hidden"
|
|
1001
1127
|
},
|
|
1002
1128
|
{
|
|
1129
|
+
"id": "deduplicationModeAuto",
|
|
1130
|
+
"value": "AUTO",
|
|
1131
|
+
"group": "deduplication",
|
|
1132
|
+
"binding": {
|
|
1133
|
+
"name": "deduplicationMode",
|
|
1134
|
+
"type": "zeebe:property"
|
|
1135
|
+
},
|
|
1136
|
+
"condition": {
|
|
1137
|
+
"property": "deduplicationId",
|
|
1138
|
+
"isActive": false,
|
|
1139
|
+
"type": "simple"
|
|
1140
|
+
},
|
|
1141
|
+
"type": "Hidden"
|
|
1142
|
+
},
|
|
1143
|
+
{
|
|
1144
|
+
"id": "resultVariable",
|
|
1003
1145
|
"label": "Result variable",
|
|
1004
|
-
"
|
|
1005
|
-
"group": "
|
|
1006
|
-
"optional": true,
|
|
1146
|
+
"description": "Name of variable to store the response in",
|
|
1147
|
+
"group": "output",
|
|
1007
1148
|
"binding": {
|
|
1008
|
-
"
|
|
1009
|
-
"
|
|
1149
|
+
"name": "resultVariable",
|
|
1150
|
+
"type": "zeebe:property"
|
|
1010
1151
|
},
|
|
1011
|
-
"
|
|
1152
|
+
"type": "String"
|
|
1012
1153
|
},
|
|
1013
1154
|
{
|
|
1155
|
+
"id": "resultExpression",
|
|
1014
1156
|
"label": "Result expression",
|
|
1015
|
-
"
|
|
1016
|
-
"group": "variable-mapping",
|
|
1157
|
+
"description": "Expression to map the response into process variables",
|
|
1017
1158
|
"feel": "required",
|
|
1018
|
-
"
|
|
1159
|
+
"group": "output",
|
|
1019
1160
|
"binding": {
|
|
1020
|
-
"
|
|
1021
|
-
"
|
|
1161
|
+
"name": "resultExpression",
|
|
1162
|
+
"type": "zeebe:property"
|
|
1022
1163
|
},
|
|
1023
|
-
"
|
|
1164
|
+
"type": "Text"
|
|
1024
1165
|
}
|
|
1025
1166
|
],
|
|
1026
1167
|
"icon": {
|
|
1027
|
-
"contents": "data:image/svg+xml
|
|
1168
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0MCA0MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0nMCUnIHkxPScxMDAlJyB4Mj0nMTAwJScgeTI9JzAlJyBpZD0nbGluZWFyR3JhZGllbnQtMSc+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNCMDA4NEQnIG9mZnNldD0nMCUnPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI0ZGNEY4Qicgb2Zmc2V0PScxMDAlJz48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMicgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnCiAgICAgICBmaWxsLXJ1bGU9J2V2ZW5vZGQnPgogICAgICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS1CRy8zMi9BcHBsaWNhdGlvbi1JbnRlZ3JhdGlvbicgZmlsbD0ndXJsKCNsaW5lYXJHcmFkaWVudC0xKSc+CiAgICAgICAgICAgIDxyZWN0IGlkPSdSZWN0YW5nbGUnIHg9JzAnIHk9JzAnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSdNMTQuMzQyMjA1MSwyMi4zNDkzNzg2IEwxNS44NDY2NzY3LDIwLjkwNjEwNzQgQzE1Ljk0MjgzNDcsMjAuODE0MTUzOSAxNS45OTY5MjM1LDIwLjY4NzIxOCAxNS45OTk5Mjg1LDIwLjU1NTI4NDYgQzE2LjAwMTkzMTcsMjAuNDIyMzUxNyAxNS45NTE4NDk1LDIwLjI5MzQxNjggMTUuODU5Njk4MSwyMC4xOTg0NjQ4IEwxNC4zNTUyMjY0LDE4LjY0MzI1MDIgTDEzLjYzNTA0MzMsMTkuMzM3ODk5NCBMMTQuMzExMTU0LDIwLjAzNzU0NiBMMTEuOTkxMzQyOSwyMC4wMzc1NDYgTDExLjk5MTM0MjksMjEuMDM3MDQxMyBMMTQuMjY1MDc4MywyMS4wMzcwNDEzIEwxMy42NDgwNjQ3LDIxLjYyODc0MjUgTDE0LjM0MjIwNTEsMjIuMzQ5Mzc4NiBaIE0yNi4zNTc5NDUyLDIyLjM1MzM3NjUgTDI3LjkwNzQ5MDksMjAuOTAwMTEwNCBDMjguMDA2NjUzOCwyMC44MDgxNTY5IDI4LjA2Mjc0NTksMjAuNjc5MjIyIDI4LjA2NDc0OTIsMjAuNTQ0MjkwMSBDMjguMDY2NzUyNSwyMC40MDkzNTgzIDI4LjAxMzY2NTMsMjAuMjc4NDI0NCAyNy45MTg1MDksMjAuMTgzNDcyNCBMMjYuMzY4OTYzMywxOC42MzcyNTMyIEwyNS42NjA3OTk5LDE5LjM0Mzg5NjMgTDI2LjM1NDk0MDMsMjAuMDM3NTQ2IEwyNC4wMTEwODk2LDIwLjAzNzU0NiBMMjQuMDExMDg5NiwyMS4wMzcwNDEzIEwyNi4yOTg4NDgxLDIxLjAzNzA0MTMgTDI1LjY3MTgxOCwyMS42MjQ3NDQ1IEwyNi4zNTc5NDUyLDIyLjM1MzM3NjUgWiBNMTcuNTg3NTM2NywyMy4zNjA4Njc4IEMxOC4zMzg3NzA4LDIzLjA1NzAyMTIgMTkuMTYyMTIzNSwyMi44OTQxMDM1IDIwLjAwNDUwNzQsMjIuODk0MTAzNSBDMjAuODQ2ODkxMywyMi44OTQxMDM1IDIxLjY3MDI0NCwyMy4wNTcwMjEyIDIyLjQyMTQ3ODEsMjMuMzYwODY3OCBDMjEuNzUyMzc4OSwyMS41ODk3NjIyIDIxLjc1MjM3ODksMTkuMzg5ODczMSAyMi40MjE0NzgxLDE3LjYxODc2NzUgQzIwLjkxOTAwOTgsMTguMjI2NDYwNiAxOS4wOTAwMDUsMTguMjI2NDYwNiAxNy41ODc1MzY3LDE3LjYxODc2NzUgQzE4LjI1NjYzNTksMTkuMzg5ODczMSAxOC4yNTY2MzU5LDIxLjU4OTc2MjIgMTcuNTg3NTM2NywyMy4zNjA4Njc4IEwxNy41ODc1MzY3LDIzLjM2MDg2NzggWiBNMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IEMxNS41NDYxODMsMjUuMjQzOTE2OCAxNS40OTcxMDI0LDI1LjExNTk4MTQgMTUuNDk3MTAyNCwyNC45ODgwNDYgQzE1LjQ5NzEwMjQsMjQuODYwMTEwNiAxNS41NDYxODMsMjQuNzMyMTc1MyAxNS42NDQzNDQzLDI0LjYzNDIyNDcgQzE3LjU4NDUzMTcsMjIuNjk4MjAyNCAxNy41ODQ1MzE3LDE4LjI4MjQzMjQgMTUuNjQ0MzQ0MywxNi4zNDU0MTA2IEMxNS41NDYxODMsMTYuMjQ4NDU5NSAxNS40OTcxMDI0LDE2LjEyMDUyNDEgMTUuNDk3MTAyNCwxNS45OTI1OTEyIEMxNS40OTcxMDI0LDE1Ljg2NDY1MzQgMTUuNTQ2MTgzLDE1LjczNjcxOCAxNS42NDQzNDQzLDE1LjYzODc2NzQgQzE1LjgzOTY2NTIsMTUuNDQzODY1OSAxNi4xNTcxODY4LDE1LjQ0Mzg2NTkgMTYuMzUyNTA3NywxNS42Mzg3Njc0IEMxNy4yNzQwMjE2LDE2LjU1ODMwMzEgMTguNjA1MjA4NiwxNy4wODYwMzY2IDIwLjAwNDUwNzQsMTcuMDg2MDM2NiBDMjEuNDA0ODA3OSwxNy4wODYwMzY2IDIyLjczNTk5NDgsMTYuNTU4MzAzMSAyMy42NTc1MDg4LDE1LjYzODc2NzQgQzIzLjg1MjgyOTYsMTUuNDQzODY1OSAyNC4xNzAzNTEzLDE1LjQ0Mzg2NTkgMjQuMzY1NjcyMiwxNS42Mzg3Njc0IEMyNC40NjI4MzE4LDE1LjczNjcxOCAyNC41MTE5MTI0LDE1Ljg2NDY1MzQgMjQuNTExOTEyNCwxNS45OTI1OTEyIEMyNC41MTE5MTI0LDE2LjEyMDUyNDEgMjQuNDYyODMxOCwxNi4yNDg0NTk1IDI0LjM2NTY3MjIsMTYuMzQ1NDEwNiBDMjIuNDI0NDgzMSwxOC4yODI0MzI0IDIyLjQyNDQ4MzEsMjIuNjk4MjAyNCAyNC4zNjU2NzIyLDI0LjYzNDIyNDcgQzI0LjQ2MjgzMTgsMjQuNzMyMTc1MyAyNC41MTE5MTI0LDI0Ljg2MDExMDYgMjQuNTExOTEyNCwyNC45ODgwNDYgQzI0LjUxMTkxMjQsMjUuMTE1OTgxNCAyNC40NjI4MzE4LDI1LjI0MzkxNjggMjQuMzY1NjcyMiwyNS4zNDA4Njc5IEMyNC4yNjc1MTA5LDI1LjQzODgxODQgMjQuMTM5MzAwMywyNS40ODc3OTM3IDI0LjAxMTA4OTYsMjUuNDg3NzkzNyBDMjMuODgyODc5LDI1LjQ4Nzc5MzcgMjMuNzU0NjY4NCwyNS40Mzg4MTg0IDIzLjY1NzUwODgsMjUuMzQwODY3OSBDMjIuNzM1OTk0OCwyNC40MjEzMzIyIDIxLjQwNDgwNzksMjMuODkzNTk4NyAyMC4wMDQ1MDc0LDIzLjg5MzU5ODcgQzE4LjYwNTIwODYsMjMuODkzNTk4NyAxNy4yNzQwMjE2LDI0LjQyMTMzMjIgMTYuMzUyNTA3NywyNS4zNDA4Njc5IEMxNi4xNTcxODY4LDI1LjUzNTc2OTQgMTUuODM5NjY1MiwyNS41MzU3Njk0IDE1LjY0NDM0NDMsMjUuMzQwODY3OSBMMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IFogTTMyLjU0MjEwNDksMTkuNDM1ODQ5OSBDMzIuMjM2NjAzLDE5LjEzMjAwMzMgMzEuODM2OTQ2NCwxOC45ODAwODAxIDMxLjQzNjI4ODIsMTguOTgwMDgwMSBDMzEuMDM2NjMxNiwxOC45ODAwODAxIDMwLjYzNjk3NSwxOS4xMzIwMDMzIDMwLjMzMTQ3MzEsMTkuNDM1ODQ5OSBDMjkuNzIxNDcxLDIwLjA0NDU0MjUgMjkuNzIxNDcxLDIxLjAzNDA0MjggMzAuMzMxNDczMSwyMS42NDE3MzU5IEMzMC45NDE0NzUzLDIyLjI1MDQyODUgMzEuOTMyMTAyNywyMi4yNTA0Mjg1IDMyLjU0MjEwNDksMjEuNjQxNzM1OSBDMzMuMTUxMTA1NCwyMS4wMzQwNDI4IDMzLjE1MTEwNTQsMjAuMDQ0NTQyNSAzMi41NDIxMDQ5LDE5LjQzNTg0OTkgTDMyLjU0MjEwNDksMTkuNDM1ODQ5OSBaIE0zMy4yNTAyNjgzLDIyLjM0OTM3ODYgQzMyLjc1MDQ0NzIsMjIuODQ4MTI2NyAzMi4wOTMzNjc3LDIzLjA5ODAwMDUgMzEuNDM2Mjg4MiwyMy4wOTgwMDA1IEMzMC43ODAyMTAzLDIzLjA5ODAwMDUgMzAuMTIzMTMwOSwyMi44NDgxMjY3IDI5LjYyMzMwOTcsMjIuMzQ5Mzc4NiBDMjguNjIzNjY3NSwyMS4zNTA4ODI4IDI4LjYyMzY2NzUsMTkuNzI3NzAyNSAyOS42MjMzMDk3LDE4LjcyOTIwNjggQzMwLjYyMjk1MiwxNy43MzE3MTA1IDMyLjI1MDYyNiwxNy43MzE3MTA1IDMzLjI1MDI2ODMsMTguNzI5MjA2OCBDMzQuMjQ5OTEwNiwxOS43Mjc3MDI1IDM0LjI0OTkxMDYsMjEuMzUwODgyOCAzMy4yNTAyNjgzLDIyLjM0OTM3ODYgTDMzLjI1MDI2ODMsMjIuMzQ5Mzc4NiBaIE05LjY2ODUyNjg3LDE5LjQ0Njg0NDMgQzkuMzYzMDI0OTcsMTkuMTQyOTk3OCA4Ljk2MzM2ODM5LDE4Ljk5MTA3NDUgOC41NjI3MTAxNywxOC45OTEwNzQ1IEM4LjE2MzA1MzU5LDE4Ljk5MTA3NDUgNy43NjMzOTcwMSwxOS4xNDI5OTc4IDcuNDU3ODk1MTEsMTkuNDQ2ODQ0MyBDNi44NDg4OTQ2MSwyMC4wNTU1MzcgNi44NDg4OTQ2MSwyMS4wNDUwMzczIDcuNDU3ODk1MTEsMjEuNjUyNzMwNCBDOC4wNjc4OTcyNiwyMi4yNjE0MjMgOS4wNTg1MjQ3MiwyMi4yNjE0MjMgOS42Njg1MjY4NywyMS42NTI3MzA0IEMxMC4yNzc1Mjc0LDIxLjA0NTAzNzMgMTAuMjc3NTI3NCwyMC4wNTU1MzcgOS42Njg1MjY4NywxOS40NDY4NDQzIEw5LjY2ODUyNjg3LDE5LjQ0Njg0NDMgWiBNMTAuMzc2NjkwMywyMi4zNTkzNzM1IEM5Ljg3Njg2OTE0LDIyLjg1ODEyMTcgOS4yMTk3ODk2NSwyMy4xMDc5OTU1IDguNTYyNzEwMTcsMjMuMTA3OTk1NSBDNy45MDY2MzIzMiwyMy4xMDc5OTU1IDcuMjQ5NTUyODQsMjIuODU4MTIxNyA2Ljc0OTczMTcsMjIuMzU5MzczNSBDNS43NTAwODk0MywyMS4zNjE4NzczIDUuNzUwMDg5NDMsMTkuNzM4Njk3IDYuNzQ5NzMxNywxOC43NDAyMDEyIEM3Ljc0OTM3Mzk3LDE3Ljc0MjcwNDkgOS4zNzcwNDgwMSwxNy43NDI3MDQ5IDEwLjM3NjY5MDMsMTguNzQwMjAxMiBDMTEuMzc2MzMyNSwxOS43Mzg2OTcgMTEuMzc2MzMyNSwyMS4zNjE4NzczIDEwLjM3NjY5MDMsMjIuMzU5MzczNSBMMTAuMzc2NjkwMywyMi4zNTkzNzM1IFogTTI3LjQzMzcxMjUsMjguOTEwMDY1NCBDMjUuNDM2NDMxMywzMC45MDMwNTkgMjIuNzgyMDcwNSwzMi4wMDA1MDQ3IDE5Ljk1NzQzMDEsMzIuMDAwNTA0NyBDMTcuMTMyNzg5NiwzMi4wMDA1MDQ3IDE0LjQ3ODQyODgsMzAuOTAzMDU5IDEyLjQ4MjE0OTIsMjguOTEwMDY1NCBDMTEuMTY1OTg3LDI3LjU5NzcyODEgMTAuNDA3NzQxMywyNi40NjkyOTggOS45NDQ5ODEwNCwyNS4xMzU5NzEzIEw4Ljk5ODQyNTk5LDI1LjQ2MjgwNjMgQzkuNTA3MjYxOTMsMjYuOTI5MDY1OCAxMC4zNjI2NjcyLDI4LjIxMDQxODcgMTEuNzczOTg1OCwyOS42MTY3MDg2IEMxMy45NTg1NzQ4LDMxLjc5ODYwNjcgMTYuODY2MzUxOSwzMyAxOS45NTc0MzAxLDMzIEMyMy4wNDk1MDk5LDMzIDI1Ljk1NjI4NTMsMzEuNzk4NjA2NyAyOC4xNDE4NzU5LDI5LjYxNjcwODYgQzI5LjI4Mjc1MDIsMjguNDc4MjgzNSAzMC40MjA2MTk2LDI3LjE4NjkzNTYgMzEuMDExNTkwNSwyNS40NjA4MDczIEwzMC4wNjQwMzM4LDI1LjEzNzk3MDMgQzI5LjUzOTE3MTUsMjYuNjcwMTk2NiAyOC40ODk0NDY5LDI3Ljg1NjU5NzQgMjcuNDMzNzEyNSwyOC45MTAwNjU0IEwyNy40MzM3MTI1LDI4LjkxMDA2NTQgWiBNOS45NDQ5ODEwNCwxNS44NTk2NTU5IEw4Ljk5ODQyNTk5LDE1LjUzMTgyMTQgQzkuNTEwMjY2ODcsMTQuMDY0NTYyNCAxMC4zNjU2NzIyLDEyLjc4MzIwOTUgMTEuNzc1OTg5MSwxMS4zNzU5MjAyIEMxNi4yODYzOTkxLDYuODc1MTkzMDQgMjMuNjI2NDU3OCw2Ljg3NDE5MzU0IDI4LjEzNzg2OTQsMTEuMzc1OTIwMiBDMjkuMjE4NjQ0OSwxMi40NTMzNzYxIDMwLjQwMzU5MTYsMTMuNzg5NzAxMiAzMS4wMTE1OTA1LDE1LjUzMTgyMTQgTDMwLjA2NDAzMzgsMTUuODU5NjU1OSBDMjkuNTI0MTQ2OCwxNC4zMDk0Mzg3IDI4LjQyOTM0ODIsMTMuMDgwMDU5NiAyNy40Mjk3MDU5LDEyLjA4MjU2MzMgQzI1LjQzNDQyOCwxMC4wOTE1Njg4IDIyLjc4MTA2ODksOC45OTYxMjE5NyAxOS45NTc0MzAxLDguOTk2MTIxOTcgQzE3LjEzMzc5MTIsOC45OTYxMjE5NyAxNC40ODA0MzIxLDEwLjA5MTU2ODggMTIuNDg1MTU0MiwxMi4wODI1NjMzIEMxMS4xODcwMjE1LDEzLjM3NzkwOTIgMTAuNDAzNzM0NywxNC41NDIzMjExIDkuOTQ0OTgxMDQsMTUuODU5NjU1OSBMOS45NDQ5ODEwNCwxNS44NTk2NTU5IFonCiAgICAgICAgICAgICAgaWQ9J0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV9JY29uXzMyX1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
1028
1169
|
},
|
|
1029
1170
|
"engines": {
|
|
1030
|
-
"camunda": "^8.
|
|
1171
|
+
"camunda": "^8.5"
|
|
1031
1172
|
}
|
|
1032
1173
|
},
|
|
1033
1174
|
{
|
|
1034
1175
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1035
1176
|
"name": "Amazon SQS Message Start Event Connector",
|
|
1036
1177
|
"id": "io.camunda.connectors.AWSSQS.startmessage.v1",
|
|
1037
|
-
"
|
|
1038
|
-
"
|
|
1039
|
-
"keywords": [
|
|
1040
|
-
"receive message",
|
|
1041
|
-
"receive event",
|
|
1042
|
-
"receive message from queue",
|
|
1043
|
-
"receive event from queue"
|
|
1044
|
-
]
|
|
1045
|
-
},
|
|
1178
|
+
"version": 2,
|
|
1179
|
+
"description": "Receive message from a queue",
|
|
1046
1180
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
|
|
1047
|
-
"version": 10,
|
|
1048
|
-
"category": {
|
|
1049
|
-
"id": "connectors",
|
|
1050
|
-
"name": "Connectors"
|
|
1051
|
-
},
|
|
1052
1181
|
"appliesTo": ["bpmn:StartEvent"],
|
|
1053
1182
|
"elementType": {
|
|
1054
1183
|
"value": "bpmn:StartEvent",
|
|
1055
1184
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
1056
1185
|
},
|
|
1057
|
-
"
|
|
1058
|
-
"
|
|
1186
|
+
"category": {
|
|
1187
|
+
"id": "connectors",
|
|
1188
|
+
"name": "Connectors"
|
|
1059
1189
|
},
|
|
1060
1190
|
"groups": [
|
|
1061
1191
|
{
|
|
1062
1192
|
"id": "authentication",
|
|
1063
1193
|
"label": "Authentication"
|
|
1064
1194
|
},
|
|
1065
|
-
{
|
|
1066
|
-
"id": "configuration",
|
|
1067
|
-
"label": "Configuration"
|
|
1068
|
-
},
|
|
1069
1195
|
{
|
|
1070
1196
|
"id": "queueProperties",
|
|
1071
1197
|
"label": "Queue properties"
|
|
@@ -1084,213 +1210,197 @@
|
|
|
1084
1210
|
},
|
|
1085
1211
|
{
|
|
1086
1212
|
"id": "correlation",
|
|
1087
|
-
"label": "
|
|
1088
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
1089
|
-
},
|
|
1090
|
-
{
|
|
1091
|
-
"id": "deduplication",
|
|
1092
|
-
"label": "Deduplication",
|
|
1093
|
-
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
1213
|
+
"label": "Subprocess correlation"
|
|
1094
1214
|
},
|
|
1095
1215
|
{
|
|
1096
|
-
"id": "
|
|
1097
|
-
"label": "
|
|
1216
|
+
"id": "variable-mapping",
|
|
1217
|
+
"label": "Variable mapping"
|
|
1098
1218
|
}
|
|
1099
1219
|
],
|
|
1100
1220
|
"properties": [
|
|
1101
1221
|
{
|
|
1222
|
+
"type": "Hidden",
|
|
1102
1223
|
"value": "io.camunda:aws-sqs-inbound:1",
|
|
1103
1224
|
"binding": {
|
|
1104
|
-
"
|
|
1105
|
-
"
|
|
1225
|
+
"type": "zeebe:property",
|
|
1226
|
+
"name": "inbound.type"
|
|
1227
|
+
}
|
|
1228
|
+
},
|
|
1229
|
+
{
|
|
1230
|
+
"type": "Hidden",
|
|
1231
|
+
"generatedValue": {
|
|
1232
|
+
"type": "uuid"
|
|
1106
1233
|
},
|
|
1107
|
-
"
|
|
1234
|
+
"binding": {
|
|
1235
|
+
"type": "bpmn:Message#property",
|
|
1236
|
+
"name": "name"
|
|
1237
|
+
}
|
|
1108
1238
|
},
|
|
1109
1239
|
{
|
|
1110
|
-
"id": "
|
|
1240
|
+
"id": "authenticationType",
|
|
1111
1241
|
"label": "Authentication",
|
|
1112
|
-
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
1113
|
-
"value": "credentials",
|
|
1242
|
+
"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>",
|
|
1114
1243
|
"group": "authentication",
|
|
1115
|
-
"binding": {
|
|
1116
|
-
"name": "authentication.type",
|
|
1117
|
-
"type": "zeebe:property"
|
|
1118
|
-
},
|
|
1119
1244
|
"type": "Dropdown",
|
|
1245
|
+
"optional": false,
|
|
1246
|
+
"value": "credentials",
|
|
1120
1247
|
"choices": [
|
|
1121
|
-
{
|
|
1122
|
-
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
1123
|
-
"value": "defaultCredentialsChain"
|
|
1124
|
-
},
|
|
1125
1248
|
{
|
|
1126
1249
|
"name": "Credentials",
|
|
1127
1250
|
"value": "credentials"
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
1254
|
+
"value": "defaultCredentialsChain"
|
|
1128
1255
|
}
|
|
1129
|
-
]
|
|
1256
|
+
],
|
|
1257
|
+
"binding": {
|
|
1258
|
+
"type": "zeebe:property",
|
|
1259
|
+
"name": "authentication.type"
|
|
1260
|
+
},
|
|
1261
|
+
"constraints": {
|
|
1262
|
+
"notEmpty": true
|
|
1263
|
+
}
|
|
1130
1264
|
},
|
|
1131
1265
|
{
|
|
1132
|
-
"id": "authentication.accessKey",
|
|
1133
1266
|
"label": "Access key",
|
|
1134
|
-
"description": "Provide
|
|
1135
|
-
"optional": false,
|
|
1136
|
-
"constraints": {
|
|
1137
|
-
"notEmpty": true
|
|
1138
|
-
},
|
|
1267
|
+
"description": "Provide AWS IAM access key that has permission to read from desired SQS",
|
|
1139
1268
|
"group": "authentication",
|
|
1269
|
+
"type": "String",
|
|
1140
1270
|
"binding": {
|
|
1141
|
-
"
|
|
1142
|
-
"
|
|
1271
|
+
"type": "zeebe:property",
|
|
1272
|
+
"name": "authentication.accessKey"
|
|
1143
1273
|
},
|
|
1144
|
-
"
|
|
1145
|
-
"
|
|
1146
|
-
"equals": "credentials",
|
|
1147
|
-
"type": "simple"
|
|
1274
|
+
"constraints": {
|
|
1275
|
+
"notEmpty": true
|
|
1148
1276
|
},
|
|
1149
|
-
"
|
|
1277
|
+
"condition": {
|
|
1278
|
+
"property": "authenticationType",
|
|
1279
|
+
"equals": "credentials"
|
|
1280
|
+
}
|
|
1150
1281
|
},
|
|
1151
1282
|
{
|
|
1152
|
-
"id": "authentication.secretKey",
|
|
1153
1283
|
"label": "Secret key",
|
|
1154
|
-
"description": "Provide
|
|
1155
|
-
"optional": false,
|
|
1156
|
-
"constraints": {
|
|
1157
|
-
"notEmpty": true
|
|
1158
|
-
},
|
|
1284
|
+
"description": "Provide AWS IAM secret key that has permission to read from desired SQS",
|
|
1159
1285
|
"group": "authentication",
|
|
1286
|
+
"type": "String",
|
|
1160
1287
|
"binding": {
|
|
1161
|
-
"
|
|
1162
|
-
"
|
|
1163
|
-
},
|
|
1164
|
-
"condition": {
|
|
1165
|
-
"property": "authentication.type",
|
|
1166
|
-
"equals": "credentials",
|
|
1167
|
-
"type": "simple"
|
|
1288
|
+
"type": "zeebe:property",
|
|
1289
|
+
"name": "authentication.secretKey"
|
|
1168
1290
|
},
|
|
1169
|
-
"type": "String"
|
|
1170
|
-
},
|
|
1171
|
-
{
|
|
1172
|
-
"id": "configuration.region",
|
|
1173
|
-
"label": "Region",
|
|
1174
|
-
"description": "Specify the AWS region",
|
|
1175
|
-
"optional": false,
|
|
1176
1291
|
"constraints": {
|
|
1177
1292
|
"notEmpty": true
|
|
1178
1293
|
},
|
|
1179
|
-
"
|
|
1180
|
-
|
|
1181
|
-
"
|
|
1182
|
-
|
|
1183
|
-
},
|
|
1184
|
-
"type": "String"
|
|
1294
|
+
"condition": {
|
|
1295
|
+
"property": "authenticationType",
|
|
1296
|
+
"equals": "credentials"
|
|
1297
|
+
}
|
|
1185
1298
|
},
|
|
1186
1299
|
{
|
|
1187
|
-
"
|
|
1188
|
-
"
|
|
1189
|
-
"
|
|
1190
|
-
"
|
|
1191
|
-
"group": "configuration",
|
|
1300
|
+
"label": "Queue URL",
|
|
1301
|
+
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
1302
|
+
"group": "queueProperties",
|
|
1303
|
+
"type": "String",
|
|
1192
1304
|
"binding": {
|
|
1193
|
-
"
|
|
1194
|
-
"
|
|
1305
|
+
"type": "zeebe:property",
|
|
1306
|
+
"name": "queue.url"
|
|
1195
1307
|
},
|
|
1196
|
-
"
|
|
1308
|
+
"constraints": {
|
|
1309
|
+
"notEmpty": true,
|
|
1310
|
+
"pattern": {
|
|
1311
|
+
"value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
1312
|
+
"message": "Must be an queue URL or ARN"
|
|
1313
|
+
}
|
|
1314
|
+
}
|
|
1197
1315
|
},
|
|
1198
1316
|
{
|
|
1199
|
-
"
|
|
1200
|
-
"
|
|
1201
|
-
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
1202
|
-
"optional": false,
|
|
1203
|
-
"constraints": {
|
|
1204
|
-
"notEmpty": true
|
|
1205
|
-
},
|
|
1317
|
+
"label": "Region",
|
|
1318
|
+
"description": "Specify the AWS region of your queue",
|
|
1206
1319
|
"group": "queueProperties",
|
|
1320
|
+
"type": "String",
|
|
1207
1321
|
"binding": {
|
|
1208
|
-
"
|
|
1209
|
-
"
|
|
1322
|
+
"type": "zeebe:property",
|
|
1323
|
+
"name": "configuration.region"
|
|
1210
1324
|
},
|
|
1211
|
-
"
|
|
1325
|
+
"constraints": {
|
|
1326
|
+
"notEmpty": true
|
|
1327
|
+
}
|
|
1212
1328
|
},
|
|
1213
1329
|
{
|
|
1214
|
-
"id": "queue.queue.pollingWaitTime",
|
|
1215
1330
|
"label": "Polling wait time",
|
|
1216
|
-
"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
|
|
1331
|
+
"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",
|
|
1332
|
+
"group": "messagePollingProperties",
|
|
1333
|
+
"type": "String",
|
|
1217
1334
|
"optional": false,
|
|
1218
|
-
"
|
|
1335
|
+
"feel": "optional",
|
|
1336
|
+
"value": "1",
|
|
1337
|
+
"binding": {
|
|
1338
|
+
"type": "zeebe:property",
|
|
1339
|
+
"name": "queue.pollingWaitTime"
|
|
1340
|
+
},
|
|
1219
1341
|
"constraints": {
|
|
1220
1342
|
"notEmpty": true,
|
|
1221
1343
|
"pattern": {
|
|
1222
|
-
"value": "^([0-9]?|1[0-9]|20
|
|
1344
|
+
"value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
1345
|
+
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
1223
1346
|
}
|
|
1224
|
-
}
|
|
1225
|
-
"group": "messagePollingProperties",
|
|
1226
|
-
"binding": {
|
|
1227
|
-
"name": "queue.pollingWaitTime",
|
|
1228
|
-
"type": "zeebe:property"
|
|
1229
|
-
},
|
|
1230
|
-
"type": "String"
|
|
1347
|
+
}
|
|
1231
1348
|
},
|
|
1232
1349
|
{
|
|
1233
|
-
"id": "queue.queue.attributeNames",
|
|
1234
1350
|
"label": "Attribute names",
|
|
1235
1351
|
"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",
|
|
1236
|
-
"optional": false,
|
|
1237
|
-
"feel": "optional",
|
|
1238
1352
|
"group": "input",
|
|
1353
|
+
"type": "String",
|
|
1354
|
+
"optional": true,
|
|
1239
1355
|
"binding": {
|
|
1240
|
-
"
|
|
1241
|
-
"
|
|
1356
|
+
"type": "zeebe:property",
|
|
1357
|
+
"name": "queue.attributeNames"
|
|
1242
1358
|
},
|
|
1243
|
-
"
|
|
1359
|
+
"feel": "required"
|
|
1244
1360
|
},
|
|
1245
1361
|
{
|
|
1246
|
-
"id": "queue.queue.messageAttributeNames",
|
|
1247
1362
|
"label": "Message attribute names",
|
|
1248
1363
|
"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",
|
|
1249
|
-
"optional": false,
|
|
1250
|
-
"feel": "optional",
|
|
1251
1364
|
"group": "input",
|
|
1365
|
+
"type": "String",
|
|
1366
|
+
"optional": true,
|
|
1252
1367
|
"binding": {
|
|
1253
|
-
"
|
|
1254
|
-
"
|
|
1368
|
+
"type": "zeebe:property",
|
|
1369
|
+
"name": "queue.messageAttributeNames"
|
|
1255
1370
|
},
|
|
1256
|
-
"
|
|
1371
|
+
"feel": "required"
|
|
1257
1372
|
},
|
|
1258
1373
|
{
|
|
1259
|
-
"
|
|
1260
|
-
"label": "Activation condition",
|
|
1261
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1262
|
-
"optional": true,
|
|
1374
|
+
"label": "Message ID expression",
|
|
1263
1375
|
"feel": "required",
|
|
1376
|
+
"type": "String",
|
|
1377
|
+
"optional": true,
|
|
1264
1378
|
"group": "activation",
|
|
1265
1379
|
"binding": {
|
|
1266
|
-
"
|
|
1267
|
-
"
|
|
1380
|
+
"type": "zeebe:property",
|
|
1381
|
+
"name": "messageIdExpression"
|
|
1268
1382
|
},
|
|
1269
|
-
"
|
|
1383
|
+
"description": "Expression to extract unique identifier of a message"
|
|
1270
1384
|
},
|
|
1271
1385
|
{
|
|
1272
|
-
"
|
|
1273
|
-
"
|
|
1274
|
-
"value": true,
|
|
1386
|
+
"label": "Activation condition",
|
|
1387
|
+
"type": "String",
|
|
1275
1388
|
"group": "activation",
|
|
1389
|
+
"feel": "required",
|
|
1390
|
+
"optional": true,
|
|
1276
1391
|
"binding": {
|
|
1277
|
-
"
|
|
1278
|
-
"
|
|
1392
|
+
"type": "zeebe:property",
|
|
1393
|
+
"name": "activationCondition"
|
|
1279
1394
|
},
|
|
1280
|
-
"
|
|
1281
|
-
"type": "Boolean"
|
|
1395
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events"
|
|
1282
1396
|
},
|
|
1283
1397
|
{
|
|
1284
|
-
"
|
|
1285
|
-
"label": "Subprocess correlation required",
|
|
1398
|
+
"label": "Correlation required",
|
|
1286
1399
|
"description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
|
|
1287
|
-
"
|
|
1400
|
+
"id": "correlationRequired",
|
|
1288
1401
|
"group": "correlation",
|
|
1289
|
-
"binding": {
|
|
1290
|
-
"name": "correlationRequired",
|
|
1291
|
-
"type": "zeebe:property"
|
|
1292
|
-
},
|
|
1293
1402
|
"type": "Dropdown",
|
|
1403
|
+
"value": "notRequired",
|
|
1294
1404
|
"choices": [
|
|
1295
1405
|
{
|
|
1296
1406
|
"name": "Correlation not required",
|
|
@@ -1300,183 +1410,77 @@
|
|
|
1300
1410
|
"name": "Correlation required",
|
|
1301
1411
|
"value": "required"
|
|
1302
1412
|
}
|
|
1303
|
-
]
|
|
1413
|
+
],
|
|
1414
|
+
"binding": {
|
|
1415
|
+
"type": "zeebe:property",
|
|
1416
|
+
"name": "correlationRequired"
|
|
1417
|
+
}
|
|
1304
1418
|
},
|
|
1305
1419
|
{
|
|
1306
|
-
"id": "correlationKeyProcess",
|
|
1307
1420
|
"label": "Correlation key (process)",
|
|
1308
|
-
"
|
|
1309
|
-
"constraints": {
|
|
1310
|
-
"notEmpty": true
|
|
1311
|
-
},
|
|
1312
|
-
"feel": "required",
|
|
1421
|
+
"type": "String",
|
|
1313
1422
|
"group": "correlation",
|
|
1423
|
+
"feel": "required",
|
|
1424
|
+
"description": "Sets up the correlation key from process variables",
|
|
1314
1425
|
"binding": {
|
|
1315
|
-
"
|
|
1316
|
-
"
|
|
1317
|
-
},
|
|
1318
|
-
"condition": {
|
|
1319
|
-
"property": "correlationRequired",
|
|
1320
|
-
"equals": "required",
|
|
1321
|
-
"type": "simple"
|
|
1426
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
1427
|
+
"name": "correlationKey"
|
|
1322
1428
|
},
|
|
1323
|
-
"type": "String"
|
|
1324
|
-
},
|
|
1325
|
-
{
|
|
1326
|
-
"id": "correlationKeyPayload",
|
|
1327
|
-
"label": "Correlation key (payload)",
|
|
1328
|
-
"description": "Extracts the correlation key from the incoming message payload",
|
|
1329
1429
|
"constraints": {
|
|
1330
1430
|
"notEmpty": true
|
|
1331
1431
|
},
|
|
1332
|
-
"feel": "required",
|
|
1333
|
-
"group": "correlation",
|
|
1334
|
-
"binding": {
|
|
1335
|
-
"name": "correlationKeyExpression",
|
|
1336
|
-
"type": "zeebe:property"
|
|
1337
|
-
},
|
|
1338
1432
|
"condition": {
|
|
1339
1433
|
"property": "correlationRequired",
|
|
1340
|
-
"equals": "required"
|
|
1341
|
-
|
|
1342
|
-
},
|
|
1343
|
-
"type": "String"
|
|
1344
|
-
},
|
|
1345
|
-
{
|
|
1346
|
-
"id": "messageIdExpression",
|
|
1347
|
-
"label": "Message ID expression",
|
|
1348
|
-
"description": "Expression to extract unique identifier of a message",
|
|
1349
|
-
"optional": true,
|
|
1350
|
-
"feel": "required",
|
|
1351
|
-
"group": "correlation",
|
|
1352
|
-
"binding": {
|
|
1353
|
-
"name": "messageIdExpression",
|
|
1354
|
-
"type": "zeebe:property"
|
|
1355
|
-
},
|
|
1356
|
-
"type": "String"
|
|
1357
|
-
},
|
|
1358
|
-
{
|
|
1359
|
-
"id": "messageTtl",
|
|
1360
|
-
"label": "Message TTL",
|
|
1361
|
-
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
1362
|
-
"optional": true,
|
|
1363
|
-
"constraints": {
|
|
1364
|
-
"notEmpty": false,
|
|
1365
|
-
"pattern": {
|
|
1366
|
-
"value": "^(PT.*|)$",
|
|
1367
|
-
"message": "must be an ISO-8601 duration"
|
|
1368
|
-
}
|
|
1369
|
-
},
|
|
1370
|
-
"feel": "optional",
|
|
1371
|
-
"group": "correlation",
|
|
1372
|
-
"binding": {
|
|
1373
|
-
"name": "messageTtl",
|
|
1374
|
-
"type": "zeebe:property"
|
|
1375
|
-
},
|
|
1376
|
-
"type": "String"
|
|
1434
|
+
"equals": "required"
|
|
1435
|
+
}
|
|
1377
1436
|
},
|
|
1378
1437
|
{
|
|
1379
|
-
"
|
|
1380
|
-
"
|
|
1381
|
-
"type": "uuid"
|
|
1382
|
-
},
|
|
1438
|
+
"label": "Correlation key (payload)",
|
|
1439
|
+
"type": "String",
|
|
1383
1440
|
"group": "correlation",
|
|
1441
|
+
"feel": "required",
|
|
1384
1442
|
"binding": {
|
|
1385
|
-
"
|
|
1386
|
-
"
|
|
1387
|
-
},
|
|
1388
|
-
"type": "Hidden"
|
|
1389
|
-
},
|
|
1390
|
-
{
|
|
1391
|
-
"id": "deduplicationModeManualFlag",
|
|
1392
|
-
"label": "Manual mode",
|
|
1393
|
-
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1394
|
-
"value": false,
|
|
1395
|
-
"group": "deduplication",
|
|
1396
|
-
"binding": {
|
|
1397
|
-
"name": "deduplicationModeManualFlag",
|
|
1398
|
-
"type": "zeebe:property"
|
|
1443
|
+
"type": "zeebe:property",
|
|
1444
|
+
"name": "correlationKeyExpression"
|
|
1399
1445
|
},
|
|
1400
|
-
"
|
|
1401
|
-
},
|
|
1402
|
-
{
|
|
1403
|
-
"id": "deduplicationId",
|
|
1404
|
-
"label": "Deduplication ID",
|
|
1446
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
1405
1447
|
"constraints": {
|
|
1406
|
-
"notEmpty": true
|
|
1407
|
-
"pattern": {
|
|
1408
|
-
"value": "^[a-zA-Z0-9_-]+$",
|
|
1409
|
-
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1410
|
-
}
|
|
1411
|
-
},
|
|
1412
|
-
"group": "deduplication",
|
|
1413
|
-
"binding": {
|
|
1414
|
-
"name": "deduplicationId",
|
|
1415
|
-
"type": "zeebe:property"
|
|
1416
|
-
},
|
|
1417
|
-
"condition": {
|
|
1418
|
-
"property": "deduplicationModeManualFlag",
|
|
1419
|
-
"equals": true,
|
|
1420
|
-
"type": "simple"
|
|
1421
|
-
},
|
|
1422
|
-
"type": "String"
|
|
1423
|
-
},
|
|
1424
|
-
{
|
|
1425
|
-
"id": "deduplicationModeManual",
|
|
1426
|
-
"value": "MANUAL",
|
|
1427
|
-
"group": "deduplication",
|
|
1428
|
-
"binding": {
|
|
1429
|
-
"name": "deduplicationMode",
|
|
1430
|
-
"type": "zeebe:property"
|
|
1431
|
-
},
|
|
1432
|
-
"condition": {
|
|
1433
|
-
"property": "deduplicationId",
|
|
1434
|
-
"isActive": true,
|
|
1435
|
-
"type": "simple"
|
|
1436
|
-
},
|
|
1437
|
-
"type": "Hidden"
|
|
1438
|
-
},
|
|
1439
|
-
{
|
|
1440
|
-
"id": "deduplicationModeAuto",
|
|
1441
|
-
"value": "AUTO",
|
|
1442
|
-
"group": "deduplication",
|
|
1443
|
-
"binding": {
|
|
1444
|
-
"name": "deduplicationMode",
|
|
1445
|
-
"type": "zeebe:property"
|
|
1448
|
+
"notEmpty": true
|
|
1446
1449
|
},
|
|
1447
1450
|
"condition": {
|
|
1448
|
-
"property": "
|
|
1449
|
-
"
|
|
1450
|
-
|
|
1451
|
-
},
|
|
1452
|
-
"type": "Hidden"
|
|
1451
|
+
"property": "correlationRequired",
|
|
1452
|
+
"equals": "required"
|
|
1453
|
+
}
|
|
1453
1454
|
},
|
|
1454
1455
|
{
|
|
1455
|
-
"id": "resultVariable",
|
|
1456
1456
|
"label": "Result variable",
|
|
1457
|
-
"
|
|
1458
|
-
"group": "
|
|
1457
|
+
"type": "String",
|
|
1458
|
+
"group": "variable-mapping",
|
|
1459
|
+
"optional": true,
|
|
1459
1460
|
"binding": {
|
|
1460
|
-
"
|
|
1461
|
-
"
|
|
1461
|
+
"type": "zeebe:property",
|
|
1462
|
+
"name": "resultVariable"
|
|
1462
1463
|
},
|
|
1463
|
-
"
|
|
1464
|
+
"description": "Name of variable to store the result of the connector in"
|
|
1464
1465
|
},
|
|
1465
1466
|
{
|
|
1466
|
-
"id": "resultExpression",
|
|
1467
1467
|
"label": "Result expression",
|
|
1468
|
-
"
|
|
1468
|
+
"type": "String",
|
|
1469
|
+
"group": "variable-mapping",
|
|
1469
1470
|
"feel": "required",
|
|
1470
|
-
"
|
|
1471
|
+
"optional": true,
|
|
1471
1472
|
"binding": {
|
|
1472
|
-
"
|
|
1473
|
-
"
|
|
1473
|
+
"type": "zeebe:property",
|
|
1474
|
+
"name": "resultExpression"
|
|
1474
1475
|
},
|
|
1475
|
-
"
|
|
1476
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
1476
1477
|
}
|
|
1477
1478
|
],
|
|
1478
1479
|
"icon": {
|
|
1479
|
-
"contents": "data:image/svg+xml
|
|
1480
|
+
"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"
|
|
1481
|
+
},
|
|
1482
|
+
"engines": {
|
|
1483
|
+
"camunda": "^8.4"
|
|
1480
1484
|
}
|
|
1481
1485
|
}
|
|
1482
1486
|
]
|