@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,27 +3,16 @@
|
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
4
|
"name": "Amazon SQS Outbound Connector",
|
|
5
5
|
"id": "io.camunda.connectors.AWSSQS.v1",
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"keywords": [
|
|
9
|
-
"send message",
|
|
10
|
-
"publish message",
|
|
11
|
-
"send message to queue",
|
|
12
|
-
"publish message to queue"
|
|
13
|
-
]
|
|
14
|
-
},
|
|
6
|
+
"version": 9,
|
|
7
|
+
"description": "Send message to queue",
|
|
15
8
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=outbound",
|
|
16
|
-
"version": 11,
|
|
17
|
-
"category": {
|
|
18
|
-
"id": "connectors",
|
|
19
|
-
"name": "Connectors"
|
|
20
|
-
},
|
|
21
9
|
"appliesTo": ["bpmn:Task"],
|
|
22
10
|
"elementType": {
|
|
23
11
|
"value": "bpmn:ServiceTask"
|
|
24
12
|
},
|
|
25
|
-
"
|
|
26
|
-
"
|
|
13
|
+
"category": {
|
|
14
|
+
"id": "connectors",
|
|
15
|
+
"name": "Connectors"
|
|
27
16
|
},
|
|
28
17
|
"groups": [
|
|
29
18
|
{
|
|
@@ -31,134 +20,129 @@
|
|
|
31
20
|
"label": "Authentication"
|
|
32
21
|
},
|
|
33
22
|
{
|
|
34
|
-
"id": "
|
|
23
|
+
"id": "queueProperties",
|
|
35
24
|
"label": "Queue properties"
|
|
36
25
|
},
|
|
37
26
|
{
|
|
38
27
|
"id": "input",
|
|
39
28
|
"label": "Input message data"
|
|
40
29
|
},
|
|
41
|
-
{
|
|
42
|
-
"id": "connector",
|
|
43
|
-
"label": "Connector"
|
|
44
|
-
},
|
|
45
30
|
{
|
|
46
31
|
"id": "output",
|
|
47
|
-
"label": "Output
|
|
32
|
+
"label": "Output"
|
|
48
33
|
},
|
|
49
34
|
{
|
|
50
|
-
"id": "
|
|
35
|
+
"id": "errors",
|
|
51
36
|
"label": "Error handling"
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"id": "retries",
|
|
55
|
-
"label": "Retries"
|
|
56
37
|
}
|
|
57
38
|
],
|
|
58
39
|
"properties": [
|
|
59
40
|
{
|
|
41
|
+
"type": "Hidden",
|
|
60
42
|
"value": "io.camunda:aws-sqs:1",
|
|
61
43
|
"binding": {
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
}
|
|
65
|
-
"type": "Hidden"
|
|
44
|
+
"type": "zeebe:taskDefinition",
|
|
45
|
+
"property": "type"
|
|
46
|
+
}
|
|
66
47
|
},
|
|
67
48
|
{
|
|
68
|
-
"id": "
|
|
49
|
+
"id": "authenticationType",
|
|
69
50
|
"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/
|
|
71
|
-
"value": "credentials",
|
|
51
|
+
"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>",
|
|
72
52
|
"group": "authentication",
|
|
73
|
-
"binding": {
|
|
74
|
-
"name": "authentication.type",
|
|
75
|
-
"type": "zeebe:input"
|
|
76
|
-
},
|
|
77
53
|
"type": "Dropdown",
|
|
54
|
+
"optional": false,
|
|
55
|
+
"value": "credentials",
|
|
78
56
|
"choices": [
|
|
79
|
-
{
|
|
80
|
-
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
81
|
-
"value": "defaultCredentialsChain"
|
|
82
|
-
},
|
|
83
57
|
{
|
|
84
58
|
"name": "Credentials",
|
|
85
59
|
"value": "credentials"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
63
|
+
"value": "defaultCredentialsChain"
|
|
86
64
|
}
|
|
87
|
-
]
|
|
65
|
+
],
|
|
66
|
+
"binding": {
|
|
67
|
+
"type": "zeebe:input",
|
|
68
|
+
"name": "authentication.type"
|
|
69
|
+
},
|
|
70
|
+
"constraints": {
|
|
71
|
+
"notEmpty": true
|
|
72
|
+
}
|
|
88
73
|
},
|
|
89
74
|
{
|
|
90
|
-
"id": "authentication.accessKey",
|
|
91
75
|
"label": "Access key",
|
|
92
|
-
"description": "Provide
|
|
93
|
-
"optional": false,
|
|
94
|
-
"constraints": {
|
|
95
|
-
"notEmpty": true
|
|
96
|
-
},
|
|
97
|
-
"feel": "optional",
|
|
76
|
+
"description": "Provide AWS IAM access key that has permission to send to desired SQS",
|
|
98
77
|
"group": "authentication",
|
|
78
|
+
"type": "String",
|
|
99
79
|
"binding": {
|
|
100
|
-
"
|
|
101
|
-
"
|
|
80
|
+
"type": "zeebe:input",
|
|
81
|
+
"name": "authentication.accessKey"
|
|
102
82
|
},
|
|
103
83
|
"condition": {
|
|
104
|
-
"property": "
|
|
105
|
-
"equals": "credentials"
|
|
106
|
-
"type": "simple"
|
|
84
|
+
"property": "authenticationType",
|
|
85
|
+
"equals": "credentials"
|
|
107
86
|
},
|
|
108
|
-
"
|
|
87
|
+
"constraints": {
|
|
88
|
+
"notEmpty": true
|
|
89
|
+
}
|
|
109
90
|
},
|
|
110
91
|
{
|
|
111
|
-
"id": "authentication.secretKey",
|
|
112
92
|
"label": "Secret key",
|
|
113
|
-
"description": "Provide
|
|
114
|
-
"optional": false,
|
|
115
|
-
"constraints": {
|
|
116
|
-
"notEmpty": true
|
|
117
|
-
},
|
|
118
|
-
"feel": "optional",
|
|
93
|
+
"description": "Provide AWS IAM secret key that has permission to send to desired SQS",
|
|
119
94
|
"group": "authentication",
|
|
95
|
+
"type": "String",
|
|
120
96
|
"binding": {
|
|
121
|
-
"
|
|
122
|
-
"
|
|
97
|
+
"type": "zeebe:input",
|
|
98
|
+
"name": "authentication.secretKey"
|
|
123
99
|
},
|
|
124
100
|
"condition": {
|
|
125
|
-
"property": "
|
|
126
|
-
"equals": "credentials"
|
|
127
|
-
"type": "simple"
|
|
101
|
+
"property": "authenticationType",
|
|
102
|
+
"equals": "credentials"
|
|
128
103
|
},
|
|
129
|
-
"
|
|
104
|
+
"constraints": {
|
|
105
|
+
"notEmpty": true
|
|
106
|
+
}
|
|
130
107
|
},
|
|
131
108
|
{
|
|
132
|
-
"id": "queue.url",
|
|
133
109
|
"label": "URL",
|
|
134
110
|
"description": "Specify the URL of the SQS queue where you would like to send message to",
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
|
|
111
|
+
"group": "queueProperties",
|
|
112
|
+
"type": "String",
|
|
113
|
+
"binding": {
|
|
114
|
+
"type": "zeebe:input",
|
|
115
|
+
"name": "queue.url"
|
|
138
116
|
},
|
|
139
|
-
"
|
|
140
|
-
|
|
117
|
+
"constraints": {
|
|
118
|
+
"notEmpty": true,
|
|
119
|
+
"pattern": {
|
|
120
|
+
"value": "^(=|(https?://|\\{\\{secrets\\..+\\}\\}).*$)",
|
|
121
|
+
"message": "Must be an http(s) URL"
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"label": "Region",
|
|
127
|
+
"description": "Specify the AWS region of your queue",
|
|
128
|
+
"group": "queueProperties",
|
|
129
|
+
"type": "String",
|
|
141
130
|
"binding": {
|
|
142
|
-
"
|
|
143
|
-
"
|
|
131
|
+
"type": "zeebe:input",
|
|
132
|
+
"name": "configuration.region"
|
|
144
133
|
},
|
|
145
|
-
"
|
|
134
|
+
"constraints": {
|
|
135
|
+
"notEmpty": true
|
|
136
|
+
}
|
|
146
137
|
},
|
|
147
138
|
{
|
|
148
139
|
"id": "queue.type",
|
|
149
140
|
"label": "Queue type",
|
|
150
141
|
"description": "Specify whether the queue is a <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/standard-queues.html\">standard</a> or <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/FIFO-queues.html\">FIFO</a> queue",
|
|
142
|
+
"group": "queueProperties",
|
|
143
|
+
"type": "Dropdown",
|
|
151
144
|
"optional": false,
|
|
152
145
|
"value": "standard",
|
|
153
|
-
"constraints": {
|
|
154
|
-
"notEmpty": true
|
|
155
|
-
},
|
|
156
|
-
"group": "configuration",
|
|
157
|
-
"binding": {
|
|
158
|
-
"name": "queue.type",
|
|
159
|
-
"type": "zeebe:input"
|
|
160
|
-
},
|
|
161
|
-
"type": "Dropdown",
|
|
162
146
|
"choices": [
|
|
163
147
|
{
|
|
164
148
|
"name": "Standard",
|
|
@@ -168,188 +152,114 @@
|
|
|
168
152
|
"name": "FIFO",
|
|
169
153
|
"value": "fifo"
|
|
170
154
|
}
|
|
171
|
-
]
|
|
155
|
+
],
|
|
156
|
+
"binding": {
|
|
157
|
+
"type": "zeebe:input",
|
|
158
|
+
"name": "queue.type"
|
|
159
|
+
},
|
|
160
|
+
"constraints": {
|
|
161
|
+
"notEmpty": true
|
|
162
|
+
}
|
|
172
163
|
},
|
|
173
164
|
{
|
|
174
|
-
"
|
|
175
|
-
"
|
|
176
|
-
"
|
|
165
|
+
"label": "Message group ID",
|
|
166
|
+
"description": "Message group ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/using-messagegroupid-property.html\">using the MessageGroupId Property</a> in the Amazon SQS developer guide.",
|
|
167
|
+
"group": "input",
|
|
168
|
+
"type": "String",
|
|
169
|
+
"binding": {
|
|
170
|
+
"type": "zeebe:input",
|
|
171
|
+
"name": "queue.messageGroupId"
|
|
172
|
+
},
|
|
177
173
|
"optional": false,
|
|
174
|
+
"condition": {
|
|
175
|
+
"property": "queue.type",
|
|
176
|
+
"equals": "fifo"
|
|
177
|
+
},
|
|
178
178
|
"constraints": {
|
|
179
179
|
"notEmpty": true
|
|
180
180
|
},
|
|
181
|
-
"feel": "optional"
|
|
182
|
-
"group": "configuration",
|
|
183
|
-
"binding": {
|
|
184
|
-
"name": "configuration.region",
|
|
185
|
-
"type": "zeebe:input"
|
|
186
|
-
},
|
|
187
|
-
"type": "String"
|
|
181
|
+
"feel": "optional"
|
|
188
182
|
},
|
|
189
183
|
{
|
|
190
|
-
"
|
|
191
|
-
"
|
|
192
|
-
"
|
|
193
|
-
"
|
|
194
|
-
"group": "configuration",
|
|
184
|
+
"label": "Message deduplication ID",
|
|
185
|
+
"description": "Message deduplication ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/using-messagededuplicationid-property.html\">using the MessageDeduplicationId Property</a> in the Amazon SQS developer guide.",
|
|
186
|
+
"group": "input",
|
|
187
|
+
"type": "String",
|
|
195
188
|
"binding": {
|
|
196
|
-
"
|
|
197
|
-
"
|
|
189
|
+
"type": "zeebe:input",
|
|
190
|
+
"name": "queue.messageDeduplicationId"
|
|
198
191
|
},
|
|
199
|
-
"
|
|
192
|
+
"optional": true,
|
|
193
|
+
"condition": {
|
|
194
|
+
"property": "queue.type",
|
|
195
|
+
"equals": "fifo"
|
|
196
|
+
},
|
|
197
|
+
"feel": "optional"
|
|
200
198
|
},
|
|
201
199
|
{
|
|
202
|
-
"id": "queue.messageBody",
|
|
203
200
|
"label": "Message body",
|
|
204
201
|
"description": "Data to send to the SQS queue",
|
|
205
|
-
"optional": false,
|
|
206
|
-
"constraints": {
|
|
207
|
-
"notEmpty": true
|
|
208
|
-
},
|
|
209
|
-
"feel": "required",
|
|
210
202
|
"group": "input",
|
|
203
|
+
"type": "Text",
|
|
211
204
|
"binding": {
|
|
212
|
-
"
|
|
213
|
-
"
|
|
205
|
+
"type": "zeebe:input",
|
|
206
|
+
"name": "queue.messageBody"
|
|
214
207
|
},
|
|
215
|
-
"
|
|
208
|
+
"constraints": {
|
|
209
|
+
"notEmpty": true
|
|
210
|
+
},
|
|
211
|
+
"feel": "required"
|
|
216
212
|
},
|
|
217
213
|
{
|
|
218
|
-
"id": "queue.messageAttributes",
|
|
219
214
|
"label": "Message attributes",
|
|
220
215
|
"description": "Message attributes metadata",
|
|
221
|
-
"optional": true,
|
|
222
|
-
"feel": "required",
|
|
223
216
|
"group": "input",
|
|
217
|
+
"type": "Text",
|
|
218
|
+
"optional": true,
|
|
224
219
|
"binding": {
|
|
225
|
-
"
|
|
226
|
-
"
|
|
220
|
+
"type": "zeebe:input",
|
|
221
|
+
"name": "queue.messageAttributes"
|
|
227
222
|
},
|
|
228
|
-
"
|
|
223
|
+
"feel": "required"
|
|
229
224
|
},
|
|
230
225
|
{
|
|
231
|
-
"
|
|
232
|
-
"
|
|
233
|
-
"
|
|
234
|
-
"
|
|
235
|
-
"feel": "optional",
|
|
236
|
-
"group": "input",
|
|
226
|
+
"label": "Result variable",
|
|
227
|
+
"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>",
|
|
228
|
+
"group": "output",
|
|
229
|
+
"type": "String",
|
|
237
230
|
"binding": {
|
|
238
|
-
"
|
|
239
|
-
"
|
|
240
|
-
}
|
|
241
|
-
"condition": {
|
|
242
|
-
"property": "queue.type",
|
|
243
|
-
"equals": "fifo",
|
|
244
|
-
"type": "simple"
|
|
245
|
-
},
|
|
246
|
-
"type": "String"
|
|
231
|
+
"type": "zeebe:taskHeader",
|
|
232
|
+
"key": "resultVariable"
|
|
233
|
+
}
|
|
247
234
|
},
|
|
248
235
|
{
|
|
249
|
-
"id": "queue.messageDeduplicationId",
|
|
250
|
-
"label": "Message deduplication ID",
|
|
251
|
-
"description": "Message deduplication ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/using-messagededuplicationid-property.html\">using the MessageDeduplicationId Property</a> in the Amazon SQS developer guide",
|
|
252
|
-
"optional": true,
|
|
253
|
-
"feel": "optional",
|
|
254
|
-
"group": "input",
|
|
255
|
-
"binding": {
|
|
256
|
-
"name": "queue.messageDeduplicationId",
|
|
257
|
-
"type": "zeebe:input"
|
|
258
|
-
},
|
|
259
|
-
"condition": {
|
|
260
|
-
"property": "queue.type",
|
|
261
|
-
"equals": "fifo",
|
|
262
|
-
"type": "simple"
|
|
263
|
-
},
|
|
264
|
-
"type": "String"
|
|
265
|
-
},
|
|
266
|
-
{
|
|
267
|
-
"id": "version",
|
|
268
|
-
"label": "Version",
|
|
269
|
-
"description": "Version of the element template",
|
|
270
|
-
"value": "11",
|
|
271
|
-
"group": "connector",
|
|
272
|
-
"binding": {
|
|
273
|
-
"key": "elementTemplateVersion",
|
|
274
|
-
"type": "zeebe:taskHeader"
|
|
275
|
-
},
|
|
276
|
-
"type": "Hidden"
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
"id": "id",
|
|
280
|
-
"label": "ID",
|
|
281
|
-
"description": "ID of the element template",
|
|
282
|
-
"value": "io.camunda.connectors.AWSSQS.v1",
|
|
283
|
-
"group": "connector",
|
|
284
|
-
"binding": {
|
|
285
|
-
"key": "elementTemplateId",
|
|
286
|
-
"type": "zeebe:taskHeader"
|
|
287
|
-
},
|
|
288
|
-
"type": "Hidden"
|
|
289
|
-
},
|
|
290
|
-
{
|
|
291
|
-
"id": "resultVariable",
|
|
292
|
-
"label": "Result variable",
|
|
293
|
-
"description": "Name of variable to store the response in",
|
|
294
|
-
"group": "output",
|
|
295
|
-
"binding": {
|
|
296
|
-
"key": "resultVariable",
|
|
297
|
-
"type": "zeebe:taskHeader"
|
|
298
|
-
},
|
|
299
|
-
"type": "String"
|
|
300
|
-
},
|
|
301
|
-
{
|
|
302
|
-
"id": "resultExpression",
|
|
303
236
|
"label": "Result expression",
|
|
304
|
-
"description": "Expression to map the response into process variables",
|
|
305
|
-
"feel": "required",
|
|
237
|
+
"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>",
|
|
306
238
|
"group": "output",
|
|
239
|
+
"type": "Text",
|
|
240
|
+
"feel": "required",
|
|
307
241
|
"binding": {
|
|
308
|
-
"
|
|
309
|
-
"
|
|
310
|
-
}
|
|
311
|
-
"type": "Text"
|
|
242
|
+
"type": "zeebe:taskHeader",
|
|
243
|
+
"key": "resultExpression"
|
|
244
|
+
}
|
|
312
245
|
},
|
|
313
246
|
{
|
|
314
|
-
"id": "errorExpression",
|
|
315
247
|
"label": "Error expression",
|
|
316
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
248
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
|
|
249
|
+
"group": "errors",
|
|
250
|
+
"type": "Text",
|
|
317
251
|
"feel": "required",
|
|
318
|
-
"group": "error",
|
|
319
|
-
"binding": {
|
|
320
|
-
"key": "errorExpression",
|
|
321
|
-
"type": "zeebe:taskHeader"
|
|
322
|
-
},
|
|
323
|
-
"type": "Text"
|
|
324
|
-
},
|
|
325
|
-
{
|
|
326
|
-
"id": "retryCount",
|
|
327
|
-
"label": "Retries",
|
|
328
|
-
"description": "Number of retries",
|
|
329
|
-
"value": "3",
|
|
330
|
-
"feel": "optional",
|
|
331
|
-
"group": "retries",
|
|
332
|
-
"binding": {
|
|
333
|
-
"property": "retries",
|
|
334
|
-
"type": "zeebe:taskDefinition"
|
|
335
|
-
},
|
|
336
|
-
"type": "String"
|
|
337
|
-
},
|
|
338
|
-
{
|
|
339
|
-
"id": "retryBackoff",
|
|
340
|
-
"label": "Retry backoff",
|
|
341
|
-
"description": "ISO-8601 duration to wait between retries",
|
|
342
|
-
"value": "PT0S",
|
|
343
|
-
"group": "retries",
|
|
344
252
|
"binding": {
|
|
345
|
-
"
|
|
346
|
-
"
|
|
347
|
-
}
|
|
348
|
-
"type": "String"
|
|
253
|
+
"type": "zeebe:taskHeader",
|
|
254
|
+
"key": "errorExpression"
|
|
255
|
+
}
|
|
349
256
|
}
|
|
350
257
|
],
|
|
351
258
|
"icon": {
|
|
352
|
-
"contents": "data:image/svg+xml
|
|
259
|
+
"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"
|
|
260
|
+
},
|
|
261
|
+
"engines": {
|
|
262
|
+
"camunda": "^8.4"
|
|
353
263
|
}
|
|
354
264
|
},
|
|
355
265
|
{
|
|
@@ -585,7 +495,7 @@
|
|
|
585
495
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
586
496
|
"name": "Amazon SQS connector",
|
|
587
497
|
"id": "io.camunda.connectors.AWSSQS.v1",
|
|
588
|
-
"version":
|
|
498
|
+
"version": 6,
|
|
589
499
|
"description": "Send message to queue",
|
|
590
500
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs/",
|
|
591
501
|
"appliesTo": ["bpmn:Task"],
|
|
@@ -665,8 +575,8 @@
|
|
|
665
575
|
"constraints": {
|
|
666
576
|
"notEmpty": true,
|
|
667
577
|
"pattern": {
|
|
668
|
-
"value": "(
|
|
669
|
-
"message": "Must be an http(s) URL
|
|
578
|
+
"value": "^(=|(https?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
|
|
579
|
+
"message": "Must be an http(s) URL"
|
|
670
580
|
}
|
|
671
581
|
}
|
|
672
582
|
},
|
|
@@ -812,26 +722,26 @@
|
|
|
812
722
|
},
|
|
813
723
|
{
|
|
814
724
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
815
|
-
"name": "Amazon SQS
|
|
725
|
+
"name": "Amazon SQS connector",
|
|
816
726
|
"id": "io.camunda.connectors.AWSSQS.v1",
|
|
727
|
+
"version": 2,
|
|
817
728
|
"description": "Send message to queue",
|
|
818
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
819
|
-
"version": 10,
|
|
820
|
-
"category": {
|
|
821
|
-
"id": "connectors",
|
|
822
|
-
"name": "Connectors"
|
|
823
|
-
},
|
|
729
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs/",
|
|
824
730
|
"appliesTo": ["bpmn:Task"],
|
|
825
731
|
"elementType": {
|
|
826
732
|
"value": "bpmn:ServiceTask"
|
|
827
733
|
},
|
|
734
|
+
"category": {
|
|
735
|
+
"id": "connectors",
|
|
736
|
+
"name": "Connectors"
|
|
737
|
+
},
|
|
828
738
|
"groups": [
|
|
829
739
|
{
|
|
830
740
|
"id": "authentication",
|
|
831
741
|
"label": "Authentication"
|
|
832
742
|
},
|
|
833
743
|
{
|
|
834
|
-
"id": "
|
|
744
|
+
"id": "queueProperties",
|
|
835
745
|
"label": "Queue properties"
|
|
836
746
|
},
|
|
837
747
|
{
|
|
@@ -840,121 +750,86 @@
|
|
|
840
750
|
},
|
|
841
751
|
{
|
|
842
752
|
"id": "output",
|
|
843
|
-
"label": "Output
|
|
753
|
+
"label": "Output"
|
|
844
754
|
},
|
|
845
755
|
{
|
|
846
|
-
"id": "
|
|
756
|
+
"id": "errors",
|
|
847
757
|
"label": "Error handling"
|
|
848
|
-
},
|
|
849
|
-
{
|
|
850
|
-
"id": "retries",
|
|
851
|
-
"label": "Retries"
|
|
852
758
|
}
|
|
853
759
|
],
|
|
854
760
|
"properties": [
|
|
855
761
|
{
|
|
762
|
+
"type": "Hidden",
|
|
856
763
|
"value": "io.camunda:aws-sqs:1",
|
|
857
764
|
"binding": {
|
|
858
|
-
"
|
|
859
|
-
"
|
|
860
|
-
}
|
|
861
|
-
"type": "Hidden"
|
|
765
|
+
"type": "zeebe:taskDefinition",
|
|
766
|
+
"property": "type"
|
|
767
|
+
}
|
|
862
768
|
},
|
|
863
769
|
{
|
|
864
|
-
"
|
|
865
|
-
"
|
|
866
|
-
"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>",
|
|
867
|
-
"value": "credentials",
|
|
770
|
+
"label": "Access key",
|
|
771
|
+
"description": "Provide AWS IAM access key that has permission to send to desired SQS",
|
|
868
772
|
"group": "authentication",
|
|
773
|
+
"type": "String",
|
|
869
774
|
"binding": {
|
|
870
|
-
"
|
|
871
|
-
"
|
|
775
|
+
"type": "zeebe:input",
|
|
776
|
+
"name": "authentication.accessKey"
|
|
872
777
|
},
|
|
873
|
-
"type": "Dropdown",
|
|
874
|
-
"choices": [
|
|
875
|
-
{
|
|
876
|
-
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
877
|
-
"value": "defaultCredentialsChain"
|
|
878
|
-
},
|
|
879
|
-
{
|
|
880
|
-
"name": "Credentials",
|
|
881
|
-
"value": "credentials"
|
|
882
|
-
}
|
|
883
|
-
]
|
|
884
|
-
},
|
|
885
|
-
{
|
|
886
|
-
"id": "authentication.accessKey",
|
|
887
|
-
"label": "Access key",
|
|
888
|
-
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
889
|
-
"optional": false,
|
|
890
778
|
"constraints": {
|
|
891
779
|
"notEmpty": true
|
|
892
|
-
}
|
|
893
|
-
"feel": "optional",
|
|
894
|
-
"group": "authentication",
|
|
895
|
-
"binding": {
|
|
896
|
-
"name": "authentication.accessKey",
|
|
897
|
-
"type": "zeebe:input"
|
|
898
|
-
},
|
|
899
|
-
"condition": {
|
|
900
|
-
"property": "authentication.type",
|
|
901
|
-
"equals": "credentials",
|
|
902
|
-
"type": "simple"
|
|
903
|
-
},
|
|
904
|
-
"type": "String"
|
|
780
|
+
}
|
|
905
781
|
},
|
|
906
782
|
{
|
|
907
|
-
"id": "authentication.secretKey",
|
|
908
783
|
"label": "Secret key",
|
|
909
|
-
"description": "Provide
|
|
910
|
-
"optional": false,
|
|
911
|
-
"constraints": {
|
|
912
|
-
"notEmpty": true
|
|
913
|
-
},
|
|
914
|
-
"feel": "optional",
|
|
784
|
+
"description": "Provide AWS IAM secret key that has permission to send to desired SQS",
|
|
915
785
|
"group": "authentication",
|
|
786
|
+
"type": "String",
|
|
916
787
|
"binding": {
|
|
917
|
-
"
|
|
918
|
-
"
|
|
919
|
-
},
|
|
920
|
-
"condition": {
|
|
921
|
-
"property": "authentication.type",
|
|
922
|
-
"equals": "credentials",
|
|
923
|
-
"type": "simple"
|
|
788
|
+
"type": "zeebe:input",
|
|
789
|
+
"name": "authentication.secretKey"
|
|
924
790
|
},
|
|
925
|
-
"
|
|
791
|
+
"constraints": {
|
|
792
|
+
"notEmpty": true
|
|
793
|
+
}
|
|
926
794
|
},
|
|
927
795
|
{
|
|
928
|
-
"id": "queue.url",
|
|
929
796
|
"label": "URL",
|
|
930
797
|
"description": "Specify the URL of the SQS queue where you would like to send message to",
|
|
931
|
-
"
|
|
932
|
-
"
|
|
933
|
-
|
|
798
|
+
"group": "queueProperties",
|
|
799
|
+
"type": "String",
|
|
800
|
+
"binding": {
|
|
801
|
+
"type": "zeebe:input",
|
|
802
|
+
"name": "queue.url"
|
|
934
803
|
},
|
|
935
|
-
"
|
|
936
|
-
|
|
804
|
+
"constraints": {
|
|
805
|
+
"notEmpty": true,
|
|
806
|
+
"pattern": {
|
|
807
|
+
"value": "(^https?://.+)|(^secrets\\..+)",
|
|
808
|
+
"message": "Must be an http(s) URL or a secret.XYZ"
|
|
809
|
+
}
|
|
810
|
+
}
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
"label": "Region",
|
|
814
|
+
"description": "Specify the AWS region of your queue",
|
|
815
|
+
"group": "queueProperties",
|
|
816
|
+
"type": "String",
|
|
937
817
|
"binding": {
|
|
938
|
-
"
|
|
939
|
-
"
|
|
818
|
+
"type": "zeebe:input",
|
|
819
|
+
"name": "queue.region"
|
|
940
820
|
},
|
|
941
|
-
"
|
|
821
|
+
"constraints": {
|
|
822
|
+
"notEmpty": true
|
|
823
|
+
}
|
|
942
824
|
},
|
|
943
825
|
{
|
|
944
826
|
"id": "queue.type",
|
|
945
827
|
"label": "Queue type",
|
|
946
828
|
"description": "Specify whether the queue is a <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/standard-queues.html\">standard</a> or <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/FIFO-queues.html\">FIFO</a> queue",
|
|
829
|
+
"group": "queueProperties",
|
|
830
|
+
"type": "Dropdown",
|
|
947
831
|
"optional": false,
|
|
948
832
|
"value": "standard",
|
|
949
|
-
"constraints": {
|
|
950
|
-
"notEmpty": true
|
|
951
|
-
},
|
|
952
|
-
"group": "configuration",
|
|
953
|
-
"binding": {
|
|
954
|
-
"name": "queue.type",
|
|
955
|
-
"type": "zeebe:input"
|
|
956
|
-
},
|
|
957
|
-
"type": "Dropdown",
|
|
958
833
|
"choices": [
|
|
959
834
|
{
|
|
960
835
|
"name": "Standard",
|
|
@@ -964,178 +839,130 @@
|
|
|
964
839
|
"name": "FIFO",
|
|
965
840
|
"value": "fifo"
|
|
966
841
|
}
|
|
967
|
-
]
|
|
968
|
-
},
|
|
969
|
-
{
|
|
970
|
-
"id": "configuration.region",
|
|
971
|
-
"label": "Region",
|
|
972
|
-
"description": "Specify the AWS region",
|
|
973
|
-
"optional": true,
|
|
974
|
-
"feel": "optional",
|
|
975
|
-
"group": "configuration",
|
|
842
|
+
],
|
|
976
843
|
"binding": {
|
|
977
|
-
"
|
|
978
|
-
"
|
|
844
|
+
"type": "zeebe:input",
|
|
845
|
+
"name": "queue.type"
|
|
979
846
|
},
|
|
980
|
-
"
|
|
847
|
+
"constraints": {
|
|
848
|
+
"notEmpty": true
|
|
849
|
+
}
|
|
981
850
|
},
|
|
982
851
|
{
|
|
983
|
-
"
|
|
984
|
-
"
|
|
985
|
-
"
|
|
986
|
-
"
|
|
987
|
-
"group": "configuration",
|
|
852
|
+
"label": "Message group ID",
|
|
853
|
+
"description": "Message group ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/using-messagegroupid-property.html\">using the MessageGroupId Property</a> in the Amazon SQS developer guide.",
|
|
854
|
+
"group": "input",
|
|
855
|
+
"type": "String",
|
|
988
856
|
"binding": {
|
|
989
|
-
"
|
|
990
|
-
"
|
|
857
|
+
"type": "zeebe:input",
|
|
858
|
+
"name": "queue.messageGroupId"
|
|
991
859
|
},
|
|
992
|
-
"type": "Hidden"
|
|
993
|
-
},
|
|
994
|
-
{
|
|
995
|
-
"id": "queue.messageBody",
|
|
996
|
-
"label": "Message body",
|
|
997
|
-
"description": "Data to send to the SQS queue",
|
|
998
860
|
"optional": false,
|
|
861
|
+
"condition": {
|
|
862
|
+
"property": "queue.type",
|
|
863
|
+
"equals": "fifo"
|
|
864
|
+
},
|
|
999
865
|
"constraints": {
|
|
1000
866
|
"notEmpty": true
|
|
1001
867
|
},
|
|
1002
|
-
"feel": "
|
|
1003
|
-
"group": "input",
|
|
1004
|
-
"binding": {
|
|
1005
|
-
"name": "queue.messageBody",
|
|
1006
|
-
"type": "zeebe:input"
|
|
1007
|
-
},
|
|
1008
|
-
"type": "Text"
|
|
868
|
+
"feel": "optional"
|
|
1009
869
|
},
|
|
1010
870
|
{
|
|
1011
|
-
"
|
|
1012
|
-
"
|
|
1013
|
-
"description": "Message attributes metadata",
|
|
1014
|
-
"optional": true,
|
|
1015
|
-
"feel": "required",
|
|
871
|
+
"label": "Message deduplication ID",
|
|
872
|
+
"description": "Message deduplication ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/using-messagededuplicationid-property.html\">using the MessageDeduplicationId Property</a> in the Amazon SQS developer guide.",
|
|
1016
873
|
"group": "input",
|
|
874
|
+
"type": "String",
|
|
1017
875
|
"binding": {
|
|
1018
|
-
"
|
|
1019
|
-
"
|
|
876
|
+
"type": "zeebe:input",
|
|
877
|
+
"name": "queue.messageDeduplicationId"
|
|
1020
878
|
},
|
|
1021
|
-
"
|
|
879
|
+
"optional": true,
|
|
880
|
+
"condition": {
|
|
881
|
+
"property": "queue.type",
|
|
882
|
+
"equals": "fifo"
|
|
883
|
+
},
|
|
884
|
+
"feel": "optional"
|
|
1022
885
|
},
|
|
1023
886
|
{
|
|
1024
|
-
"
|
|
1025
|
-
"
|
|
1026
|
-
"description": "Message group ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/using-messagegroupid-property.html\">using the MessageGroupId Property</a> in the Amazon SQS developer guide",
|
|
1027
|
-
"optional": false,
|
|
1028
|
-
"feel": "optional",
|
|
887
|
+
"label": "Message body",
|
|
888
|
+
"description": "Data to send to the SQS queue",
|
|
1029
889
|
"group": "input",
|
|
890
|
+
"type": "Text",
|
|
1030
891
|
"binding": {
|
|
1031
|
-
"
|
|
1032
|
-
"
|
|
892
|
+
"type": "zeebe:input",
|
|
893
|
+
"name": "queue.messageBody"
|
|
1033
894
|
},
|
|
1034
|
-
"
|
|
1035
|
-
"
|
|
1036
|
-
"equals": "fifo",
|
|
1037
|
-
"type": "simple"
|
|
895
|
+
"constraints": {
|
|
896
|
+
"notEmpty": true
|
|
1038
897
|
},
|
|
1039
|
-
"
|
|
898
|
+
"feel": "required"
|
|
1040
899
|
},
|
|
1041
900
|
{
|
|
1042
|
-
"
|
|
1043
|
-
"
|
|
1044
|
-
"description": "Message deduplication ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/using-messagededuplicationid-property.html\">using the MessageDeduplicationId Property</a> in the Amazon SQS developer guide",
|
|
1045
|
-
"optional": true,
|
|
1046
|
-
"feel": "optional",
|
|
901
|
+
"label": "Message attributes",
|
|
902
|
+
"description": "Message attributes metadata",
|
|
1047
903
|
"group": "input",
|
|
904
|
+
"type": "Text",
|
|
905
|
+
"optional": true,
|
|
1048
906
|
"binding": {
|
|
1049
|
-
"
|
|
1050
|
-
"
|
|
1051
|
-
},
|
|
1052
|
-
"condition": {
|
|
1053
|
-
"property": "queue.type",
|
|
1054
|
-
"equals": "fifo",
|
|
1055
|
-
"type": "simple"
|
|
907
|
+
"type": "zeebe:input",
|
|
908
|
+
"name": "queue.messageAttributes"
|
|
1056
909
|
},
|
|
1057
|
-
"
|
|
910
|
+
"feel": "required"
|
|
1058
911
|
},
|
|
1059
912
|
{
|
|
1060
|
-
"id": "resultVariable",
|
|
1061
913
|
"label": "Result variable",
|
|
1062
|
-
"description": "Name of variable to store the response in",
|
|
914
|
+
"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>",
|
|
1063
915
|
"group": "output",
|
|
916
|
+
"type": "String",
|
|
1064
917
|
"binding": {
|
|
1065
|
-
"
|
|
1066
|
-
"
|
|
1067
|
-
}
|
|
1068
|
-
"type": "String"
|
|
918
|
+
"type": "zeebe:taskHeader",
|
|
919
|
+
"key": "resultVariable"
|
|
920
|
+
}
|
|
1069
921
|
},
|
|
1070
922
|
{
|
|
1071
|
-
"id": "resultExpression",
|
|
1072
923
|
"label": "Result expression",
|
|
1073
|
-
"description": "Expression to map the response into process variables",
|
|
1074
|
-
"feel": "required",
|
|
924
|
+
"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>",
|
|
1075
925
|
"group": "output",
|
|
926
|
+
"type": "Text",
|
|
927
|
+
"feel": "required",
|
|
1076
928
|
"binding": {
|
|
1077
|
-
"
|
|
1078
|
-
"
|
|
1079
|
-
}
|
|
1080
|
-
"type": "Text"
|
|
929
|
+
"type": "zeebe:taskHeader",
|
|
930
|
+
"key": "resultExpression"
|
|
931
|
+
}
|
|
1081
932
|
},
|
|
1082
933
|
{
|
|
1083
|
-
"id": "errorExpression",
|
|
1084
934
|
"label": "Error expression",
|
|
1085
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
935
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
|
|
936
|
+
"group": "errors",
|
|
937
|
+
"type": "Text",
|
|
1086
938
|
"feel": "required",
|
|
1087
|
-
"group": "error",
|
|
1088
|
-
"binding": {
|
|
1089
|
-
"key": "errorExpression",
|
|
1090
|
-
"type": "zeebe:taskHeader"
|
|
1091
|
-
},
|
|
1092
|
-
"type": "Text"
|
|
1093
|
-
},
|
|
1094
|
-
{
|
|
1095
|
-
"id": "retryCount",
|
|
1096
|
-
"label": "Retries",
|
|
1097
|
-
"description": "Number of retries",
|
|
1098
|
-
"value": "3",
|
|
1099
|
-
"feel": "optional",
|
|
1100
|
-
"group": "retries",
|
|
1101
|
-
"binding": {
|
|
1102
|
-
"property": "retries",
|
|
1103
|
-
"type": "zeebe:taskDefinition"
|
|
1104
|
-
},
|
|
1105
|
-
"type": "String"
|
|
1106
|
-
},
|
|
1107
|
-
{
|
|
1108
|
-
"id": "retryBackoff",
|
|
1109
|
-
"label": "Retry backoff",
|
|
1110
|
-
"description": "ISO-8601 duration to wait between retries",
|
|
1111
|
-
"value": "PT0S",
|
|
1112
|
-
"feel": "optional",
|
|
1113
|
-
"group": "retries",
|
|
1114
939
|
"binding": {
|
|
1115
|
-
"
|
|
1116
|
-
"
|
|
1117
|
-
}
|
|
1118
|
-
"type": "String"
|
|
940
|
+
"type": "zeebe:taskHeader",
|
|
941
|
+
"key": "errorExpression"
|
|
942
|
+
}
|
|
1119
943
|
}
|
|
1120
944
|
],
|
|
1121
945
|
"icon": {
|
|
1122
|
-
"contents": "data:image/svg+xml
|
|
946
|
+
"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"
|
|
1123
947
|
},
|
|
1124
948
|
"engines": {
|
|
1125
|
-
"camunda": "^8.
|
|
949
|
+
"camunda": "^8.2"
|
|
1126
950
|
}
|
|
1127
951
|
},
|
|
1128
952
|
{
|
|
1129
953
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1130
954
|
"name": "Amazon SQS connector",
|
|
1131
955
|
"id": "io.camunda.connectors.AWSSQS.v1",
|
|
1132
|
-
"version":
|
|
956
|
+
"version": 7,
|
|
1133
957
|
"description": "Send message to queue",
|
|
1134
958
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs/",
|
|
1135
959
|
"appliesTo": ["bpmn:Task"],
|
|
1136
960
|
"elementType": {
|
|
1137
961
|
"value": "bpmn:ServiceTask"
|
|
1138
962
|
},
|
|
963
|
+
"engines": {
|
|
964
|
+
"camunda": "^8.2"
|
|
965
|
+
},
|
|
1139
966
|
"category": {
|
|
1140
967
|
"id": "connectors",
|
|
1141
968
|
"name": "Connectors"
|
|
@@ -1349,16 +1176,13 @@
|
|
|
1349
1176
|
],
|
|
1350
1177
|
"icon": {
|
|
1351
1178
|
"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"
|
|
1352
|
-
},
|
|
1353
|
-
"engines": {
|
|
1354
|
-
"camunda": "^8.2"
|
|
1355
1179
|
}
|
|
1356
1180
|
},
|
|
1357
1181
|
{
|
|
1358
1182
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1359
1183
|
"name": "Amazon SQS connector",
|
|
1360
1184
|
"id": "io.camunda.connectors.AWSSQS.v1",
|
|
1361
|
-
"version":
|
|
1185
|
+
"version": 3,
|
|
1362
1186
|
"description": "Send message to queue",
|
|
1363
1187
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs/",
|
|
1364
1188
|
"appliesTo": ["bpmn:Task"],
|
|
@@ -1426,15 +1250,6 @@
|
|
|
1426
1250
|
"notEmpty": true
|
|
1427
1251
|
}
|
|
1428
1252
|
},
|
|
1429
|
-
{
|
|
1430
|
-
"type": "Hidden",
|
|
1431
|
-
"description": "This value forces to evaluate configuration first in order",
|
|
1432
|
-
"value": "nonce",
|
|
1433
|
-
"binding": {
|
|
1434
|
-
"type": "zeebe:input",
|
|
1435
|
-
"name": "configuration.nonce"
|
|
1436
|
-
}
|
|
1437
|
-
},
|
|
1438
1253
|
{
|
|
1439
1254
|
"label": "URL",
|
|
1440
1255
|
"description": "Specify the URL of the SQS queue where you would like to send message to",
|
|
@@ -1465,15 +1280,6 @@
|
|
|
1465
1280
|
"notEmpty": true
|
|
1466
1281
|
}
|
|
1467
1282
|
},
|
|
1468
|
-
{
|
|
1469
|
-
"description": "Backwards compatible region",
|
|
1470
|
-
"type": "Hidden",
|
|
1471
|
-
"value": "=configuration.region",
|
|
1472
|
-
"binding": {
|
|
1473
|
-
"type": "zeebe:input",
|
|
1474
|
-
"name": "queue.region"
|
|
1475
|
-
}
|
|
1476
|
-
},
|
|
1477
1283
|
{
|
|
1478
1284
|
"id": "queue.type",
|
|
1479
1285
|
"label": "Queue type",
|
|
@@ -1605,24 +1411,24 @@
|
|
|
1605
1411
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1606
1412
|
"name": "Amazon SQS Outbound Connector",
|
|
1607
1413
|
"id": "io.camunda.connectors.AWSSQS.v1",
|
|
1608
|
-
"version": 9,
|
|
1609
1414
|
"description": "Send message to queue",
|
|
1610
1415
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=outbound",
|
|
1611
|
-
"
|
|
1612
|
-
"elementType": {
|
|
1613
|
-
"value": "bpmn:ServiceTask"
|
|
1614
|
-
},
|
|
1416
|
+
"version": 10,
|
|
1615
1417
|
"category": {
|
|
1616
1418
|
"id": "connectors",
|
|
1617
1419
|
"name": "Connectors"
|
|
1618
1420
|
},
|
|
1421
|
+
"appliesTo": ["bpmn:Task"],
|
|
1422
|
+
"elementType": {
|
|
1423
|
+
"value": "bpmn:ServiceTask"
|
|
1424
|
+
},
|
|
1619
1425
|
"groups": [
|
|
1620
1426
|
{
|
|
1621
1427
|
"id": "authentication",
|
|
1622
1428
|
"label": "Authentication"
|
|
1623
1429
|
},
|
|
1624
1430
|
{
|
|
1625
|
-
"id": "
|
|
1431
|
+
"id": "configuration",
|
|
1626
1432
|
"label": "Queue properties"
|
|
1627
1433
|
},
|
|
1628
1434
|
{
|
|
@@ -1631,120 +1437,121 @@
|
|
|
1631
1437
|
},
|
|
1632
1438
|
{
|
|
1633
1439
|
"id": "output",
|
|
1634
|
-
"label": "Output"
|
|
1440
|
+
"label": "Output mapping"
|
|
1635
1441
|
},
|
|
1636
1442
|
{
|
|
1637
|
-
"id": "
|
|
1443
|
+
"id": "error",
|
|
1638
1444
|
"label": "Error handling"
|
|
1445
|
+
},
|
|
1446
|
+
{
|
|
1447
|
+
"id": "retries",
|
|
1448
|
+
"label": "Retries"
|
|
1639
1449
|
}
|
|
1640
1450
|
],
|
|
1641
1451
|
"properties": [
|
|
1642
1452
|
{
|
|
1643
|
-
"type": "Hidden",
|
|
1644
1453
|
"value": "io.camunda:aws-sqs:1",
|
|
1645
1454
|
"binding": {
|
|
1646
|
-
"
|
|
1647
|
-
"
|
|
1648
|
-
}
|
|
1455
|
+
"property": "type",
|
|
1456
|
+
"type": "zeebe:taskDefinition"
|
|
1457
|
+
},
|
|
1458
|
+
"type": "Hidden"
|
|
1649
1459
|
},
|
|
1650
1460
|
{
|
|
1651
|
-
"id": "
|
|
1461
|
+
"id": "authentication.type",
|
|
1652
1462
|
"label": "Authentication",
|
|
1653
|
-
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
1463
|
+
"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>",
|
|
1464
|
+
"value": "credentials",
|
|
1654
1465
|
"group": "authentication",
|
|
1466
|
+
"binding": {
|
|
1467
|
+
"name": "authentication.type",
|
|
1468
|
+
"type": "zeebe:input"
|
|
1469
|
+
},
|
|
1655
1470
|
"type": "Dropdown",
|
|
1656
|
-
"optional": false,
|
|
1657
|
-
"value": "credentials",
|
|
1658
1471
|
"choices": [
|
|
1659
|
-
{
|
|
1660
|
-
"name": "Credentials",
|
|
1661
|
-
"value": "credentials"
|
|
1662
|
-
},
|
|
1663
1472
|
{
|
|
1664
1473
|
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
1665
1474
|
"value": "defaultCredentialsChain"
|
|
1475
|
+
},
|
|
1476
|
+
{
|
|
1477
|
+
"name": "Credentials",
|
|
1478
|
+
"value": "credentials"
|
|
1666
1479
|
}
|
|
1667
|
-
]
|
|
1668
|
-
"binding": {
|
|
1669
|
-
"type": "zeebe:input",
|
|
1670
|
-
"name": "authentication.type"
|
|
1671
|
-
},
|
|
1672
|
-
"constraints": {
|
|
1673
|
-
"notEmpty": true
|
|
1674
|
-
}
|
|
1480
|
+
]
|
|
1675
1481
|
},
|
|
1676
1482
|
{
|
|
1483
|
+
"id": "authentication.accessKey",
|
|
1677
1484
|
"label": "Access key",
|
|
1678
|
-
"description": "Provide
|
|
1679
|
-
"
|
|
1680
|
-
"
|
|
1485
|
+
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
1486
|
+
"optional": false,
|
|
1487
|
+
"constraints": {
|
|
1488
|
+
"notEmpty": true
|
|
1489
|
+
},
|
|
1490
|
+
"feel": "optional",
|
|
1491
|
+
"group": "authentication",
|
|
1681
1492
|
"binding": {
|
|
1682
|
-
"
|
|
1683
|
-
"
|
|
1493
|
+
"name": "authentication.accessKey",
|
|
1494
|
+
"type": "zeebe:input"
|
|
1684
1495
|
},
|
|
1685
1496
|
"condition": {
|
|
1686
|
-
"property": "
|
|
1687
|
-
"equals": "credentials"
|
|
1497
|
+
"property": "authentication.type",
|
|
1498
|
+
"equals": "credentials",
|
|
1499
|
+
"type": "simple"
|
|
1688
1500
|
},
|
|
1689
|
-
"
|
|
1690
|
-
"notEmpty": true
|
|
1691
|
-
}
|
|
1501
|
+
"type": "String"
|
|
1692
1502
|
},
|
|
1693
1503
|
{
|
|
1504
|
+
"id": "authentication.secretKey",
|
|
1694
1505
|
"label": "Secret key",
|
|
1695
|
-
"description": "Provide
|
|
1506
|
+
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
1507
|
+
"optional": false,
|
|
1508
|
+
"constraints": {
|
|
1509
|
+
"notEmpty": true
|
|
1510
|
+
},
|
|
1511
|
+
"feel": "optional",
|
|
1696
1512
|
"group": "authentication",
|
|
1697
|
-
"type": "String",
|
|
1698
1513
|
"binding": {
|
|
1699
|
-
"
|
|
1700
|
-
"
|
|
1514
|
+
"name": "authentication.secretKey",
|
|
1515
|
+
"type": "zeebe:input"
|
|
1701
1516
|
},
|
|
1702
1517
|
"condition": {
|
|
1703
|
-
"property": "
|
|
1704
|
-
"equals": "credentials"
|
|
1518
|
+
"property": "authentication.type",
|
|
1519
|
+
"equals": "credentials",
|
|
1520
|
+
"type": "simple"
|
|
1705
1521
|
},
|
|
1706
|
-
"
|
|
1707
|
-
"notEmpty": true
|
|
1708
|
-
}
|
|
1522
|
+
"type": "String"
|
|
1709
1523
|
},
|
|
1710
1524
|
{
|
|
1525
|
+
"id": "queue.url",
|
|
1711
1526
|
"label": "URL",
|
|
1712
1527
|
"description": "Specify the URL of the SQS queue where you would like to send message to",
|
|
1713
|
-
"
|
|
1714
|
-
"type": "String",
|
|
1715
|
-
"binding": {
|
|
1716
|
-
"type": "zeebe:input",
|
|
1717
|
-
"name": "queue.url"
|
|
1718
|
-
},
|
|
1528
|
+
"optional": false,
|
|
1719
1529
|
"constraints": {
|
|
1720
|
-
"notEmpty": true
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
}
|
|
1725
|
-
}
|
|
1726
|
-
},
|
|
1727
|
-
{
|
|
1728
|
-
"label": "Region",
|
|
1729
|
-
"description": "Specify the AWS region of your queue",
|
|
1730
|
-
"group": "queueProperties",
|
|
1731
|
-
"type": "String",
|
|
1530
|
+
"notEmpty": true
|
|
1531
|
+
},
|
|
1532
|
+
"feel": "optional",
|
|
1533
|
+
"group": "configuration",
|
|
1732
1534
|
"binding": {
|
|
1733
|
-
"
|
|
1734
|
-
"
|
|
1535
|
+
"name": "queue.url",
|
|
1536
|
+
"type": "zeebe:input"
|
|
1735
1537
|
},
|
|
1736
|
-
"
|
|
1737
|
-
"notEmpty": true
|
|
1738
|
-
}
|
|
1538
|
+
"type": "String"
|
|
1739
1539
|
},
|
|
1740
1540
|
{
|
|
1741
1541
|
"id": "queue.type",
|
|
1742
1542
|
"label": "Queue type",
|
|
1743
1543
|
"description": "Specify whether the queue is a <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/standard-queues.html\">standard</a> or <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/FIFO-queues.html\">FIFO</a> queue",
|
|
1744
|
-
"group": "queueProperties",
|
|
1745
|
-
"type": "Dropdown",
|
|
1746
1544
|
"optional": false,
|
|
1747
1545
|
"value": "standard",
|
|
1546
|
+
"constraints": {
|
|
1547
|
+
"notEmpty": true
|
|
1548
|
+
},
|
|
1549
|
+
"group": "configuration",
|
|
1550
|
+
"binding": {
|
|
1551
|
+
"name": "queue.type",
|
|
1552
|
+
"type": "zeebe:input"
|
|
1553
|
+
},
|
|
1554
|
+
"type": "Dropdown",
|
|
1748
1555
|
"choices": [
|
|
1749
1556
|
{
|
|
1750
1557
|
"name": "Standard",
|
|
@@ -1754,130 +1561,178 @@
|
|
|
1754
1561
|
"name": "FIFO",
|
|
1755
1562
|
"value": "fifo"
|
|
1756
1563
|
}
|
|
1757
|
-
]
|
|
1564
|
+
]
|
|
1565
|
+
},
|
|
1566
|
+
{
|
|
1567
|
+
"id": "configuration.region",
|
|
1568
|
+
"label": "Region",
|
|
1569
|
+
"description": "Specify the AWS region",
|
|
1570
|
+
"optional": true,
|
|
1571
|
+
"feel": "optional",
|
|
1572
|
+
"group": "configuration",
|
|
1758
1573
|
"binding": {
|
|
1759
|
-
"
|
|
1760
|
-
"
|
|
1574
|
+
"name": "configuration.region",
|
|
1575
|
+
"type": "zeebe:input"
|
|
1761
1576
|
},
|
|
1762
|
-
"
|
|
1763
|
-
"notEmpty": true
|
|
1764
|
-
}
|
|
1577
|
+
"type": "String"
|
|
1765
1578
|
},
|
|
1766
1579
|
{
|
|
1767
|
-
"
|
|
1768
|
-
"
|
|
1769
|
-
"
|
|
1770
|
-
"
|
|
1580
|
+
"id": "configuration.endpoint",
|
|
1581
|
+
"label": "Endpoint",
|
|
1582
|
+
"description": "Specify endpoint if need to use custom endpoint",
|
|
1583
|
+
"optional": true,
|
|
1584
|
+
"group": "configuration",
|
|
1771
1585
|
"binding": {
|
|
1772
|
-
"
|
|
1773
|
-
"
|
|
1586
|
+
"name": "configuration.endpoint",
|
|
1587
|
+
"type": "zeebe:input"
|
|
1774
1588
|
},
|
|
1589
|
+
"type": "Hidden"
|
|
1590
|
+
},
|
|
1591
|
+
{
|
|
1592
|
+
"id": "queue.messageBody",
|
|
1593
|
+
"label": "Message body",
|
|
1594
|
+
"description": "Data to send to the SQS queue",
|
|
1775
1595
|
"optional": false,
|
|
1776
|
-
"condition": {
|
|
1777
|
-
"property": "queue.type",
|
|
1778
|
-
"equals": "fifo"
|
|
1779
|
-
},
|
|
1780
1596
|
"constraints": {
|
|
1781
1597
|
"notEmpty": true
|
|
1782
1598
|
},
|
|
1783
|
-
"feel": "
|
|
1784
|
-
},
|
|
1785
|
-
{
|
|
1786
|
-
"label": "Message deduplication ID",
|
|
1787
|
-
"description": "Message deduplication ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/using-messagededuplicationid-property.html\">using the MessageDeduplicationId Property</a> in the Amazon SQS developer guide.",
|
|
1599
|
+
"feel": "required",
|
|
1788
1600
|
"group": "input",
|
|
1789
|
-
"type": "String",
|
|
1790
1601
|
"binding": {
|
|
1791
|
-
"
|
|
1792
|
-
"
|
|
1602
|
+
"name": "queue.messageBody",
|
|
1603
|
+
"type": "zeebe:input"
|
|
1793
1604
|
},
|
|
1605
|
+
"type": "Text"
|
|
1606
|
+
},
|
|
1607
|
+
{
|
|
1608
|
+
"id": "queue.messageAttributes",
|
|
1609
|
+
"label": "Message attributes",
|
|
1610
|
+
"description": "Message attributes metadata",
|
|
1794
1611
|
"optional": true,
|
|
1795
|
-
"
|
|
1796
|
-
|
|
1797
|
-
|
|
1612
|
+
"feel": "required",
|
|
1613
|
+
"group": "input",
|
|
1614
|
+
"binding": {
|
|
1615
|
+
"name": "queue.messageAttributes",
|
|
1616
|
+
"type": "zeebe:input"
|
|
1798
1617
|
},
|
|
1799
|
-
"
|
|
1618
|
+
"type": "Text"
|
|
1800
1619
|
},
|
|
1801
1620
|
{
|
|
1802
|
-
"
|
|
1803
|
-
"
|
|
1621
|
+
"id": "queue.messageGroupId",
|
|
1622
|
+
"label": "Message group ID",
|
|
1623
|
+
"description": "Message group ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/using-messagegroupid-property.html\">using the MessageGroupId Property</a> in the Amazon SQS developer guide",
|
|
1624
|
+
"optional": false,
|
|
1625
|
+
"feel": "optional",
|
|
1804
1626
|
"group": "input",
|
|
1805
|
-
"type": "Text",
|
|
1806
1627
|
"binding": {
|
|
1807
|
-
"
|
|
1808
|
-
"
|
|
1628
|
+
"name": "queue.messageGroupId",
|
|
1629
|
+
"type": "zeebe:input"
|
|
1809
1630
|
},
|
|
1810
|
-
"
|
|
1811
|
-
"
|
|
1631
|
+
"condition": {
|
|
1632
|
+
"property": "queue.type",
|
|
1633
|
+
"equals": "fifo",
|
|
1634
|
+
"type": "simple"
|
|
1812
1635
|
},
|
|
1813
|
-
"
|
|
1636
|
+
"type": "String"
|
|
1814
1637
|
},
|
|
1815
1638
|
{
|
|
1816
|
-
"
|
|
1817
|
-
"
|
|
1818
|
-
"
|
|
1819
|
-
"type": "Text",
|
|
1639
|
+
"id": "queue.messageDeduplicationId",
|
|
1640
|
+
"label": "Message deduplication ID",
|
|
1641
|
+
"description": "Message deduplication ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/using-messagededuplicationid-property.html\">using the MessageDeduplicationId Property</a> in the Amazon SQS developer guide",
|
|
1820
1642
|
"optional": true,
|
|
1643
|
+
"feel": "optional",
|
|
1644
|
+
"group": "input",
|
|
1821
1645
|
"binding": {
|
|
1822
|
-
"
|
|
1823
|
-
"
|
|
1646
|
+
"name": "queue.messageDeduplicationId",
|
|
1647
|
+
"type": "zeebe:input"
|
|
1824
1648
|
},
|
|
1825
|
-
"
|
|
1649
|
+
"condition": {
|
|
1650
|
+
"property": "queue.type",
|
|
1651
|
+
"equals": "fifo",
|
|
1652
|
+
"type": "simple"
|
|
1653
|
+
},
|
|
1654
|
+
"type": "String"
|
|
1826
1655
|
},
|
|
1827
1656
|
{
|
|
1657
|
+
"id": "resultVariable",
|
|
1828
1658
|
"label": "Result variable",
|
|
1829
|
-
"description": "Name of variable to store the response in
|
|
1659
|
+
"description": "Name of variable to store the response in",
|
|
1830
1660
|
"group": "output",
|
|
1831
|
-
"type": "String",
|
|
1832
1661
|
"binding": {
|
|
1833
|
-
"
|
|
1834
|
-
"
|
|
1835
|
-
}
|
|
1662
|
+
"key": "resultVariable",
|
|
1663
|
+
"type": "zeebe:taskHeader"
|
|
1664
|
+
},
|
|
1665
|
+
"type": "String"
|
|
1836
1666
|
},
|
|
1837
1667
|
{
|
|
1668
|
+
"id": "resultExpression",
|
|
1838
1669
|
"label": "Result expression",
|
|
1839
|
-
"description": "Expression to map the response into process variables
|
|
1840
|
-
"group": "output",
|
|
1841
|
-
"type": "Text",
|
|
1670
|
+
"description": "Expression to map the response into process variables",
|
|
1842
1671
|
"feel": "required",
|
|
1672
|
+
"group": "output",
|
|
1843
1673
|
"binding": {
|
|
1844
|
-
"
|
|
1845
|
-
"
|
|
1846
|
-
}
|
|
1674
|
+
"key": "resultExpression",
|
|
1675
|
+
"type": "zeebe:taskHeader"
|
|
1676
|
+
},
|
|
1677
|
+
"type": "Text"
|
|
1847
1678
|
},
|
|
1848
1679
|
{
|
|
1680
|
+
"id": "errorExpression",
|
|
1849
1681
|
"label": "Error expression",
|
|
1850
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
1851
|
-
"group": "errors",
|
|
1852
|
-
"type": "Text",
|
|
1682
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
1853
1683
|
"feel": "required",
|
|
1684
|
+
"group": "error",
|
|
1854
1685
|
"binding": {
|
|
1855
|
-
"
|
|
1856
|
-
"
|
|
1857
|
-
}
|
|
1686
|
+
"key": "errorExpression",
|
|
1687
|
+
"type": "zeebe:taskHeader"
|
|
1688
|
+
},
|
|
1689
|
+
"type": "Text"
|
|
1690
|
+
},
|
|
1691
|
+
{
|
|
1692
|
+
"id": "retryCount",
|
|
1693
|
+
"label": "Retries",
|
|
1694
|
+
"description": "Number of retries",
|
|
1695
|
+
"value": "3",
|
|
1696
|
+
"feel": "optional",
|
|
1697
|
+
"group": "retries",
|
|
1698
|
+
"binding": {
|
|
1699
|
+
"property": "retries",
|
|
1700
|
+
"type": "zeebe:taskDefinition"
|
|
1701
|
+
},
|
|
1702
|
+
"type": "String"
|
|
1703
|
+
},
|
|
1704
|
+
{
|
|
1705
|
+
"id": "retryBackoff",
|
|
1706
|
+
"label": "Retry backoff",
|
|
1707
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
1708
|
+
"value": "PT0S",
|
|
1709
|
+
"feel": "optional",
|
|
1710
|
+
"group": "retries",
|
|
1711
|
+
"binding": {
|
|
1712
|
+
"key": "retryBackoff",
|
|
1713
|
+
"type": "zeebe:taskHeader"
|
|
1714
|
+
},
|
|
1715
|
+
"type": "String"
|
|
1858
1716
|
}
|
|
1859
1717
|
],
|
|
1860
1718
|
"icon": {
|
|
1861
|
-
"contents": "data:image/svg+xml
|
|
1719
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0MCA0MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0nMCUnIHkxPScxMDAlJyB4Mj0nMTAwJScgeTI9JzAlJyBpZD0nbGluZWFyR3JhZGllbnQtMSc+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNCMDA4NEQnIG9mZnNldD0nMCUnPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI0ZGNEY4Qicgb2Zmc2V0PScxMDAlJz48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMicgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnCiAgICAgICBmaWxsLXJ1bGU9J2V2ZW5vZGQnPgogICAgICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS1CRy8zMi9BcHBsaWNhdGlvbi1JbnRlZ3JhdGlvbicgZmlsbD0ndXJsKCNsaW5lYXJHcmFkaWVudC0xKSc+CiAgICAgICAgICAgIDxyZWN0IGlkPSdSZWN0YW5nbGUnIHg9JzAnIHk9JzAnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSdNMTQuMzQyMjA1MSwyMi4zNDkzNzg2IEwxNS44NDY2NzY3LDIwLjkwNjEwNzQgQzE1Ljk0MjgzNDcsMjAuODE0MTUzOSAxNS45OTY5MjM1LDIwLjY4NzIxOCAxNS45OTk5Mjg1LDIwLjU1NTI4NDYgQzE2LjAwMTkzMTcsMjAuNDIyMzUxNyAxNS45NTE4NDk1LDIwLjI5MzQxNjggMTUuODU5Njk4MSwyMC4xOTg0NjQ4IEwxNC4zNTUyMjY0LDE4LjY0MzI1MDIgTDEzLjYzNTA0MzMsMTkuMzM3ODk5NCBMMTQuMzExMTU0LDIwLjAzNzU0NiBMMTEuOTkxMzQyOSwyMC4wMzc1NDYgTDExLjk5MTM0MjksMjEuMDM3MDQxMyBMMTQuMjY1MDc4MywyMS4wMzcwNDEzIEwxMy42NDgwNjQ3LDIxLjYyODc0MjUgTDE0LjM0MjIwNTEsMjIuMzQ5Mzc4NiBaIE0yNi4zNTc5NDUyLDIyLjM1MzM3NjUgTDI3LjkwNzQ5MDksMjAuOTAwMTEwNCBDMjguMDA2NjUzOCwyMC44MDgxNTY5IDI4LjA2Mjc0NTksMjAuNjc5MjIyIDI4LjA2NDc0OTIsMjAuNTQ0MjkwMSBDMjguMDY2NzUyNSwyMC40MDkzNTgzIDI4LjAxMzY2NTMsMjAuMjc4NDI0NCAyNy45MTg1MDksMjAuMTgzNDcyNCBMMjYuMzY4OTYzMywxOC42MzcyNTMyIEwyNS42NjA3OTk5LDE5LjM0Mzg5NjMgTDI2LjM1NDk0MDMsMjAuMDM3NTQ2IEwyNC4wMTEwODk2LDIwLjAzNzU0NiBMMjQuMDExMDg5NiwyMS4wMzcwNDEzIEwyNi4yOTg4NDgxLDIxLjAzNzA0MTMgTDI1LjY3MTgxOCwyMS42MjQ3NDQ1IEwyNi4zNTc5NDUyLDIyLjM1MzM3NjUgWiBNMTcuNTg3NTM2NywyMy4zNjA4Njc4IEMxOC4zMzg3NzA4LDIzLjA1NzAyMTIgMTkuMTYyMTIzNSwyMi44OTQxMDM1IDIwLjAwNDUwNzQsMjIuODk0MTAzNSBDMjAuODQ2ODkxMywyMi44OTQxMDM1IDIxLjY3MDI0NCwyMy4wNTcwMjEyIDIyLjQyMTQ3ODEsMjMuMzYwODY3OCBDMjEuNzUyMzc4OSwyMS41ODk3NjIyIDIxLjc1MjM3ODksMTkuMzg5ODczMSAyMi40MjE0NzgxLDE3LjYxODc2NzUgQzIwLjkxOTAwOTgsMTguMjI2NDYwNiAxOS4wOTAwMDUsMTguMjI2NDYwNiAxNy41ODc1MzY3LDE3LjYxODc2NzUgQzE4LjI1NjYzNTksMTkuMzg5ODczMSAxOC4yNTY2MzU5LDIxLjU4OTc2MjIgMTcuNTg3NTM2NywyMy4zNjA4Njc4IEwxNy41ODc1MzY3LDIzLjM2MDg2NzggWiBNMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IEMxNS41NDYxODMsMjUuMjQzOTE2OCAxNS40OTcxMDI0LDI1LjExNTk4MTQgMTUuNDk3MTAyNCwyNC45ODgwNDYgQzE1LjQ5NzEwMjQsMjQuODYwMTEwNiAxNS41NDYxODMsMjQuNzMyMTc1MyAxNS42NDQzNDQzLDI0LjYzNDIyNDcgQzE3LjU4NDUzMTcsMjIuNjk4MjAyNCAxNy41ODQ1MzE3LDE4LjI4MjQzMjQgMTUuNjQ0MzQ0MywxNi4zNDU0MTA2IEMxNS41NDYxODMsMTYuMjQ4NDU5NSAxNS40OTcxMDI0LDE2LjEyMDUyNDEgMTUuNDk3MTAyNCwxNS45OTI1OTEyIEMxNS40OTcxMDI0LDE1Ljg2NDY1MzQgMTUuNTQ2MTgzLDE1LjczNjcxOCAxNS42NDQzNDQzLDE1LjYzODc2NzQgQzE1LjgzOTY2NTIsMTUuNDQzODY1OSAxNi4xNTcxODY4LDE1LjQ0Mzg2NTkgMTYuMzUyNTA3NywxNS42Mzg3Njc0IEMxNy4yNzQwMjE2LDE2LjU1ODMwMzEgMTguNjA1MjA4NiwxNy4wODYwMzY2IDIwLjAwNDUwNzQsMTcuMDg2MDM2NiBDMjEuNDA0ODA3OSwxNy4wODYwMzY2IDIyLjczNTk5NDgsMTYuNTU4MzAzMSAyMy42NTc1MDg4LDE1LjYzODc2NzQgQzIzLjg1MjgyOTYsMTUuNDQzODY1OSAyNC4xNzAzNTEzLDE1LjQ0Mzg2NTkgMjQuMzY1NjcyMiwxNS42Mzg3Njc0IEMyNC40NjI4MzE4LDE1LjczNjcxOCAyNC41MTE5MTI0LDE1Ljg2NDY1MzQgMjQuNTExOTEyNCwxNS45OTI1OTEyIEMyNC41MTE5MTI0LDE2LjEyMDUyNDEgMjQuNDYyODMxOCwxNi4yNDg0NTk1IDI0LjM2NTY3MjIsMTYuMzQ1NDEwNiBDMjIuNDI0NDgzMSwxOC4yODI0MzI0IDIyLjQyNDQ4MzEsMjIuNjk4MjAyNCAyNC4zNjU2NzIyLDI0LjYzNDIyNDcgQzI0LjQ2MjgzMTgsMjQuNzMyMTc1MyAyNC41MTE5MTI0LDI0Ljg2MDExMDYgMjQuNTExOTEyNCwyNC45ODgwNDYgQzI0LjUxMTkxMjQsMjUuMTE1OTgxNCAyNC40NjI4MzE4LDI1LjI0MzkxNjggMjQuMzY1NjcyMiwyNS4zNDA4Njc5IEMyNC4yNjc1MTA5LDI1LjQzODgxODQgMjQuMTM5MzAwMywyNS40ODc3OTM3IDI0LjAxMTA4OTYsMjUuNDg3NzkzNyBDMjMuODgyODc5LDI1LjQ4Nzc5MzcgMjMuNzU0NjY4NCwyNS40Mzg4MTg0IDIzLjY1NzUwODgsMjUuMzQwODY3OSBDMjIuNzM1OTk0OCwyNC40MjEzMzIyIDIxLjQwNDgwNzksMjMuODkzNTk4NyAyMC4wMDQ1MDc0LDIzLjg5MzU5ODcgQzE4LjYwNTIwODYsMjMuODkzNTk4NyAxNy4yNzQwMjE2LDI0LjQyMTMzMjIgMTYuMzUyNTA3NywyNS4zNDA4Njc5IEMxNi4xNTcxODY4LDI1LjUzNTc2OTQgMTUuODM5NjY1MiwyNS41MzU3Njk0IDE1LjY0NDM0NDMsMjUuMzQwODY3OSBMMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IFogTTMyLjU0MjEwNDksMTkuNDM1ODQ5OSBDMzIuMjM2NjAzLDE5LjEzMjAwMzMgMzEuODM2OTQ2NCwxOC45ODAwODAxIDMxLjQzNjI4ODIsMTguOTgwMDgwMSBDMzEuMDM2NjMxNiwxOC45ODAwODAxIDMwLjYzNjk3NSwxOS4xMzIwMDMzIDMwLjMzMTQ3MzEsMTkuNDM1ODQ5OSBDMjkuNzIxNDcxLDIwLjA0NDU0MjUgMjkuNzIxNDcxLDIxLjAzNDA0MjggMzAuMzMxNDczMSwyMS42NDE3MzU5IEMzMC45NDE0NzUzLDIyLjI1MDQyODUgMzEuOTMyMTAyNywyMi4yNTA0Mjg1IDMyLjU0MjEwNDksMjEuNjQxNzM1OSBDMzMuMTUxMTA1NCwyMS4wMzQwNDI4IDMzLjE1MTEwNTQsMjAuMDQ0NTQyNSAzMi41NDIxMDQ5LDE5LjQzNTg0OTkgTDMyLjU0MjEwNDksMTkuNDM1ODQ5OSBaIE0zMy4yNTAyNjgzLDIyLjM0OTM3ODYgQzMyLjc1MDQ0NzIsMjIuODQ4MTI2NyAzMi4wOTMzNjc3LDIzLjA5ODAwMDUgMzEuNDM2Mjg4MiwyMy4wOTgwMDA1IEMzMC43ODAyMTAzLDIzLjA5ODAwMDUgMzAuMTIzMTMwOSwyMi44NDgxMjY3IDI5LjYyMzMwOTcsMjIuMzQ5Mzc4NiBDMjguNjIzNjY3NSwyMS4zNTA4ODI4IDI4LjYyMzY2NzUsMTkuNzI3NzAyNSAyOS42MjMzMDk3LDE4LjcyOTIwNjggQzMwLjYyMjk1MiwxNy43MzE3MTA1IDMyLjI1MDYyNiwxNy43MzE3MTA1IDMzLjI1MDI2ODMsMTguNzI5MjA2OCBDMzQuMjQ5OTEwNiwxOS43Mjc3MDI1IDM0LjI0OTkxMDYsMjEuMzUwODgyOCAzMy4yNTAyNjgzLDIyLjM0OTM3ODYgTDMzLjI1MDI2ODMsMjIuMzQ5Mzc4NiBaIE05LjY2ODUyNjg3LDE5LjQ0Njg0NDMgQzkuMzYzMDI0OTcsMTkuMTQyOTk3OCA4Ljk2MzM2ODM5LDE4Ljk5MTA3NDUgOC41NjI3MTAxNywxOC45OTEwNzQ1IEM4LjE2MzA1MzU5LDE4Ljk5MTA3NDUgNy43NjMzOTcwMSwxOS4xNDI5OTc4IDcuNDU3ODk1MTEsMTkuNDQ2ODQ0MyBDNi44NDg4OTQ2MSwyMC4wNTU1MzcgNi44NDg4OTQ2MSwyMS4wNDUwMzczIDcuNDU3ODk1MTEsMjEuNjUyNzMwNCBDOC4wNjc4OTcyNiwyMi4yNjE0MjMgOS4wNTg1MjQ3MiwyMi4yNjE0MjMgOS42Njg1MjY4NywyMS42NTI3MzA0IEMxMC4yNzc1Mjc0LDIxLjA0NTAzNzMgMTAuMjc3NTI3NCwyMC4wNTU1MzcgOS42Njg1MjY4NywxOS40NDY4NDQzIEw5LjY2ODUyNjg3LDE5LjQ0Njg0NDMgWiBNMTAuMzc2NjkwMywyMi4zNTkzNzM1IEM5Ljg3Njg2OTE0LDIyLjg1ODEyMTcgOS4yMTk3ODk2NSwyMy4xMDc5OTU1IDguNTYyNzEwMTcsMjMuMTA3OTk1NSBDNy45MDY2MzIzMiwyMy4xMDc5OTU1IDcuMjQ5NTUyODQsMjIuODU4MTIxNyA2Ljc0OTczMTcsMjIuMzU5MzczNSBDNS43NTAwODk0MywyMS4zNjE4NzczIDUuNzUwMDg5NDMsMTkuNzM4Njk3IDYuNzQ5NzMxNywxOC43NDAyMDEyIEM3Ljc0OTM3Mzk3LDE3Ljc0MjcwNDkgOS4zNzcwNDgwMSwxNy43NDI3MDQ5IDEwLjM3NjY5MDMsMTguNzQwMjAxMiBDMTEuMzc2MzMyNSwxOS43Mzg2OTcgMTEuMzc2MzMyNSwyMS4zNjE4NzczIDEwLjM3NjY5MDMsMjIuMzU5MzczNSBMMTAuMzc2NjkwMywyMi4zNTkzNzM1IFogTTI3LjQzMzcxMjUsMjguOTEwMDY1NCBDMjUuNDM2NDMxMywzMC45MDMwNTkgMjIuNzgyMDcwNSwzMi4wMDA1MDQ3IDE5Ljk1NzQzMDEsMzIuMDAwNTA0NyBDMTcuMTMyNzg5NiwzMi4wMDA1MDQ3IDE0LjQ3ODQyODgsMzAuOTAzMDU5IDEyLjQ4MjE0OTIsMjguOTEwMDY1NCBDMTEuMTY1OTg3LDI3LjU5NzcyODEgMTAuNDA3NzQxMywyNi40NjkyOTggOS45NDQ5ODEwNCwyNS4xMzU5NzEzIEw4Ljk5ODQyNTk5LDI1LjQ2MjgwNjMgQzkuNTA3MjYxOTMsMjYuOTI5MDY1OCAxMC4zNjI2NjcyLDI4LjIxMDQxODcgMTEuNzczOTg1OCwyOS42MTY3MDg2IEMxMy45NTg1NzQ4LDMxLjc5ODYwNjcgMTYuODY2MzUxOSwzMyAxOS45NTc0MzAxLDMzIEMyMy4wNDk1MDk5LDMzIDI1Ljk1NjI4NTMsMzEuNzk4NjA2NyAyOC4xNDE4NzU5LDI5LjYxNjcwODYgQzI5LjI4Mjc1MDIsMjguNDc4MjgzNSAzMC40MjA2MTk2LDI3LjE4NjkzNTYgMzEuMDExNTkwNSwyNS40NjA4MDczIEwzMC4wNjQwMzM4LDI1LjEzNzk3MDMgQzI5LjUzOTE3MTUsMjYuNjcwMTk2NiAyOC40ODk0NDY5LDI3Ljg1NjU5NzQgMjcuNDMzNzEyNSwyOC45MTAwNjU0IEwyNy40MzM3MTI1LDI4LjkxMDA2NTQgWiBNOS45NDQ5ODEwNCwxNS44NTk2NTU5IEw4Ljk5ODQyNTk5LDE1LjUzMTgyMTQgQzkuNTEwMjY2ODcsMTQuMDY0NTYyNCAxMC4zNjU2NzIyLDEyLjc4MzIwOTUgMTEuNzc1OTg5MSwxMS4zNzU5MjAyIEMxNi4yODYzOTkxLDYuODc1MTkzMDQgMjMuNjI2NDU3OCw2Ljg3NDE5MzU0IDI4LjEzNzg2OTQsMTEuMzc1OTIwMiBDMjkuMjE4NjQ0OSwxMi40NTMzNzYxIDMwLjQwMzU5MTYsMTMuNzg5NzAxMiAzMS4wMTE1OTA1LDE1LjUzMTgyMTQgTDMwLjA2NDAzMzgsMTUuODU5NjU1OSBDMjkuNTI0MTQ2OCwxNC4zMDk0Mzg3IDI4LjQyOTM0ODIsMTMuMDgwMDU5NiAyNy40Mjk3MDU5LDEyLjA4MjU2MzMgQzI1LjQzNDQyOCwxMC4wOTE1Njg4IDIyLjc4MTA2ODksOC45OTYxMjE5NyAxOS45NTc0MzAxLDguOTk2MTIxOTcgQzE3LjEzMzc5MTIsOC45OTYxMjE5NyAxNC40ODA0MzIxLDEwLjA5MTU2ODggMTIuNDg1MTU0MiwxMi4wODI1NjMzIEMxMS4xODcwMjE1LDEzLjM3NzkwOTIgMTAuNDAzNzM0NywxNC41NDIzMjExIDkuOTQ0OTgxMDQsMTUuODU5NjU1OSBMOS45NDQ5ODEwNCwxNS44NTk2NTU5IFonCiAgICAgICAgICAgICAgaWQ9J0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV9JY29uXzMyX1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
1862
1720
|
},
|
|
1863
1721
|
"engines": {
|
|
1864
|
-
"camunda": "^8.
|
|
1722
|
+
"camunda": "^8.5"
|
|
1865
1723
|
}
|
|
1866
1724
|
},
|
|
1867
1725
|
{
|
|
1868
1726
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1869
1727
|
"name": "Amazon SQS connector",
|
|
1870
1728
|
"id": "io.camunda.connectors.AWSSQS.v1",
|
|
1871
|
-
"version":
|
|
1729
|
+
"version": 4,
|
|
1872
1730
|
"description": "Send message to queue",
|
|
1873
1731
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs/",
|
|
1874
1732
|
"appliesTo": ["bpmn:Task"],
|
|
1875
1733
|
"elementType": {
|
|
1876
1734
|
"value": "bpmn:ServiceTask"
|
|
1877
1735
|
},
|
|
1878
|
-
"engines": {
|
|
1879
|
-
"camunda": "^8.2"
|
|
1880
|
-
},
|
|
1881
1736
|
"category": {
|
|
1882
1737
|
"id": "connectors",
|
|
1883
1738
|
"name": "Connectors"
|
|
@@ -1939,6 +1794,15 @@
|
|
|
1939
1794
|
"notEmpty": true
|
|
1940
1795
|
}
|
|
1941
1796
|
},
|
|
1797
|
+
{
|
|
1798
|
+
"type": "Hidden",
|
|
1799
|
+
"description": "This value forces to evaluate configuration first in order",
|
|
1800
|
+
"value": "nonce",
|
|
1801
|
+
"binding": {
|
|
1802
|
+
"type": "zeebe:input",
|
|
1803
|
+
"name": "configuration.nonce"
|
|
1804
|
+
}
|
|
1805
|
+
},
|
|
1942
1806
|
{
|
|
1943
1807
|
"label": "URL",
|
|
1944
1808
|
"description": "Specify the URL of the SQS queue where you would like to send message to",
|
|
@@ -1951,8 +1815,8 @@
|
|
|
1951
1815
|
"constraints": {
|
|
1952
1816
|
"notEmpty": true,
|
|
1953
1817
|
"pattern": {
|
|
1954
|
-
"value": "^(
|
|
1955
|
-
"message": "Must be an http(s) URL"
|
|
1818
|
+
"value": "(^https?://.+)|(^secrets\\..+)",
|
|
1819
|
+
"message": "Must be an http(s) URL or a secret.XYZ"
|
|
1956
1820
|
}
|
|
1957
1821
|
}
|
|
1958
1822
|
},
|
|
@@ -1969,6 +1833,15 @@
|
|
|
1969
1833
|
"notEmpty": true
|
|
1970
1834
|
}
|
|
1971
1835
|
},
|
|
1836
|
+
{
|
|
1837
|
+
"description": "Backwards compatible region",
|
|
1838
|
+
"type": "Hidden",
|
|
1839
|
+
"value": "=configuration.region",
|
|
1840
|
+
"binding": {
|
|
1841
|
+
"type": "zeebe:input",
|
|
1842
|
+
"name": "queue.region"
|
|
1843
|
+
}
|
|
1844
|
+
},
|
|
1972
1845
|
{
|
|
1973
1846
|
"id": "queue.type",
|
|
1974
1847
|
"label": "Queue type",
|
|
@@ -2091,22 +1964,38 @@
|
|
|
2091
1964
|
],
|
|
2092
1965
|
"icon": {
|
|
2093
1966
|
"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"
|
|
1967
|
+
},
|
|
1968
|
+
"engines": {
|
|
1969
|
+
"camunda": "^8.2"
|
|
2094
1970
|
}
|
|
2095
1971
|
},
|
|
2096
1972
|
{
|
|
2097
1973
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2098
|
-
"name": "Amazon SQS
|
|
1974
|
+
"name": "Amazon SQS Outbound Connector",
|
|
2099
1975
|
"id": "io.camunda.connectors.AWSSQS.v1",
|
|
2100
|
-
"
|
|
2101
|
-
"
|
|
2102
|
-
|
|
1976
|
+
"description": "Send messages to Amazon SQS.",
|
|
1977
|
+
"keywords": [
|
|
1978
|
+
"send message",
|
|
1979
|
+
"publish message",
|
|
1980
|
+
"send message to queue",
|
|
1981
|
+
"publish message to queue",
|
|
1982
|
+
"enqueue",
|
|
1983
|
+
"queue",
|
|
1984
|
+
"FIFO",
|
|
1985
|
+
"standard queue"
|
|
1986
|
+
],
|
|
1987
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=outbound",
|
|
1988
|
+
"version": 11,
|
|
1989
|
+
"category": {
|
|
1990
|
+
"id": "connectors",
|
|
1991
|
+
"name": "Connectors"
|
|
1992
|
+
},
|
|
2103
1993
|
"appliesTo": ["bpmn:Task"],
|
|
2104
1994
|
"elementType": {
|
|
2105
1995
|
"value": "bpmn:ServiceTask"
|
|
2106
1996
|
},
|
|
2107
|
-
"
|
|
2108
|
-
"
|
|
2109
|
-
"name": "Connectors"
|
|
1997
|
+
"engines": {
|
|
1998
|
+
"camunda": "^8.3"
|
|
2110
1999
|
},
|
|
2111
2000
|
"groups": [
|
|
2112
2001
|
{
|
|
@@ -2114,95 +2003,134 @@
|
|
|
2114
2003
|
"label": "Authentication"
|
|
2115
2004
|
},
|
|
2116
2005
|
{
|
|
2117
|
-
"id": "
|
|
2006
|
+
"id": "configuration",
|
|
2118
2007
|
"label": "Queue properties"
|
|
2119
2008
|
},
|
|
2120
2009
|
{
|
|
2121
2010
|
"id": "input",
|
|
2122
2011
|
"label": "Input message data"
|
|
2123
2012
|
},
|
|
2013
|
+
{
|
|
2014
|
+
"id": "connector",
|
|
2015
|
+
"label": "Connector"
|
|
2016
|
+
},
|
|
2124
2017
|
{
|
|
2125
2018
|
"id": "output",
|
|
2126
|
-
"label": "Output"
|
|
2019
|
+
"label": "Output mapping"
|
|
2127
2020
|
},
|
|
2128
2021
|
{
|
|
2129
|
-
"id": "
|
|
2022
|
+
"id": "error",
|
|
2130
2023
|
"label": "Error handling"
|
|
2024
|
+
},
|
|
2025
|
+
{
|
|
2026
|
+
"id": "retries",
|
|
2027
|
+
"label": "Retries"
|
|
2131
2028
|
}
|
|
2132
2029
|
],
|
|
2133
2030
|
"properties": [
|
|
2134
2031
|
{
|
|
2135
|
-
"type": "Hidden",
|
|
2136
2032
|
"value": "io.camunda:aws-sqs:1",
|
|
2137
2033
|
"binding": {
|
|
2138
|
-
"
|
|
2139
|
-
"
|
|
2140
|
-
}
|
|
2034
|
+
"property": "type",
|
|
2035
|
+
"type": "zeebe:taskDefinition"
|
|
2036
|
+
},
|
|
2037
|
+
"type": "Hidden"
|
|
2141
2038
|
},
|
|
2142
2039
|
{
|
|
2040
|
+
"id": "authentication.type",
|
|
2041
|
+
"label": "Authentication",
|
|
2042
|
+
"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>",
|
|
2043
|
+
"value": "credentials",
|
|
2044
|
+
"group": "authentication",
|
|
2045
|
+
"binding": {
|
|
2046
|
+
"name": "authentication.type",
|
|
2047
|
+
"type": "zeebe:input"
|
|
2048
|
+
},
|
|
2049
|
+
"type": "Dropdown",
|
|
2050
|
+
"choices": [
|
|
2051
|
+
{
|
|
2052
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
2053
|
+
"value": "defaultCredentialsChain"
|
|
2054
|
+
},
|
|
2055
|
+
{
|
|
2056
|
+
"name": "Credentials",
|
|
2057
|
+
"value": "credentials"
|
|
2058
|
+
}
|
|
2059
|
+
]
|
|
2060
|
+
},
|
|
2061
|
+
{
|
|
2062
|
+
"id": "authentication.accessKey",
|
|
2143
2063
|
"label": "Access key",
|
|
2144
|
-
"description": "Provide
|
|
2064
|
+
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
2065
|
+
"optional": false,
|
|
2066
|
+
"constraints": {
|
|
2067
|
+
"notEmpty": true
|
|
2068
|
+
},
|
|
2069
|
+
"feel": "optional",
|
|
2145
2070
|
"group": "authentication",
|
|
2146
|
-
"type": "String",
|
|
2147
2071
|
"binding": {
|
|
2148
|
-
"
|
|
2149
|
-
"
|
|
2072
|
+
"name": "authentication.accessKey",
|
|
2073
|
+
"type": "zeebe:input"
|
|
2150
2074
|
},
|
|
2075
|
+
"condition": {
|
|
2076
|
+
"property": "authentication.type",
|
|
2077
|
+
"equals": "credentials",
|
|
2078
|
+
"type": "simple"
|
|
2079
|
+
},
|
|
2080
|
+
"type": "String"
|
|
2081
|
+
},
|
|
2082
|
+
{
|
|
2083
|
+
"id": "authentication.secretKey",
|
|
2084
|
+
"label": "Secret key",
|
|
2085
|
+
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
2086
|
+
"optional": false,
|
|
2151
2087
|
"constraints": {
|
|
2152
2088
|
"notEmpty": true
|
|
2153
|
-
}
|
|
2154
|
-
|
|
2155
|
-
{
|
|
2156
|
-
"label": "Secret key",
|
|
2157
|
-
"description": "Provide AWS IAM secret key that has permission to send to desired SQS",
|
|
2089
|
+
},
|
|
2090
|
+
"feel": "optional",
|
|
2158
2091
|
"group": "authentication",
|
|
2159
|
-
"type": "String",
|
|
2160
2092
|
"binding": {
|
|
2161
|
-
"
|
|
2162
|
-
"
|
|
2093
|
+
"name": "authentication.secretKey",
|
|
2094
|
+
"type": "zeebe:input"
|
|
2163
2095
|
},
|
|
2164
|
-
"
|
|
2165
|
-
"
|
|
2166
|
-
|
|
2096
|
+
"condition": {
|
|
2097
|
+
"property": "authentication.type",
|
|
2098
|
+
"equals": "credentials",
|
|
2099
|
+
"type": "simple"
|
|
2100
|
+
},
|
|
2101
|
+
"type": "String"
|
|
2167
2102
|
},
|
|
2168
2103
|
{
|
|
2104
|
+
"id": "queue.url",
|
|
2169
2105
|
"label": "URL",
|
|
2170
2106
|
"description": "Specify the URL of the SQS queue where you would like to send message to",
|
|
2171
|
-
"
|
|
2172
|
-
"type": "String",
|
|
2173
|
-
"binding": {
|
|
2174
|
-
"type": "zeebe:input",
|
|
2175
|
-
"name": "queue.url"
|
|
2176
|
-
},
|
|
2107
|
+
"optional": false,
|
|
2177
2108
|
"constraints": {
|
|
2178
|
-
"notEmpty": true
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
}
|
|
2183
|
-
}
|
|
2184
|
-
},
|
|
2185
|
-
{
|
|
2186
|
-
"label": "Region",
|
|
2187
|
-
"description": "Specify the AWS region of your queue",
|
|
2188
|
-
"group": "queueProperties",
|
|
2189
|
-
"type": "String",
|
|
2109
|
+
"notEmpty": true
|
|
2110
|
+
},
|
|
2111
|
+
"feel": "optional",
|
|
2112
|
+
"group": "configuration",
|
|
2190
2113
|
"binding": {
|
|
2191
|
-
"
|
|
2192
|
-
"
|
|
2114
|
+
"name": "queue.url",
|
|
2115
|
+
"type": "zeebe:input"
|
|
2193
2116
|
},
|
|
2194
|
-
"
|
|
2195
|
-
"notEmpty": true
|
|
2196
|
-
}
|
|
2117
|
+
"type": "String"
|
|
2197
2118
|
},
|
|
2198
2119
|
{
|
|
2199
2120
|
"id": "queue.type",
|
|
2200
2121
|
"label": "Queue type",
|
|
2201
2122
|
"description": "Specify whether the queue is a <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/standard-queues.html\">standard</a> or <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/FIFO-queues.html\">FIFO</a> queue",
|
|
2202
|
-
"group": "queueProperties",
|
|
2203
|
-
"type": "Dropdown",
|
|
2204
2123
|
"optional": false,
|
|
2205
2124
|
"value": "standard",
|
|
2125
|
+
"constraints": {
|
|
2126
|
+
"notEmpty": true
|
|
2127
|
+
},
|
|
2128
|
+
"group": "configuration",
|
|
2129
|
+
"binding": {
|
|
2130
|
+
"name": "queue.type",
|
|
2131
|
+
"type": "zeebe:input"
|
|
2132
|
+
},
|
|
2133
|
+
"type": "Dropdown",
|
|
2206
2134
|
"choices": [
|
|
2207
2135
|
{
|
|
2208
2136
|
"name": "Standard",
|
|
@@ -2212,114 +2140,188 @@
|
|
|
2212
2140
|
"name": "FIFO",
|
|
2213
2141
|
"value": "fifo"
|
|
2214
2142
|
}
|
|
2215
|
-
]
|
|
2143
|
+
]
|
|
2144
|
+
},
|
|
2145
|
+
{
|
|
2146
|
+
"id": "configuration.region",
|
|
2147
|
+
"label": "Region",
|
|
2148
|
+
"description": "Specify the AWS region",
|
|
2149
|
+
"optional": false,
|
|
2150
|
+
"constraints": {
|
|
2151
|
+
"notEmpty": true
|
|
2152
|
+
},
|
|
2153
|
+
"feel": "optional",
|
|
2154
|
+
"group": "configuration",
|
|
2216
2155
|
"binding": {
|
|
2217
|
-
"
|
|
2218
|
-
"
|
|
2156
|
+
"name": "configuration.region",
|
|
2157
|
+
"type": "zeebe:input"
|
|
2158
|
+
},
|
|
2159
|
+
"type": "String"
|
|
2160
|
+
},
|
|
2161
|
+
{
|
|
2162
|
+
"id": "configuration.endpoint",
|
|
2163
|
+
"label": "Endpoint",
|
|
2164
|
+
"description": "Specify endpoint if need to use custom endpoint",
|
|
2165
|
+
"optional": true,
|
|
2166
|
+
"group": "configuration",
|
|
2167
|
+
"binding": {
|
|
2168
|
+
"name": "configuration.endpoint",
|
|
2169
|
+
"type": "zeebe:input"
|
|
2219
2170
|
},
|
|
2171
|
+
"type": "Hidden"
|
|
2172
|
+
},
|
|
2173
|
+
{
|
|
2174
|
+
"id": "queue.messageBody",
|
|
2175
|
+
"label": "Message body",
|
|
2176
|
+
"description": "Data to send to the SQS queue",
|
|
2177
|
+
"optional": false,
|
|
2220
2178
|
"constraints": {
|
|
2221
2179
|
"notEmpty": true
|
|
2222
|
-
}
|
|
2180
|
+
},
|
|
2181
|
+
"feel": "required",
|
|
2182
|
+
"group": "input",
|
|
2183
|
+
"binding": {
|
|
2184
|
+
"name": "queue.messageBody",
|
|
2185
|
+
"type": "zeebe:input"
|
|
2186
|
+
},
|
|
2187
|
+
"type": "Text"
|
|
2223
2188
|
},
|
|
2224
2189
|
{
|
|
2225
|
-
"
|
|
2226
|
-
"
|
|
2190
|
+
"id": "queue.messageAttributes",
|
|
2191
|
+
"label": "Message attributes",
|
|
2192
|
+
"description": "Message attributes metadata",
|
|
2193
|
+
"optional": true,
|
|
2194
|
+
"feel": "required",
|
|
2227
2195
|
"group": "input",
|
|
2228
|
-
"type": "String",
|
|
2229
2196
|
"binding": {
|
|
2230
|
-
"
|
|
2231
|
-
"
|
|
2197
|
+
"name": "queue.messageAttributes",
|
|
2198
|
+
"type": "zeebe:input"
|
|
2232
2199
|
},
|
|
2200
|
+
"type": "Text"
|
|
2201
|
+
},
|
|
2202
|
+
{
|
|
2203
|
+
"id": "queue.messageGroupId",
|
|
2204
|
+
"label": "Message group ID",
|
|
2205
|
+
"description": "Message group ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/using-messagegroupid-property.html\">using the MessageGroupId Property</a> in the Amazon SQS developer guide",
|
|
2233
2206
|
"optional": false,
|
|
2207
|
+
"feel": "optional",
|
|
2208
|
+
"group": "input",
|
|
2209
|
+
"binding": {
|
|
2210
|
+
"name": "queue.messageGroupId",
|
|
2211
|
+
"type": "zeebe:input"
|
|
2212
|
+
},
|
|
2234
2213
|
"condition": {
|
|
2235
2214
|
"property": "queue.type",
|
|
2236
|
-
"equals": "fifo"
|
|
2237
|
-
|
|
2238
|
-
"constraints": {
|
|
2239
|
-
"notEmpty": true
|
|
2215
|
+
"equals": "fifo",
|
|
2216
|
+
"type": "simple"
|
|
2240
2217
|
},
|
|
2241
|
-
"
|
|
2218
|
+
"type": "String"
|
|
2242
2219
|
},
|
|
2243
2220
|
{
|
|
2221
|
+
"id": "queue.messageDeduplicationId",
|
|
2244
2222
|
"label": "Message deduplication ID",
|
|
2245
|
-
"description": "Message deduplication ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/using-messagededuplicationid-property.html\">using the MessageDeduplicationId Property</a> in the Amazon SQS developer guide
|
|
2223
|
+
"description": "Message deduplication ID (FIFO only). See also <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/using-messagededuplicationid-property.html\">using the MessageDeduplicationId Property</a> in the Amazon SQS developer guide",
|
|
2224
|
+
"optional": true,
|
|
2225
|
+
"feel": "optional",
|
|
2246
2226
|
"group": "input",
|
|
2247
|
-
"type": "String",
|
|
2248
2227
|
"binding": {
|
|
2249
|
-
"
|
|
2250
|
-
"
|
|
2228
|
+
"name": "queue.messageDeduplicationId",
|
|
2229
|
+
"type": "zeebe:input"
|
|
2251
2230
|
},
|
|
2252
|
-
"optional": true,
|
|
2253
2231
|
"condition": {
|
|
2254
2232
|
"property": "queue.type",
|
|
2255
|
-
"equals": "fifo"
|
|
2233
|
+
"equals": "fifo",
|
|
2234
|
+
"type": "simple"
|
|
2256
2235
|
},
|
|
2257
|
-
"
|
|
2236
|
+
"type": "String"
|
|
2258
2237
|
},
|
|
2259
2238
|
{
|
|
2260
|
-
"
|
|
2261
|
-
"
|
|
2262
|
-
"
|
|
2263
|
-
"
|
|
2239
|
+
"id": "version",
|
|
2240
|
+
"label": "Version",
|
|
2241
|
+
"description": "Version of the element template",
|
|
2242
|
+
"value": "11",
|
|
2243
|
+
"group": "connector",
|
|
2264
2244
|
"binding": {
|
|
2265
|
-
"
|
|
2266
|
-
"
|
|
2267
|
-
},
|
|
2268
|
-
"constraints": {
|
|
2269
|
-
"notEmpty": true
|
|
2245
|
+
"key": "elementTemplateVersion",
|
|
2246
|
+
"type": "zeebe:taskHeader"
|
|
2270
2247
|
},
|
|
2271
|
-
"
|
|
2248
|
+
"type": "Hidden"
|
|
2272
2249
|
},
|
|
2273
2250
|
{
|
|
2274
|
-
"
|
|
2275
|
-
"
|
|
2276
|
-
"
|
|
2277
|
-
"
|
|
2278
|
-
"
|
|
2251
|
+
"id": "id",
|
|
2252
|
+
"label": "ID",
|
|
2253
|
+
"description": "ID of the element template",
|
|
2254
|
+
"value": "io.camunda.connectors.AWSSQS.v1",
|
|
2255
|
+
"group": "connector",
|
|
2279
2256
|
"binding": {
|
|
2280
|
-
"
|
|
2281
|
-
"
|
|
2257
|
+
"key": "elementTemplateId",
|
|
2258
|
+
"type": "zeebe:taskHeader"
|
|
2282
2259
|
},
|
|
2283
|
-
"
|
|
2260
|
+
"type": "Hidden"
|
|
2284
2261
|
},
|
|
2285
2262
|
{
|
|
2263
|
+
"id": "resultVariable",
|
|
2286
2264
|
"label": "Result variable",
|
|
2287
|
-
"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
|
|
2265
|
+
"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>.",
|
|
2288
2266
|
"group": "output",
|
|
2289
|
-
"type": "String",
|
|
2290
2267
|
"binding": {
|
|
2291
|
-
"
|
|
2292
|
-
"
|
|
2293
|
-
}
|
|
2268
|
+
"key": "resultVariable",
|
|
2269
|
+
"type": "zeebe:taskHeader"
|
|
2270
|
+
},
|
|
2271
|
+
"type": "String"
|
|
2294
2272
|
},
|
|
2295
2273
|
{
|
|
2274
|
+
"id": "resultExpression",
|
|
2296
2275
|
"label": "Result expression",
|
|
2297
|
-
"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
|
|
2298
|
-
"group": "output",
|
|
2299
|
-
"type": "Text",
|
|
2276
|
+
"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>.",
|
|
2300
2277
|
"feel": "required",
|
|
2278
|
+
"group": "output",
|
|
2301
2279
|
"binding": {
|
|
2302
|
-
"
|
|
2303
|
-
"
|
|
2304
|
-
}
|
|
2280
|
+
"key": "resultExpression",
|
|
2281
|
+
"type": "zeebe:taskHeader"
|
|
2282
|
+
},
|
|
2283
|
+
"type": "Text"
|
|
2305
2284
|
},
|
|
2306
2285
|
{
|
|
2286
|
+
"id": "errorExpression",
|
|
2307
2287
|
"label": "Error expression",
|
|
2308
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
2309
|
-
"group": "errors",
|
|
2310
|
-
"type": "Text",
|
|
2288
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
2311
2289
|
"feel": "required",
|
|
2290
|
+
"group": "error",
|
|
2312
2291
|
"binding": {
|
|
2313
|
-
"
|
|
2314
|
-
"
|
|
2315
|
-
}
|
|
2292
|
+
"key": "errorExpression",
|
|
2293
|
+
"type": "zeebe:taskHeader"
|
|
2294
|
+
},
|
|
2295
|
+
"type": "Text"
|
|
2296
|
+
},
|
|
2297
|
+
{
|
|
2298
|
+
"id": "retryCount",
|
|
2299
|
+
"label": "Retries",
|
|
2300
|
+
"description": "Number of retries",
|
|
2301
|
+
"value": "3",
|
|
2302
|
+
"feel": "optional",
|
|
2303
|
+
"group": "retries",
|
|
2304
|
+
"binding": {
|
|
2305
|
+
"property": "retries",
|
|
2306
|
+
"type": "zeebe:taskDefinition"
|
|
2307
|
+
},
|
|
2308
|
+
"type": "String"
|
|
2309
|
+
},
|
|
2310
|
+
{
|
|
2311
|
+
"id": "retryBackoff",
|
|
2312
|
+
"label": "Retry backoff",
|
|
2313
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
2314
|
+
"value": "PT0S",
|
|
2315
|
+
"group": "retries",
|
|
2316
|
+
"binding": {
|
|
2317
|
+
"key": "retryBackoff",
|
|
2318
|
+
"type": "zeebe:taskHeader"
|
|
2319
|
+
},
|
|
2320
|
+
"type": "String"
|
|
2316
2321
|
}
|
|
2317
2322
|
],
|
|
2318
2323
|
"icon": {
|
|
2319
|
-
"contents": "data:image/svg+xml
|
|
2320
|
-
},
|
|
2321
|
-
"engines": {
|
|
2322
|
-
"camunda": "^8.2"
|
|
2324
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0MCA0MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0nMCUnIHkxPScxMDAlJyB4Mj0nMTAwJScgeTI9JzAlJyBpZD0nbGluZWFyR3JhZGllbnQtMSc+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNCMDA4NEQnIG9mZnNldD0nMCUnPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI0ZGNEY4Qicgb2Zmc2V0PScxMDAlJz48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMicgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnCiAgICAgICBmaWxsLXJ1bGU9J2V2ZW5vZGQnPgogICAgICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS1CRy8zMi9BcHBsaWNhdGlvbi1JbnRlZ3JhdGlvbicgZmlsbD0ndXJsKCNsaW5lYXJHcmFkaWVudC0xKSc+CiAgICAgICAgICAgIDxyZWN0IGlkPSdSZWN0YW5nbGUnIHg9JzAnIHk9JzAnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSdNMTQuMzQyMjA1MSwyMi4zNDkzNzg2IEwxNS44NDY2NzY3LDIwLjkwNjEwNzQgQzE1Ljk0MjgzNDcsMjAuODE0MTUzOSAxNS45OTY5MjM1LDIwLjY4NzIxOCAxNS45OTk5Mjg1LDIwLjU1NTI4NDYgQzE2LjAwMTkzMTcsMjAuNDIyMzUxNyAxNS45NTE4NDk1LDIwLjI5MzQxNjggMTUuODU5Njk4MSwyMC4xOTg0NjQ4IEwxNC4zNTUyMjY0LDE4LjY0MzI1MDIgTDEzLjYzNTA0MzMsMTkuMzM3ODk5NCBMMTQuMzExMTU0LDIwLjAzNzU0NiBMMTEuOTkxMzQyOSwyMC4wMzc1NDYgTDExLjk5MTM0MjksMjEuMDM3MDQxMyBMMTQuMjY1MDc4MywyMS4wMzcwNDEzIEwxMy42NDgwNjQ3LDIxLjYyODc0MjUgTDE0LjM0MjIwNTEsMjIuMzQ5Mzc4NiBaIE0yNi4zNTc5NDUyLDIyLjM1MzM3NjUgTDI3LjkwNzQ5MDksMjAuOTAwMTEwNCBDMjguMDA2NjUzOCwyMC44MDgxNTY5IDI4LjA2Mjc0NTksMjAuNjc5MjIyIDI4LjA2NDc0OTIsMjAuNTQ0MjkwMSBDMjguMDY2NzUyNSwyMC40MDkzNTgzIDI4LjAxMzY2NTMsMjAuMjc4NDI0NCAyNy45MTg1MDksMjAuMTgzNDcyNCBMMjYuMzY4OTYzMywxOC42MzcyNTMyIEwyNS42NjA3OTk5LDE5LjM0Mzg5NjMgTDI2LjM1NDk0MDMsMjAuMDM3NTQ2IEwyNC4wMTEwODk2LDIwLjAzNzU0NiBMMjQuMDExMDg5NiwyMS4wMzcwNDEzIEwyNi4yOTg4NDgxLDIxLjAzNzA0MTMgTDI1LjY3MTgxOCwyMS42MjQ3NDQ1IEwyNi4zNTc5NDUyLDIyLjM1MzM3NjUgWiBNMTcuNTg3NTM2NywyMy4zNjA4Njc4IEMxOC4zMzg3NzA4LDIzLjA1NzAyMTIgMTkuMTYyMTIzNSwyMi44OTQxMDM1IDIwLjAwNDUwNzQsMjIuODk0MTAzNSBDMjAuODQ2ODkxMywyMi44OTQxMDM1IDIxLjY3MDI0NCwyMy4wNTcwMjEyIDIyLjQyMTQ3ODEsMjMuMzYwODY3OCBDMjEuNzUyMzc4OSwyMS41ODk3NjIyIDIxLjc1MjM3ODksMTkuMzg5ODczMSAyMi40MjE0NzgxLDE3LjYxODc2NzUgQzIwLjkxOTAwOTgsMTguMjI2NDYwNiAxOS4wOTAwMDUsMTguMjI2NDYwNiAxNy41ODc1MzY3LDE3LjYxODc2NzUgQzE4LjI1NjYzNTksMTkuMzg5ODczMSAxOC4yNTY2MzU5LDIxLjU4OTc2MjIgMTcuNTg3NTM2NywyMy4zNjA4Njc4IEwxNy41ODc1MzY3LDIzLjM2MDg2NzggWiBNMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IEMxNS41NDYxODMsMjUuMjQzOTE2OCAxNS40OTcxMDI0LDI1LjExNTk4MTQgMTUuNDk3MTAyNCwyNC45ODgwNDYgQzE1LjQ5NzEwMjQsMjQuODYwMTEwNiAxNS41NDYxODMsMjQuNzMyMTc1MyAxNS42NDQzNDQzLDI0LjYzNDIyNDcgQzE3LjU4NDUzMTcsMjIuNjk4MjAyNCAxNy41ODQ1MzE3LDE4LjI4MjQzMjQgMTUuNjQ0MzQ0MywxNi4zNDU0MTA2IEMxNS41NDYxODMsMTYuMjQ4NDU5NSAxNS40OTcxMDI0LDE2LjEyMDUyNDEgMTUuNDk3MTAyNCwxNS45OTI1OTEyIEMxNS40OTcxMDI0LDE1Ljg2NDY1MzQgMTUuNTQ2MTgzLDE1LjczNjcxOCAxNS42NDQzNDQzLDE1LjYzODc2NzQgQzE1LjgzOTY2NTIsMTUuNDQzODY1OSAxNi4xNTcxODY4LDE1LjQ0Mzg2NTkgMTYuMzUyNTA3NywxNS42Mzg3Njc0IEMxNy4yNzQwMjE2LDE2LjU1ODMwMzEgMTguNjA1MjA4NiwxNy4wODYwMzY2IDIwLjAwNDUwNzQsMTcuMDg2MDM2NiBDMjEuNDA0ODA3OSwxNy4wODYwMzY2IDIyLjczNTk5NDgsMTYuNTU4MzAzMSAyMy42NTc1MDg4LDE1LjYzODc2NzQgQzIzLjg1MjgyOTYsMTUuNDQzODY1OSAyNC4xNzAzNTEzLDE1LjQ0Mzg2NTkgMjQuMzY1NjcyMiwxNS42Mzg3Njc0IEMyNC40NjI4MzE4LDE1LjczNjcxOCAyNC41MTE5MTI0LDE1Ljg2NDY1MzQgMjQuNTExOTEyNCwxNS45OTI1OTEyIEMyNC41MTE5MTI0LDE2LjEyMDUyNDEgMjQuNDYyODMxOCwxNi4yNDg0NTk1IDI0LjM2NTY3MjIsMTYuMzQ1NDEwNiBDMjIuNDI0NDgzMSwxOC4yODI0MzI0IDIyLjQyNDQ4MzEsMjIuNjk4MjAyNCAyNC4zNjU2NzIyLDI0LjYzNDIyNDcgQzI0LjQ2MjgzMTgsMjQuNzMyMTc1MyAyNC41MTE5MTI0LDI0Ljg2MDExMDYgMjQuNTExOTEyNCwyNC45ODgwNDYgQzI0LjUxMTkxMjQsMjUuMTE1OTgxNCAyNC40NjI4MzE4LDI1LjI0MzkxNjggMjQuMzY1NjcyMiwyNS4zNDA4Njc5IEMyNC4yNjc1MTA5LDI1LjQzODgxODQgMjQuMTM5MzAwMywyNS40ODc3OTM3IDI0LjAxMTA4OTYsMjUuNDg3NzkzNyBDMjMuODgyODc5LDI1LjQ4Nzc5MzcgMjMuNzU0NjY4NCwyNS40Mzg4MTg0IDIzLjY1NzUwODgsMjUuMzQwODY3OSBDMjIuNzM1OTk0OCwyNC40MjEzMzIyIDIxLjQwNDgwNzksMjMuODkzNTk4NyAyMC4wMDQ1MDc0LDIzLjg5MzU5ODcgQzE4LjYwNTIwODYsMjMuODkzNTk4NyAxNy4yNzQwMjE2LDI0LjQyMTMzMjIgMTYuMzUyNTA3NywyNS4zNDA4Njc5IEMxNi4xNTcxODY4LDI1LjUzNTc2OTQgMTUuODM5NjY1MiwyNS41MzU3Njk0IDE1LjY0NDM0NDMsMjUuMzQwODY3OSBMMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IFogTTMyLjU0MjEwNDksMTkuNDM1ODQ5OSBDMzIuMjM2NjAzLDE5LjEzMjAwMzMgMzEuODM2OTQ2NCwxOC45ODAwODAxIDMxLjQzNjI4ODIsMTguOTgwMDgwMSBDMzEuMDM2NjMxNiwxOC45ODAwODAxIDMwLjYzNjk3NSwxOS4xMzIwMDMzIDMwLjMzMTQ3MzEsMTkuNDM1ODQ5OSBDMjkuNzIxNDcxLDIwLjA0NDU0MjUgMjkuNzIxNDcxLDIxLjAzNDA0MjggMzAuMzMxNDczMSwyMS42NDE3MzU5IEMzMC45NDE0NzUzLDIyLjI1MDQyODUgMzEuOTMyMTAyNywyMi4yNTA0Mjg1IDMyLjU0MjEwNDksMjEuNjQxNzM1OSBDMzMuMTUxMTA1NCwyMS4wMzQwNDI4IDMzLjE1MTEwNTQsMjAuMDQ0NTQyNSAzMi41NDIxMDQ5LDE5LjQzNTg0OTkgTDMyLjU0MjEwNDksMTkuNDM1ODQ5OSBaIE0zMy4yNTAyNjgzLDIyLjM0OTM3ODYgQzMyLjc1MDQ0NzIsMjIuODQ4MTI2NyAzMi4wOTMzNjc3LDIzLjA5ODAwMDUgMzEuNDM2Mjg4MiwyMy4wOTgwMDA1IEMzMC43ODAyMTAzLDIzLjA5ODAwMDUgMzAuMTIzMTMwOSwyMi44NDgxMjY3IDI5LjYyMzMwOTcsMjIuMzQ5Mzc4NiBDMjguNjIzNjY3NSwyMS4zNTA4ODI4IDI4LjYyMzY2NzUsMTkuNzI3NzAyNSAyOS42MjMzMDk3LDE4LjcyOTIwNjggQzMwLjYyMjk1MiwxNy43MzE3MTA1IDMyLjI1MDYyNiwxNy43MzE3MTA1IDMzLjI1MDI2ODMsMTguNzI5MjA2OCBDMzQuMjQ5OTEwNiwxOS43Mjc3MDI1IDM0LjI0OTkxMDYsMjEuMzUwODgyOCAzMy4yNTAyNjgzLDIyLjM0OTM3ODYgTDMzLjI1MDI2ODMsMjIuMzQ5Mzc4NiBaIE05LjY2ODUyNjg3LDE5LjQ0Njg0NDMgQzkuMzYzMDI0OTcsMTkuMTQyOTk3OCA4Ljk2MzM2ODM5LDE4Ljk5MTA3NDUgOC41NjI3MTAxNywxOC45OTEwNzQ1IEM4LjE2MzA1MzU5LDE4Ljk5MTA3NDUgNy43NjMzOTcwMSwxOS4xNDI5OTc4IDcuNDU3ODk1MTEsMTkuNDQ2ODQ0MyBDNi44NDg4OTQ2MSwyMC4wNTU1MzcgNi44NDg4OTQ2MSwyMS4wNDUwMzczIDcuNDU3ODk1MTEsMjEuNjUyNzMwNCBDOC4wNjc4OTcyNiwyMi4yNjE0MjMgOS4wNTg1MjQ3MiwyMi4yNjE0MjMgOS42Njg1MjY4NywyMS42NTI3MzA0IEMxMC4yNzc1Mjc0LDIxLjA0NTAzNzMgMTAuMjc3NTI3NCwyMC4wNTU1MzcgOS42Njg1MjY4NywxOS40NDY4NDQzIEw5LjY2ODUyNjg3LDE5LjQ0Njg0NDMgWiBNMTAuMzc2NjkwMywyMi4zNTkzNzM1IEM5Ljg3Njg2OTE0LDIyLjg1ODEyMTcgOS4yMTk3ODk2NSwyMy4xMDc5OTU1IDguNTYyNzEwMTcsMjMuMTA3OTk1NSBDNy45MDY2MzIzMiwyMy4xMDc5OTU1IDcuMjQ5NTUyODQsMjIuODU4MTIxNyA2Ljc0OTczMTcsMjIuMzU5MzczNSBDNS43NTAwODk0MywyMS4zNjE4NzczIDUuNzUwMDg5NDMsMTkuNzM4Njk3IDYuNzQ5NzMxNywxOC43NDAyMDEyIEM3Ljc0OTM3Mzk3LDE3Ljc0MjcwNDkgOS4zNzcwNDgwMSwxNy43NDI3MDQ5IDEwLjM3NjY5MDMsMTguNzQwMjAxMiBDMTEuMzc2MzMyNSwxOS43Mzg2OTcgMTEuMzc2MzMyNSwyMS4zNjE4NzczIDEwLjM3NjY5MDMsMjIuMzU5MzczNSBMMTAuMzc2NjkwMywyMi4zNTkzNzM1IFogTTI3LjQzMzcxMjUsMjguOTEwMDY1NCBDMjUuNDM2NDMxMywzMC45MDMwNTkgMjIuNzgyMDcwNSwzMi4wMDA1MDQ3IDE5Ljk1NzQzMDEsMzIuMDAwNTA0NyBDMTcuMTMyNzg5NiwzMi4wMDA1MDQ3IDE0LjQ3ODQyODgsMzAuOTAzMDU5IDEyLjQ4MjE0OTIsMjguOTEwMDY1NCBDMTEuMTY1OTg3LDI3LjU5NzcyODEgMTAuNDA3NzQxMywyNi40NjkyOTggOS45NDQ5ODEwNCwyNS4xMzU5NzEzIEw4Ljk5ODQyNTk5LDI1LjQ2MjgwNjMgQzkuNTA3MjYxOTMsMjYuOTI5MDY1OCAxMC4zNjI2NjcyLDI4LjIxMDQxODcgMTEuNzczOTg1OCwyOS42MTY3MDg2IEMxMy45NTg1NzQ4LDMxLjc5ODYwNjcgMTYuODY2MzUxOSwzMyAxOS45NTc0MzAxLDMzIEMyMy4wNDk1MDk5LDMzIDI1Ljk1NjI4NTMsMzEuNzk4NjA2NyAyOC4xNDE4NzU5LDI5LjYxNjcwODYgQzI5LjI4Mjc1MDIsMjguNDc4MjgzNSAzMC40MjA2MTk2LDI3LjE4NjkzNTYgMzEuMDExNTkwNSwyNS40NjA4MDczIEwzMC4wNjQwMzM4LDI1LjEzNzk3MDMgQzI5LjUzOTE3MTUsMjYuNjcwMTk2NiAyOC40ODk0NDY5LDI3Ljg1NjU5NzQgMjcuNDMzNzEyNSwyOC45MTAwNjU0IEwyNy40MzM3MTI1LDI4LjkxMDA2NTQgWiBNOS45NDQ5ODEwNCwxNS44NTk2NTU5IEw4Ljk5ODQyNTk5LDE1LjUzMTgyMTQgQzkuNTEwMjY2ODcsMTQuMDY0NTYyNCAxMC4zNjU2NzIyLDEyLjc4MzIwOTUgMTEuNzc1OTg5MSwxMS4zNzU5MjAyIEMxNi4yODYzOTkxLDYuODc1MTkzMDQgMjMuNjI2NDU3OCw2Ljg3NDE5MzU0IDI4LjEzNzg2OTQsMTEuMzc1OTIwMiBDMjkuMjE4NjQ0OSwxMi40NTMzNzYxIDMwLjQwMzU5MTYsMTMuNzg5NzAxMiAzMS4wMTE1OTA1LDE1LjUzMTgyMTQgTDMwLjA2NDAzMzgsMTUuODU5NjU1OSBDMjkuNTI0MTQ2OCwxNC4zMDk0Mzg3IDI4LjQyOTM0ODIsMTMuMDgwMDU5NiAyNy40Mjk3MDU5LDEyLjA4MjU2MzMgQzI1LjQzNDQyOCwxMC4wOTE1Njg4IDIyLjc4MTA2ODksOC45OTYxMjE5NyAxOS45NTc0MzAxLDguOTk2MTIxOTcgQzE3LjEzMzc5MTIsOC45OTYxMjE5NyAxNC40ODA0MzIxLDEwLjA5MTU2ODggMTIuNDg1MTU0MiwxMi4wODI1NjMzIEMxMS4xODcwMjE1LDEzLjM3NzkwOTIgMTAuNDAzNzM0NywxNC41NDIzMjExIDkuOTQ0OTgxMDQsMTUuODU5NjU1OSBMOS45NDQ5ODEwNCwxNS44NTk2NTU5IFonCiAgICAgICAgICAgICAgaWQ9J0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV9JY29uXzMyX1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
2323
2325
|
}
|
|
2324
2326
|
}
|
|
2325
2327
|
]
|