@camunda/connectors-element-templates 1.0.17 → 1.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/connectors.js +12 -2
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +4 -7
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +8 -8
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +8 -8
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +8 -8
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +8 -8
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +9 -12
- package/src/element-templates/agenticai-aiagent-job-worker.json +3770 -29
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +6274 -2594
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +549 -552
- package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +736 -739
- package/src/element-templates/asana-connector.json +759 -48
- package/src/element-templates/automation-anywhere-outbound-connector.json +1763 -1759
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
- package/src/element-templates/aws-bedrock-outbound-connector.json +747 -10
- package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1358 -1358
- package/src/element-templates/aws-eventbridge-connector-boundary.json +383 -18
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +377 -12
- package/src/element-templates/aws-eventbridge-connector-message-start.json +407 -8
- package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
- package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
- package/src/element-templates/aws-lambda-outbound-connector.json +238 -234
- package/src/element-templates/aws-s3-outbound-connector.json +646 -5
- package/src/element-templates/aws-sagemaker-outbound-connector.json +13 -9
- package/src/element-templates/aws-sns-inbound-boundary.json +44 -37
- package/src/element-templates/aws-sns-inbound-intermediate.json +210 -203
- package/src/element-templates/aws-sns-inbound-message-start.json +125 -118
- package/src/element-templates/aws-sns-inbound-receive.json +13 -6
- package/src/element-templates/aws-sns-inbound-start-event.json +134 -127
- package/src/element-templates/aws-sns-outbound-connector.json +581 -577
- package/src/element-templates/aws-sqs-boundary-connector.json +453 -449
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +530 -526
- package/src/element-templates/aws-sqs-outbound-connector.json +711 -709
- package/src/element-templates/aws-sqs-receive-connector.json +15 -11
- package/src/element-templates/aws-sqs-start-event-connector.json +213 -205
- package/src/element-templates/aws-sqs-start-message.json +461 -457
- package/src/element-templates/aws-textract-outbound-connector.json +109 -105
- package/src/element-templates/azure-blobstorage-outbound-connector.json +676 -19
- package/src/element-templates/azure-open-ai-connector.json +1329 -4
- package/src/element-templates/blue-prism-connector.json +569 -24
- package/src/element-templates/box-outbound-connector.json +924 -12
- package/src/element-templates/csv-outbound-connector.json +13 -5
- package/src/element-templates/easy-post-connector.json +1077 -109
- package/src/element-templates/email-inbound-connector-boundary.json +32 -24
- package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
- package/src/element-templates/email-inbound-connector-receive.json +564 -0
- package/src/element-templates/email-message-start-event-connector.json +58 -50
- package/src/element-templates/email-outbound-connector.json +2116 -243
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +3 -6
- package/src/element-templates/github-connector.json +15257 -11722
- package/src/element-templates/github-webhook-connector-boundary.json +27 -29
- package/src/element-templates/github-webhook-connector-intermediate.json +36 -38
- package/src/element-templates/github-webhook-connector-message-start.json +11 -13
- package/src/element-templates/github-webhook-connector-receive.json +13 -15
- package/src/element-templates/github-webhook-connector-start-event.json +54 -56
- package/src/element-templates/gitlab-connector.json +4177 -2545
- package/src/element-templates/google-cloud-storage-outbound-connector.json +562 -13
- package/src/element-templates/google-drive-outbound-connector.json +1386 -766
- package/src/element-templates/google-gemini-outbound-connector.json +13 -5
- package/src/element-templates/google-maps-platform-connector.json +1059 -30
- package/src/element-templates/google-sheets-outbound-connector.json +2449 -1455
- package/src/element-templates/graphql-outbound-connector.json +1744 -1735
- package/src/element-templates/http-json-connector.json +2982 -2332
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +752 -741
- package/src/element-templates/http-polling-connector.json +1512 -1501
- package/src/element-templates/hubspot-outbound-connector.json +2371 -25
- package/src/element-templates/hugging-face-connector.json +234 -3
- package/src/element-templates/jdbc-outbound-connector.json +20 -6
- package/src/element-templates/kafka-inbound-connector-boundary.json +613 -604
- package/src/element-templates/kafka-inbound-connector-intermediate.json +528 -519
- package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
- package/src/element-templates/kafka-inbound-connector-start-message.json +530 -521
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +518 -512
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
- package/src/element-templates/microsoft-office365-mail-connector.json +893 -10
- package/src/element-templates/microsoft-teams-outbound-connector.json +5971 -3807
- package/src/element-templates/openai-connector.json +550 -87
- package/src/element-templates/operate-connector.json +1198 -46
- package/src/element-templates/power-automate-connector.json +601 -9
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +444 -435
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +484 -475
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +367 -358
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +479 -470
- package/src/element-templates/rabbitmq-outbound-connector.json +356 -350
- package/src/element-templates/rpa-connector.json +346 -0
- package/src/element-templates/salesforce-connector.json +544 -0
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
- package/src/element-templates/send-message-connector-message-end-event.json +10 -5
- package/src/element-templates/send-message-connector-send-task.json +10 -5
- package/src/element-templates/sendgrid-outbound-connector.json +945 -337
- package/src/element-templates/servicenow-connector.json +971 -3
- package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
- package/src/element-templates/servicenow-incident-connector.json +980 -3
- package/src/element-templates/slack-inbound-boundary.json +490 -192
- package/src/element-templates/slack-inbound-intermediate.json +421 -123
- package/src/element-templates/slack-inbound-message-start.json +469 -139
- package/src/element-templates/slack-inbound-receive.json +297 -0
- package/src/element-templates/slack-inbound-start-event.json +216 -211
- package/src/element-templates/slack-outbound-connector.json +2451 -753
- package/src/element-templates/soap-outbound-connector.json +812 -2
- package/src/element-templates/twilio-connector.json +1573 -93
- package/src/element-templates/twilio-webhook-boundary-connector.json +19 -10
- package/src/element-templates/twilio-webhook-connector.json +243 -13
- package/src/element-templates/twilio-webhook-intermediate-connector.json +34 -25
- package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
- package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
- package/src/element-templates/uipath-connector.json +594 -2
- package/src/element-templates/webhook-connector-boundary.json +580 -570
- package/src/element-templates/webhook-connector-intermediate.json +1390 -1380
- package/src/element-templates/webhook-connector-receive.json +16 -6
- package/src/element-templates/webhook-connector-start-event.json +1382 -1375
- package/src/element-templates/webhook-connector-start-message.json +1306 -1296
- package/src/element-templates/whatsapp-connector.json +343 -9
- package/src/element-templates/http-connector.json.json +0 -654
|
@@ -3,23 +3,27 @@
|
|
|
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
|
-
"version": 1,
|
|
7
6
|
"description": "Receive message from a queue",
|
|
8
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
7
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
|
|
8
|
+
"version": 9,
|
|
9
|
+
"category": {
|
|
10
|
+
"id": "connectors",
|
|
11
|
+
"name": "Connectors"
|
|
12
|
+
},
|
|
9
13
|
"appliesTo": ["bpmn:StartEvent"],
|
|
10
14
|
"elementType": {
|
|
11
15
|
"value": "bpmn:StartEvent",
|
|
12
16
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
13
17
|
},
|
|
14
|
-
"category": {
|
|
15
|
-
"id": "connectors",
|
|
16
|
-
"name": "Connectors"
|
|
17
|
-
},
|
|
18
18
|
"groups": [
|
|
19
19
|
{
|
|
20
20
|
"id": "authentication",
|
|
21
21
|
"label": "Authentication"
|
|
22
22
|
},
|
|
23
|
+
{
|
|
24
|
+
"id": "configuration",
|
|
25
|
+
"label": "Configuration"
|
|
26
|
+
},
|
|
23
27
|
{
|
|
24
28
|
"id": "queueProperties",
|
|
25
29
|
"label": "Queue properties"
|
|
@@ -38,163 +42,213 @@
|
|
|
38
42
|
},
|
|
39
43
|
{
|
|
40
44
|
"id": "correlation",
|
|
41
|
-
"label": "
|
|
45
|
+
"label": "Correlation",
|
|
46
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
42
47
|
},
|
|
43
48
|
{
|
|
44
|
-
"id": "
|
|
45
|
-
"label": "
|
|
49
|
+
"id": "deduplication",
|
|
50
|
+
"label": "Deduplication",
|
|
51
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"id": "output",
|
|
55
|
+
"label": "Output mapping"
|
|
46
56
|
}
|
|
47
57
|
],
|
|
48
58
|
"properties": [
|
|
49
59
|
{
|
|
50
|
-
"type": "Hidden",
|
|
51
60
|
"value": "io.camunda:aws-sqs-inbound:1",
|
|
52
61
|
"binding": {
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
}
|
|
62
|
+
"name": "inbound.type",
|
|
63
|
+
"type": "zeebe:property"
|
|
64
|
+
},
|
|
65
|
+
"type": "Hidden"
|
|
56
66
|
},
|
|
57
67
|
{
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
|
|
61
|
-
|
|
68
|
+
"id": "authentication.type",
|
|
69
|
+
"label": "Authentication",
|
|
70
|
+
"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>",
|
|
71
|
+
"value": "credentials",
|
|
72
|
+
"group": "authentication",
|
|
62
73
|
"binding": {
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
}
|
|
74
|
+
"name": "authentication.type",
|
|
75
|
+
"type": "zeebe:property"
|
|
76
|
+
},
|
|
77
|
+
"type": "Dropdown",
|
|
78
|
+
"choices": [
|
|
79
|
+
{
|
|
80
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
81
|
+
"value": "defaultCredentialsChain"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "Credentials",
|
|
85
|
+
"value": "credentials"
|
|
86
|
+
}
|
|
87
|
+
]
|
|
66
88
|
},
|
|
67
89
|
{
|
|
90
|
+
"id": "authentication.accessKey",
|
|
68
91
|
"label": "Access key",
|
|
69
|
-
"description": "Provide
|
|
92
|
+
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
93
|
+
"optional": false,
|
|
94
|
+
"constraints": {
|
|
95
|
+
"notEmpty": true
|
|
96
|
+
},
|
|
70
97
|
"group": "authentication",
|
|
71
|
-
"type": "String",
|
|
72
98
|
"binding": {
|
|
73
|
-
"
|
|
74
|
-
"
|
|
99
|
+
"name": "authentication.accessKey",
|
|
100
|
+
"type": "zeebe:property"
|
|
75
101
|
},
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
|
|
102
|
+
"condition": {
|
|
103
|
+
"property": "authentication.type",
|
|
104
|
+
"equals": "credentials",
|
|
105
|
+
"type": "simple"
|
|
106
|
+
},
|
|
107
|
+
"type": "String"
|
|
79
108
|
},
|
|
80
109
|
{
|
|
110
|
+
"id": "authentication.secretKey",
|
|
81
111
|
"label": "Secret key",
|
|
82
|
-
"description": "Provide
|
|
112
|
+
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
113
|
+
"optional": false,
|
|
114
|
+
"constraints": {
|
|
115
|
+
"notEmpty": true
|
|
116
|
+
},
|
|
83
117
|
"group": "authentication",
|
|
84
|
-
"type": "String",
|
|
85
118
|
"binding": {
|
|
86
|
-
"
|
|
87
|
-
"
|
|
119
|
+
"name": "authentication.secretKey",
|
|
120
|
+
"type": "zeebe:property"
|
|
121
|
+
},
|
|
122
|
+
"condition": {
|
|
123
|
+
"property": "authentication.type",
|
|
124
|
+
"equals": "credentials",
|
|
125
|
+
"type": "simple"
|
|
88
126
|
},
|
|
127
|
+
"type": "String"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"id": "configuration.region",
|
|
131
|
+
"label": "Region",
|
|
132
|
+
"description": "Specify the AWS region",
|
|
133
|
+
"optional": false,
|
|
89
134
|
"constraints": {
|
|
90
135
|
"notEmpty": true
|
|
91
|
-
}
|
|
136
|
+
},
|
|
137
|
+
"group": "configuration",
|
|
138
|
+
"binding": {
|
|
139
|
+
"name": "configuration.region",
|
|
140
|
+
"type": "zeebe:property"
|
|
141
|
+
},
|
|
142
|
+
"type": "String"
|
|
92
143
|
},
|
|
93
144
|
{
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
145
|
+
"id": "configuration.endpoint",
|
|
146
|
+
"label": "Endpoint",
|
|
147
|
+
"description": "Specify endpoint if need to use custom endpoint",
|
|
148
|
+
"optional": true,
|
|
149
|
+
"group": "configuration",
|
|
98
150
|
"binding": {
|
|
99
|
-
"
|
|
100
|
-
"
|
|
151
|
+
"name": "configuration.endpoint",
|
|
152
|
+
"type": "zeebe:property"
|
|
101
153
|
},
|
|
102
|
-
"
|
|
103
|
-
"notEmpty": true,
|
|
104
|
-
"pattern": {
|
|
105
|
-
"value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
106
|
-
"message": "Must be an queue URL or ARN"
|
|
107
|
-
}
|
|
108
|
-
}
|
|
154
|
+
"type": "Hidden"
|
|
109
155
|
},
|
|
110
156
|
{
|
|
111
|
-
"
|
|
112
|
-
"
|
|
157
|
+
"id": "queue.queue.url",
|
|
158
|
+
"label": "Queue URL",
|
|
159
|
+
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
160
|
+
"optional": false,
|
|
161
|
+
"constraints": {
|
|
162
|
+
"notEmpty": true
|
|
163
|
+
},
|
|
113
164
|
"group": "queueProperties",
|
|
114
|
-
"type": "String",
|
|
115
165
|
"binding": {
|
|
116
|
-
"
|
|
117
|
-
"
|
|
166
|
+
"name": "queue.url",
|
|
167
|
+
"type": "zeebe:property"
|
|
118
168
|
},
|
|
119
|
-
"
|
|
120
|
-
"notEmpty": true
|
|
121
|
-
}
|
|
169
|
+
"type": "String"
|
|
122
170
|
},
|
|
123
171
|
{
|
|
172
|
+
"id": "queue.queue.pollingWaitTime",
|
|
124
173
|
"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",
|
|
174
|
+
"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",
|
|
128
175
|
"optional": false,
|
|
129
|
-
"
|
|
130
|
-
"value": "1",
|
|
131
|
-
"binding": {
|
|
132
|
-
"type": "zeebe:property",
|
|
133
|
-
"name": "queue.pollingWaitTime"
|
|
134
|
-
},
|
|
176
|
+
"value": "20",
|
|
135
177
|
"constraints": {
|
|
136
178
|
"notEmpty": true,
|
|
137
179
|
"pattern": {
|
|
138
|
-
"value": "^([0-9]?|1[0-9]|20
|
|
139
|
-
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
180
|
+
"value": "^([0-9]?|1[0-9]|20|secrets\\..+)$"
|
|
140
181
|
}
|
|
141
|
-
}
|
|
182
|
+
},
|
|
183
|
+
"group": "messagePollingProperties",
|
|
184
|
+
"binding": {
|
|
185
|
+
"name": "queue.pollingWaitTime",
|
|
186
|
+
"type": "zeebe:property"
|
|
187
|
+
},
|
|
188
|
+
"type": "String"
|
|
142
189
|
},
|
|
143
190
|
{
|
|
191
|
+
"id": "queue.queue.attributeNames",
|
|
144
192
|
"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/
|
|
193
|
+
"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",
|
|
194
|
+
"optional": false,
|
|
195
|
+
"feel": "optional",
|
|
146
196
|
"group": "input",
|
|
147
|
-
"type": "String",
|
|
148
|
-
"optional": true,
|
|
149
197
|
"binding": {
|
|
150
|
-
"
|
|
151
|
-
"
|
|
198
|
+
"name": "queue.attributeNames",
|
|
199
|
+
"type": "zeebe:property"
|
|
152
200
|
},
|
|
153
|
-
"
|
|
201
|
+
"type": "String"
|
|
154
202
|
},
|
|
155
203
|
{
|
|
204
|
+
"id": "queue.queue.messageAttributeNames",
|
|
156
205
|
"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/
|
|
206
|
+
"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",
|
|
207
|
+
"optional": false,
|
|
208
|
+
"feel": "optional",
|
|
158
209
|
"group": "input",
|
|
159
|
-
"type": "String",
|
|
160
|
-
"optional": true,
|
|
161
210
|
"binding": {
|
|
162
|
-
"
|
|
163
|
-
"
|
|
211
|
+
"name": "queue.messageAttributeNames",
|
|
212
|
+
"type": "zeebe:property"
|
|
164
213
|
},
|
|
165
|
-
"
|
|
214
|
+
"type": "String"
|
|
166
215
|
},
|
|
167
216
|
{
|
|
168
|
-
"
|
|
169
|
-
"
|
|
170
|
-
"
|
|
217
|
+
"id": "activationCondition",
|
|
218
|
+
"label": "Activation condition",
|
|
219
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
171
220
|
"optional": true,
|
|
221
|
+
"feel": "required",
|
|
172
222
|
"group": "activation",
|
|
173
223
|
"binding": {
|
|
174
|
-
"
|
|
175
|
-
"
|
|
224
|
+
"name": "activationCondition",
|
|
225
|
+
"type": "zeebe:property"
|
|
176
226
|
},
|
|
177
|
-
"
|
|
227
|
+
"type": "String"
|
|
178
228
|
},
|
|
179
229
|
{
|
|
180
|
-
"
|
|
181
|
-
"
|
|
230
|
+
"id": "consumeUnmatchedEvents",
|
|
231
|
+
"label": "Consume unmatched events",
|
|
232
|
+
"value": true,
|
|
182
233
|
"group": "activation",
|
|
183
|
-
"feel": "required",
|
|
184
|
-
"optional": true,
|
|
185
234
|
"binding": {
|
|
186
|
-
"
|
|
187
|
-
"
|
|
235
|
+
"name": "consumeUnmatchedEvents",
|
|
236
|
+
"type": "zeebe:property"
|
|
188
237
|
},
|
|
189
|
-
"
|
|
238
|
+
"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",
|
|
239
|
+
"type": "Boolean"
|
|
190
240
|
},
|
|
191
241
|
{
|
|
192
|
-
"label": "Correlation required",
|
|
193
|
-
"description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
|
|
194
242
|
"id": "correlationRequired",
|
|
243
|
+
"label": "Subprocess correlation required",
|
|
244
|
+
"description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
|
|
245
|
+
"value": "notRequired",
|
|
195
246
|
"group": "correlation",
|
|
247
|
+
"binding": {
|
|
248
|
+
"name": "correlationRequired",
|
|
249
|
+
"type": "zeebe:property"
|
|
250
|
+
},
|
|
196
251
|
"type": "Dropdown",
|
|
197
|
-
"value": "notRequired",
|
|
198
252
|
"choices": [
|
|
199
253
|
{
|
|
200
254
|
"name": "Correlation not required",
|
|
@@ -204,104 +258,209 @@
|
|
|
204
258
|
"name": "Correlation required",
|
|
205
259
|
"value": "required"
|
|
206
260
|
}
|
|
207
|
-
]
|
|
208
|
-
"binding": {
|
|
209
|
-
"type": "zeebe:property",
|
|
210
|
-
"name": "correlationRequired"
|
|
211
|
-
}
|
|
261
|
+
]
|
|
212
262
|
},
|
|
213
263
|
{
|
|
264
|
+
"id": "correlationKeyProcess",
|
|
214
265
|
"label": "Correlation key (process)",
|
|
215
|
-
"type": "String",
|
|
216
|
-
"group": "correlation",
|
|
217
|
-
"feel": "required",
|
|
218
266
|
"description": "Sets up the correlation key from process variables",
|
|
267
|
+
"constraints": {
|
|
268
|
+
"notEmpty": true
|
|
269
|
+
},
|
|
270
|
+
"feel": "required",
|
|
271
|
+
"group": "correlation",
|
|
219
272
|
"binding": {
|
|
220
|
-
"
|
|
221
|
-
"
|
|
273
|
+
"name": "correlationKey",
|
|
274
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
275
|
+
},
|
|
276
|
+
"condition": {
|
|
277
|
+
"property": "correlationRequired",
|
|
278
|
+
"equals": "required",
|
|
279
|
+
"type": "simple"
|
|
222
280
|
},
|
|
281
|
+
"type": "String"
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"id": "correlationKeyPayload",
|
|
285
|
+
"label": "Correlation key (payload)",
|
|
286
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
223
287
|
"constraints": {
|
|
224
288
|
"notEmpty": true
|
|
225
289
|
},
|
|
290
|
+
"feel": "required",
|
|
291
|
+
"group": "correlation",
|
|
292
|
+
"binding": {
|
|
293
|
+
"name": "correlationKeyExpression",
|
|
294
|
+
"type": "zeebe:property"
|
|
295
|
+
},
|
|
226
296
|
"condition": {
|
|
227
297
|
"property": "correlationRequired",
|
|
228
|
-
"equals": "required"
|
|
229
|
-
|
|
298
|
+
"equals": "required",
|
|
299
|
+
"type": "simple"
|
|
300
|
+
},
|
|
301
|
+
"type": "String"
|
|
230
302
|
},
|
|
231
303
|
{
|
|
232
|
-
"
|
|
233
|
-
"
|
|
304
|
+
"id": "messageTtl",
|
|
305
|
+
"label": "Message TTL",
|
|
306
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
307
|
+
"optional": true,
|
|
308
|
+
"constraints": {
|
|
309
|
+
"notEmpty": false,
|
|
310
|
+
"pattern": {
|
|
311
|
+
"value": "^(PT.*|)$",
|
|
312
|
+
"message": "must be an ISO-8601 duration"
|
|
313
|
+
}
|
|
314
|
+
},
|
|
315
|
+
"feel": "optional",
|
|
234
316
|
"group": "correlation",
|
|
317
|
+
"binding": {
|
|
318
|
+
"name": "messageTtl",
|
|
319
|
+
"type": "zeebe:property"
|
|
320
|
+
},
|
|
321
|
+
"type": "String"
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"id": "messageIdExpression",
|
|
325
|
+
"label": "Message ID expression",
|
|
326
|
+
"description": "Expression to extract unique identifier of a message",
|
|
327
|
+
"optional": true,
|
|
235
328
|
"feel": "required",
|
|
329
|
+
"group": "correlation",
|
|
236
330
|
"binding": {
|
|
237
|
-
"
|
|
238
|
-
"
|
|
331
|
+
"name": "messageIdExpression",
|
|
332
|
+
"type": "zeebe:property"
|
|
239
333
|
},
|
|
240
|
-
"
|
|
334
|
+
"type": "String"
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"id": "messageNameUuid",
|
|
338
|
+
"generatedValue": {
|
|
339
|
+
"type": "uuid"
|
|
340
|
+
},
|
|
341
|
+
"group": "correlation",
|
|
342
|
+
"binding": {
|
|
343
|
+
"name": "name",
|
|
344
|
+
"type": "bpmn:Message#property"
|
|
345
|
+
},
|
|
346
|
+
"type": "Hidden"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"id": "deduplicationModeManualFlag",
|
|
350
|
+
"label": "Manual mode",
|
|
351
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
352
|
+
"value": false,
|
|
353
|
+
"group": "deduplication",
|
|
354
|
+
"binding": {
|
|
355
|
+
"name": "deduplicationModeManualFlag",
|
|
356
|
+
"type": "zeebe:property"
|
|
357
|
+
},
|
|
358
|
+
"type": "Boolean"
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"id": "deduplicationId",
|
|
362
|
+
"label": "Deduplication ID",
|
|
241
363
|
"constraints": {
|
|
242
|
-
"notEmpty": true
|
|
364
|
+
"notEmpty": true,
|
|
365
|
+
"pattern": {
|
|
366
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
367
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
368
|
+
}
|
|
369
|
+
},
|
|
370
|
+
"group": "deduplication",
|
|
371
|
+
"binding": {
|
|
372
|
+
"name": "deduplicationId",
|
|
373
|
+
"type": "zeebe:property"
|
|
374
|
+
},
|
|
375
|
+
"condition": {
|
|
376
|
+
"property": "deduplicationModeManualFlag",
|
|
377
|
+
"equals": true,
|
|
378
|
+
"type": "simple"
|
|
379
|
+
},
|
|
380
|
+
"type": "String"
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"id": "deduplicationModeManual",
|
|
384
|
+
"value": "MANUAL",
|
|
385
|
+
"group": "deduplication",
|
|
386
|
+
"binding": {
|
|
387
|
+
"name": "deduplicationMode",
|
|
388
|
+
"type": "zeebe:property"
|
|
389
|
+
},
|
|
390
|
+
"condition": {
|
|
391
|
+
"property": "deduplicationId",
|
|
392
|
+
"isActive": true,
|
|
393
|
+
"type": "simple"
|
|
394
|
+
},
|
|
395
|
+
"type": "Hidden"
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"id": "deduplicationModeAuto",
|
|
399
|
+
"value": "AUTO",
|
|
400
|
+
"group": "deduplication",
|
|
401
|
+
"binding": {
|
|
402
|
+
"name": "deduplicationMode",
|
|
403
|
+
"type": "zeebe:property"
|
|
404
|
+
},
|
|
405
|
+
"condition": {
|
|
406
|
+
"property": "deduplicationId",
|
|
407
|
+
"isActive": false,
|
|
408
|
+
"type": "simple"
|
|
243
409
|
},
|
|
244
|
-
"
|
|
245
|
-
"property": "correlationRequired",
|
|
246
|
-
"equals": "required"
|
|
247
|
-
}
|
|
410
|
+
"type": "Hidden"
|
|
248
411
|
},
|
|
249
412
|
{
|
|
413
|
+
"id": "resultVariable",
|
|
250
414
|
"label": "Result variable",
|
|
251
|
-
"
|
|
252
|
-
"group": "
|
|
253
|
-
"optional": true,
|
|
415
|
+
"description": "Name of variable to store the response in",
|
|
416
|
+
"group": "output",
|
|
254
417
|
"binding": {
|
|
255
|
-
"
|
|
256
|
-
"
|
|
418
|
+
"name": "resultVariable",
|
|
419
|
+
"type": "zeebe:property"
|
|
257
420
|
},
|
|
258
|
-
"
|
|
421
|
+
"type": "String"
|
|
259
422
|
},
|
|
260
423
|
{
|
|
424
|
+
"id": "resultExpression",
|
|
261
425
|
"label": "Result expression",
|
|
262
|
-
"
|
|
263
|
-
"group": "variable-mapping",
|
|
426
|
+
"description": "Expression to map the response into process variables",
|
|
264
427
|
"feel": "required",
|
|
265
|
-
"
|
|
428
|
+
"group": "output",
|
|
266
429
|
"binding": {
|
|
267
|
-
"
|
|
268
|
-
"
|
|
430
|
+
"name": "resultExpression",
|
|
431
|
+
"type": "zeebe:property"
|
|
269
432
|
},
|
|
270
|
-
"
|
|
433
|
+
"type": "Text"
|
|
271
434
|
}
|
|
272
435
|
],
|
|
273
436
|
"icon": {
|
|
274
|
-
"contents": "data:image/svg+xml
|
|
437
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0MCA0MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0nMCUnIHkxPScxMDAlJyB4Mj0nMTAwJScgeTI9JzAlJyBpZD0nbGluZWFyR3JhZGllbnQtMSc+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNCMDA4NEQnIG9mZnNldD0nMCUnPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI0ZGNEY4Qicgb2Zmc2V0PScxMDAlJz48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMicgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnCiAgICAgICBmaWxsLXJ1bGU9J2V2ZW5vZGQnPgogICAgICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS1CRy8zMi9BcHBsaWNhdGlvbi1JbnRlZ3JhdGlvbicgZmlsbD0ndXJsKCNsaW5lYXJHcmFkaWVudC0xKSc+CiAgICAgICAgICAgIDxyZWN0IGlkPSdSZWN0YW5nbGUnIHg9JzAnIHk9JzAnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSdNMTQuMzQyMjA1MSwyMi4zNDkzNzg2IEwxNS44NDY2NzY3LDIwLjkwNjEwNzQgQzE1Ljk0MjgzNDcsMjAuODE0MTUzOSAxNS45OTY5MjM1LDIwLjY4NzIxOCAxNS45OTk5Mjg1LDIwLjU1NTI4NDYgQzE2LjAwMTkzMTcsMjAuNDIyMzUxNyAxNS45NTE4NDk1LDIwLjI5MzQxNjggMTUuODU5Njk4MSwyMC4xOTg0NjQ4IEwxNC4zNTUyMjY0LDE4LjY0MzI1MDIgTDEzLjYzNTA0MzMsMTkuMzM3ODk5NCBMMTQuMzExMTU0LDIwLjAzNzU0NiBMMTEuOTkxMzQyOSwyMC4wMzc1NDYgTDExLjk5MTM0MjksMjEuMDM3MDQxMyBMMTQuMjY1MDc4MywyMS4wMzcwNDEzIEwxMy42NDgwNjQ3LDIxLjYyODc0MjUgTDE0LjM0MjIwNTEsMjIuMzQ5Mzc4NiBaIE0yNi4zNTc5NDUyLDIyLjM1MzM3NjUgTDI3LjkwNzQ5MDksMjAuOTAwMTEwNCBDMjguMDA2NjUzOCwyMC44MDgxNTY5IDI4LjA2Mjc0NTksMjAuNjc5MjIyIDI4LjA2NDc0OTIsMjAuNTQ0MjkwMSBDMjguMDY2NzUyNSwyMC40MDkzNTgzIDI4LjAxMzY2NTMsMjAuMjc4NDI0NCAyNy45MTg1MDksMjAuMTgzNDcyNCBMMjYuMzY4OTYzMywxOC42MzcyNTMyIEwyNS42NjA3OTk5LDE5LjM0Mzg5NjMgTDI2LjM1NDk0MDMsMjAuMDM3NTQ2IEwyNC4wMTEwODk2LDIwLjAzNzU0NiBMMjQuMDExMDg5NiwyMS4wMzcwNDEzIEwyNi4yOTg4NDgxLDIxLjAzNzA0MTMgTDI1LjY3MTgxOCwyMS42MjQ3NDQ1IEwyNi4zNTc5NDUyLDIyLjM1MzM3NjUgWiBNMTcuNTg3NTM2NywyMy4zNjA4Njc4IEMxOC4zMzg3NzA4LDIzLjA1NzAyMTIgMTkuMTYyMTIzNSwyMi44OTQxMDM1IDIwLjAwNDUwNzQsMjIuODk0MTAzNSBDMjAuODQ2ODkxMywyMi44OTQxMDM1IDIxLjY3MDI0NCwyMy4wNTcwMjEyIDIyLjQyMTQ3ODEsMjMuMzYwODY3OCBDMjEuNzUyMzc4OSwyMS41ODk3NjIyIDIxLjc1MjM3ODksMTkuMzg5ODczMSAyMi40MjE0NzgxLDE3LjYxODc2NzUgQzIwLjkxOTAwOTgsMTguMjI2NDYwNiAxOS4wOTAwMDUsMTguMjI2NDYwNiAxNy41ODc1MzY3LDE3LjYxODc2NzUgQzE4LjI1NjYzNTksMTkuMzg5ODczMSAxOC4yNTY2MzU5LDIxLjU4OTc2MjIgMTcuNTg3NTM2NywyMy4zNjA4Njc4IEwxNy41ODc1MzY3LDIzLjM2MDg2NzggWiBNMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IEMxNS41NDYxODMsMjUuMjQzOTE2OCAxNS40OTcxMDI0LDI1LjExNTk4MTQgMTUuNDk3MTAyNCwyNC45ODgwNDYgQzE1LjQ5NzEwMjQsMjQuODYwMTEwNiAxNS41NDYxODMsMjQuNzMyMTc1MyAxNS42NDQzNDQzLDI0LjYzNDIyNDcgQzE3LjU4NDUzMTcsMjIuNjk4MjAyNCAxNy41ODQ1MzE3LDE4LjI4MjQzMjQgMTUuNjQ0MzQ0MywxNi4zNDU0MTA2IEMxNS41NDYxODMsMTYuMjQ4NDU5NSAxNS40OTcxMDI0LDE2LjEyMDUyNDEgMTUuNDk3MTAyNCwxNS45OTI1OTEyIEMxNS40OTcxMDI0LDE1Ljg2NDY1MzQgMTUuNTQ2MTgzLDE1LjczNjcxOCAxNS42NDQzNDQzLDE1LjYzODc2NzQgQzE1LjgzOTY2NTIsMTUuNDQzODY1OSAxNi4xNTcxODY4LDE1LjQ0Mzg2NTkgMTYuMzUyNTA3NywxNS42Mzg3Njc0IEMxNy4yNzQwMjE2LDE2LjU1ODMwMzEgMTguNjA1MjA4NiwxNy4wODYwMzY2IDIwLjAwNDUwNzQsMTcuMDg2MDM2NiBDMjEuNDA0ODA3OSwxNy4wODYwMzY2IDIyLjczNTk5NDgsMTYuNTU4MzAzMSAyMy42NTc1MDg4LDE1LjYzODc2NzQgQzIzLjg1MjgyOTYsMTUuNDQzODY1OSAyNC4xNzAzNTEzLDE1LjQ0Mzg2NTkgMjQuMzY1NjcyMiwxNS42Mzg3Njc0IEMyNC40NjI4MzE4LDE1LjczNjcxOCAyNC41MTE5MTI0LDE1Ljg2NDY1MzQgMjQuNTExOTEyNCwxNS45OTI1OTEyIEMyNC41MTE5MTI0LDE2LjEyMDUyNDEgMjQuNDYyODMxOCwxNi4yNDg0NTk1IDI0LjM2NTY3MjIsMTYuMzQ1NDEwNiBDMjIuNDI0NDgzMSwxOC4yODI0MzI0IDIyLjQyNDQ4MzEsMjIuNjk4MjAyNCAyNC4zNjU2NzIyLDI0LjYzNDIyNDcgQzI0LjQ2MjgzMTgsMjQuNzMyMTc1MyAyNC41MTE5MTI0LDI0Ljg2MDExMDYgMjQuNTExOTEyNCwyNC45ODgwNDYgQzI0LjUxMTkxMjQsMjUuMTE1OTgxNCAyNC40NjI4MzE4LDI1LjI0MzkxNjggMjQuMzY1NjcyMiwyNS4zNDA4Njc5IEMyNC4yNjc1MTA5LDI1LjQzODgxODQgMjQuMTM5MzAwMywyNS40ODc3OTM3IDI0LjAxMTA4OTYsMjUuNDg3NzkzNyBDMjMuODgyODc5LDI1LjQ4Nzc5MzcgMjMuNzU0NjY4NCwyNS40Mzg4MTg0IDIzLjY1NzUwODgsMjUuMzQwODY3OSBDMjIuNzM1OTk0OCwyNC40MjEzMzIyIDIxLjQwNDgwNzksMjMuODkzNTk4NyAyMC4wMDQ1MDc0LDIzLjg5MzU5ODcgQzE4LjYwNTIwODYsMjMuODkzNTk4NyAxNy4yNzQwMjE2LDI0LjQyMTMzMjIgMTYuMzUyNTA3NywyNS4zNDA4Njc5IEMxNi4xNTcxODY4LDI1LjUzNTc2OTQgMTUuODM5NjY1MiwyNS41MzU3Njk0IDE1LjY0NDM0NDMsMjUuMzQwODY3OSBMMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IFogTTMyLjU0MjEwNDksMTkuNDM1ODQ5OSBDMzIuMjM2NjAzLDE5LjEzMjAwMzMgMzEuODM2OTQ2NCwxOC45ODAwODAxIDMxLjQzNjI4ODIsMTguOTgwMDgwMSBDMzEuMDM2NjMxNiwxOC45ODAwODAxIDMwLjYzNjk3NSwxOS4xMzIwMDMzIDMwLjMzMTQ3MzEsMTkuNDM1ODQ5OSBDMjkuNzIxNDcxLDIwLjA0NDU0MjUgMjkuNzIxNDcxLDIxLjAzNDA0MjggMzAuMzMxNDczMSwyMS42NDE3MzU5IEMzMC45NDE0NzUzLDIyLjI1MDQyODUgMzEuOTMyMTAyNywyMi4yNTA0Mjg1IDMyLjU0MjEwNDksMjEuNjQxNzM1OSBDMzMuMTUxMTA1NCwyMS4wMzQwNDI4IDMzLjE1MTEwNTQsMjAuMDQ0NTQyNSAzMi41NDIxMDQ5LDE5LjQzNTg0OTkgTDMyLjU0MjEwNDksMTkuNDM1ODQ5OSBaIE0zMy4yNTAyNjgzLDIyLjM0OTM3ODYgQzMyLjc1MDQ0NzIsMjIuODQ4MTI2NyAzMi4wOTMzNjc3LDIzLjA5ODAwMDUgMzEuNDM2Mjg4MiwyMy4wOTgwMDA1IEMzMC43ODAyMTAzLDIzLjA5ODAwMDUgMzAuMTIzMTMwOSwyMi44NDgxMjY3IDI5LjYyMzMwOTcsMjIuMzQ5Mzc4NiBDMjguNjIzNjY3NSwyMS4zNTA4ODI4IDI4LjYyMzY2NzUsMTkuNzI3NzAyNSAyOS42MjMzMDk3LDE4LjcyOTIwNjggQzMwLjYyMjk1MiwxNy43MzE3MTA1IDMyLjI1MDYyNiwxNy43MzE3MTA1IDMzLjI1MDI2ODMsMTguNzI5MjA2OCBDMzQuMjQ5OTEwNiwxOS43Mjc3MDI1IDM0LjI0OTkxMDYsMjEuMzUwODgyOCAzMy4yNTAyNjgzLDIyLjM0OTM3ODYgTDMzLjI1MDI2ODMsMjIuMzQ5Mzc4NiBaIE05LjY2ODUyNjg3LDE5LjQ0Njg0NDMgQzkuMzYzMDI0OTcsMTkuMTQyOTk3OCA4Ljk2MzM2ODM5LDE4Ljk5MTA3NDUgOC41NjI3MTAxNywxOC45OTEwNzQ1IEM4LjE2MzA1MzU5LDE4Ljk5MTA3NDUgNy43NjMzOTcwMSwxOS4xNDI5OTc4IDcuNDU3ODk1MTEsMTkuNDQ2ODQ0MyBDNi44NDg4OTQ2MSwyMC4wNTU1MzcgNi44NDg4OTQ2MSwyMS4wNDUwMzczIDcuNDU3ODk1MTEsMjEuNjUyNzMwNCBDOC4wNjc4OTcyNiwyMi4yNjE0MjMgOS4wNTg1MjQ3MiwyMi4yNjE0MjMgOS42Njg1MjY4NywyMS42NTI3MzA0IEMxMC4yNzc1Mjc0LDIxLjA0NTAzNzMgMTAuMjc3NTI3NCwyMC4wNTU1MzcgOS42Njg1MjY4NywxOS40NDY4NDQzIEw5LjY2ODUyNjg3LDE5LjQ0Njg0NDMgWiBNMTAuMzc2NjkwMywyMi4zNTkzNzM1IEM5Ljg3Njg2OTE0LDIyLjg1ODEyMTcgOS4yMTk3ODk2NSwyMy4xMDc5OTU1IDguNTYyNzEwMTcsMjMuMTA3OTk1NSBDNy45MDY2MzIzMiwyMy4xMDc5OTU1IDcuMjQ5NTUyODQsMjIuODU4MTIxNyA2Ljc0OTczMTcsMjIuMzU5MzczNSBDNS43NTAwODk0MywyMS4zNjE4NzczIDUuNzUwMDg5NDMsMTkuNzM4Njk3IDYuNzQ5NzMxNywxOC43NDAyMDEyIEM3Ljc0OTM3Mzk3LDE3Ljc0MjcwNDkgOS4zNzcwNDgwMSwxNy43NDI3MDQ5IDEwLjM3NjY5MDMsMTguNzQwMjAxMiBDMTEuMzc2MzMyNSwxOS43Mzg2OTcgMTEuMzc2MzMyNSwyMS4zNjE4NzczIDEwLjM3NjY5MDMsMjIuMzU5MzczNSBMMTAuMzc2NjkwMywyMi4zNTkzNzM1IFogTTI3LjQzMzcxMjUsMjguOTEwMDY1NCBDMjUuNDM2NDMxMywzMC45MDMwNTkgMjIuNzgyMDcwNSwzMi4wMDA1MDQ3IDE5Ljk1NzQzMDEsMzIuMDAwNTA0NyBDMTcuMTMyNzg5NiwzMi4wMDA1MDQ3IDE0LjQ3ODQyODgsMzAuOTAzMDU5IDEyLjQ4MjE0OTIsMjguOTEwMDY1NCBDMTEuMTY1OTg3LDI3LjU5NzcyODEgMTAuNDA3NzQxMywyNi40NjkyOTggOS45NDQ5ODEwNCwyNS4xMzU5NzEzIEw4Ljk5ODQyNTk5LDI1LjQ2MjgwNjMgQzkuNTA3MjYxOTMsMjYuOTI5MDY1OCAxMC4zNjI2NjcyLDI4LjIxMDQxODcgMTEuNzczOTg1OCwyOS42MTY3MDg2IEMxMy45NTg1NzQ4LDMxLjc5ODYwNjcgMTYuODY2MzUxOSwzMyAxOS45NTc0MzAxLDMzIEMyMy4wNDk1MDk5LDMzIDI1Ljk1NjI4NTMsMzEuNzk4NjA2NyAyOC4xNDE4NzU5LDI5LjYxNjcwODYgQzI5LjI4Mjc1MDIsMjguNDc4MjgzNSAzMC40MjA2MTk2LDI3LjE4NjkzNTYgMzEuMDExNTkwNSwyNS40NjA4MDczIEwzMC4wNjQwMzM4LDI1LjEzNzk3MDMgQzI5LjUzOTE3MTUsMjYuNjcwMTk2NiAyOC40ODk0NDY5LDI3Ljg1NjU5NzQgMjcuNDMzNzEyNSwyOC45MTAwNjU0IEwyNy40MzM3MTI1LDI4LjkxMDA2NTQgWiBNOS45NDQ5ODEwNCwxNS44NTk2NTU5IEw4Ljk5ODQyNTk5LDE1LjUzMTgyMTQgQzkuNTEwMjY2ODcsMTQuMDY0NTYyNCAxMC4zNjU2NzIyLDEyLjc4MzIwOTUgMTEuNzc1OTg5MSwxMS4zNzU5MjAyIEMxNi4yODYzOTkxLDYuODc1MTkzMDQgMjMuNjI2NDU3OCw2Ljg3NDE5MzU0IDI4LjEzNzg2OTQsMTEuMzc1OTIwMiBDMjkuMjE4NjQ0OSwxMi40NTMzNzYxIDMwLjQwMzU5MTYsMTMuNzg5NzAxMiAzMS4wMTE1OTA1LDE1LjUzMTgyMTQgTDMwLjA2NDAzMzgsMTUuODU5NjU1OSBDMjkuNTI0MTQ2OCwxNC4zMDk0Mzg3IDI4LjQyOTM0ODIsMTMuMDgwMDU5NiAyNy40Mjk3MDU5LDEyLjA4MjU2MzMgQzI1LjQzNDQyOCwxMC4wOTE1Njg4IDIyLjc4MTA2ODksOC45OTYxMjE5NyAxOS45NTc0MzAxLDguOTk2MTIxOTcgQzE3LjEzMzc5MTIsOC45OTYxMjE5NyAxNC40ODA0MzIxLDEwLjA5MTU2ODggMTIuNDg1MTU0MiwxMi4wODI1NjMzIEMxMS4xODcwMjE1LDEzLjM3NzkwOTIgMTAuNDAzNzM0NywxNC41NDIzMjExIDkuOTQ0OTgxMDQsMTUuODU5NjU1OSBMOS45NDQ5ODEwNCwxNS44NTk2NTU5IFonCiAgICAgICAgICAgICAgaWQ9J0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV9JY29uXzMyX1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
275
438
|
},
|
|
276
439
|
"engines": {
|
|
277
|
-
"camunda": "^8.
|
|
440
|
+
"camunda": "^8.5"
|
|
278
441
|
}
|
|
279
442
|
},
|
|
280
443
|
{
|
|
281
444
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
282
445
|
"name": "Amazon SQS Message Start Event Connector",
|
|
283
446
|
"id": "io.camunda.connectors.AWSSQS.startmessage.v1",
|
|
447
|
+
"version": 2,
|
|
284
448
|
"description": "Receive message from a queue",
|
|
285
449
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
|
|
286
|
-
"version": 9,
|
|
287
|
-
"category": {
|
|
288
|
-
"id": "connectors",
|
|
289
|
-
"name": "Connectors"
|
|
290
|
-
},
|
|
291
450
|
"appliesTo": ["bpmn:StartEvent"],
|
|
292
451
|
"elementType": {
|
|
293
452
|
"value": "bpmn:StartEvent",
|
|
294
453
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
295
454
|
},
|
|
455
|
+
"category": {
|
|
456
|
+
"id": "connectors",
|
|
457
|
+
"name": "Connectors"
|
|
458
|
+
},
|
|
296
459
|
"groups": [
|
|
297
460
|
{
|
|
298
461
|
"id": "authentication",
|
|
299
462
|
"label": "Authentication"
|
|
300
463
|
},
|
|
301
|
-
{
|
|
302
|
-
"id": "configuration",
|
|
303
|
-
"label": "Configuration"
|
|
304
|
-
},
|
|
305
464
|
{
|
|
306
465
|
"id": "queueProperties",
|
|
307
466
|
"label": "Queue properties"
|
|
@@ -320,213 +479,197 @@
|
|
|
320
479
|
},
|
|
321
480
|
{
|
|
322
481
|
"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."
|
|
482
|
+
"label": "Subprocess correlation"
|
|
330
483
|
},
|
|
331
484
|
{
|
|
332
|
-
"id": "
|
|
333
|
-
"label": "
|
|
485
|
+
"id": "variable-mapping",
|
|
486
|
+
"label": "Variable mapping"
|
|
334
487
|
}
|
|
335
488
|
],
|
|
336
489
|
"properties": [
|
|
337
490
|
{
|
|
491
|
+
"type": "Hidden",
|
|
338
492
|
"value": "io.camunda:aws-sqs-inbound:1",
|
|
339
493
|
"binding": {
|
|
340
|
-
"
|
|
341
|
-
"
|
|
494
|
+
"type": "zeebe:property",
|
|
495
|
+
"name": "inbound.type"
|
|
496
|
+
}
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"type": "Hidden",
|
|
500
|
+
"generatedValue": {
|
|
501
|
+
"type": "uuid"
|
|
342
502
|
},
|
|
343
|
-
"
|
|
503
|
+
"binding": {
|
|
504
|
+
"type": "bpmn:Message#property",
|
|
505
|
+
"name": "name"
|
|
506
|
+
}
|
|
344
507
|
},
|
|
345
508
|
{
|
|
346
|
-
"id": "
|
|
509
|
+
"id": "authenticationType",
|
|
347
510
|
"label": "Authentication",
|
|
348
|
-
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
349
|
-
"value": "credentials",
|
|
511
|
+
"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>",
|
|
350
512
|
"group": "authentication",
|
|
351
|
-
"binding": {
|
|
352
|
-
"name": "authentication.type",
|
|
353
|
-
"type": "zeebe:property"
|
|
354
|
-
},
|
|
355
513
|
"type": "Dropdown",
|
|
514
|
+
"optional": false,
|
|
515
|
+
"value": "credentials",
|
|
356
516
|
"choices": [
|
|
357
|
-
{
|
|
358
|
-
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
359
|
-
"value": "defaultCredentialsChain"
|
|
360
|
-
},
|
|
361
517
|
{
|
|
362
518
|
"name": "Credentials",
|
|
363
519
|
"value": "credentials"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
523
|
+
"value": "defaultCredentialsChain"
|
|
364
524
|
}
|
|
365
|
-
]
|
|
525
|
+
],
|
|
526
|
+
"binding": {
|
|
527
|
+
"type": "zeebe:property",
|
|
528
|
+
"name": "authentication.type"
|
|
529
|
+
},
|
|
530
|
+
"constraints": {
|
|
531
|
+
"notEmpty": true
|
|
532
|
+
}
|
|
366
533
|
},
|
|
367
534
|
{
|
|
368
|
-
"id": "authentication.accessKey",
|
|
369
535
|
"label": "Access key",
|
|
370
|
-
"description": "Provide
|
|
371
|
-
"optional": false,
|
|
372
|
-
"constraints": {
|
|
373
|
-
"notEmpty": true
|
|
374
|
-
},
|
|
536
|
+
"description": "Provide AWS IAM access key that has permission to read from desired SQS",
|
|
375
537
|
"group": "authentication",
|
|
538
|
+
"type": "String",
|
|
376
539
|
"binding": {
|
|
377
|
-
"
|
|
378
|
-
"
|
|
540
|
+
"type": "zeebe:property",
|
|
541
|
+
"name": "authentication.accessKey"
|
|
379
542
|
},
|
|
380
|
-
"
|
|
381
|
-
"
|
|
382
|
-
"equals": "credentials",
|
|
383
|
-
"type": "simple"
|
|
543
|
+
"constraints": {
|
|
544
|
+
"notEmpty": true
|
|
384
545
|
},
|
|
385
|
-
"
|
|
546
|
+
"condition": {
|
|
547
|
+
"property": "authenticationType",
|
|
548
|
+
"equals": "credentials"
|
|
549
|
+
}
|
|
386
550
|
},
|
|
387
551
|
{
|
|
388
|
-
"id": "authentication.secretKey",
|
|
389
552
|
"label": "Secret key",
|
|
390
|
-
"description": "Provide
|
|
391
|
-
"optional": false,
|
|
392
|
-
"constraints": {
|
|
393
|
-
"notEmpty": true
|
|
394
|
-
},
|
|
553
|
+
"description": "Provide AWS IAM secret key that has permission to read from desired SQS",
|
|
395
554
|
"group": "authentication",
|
|
555
|
+
"type": "String",
|
|
396
556
|
"binding": {
|
|
397
|
-
"
|
|
398
|
-
"
|
|
399
|
-
},
|
|
400
|
-
"condition": {
|
|
401
|
-
"property": "authentication.type",
|
|
402
|
-
"equals": "credentials",
|
|
403
|
-
"type": "simple"
|
|
557
|
+
"type": "zeebe:property",
|
|
558
|
+
"name": "authentication.secretKey"
|
|
404
559
|
},
|
|
405
|
-
"type": "String"
|
|
406
|
-
},
|
|
407
|
-
{
|
|
408
|
-
"id": "configuration.region",
|
|
409
|
-
"label": "Region",
|
|
410
|
-
"description": "Specify the AWS region",
|
|
411
|
-
"optional": false,
|
|
412
560
|
"constraints": {
|
|
413
561
|
"notEmpty": true
|
|
414
562
|
},
|
|
415
|
-
"
|
|
416
|
-
|
|
417
|
-
"
|
|
418
|
-
|
|
419
|
-
},
|
|
420
|
-
"type": "String"
|
|
563
|
+
"condition": {
|
|
564
|
+
"property": "authenticationType",
|
|
565
|
+
"equals": "credentials"
|
|
566
|
+
}
|
|
421
567
|
},
|
|
422
568
|
{
|
|
423
|
-
"
|
|
424
|
-
"
|
|
425
|
-
"
|
|
426
|
-
"
|
|
427
|
-
"group": "configuration",
|
|
569
|
+
"label": "Queue URL",
|
|
570
|
+
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
571
|
+
"group": "queueProperties",
|
|
572
|
+
"type": "String",
|
|
428
573
|
"binding": {
|
|
429
|
-
"
|
|
430
|
-
"
|
|
574
|
+
"type": "zeebe:property",
|
|
575
|
+
"name": "queue.url"
|
|
431
576
|
},
|
|
432
|
-
"
|
|
577
|
+
"constraints": {
|
|
578
|
+
"notEmpty": true,
|
|
579
|
+
"pattern": {
|
|
580
|
+
"value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
581
|
+
"message": "Must be an queue URL or ARN"
|
|
582
|
+
}
|
|
583
|
+
}
|
|
433
584
|
},
|
|
434
585
|
{
|
|
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
|
-
},
|
|
586
|
+
"label": "Region",
|
|
587
|
+
"description": "Specify the AWS region of your queue",
|
|
442
588
|
"group": "queueProperties",
|
|
589
|
+
"type": "String",
|
|
443
590
|
"binding": {
|
|
444
|
-
"
|
|
445
|
-
"
|
|
591
|
+
"type": "zeebe:property",
|
|
592
|
+
"name": "configuration.region"
|
|
446
593
|
},
|
|
447
|
-
"
|
|
594
|
+
"constraints": {
|
|
595
|
+
"notEmpty": true
|
|
596
|
+
}
|
|
448
597
|
},
|
|
449
598
|
{
|
|
450
|
-
"id": "queue.queue.pollingWaitTime",
|
|
451
599
|
"label": "Polling wait time",
|
|
452
600
|
"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",
|
|
601
|
+
"group": "messagePollingProperties",
|
|
602
|
+
"type": "String",
|
|
453
603
|
"optional": false,
|
|
454
|
-
"
|
|
604
|
+
"feel": "optional",
|
|
605
|
+
"value": "1",
|
|
606
|
+
"binding": {
|
|
607
|
+
"type": "zeebe:property",
|
|
608
|
+
"name": "queue.pollingWaitTime"
|
|
609
|
+
},
|
|
455
610
|
"constraints": {
|
|
456
611
|
"notEmpty": true,
|
|
457
612
|
"pattern": {
|
|
458
|
-
"value": "^([0-9]?|1[0-9]|20
|
|
613
|
+
"value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
614
|
+
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
459
615
|
}
|
|
460
|
-
}
|
|
461
|
-
"group": "messagePollingProperties",
|
|
462
|
-
"binding": {
|
|
463
|
-
"name": "queue.pollingWaitTime",
|
|
464
|
-
"type": "zeebe:property"
|
|
465
|
-
},
|
|
466
|
-
"type": "String"
|
|
616
|
+
}
|
|
467
617
|
},
|
|
468
618
|
{
|
|
469
|
-
"id": "queue.queue.attributeNames",
|
|
470
619
|
"label": "Attribute names",
|
|
471
620
|
"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",
|
|
472
|
-
"optional": false,
|
|
473
|
-
"feel": "optional",
|
|
474
621
|
"group": "input",
|
|
622
|
+
"type": "String",
|
|
623
|
+
"optional": true,
|
|
475
624
|
"binding": {
|
|
476
|
-
"
|
|
477
|
-
"
|
|
625
|
+
"type": "zeebe:property",
|
|
626
|
+
"name": "queue.attributeNames"
|
|
478
627
|
},
|
|
479
|
-
"
|
|
628
|
+
"feel": "required"
|
|
480
629
|
},
|
|
481
630
|
{
|
|
482
|
-
"id": "queue.queue.messageAttributeNames",
|
|
483
631
|
"label": "Message attribute names",
|
|
484
632
|
"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",
|
|
485
|
-
"optional": false,
|
|
486
|
-
"feel": "optional",
|
|
487
633
|
"group": "input",
|
|
634
|
+
"type": "String",
|
|
635
|
+
"optional": true,
|
|
488
636
|
"binding": {
|
|
489
|
-
"
|
|
490
|
-
"
|
|
637
|
+
"type": "zeebe:property",
|
|
638
|
+
"name": "queue.messageAttributeNames"
|
|
491
639
|
},
|
|
492
|
-
"
|
|
640
|
+
"feel": "required"
|
|
493
641
|
},
|
|
494
642
|
{
|
|
495
|
-
"
|
|
496
|
-
"label": "Activation condition",
|
|
497
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
498
|
-
"optional": true,
|
|
643
|
+
"label": "Message ID expression",
|
|
499
644
|
"feel": "required",
|
|
645
|
+
"type": "String",
|
|
646
|
+
"optional": true,
|
|
500
647
|
"group": "activation",
|
|
501
648
|
"binding": {
|
|
502
|
-
"
|
|
503
|
-
"
|
|
649
|
+
"type": "zeebe:property",
|
|
650
|
+
"name": "messageIdExpression"
|
|
504
651
|
},
|
|
505
|
-
"
|
|
652
|
+
"description": "Expression to extract unique identifier of a message"
|
|
506
653
|
},
|
|
507
654
|
{
|
|
508
|
-
"
|
|
509
|
-
"
|
|
510
|
-
"value": true,
|
|
655
|
+
"label": "Activation condition",
|
|
656
|
+
"type": "String",
|
|
511
657
|
"group": "activation",
|
|
658
|
+
"feel": "required",
|
|
659
|
+
"optional": true,
|
|
512
660
|
"binding": {
|
|
513
|
-
"
|
|
514
|
-
"
|
|
661
|
+
"type": "zeebe:property",
|
|
662
|
+
"name": "activationCondition"
|
|
515
663
|
},
|
|
516
|
-
"
|
|
517
|
-
"type": "Boolean"
|
|
664
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events"
|
|
518
665
|
},
|
|
519
666
|
{
|
|
520
|
-
"
|
|
521
|
-
"label": "Subprocess correlation required",
|
|
667
|
+
"label": "Correlation required",
|
|
522
668
|
"description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
|
|
523
|
-
"
|
|
669
|
+
"id": "correlationRequired",
|
|
524
670
|
"group": "correlation",
|
|
525
|
-
"binding": {
|
|
526
|
-
"name": "correlationRequired",
|
|
527
|
-
"type": "zeebe:property"
|
|
528
|
-
},
|
|
529
671
|
"type": "Dropdown",
|
|
672
|
+
"value": "notRequired",
|
|
530
673
|
"choices": [
|
|
531
674
|
{
|
|
532
675
|
"name": "Correlation not required",
|
|
@@ -536,195 +679,86 @@
|
|
|
536
679
|
"name": "Correlation required",
|
|
537
680
|
"value": "required"
|
|
538
681
|
}
|
|
539
|
-
]
|
|
682
|
+
],
|
|
683
|
+
"binding": {
|
|
684
|
+
"type": "zeebe:property",
|
|
685
|
+
"name": "correlationRequired"
|
|
686
|
+
}
|
|
540
687
|
},
|
|
541
688
|
{
|
|
542
|
-
"id": "correlationKeyProcess",
|
|
543
689
|
"label": "Correlation key (process)",
|
|
544
|
-
"
|
|
545
|
-
"constraints": {
|
|
546
|
-
"notEmpty": true
|
|
547
|
-
},
|
|
548
|
-
"feel": "required",
|
|
690
|
+
"type": "String",
|
|
549
691
|
"group": "correlation",
|
|
692
|
+
"feel": "required",
|
|
693
|
+
"description": "Sets up the correlation key from process variables",
|
|
550
694
|
"binding": {
|
|
551
|
-
"
|
|
552
|
-
"
|
|
553
|
-
},
|
|
554
|
-
"condition": {
|
|
555
|
-
"property": "correlationRequired",
|
|
556
|
-
"equals": "required",
|
|
557
|
-
"type": "simple"
|
|
695
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
696
|
+
"name": "correlationKey"
|
|
558
697
|
},
|
|
559
|
-
"type": "String"
|
|
560
|
-
},
|
|
561
|
-
{
|
|
562
|
-
"id": "correlationKeyPayload",
|
|
563
|
-
"label": "Correlation key (payload)",
|
|
564
|
-
"description": "Extracts the correlation key from the incoming message payload",
|
|
565
698
|
"constraints": {
|
|
566
699
|
"notEmpty": true
|
|
567
700
|
},
|
|
568
|
-
"feel": "required",
|
|
569
|
-
"group": "correlation",
|
|
570
|
-
"binding": {
|
|
571
|
-
"name": "correlationKeyExpression",
|
|
572
|
-
"type": "zeebe:property"
|
|
573
|
-
},
|
|
574
701
|
"condition": {
|
|
575
702
|
"property": "correlationRequired",
|
|
576
|
-
"equals": "required"
|
|
577
|
-
|
|
578
|
-
},
|
|
579
|
-
"type": "String"
|
|
703
|
+
"equals": "required"
|
|
704
|
+
}
|
|
580
705
|
},
|
|
581
706
|
{
|
|
582
|
-
"
|
|
583
|
-
"
|
|
584
|
-
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
585
|
-
"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",
|
|
707
|
+
"label": "Correlation key (payload)",
|
|
708
|
+
"type": "String",
|
|
594
709
|
"group": "correlation",
|
|
595
|
-
"binding": {
|
|
596
|
-
"name": "messageTtl",
|
|
597
|
-
"type": "zeebe:property"
|
|
598
|
-
},
|
|
599
|
-
"type": "String"
|
|
600
|
-
},
|
|
601
|
-
{
|
|
602
|
-
"id": "messageIdExpression",
|
|
603
|
-
"label": "Message ID expression",
|
|
604
|
-
"description": "Expression to extract unique identifier of a message",
|
|
605
|
-
"optional": true,
|
|
606
710
|
"feel": "required",
|
|
607
|
-
"group": "correlation",
|
|
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",
|
|
620
|
-
"binding": {
|
|
621
|
-
"name": "name",
|
|
622
|
-
"type": "bpmn:Message#property"
|
|
623
|
-
},
|
|
624
|
-
"type": "Hidden"
|
|
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
711
|
"binding": {
|
|
633
|
-
"
|
|
634
|
-
"
|
|
712
|
+
"type": "zeebe:property",
|
|
713
|
+
"name": "correlationKeyExpression"
|
|
635
714
|
},
|
|
636
|
-
"
|
|
637
|
-
},
|
|
638
|
-
{
|
|
639
|
-
"id": "deduplicationId",
|
|
640
|
-
"label": "Deduplication ID",
|
|
715
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
641
716
|
"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"
|
|
717
|
+
"notEmpty": true
|
|
682
718
|
},
|
|
683
719
|
"condition": {
|
|
684
|
-
"property": "
|
|
685
|
-
"
|
|
686
|
-
|
|
687
|
-
},
|
|
688
|
-
"type": "Hidden"
|
|
720
|
+
"property": "correlationRequired",
|
|
721
|
+
"equals": "required"
|
|
722
|
+
}
|
|
689
723
|
},
|
|
690
724
|
{
|
|
691
|
-
"id": "resultVariable",
|
|
692
725
|
"label": "Result variable",
|
|
693
|
-
"
|
|
694
|
-
"group": "
|
|
726
|
+
"type": "String",
|
|
727
|
+
"group": "variable-mapping",
|
|
728
|
+
"optional": true,
|
|
695
729
|
"binding": {
|
|
696
|
-
"
|
|
697
|
-
"
|
|
730
|
+
"type": "zeebe:property",
|
|
731
|
+
"name": "resultVariable"
|
|
698
732
|
},
|
|
699
|
-
"
|
|
733
|
+
"description": "Name of variable to store the result of the connector in"
|
|
700
734
|
},
|
|
701
735
|
{
|
|
702
|
-
"id": "resultExpression",
|
|
703
736
|
"label": "Result expression",
|
|
704
|
-
"
|
|
737
|
+
"type": "String",
|
|
738
|
+
"group": "variable-mapping",
|
|
705
739
|
"feel": "required",
|
|
706
|
-
"
|
|
740
|
+
"optional": true,
|
|
707
741
|
"binding": {
|
|
708
|
-
"
|
|
709
|
-
"
|
|
742
|
+
"type": "zeebe:property",
|
|
743
|
+
"name": "resultExpression"
|
|
710
744
|
},
|
|
711
|
-
"
|
|
745
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
712
746
|
}
|
|
713
747
|
],
|
|
714
748
|
"icon": {
|
|
715
|
-
"contents": "data:image/svg+xml
|
|
749
|
+
"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
750
|
},
|
|
717
751
|
"engines": {
|
|
718
|
-
"camunda": "^8.
|
|
752
|
+
"camunda": "^8.4"
|
|
719
753
|
}
|
|
720
754
|
},
|
|
721
755
|
{
|
|
722
756
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
723
757
|
"name": "Amazon SQS Message Start Event Connector",
|
|
724
758
|
"id": "io.camunda.connectors.AWSSQS.startmessage.v1",
|
|
725
|
-
"version":
|
|
759
|
+
"version": 1,
|
|
726
760
|
"description": "Receive message from a queue",
|
|
727
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
761
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
728
762
|
"appliesTo": ["bpmn:StartEvent"],
|
|
729
763
|
"elementType": {
|
|
730
764
|
"value": "bpmn:StartEvent",
|
|
@@ -783,32 +817,6 @@
|
|
|
783
817
|
"name": "name"
|
|
784
818
|
}
|
|
785
819
|
},
|
|
786
|
-
{
|
|
787
|
-
"id": "authenticationType",
|
|
788
|
-
"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/amazon-sqs/\" target=\"_blank\">documentation page</a>",
|
|
790
|
-
"group": "authentication",
|
|
791
|
-
"type": "Dropdown",
|
|
792
|
-
"optional": false,
|
|
793
|
-
"value": "credentials",
|
|
794
|
-
"choices": [
|
|
795
|
-
{
|
|
796
|
-
"name": "Credentials",
|
|
797
|
-
"value": "credentials"
|
|
798
|
-
},
|
|
799
|
-
{
|
|
800
|
-
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
801
|
-
"value": "defaultCredentialsChain"
|
|
802
|
-
}
|
|
803
|
-
],
|
|
804
|
-
"binding": {
|
|
805
|
-
"type": "zeebe:property",
|
|
806
|
-
"name": "authentication.type"
|
|
807
|
-
},
|
|
808
|
-
"constraints": {
|
|
809
|
-
"notEmpty": true
|
|
810
|
-
}
|
|
811
|
-
},
|
|
812
820
|
{
|
|
813
821
|
"label": "Access key",
|
|
814
822
|
"description": "Provide AWS IAM access key that has permission to read from desired SQS",
|
|
@@ -820,10 +828,6 @@
|
|
|
820
828
|
},
|
|
821
829
|
"constraints": {
|
|
822
830
|
"notEmpty": true
|
|
823
|
-
},
|
|
824
|
-
"condition": {
|
|
825
|
-
"property": "authenticationType",
|
|
826
|
-
"equals": "credentials"
|
|
827
831
|
}
|
|
828
832
|
},
|
|
829
833
|
{
|
|
@@ -837,10 +841,6 @@
|
|
|
837
841
|
},
|
|
838
842
|
"constraints": {
|
|
839
843
|
"notEmpty": true
|
|
840
|
-
},
|
|
841
|
-
"condition": {
|
|
842
|
-
"property": "authenticationType",
|
|
843
|
-
"equals": "credentials"
|
|
844
844
|
}
|
|
845
845
|
},
|
|
846
846
|
{
|
|
@@ -875,7 +875,7 @@
|
|
|
875
875
|
},
|
|
876
876
|
{
|
|
877
877
|
"label": "Polling wait time",
|
|
878
|
-
"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/
|
|
878
|
+
"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",
|
|
879
879
|
"group": "messagePollingProperties",
|
|
880
880
|
"type": "String",
|
|
881
881
|
"optional": false,
|
|
@@ -895,7 +895,7 @@
|
|
|
895
895
|
},
|
|
896
896
|
{
|
|
897
897
|
"label": "Attribute names",
|
|
898
|
-
"description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
898
|
+
"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",
|
|
899
899
|
"group": "input",
|
|
900
900
|
"type": "String",
|
|
901
901
|
"optional": true,
|
|
@@ -907,7 +907,7 @@
|
|
|
907
907
|
},
|
|
908
908
|
{
|
|
909
909
|
"label": "Message attribute names",
|
|
910
|
-
"description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
910
|
+
"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",
|
|
911
911
|
"group": "input",
|
|
912
912
|
"type": "String",
|
|
913
913
|
"optional": true,
|
|
@@ -1027,7 +1027,7 @@
|
|
|
1027
1027
|
"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"
|
|
1028
1028
|
},
|
|
1029
1029
|
"engines": {
|
|
1030
|
-
"camunda": "^8.
|
|
1030
|
+
"camunda": "^8.2"
|
|
1031
1031
|
}
|
|
1032
1032
|
},
|
|
1033
1033
|
{
|
|
@@ -1035,14 +1035,15 @@
|
|
|
1035
1035
|
"name": "Amazon SQS Message Start Event Connector",
|
|
1036
1036
|
"id": "io.camunda.connectors.AWSSQS.startmessage.v1",
|
|
1037
1037
|
"description": "Receive messages from Amazon SQS.",
|
|
1038
|
-
"
|
|
1039
|
-
"
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1038
|
+
"keywords": [
|
|
1039
|
+
"receive message",
|
|
1040
|
+
"receive event",
|
|
1041
|
+
"receive message from queue",
|
|
1042
|
+
"receive event from queue",
|
|
1043
|
+
"event driven",
|
|
1044
|
+
"queue",
|
|
1045
|
+
"dequeue"
|
|
1046
|
+
],
|
|
1046
1047
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
|
|
1047
1048
|
"version": 10,
|
|
1048
1049
|
"category": {
|
|
@@ -1377,15 +1378,18 @@
|
|
|
1377
1378
|
},
|
|
1378
1379
|
{
|
|
1379
1380
|
"id": "messageNameUuid",
|
|
1381
|
+
"label": "Message name",
|
|
1380
1382
|
"generatedValue": {
|
|
1381
1383
|
"type": "uuid"
|
|
1382
1384
|
},
|
|
1385
|
+
"feel": "optional",
|
|
1383
1386
|
"group": "correlation",
|
|
1384
1387
|
"binding": {
|
|
1385
1388
|
"name": "name",
|
|
1386
1389
|
"type": "bpmn:Message#property"
|
|
1387
1390
|
},
|
|
1388
|
-
"
|
|
1391
|
+
"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.",
|
|
1392
|
+
"type": "String"
|
|
1389
1393
|
},
|
|
1390
1394
|
{
|
|
1391
1395
|
"id": "deduplicationModeManualFlag",
|
|
@@ -1454,7 +1458,7 @@
|
|
|
1454
1458
|
{
|
|
1455
1459
|
"id": "resultVariable",
|
|
1456
1460
|
"label": "Result variable",
|
|
1457
|
-
"description": "Name of variable to store the response in",
|
|
1461
|
+
"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>.",
|
|
1458
1462
|
"group": "output",
|
|
1459
1463
|
"binding": {
|
|
1460
1464
|
"name": "resultVariable",
|
|
@@ -1465,7 +1469,7 @@
|
|
|
1465
1469
|
{
|
|
1466
1470
|
"id": "resultExpression",
|
|
1467
1471
|
"label": "Result expression",
|
|
1468
|
-
"description": "Expression to map the response into process variables",
|
|
1472
|
+
"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>.",
|
|
1469
1473
|
"feel": "required",
|
|
1470
1474
|
"group": "output",
|
|
1471
1475
|
"binding": {
|