@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,9 +3,18 @@
|
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
4
|
"name": "Amazon SQS Boundary Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.AWSSQS.boundary.v1",
|
|
6
|
-
"description": "Receive
|
|
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
|
+
],
|
|
7
16
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
|
|
8
|
-
"version":
|
|
17
|
+
"version": 10,
|
|
9
18
|
"category": {
|
|
10
19
|
"id": "connectors",
|
|
11
20
|
"name": "Connectors"
|
|
@@ -15,6 +24,9 @@
|
|
|
15
24
|
"value": "bpmn:BoundaryEvent",
|
|
16
25
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
17
26
|
},
|
|
27
|
+
"engines": {
|
|
28
|
+
"camunda": "^8.3"
|
|
29
|
+
},
|
|
18
30
|
"groups": [
|
|
19
31
|
{
|
|
20
32
|
"id": "authentication",
|
|
@@ -171,7 +183,7 @@
|
|
|
171
183
|
{
|
|
172
184
|
"id": "queue.queue.pollingWaitTime",
|
|
173
185
|
"label": "Polling wait time",
|
|
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",
|
|
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",
|
|
175
187
|
"optional": false,
|
|
176
188
|
"value": "20",
|
|
177
189
|
"constraints": {
|
|
@@ -303,15 +315,18 @@
|
|
|
303
315
|
},
|
|
304
316
|
{
|
|
305
317
|
"id": "messageNameUuid",
|
|
318
|
+
"label": "Message name",
|
|
306
319
|
"generatedValue": {
|
|
307
320
|
"type": "uuid"
|
|
308
321
|
},
|
|
322
|
+
"feel": "optional",
|
|
309
323
|
"group": "correlation",
|
|
310
324
|
"binding": {
|
|
311
325
|
"name": "name",
|
|
312
326
|
"type": "bpmn:Message#property"
|
|
313
327
|
},
|
|
314
|
-
"
|
|
328
|
+
"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.",
|
|
329
|
+
"type": "String"
|
|
315
330
|
},
|
|
316
331
|
{
|
|
317
332
|
"id": "deduplicationModeManualFlag",
|
|
@@ -380,7 +395,7 @@
|
|
|
380
395
|
{
|
|
381
396
|
"id": "resultVariable",
|
|
382
397
|
"label": "Result variable",
|
|
383
|
-
"description": "Name of variable to store the response in",
|
|
398
|
+
"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>.",
|
|
384
399
|
"group": "output",
|
|
385
400
|
"binding": {
|
|
386
401
|
"name": "resultVariable",
|
|
@@ -391,7 +406,7 @@
|
|
|
391
406
|
{
|
|
392
407
|
"id": "resultExpression",
|
|
393
408
|
"label": "Result expression",
|
|
394
|
-
"description": "Expression to map the response into process variables",
|
|
409
|
+
"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>.",
|
|
395
410
|
"feel": "required",
|
|
396
411
|
"group": "output",
|
|
397
412
|
"binding": {
|
|
@@ -403,32 +418,33 @@
|
|
|
403
418
|
],
|
|
404
419
|
"icon": {
|
|
405
420
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0MCA0MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0nMCUnIHkxPScxMDAlJyB4Mj0nMTAwJScgeTI9JzAlJyBpZD0nbGluZWFyR3JhZGllbnQtMSc+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNCMDA4NEQnIG9mZnNldD0nMCUnPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI0ZGNEY4Qicgb2Zmc2V0PScxMDAlJz48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMicgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnCiAgICAgICBmaWxsLXJ1bGU9J2V2ZW5vZGQnPgogICAgICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS1CRy8zMi9BcHBsaWNhdGlvbi1JbnRlZ3JhdGlvbicgZmlsbD0ndXJsKCNsaW5lYXJHcmFkaWVudC0xKSc+CiAgICAgICAgICAgIDxyZWN0IGlkPSdSZWN0YW5nbGUnIHg9JzAnIHk9JzAnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSdNMTQuMzQyMjA1MSwyMi4zNDkzNzg2IEwxNS44NDY2NzY3LDIwLjkwNjEwNzQgQzE1Ljk0MjgzNDcsMjAuODE0MTUzOSAxNS45OTY5MjM1LDIwLjY4NzIxOCAxNS45OTk5Mjg1LDIwLjU1NTI4NDYgQzE2LjAwMTkzMTcsMjAuNDIyMzUxNyAxNS45NTE4NDk1LDIwLjI5MzQxNjggMTUuODU5Njk4MSwyMC4xOTg0NjQ4IEwxNC4zNTUyMjY0LDE4LjY0MzI1MDIgTDEzLjYzNTA0MzMsMTkuMzM3ODk5NCBMMTQuMzExMTU0LDIwLjAzNzU0NiBMMTEuOTkxMzQyOSwyMC4wMzc1NDYgTDExLjk5MTM0MjksMjEuMDM3MDQxMyBMMTQuMjY1MDc4MywyMS4wMzcwNDEzIEwxMy42NDgwNjQ3LDIxLjYyODc0MjUgTDE0LjM0MjIwNTEsMjIuMzQ5Mzc4NiBaIE0yNi4zNTc5NDUyLDIyLjM1MzM3NjUgTDI3LjkwNzQ5MDksMjAuOTAwMTEwNCBDMjguMDA2NjUzOCwyMC44MDgxNTY5IDI4LjA2Mjc0NTksMjAuNjc5MjIyIDI4LjA2NDc0OTIsMjAuNTQ0MjkwMSBDMjguMDY2NzUyNSwyMC40MDkzNTgzIDI4LjAxMzY2NTMsMjAuMjc4NDI0NCAyNy45MTg1MDksMjAuMTgzNDcyNCBMMjYuMzY4OTYzMywxOC42MzcyNTMyIEwyNS42NjA3OTk5LDE5LjM0Mzg5NjMgTDI2LjM1NDk0MDMsMjAuMDM3NTQ2IEwyNC4wMTEwODk2LDIwLjAzNzU0NiBMMjQuMDExMDg5NiwyMS4wMzcwNDEzIEwyNi4yOTg4NDgxLDIxLjAzNzA0MTMgTDI1LjY3MTgxOCwyMS42MjQ3NDQ1IEwyNi4zNTc5NDUyLDIyLjM1MzM3NjUgWiBNMTcuNTg3NTM2NywyMy4zNjA4Njc4IEMxOC4zMzg3NzA4LDIzLjA1NzAyMTIgMTkuMTYyMTIzNSwyMi44OTQxMDM1IDIwLjAwNDUwNzQsMjIuODk0MTAzNSBDMjAuODQ2ODkxMywyMi44OTQxMDM1IDIxLjY3MDI0NCwyMy4wNTcwMjEyIDIyLjQyMTQ3ODEsMjMuMzYwODY3OCBDMjEuNzUyMzc4OSwyMS41ODk3NjIyIDIxLjc1MjM3ODksMTkuMzg5ODczMSAyMi40MjE0NzgxLDE3LjYxODc2NzUgQzIwLjkxOTAwOTgsMTguMjI2NDYwNiAxOS4wOTAwMDUsMTguMjI2NDYwNiAxNy41ODc1MzY3LDE3LjYxODc2NzUgQzE4LjI1NjYzNTksMTkuMzg5ODczMSAxOC4yNTY2MzU5LDIxLjU4OTc2MjIgMTcuNTg3NTM2NywyMy4zNjA4Njc4IEwxNy41ODc1MzY3LDIzLjM2MDg2NzggWiBNMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IEMxNS41NDYxODMsMjUuMjQzOTE2OCAxNS40OTcxMDI0LDI1LjExNTk4MTQgMTUuNDk3MTAyNCwyNC45ODgwNDYgQzE1LjQ5NzEwMjQsMjQuODYwMTEwNiAxNS41NDYxODMsMjQuNzMyMTc1MyAxNS42NDQzNDQzLDI0LjYzNDIyNDcgQzE3LjU4NDUzMTcsMjIuNjk4MjAyNCAxNy41ODQ1MzE3LDE4LjI4MjQzMjQgMTUuNjQ0MzQ0MywxNi4zNDU0MTA2IEMxNS41NDYxODMsMTYuMjQ4NDU5NSAxNS40OTcxMDI0LDE2LjEyMDUyNDEgMTUuNDk3MTAyNCwxNS45OTI1OTEyIEMxNS40OTcxMDI0LDE1Ljg2NDY1MzQgMTUuNTQ2MTgzLDE1LjczNjcxOCAxNS42NDQzNDQzLDE1LjYzODc2NzQgQzE1LjgzOTY2NTIsMTUuNDQzODY1OSAxNi4xNTcxODY4LDE1LjQ0Mzg2NTkgMTYuMzUyNTA3NywxNS42Mzg3Njc0IEMxNy4yNzQwMjE2LDE2LjU1ODMwMzEgMTguNjA1MjA4NiwxNy4wODYwMzY2IDIwLjAwNDUwNzQsMTcuMDg2MDM2NiBDMjEuNDA0ODA3OSwxNy4wODYwMzY2IDIyLjczNTk5NDgsMTYuNTU4MzAzMSAyMy42NTc1MDg4LDE1LjYzODc2NzQgQzIzLjg1MjgyOTYsMTUuNDQzODY1OSAyNC4xNzAzNTEzLDE1LjQ0Mzg2NTkgMjQuMzY1NjcyMiwxNS42Mzg3Njc0IEMyNC40NjI4MzE4LDE1LjczNjcxOCAyNC41MTE5MTI0LDE1Ljg2NDY1MzQgMjQuNTExOTEyNCwxNS45OTI1OTEyIEMyNC41MTE5MTI0LDE2LjEyMDUyNDEgMjQuNDYyODMxOCwxNi4yNDg0NTk1IDI0LjM2NTY3MjIsMTYuMzQ1NDEwNiBDMjIuNDI0NDgzMSwxOC4yODI0MzI0IDIyLjQyNDQ4MzEsMjIuNjk4MjAyNCAyNC4zNjU2NzIyLDI0LjYzNDIyNDcgQzI0LjQ2MjgzMTgsMjQuNzMyMTc1MyAyNC41MTE5MTI0LDI0Ljg2MDExMDYgMjQuNTExOTEyNCwyNC45ODgwNDYgQzI0LjUxMTkxMjQsMjUuMTE1OTgxNCAyNC40NjI4MzE4LDI1LjI0MzkxNjggMjQuMzY1NjcyMiwyNS4zNDA4Njc5IEMyNC4yNjc1MTA5LDI1LjQzODgxODQgMjQuMTM5MzAwMywyNS40ODc3OTM3IDI0LjAxMTA4OTYsMjUuNDg3NzkzNyBDMjMuODgyODc5LDI1LjQ4Nzc5MzcgMjMuNzU0NjY4NCwyNS40Mzg4MTg0IDIzLjY1NzUwODgsMjUuMzQwODY3OSBDMjIuNzM1OTk0OCwyNC40MjEzMzIyIDIxLjQwNDgwNzksMjMuODkzNTk4NyAyMC4wMDQ1MDc0LDIzLjg5MzU5ODcgQzE4LjYwNTIwODYsMjMuODkzNTk4NyAxNy4yNzQwMjE2LDI0LjQyMTMzMjIgMTYuMzUyNTA3NywyNS4zNDA4Njc5IEMxNi4xNTcxODY4LDI1LjUzNTc2OTQgMTUuODM5NjY1MiwyNS41MzU3Njk0IDE1LjY0NDM0NDMsMjUuMzQwODY3OSBMMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IFogTTMyLjU0MjEwNDksMTkuNDM1ODQ5OSBDMzIuMjM2NjAzLDE5LjEzMjAwMzMgMzEuODM2OTQ2NCwxOC45ODAwODAxIDMxLjQzNjI4ODIsMTguOTgwMDgwMSBDMzEuMDM2NjMxNiwxOC45ODAwODAxIDMwLjYzNjk3NSwxOS4xMzIwMDMzIDMwLjMzMTQ3MzEsMTkuNDM1ODQ5OSBDMjkuNzIxNDcxLDIwLjA0NDU0MjUgMjkuNzIxNDcxLDIxLjAzNDA0MjggMzAuMzMxNDczMSwyMS42NDE3MzU5IEMzMC45NDE0NzUzLDIyLjI1MDQyODUgMzEuOTMyMTAyNywyMi4yNTA0Mjg1IDMyLjU0MjEwNDksMjEuNjQxNzM1OSBDMzMuMTUxMTA1NCwyMS4wMzQwNDI4IDMzLjE1MTEwNTQsMjAuMDQ0NTQyNSAzMi41NDIxMDQ5LDE5LjQzNTg0OTkgTDMyLjU0MjEwNDksMTkuNDM1ODQ5OSBaIE0zMy4yNTAyNjgzLDIyLjM0OTM3ODYgQzMyLjc1MDQ0NzIsMjIuODQ4MTI2NyAzMi4wOTMzNjc3LDIzLjA5ODAwMDUgMzEuNDM2Mjg4MiwyMy4wOTgwMDA1IEMzMC43ODAyMTAzLDIzLjA5ODAwMDUgMzAuMTIzMTMwOSwyMi44NDgxMjY3IDI5LjYyMzMwOTcsMjIuMzQ5Mzc4NiBDMjguNjIzNjY3NSwyMS4zNTA4ODI4IDI4LjYyMzY2NzUsMTkuNzI3NzAyNSAyOS42MjMzMDk3LDE4LjcyOTIwNjggQzMwLjYyMjk1MiwxNy43MzE3MTA1IDMyLjI1MDYyNiwxNy43MzE3MTA1IDMzLjI1MDI2ODMsMTguNzI5MjA2OCBDMzQuMjQ5OTEwNiwxOS43Mjc3MDI1IDM0LjI0OTkxMDYsMjEuMzUwODgyOCAzMy4yNTAyNjgzLDIyLjM0OTM3ODYgTDMzLjI1MDI2ODMsMjIuMzQ5Mzc4NiBaIE05LjY2ODUyNjg3LDE5LjQ0Njg0NDMgQzkuMzYzMDI0OTcsMTkuMTQyOTk3OCA4Ljk2MzM2ODM5LDE4Ljk5MTA3NDUgOC41NjI3MTAxNywxOC45OTEwNzQ1IEM4LjE2MzA1MzU5LDE4Ljk5MTA3NDUgNy43NjMzOTcwMSwxOS4xNDI5OTc4IDcuNDU3ODk1MTEsMTkuNDQ2ODQ0MyBDNi44NDg4OTQ2MSwyMC4wNTU1MzcgNi44NDg4OTQ2MSwyMS4wNDUwMzczIDcuNDU3ODk1MTEsMjEuNjUyNzMwNCBDOC4wNjc4OTcyNiwyMi4yNjE0MjMgOS4wNTg1MjQ3MiwyMi4yNjE0MjMgOS42Njg1MjY4NywyMS42NTI3MzA0IEMxMC4yNzc1Mjc0LDIxLjA0NTAzNzMgMTAuMjc3NTI3NCwyMC4wNTU1MzcgOS42Njg1MjY4NywxOS40NDY4NDQzIEw5LjY2ODUyNjg3LDE5LjQ0Njg0NDMgWiBNMTAuMzc2NjkwMywyMi4zNTkzNzM1IEM5Ljg3Njg2OTE0LDIyLjg1ODEyMTcgOS4yMTk3ODk2NSwyMy4xMDc5OTU1IDguNTYyNzEwMTcsMjMuMTA3OTk1NSBDNy45MDY2MzIzMiwyMy4xMDc5OTU1IDcuMjQ5NTUyODQsMjIuODU4MTIxNyA2Ljc0OTczMTcsMjIuMzU5MzczNSBDNS43NTAwODk0MywyMS4zNjE4NzczIDUuNzUwMDg5NDMsMTkuNzM4Njk3IDYuNzQ5NzMxNywxOC43NDAyMDEyIEM3Ljc0OTM3Mzk3LDE3Ljc0MjcwNDkgOS4zNzcwNDgwMSwxNy43NDI3MDQ5IDEwLjM3NjY5MDMsMTguNzQwMjAxMiBDMTEuMzc2MzMyNSwxOS43Mzg2OTcgMTEuMzc2MzMyNSwyMS4zNjE4NzczIDEwLjM3NjY5MDMsMjIuMzU5MzczNSBMMTAuMzc2NjkwMywyMi4zNTkzNzM1IFogTTI3LjQzMzcxMjUsMjguOTEwMDY1NCBDMjUuNDM2NDMxMywzMC45MDMwNTkgMjIuNzgyMDcwNSwzMi4wMDA1MDQ3IDE5Ljk1NzQzMDEsMzIuMDAwNTA0NyBDMTcuMTMyNzg5NiwzMi4wMDA1MDQ3IDE0LjQ3ODQyODgsMzAuOTAzMDU5IDEyLjQ4MjE0OTIsMjguOTEwMDY1NCBDMTEuMTY1OTg3LDI3LjU5NzcyODEgMTAuNDA3NzQxMywyNi40NjkyOTggOS45NDQ5ODEwNCwyNS4xMzU5NzEzIEw4Ljk5ODQyNTk5LDI1LjQ2MjgwNjMgQzkuNTA3MjYxOTMsMjYuOTI5MDY1OCAxMC4zNjI2NjcyLDI4LjIxMDQxODcgMTEuNzczOTg1OCwyOS42MTY3MDg2IEMxMy45NTg1NzQ4LDMxLjc5ODYwNjcgMTYuODY2MzUxOSwzMyAxOS45NTc0MzAxLDMzIEMyMy4wNDk1MDk5LDMzIDI1Ljk1NjI4NTMsMzEuNzk4NjA2NyAyOC4xNDE4NzU5LDI5LjYxNjcwODYgQzI5LjI4Mjc1MDIsMjguNDc4MjgzNSAzMC40MjA2MTk2LDI3LjE4NjkzNTYgMzEuMDExNTkwNSwyNS40NjA4MDczIEwzMC4wNjQwMzM4LDI1LjEzNzk3MDMgQzI5LjUzOTE3MTUsMjYuNjcwMTk2NiAyOC40ODk0NDY5LDI3Ljg1NjU5NzQgMjcuNDMzNzEyNSwyOC45MTAwNjU0IEwyNy40MzM3MTI1LDI4LjkxMDA2NTQgWiBNOS45NDQ5ODEwNCwxNS44NTk2NTU5IEw4Ljk5ODQyNTk5LDE1LjUzMTgyMTQgQzkuNTEwMjY2ODcsMTQuMDY0NTYyNCAxMC4zNjU2NzIyLDEyLjc4MzIwOTUgMTEuNzc1OTg5MSwxMS4zNzU5MjAyIEMxNi4yODYzOTkxLDYuODc1MTkzMDQgMjMuNjI2NDU3OCw2Ljg3NDE5MzU0IDI4LjEzNzg2OTQsMTEuMzc1OTIwMiBDMjkuMjE4NjQ0OSwxMi40NTMzNzYxIDMwLjQwMzU5MTYsMTMuNzg5NzAxMiAzMS4wMTE1OTA1LDE1LjUzMTgyMTQgTDMwLjA2NDAzMzgsMTUuODU5NjU1OSBDMjkuNTI0MTQ2OCwxNC4zMDk0Mzg3IDI4LjQyOTM0ODIsMTMuMDgwMDU5NiAyNy40Mjk3MDU5LDEyLjA4MjU2MzMgQzI1LjQzNDQyOCwxMC4wOTE1Njg4IDIyLjc4MTA2ODksOC45OTYxMjE5NyAxOS45NTc0MzAxLDguOTk2MTIxOTcgQzE3LjEzMzc5MTIsOC45OTYxMjE5NyAxNC40ODA0MzIxLDEwLjA5MTU2ODggMTIuNDg1MTU0MiwxMi4wODI1NjMzIEMxMS4xODcwMjE1LDEzLjM3NzkwOTIgMTAuNDAzNzM0NywxNC41NDIzMjExIDkuOTQ0OTgxMDQsMTUuODU5NjU1OSBMOS45NDQ5ODEwNCwxNS44NTk2NTU5IFonCiAgICAgICAgICAgICAgaWQ9J0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV9JY29uXzMyX1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
406
|
-
},
|
|
407
|
-
"engines": {
|
|
408
|
-
"camunda": "^8.5"
|
|
409
421
|
}
|
|
410
422
|
},
|
|
411
423
|
{
|
|
412
424
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
413
425
|
"name": "Amazon SQS Boundary Event Connector",
|
|
414
426
|
"id": "io.camunda.connectors.AWSSQS.boundary.v1",
|
|
415
|
-
"version": 1,
|
|
416
427
|
"description": "Receive message from a queue",
|
|
417
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
428
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
|
|
429
|
+
"version": 9,
|
|
430
|
+
"category": {
|
|
431
|
+
"id": "connectors",
|
|
432
|
+
"name": "Connectors"
|
|
433
|
+
},
|
|
418
434
|
"appliesTo": ["bpmn:BoundaryEvent"],
|
|
419
435
|
"elementType": {
|
|
420
436
|
"value": "bpmn:BoundaryEvent",
|
|
421
437
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
422
438
|
},
|
|
423
|
-
"category": {
|
|
424
|
-
"id": "connectors",
|
|
425
|
-
"name": "Connectors"
|
|
426
|
-
},
|
|
427
439
|
"groups": [
|
|
428
440
|
{
|
|
429
441
|
"id": "authentication",
|
|
430
442
|
"label": "Authentication"
|
|
431
443
|
},
|
|
444
|
+
{
|
|
445
|
+
"id": "configuration",
|
|
446
|
+
"label": "Configuration"
|
|
447
|
+
},
|
|
432
448
|
{
|
|
433
449
|
"id": "queueProperties",
|
|
434
450
|
"label": "Queue properties"
|
|
@@ -446,207 +462,380 @@
|
|
|
446
462
|
"label": "Activation"
|
|
447
463
|
},
|
|
448
464
|
{
|
|
449
|
-
"id": "
|
|
450
|
-
"label": "
|
|
465
|
+
"id": "correlation",
|
|
466
|
+
"label": "Correlation",
|
|
467
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"id": "deduplication",
|
|
471
|
+
"label": "Deduplication",
|
|
472
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"id": "output",
|
|
476
|
+
"label": "Output mapping"
|
|
451
477
|
}
|
|
452
478
|
],
|
|
453
479
|
"properties": [
|
|
454
480
|
{
|
|
455
|
-
"type": "Hidden",
|
|
456
481
|
"value": "io.camunda:aws-sqs-inbound:1",
|
|
457
482
|
"binding": {
|
|
458
|
-
"
|
|
459
|
-
"
|
|
460
|
-
}
|
|
483
|
+
"name": "inbound.type",
|
|
484
|
+
"type": "zeebe:property"
|
|
485
|
+
},
|
|
486
|
+
"type": "Hidden"
|
|
461
487
|
},
|
|
462
488
|
{
|
|
463
|
-
"
|
|
464
|
-
"
|
|
465
|
-
|
|
466
|
-
|
|
489
|
+
"id": "authentication.type",
|
|
490
|
+
"label": "Authentication",
|
|
491
|
+
"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>",
|
|
492
|
+
"value": "credentials",
|
|
493
|
+
"group": "authentication",
|
|
467
494
|
"binding": {
|
|
468
|
-
"
|
|
469
|
-
"
|
|
470
|
-
}
|
|
495
|
+
"name": "authentication.type",
|
|
496
|
+
"type": "zeebe:property"
|
|
497
|
+
},
|
|
498
|
+
"type": "Dropdown",
|
|
499
|
+
"choices": [
|
|
500
|
+
{
|
|
501
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
502
|
+
"value": "defaultCredentialsChain"
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"name": "Credentials",
|
|
506
|
+
"value": "credentials"
|
|
507
|
+
}
|
|
508
|
+
]
|
|
471
509
|
},
|
|
472
510
|
{
|
|
511
|
+
"id": "authentication.accessKey",
|
|
473
512
|
"label": "Access key",
|
|
474
|
-
"description": "Provide
|
|
513
|
+
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
514
|
+
"optional": false,
|
|
515
|
+
"constraints": {
|
|
516
|
+
"notEmpty": true
|
|
517
|
+
},
|
|
475
518
|
"group": "authentication",
|
|
476
|
-
"type": "String",
|
|
477
519
|
"binding": {
|
|
478
|
-
"
|
|
479
|
-
"
|
|
520
|
+
"name": "authentication.accessKey",
|
|
521
|
+
"type": "zeebe:property"
|
|
480
522
|
},
|
|
481
|
-
"
|
|
482
|
-
"
|
|
483
|
-
|
|
523
|
+
"condition": {
|
|
524
|
+
"property": "authentication.type",
|
|
525
|
+
"equals": "credentials",
|
|
526
|
+
"type": "simple"
|
|
527
|
+
},
|
|
528
|
+
"type": "String"
|
|
484
529
|
},
|
|
485
530
|
{
|
|
531
|
+
"id": "authentication.secretKey",
|
|
486
532
|
"label": "Secret key",
|
|
487
|
-
"description": "Provide
|
|
533
|
+
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
534
|
+
"optional": false,
|
|
535
|
+
"constraints": {
|
|
536
|
+
"notEmpty": true
|
|
537
|
+
},
|
|
488
538
|
"group": "authentication",
|
|
489
|
-
"type": "String",
|
|
490
539
|
"binding": {
|
|
491
|
-
"
|
|
492
|
-
"
|
|
540
|
+
"name": "authentication.secretKey",
|
|
541
|
+
"type": "zeebe:property"
|
|
542
|
+
},
|
|
543
|
+
"condition": {
|
|
544
|
+
"property": "authentication.type",
|
|
545
|
+
"equals": "credentials",
|
|
546
|
+
"type": "simple"
|
|
493
547
|
},
|
|
548
|
+
"type": "String"
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"id": "configuration.region",
|
|
552
|
+
"label": "Region",
|
|
553
|
+
"description": "Specify the AWS region",
|
|
554
|
+
"optional": false,
|
|
494
555
|
"constraints": {
|
|
495
556
|
"notEmpty": true
|
|
496
|
-
}
|
|
557
|
+
},
|
|
558
|
+
"group": "configuration",
|
|
559
|
+
"binding": {
|
|
560
|
+
"name": "configuration.region",
|
|
561
|
+
"type": "zeebe:property"
|
|
562
|
+
},
|
|
563
|
+
"type": "String"
|
|
497
564
|
},
|
|
498
565
|
{
|
|
499
|
-
"
|
|
500
|
-
"
|
|
501
|
-
"
|
|
502
|
-
"
|
|
566
|
+
"id": "configuration.endpoint",
|
|
567
|
+
"label": "Endpoint",
|
|
568
|
+
"description": "Specify endpoint if need to use custom endpoint",
|
|
569
|
+
"optional": true,
|
|
570
|
+
"group": "configuration",
|
|
503
571
|
"binding": {
|
|
504
|
-
"
|
|
505
|
-
"
|
|
572
|
+
"name": "configuration.endpoint",
|
|
573
|
+
"type": "zeebe:property"
|
|
506
574
|
},
|
|
507
|
-
"
|
|
508
|
-
"notEmpty": true,
|
|
509
|
-
"pattern": {
|
|
510
|
-
"value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
511
|
-
"message": "Must be an queue URL or ARN"
|
|
512
|
-
}
|
|
513
|
-
}
|
|
575
|
+
"type": "Hidden"
|
|
514
576
|
},
|
|
515
577
|
{
|
|
516
|
-
"
|
|
517
|
-
"
|
|
578
|
+
"id": "queue.queue.url",
|
|
579
|
+
"label": "Queue URL",
|
|
580
|
+
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
581
|
+
"optional": false,
|
|
582
|
+
"constraints": {
|
|
583
|
+
"notEmpty": true
|
|
584
|
+
},
|
|
518
585
|
"group": "queueProperties",
|
|
519
|
-
"type": "String",
|
|
520
586
|
"binding": {
|
|
521
|
-
"
|
|
522
|
-
"
|
|
587
|
+
"name": "queue.url",
|
|
588
|
+
"type": "zeebe:property"
|
|
523
589
|
},
|
|
524
|
-
"
|
|
525
|
-
"notEmpty": true
|
|
526
|
-
}
|
|
590
|
+
"type": "String"
|
|
527
591
|
},
|
|
528
592
|
{
|
|
593
|
+
"id": "queue.queue.pollingWaitTime",
|
|
529
594
|
"label": "Polling wait time",
|
|
530
|
-
"description": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
531
|
-
"group": "messagePollingProperties",
|
|
532
|
-
"type": "String",
|
|
595
|
+
"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",
|
|
533
596
|
"optional": false,
|
|
534
|
-
"
|
|
535
|
-
"value": "1",
|
|
536
|
-
"binding": {
|
|
537
|
-
"type": "zeebe:property",
|
|
538
|
-
"name": "queue.pollingWaitTime"
|
|
539
|
-
},
|
|
597
|
+
"value": "20",
|
|
540
598
|
"constraints": {
|
|
541
599
|
"notEmpty": true,
|
|
542
600
|
"pattern": {
|
|
543
|
-
"value": "^([0-9]?|1[0-9]|20
|
|
544
|
-
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
601
|
+
"value": "^([0-9]?|1[0-9]|20|secrets\\..+)$"
|
|
545
602
|
}
|
|
546
|
-
}
|
|
603
|
+
},
|
|
604
|
+
"group": "messagePollingProperties",
|
|
605
|
+
"binding": {
|
|
606
|
+
"name": "queue.pollingWaitTime",
|
|
607
|
+
"type": "zeebe:property"
|
|
608
|
+
},
|
|
609
|
+
"type": "String"
|
|
547
610
|
},
|
|
548
611
|
{
|
|
612
|
+
"id": "queue.queue.attributeNames",
|
|
549
613
|
"label": "Attribute names",
|
|
550
|
-
"description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
614
|
+
"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",
|
|
615
|
+
"optional": false,
|
|
616
|
+
"feel": "optional",
|
|
551
617
|
"group": "input",
|
|
552
|
-
"type": "String",
|
|
553
|
-
"optional": true,
|
|
554
618
|
"binding": {
|
|
555
|
-
"
|
|
556
|
-
"
|
|
619
|
+
"name": "queue.attributeNames",
|
|
620
|
+
"type": "zeebe:property"
|
|
557
621
|
},
|
|
558
|
-
"
|
|
622
|
+
"type": "String"
|
|
559
623
|
},
|
|
560
624
|
{
|
|
625
|
+
"id": "queue.queue.messageAttributeNames",
|
|
561
626
|
"label": "Message attribute names",
|
|
562
|
-
"description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
627
|
+
"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",
|
|
628
|
+
"optional": false,
|
|
629
|
+
"feel": "optional",
|
|
563
630
|
"group": "input",
|
|
564
|
-
"type": "String",
|
|
565
|
-
"optional": true,
|
|
566
631
|
"binding": {
|
|
567
|
-
"
|
|
568
|
-
"
|
|
632
|
+
"name": "queue.messageAttributeNames",
|
|
633
|
+
"type": "zeebe:property"
|
|
569
634
|
},
|
|
570
|
-
"
|
|
635
|
+
"type": "String"
|
|
571
636
|
},
|
|
572
637
|
{
|
|
573
|
-
"
|
|
574
|
-
"
|
|
575
|
-
"
|
|
638
|
+
"id": "activationCondition",
|
|
639
|
+
"label": "Activation condition",
|
|
640
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
641
|
+
"optional": true,
|
|
576
642
|
"feel": "required",
|
|
577
|
-
"
|
|
643
|
+
"group": "activation",
|
|
578
644
|
"binding": {
|
|
579
|
-
"
|
|
580
|
-
"
|
|
645
|
+
"name": "activationCondition",
|
|
646
|
+
"type": "zeebe:property"
|
|
581
647
|
},
|
|
582
|
-
"
|
|
583
|
-
"notEmpty": true
|
|
584
|
-
}
|
|
648
|
+
"type": "String"
|
|
585
649
|
},
|
|
586
650
|
{
|
|
587
|
-
"
|
|
588
|
-
"
|
|
651
|
+
"id": "consumeUnmatchedEvents",
|
|
652
|
+
"label": "Consume unmatched events",
|
|
653
|
+
"value": true,
|
|
589
654
|
"group": "activation",
|
|
590
|
-
"feel": "required",
|
|
591
655
|
"binding": {
|
|
592
|
-
"
|
|
593
|
-
"
|
|
656
|
+
"name": "consumeUnmatchedEvents",
|
|
657
|
+
"type": "zeebe:property"
|
|
594
658
|
},
|
|
595
|
-
"
|
|
596
|
-
"
|
|
597
|
-
"notEmpty": true
|
|
598
|
-
}
|
|
659
|
+
"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",
|
|
660
|
+
"type": "Boolean"
|
|
599
661
|
},
|
|
600
662
|
{
|
|
601
|
-
"
|
|
602
|
-
"
|
|
603
|
-
"
|
|
663
|
+
"id": "correlationKeyProcess",
|
|
664
|
+
"label": "Correlation key (process)",
|
|
665
|
+
"description": "Sets up the correlation key from process variables",
|
|
666
|
+
"constraints": {
|
|
667
|
+
"notEmpty": true
|
|
668
|
+
},
|
|
669
|
+
"feel": "required",
|
|
670
|
+
"group": "correlation",
|
|
671
|
+
"binding": {
|
|
672
|
+
"name": "correlationKey",
|
|
673
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
674
|
+
},
|
|
675
|
+
"type": "String"
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"id": "correlationKeyPayload",
|
|
679
|
+
"label": "Correlation key (payload)",
|
|
680
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
681
|
+
"constraints": {
|
|
682
|
+
"notEmpty": true
|
|
683
|
+
},
|
|
604
684
|
"feel": "required",
|
|
685
|
+
"group": "correlation",
|
|
686
|
+
"binding": {
|
|
687
|
+
"name": "correlationKeyExpression",
|
|
688
|
+
"type": "zeebe:property"
|
|
689
|
+
},
|
|
690
|
+
"type": "String"
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"id": "messageIdExpression",
|
|
694
|
+
"label": "Message ID expression",
|
|
695
|
+
"description": "Expression to extract unique identifier of a message",
|
|
605
696
|
"optional": true,
|
|
697
|
+
"feel": "required",
|
|
698
|
+
"group": "correlation",
|
|
606
699
|
"binding": {
|
|
607
|
-
"
|
|
608
|
-
"
|
|
700
|
+
"name": "messageIdExpression",
|
|
701
|
+
"type": "zeebe:property"
|
|
609
702
|
},
|
|
610
|
-
"
|
|
703
|
+
"type": "String"
|
|
611
704
|
},
|
|
612
705
|
{
|
|
613
|
-
"
|
|
614
|
-
"
|
|
615
|
-
"
|
|
706
|
+
"id": "messageTtl",
|
|
707
|
+
"label": "Message TTL",
|
|
708
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
616
709
|
"optional": true,
|
|
710
|
+
"constraints": {
|
|
711
|
+
"notEmpty": false,
|
|
712
|
+
"pattern": {
|
|
713
|
+
"value": "^(PT.*|)$",
|
|
714
|
+
"message": "must be an ISO-8601 duration"
|
|
715
|
+
}
|
|
716
|
+
},
|
|
717
|
+
"feel": "optional",
|
|
718
|
+
"group": "correlation",
|
|
617
719
|
"binding": {
|
|
618
|
-
"
|
|
619
|
-
"
|
|
720
|
+
"name": "messageTtl",
|
|
721
|
+
"type": "zeebe:property"
|
|
620
722
|
},
|
|
621
|
-
"
|
|
723
|
+
"type": "String"
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
"id": "messageNameUuid",
|
|
727
|
+
"generatedValue": {
|
|
728
|
+
"type": "uuid"
|
|
729
|
+
},
|
|
730
|
+
"group": "correlation",
|
|
731
|
+
"binding": {
|
|
732
|
+
"name": "name",
|
|
733
|
+
"type": "bpmn:Message#property"
|
|
734
|
+
},
|
|
735
|
+
"type": "Hidden"
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"id": "deduplicationModeManualFlag",
|
|
739
|
+
"label": "Manual mode",
|
|
740
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
741
|
+
"value": false,
|
|
742
|
+
"group": "deduplication",
|
|
743
|
+
"binding": {
|
|
744
|
+
"name": "deduplicationModeManualFlag",
|
|
745
|
+
"type": "zeebe:property"
|
|
746
|
+
},
|
|
747
|
+
"type": "Boolean"
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
"id": "deduplicationId",
|
|
751
|
+
"label": "Deduplication ID",
|
|
752
|
+
"constraints": {
|
|
753
|
+
"notEmpty": true,
|
|
754
|
+
"pattern": {
|
|
755
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
756
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
757
|
+
}
|
|
758
|
+
},
|
|
759
|
+
"group": "deduplication",
|
|
760
|
+
"binding": {
|
|
761
|
+
"name": "deduplicationId",
|
|
762
|
+
"type": "zeebe:property"
|
|
763
|
+
},
|
|
764
|
+
"condition": {
|
|
765
|
+
"property": "deduplicationModeManualFlag",
|
|
766
|
+
"equals": true,
|
|
767
|
+
"type": "simple"
|
|
768
|
+
},
|
|
769
|
+
"type": "String"
|
|
770
|
+
},
|
|
771
|
+
{
|
|
772
|
+
"id": "deduplicationModeManual",
|
|
773
|
+
"value": "MANUAL",
|
|
774
|
+
"group": "deduplication",
|
|
775
|
+
"binding": {
|
|
776
|
+
"name": "deduplicationMode",
|
|
777
|
+
"type": "zeebe:property"
|
|
778
|
+
},
|
|
779
|
+
"condition": {
|
|
780
|
+
"property": "deduplicationId",
|
|
781
|
+
"isActive": true,
|
|
782
|
+
"type": "simple"
|
|
783
|
+
},
|
|
784
|
+
"type": "Hidden"
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"id": "deduplicationModeAuto",
|
|
788
|
+
"value": "AUTO",
|
|
789
|
+
"group": "deduplication",
|
|
790
|
+
"binding": {
|
|
791
|
+
"name": "deduplicationMode",
|
|
792
|
+
"type": "zeebe:property"
|
|
793
|
+
},
|
|
794
|
+
"condition": {
|
|
795
|
+
"property": "deduplicationId",
|
|
796
|
+
"isActive": false,
|
|
797
|
+
"type": "simple"
|
|
798
|
+
},
|
|
799
|
+
"type": "Hidden"
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
"id": "resultVariable",
|
|
803
|
+
"label": "Result variable",
|
|
804
|
+
"description": "Name of variable to store the response in",
|
|
805
|
+
"group": "output",
|
|
806
|
+
"binding": {
|
|
807
|
+
"name": "resultVariable",
|
|
808
|
+
"type": "zeebe:property"
|
|
809
|
+
},
|
|
810
|
+
"type": "String"
|
|
622
811
|
},
|
|
623
812
|
{
|
|
813
|
+
"id": "resultExpression",
|
|
624
814
|
"label": "Result expression",
|
|
625
|
-
"
|
|
626
|
-
"group": "variable-mapping",
|
|
815
|
+
"description": "Expression to map the response into process variables",
|
|
627
816
|
"feel": "required",
|
|
628
|
-
"
|
|
817
|
+
"group": "output",
|
|
629
818
|
"binding": {
|
|
630
|
-
"
|
|
631
|
-
"
|
|
819
|
+
"name": "resultExpression",
|
|
820
|
+
"type": "zeebe:property"
|
|
632
821
|
},
|
|
633
|
-
"
|
|
822
|
+
"type": "Text"
|
|
634
823
|
}
|
|
635
824
|
],
|
|
636
825
|
"icon": {
|
|
637
|
-
"contents": "data:image/svg+xml
|
|
826
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0MCA0MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0nMCUnIHkxPScxMDAlJyB4Mj0nMTAwJScgeTI9JzAlJyBpZD0nbGluZWFyR3JhZGllbnQtMSc+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNCMDA4NEQnIG9mZnNldD0nMCUnPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI0ZGNEY4Qicgb2Zmc2V0PScxMDAlJz48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMicgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnCiAgICAgICBmaWxsLXJ1bGU9J2V2ZW5vZGQnPgogICAgICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS1CRy8zMi9BcHBsaWNhdGlvbi1JbnRlZ3JhdGlvbicgZmlsbD0ndXJsKCNsaW5lYXJHcmFkaWVudC0xKSc+CiAgICAgICAgICAgIDxyZWN0IGlkPSdSZWN0YW5nbGUnIHg9JzAnIHk9JzAnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSdNMTQuMzQyMjA1MSwyMi4zNDkzNzg2IEwxNS44NDY2NzY3LDIwLjkwNjEwNzQgQzE1Ljk0MjgzNDcsMjAuODE0MTUzOSAxNS45OTY5MjM1LDIwLjY4NzIxOCAxNS45OTk5Mjg1LDIwLjU1NTI4NDYgQzE2LjAwMTkzMTcsMjAuNDIyMzUxNyAxNS45NTE4NDk1LDIwLjI5MzQxNjggMTUuODU5Njk4MSwyMC4xOTg0NjQ4IEwxNC4zNTUyMjY0LDE4LjY0MzI1MDIgTDEzLjYzNTA0MzMsMTkuMzM3ODk5NCBMMTQuMzExMTU0LDIwLjAzNzU0NiBMMTEuOTkxMzQyOSwyMC4wMzc1NDYgTDExLjk5MTM0MjksMjEuMDM3MDQxMyBMMTQuMjY1MDc4MywyMS4wMzcwNDEzIEwxMy42NDgwNjQ3LDIxLjYyODc0MjUgTDE0LjM0MjIwNTEsMjIuMzQ5Mzc4NiBaIE0yNi4zNTc5NDUyLDIyLjM1MzM3NjUgTDI3LjkwNzQ5MDksMjAuOTAwMTEwNCBDMjguMDA2NjUzOCwyMC44MDgxNTY5IDI4LjA2Mjc0NTksMjAuNjc5MjIyIDI4LjA2NDc0OTIsMjAuNTQ0MjkwMSBDMjguMDY2NzUyNSwyMC40MDkzNTgzIDI4LjAxMzY2NTMsMjAuMjc4NDI0NCAyNy45MTg1MDksMjAuMTgzNDcyNCBMMjYuMzY4OTYzMywxOC42MzcyNTMyIEwyNS42NjA3OTk5LDE5LjM0Mzg5NjMgTDI2LjM1NDk0MDMsMjAuMDM3NTQ2IEwyNC4wMTEwODk2LDIwLjAzNzU0NiBMMjQuMDExMDg5NiwyMS4wMzcwNDEzIEwyNi4yOTg4NDgxLDIxLjAzNzA0MTMgTDI1LjY3MTgxOCwyMS42MjQ3NDQ1IEwyNi4zNTc5NDUyLDIyLjM1MzM3NjUgWiBNMTcuNTg3NTM2NywyMy4zNjA4Njc4IEMxOC4zMzg3NzA4LDIzLjA1NzAyMTIgMTkuMTYyMTIzNSwyMi44OTQxMDM1IDIwLjAwNDUwNzQsMjIuODk0MTAzNSBDMjAuODQ2ODkxMywyMi44OTQxMDM1IDIxLjY3MDI0NCwyMy4wNTcwMjEyIDIyLjQyMTQ3ODEsMjMuMzYwODY3OCBDMjEuNzUyMzc4OSwyMS41ODk3NjIyIDIxLjc1MjM3ODksMTkuMzg5ODczMSAyMi40MjE0NzgxLDE3LjYxODc2NzUgQzIwLjkxOTAwOTgsMTguMjI2NDYwNiAxOS4wOTAwMDUsMTguMjI2NDYwNiAxNy41ODc1MzY3LDE3LjYxODc2NzUgQzE4LjI1NjYzNTksMTkuMzg5ODczMSAxOC4yNTY2MzU5LDIxLjU4OTc2MjIgMTcuNTg3NTM2NywyMy4zNjA4Njc4IEwxNy41ODc1MzY3LDIzLjM2MDg2NzggWiBNMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IEMxNS41NDYxODMsMjUuMjQzOTE2OCAxNS40OTcxMDI0LDI1LjExNTk4MTQgMTUuNDk3MTAyNCwyNC45ODgwNDYgQzE1LjQ5NzEwMjQsMjQuODYwMTEwNiAxNS41NDYxODMsMjQuNzMyMTc1MyAxNS42NDQzNDQzLDI0LjYzNDIyNDcgQzE3LjU4NDUzMTcsMjIuNjk4MjAyNCAxNy41ODQ1MzE3LDE4LjI4MjQzMjQgMTUuNjQ0MzQ0MywxNi4zNDU0MTA2IEMxNS41NDYxODMsMTYuMjQ4NDU5NSAxNS40OTcxMDI0LDE2LjEyMDUyNDEgMTUuNDk3MTAyNCwxNS45OTI1OTEyIEMxNS40OTcxMDI0LDE1Ljg2NDY1MzQgMTUuNTQ2MTgzLDE1LjczNjcxOCAxNS42NDQzNDQzLDE1LjYzODc2NzQgQzE1LjgzOTY2NTIsMTUuNDQzODY1OSAxNi4xNTcxODY4LDE1LjQ0Mzg2NTkgMTYuMzUyNTA3NywxNS42Mzg3Njc0IEMxNy4yNzQwMjE2LDE2LjU1ODMwMzEgMTguNjA1MjA4NiwxNy4wODYwMzY2IDIwLjAwNDUwNzQsMTcuMDg2MDM2NiBDMjEuNDA0ODA3OSwxNy4wODYwMzY2IDIyLjczNTk5NDgsMTYuNTU4MzAzMSAyMy42NTc1MDg4LDE1LjYzODc2NzQgQzIzLjg1MjgyOTYsMTUuNDQzODY1OSAyNC4xNzAzNTEzLDE1LjQ0Mzg2NTkgMjQuMzY1NjcyMiwxNS42Mzg3Njc0IEMyNC40NjI4MzE4LDE1LjczNjcxOCAyNC41MTE5MTI0LDE1Ljg2NDY1MzQgMjQuNTExOTEyNCwxNS45OTI1OTEyIEMyNC41MTE5MTI0LDE2LjEyMDUyNDEgMjQuNDYyODMxOCwxNi4yNDg0NTk1IDI0LjM2NTY3MjIsMTYuMzQ1NDEwNiBDMjIuNDI0NDgzMSwxOC4yODI0MzI0IDIyLjQyNDQ4MzEsMjIuNjk4MjAyNCAyNC4zNjU2NzIyLDI0LjYzNDIyNDcgQzI0LjQ2MjgzMTgsMjQuNzMyMTc1MyAyNC41MTE5MTI0LDI0Ljg2MDExMDYgMjQuNTExOTEyNCwyNC45ODgwNDYgQzI0LjUxMTkxMjQsMjUuMTE1OTgxNCAyNC40NjI4MzE4LDI1LjI0MzkxNjggMjQuMzY1NjcyMiwyNS4zNDA4Njc5IEMyNC4yNjc1MTA5LDI1LjQzODgxODQgMjQuMTM5MzAwMywyNS40ODc3OTM3IDI0LjAxMTA4OTYsMjUuNDg3NzkzNyBDMjMuODgyODc5LDI1LjQ4Nzc5MzcgMjMuNzU0NjY4NCwyNS40Mzg4MTg0IDIzLjY1NzUwODgsMjUuMzQwODY3OSBDMjIuNzM1OTk0OCwyNC40MjEzMzIyIDIxLjQwNDgwNzksMjMuODkzNTk4NyAyMC4wMDQ1MDc0LDIzLjg5MzU5ODcgQzE4LjYwNTIwODYsMjMuODkzNTk4NyAxNy4yNzQwMjE2LDI0LjQyMTMzMjIgMTYuMzUyNTA3NywyNS4zNDA4Njc5IEMxNi4xNTcxODY4LDI1LjUzNTc2OTQgMTUuODM5NjY1MiwyNS41MzU3Njk0IDE1LjY0NDM0NDMsMjUuMzQwODY3OSBMMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IFogTTMyLjU0MjEwNDksMTkuNDM1ODQ5OSBDMzIuMjM2NjAzLDE5LjEzMjAwMzMgMzEuODM2OTQ2NCwxOC45ODAwODAxIDMxLjQzNjI4ODIsMTguOTgwMDgwMSBDMzEuMDM2NjMxNiwxOC45ODAwODAxIDMwLjYzNjk3NSwxOS4xMzIwMDMzIDMwLjMzMTQ3MzEsMTkuNDM1ODQ5OSBDMjkuNzIxNDcxLDIwLjA0NDU0MjUgMjkuNzIxNDcxLDIxLjAzNDA0MjggMzAuMzMxNDczMSwyMS42NDE3MzU5IEMzMC45NDE0NzUzLDIyLjI1MDQyODUgMzEuOTMyMTAyNywyMi4yNTA0Mjg1IDMyLjU0MjEwNDksMjEuNjQxNzM1OSBDMzMuMTUxMTA1NCwyMS4wMzQwNDI4IDMzLjE1MTEwNTQsMjAuMDQ0NTQyNSAzMi41NDIxMDQ5LDE5LjQzNTg0OTkgTDMyLjU0MjEwNDksMTkuNDM1ODQ5OSBaIE0zMy4yNTAyNjgzLDIyLjM0OTM3ODYgQzMyLjc1MDQ0NzIsMjIuODQ4MTI2NyAzMi4wOTMzNjc3LDIzLjA5ODAwMDUgMzEuNDM2Mjg4MiwyMy4wOTgwMDA1IEMzMC43ODAyMTAzLDIzLjA5ODAwMDUgMzAuMTIzMTMwOSwyMi44NDgxMjY3IDI5LjYyMzMwOTcsMjIuMzQ5Mzc4NiBDMjguNjIzNjY3NSwyMS4zNTA4ODI4IDI4LjYyMzY2NzUsMTkuNzI3NzAyNSAyOS42MjMzMDk3LDE4LjcyOTIwNjggQzMwLjYyMjk1MiwxNy43MzE3MTA1IDMyLjI1MDYyNiwxNy43MzE3MTA1IDMzLjI1MDI2ODMsMTguNzI5MjA2OCBDMzQuMjQ5OTEwNiwxOS43Mjc3MDI1IDM0LjI0OTkxMDYsMjEuMzUwODgyOCAzMy4yNTAyNjgzLDIyLjM0OTM3ODYgTDMzLjI1MDI2ODMsMjIuMzQ5Mzc4NiBaIE05LjY2ODUyNjg3LDE5LjQ0Njg0NDMgQzkuMzYzMDI0OTcsMTkuMTQyOTk3OCA4Ljk2MzM2ODM5LDE4Ljk5MTA3NDUgOC41NjI3MTAxNywxOC45OTEwNzQ1IEM4LjE2MzA1MzU5LDE4Ljk5MTA3NDUgNy43NjMzOTcwMSwxOS4xNDI5OTc4IDcuNDU3ODk1MTEsMTkuNDQ2ODQ0MyBDNi44NDg4OTQ2MSwyMC4wNTU1MzcgNi44NDg4OTQ2MSwyMS4wNDUwMzczIDcuNDU3ODk1MTEsMjEuNjUyNzMwNCBDOC4wNjc4OTcyNiwyMi4yNjE0MjMgOS4wNTg1MjQ3MiwyMi4yNjE0MjMgOS42Njg1MjY4NywyMS42NTI3MzA0IEMxMC4yNzc1Mjc0LDIxLjA0NTAzNzMgMTAuMjc3NTI3NCwyMC4wNTU1MzcgOS42Njg1MjY4NywxOS40NDY4NDQzIEw5LjY2ODUyNjg3LDE5LjQ0Njg0NDMgWiBNMTAuMzc2NjkwMywyMi4zNTkzNzM1IEM5Ljg3Njg2OTE0LDIyLjg1ODEyMTcgOS4yMTk3ODk2NSwyMy4xMDc5OTU1IDguNTYyNzEwMTcsMjMuMTA3OTk1NSBDNy45MDY2MzIzMiwyMy4xMDc5OTU1IDcuMjQ5NTUyODQsMjIuODU4MTIxNyA2Ljc0OTczMTcsMjIuMzU5MzczNSBDNS43NTAwODk0MywyMS4zNjE4NzczIDUuNzUwMDg5NDMsMTkuNzM4Njk3IDYuNzQ5NzMxNywxOC43NDAyMDEyIEM3Ljc0OTM3Mzk3LDE3Ljc0MjcwNDkgOS4zNzcwNDgwMSwxNy43NDI3MDQ5IDEwLjM3NjY5MDMsMTguNzQwMjAxMiBDMTEuMzc2MzMyNSwxOS43Mzg2OTcgMTEuMzc2MzMyNSwyMS4zNjE4NzczIDEwLjM3NjY5MDMsMjIuMzU5MzczNSBMMTAuMzc2NjkwMywyMi4zNTkzNzM1IFogTTI3LjQzMzcxMjUsMjguOTEwMDY1NCBDMjUuNDM2NDMxMywzMC45MDMwNTkgMjIuNzgyMDcwNSwzMi4wMDA1MDQ3IDE5Ljk1NzQzMDEsMzIuMDAwNTA0NyBDMTcuMTMyNzg5NiwzMi4wMDA1MDQ3IDE0LjQ3ODQyODgsMzAuOTAzMDU5IDEyLjQ4MjE0OTIsMjguOTEwMDY1NCBDMTEuMTY1OTg3LDI3LjU5NzcyODEgMTAuNDA3NzQxMywyNi40NjkyOTggOS45NDQ5ODEwNCwyNS4xMzU5NzEzIEw4Ljk5ODQyNTk5LDI1LjQ2MjgwNjMgQzkuNTA3MjYxOTMsMjYuOTI5MDY1OCAxMC4zNjI2NjcyLDI4LjIxMDQxODcgMTEuNzczOTg1OCwyOS42MTY3MDg2IEMxMy45NTg1NzQ4LDMxLjc5ODYwNjcgMTYuODY2MzUxOSwzMyAxOS45NTc0MzAxLDMzIEMyMy4wNDk1MDk5LDMzIDI1Ljk1NjI4NTMsMzEuNzk4NjA2NyAyOC4xNDE4NzU5LDI5LjYxNjcwODYgQzI5LjI4Mjc1MDIsMjguNDc4MjgzNSAzMC40MjA2MTk2LDI3LjE4NjkzNTYgMzEuMDExNTkwNSwyNS40NjA4MDczIEwzMC4wNjQwMzM4LDI1LjEzNzk3MDMgQzI5LjUzOTE3MTUsMjYuNjcwMTk2NiAyOC40ODk0NDY5LDI3Ljg1NjU5NzQgMjcuNDMzNzEyNSwyOC45MTAwNjU0IEwyNy40MzM3MTI1LDI4LjkxMDA2NTQgWiBNOS45NDQ5ODEwNCwxNS44NTk2NTU5IEw4Ljk5ODQyNTk5LDE1LjUzMTgyMTQgQzkuNTEwMjY2ODcsMTQuMDY0NTYyNCAxMC4zNjU2NzIyLDEyLjc4MzIwOTUgMTEuNzc1OTg5MSwxMS4zNzU5MjAyIEMxNi4yODYzOTkxLDYuODc1MTkzMDQgMjMuNjI2NDU3OCw2Ljg3NDE5MzU0IDI4LjEzNzg2OTQsMTEuMzc1OTIwMiBDMjkuMjE4NjQ0OSwxMi40NTMzNzYxIDMwLjQwMzU5MTYsMTMuNzg5NzAxMiAzMS4wMTE1OTA1LDE1LjUzMTgyMTQgTDMwLjA2NDAzMzgsMTUuODU5NjU1OSBDMjkuNTI0MTQ2OCwxNC4zMDk0Mzg3IDI4LjQyOTM0ODIsMTMuMDgwMDU5NiAyNy40Mjk3MDU5LDEyLjA4MjU2MzMgQzI1LjQzNDQyOCwxMC4wOTE1Njg4IDIyLjc4MTA2ODksOC45OTYxMjE5NyAxOS45NTc0MzAxLDguOTk2MTIxOTcgQzE3LjEzMzc5MTIsOC45OTYxMjE5NyAxNC40ODA0MzIxLDEwLjA5MTU2ODggMTIuNDg1MTU0MiwxMi4wODI1NjMzIEMxMS4xODcwMjE1LDEzLjM3NzkwOTIgMTAuNDAzNzM0NywxNC41NDIzMjExIDkuOTQ0OTgxMDQsMTUuODU5NjU1OSBMOS45NDQ5ODEwNCwxNS44NTk2NTU5IFonCiAgICAgICAgICAgICAgaWQ9J0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV9JY29uXzMyX1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
638
827
|
},
|
|
639
828
|
"engines": {
|
|
640
|
-
"camunda": "^8.
|
|
829
|
+
"camunda": "^8.5"
|
|
641
830
|
}
|
|
642
831
|
},
|
|
643
832
|
{
|
|
644
833
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
645
834
|
"name": "Amazon SQS Boundary Event Connector",
|
|
646
835
|
"id": "io.camunda.connectors.AWSSQS.boundary.v1",
|
|
647
|
-
"version":
|
|
836
|
+
"version": 3,
|
|
648
837
|
"description": "Receive message from a queue",
|
|
649
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
838
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
|
|
650
839
|
"appliesTo": ["bpmn:BoundaryEvent"],
|
|
651
840
|
"elementType": {
|
|
652
841
|
"value": "bpmn:BoundaryEvent",
|
|
@@ -793,7 +982,7 @@
|
|
|
793
982
|
},
|
|
794
983
|
{
|
|
795
984
|
"label": "Polling wait time",
|
|
796
|
-
"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/
|
|
985
|
+
"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",
|
|
797
986
|
"group": "messagePollingProperties",
|
|
798
987
|
"type": "String",
|
|
799
988
|
"optional": false,
|
|
@@ -813,7 +1002,7 @@
|
|
|
813
1002
|
},
|
|
814
1003
|
{
|
|
815
1004
|
"label": "Attribute names",
|
|
816
|
-
"description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
1005
|
+
"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",
|
|
817
1006
|
"group": "input",
|
|
818
1007
|
"type": "String",
|
|
819
1008
|
"optional": true,
|
|
@@ -825,7 +1014,7 @@
|
|
|
825
1014
|
},
|
|
826
1015
|
{
|
|
827
1016
|
"label": "Message attribute names",
|
|
828
|
-
"description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
1017
|
+
"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",
|
|
829
1018
|
"group": "input",
|
|
830
1019
|
"type": "String",
|
|
831
1020
|
"optional": true,
|
|
@@ -863,6 +1052,18 @@
|
|
|
863
1052
|
"notEmpty": true
|
|
864
1053
|
}
|
|
865
1054
|
},
|
|
1055
|
+
{
|
|
1056
|
+
"label": "Message ID expression",
|
|
1057
|
+
"feel": "required",
|
|
1058
|
+
"type": "String",
|
|
1059
|
+
"optional": true,
|
|
1060
|
+
"group": "activation",
|
|
1061
|
+
"binding": {
|
|
1062
|
+
"type": "zeebe:property",
|
|
1063
|
+
"name": "messageIdExpression"
|
|
1064
|
+
},
|
|
1065
|
+
"description": "Expression to extract unique identifier of a message"
|
|
1066
|
+
},
|
|
866
1067
|
{
|
|
867
1068
|
"label": "Activation condition",
|
|
868
1069
|
"type": "String",
|
|
@@ -910,9 +1111,9 @@
|
|
|
910
1111
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
911
1112
|
"name": "Amazon SQS Boundary Event Connector",
|
|
912
1113
|
"id": "io.camunda.connectors.AWSSQS.boundary.v1",
|
|
913
|
-
"version":
|
|
1114
|
+
"version": 1,
|
|
914
1115
|
"description": "Receive message from a queue",
|
|
915
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
1116
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
916
1117
|
"appliesTo": ["bpmn:BoundaryEvent"],
|
|
917
1118
|
"elementType": {
|
|
918
1119
|
"value": "bpmn:BoundaryEvent",
|
|
@@ -967,32 +1168,6 @@
|
|
|
967
1168
|
"name": "name"
|
|
968
1169
|
}
|
|
969
1170
|
},
|
|
970
|
-
{
|
|
971
|
-
"id": "authenticationType",
|
|
972
|
-
"label": "Authentication",
|
|
973
|
-
"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>",
|
|
974
|
-
"group": "authentication",
|
|
975
|
-
"type": "Dropdown",
|
|
976
|
-
"optional": false,
|
|
977
|
-
"value": "credentials",
|
|
978
|
-
"choices": [
|
|
979
|
-
{
|
|
980
|
-
"name": "Credentials",
|
|
981
|
-
"value": "credentials"
|
|
982
|
-
},
|
|
983
|
-
{
|
|
984
|
-
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
985
|
-
"value": "defaultCredentialsChain"
|
|
986
|
-
}
|
|
987
|
-
],
|
|
988
|
-
"binding": {
|
|
989
|
-
"type": "zeebe:property",
|
|
990
|
-
"name": "authentication.type"
|
|
991
|
-
},
|
|
992
|
-
"constraints": {
|
|
993
|
-
"notEmpty": true
|
|
994
|
-
}
|
|
995
|
-
},
|
|
996
1171
|
{
|
|
997
1172
|
"label": "Access key",
|
|
998
1173
|
"description": "Provide AWS IAM access key that has permission to read from desired SQS",
|
|
@@ -1004,10 +1179,6 @@
|
|
|
1004
1179
|
},
|
|
1005
1180
|
"constraints": {
|
|
1006
1181
|
"notEmpty": true
|
|
1007
|
-
},
|
|
1008
|
-
"condition": {
|
|
1009
|
-
"property": "authenticationType",
|
|
1010
|
-
"equals": "credentials"
|
|
1011
1182
|
}
|
|
1012
1183
|
},
|
|
1013
1184
|
{
|
|
@@ -1021,10 +1192,6 @@
|
|
|
1021
1192
|
},
|
|
1022
1193
|
"constraints": {
|
|
1023
1194
|
"notEmpty": true
|
|
1024
|
-
},
|
|
1025
|
-
"condition": {
|
|
1026
|
-
"property": "authenticationType",
|
|
1027
|
-
"equals": "credentials"
|
|
1028
1195
|
}
|
|
1029
1196
|
},
|
|
1030
1197
|
{
|
|
@@ -1059,7 +1226,7 @@
|
|
|
1059
1226
|
},
|
|
1060
1227
|
{
|
|
1061
1228
|
"label": "Polling wait time",
|
|
1062
|
-
"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/
|
|
1229
|
+
"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",
|
|
1063
1230
|
"group": "messagePollingProperties",
|
|
1064
1231
|
"type": "String",
|
|
1065
1232
|
"optional": false,
|
|
@@ -1079,7 +1246,7 @@
|
|
|
1079
1246
|
},
|
|
1080
1247
|
{
|
|
1081
1248
|
"label": "Attribute names",
|
|
1082
|
-
"description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
1249
|
+
"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",
|
|
1083
1250
|
"group": "input",
|
|
1084
1251
|
"type": "String",
|
|
1085
1252
|
"optional": true,
|
|
@@ -1091,7 +1258,7 @@
|
|
|
1091
1258
|
},
|
|
1092
1259
|
{
|
|
1093
1260
|
"label": "Message attribute names",
|
|
1094
|
-
"description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
1261
|
+
"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",
|
|
1095
1262
|
"group": "input",
|
|
1096
1263
|
"type": "String",
|
|
1097
1264
|
"optional": true,
|
|
@@ -1129,18 +1296,6 @@
|
|
|
1129
1296
|
"notEmpty": true
|
|
1130
1297
|
}
|
|
1131
1298
|
},
|
|
1132
|
-
{
|
|
1133
|
-
"label": "Message ID expression",
|
|
1134
|
-
"feel": "required",
|
|
1135
|
-
"type": "String",
|
|
1136
|
-
"optional": true,
|
|
1137
|
-
"group": "activation",
|
|
1138
|
-
"binding": {
|
|
1139
|
-
"type": "zeebe:property",
|
|
1140
|
-
"name": "messageIdExpression"
|
|
1141
|
-
},
|
|
1142
|
-
"description": "Expression to extract unique identifier of a message"
|
|
1143
|
-
},
|
|
1144
1299
|
{
|
|
1145
1300
|
"label": "Activation condition",
|
|
1146
1301
|
"type": "String",
|
|
@@ -1181,45 +1336,30 @@
|
|
|
1181
1336
|
"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"
|
|
1182
1337
|
},
|
|
1183
1338
|
"engines": {
|
|
1184
|
-
"camunda": "^8.
|
|
1339
|
+
"camunda": "^8.2"
|
|
1185
1340
|
}
|
|
1186
1341
|
},
|
|
1187
1342
|
{
|
|
1188
1343
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1189
1344
|
"name": "Amazon SQS Boundary Event Connector",
|
|
1190
1345
|
"id": "io.camunda.connectors.AWSSQS.boundary.v1",
|
|
1191
|
-
"
|
|
1192
|
-
"
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
]
|
|
1346
|
+
"version": 2,
|
|
1347
|
+
"description": "Receive message from a queue",
|
|
1348
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/",
|
|
1349
|
+
"appliesTo": ["bpmn:BoundaryEvent"],
|
|
1350
|
+
"elementType": {
|
|
1351
|
+
"value": "bpmn:BoundaryEvent",
|
|
1352
|
+
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
1199
1353
|
},
|
|
1200
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound",
|
|
1201
|
-
"version": 10,
|
|
1202
1354
|
"category": {
|
|
1203
1355
|
"id": "connectors",
|
|
1204
1356
|
"name": "Connectors"
|
|
1205
1357
|
},
|
|
1206
|
-
"appliesTo": ["bpmn:BoundaryEvent"],
|
|
1207
|
-
"elementType": {
|
|
1208
|
-
"value": "bpmn:BoundaryEvent",
|
|
1209
|
-
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
1210
|
-
},
|
|
1211
|
-
"engines": {
|
|
1212
|
-
"camunda": "^8.3"
|
|
1213
|
-
},
|
|
1214
1358
|
"groups": [
|
|
1215
1359
|
{
|
|
1216
1360
|
"id": "authentication",
|
|
1217
1361
|
"label": "Authentication"
|
|
1218
1362
|
},
|
|
1219
|
-
{
|
|
1220
|
-
"id": "configuration",
|
|
1221
|
-
"label": "Configuration"
|
|
1222
|
-
},
|
|
1223
1363
|
{
|
|
1224
1364
|
"id": "queueProperties",
|
|
1225
1365
|
"label": "Queue properties"
|
|
@@ -1237,368 +1377,232 @@
|
|
|
1237
1377
|
"label": "Activation"
|
|
1238
1378
|
},
|
|
1239
1379
|
{
|
|
1240
|
-
"id": "
|
|
1241
|
-
"label": "
|
|
1242
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
1243
|
-
},
|
|
1244
|
-
{
|
|
1245
|
-
"id": "deduplication",
|
|
1246
|
-
"label": "Deduplication",
|
|
1247
|
-
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
1248
|
-
},
|
|
1249
|
-
{
|
|
1250
|
-
"id": "output",
|
|
1251
|
-
"label": "Output mapping"
|
|
1380
|
+
"id": "variable-mapping",
|
|
1381
|
+
"label": "Variable mapping"
|
|
1252
1382
|
}
|
|
1253
1383
|
],
|
|
1254
1384
|
"properties": [
|
|
1255
1385
|
{
|
|
1386
|
+
"type": "Hidden",
|
|
1256
1387
|
"value": "io.camunda:aws-sqs-inbound:1",
|
|
1257
1388
|
"binding": {
|
|
1258
|
-
"
|
|
1259
|
-
"
|
|
1389
|
+
"type": "zeebe:property",
|
|
1390
|
+
"name": "inbound.type"
|
|
1391
|
+
}
|
|
1392
|
+
},
|
|
1393
|
+
{
|
|
1394
|
+
"type": "Hidden",
|
|
1395
|
+
"generatedValue": {
|
|
1396
|
+
"type": "uuid"
|
|
1260
1397
|
},
|
|
1261
|
-
"
|
|
1398
|
+
"binding": {
|
|
1399
|
+
"type": "bpmn:Message#property",
|
|
1400
|
+
"name": "name"
|
|
1401
|
+
}
|
|
1262
1402
|
},
|
|
1263
1403
|
{
|
|
1264
|
-
"id": "
|
|
1404
|
+
"id": "authenticationType",
|
|
1265
1405
|
"label": "Authentication",
|
|
1266
|
-
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
1267
|
-
"value": "credentials",
|
|
1406
|
+
"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>",
|
|
1268
1407
|
"group": "authentication",
|
|
1269
|
-
"binding": {
|
|
1270
|
-
"name": "authentication.type",
|
|
1271
|
-
"type": "zeebe:property"
|
|
1272
|
-
},
|
|
1273
1408
|
"type": "Dropdown",
|
|
1409
|
+
"optional": false,
|
|
1410
|
+
"value": "credentials",
|
|
1274
1411
|
"choices": [
|
|
1275
|
-
{
|
|
1276
|
-
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
1277
|
-
"value": "defaultCredentialsChain"
|
|
1278
|
-
},
|
|
1279
1412
|
{
|
|
1280
1413
|
"name": "Credentials",
|
|
1281
1414
|
"value": "credentials"
|
|
1415
|
+
},
|
|
1416
|
+
{
|
|
1417
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
1418
|
+
"value": "defaultCredentialsChain"
|
|
1282
1419
|
}
|
|
1283
|
-
]
|
|
1420
|
+
],
|
|
1421
|
+
"binding": {
|
|
1422
|
+
"type": "zeebe:property",
|
|
1423
|
+
"name": "authentication.type"
|
|
1424
|
+
},
|
|
1425
|
+
"constraints": {
|
|
1426
|
+
"notEmpty": true
|
|
1427
|
+
}
|
|
1284
1428
|
},
|
|
1285
1429
|
{
|
|
1286
|
-
"id": "authentication.accessKey",
|
|
1287
1430
|
"label": "Access key",
|
|
1288
|
-
"description": "Provide
|
|
1289
|
-
"optional": false,
|
|
1290
|
-
"constraints": {
|
|
1291
|
-
"notEmpty": true
|
|
1292
|
-
},
|
|
1431
|
+
"description": "Provide AWS IAM access key that has permission to read from desired SQS",
|
|
1293
1432
|
"group": "authentication",
|
|
1433
|
+
"type": "String",
|
|
1294
1434
|
"binding": {
|
|
1295
|
-
"
|
|
1296
|
-
"
|
|
1435
|
+
"type": "zeebe:property",
|
|
1436
|
+
"name": "authentication.accessKey"
|
|
1297
1437
|
},
|
|
1298
|
-
"
|
|
1299
|
-
"
|
|
1300
|
-
"equals": "credentials",
|
|
1301
|
-
"type": "simple"
|
|
1438
|
+
"constraints": {
|
|
1439
|
+
"notEmpty": true
|
|
1302
1440
|
},
|
|
1303
|
-
"
|
|
1441
|
+
"condition": {
|
|
1442
|
+
"property": "authenticationType",
|
|
1443
|
+
"equals": "credentials"
|
|
1444
|
+
}
|
|
1304
1445
|
},
|
|
1305
1446
|
{
|
|
1306
|
-
"id": "authentication.secretKey",
|
|
1307
1447
|
"label": "Secret key",
|
|
1308
|
-
"description": "Provide
|
|
1309
|
-
"optional": false,
|
|
1310
|
-
"constraints": {
|
|
1311
|
-
"notEmpty": true
|
|
1312
|
-
},
|
|
1448
|
+
"description": "Provide AWS IAM secret key that has permission to read from desired SQS",
|
|
1313
1449
|
"group": "authentication",
|
|
1450
|
+
"type": "String",
|
|
1314
1451
|
"binding": {
|
|
1315
|
-
"
|
|
1316
|
-
"
|
|
1317
|
-
},
|
|
1318
|
-
"condition": {
|
|
1319
|
-
"property": "authentication.type",
|
|
1320
|
-
"equals": "credentials",
|
|
1321
|
-
"type": "simple"
|
|
1452
|
+
"type": "zeebe:property",
|
|
1453
|
+
"name": "authentication.secretKey"
|
|
1322
1454
|
},
|
|
1323
|
-
"type": "String"
|
|
1324
|
-
},
|
|
1325
|
-
{
|
|
1326
|
-
"id": "configuration.region",
|
|
1327
|
-
"label": "Region",
|
|
1328
|
-
"description": "Specify the AWS region",
|
|
1329
|
-
"optional": false,
|
|
1330
1455
|
"constraints": {
|
|
1331
1456
|
"notEmpty": true
|
|
1332
1457
|
},
|
|
1333
|
-
"
|
|
1334
|
-
|
|
1335
|
-
"
|
|
1336
|
-
|
|
1337
|
-
},
|
|
1338
|
-
"type": "String"
|
|
1458
|
+
"condition": {
|
|
1459
|
+
"property": "authenticationType",
|
|
1460
|
+
"equals": "credentials"
|
|
1461
|
+
}
|
|
1339
1462
|
},
|
|
1340
1463
|
{
|
|
1341
|
-
"
|
|
1342
|
-
"
|
|
1343
|
-
"
|
|
1344
|
-
"
|
|
1345
|
-
"group": "configuration",
|
|
1464
|
+
"label": "Queue URL",
|
|
1465
|
+
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
1466
|
+
"group": "queueProperties",
|
|
1467
|
+
"type": "String",
|
|
1346
1468
|
"binding": {
|
|
1347
|
-
"
|
|
1348
|
-
"
|
|
1469
|
+
"type": "zeebe:property",
|
|
1470
|
+
"name": "queue.url"
|
|
1349
1471
|
},
|
|
1350
|
-
"
|
|
1472
|
+
"constraints": {
|
|
1473
|
+
"notEmpty": true,
|
|
1474
|
+
"pattern": {
|
|
1475
|
+
"value": "^(https?://.+|arn:.+|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
1476
|
+
"message": "Must be an queue URL or ARN"
|
|
1477
|
+
}
|
|
1478
|
+
}
|
|
1351
1479
|
},
|
|
1352
1480
|
{
|
|
1353
|
-
"
|
|
1354
|
-
"
|
|
1355
|
-
"description": "Specify the URL of the SQS queue where you would like to subscribe to",
|
|
1356
|
-
"optional": false,
|
|
1357
|
-
"constraints": {
|
|
1358
|
-
"notEmpty": true
|
|
1359
|
-
},
|
|
1481
|
+
"label": "Region",
|
|
1482
|
+
"description": "Specify the AWS region of your queue",
|
|
1360
1483
|
"group": "queueProperties",
|
|
1484
|
+
"type": "String",
|
|
1361
1485
|
"binding": {
|
|
1362
|
-
"
|
|
1363
|
-
"
|
|
1486
|
+
"type": "zeebe:property",
|
|
1487
|
+
"name": "configuration.region"
|
|
1364
1488
|
},
|
|
1365
|
-
"
|
|
1489
|
+
"constraints": {
|
|
1490
|
+
"notEmpty": true
|
|
1491
|
+
}
|
|
1366
1492
|
},
|
|
1367
1493
|
{
|
|
1368
|
-
"id": "queue.queue.pollingWaitTime",
|
|
1369
1494
|
"label": "Polling wait time",
|
|
1370
|
-
"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/
|
|
1495
|
+
"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",
|
|
1496
|
+
"group": "messagePollingProperties",
|
|
1497
|
+
"type": "String",
|
|
1371
1498
|
"optional": false,
|
|
1372
|
-
"
|
|
1499
|
+
"feel": "optional",
|
|
1500
|
+
"value": "1",
|
|
1501
|
+
"binding": {
|
|
1502
|
+
"type": "zeebe:property",
|
|
1503
|
+
"name": "queue.pollingWaitTime"
|
|
1504
|
+
},
|
|
1373
1505
|
"constraints": {
|
|
1374
1506
|
"notEmpty": true,
|
|
1375
1507
|
"pattern": {
|
|
1376
|
-
"value": "^([0-9]?|1[0-9]|20
|
|
1508
|
+
"value": "^([0-9]?|1[0-9]|20|\\{\\{secrets\\..+\\}\\}.*)$",
|
|
1509
|
+
"message": "Must be >= 0 and <= 20 or a FEEL expression"
|
|
1377
1510
|
}
|
|
1378
|
-
}
|
|
1379
|
-
"group": "messagePollingProperties",
|
|
1380
|
-
"binding": {
|
|
1381
|
-
"name": "queue.pollingWaitTime",
|
|
1382
|
-
"type": "zeebe:property"
|
|
1383
|
-
},
|
|
1384
|
-
"type": "String"
|
|
1511
|
+
}
|
|
1385
1512
|
},
|
|
1386
1513
|
{
|
|
1387
|
-
"id": "queue.queue.attributeNames",
|
|
1388
1514
|
"label": "Attribute names",
|
|
1389
|
-
"description": "Array of queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
1390
|
-
"optional": false,
|
|
1391
|
-
"feel": "optional",
|
|
1515
|
+
"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",
|
|
1392
1516
|
"group": "input",
|
|
1517
|
+
"type": "String",
|
|
1518
|
+
"optional": true,
|
|
1393
1519
|
"binding": {
|
|
1394
|
-
"
|
|
1395
|
-
"
|
|
1520
|
+
"type": "zeebe:property",
|
|
1521
|
+
"name": "queue.attributeNames"
|
|
1396
1522
|
},
|
|
1397
|
-
"
|
|
1523
|
+
"feel": "required"
|
|
1398
1524
|
},
|
|
1399
1525
|
{
|
|
1400
|
-
"id": "queue.queue.messageAttributeNames",
|
|
1401
1526
|
"label": "Message attribute names",
|
|
1402
|
-
"description": "Array of message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
1403
|
-
"optional": false,
|
|
1404
|
-
"feel": "optional",
|
|
1527
|
+
"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",
|
|
1405
1528
|
"group": "input",
|
|
1406
|
-
"
|
|
1407
|
-
"name": "queue.messageAttributeNames",
|
|
1408
|
-
"type": "zeebe:property"
|
|
1409
|
-
},
|
|
1410
|
-
"type": "String"
|
|
1411
|
-
},
|
|
1412
|
-
{
|
|
1413
|
-
"id": "activationCondition",
|
|
1414
|
-
"label": "Activation condition",
|
|
1415
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1529
|
+
"type": "String",
|
|
1416
1530
|
"optional": true,
|
|
1417
|
-
"feel": "required",
|
|
1418
|
-
"group": "activation",
|
|
1419
1531
|
"binding": {
|
|
1420
|
-
"
|
|
1421
|
-
"
|
|
1532
|
+
"type": "zeebe:property",
|
|
1533
|
+
"name": "queue.messageAttributeNames"
|
|
1422
1534
|
},
|
|
1423
|
-
"
|
|
1535
|
+
"feel": "required"
|
|
1424
1536
|
},
|
|
1425
1537
|
{
|
|
1426
|
-
"
|
|
1427
|
-
"
|
|
1428
|
-
"value": true,
|
|
1538
|
+
"label": "Correlation key (process)",
|
|
1539
|
+
"type": "String",
|
|
1429
1540
|
"group": "activation",
|
|
1541
|
+
"feel": "required",
|
|
1542
|
+
"description": "Sets up the correlation key from process variables",
|
|
1430
1543
|
"binding": {
|
|
1431
|
-
"
|
|
1432
|
-
"
|
|
1544
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
1545
|
+
"name": "correlationKey"
|
|
1433
1546
|
},
|
|
1434
|
-
"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",
|
|
1435
|
-
"type": "Boolean"
|
|
1436
|
-
},
|
|
1437
|
-
{
|
|
1438
|
-
"id": "correlationKeyProcess",
|
|
1439
|
-
"label": "Correlation key (process)",
|
|
1440
|
-
"description": "Sets up the correlation key from process variables",
|
|
1441
1547
|
"constraints": {
|
|
1442
1548
|
"notEmpty": true
|
|
1443
|
-
}
|
|
1444
|
-
"feel": "required",
|
|
1445
|
-
"group": "correlation",
|
|
1446
|
-
"binding": {
|
|
1447
|
-
"name": "correlationKey",
|
|
1448
|
-
"type": "bpmn:Message#zeebe:subscription#property"
|
|
1449
|
-
},
|
|
1450
|
-
"type": "String"
|
|
1549
|
+
}
|
|
1451
1550
|
},
|
|
1452
1551
|
{
|
|
1453
|
-
"id": "correlationKeyPayload",
|
|
1454
1552
|
"label": "Correlation key (payload)",
|
|
1455
|
-
"
|
|
1456
|
-
"
|
|
1457
|
-
"notEmpty": true
|
|
1458
|
-
},
|
|
1553
|
+
"type": "String",
|
|
1554
|
+
"group": "activation",
|
|
1459
1555
|
"feel": "required",
|
|
1460
|
-
"group": "correlation",
|
|
1461
1556
|
"binding": {
|
|
1462
|
-
"
|
|
1463
|
-
"
|
|
1557
|
+
"type": "zeebe:property",
|
|
1558
|
+
"name": "correlationKeyExpression"
|
|
1464
1559
|
},
|
|
1465
|
-
"
|
|
1560
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
1561
|
+
"constraints": {
|
|
1562
|
+
"notEmpty": true
|
|
1563
|
+
}
|
|
1466
1564
|
},
|
|
1467
1565
|
{
|
|
1468
|
-
"
|
|
1469
|
-
"
|
|
1470
|
-
"
|
|
1471
|
-
"optional": true,
|
|
1566
|
+
"label": "Activation condition",
|
|
1567
|
+
"type": "String",
|
|
1568
|
+
"group": "activation",
|
|
1472
1569
|
"feel": "required",
|
|
1473
|
-
"group": "correlation",
|
|
1474
|
-
"binding": {
|
|
1475
|
-
"name": "messageIdExpression",
|
|
1476
|
-
"type": "zeebe:property"
|
|
1477
|
-
},
|
|
1478
|
-
"type": "String"
|
|
1479
|
-
},
|
|
1480
|
-
{
|
|
1481
|
-
"id": "messageTtl",
|
|
1482
|
-
"label": "Message TTL",
|
|
1483
|
-
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
1484
1570
|
"optional": true,
|
|
1485
|
-
"constraints": {
|
|
1486
|
-
"notEmpty": false,
|
|
1487
|
-
"pattern": {
|
|
1488
|
-
"value": "^(PT.*|)$",
|
|
1489
|
-
"message": "must be an ISO-8601 duration"
|
|
1490
|
-
}
|
|
1491
|
-
},
|
|
1492
|
-
"feel": "optional",
|
|
1493
|
-
"group": "correlation",
|
|
1494
|
-
"binding": {
|
|
1495
|
-
"name": "messageTtl",
|
|
1496
|
-
"type": "zeebe:property"
|
|
1497
|
-
},
|
|
1498
|
-
"type": "String"
|
|
1499
|
-
},
|
|
1500
|
-
{
|
|
1501
|
-
"id": "messageNameUuid",
|
|
1502
|
-
"generatedValue": {
|
|
1503
|
-
"type": "uuid"
|
|
1504
|
-
},
|
|
1505
|
-
"group": "correlation",
|
|
1506
|
-
"binding": {
|
|
1507
|
-
"name": "name",
|
|
1508
|
-
"type": "bpmn:Message#property"
|
|
1509
|
-
},
|
|
1510
|
-
"type": "Hidden"
|
|
1511
|
-
},
|
|
1512
|
-
{
|
|
1513
|
-
"id": "deduplicationModeManualFlag",
|
|
1514
|
-
"label": "Manual mode",
|
|
1515
|
-
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1516
|
-
"value": false,
|
|
1517
|
-
"group": "deduplication",
|
|
1518
|
-
"binding": {
|
|
1519
|
-
"name": "deduplicationModeManualFlag",
|
|
1520
|
-
"type": "zeebe:property"
|
|
1521
|
-
},
|
|
1522
|
-
"type": "Boolean"
|
|
1523
|
-
},
|
|
1524
|
-
{
|
|
1525
|
-
"id": "deduplicationId",
|
|
1526
|
-
"label": "Deduplication ID",
|
|
1527
|
-
"constraints": {
|
|
1528
|
-
"notEmpty": true,
|
|
1529
|
-
"pattern": {
|
|
1530
|
-
"value": "^[a-zA-Z0-9_-]+$",
|
|
1531
|
-
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1532
|
-
}
|
|
1533
|
-
},
|
|
1534
|
-
"group": "deduplication",
|
|
1535
|
-
"binding": {
|
|
1536
|
-
"name": "deduplicationId",
|
|
1537
|
-
"type": "zeebe:property"
|
|
1538
|
-
},
|
|
1539
|
-
"condition": {
|
|
1540
|
-
"property": "deduplicationModeManualFlag",
|
|
1541
|
-
"equals": true,
|
|
1542
|
-
"type": "simple"
|
|
1543
|
-
},
|
|
1544
|
-
"type": "String"
|
|
1545
|
-
},
|
|
1546
|
-
{
|
|
1547
|
-
"id": "deduplicationModeManual",
|
|
1548
|
-
"value": "MANUAL",
|
|
1549
|
-
"group": "deduplication",
|
|
1550
|
-
"binding": {
|
|
1551
|
-
"name": "deduplicationMode",
|
|
1552
|
-
"type": "zeebe:property"
|
|
1553
|
-
},
|
|
1554
|
-
"condition": {
|
|
1555
|
-
"property": "deduplicationId",
|
|
1556
|
-
"isActive": true,
|
|
1557
|
-
"type": "simple"
|
|
1558
|
-
},
|
|
1559
|
-
"type": "Hidden"
|
|
1560
|
-
},
|
|
1561
|
-
{
|
|
1562
|
-
"id": "deduplicationModeAuto",
|
|
1563
|
-
"value": "AUTO",
|
|
1564
|
-
"group": "deduplication",
|
|
1565
1571
|
"binding": {
|
|
1566
|
-
"
|
|
1567
|
-
"
|
|
1568
|
-
},
|
|
1569
|
-
"condition": {
|
|
1570
|
-
"property": "deduplicationId",
|
|
1571
|
-
"isActive": false,
|
|
1572
|
-
"type": "simple"
|
|
1572
|
+
"type": "zeebe:property",
|
|
1573
|
+
"name": "activationCondition"
|
|
1573
1574
|
},
|
|
1574
|
-
"
|
|
1575
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events"
|
|
1575
1576
|
},
|
|
1576
1577
|
{
|
|
1577
|
-
"id": "resultVariable",
|
|
1578
1578
|
"label": "Result variable",
|
|
1579
|
-
"
|
|
1580
|
-
"group": "
|
|
1579
|
+
"type": "String",
|
|
1580
|
+
"group": "variable-mapping",
|
|
1581
|
+
"optional": true,
|
|
1581
1582
|
"binding": {
|
|
1582
|
-
"
|
|
1583
|
-
"
|
|
1583
|
+
"type": "zeebe:property",
|
|
1584
|
+
"name": "resultVariable"
|
|
1584
1585
|
},
|
|
1585
|
-
"
|
|
1586
|
+
"description": "Name of variable to store the result of the connector in"
|
|
1586
1587
|
},
|
|
1587
1588
|
{
|
|
1588
|
-
"id": "resultExpression",
|
|
1589
1589
|
"label": "Result expression",
|
|
1590
|
-
"
|
|
1590
|
+
"type": "String",
|
|
1591
|
+
"group": "variable-mapping",
|
|
1591
1592
|
"feel": "required",
|
|
1592
|
-
"
|
|
1593
|
+
"optional": true,
|
|
1593
1594
|
"binding": {
|
|
1594
|
-
"
|
|
1595
|
-
"
|
|
1595
|
+
"type": "zeebe:property",
|
|
1596
|
+
"name": "resultExpression"
|
|
1596
1597
|
},
|
|
1597
|
-
"
|
|
1598
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
1598
1599
|
}
|
|
1599
1600
|
],
|
|
1600
1601
|
"icon": {
|
|
1601
|
-
"contents": "data:image/svg+xml
|
|
1602
|
+
"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"
|
|
1603
|
+
},
|
|
1604
|
+
"engines": {
|
|
1605
|
+
"camunda": "^8.4"
|
|
1602
1606
|
}
|
|
1603
1607
|
}
|
|
1604
1608
|
]
|