@camunda/connectors-element-templates 1.0.6 → 1.0.8
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 +1 -1
- package/src/build_element_template_array_json_files.sh +9 -0
- package/src/connectors.js +26 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +32 -30
- package/src/element-templates/agenticai-aiagent-job-worker.json +3266 -0
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +3932 -760
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +1 -1
- package/src/element-templates/asana-connector.json +104 -104
- package/src/element-templates/automation-anywhere-outbound-connector.json +657 -657
- package/src/element-templates/aws-bedrock-outbound-connector.json +30 -30
- package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
- package/src/element-templates/aws-dynamodb-outbound-connector.json +107 -107
- package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +31 -31
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-receive.json +356 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
- package/src/element-templates/aws-eventbridge-outbound-connector.json +479 -479
- package/src/element-templates/aws-lambda-outbound-connector.json +92 -92
- package/src/element-templates/aws-s3-outbound-connector.json +30 -30
- package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
- package/src/element-templates/aws-sns-inbound-boundary.json +303 -303
- package/src/element-templates/aws-sns-inbound-intermediate.json +215 -215
- package/src/element-templates/aws-sns-inbound-message-start.json +343 -343
- package/src/element-templates/aws-sns-inbound-receive.json +304 -0
- package/src/element-templates/aws-sns-inbound-start-event.json +130 -130
- package/src/element-templates/aws-sns-outbound-connector.json +726 -726
- package/src/element-templates/aws-sqs-boundary-connector.json +629 -629
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +537 -537
- package/src/element-templates/aws-sqs-outbound-connector.json +440 -440
- package/src/element-templates/aws-sqs-receive-connector.json +418 -0
- package/src/element-templates/aws-sqs-start-event-connector.json +771 -771
- package/src/element-templates/aws-sqs-start-message.json +461 -461
- package/src/element-templates/azure-open-ai-connector.json +32 -32
- package/src/element-templates/blue-prism-connector.json +50 -50
- package/src/element-templates/box-outbound-connector.json +30 -30
- package/src/element-templates/csv-outbound-connector.json +412 -0
- package/src/element-templates/easy-post-connector.json +149 -149
- package/src/element-templates/email-inbound-connector-boundary.json +19 -19
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-outbound-connector.json +233 -233
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +473 -488
- package/src/element-templates/github-connector.json +2417 -2417
- package/src/element-templates/github-webhook-connector-boundary.json +21 -21
- package/src/element-templates/github-webhook-connector-intermediate.json +57 -57
- package/src/element-templates/github-webhook-connector-message-start.json +21 -21
- package/src/element-templates/github-webhook-connector-receive.json +202 -0
- package/src/element-templates/github-webhook-connector-start-event.json +57 -57
- package/src/element-templates/gitlab-connector.json +1103 -1103
- package/src/element-templates/google-drive-outbound-connector.json +846 -846
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +78 -78
- package/src/element-templates/google-sheets-outbound-connector.json +1067 -1067
- package/src/element-templates/graphql-outbound-connector.json +1181 -1181
- package/src/element-templates/http-json-connector.json +2471 -1866
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +635 -6
- package/src/element-templates/http-polling-connector.json +635 -6
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +43 -43
- package/src/element-templates/kafka-inbound-connector-boundary.json +1012 -1012
- package/src/element-templates/kafka-inbound-connector-intermediate.json +582 -582
- package/src/element-templates/kafka-inbound-connector-receive.json +498 -0
- package/src/element-templates/kafka-inbound-connector-start-message.json +608 -608
- package/src/element-templates/kafka-outbound-connector.json +385 -385
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +1643 -1643
- package/src/element-templates/openai-connector.json +122 -122
- package/src/element-templates/operate-connector.json +76 -72
- package/src/element-templates/power-automate-connector.json +10 -10
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +334 -334
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +861 -861
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +456 -456
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +461 -0
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +258 -258
- package/src/element-templates/rabbitmq-outbound-connector.json +322 -322
- package/src/element-templates/salesforce-connector.json +44 -44
- package/src/element-templates/sendgrid-outbound-connector.json +470 -470
- package/src/element-templates/servicenow-connector.json +942 -0
- package/src/element-templates/servicenow-flow-starter-connector.json +643 -0
- package/src/element-templates/servicenow-incident-connector.json +969 -0
- package/src/element-templates/slack-inbound-boundary.json +303 -303
- package/src/element-templates/slack-inbound-intermediate.json +277 -277
- package/src/element-templates/slack-inbound-message-start.json +11 -11
- package/src/element-templates/slack-inbound-receive.json +290 -0
- package/src/element-templates/slack-inbound-start-event.json +247 -247
- package/src/element-templates/slack-outbound-connector.json +966 -966
- package/src/element-templates/twilio-connector.json +52 -52
- package/src/element-templates/twilio-webhook-boundary-connector.json +20 -20
- package/src/element-templates/twilio-webhook-connector.json +11 -11
- package/src/element-templates/twilio-webhook-intermediate-connector.json +50 -50
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/twilio-webhook-receive-connector.json +262 -0
- package/src/element-templates/webhook-connector-boundary.json +1150 -1150
- package/src/element-templates/webhook-connector-intermediate.json +1834 -1834
- package/src/element-templates/webhook-connector-receive.json +609 -0
- package/src/element-templates/webhook-connector-start-event.json +1495 -1495
- package/src/element-templates/webhook-connector-start-message.json +586 -586
- package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
|
@@ -1,29 +1,18 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
-
"name": "Amazon SQS
|
|
4
|
+
"name": "Amazon SQS connector",
|
|
5
5
|
"id": "io.camunda.connectors.AWSSQS.v1",
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
|
|
9
|
-
"send message",
|
|
10
|
-
"publish message",
|
|
11
|
-
"send message to queue",
|
|
12
|
-
"publish message to queue"
|
|
13
|
-
]
|
|
14
|
-
},
|
|
15
|
-
"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
|
-
},
|
|
6
|
+
"version": 4,
|
|
7
|
+
"description": "Send message to queue",
|
|
8
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs/",
|
|
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,113 @@
|
|
|
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
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"description": "Specify AWS authentication strategy. Learn more at the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-lambda/#aws-authentication-types\" target=\"_blank\">documentation page</a>",
|
|
71
|
-
"value": "credentials",
|
|
49
|
+
"label": "Access key",
|
|
50
|
+
"description": "Provide AWS IAM access key that has permission to send to desired SQS",
|
|
72
51
|
"group": "authentication",
|
|
52
|
+
"type": "String",
|
|
73
53
|
"binding": {
|
|
74
|
-
"
|
|
75
|
-
"
|
|
54
|
+
"type": "zeebe:input",
|
|
55
|
+
"name": "authentication.accessKey"
|
|
76
56
|
},
|
|
77
|
-
"type": "Dropdown",
|
|
78
|
-
"choices": [
|
|
79
|
-
{
|
|
80
|
-
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
81
|
-
"value": "defaultCredentialsChain"
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"name": "Credentials",
|
|
85
|
-
"value": "credentials"
|
|
86
|
-
}
|
|
87
|
-
]
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
"id": "authentication.accessKey",
|
|
91
|
-
"label": "Access key",
|
|
92
|
-
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
93
|
-
"optional": false,
|
|
94
57
|
"constraints": {
|
|
95
58
|
"notEmpty": true
|
|
96
|
-
}
|
|
97
|
-
"feel": "optional",
|
|
98
|
-
"group": "authentication",
|
|
99
|
-
"binding": {
|
|
100
|
-
"name": "authentication.accessKey",
|
|
101
|
-
"type": "zeebe:input"
|
|
102
|
-
},
|
|
103
|
-
"condition": {
|
|
104
|
-
"property": "authentication.type",
|
|
105
|
-
"equals": "credentials",
|
|
106
|
-
"type": "simple"
|
|
107
|
-
},
|
|
108
|
-
"type": "String"
|
|
59
|
+
}
|
|
109
60
|
},
|
|
110
61
|
{
|
|
111
|
-
"id": "authentication.secretKey",
|
|
112
62
|
"label": "Secret key",
|
|
113
|
-
"description": "Provide
|
|
114
|
-
"optional": false,
|
|
115
|
-
"constraints": {
|
|
116
|
-
"notEmpty": true
|
|
117
|
-
},
|
|
118
|
-
"feel": "optional",
|
|
63
|
+
"description": "Provide AWS IAM secret key that has permission to send to desired SQS",
|
|
119
64
|
"group": "authentication",
|
|
65
|
+
"type": "String",
|
|
120
66
|
"binding": {
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
},
|
|
124
|
-
"condition": {
|
|
125
|
-
"property": "authentication.type",
|
|
126
|
-
"equals": "credentials",
|
|
127
|
-
"type": "simple"
|
|
67
|
+
"type": "zeebe:input",
|
|
68
|
+
"name": "authentication.secretKey"
|
|
128
69
|
},
|
|
129
|
-
"
|
|
70
|
+
"constraints": {
|
|
71
|
+
"notEmpty": true
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"type": "Hidden",
|
|
76
|
+
"description": "This value forces to evaluate configuration first in order",
|
|
77
|
+
"value": "nonce",
|
|
78
|
+
"binding": {
|
|
79
|
+
"type": "zeebe:input",
|
|
80
|
+
"name": "configuration.nonce"
|
|
81
|
+
}
|
|
130
82
|
},
|
|
131
83
|
{
|
|
132
|
-
"id": "queue.url",
|
|
133
84
|
"label": "URL",
|
|
134
85
|
"description": "Specify the URL of the SQS queue where you would like to send message to",
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
|
|
86
|
+
"group": "queueProperties",
|
|
87
|
+
"type": "String",
|
|
88
|
+
"binding": {
|
|
89
|
+
"type": "zeebe:input",
|
|
90
|
+
"name": "queue.url"
|
|
138
91
|
},
|
|
139
|
-
"
|
|
140
|
-
|
|
92
|
+
"constraints": {
|
|
93
|
+
"notEmpty": true,
|
|
94
|
+
"pattern": {
|
|
95
|
+
"value": "(^https?://.+)|(^secrets\\..+)",
|
|
96
|
+
"message": "Must be an http(s) URL or a secret.XYZ"
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"label": "Region",
|
|
102
|
+
"description": "Specify the AWS region of your queue",
|
|
103
|
+
"group": "queueProperties",
|
|
104
|
+
"type": "String",
|
|
141
105
|
"binding": {
|
|
142
|
-
"
|
|
143
|
-
"
|
|
106
|
+
"type": "zeebe:input",
|
|
107
|
+
"name": "configuration.region"
|
|
144
108
|
},
|
|
145
|
-
"
|
|
109
|
+
"constraints": {
|
|
110
|
+
"notEmpty": true
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"description": "Backwards compatible region",
|
|
115
|
+
"type": "Hidden",
|
|
116
|
+
"value": "=configuration.region",
|
|
117
|
+
"binding": {
|
|
118
|
+
"type": "zeebe:input",
|
|
119
|
+
"name": "queue.region"
|
|
120
|
+
}
|
|
146
121
|
},
|
|
147
122
|
{
|
|
148
123
|
"id": "queue.type",
|
|
149
124
|
"label": "Queue type",
|
|
150
125
|
"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",
|
|
126
|
+
"group": "queueProperties",
|
|
127
|
+
"type": "Dropdown",
|
|
151
128
|
"optional": false,
|
|
152
129
|
"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
130
|
"choices": [
|
|
163
131
|
{
|
|
164
132
|
"name": "Standard",
|
|
@@ -168,201 +136,130 @@
|
|
|
168
136
|
"name": "FIFO",
|
|
169
137
|
"value": "fifo"
|
|
170
138
|
}
|
|
171
|
-
]
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
"id": "configuration.region",
|
|
175
|
-
"label": "Region",
|
|
176
|
-
"description": "Specify the AWS region",
|
|
177
|
-
"optional": false,
|
|
178
|
-
"constraints": {
|
|
179
|
-
"notEmpty": true
|
|
180
|
-
},
|
|
181
|
-
"feel": "optional",
|
|
182
|
-
"group": "configuration",
|
|
183
|
-
"binding": {
|
|
184
|
-
"name": "configuration.region",
|
|
185
|
-
"type": "zeebe:input"
|
|
186
|
-
},
|
|
187
|
-
"type": "String"
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
"id": "configuration.endpoint",
|
|
191
|
-
"label": "Endpoint",
|
|
192
|
-
"description": "Specify endpoint if need to use custom endpoint",
|
|
193
|
-
"optional": true,
|
|
194
|
-
"group": "configuration",
|
|
139
|
+
],
|
|
195
140
|
"binding": {
|
|
196
|
-
"
|
|
197
|
-
"
|
|
141
|
+
"type": "zeebe:input",
|
|
142
|
+
"name": "queue.type"
|
|
198
143
|
},
|
|
199
|
-
"type": "Hidden"
|
|
200
|
-
},
|
|
201
|
-
{
|
|
202
|
-
"id": "queue.messageBody",
|
|
203
|
-
"label": "Message body",
|
|
204
|
-
"description": "Data to send to the SQS queue",
|
|
205
|
-
"optional": false,
|
|
206
144
|
"constraints": {
|
|
207
145
|
"notEmpty": true
|
|
208
|
-
}
|
|
209
|
-
"feel": "required",
|
|
210
|
-
"group": "input",
|
|
211
|
-
"binding": {
|
|
212
|
-
"name": "queue.messageBody",
|
|
213
|
-
"type": "zeebe:input"
|
|
214
|
-
},
|
|
215
|
-
"type": "Text"
|
|
216
|
-
},
|
|
217
|
-
{
|
|
218
|
-
"id": "queue.messageAttributes",
|
|
219
|
-
"label": "Message attributes",
|
|
220
|
-
"description": "Message attributes metadata",
|
|
221
|
-
"optional": true,
|
|
222
|
-
"feel": "required",
|
|
223
|
-
"group": "input",
|
|
224
|
-
"binding": {
|
|
225
|
-
"name": "queue.messageAttributes",
|
|
226
|
-
"type": "zeebe:input"
|
|
227
|
-
},
|
|
228
|
-
"type": "Text"
|
|
146
|
+
}
|
|
229
147
|
},
|
|
230
148
|
{
|
|
231
|
-
"id": "queue.messageGroupId",
|
|
232
149
|
"label": "Message group ID",
|
|
233
|
-
"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",
|
|
234
|
-
"optional": false,
|
|
235
|
-
"feel": "optional",
|
|
150
|
+
"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.",
|
|
236
151
|
"group": "input",
|
|
152
|
+
"type": "String",
|
|
237
153
|
"binding": {
|
|
238
|
-
"
|
|
239
|
-
"
|
|
154
|
+
"type": "zeebe:input",
|
|
155
|
+
"name": "queue.messageGroupId"
|
|
240
156
|
},
|
|
157
|
+
"optional": false,
|
|
241
158
|
"condition": {
|
|
242
159
|
"property": "queue.type",
|
|
243
|
-
"equals": "fifo"
|
|
244
|
-
"type": "simple"
|
|
160
|
+
"equals": "fifo"
|
|
245
161
|
},
|
|
246
|
-
"
|
|
162
|
+
"constraints": {
|
|
163
|
+
"notEmpty": true
|
|
164
|
+
},
|
|
165
|
+
"feel": "optional"
|
|
247
166
|
},
|
|
248
167
|
{
|
|
249
|
-
"id": "queue.messageDeduplicationId",
|
|
250
168
|
"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",
|
|
169
|
+
"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.",
|
|
254
170
|
"group": "input",
|
|
171
|
+
"type": "String",
|
|
255
172
|
"binding": {
|
|
256
|
-
"
|
|
257
|
-
"
|
|
173
|
+
"type": "zeebe:input",
|
|
174
|
+
"name": "queue.messageDeduplicationId"
|
|
258
175
|
},
|
|
176
|
+
"optional": true,
|
|
259
177
|
"condition": {
|
|
260
178
|
"property": "queue.type",
|
|
261
|
-
"equals": "fifo"
|
|
262
|
-
"type": "simple"
|
|
179
|
+
"equals": "fifo"
|
|
263
180
|
},
|
|
264
|
-
"
|
|
181
|
+
"feel": "optional"
|
|
265
182
|
},
|
|
266
183
|
{
|
|
267
|
-
"
|
|
268
|
-
"
|
|
269
|
-
"
|
|
270
|
-
"
|
|
271
|
-
"group": "connector",
|
|
184
|
+
"label": "Message body",
|
|
185
|
+
"description": "Data to send to the SQS queue",
|
|
186
|
+
"group": "input",
|
|
187
|
+
"type": "Text",
|
|
272
188
|
"binding": {
|
|
273
|
-
"
|
|
274
|
-
"
|
|
189
|
+
"type": "zeebe:input",
|
|
190
|
+
"name": "queue.messageBody"
|
|
275
191
|
},
|
|
276
|
-
"
|
|
192
|
+
"constraints": {
|
|
193
|
+
"notEmpty": true
|
|
194
|
+
},
|
|
195
|
+
"feel": "required"
|
|
277
196
|
},
|
|
278
197
|
{
|
|
279
|
-
"
|
|
280
|
-
"
|
|
281
|
-
"
|
|
282
|
-
"
|
|
283
|
-
"
|
|
198
|
+
"label": "Message attributes",
|
|
199
|
+
"description": "Message attributes metadata",
|
|
200
|
+
"group": "input",
|
|
201
|
+
"type": "Text",
|
|
202
|
+
"optional": true,
|
|
284
203
|
"binding": {
|
|
285
|
-
"
|
|
286
|
-
"
|
|
204
|
+
"type": "zeebe:input",
|
|
205
|
+
"name": "queue.messageAttributes"
|
|
287
206
|
},
|
|
288
|
-
"
|
|
207
|
+
"feel": "required"
|
|
289
208
|
},
|
|
290
209
|
{
|
|
291
|
-
"id": "resultVariable",
|
|
292
210
|
"label": "Result variable",
|
|
293
|
-
"description": "Name of variable to store the response in",
|
|
211
|
+
"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>",
|
|
294
212
|
"group": "output",
|
|
213
|
+
"type": "String",
|
|
295
214
|
"binding": {
|
|
296
|
-
"
|
|
297
|
-
"
|
|
298
|
-
}
|
|
299
|
-
"type": "String"
|
|
215
|
+
"type": "zeebe:taskHeader",
|
|
216
|
+
"key": "resultVariable"
|
|
217
|
+
}
|
|
300
218
|
},
|
|
301
219
|
{
|
|
302
|
-
"id": "resultExpression",
|
|
303
220
|
"label": "Result expression",
|
|
304
|
-
"description": "Expression to map the response into process variables",
|
|
305
|
-
"feel": "required",
|
|
221
|
+
"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
222
|
"group": "output",
|
|
223
|
+
"type": "Text",
|
|
224
|
+
"feel": "required",
|
|
307
225
|
"binding": {
|
|
308
|
-
"
|
|
309
|
-
"
|
|
310
|
-
}
|
|
311
|
-
"type": "Text"
|
|
226
|
+
"type": "zeebe:taskHeader",
|
|
227
|
+
"key": "resultExpression"
|
|
228
|
+
}
|
|
312
229
|
},
|
|
313
230
|
{
|
|
314
|
-
"id": "errorExpression",
|
|
315
231
|
"label": "Error expression",
|
|
316
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
232
|
+
"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>",
|
|
233
|
+
"group": "errors",
|
|
234
|
+
"type": "Text",
|
|
317
235
|
"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
236
|
"binding": {
|
|
345
|
-
"
|
|
346
|
-
"
|
|
347
|
-
}
|
|
348
|
-
"type": "String"
|
|
237
|
+
"type": "zeebe:taskHeader",
|
|
238
|
+
"key": "errorExpression"
|
|
239
|
+
}
|
|
349
240
|
}
|
|
350
241
|
],
|
|
351
242
|
"icon": {
|
|
352
|
-
"contents": "data:image/svg+xml
|
|
243
|
+
"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"
|
|
244
|
+
},
|
|
245
|
+
"engines": {
|
|
246
|
+
"camunda": "^8.2"
|
|
353
247
|
}
|
|
354
248
|
},
|
|
355
249
|
{
|
|
356
250
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
357
251
|
"name": "Amazon SQS connector",
|
|
358
252
|
"id": "io.camunda.connectors.AWSSQS.v1",
|
|
359
|
-
"version":
|
|
253
|
+
"version": 7,
|
|
360
254
|
"description": "Send message to queue",
|
|
361
255
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs/",
|
|
362
256
|
"appliesTo": ["bpmn:Task"],
|
|
363
257
|
"elementType": {
|
|
364
258
|
"value": "bpmn:ServiceTask"
|
|
365
259
|
},
|
|
260
|
+
"engines": {
|
|
261
|
+
"camunda": "^8.2"
|
|
262
|
+
},
|
|
366
263
|
"category": {
|
|
367
264
|
"id": "connectors",
|
|
368
265
|
"name": "Connectors"
|
|
@@ -576,16 +473,13 @@
|
|
|
576
473
|
],
|
|
577
474
|
"icon": {
|
|
578
475
|
"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"
|
|
579
|
-
},
|
|
580
|
-
"engines": {
|
|
581
|
-
"camunda": "^8.2"
|
|
582
476
|
}
|
|
583
477
|
},
|
|
584
478
|
{
|
|
585
479
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
586
480
|
"name": "Amazon SQS connector",
|
|
587
481
|
"id": "io.camunda.connectors.AWSSQS.v1",
|
|
588
|
-
"version":
|
|
482
|
+
"version": 6,
|
|
589
483
|
"description": "Send message to queue",
|
|
590
484
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs/",
|
|
591
485
|
"appliesTo": ["bpmn:Task"],
|
|
@@ -653,15 +547,6 @@
|
|
|
653
547
|
"notEmpty": true
|
|
654
548
|
}
|
|
655
549
|
},
|
|
656
|
-
{
|
|
657
|
-
"type": "Hidden",
|
|
658
|
-
"description": "This value forces to evaluate configuration first in order",
|
|
659
|
-
"value": "nonce",
|
|
660
|
-
"binding": {
|
|
661
|
-
"type": "zeebe:input",
|
|
662
|
-
"name": "configuration.nonce"
|
|
663
|
-
}
|
|
664
|
-
},
|
|
665
550
|
{
|
|
666
551
|
"label": "URL",
|
|
667
552
|
"description": "Specify the URL of the SQS queue where you would like to send message to",
|
|
@@ -674,8 +559,8 @@
|
|
|
674
559
|
"constraints": {
|
|
675
560
|
"notEmpty": true,
|
|
676
561
|
"pattern": {
|
|
677
|
-
"value": "(
|
|
678
|
-
"message": "Must be an http(s) URL
|
|
562
|
+
"value": "^(=|(https?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
|
|
563
|
+
"message": "Must be an http(s) URL"
|
|
679
564
|
}
|
|
680
565
|
}
|
|
681
566
|
},
|
|
@@ -692,15 +577,6 @@
|
|
|
692
577
|
"notEmpty": true
|
|
693
578
|
}
|
|
694
579
|
},
|
|
695
|
-
{
|
|
696
|
-
"description": "Backwards compatible region",
|
|
697
|
-
"type": "Hidden",
|
|
698
|
-
"value": "=configuration.region",
|
|
699
|
-
"binding": {
|
|
700
|
-
"type": "zeebe:input",
|
|
701
|
-
"name": "queue.region"
|
|
702
|
-
}
|
|
703
|
-
},
|
|
704
580
|
{
|
|
705
581
|
"id": "queue.type",
|
|
706
582
|
"label": "Queue type",
|
|
@@ -830,9 +706,9 @@
|
|
|
830
706
|
},
|
|
831
707
|
{
|
|
832
708
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
833
|
-
"name": "Amazon SQS
|
|
709
|
+
"name": "Amazon SQS Outbound Connector",
|
|
834
710
|
"id": "io.camunda.connectors.AWSSQS.v1",
|
|
835
|
-
"version":
|
|
711
|
+
"version": 8,
|
|
836
712
|
"description": "Send message to queue",
|
|
837
713
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs/",
|
|
838
714
|
"appliesTo": ["bpmn:Task"],
|
|
@@ -912,8 +788,8 @@
|
|
|
912
788
|
"constraints": {
|
|
913
789
|
"notEmpty": true,
|
|
914
790
|
"pattern": {
|
|
915
|
-
"value": "(
|
|
916
|
-
"message": "Must be an http(s) URL
|
|
791
|
+
"value": "^(=|(https?://|\\{\\{secrets\\..+\\}\\}).*$)",
|
|
792
|
+
"message": "Must be an http(s) URL"
|
|
917
793
|
}
|
|
918
794
|
}
|
|
919
795
|
},
|
|
@@ -924,7 +800,7 @@
|
|
|
924
800
|
"type": "String",
|
|
925
801
|
"binding": {
|
|
926
802
|
"type": "zeebe:input",
|
|
927
|
-
"name": "
|
|
803
|
+
"name": "configuration.region"
|
|
928
804
|
},
|
|
929
805
|
"constraints": {
|
|
930
806
|
"notEmpty": true
|
|
@@ -1059,29 +935,26 @@
|
|
|
1059
935
|
},
|
|
1060
936
|
{
|
|
1061
937
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1062
|
-
"name": "Amazon SQS
|
|
938
|
+
"name": "Amazon SQS Outbound Connector",
|
|
1063
939
|
"id": "io.camunda.connectors.AWSSQS.v1",
|
|
1064
|
-
"version": 7,
|
|
1065
940
|
"description": "Send message to queue",
|
|
1066
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
1067
|
-
"
|
|
1068
|
-
"elementType": {
|
|
1069
|
-
"value": "bpmn:ServiceTask"
|
|
1070
|
-
},
|
|
1071
|
-
"engines": {
|
|
1072
|
-
"camunda": "^8.2"
|
|
1073
|
-
},
|
|
941
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=outbound",
|
|
942
|
+
"version": 10,
|
|
1074
943
|
"category": {
|
|
1075
944
|
"id": "connectors",
|
|
1076
945
|
"name": "Connectors"
|
|
1077
946
|
},
|
|
947
|
+
"appliesTo": ["bpmn:Task"],
|
|
948
|
+
"elementType": {
|
|
949
|
+
"value": "bpmn:ServiceTask"
|
|
950
|
+
},
|
|
1078
951
|
"groups": [
|
|
1079
952
|
{
|
|
1080
953
|
"id": "authentication",
|
|
1081
954
|
"label": "Authentication"
|
|
1082
955
|
},
|
|
1083
956
|
{
|
|
1084
|
-
"id": "
|
|
957
|
+
"id": "configuration",
|
|
1085
958
|
"label": "Queue properties"
|
|
1086
959
|
},
|
|
1087
960
|
{
|
|
@@ -1090,86 +963,121 @@
|
|
|
1090
963
|
},
|
|
1091
964
|
{
|
|
1092
965
|
"id": "output",
|
|
1093
|
-
"label": "Output"
|
|
966
|
+
"label": "Output mapping"
|
|
1094
967
|
},
|
|
1095
968
|
{
|
|
1096
|
-
"id": "
|
|
969
|
+
"id": "error",
|
|
1097
970
|
"label": "Error handling"
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"id": "retries",
|
|
974
|
+
"label": "Retries"
|
|
1098
975
|
}
|
|
1099
976
|
],
|
|
1100
977
|
"properties": [
|
|
1101
978
|
{
|
|
1102
|
-
"type": "Hidden",
|
|
1103
979
|
"value": "io.camunda:aws-sqs:1",
|
|
1104
980
|
"binding": {
|
|
1105
|
-
"
|
|
1106
|
-
"
|
|
1107
|
-
}
|
|
981
|
+
"property": "type",
|
|
982
|
+
"type": "zeebe:taskDefinition"
|
|
983
|
+
},
|
|
984
|
+
"type": "Hidden"
|
|
1108
985
|
},
|
|
1109
986
|
{
|
|
1110
|
-
"
|
|
1111
|
-
"
|
|
987
|
+
"id": "authentication.type",
|
|
988
|
+
"label": "Authentication",
|
|
989
|
+
"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>",
|
|
990
|
+
"value": "credentials",
|
|
1112
991
|
"group": "authentication",
|
|
1113
|
-
"type": "String",
|
|
1114
992
|
"binding": {
|
|
1115
|
-
"
|
|
1116
|
-
"
|
|
993
|
+
"name": "authentication.type",
|
|
994
|
+
"type": "zeebe:input"
|
|
1117
995
|
},
|
|
996
|
+
"type": "Dropdown",
|
|
997
|
+
"choices": [
|
|
998
|
+
{
|
|
999
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
1000
|
+
"value": "defaultCredentialsChain"
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
"name": "Credentials",
|
|
1004
|
+
"value": "credentials"
|
|
1005
|
+
}
|
|
1006
|
+
]
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
"id": "authentication.accessKey",
|
|
1010
|
+
"label": "Access key",
|
|
1011
|
+
"description": "Provide an IAM access key tailored to a user, equipped with the necessary permissions",
|
|
1012
|
+
"optional": false,
|
|
1118
1013
|
"constraints": {
|
|
1119
1014
|
"notEmpty": true
|
|
1120
|
-
}
|
|
1015
|
+
},
|
|
1016
|
+
"feel": "optional",
|
|
1017
|
+
"group": "authentication",
|
|
1018
|
+
"binding": {
|
|
1019
|
+
"name": "authentication.accessKey",
|
|
1020
|
+
"type": "zeebe:input"
|
|
1021
|
+
},
|
|
1022
|
+
"condition": {
|
|
1023
|
+
"property": "authentication.type",
|
|
1024
|
+
"equals": "credentials",
|
|
1025
|
+
"type": "simple"
|
|
1026
|
+
},
|
|
1027
|
+
"type": "String"
|
|
1121
1028
|
},
|
|
1122
1029
|
{
|
|
1030
|
+
"id": "authentication.secretKey",
|
|
1123
1031
|
"label": "Secret key",
|
|
1124
|
-
"description": "Provide
|
|
1032
|
+
"description": "Provide a secret key of a user with permissions to invoke specified AWS Lambda function",
|
|
1033
|
+
"optional": false,
|
|
1034
|
+
"constraints": {
|
|
1035
|
+
"notEmpty": true
|
|
1036
|
+
},
|
|
1037
|
+
"feel": "optional",
|
|
1125
1038
|
"group": "authentication",
|
|
1126
|
-
"type": "String",
|
|
1127
1039
|
"binding": {
|
|
1128
|
-
"
|
|
1129
|
-
"
|
|
1040
|
+
"name": "authentication.secretKey",
|
|
1041
|
+
"type": "zeebe:input"
|
|
1130
1042
|
},
|
|
1131
|
-
"
|
|
1132
|
-
"
|
|
1133
|
-
|
|
1043
|
+
"condition": {
|
|
1044
|
+
"property": "authentication.type",
|
|
1045
|
+
"equals": "credentials",
|
|
1046
|
+
"type": "simple"
|
|
1047
|
+
},
|
|
1048
|
+
"type": "String"
|
|
1134
1049
|
},
|
|
1135
1050
|
{
|
|
1051
|
+
"id": "queue.url",
|
|
1136
1052
|
"label": "URL",
|
|
1137
1053
|
"description": "Specify the URL of the SQS queue where you would like to send message to",
|
|
1138
|
-
"
|
|
1139
|
-
"type": "String",
|
|
1140
|
-
"binding": {
|
|
1141
|
-
"type": "zeebe:input",
|
|
1142
|
-
"name": "queue.url"
|
|
1143
|
-
},
|
|
1054
|
+
"optional": false,
|
|
1144
1055
|
"constraints": {
|
|
1145
|
-
"notEmpty": true
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
}
|
|
1150
|
-
}
|
|
1151
|
-
},
|
|
1152
|
-
{
|
|
1153
|
-
"label": "Region",
|
|
1154
|
-
"description": "Specify the AWS region of your queue",
|
|
1155
|
-
"group": "queueProperties",
|
|
1156
|
-
"type": "String",
|
|
1056
|
+
"notEmpty": true
|
|
1057
|
+
},
|
|
1058
|
+
"feel": "optional",
|
|
1059
|
+
"group": "configuration",
|
|
1157
1060
|
"binding": {
|
|
1158
|
-
"
|
|
1159
|
-
"
|
|
1061
|
+
"name": "queue.url",
|
|
1062
|
+
"type": "zeebe:input"
|
|
1160
1063
|
},
|
|
1161
|
-
"
|
|
1162
|
-
"notEmpty": true
|
|
1163
|
-
}
|
|
1064
|
+
"type": "String"
|
|
1164
1065
|
},
|
|
1165
1066
|
{
|
|
1166
1067
|
"id": "queue.type",
|
|
1167
1068
|
"label": "Queue type",
|
|
1168
1069
|
"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",
|
|
1169
|
-
"group": "queueProperties",
|
|
1170
|
-
"type": "Dropdown",
|
|
1171
1070
|
"optional": false,
|
|
1172
1071
|
"value": "standard",
|
|
1072
|
+
"constraints": {
|
|
1073
|
+
"notEmpty": true
|
|
1074
|
+
},
|
|
1075
|
+
"group": "configuration",
|
|
1076
|
+
"binding": {
|
|
1077
|
+
"name": "queue.type",
|
|
1078
|
+
"type": "zeebe:input"
|
|
1079
|
+
},
|
|
1080
|
+
"type": "Dropdown",
|
|
1173
1081
|
"choices": [
|
|
1174
1082
|
{
|
|
1175
1083
|
"name": "Standard",
|
|
@@ -1179,120 +1087,174 @@
|
|
|
1179
1087
|
"name": "FIFO",
|
|
1180
1088
|
"value": "fifo"
|
|
1181
1089
|
}
|
|
1182
|
-
]
|
|
1090
|
+
]
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
"id": "configuration.region",
|
|
1094
|
+
"label": "Region",
|
|
1095
|
+
"description": "Specify the AWS region",
|
|
1096
|
+
"optional": true,
|
|
1097
|
+
"feel": "optional",
|
|
1098
|
+
"group": "configuration",
|
|
1183
1099
|
"binding": {
|
|
1184
|
-
"
|
|
1185
|
-
"
|
|
1100
|
+
"name": "configuration.region",
|
|
1101
|
+
"type": "zeebe:input"
|
|
1186
1102
|
},
|
|
1187
|
-
"
|
|
1188
|
-
"notEmpty": true
|
|
1189
|
-
}
|
|
1103
|
+
"type": "String"
|
|
1190
1104
|
},
|
|
1191
1105
|
{
|
|
1192
|
-
"
|
|
1193
|
-
"
|
|
1194
|
-
"
|
|
1195
|
-
"
|
|
1106
|
+
"id": "configuration.endpoint",
|
|
1107
|
+
"label": "Endpoint",
|
|
1108
|
+
"description": "Specify endpoint if need to use custom endpoint",
|
|
1109
|
+
"optional": true,
|
|
1110
|
+
"group": "configuration",
|
|
1196
1111
|
"binding": {
|
|
1197
|
-
"
|
|
1198
|
-
"
|
|
1112
|
+
"name": "configuration.endpoint",
|
|
1113
|
+
"type": "zeebe:input"
|
|
1199
1114
|
},
|
|
1115
|
+
"type": "Hidden"
|
|
1116
|
+
},
|
|
1117
|
+
{
|
|
1118
|
+
"id": "queue.messageBody",
|
|
1119
|
+
"label": "Message body",
|
|
1120
|
+
"description": "Data to send to the SQS queue",
|
|
1200
1121
|
"optional": false,
|
|
1201
|
-
"condition": {
|
|
1202
|
-
"property": "queue.type",
|
|
1203
|
-
"equals": "fifo"
|
|
1204
|
-
},
|
|
1205
1122
|
"constraints": {
|
|
1206
1123
|
"notEmpty": true
|
|
1207
1124
|
},
|
|
1208
|
-
"feel": "
|
|
1209
|
-
},
|
|
1210
|
-
{
|
|
1211
|
-
"label": "Message deduplication ID",
|
|
1212
|
-
"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.",
|
|
1125
|
+
"feel": "required",
|
|
1213
1126
|
"group": "input",
|
|
1214
|
-
"type": "String",
|
|
1215
1127
|
"binding": {
|
|
1216
|
-
"
|
|
1217
|
-
"
|
|
1128
|
+
"name": "queue.messageBody",
|
|
1129
|
+
"type": "zeebe:input"
|
|
1218
1130
|
},
|
|
1131
|
+
"type": "Text"
|
|
1132
|
+
},
|
|
1133
|
+
{
|
|
1134
|
+
"id": "queue.messageAttributes",
|
|
1135
|
+
"label": "Message attributes",
|
|
1136
|
+
"description": "Message attributes metadata",
|
|
1219
1137
|
"optional": true,
|
|
1220
|
-
"
|
|
1221
|
-
|
|
1222
|
-
|
|
1138
|
+
"feel": "required",
|
|
1139
|
+
"group": "input",
|
|
1140
|
+
"binding": {
|
|
1141
|
+
"name": "queue.messageAttributes",
|
|
1142
|
+
"type": "zeebe:input"
|
|
1223
1143
|
},
|
|
1224
|
-
"
|
|
1144
|
+
"type": "Text"
|
|
1225
1145
|
},
|
|
1226
1146
|
{
|
|
1227
|
-
"
|
|
1228
|
-
"
|
|
1147
|
+
"id": "queue.messageGroupId",
|
|
1148
|
+
"label": "Message group ID",
|
|
1149
|
+
"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",
|
|
1150
|
+
"optional": false,
|
|
1151
|
+
"feel": "optional",
|
|
1229
1152
|
"group": "input",
|
|
1230
|
-
"type": "Text",
|
|
1231
1153
|
"binding": {
|
|
1232
|
-
"
|
|
1233
|
-
"
|
|
1154
|
+
"name": "queue.messageGroupId",
|
|
1155
|
+
"type": "zeebe:input"
|
|
1234
1156
|
},
|
|
1235
|
-
"
|
|
1236
|
-
"
|
|
1157
|
+
"condition": {
|
|
1158
|
+
"property": "queue.type",
|
|
1159
|
+
"equals": "fifo",
|
|
1160
|
+
"type": "simple"
|
|
1237
1161
|
},
|
|
1238
|
-
"
|
|
1162
|
+
"type": "String"
|
|
1239
1163
|
},
|
|
1240
1164
|
{
|
|
1241
|
-
"
|
|
1242
|
-
"
|
|
1243
|
-
"
|
|
1244
|
-
"type": "Text",
|
|
1165
|
+
"id": "queue.messageDeduplicationId",
|
|
1166
|
+
"label": "Message deduplication ID",
|
|
1167
|
+
"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",
|
|
1245
1168
|
"optional": true,
|
|
1169
|
+
"feel": "optional",
|
|
1170
|
+
"group": "input",
|
|
1246
1171
|
"binding": {
|
|
1247
|
-
"
|
|
1248
|
-
"
|
|
1172
|
+
"name": "queue.messageDeduplicationId",
|
|
1173
|
+
"type": "zeebe:input"
|
|
1249
1174
|
},
|
|
1250
|
-
"
|
|
1175
|
+
"condition": {
|
|
1176
|
+
"property": "queue.type",
|
|
1177
|
+
"equals": "fifo",
|
|
1178
|
+
"type": "simple"
|
|
1179
|
+
},
|
|
1180
|
+
"type": "String"
|
|
1251
1181
|
},
|
|
1252
1182
|
{
|
|
1183
|
+
"id": "resultVariable",
|
|
1253
1184
|
"label": "Result variable",
|
|
1254
|
-
"description": "Name of variable to store the response in
|
|
1185
|
+
"description": "Name of variable to store the response in",
|
|
1255
1186
|
"group": "output",
|
|
1256
|
-
"type": "String",
|
|
1257
1187
|
"binding": {
|
|
1258
|
-
"
|
|
1259
|
-
"
|
|
1260
|
-
}
|
|
1188
|
+
"key": "resultVariable",
|
|
1189
|
+
"type": "zeebe:taskHeader"
|
|
1190
|
+
},
|
|
1191
|
+
"type": "String"
|
|
1261
1192
|
},
|
|
1262
1193
|
{
|
|
1194
|
+
"id": "resultExpression",
|
|
1263
1195
|
"label": "Result expression",
|
|
1264
|
-
"description": "Expression to map the response into process variables
|
|
1265
|
-
"group": "output",
|
|
1266
|
-
"type": "Text",
|
|
1196
|
+
"description": "Expression to map the response into process variables",
|
|
1267
1197
|
"feel": "required",
|
|
1198
|
+
"group": "output",
|
|
1268
1199
|
"binding": {
|
|
1269
|
-
"
|
|
1270
|
-
"
|
|
1271
|
-
}
|
|
1200
|
+
"key": "resultExpression",
|
|
1201
|
+
"type": "zeebe:taskHeader"
|
|
1202
|
+
},
|
|
1203
|
+
"type": "Text"
|
|
1272
1204
|
},
|
|
1273
1205
|
{
|
|
1206
|
+
"id": "errorExpression",
|
|
1274
1207
|
"label": "Error expression",
|
|
1275
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
1276
|
-
"group": "errors",
|
|
1277
|
-
"type": "Text",
|
|
1208
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
1278
1209
|
"feel": "required",
|
|
1210
|
+
"group": "error",
|
|
1279
1211
|
"binding": {
|
|
1280
|
-
"
|
|
1281
|
-
"
|
|
1282
|
-
}
|
|
1212
|
+
"key": "errorExpression",
|
|
1213
|
+
"type": "zeebe:taskHeader"
|
|
1214
|
+
},
|
|
1215
|
+
"type": "Text"
|
|
1216
|
+
},
|
|
1217
|
+
{
|
|
1218
|
+
"id": "retryCount",
|
|
1219
|
+
"label": "Retries",
|
|
1220
|
+
"description": "Number of retries",
|
|
1221
|
+
"value": "3",
|
|
1222
|
+
"feel": "optional",
|
|
1223
|
+
"group": "retries",
|
|
1224
|
+
"binding": {
|
|
1225
|
+
"property": "retries",
|
|
1226
|
+
"type": "zeebe:taskDefinition"
|
|
1227
|
+
},
|
|
1228
|
+
"type": "String"
|
|
1229
|
+
},
|
|
1230
|
+
{
|
|
1231
|
+
"id": "retryBackoff",
|
|
1232
|
+
"label": "Retry backoff",
|
|
1233
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
1234
|
+
"value": "PT0S",
|
|
1235
|
+
"feel": "optional",
|
|
1236
|
+
"group": "retries",
|
|
1237
|
+
"binding": {
|
|
1238
|
+
"key": "retryBackoff",
|
|
1239
|
+
"type": "zeebe:taskHeader"
|
|
1240
|
+
},
|
|
1241
|
+
"type": "String"
|
|
1283
1242
|
}
|
|
1284
1243
|
],
|
|
1285
1244
|
"icon": {
|
|
1286
|
-
"contents": "data:image/svg+xml
|
|
1245
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0MCA0MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0nMCUnIHkxPScxMDAlJyB4Mj0nMTAwJScgeTI9JzAlJyBpZD0nbGluZWFyR3JhZGllbnQtMSc+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNCMDA4NEQnIG9mZnNldD0nMCUnPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI0ZGNEY4Qicgb2Zmc2V0PScxMDAlJz48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMicgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnCiAgICAgICBmaWxsLXJ1bGU9J2V2ZW5vZGQnPgogICAgICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS1CRy8zMi9BcHBsaWNhdGlvbi1JbnRlZ3JhdGlvbicgZmlsbD0ndXJsKCNsaW5lYXJHcmFkaWVudC0xKSc+CiAgICAgICAgICAgIDxyZWN0IGlkPSdSZWN0YW5nbGUnIHg9JzAnIHk9JzAnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSdNMTQuMzQyMjA1MSwyMi4zNDkzNzg2IEwxNS44NDY2NzY3LDIwLjkwNjEwNzQgQzE1Ljk0MjgzNDcsMjAuODE0MTUzOSAxNS45OTY5MjM1LDIwLjY4NzIxOCAxNS45OTk5Mjg1LDIwLjU1NTI4NDYgQzE2LjAwMTkzMTcsMjAuNDIyMzUxNyAxNS45NTE4NDk1LDIwLjI5MzQxNjggMTUuODU5Njk4MSwyMC4xOTg0NjQ4IEwxNC4zNTUyMjY0LDE4LjY0MzI1MDIgTDEzLjYzNTA0MzMsMTkuMzM3ODk5NCBMMTQuMzExMTU0LDIwLjAzNzU0NiBMMTEuOTkxMzQyOSwyMC4wMzc1NDYgTDExLjk5MTM0MjksMjEuMDM3MDQxMyBMMTQuMjY1MDc4MywyMS4wMzcwNDEzIEwxMy42NDgwNjQ3LDIxLjYyODc0MjUgTDE0LjM0MjIwNTEsMjIuMzQ5Mzc4NiBaIE0yNi4zNTc5NDUyLDIyLjM1MzM3NjUgTDI3LjkwNzQ5MDksMjAuOTAwMTEwNCBDMjguMDA2NjUzOCwyMC44MDgxNTY5IDI4LjA2Mjc0NTksMjAuNjc5MjIyIDI4LjA2NDc0OTIsMjAuNTQ0MjkwMSBDMjguMDY2NzUyNSwyMC40MDkzNTgzIDI4LjAxMzY2NTMsMjAuMjc4NDI0NCAyNy45MTg1MDksMjAuMTgzNDcyNCBMMjYuMzY4OTYzMywxOC42MzcyNTMyIEwyNS42NjA3OTk5LDE5LjM0Mzg5NjMgTDI2LjM1NDk0MDMsMjAuMDM3NTQ2IEwyNC4wMTEwODk2LDIwLjAzNzU0NiBMMjQuMDExMDg5NiwyMS4wMzcwNDEzIEwyNi4yOTg4NDgxLDIxLjAzNzA0MTMgTDI1LjY3MTgxOCwyMS42MjQ3NDQ1IEwyNi4zNTc5NDUyLDIyLjM1MzM3NjUgWiBNMTcuNTg3NTM2NywyMy4zNjA4Njc4IEMxOC4zMzg3NzA4LDIzLjA1NzAyMTIgMTkuMTYyMTIzNSwyMi44OTQxMDM1IDIwLjAwNDUwNzQsMjIuODk0MTAzNSBDMjAuODQ2ODkxMywyMi44OTQxMDM1IDIxLjY3MDI0NCwyMy4wNTcwMjEyIDIyLjQyMTQ3ODEsMjMuMzYwODY3OCBDMjEuNzUyMzc4OSwyMS41ODk3NjIyIDIxLjc1MjM3ODksMTkuMzg5ODczMSAyMi40MjE0NzgxLDE3LjYxODc2NzUgQzIwLjkxOTAwOTgsMTguMjI2NDYwNiAxOS4wOTAwMDUsMTguMjI2NDYwNiAxNy41ODc1MzY3LDE3LjYxODc2NzUgQzE4LjI1NjYzNTksMTkuMzg5ODczMSAxOC4yNTY2MzU5LDIxLjU4OTc2MjIgMTcuNTg3NTM2NywyMy4zNjA4Njc4IEwxNy41ODc1MzY3LDIzLjM2MDg2NzggWiBNMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IEMxNS41NDYxODMsMjUuMjQzOTE2OCAxNS40OTcxMDI0LDI1LjExNTk4MTQgMTUuNDk3MTAyNCwyNC45ODgwNDYgQzE1LjQ5NzEwMjQsMjQuODYwMTEwNiAxNS41NDYxODMsMjQuNzMyMTc1MyAxNS42NDQzNDQzLDI0LjYzNDIyNDcgQzE3LjU4NDUzMTcsMjIuNjk4MjAyNCAxNy41ODQ1MzE3LDE4LjI4MjQzMjQgMTUuNjQ0MzQ0MywxNi4zNDU0MTA2IEMxNS41NDYxODMsMTYuMjQ4NDU5NSAxNS40OTcxMDI0LDE2LjEyMDUyNDEgMTUuNDk3MTAyNCwxNS45OTI1OTEyIEMxNS40OTcxMDI0LDE1Ljg2NDY1MzQgMTUuNTQ2MTgzLDE1LjczNjcxOCAxNS42NDQzNDQzLDE1LjYzODc2NzQgQzE1LjgzOTY2NTIsMTUuNDQzODY1OSAxNi4xNTcxODY4LDE1LjQ0Mzg2NTkgMTYuMzUyNTA3NywxNS42Mzg3Njc0IEMxNy4yNzQwMjE2LDE2LjU1ODMwMzEgMTguNjA1MjA4NiwxNy4wODYwMzY2IDIwLjAwNDUwNzQsMTcuMDg2MDM2NiBDMjEuNDA0ODA3OSwxNy4wODYwMzY2IDIyLjczNTk5NDgsMTYuNTU4MzAzMSAyMy42NTc1MDg4LDE1LjYzODc2NzQgQzIzLjg1MjgyOTYsMTUuNDQzODY1OSAyNC4xNzAzNTEzLDE1LjQ0Mzg2NTkgMjQuMzY1NjcyMiwxNS42Mzg3Njc0IEMyNC40NjI4MzE4LDE1LjczNjcxOCAyNC41MTE5MTI0LDE1Ljg2NDY1MzQgMjQuNTExOTEyNCwxNS45OTI1OTEyIEMyNC41MTE5MTI0LDE2LjEyMDUyNDEgMjQuNDYyODMxOCwxNi4yNDg0NTk1IDI0LjM2NTY3MjIsMTYuMzQ1NDEwNiBDMjIuNDI0NDgzMSwxOC4yODI0MzI0IDIyLjQyNDQ4MzEsMjIuNjk4MjAyNCAyNC4zNjU2NzIyLDI0LjYzNDIyNDcgQzI0LjQ2MjgzMTgsMjQuNzMyMTc1MyAyNC41MTE5MTI0LDI0Ljg2MDExMDYgMjQuNTExOTEyNCwyNC45ODgwNDYgQzI0LjUxMTkxMjQsMjUuMTE1OTgxNCAyNC40NjI4MzE4LDI1LjI0MzkxNjggMjQuMzY1NjcyMiwyNS4zNDA4Njc5IEMyNC4yNjc1MTA5LDI1LjQzODgxODQgMjQuMTM5MzAwMywyNS40ODc3OTM3IDI0LjAxMTA4OTYsMjUuNDg3NzkzNyBDMjMuODgyODc5LDI1LjQ4Nzc5MzcgMjMuNzU0NjY4NCwyNS40Mzg4MTg0IDIzLjY1NzUwODgsMjUuMzQwODY3OSBDMjIuNzM1OTk0OCwyNC40MjEzMzIyIDIxLjQwNDgwNzksMjMuODkzNTk4NyAyMC4wMDQ1MDc0LDIzLjg5MzU5ODcgQzE4LjYwNTIwODYsMjMuODkzNTk4NyAxNy4yNzQwMjE2LDI0LjQyMTMzMjIgMTYuMzUyNTA3NywyNS4zNDA4Njc5IEMxNi4xNTcxODY4LDI1LjUzNTc2OTQgMTUuODM5NjY1MiwyNS41MzU3Njk0IDE1LjY0NDM0NDMsMjUuMzQwODY3OSBMMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IFogTTMyLjU0MjEwNDksMTkuNDM1ODQ5OSBDMzIuMjM2NjAzLDE5LjEzMjAwMzMgMzEuODM2OTQ2NCwxOC45ODAwODAxIDMxLjQzNjI4ODIsMTguOTgwMDgwMSBDMzEuMDM2NjMxNiwxOC45ODAwODAxIDMwLjYzNjk3NSwxOS4xMzIwMDMzIDMwLjMzMTQ3MzEsMTkuNDM1ODQ5OSBDMjkuNzIxNDcxLDIwLjA0NDU0MjUgMjkuNzIxNDcxLDIxLjAzNDA0MjggMzAuMzMxNDczMSwyMS42NDE3MzU5IEMzMC45NDE0NzUzLDIyLjI1MDQyODUgMzEuOTMyMTAyNywyMi4yNTA0Mjg1IDMyLjU0MjEwNDksMjEuNjQxNzM1OSBDMzMuMTUxMTA1NCwyMS4wMzQwNDI4IDMzLjE1MTEwNTQsMjAuMDQ0NTQyNSAzMi41NDIxMDQ5LDE5LjQzNTg0OTkgTDMyLjU0MjEwNDksMTkuNDM1ODQ5OSBaIE0zMy4yNTAyNjgzLDIyLjM0OTM3ODYgQzMyLjc1MDQ0NzIsMjIuODQ4MTI2NyAzMi4wOTMzNjc3LDIzLjA5ODAwMDUgMzEuNDM2Mjg4MiwyMy4wOTgwMDA1IEMzMC43ODAyMTAzLDIzLjA5ODAwMDUgMzAuMTIzMTMwOSwyMi44NDgxMjY3IDI5LjYyMzMwOTcsMjIuMzQ5Mzc4NiBDMjguNjIzNjY3NSwyMS4zNTA4ODI4IDI4LjYyMzY2NzUsMTkuNzI3NzAyNSAyOS42MjMzMDk3LDE4LjcyOTIwNjggQzMwLjYyMjk1MiwxNy43MzE3MTA1IDMyLjI1MDYyNiwxNy43MzE3MTA1IDMzLjI1MDI2ODMsMTguNzI5MjA2OCBDMzQuMjQ5OTEwNiwxOS43Mjc3MDI1IDM0LjI0OTkxMDYsMjEuMzUwODgyOCAzMy4yNTAyNjgzLDIyLjM0OTM3ODYgTDMzLjI1MDI2ODMsMjIuMzQ5Mzc4NiBaIE05LjY2ODUyNjg3LDE5LjQ0Njg0NDMgQzkuMzYzMDI0OTcsMTkuMTQyOTk3OCA4Ljk2MzM2ODM5LDE4Ljk5MTA3NDUgOC41NjI3MTAxNywxOC45OTEwNzQ1IEM4LjE2MzA1MzU5LDE4Ljk5MTA3NDUgNy43NjMzOTcwMSwxOS4xNDI5OTc4IDcuNDU3ODk1MTEsMTkuNDQ2ODQ0MyBDNi44NDg4OTQ2MSwyMC4wNTU1MzcgNi44NDg4OTQ2MSwyMS4wNDUwMzczIDcuNDU3ODk1MTEsMjEuNjUyNzMwNCBDOC4wNjc4OTcyNiwyMi4yNjE0MjMgOS4wNTg1MjQ3MiwyMi4yNjE0MjMgOS42Njg1MjY4NywyMS42NTI3MzA0IEMxMC4yNzc1Mjc0LDIxLjA0NTAzNzMgMTAuMjc3NTI3NCwyMC4wNTU1MzcgOS42Njg1MjY4NywxOS40NDY4NDQzIEw5LjY2ODUyNjg3LDE5LjQ0Njg0NDMgWiBNMTAuMzc2NjkwMywyMi4zNTkzNzM1IEM5Ljg3Njg2OTE0LDIyLjg1ODEyMTcgOS4yMTk3ODk2NSwyMy4xMDc5OTU1IDguNTYyNzEwMTcsMjMuMTA3OTk1NSBDNy45MDY2MzIzMiwyMy4xMDc5OTU1IDcuMjQ5NTUyODQsMjIuODU4MTIxNyA2Ljc0OTczMTcsMjIuMzU5MzczNSBDNS43NTAwODk0MywyMS4zNjE4NzczIDUuNzUwMDg5NDMsMTkuNzM4Njk3IDYuNzQ5NzMxNywxOC43NDAyMDEyIEM3Ljc0OTM3Mzk3LDE3Ljc0MjcwNDkgOS4zNzcwNDgwMSwxNy43NDI3MDQ5IDEwLjM3NjY5MDMsMTguNzQwMjAxMiBDMTEuMzc2MzMyNSwxOS43Mzg2OTcgMTEuMzc2MzMyNSwyMS4zNjE4NzczIDEwLjM3NjY5MDMsMjIuMzU5MzczNSBMMTAuMzc2NjkwMywyMi4zNTkzNzM1IFogTTI3LjQzMzcxMjUsMjguOTEwMDY1NCBDMjUuNDM2NDMxMywzMC45MDMwNTkgMjIuNzgyMDcwNSwzMi4wMDA1MDQ3IDE5Ljk1NzQzMDEsMzIuMDAwNTA0NyBDMTcuMTMyNzg5NiwzMi4wMDA1MDQ3IDE0LjQ3ODQyODgsMzAuOTAzMDU5IDEyLjQ4MjE0OTIsMjguOTEwMDY1NCBDMTEuMTY1OTg3LDI3LjU5NzcyODEgMTAuNDA3NzQxMywyNi40NjkyOTggOS45NDQ5ODEwNCwyNS4xMzU5NzEzIEw4Ljk5ODQyNTk5LDI1LjQ2MjgwNjMgQzkuNTA3MjYxOTMsMjYuOTI5MDY1OCAxMC4zNjI2NjcyLDI4LjIxMDQxODcgMTEuNzczOTg1OCwyOS42MTY3MDg2IEMxMy45NTg1NzQ4LDMxLjc5ODYwNjcgMTYuODY2MzUxOSwzMyAxOS45NTc0MzAxLDMzIEMyMy4wNDk1MDk5LDMzIDI1Ljk1NjI4NTMsMzEuNzk4NjA2NyAyOC4xNDE4NzU5LDI5LjYxNjcwODYgQzI5LjI4Mjc1MDIsMjguNDc4MjgzNSAzMC40MjA2MTk2LDI3LjE4NjkzNTYgMzEuMDExNTkwNSwyNS40NjA4MDczIEwzMC4wNjQwMzM4LDI1LjEzNzk3MDMgQzI5LjUzOTE3MTUsMjYuNjcwMTk2NiAyOC40ODk0NDY5LDI3Ljg1NjU5NzQgMjcuNDMzNzEyNSwyOC45MTAwNjU0IEwyNy40MzM3MTI1LDI4LjkxMDA2NTQgWiBNOS45NDQ5ODEwNCwxNS44NTk2NTU5IEw4Ljk5ODQyNTk5LDE1LjUzMTgyMTQgQzkuNTEwMjY2ODcsMTQuMDY0NTYyNCAxMC4zNjU2NzIyLDEyLjc4MzIwOTUgMTEuNzc1OTg5MSwxMS4zNzU5MjAyIEMxNi4yODYzOTkxLDYuODc1MTkzMDQgMjMuNjI2NDU3OCw2Ljg3NDE5MzU0IDI4LjEzNzg2OTQsMTEuMzc1OTIwMiBDMjkuMjE4NjQ0OSwxMi40NTMzNzYxIDMwLjQwMzU5MTYsMTMuNzg5NzAxMiAzMS4wMTE1OTA1LDE1LjUzMTgyMTQgTDMwLjA2NDAzMzgsMTUuODU5NjU1OSBDMjkuNTI0MTQ2OCwxNC4zMDk0Mzg3IDI4LjQyOTM0ODIsMTMuMDgwMDU5NiAyNy40Mjk3MDU5LDEyLjA4MjU2MzMgQzI1LjQzNDQyOCwxMC4wOTE1Njg4IDIyLjc4MTA2ODksOC45OTYxMjE5NyAxOS45NTc0MzAxLDguOTk2MTIxOTcgQzE3LjEzMzc5MTIsOC45OTYxMjE5NyAxNC40ODA0MzIxLDEwLjA5MTU2ODggMTIuNDg1MTU0MiwxMi4wODI1NjMzIEMxMS4xODcwMjE1LDEzLjM3NzkwOTIgMTAuNDAzNzM0NywxNC41NDIzMjExIDkuOTQ0OTgxMDQsMTUuODU5NjU1OSBMOS45NDQ5ODEwNCwxNS44NTk2NTU5IFonCiAgICAgICAgICAgICAgaWQ9J0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV9JY29uXzMyX1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
1246
|
+
},
|
|
1247
|
+
"engines": {
|
|
1248
|
+
"camunda": "^8.5"
|
|
1287
1249
|
}
|
|
1288
1250
|
},
|
|
1289
1251
|
{
|
|
1290
1252
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1291
|
-
"name": "Amazon SQS
|
|
1253
|
+
"name": "Amazon SQS Outbound Connector",
|
|
1292
1254
|
"id": "io.camunda.connectors.AWSSQS.v1",
|
|
1293
|
-
"version":
|
|
1255
|
+
"version": 9,
|
|
1294
1256
|
"description": "Send message to queue",
|
|
1295
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
1257
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=outbound",
|
|
1296
1258
|
"appliesTo": ["bpmn:Task"],
|
|
1297
1259
|
"elementType": {
|
|
1298
1260
|
"value": "bpmn:ServiceTask"
|
|
@@ -1332,6 +1294,32 @@
|
|
|
1332
1294
|
"property": "type"
|
|
1333
1295
|
}
|
|
1334
1296
|
},
|
|
1297
|
+
{
|
|
1298
|
+
"id": "authenticationType",
|
|
1299
|
+
"label": "Authentication",
|
|
1300
|
+
"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>",
|
|
1301
|
+
"group": "authentication",
|
|
1302
|
+
"type": "Dropdown",
|
|
1303
|
+
"optional": false,
|
|
1304
|
+
"value": "credentials",
|
|
1305
|
+
"choices": [
|
|
1306
|
+
{
|
|
1307
|
+
"name": "Credentials",
|
|
1308
|
+
"value": "credentials"
|
|
1309
|
+
},
|
|
1310
|
+
{
|
|
1311
|
+
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
1312
|
+
"value": "defaultCredentialsChain"
|
|
1313
|
+
}
|
|
1314
|
+
],
|
|
1315
|
+
"binding": {
|
|
1316
|
+
"type": "zeebe:input",
|
|
1317
|
+
"name": "authentication.type"
|
|
1318
|
+
},
|
|
1319
|
+
"constraints": {
|
|
1320
|
+
"notEmpty": true
|
|
1321
|
+
}
|
|
1322
|
+
},
|
|
1335
1323
|
{
|
|
1336
1324
|
"label": "Access key",
|
|
1337
1325
|
"description": "Provide AWS IAM access key that has permission to send to desired SQS",
|
|
@@ -1341,6 +1329,10 @@
|
|
|
1341
1329
|
"type": "zeebe:input",
|
|
1342
1330
|
"name": "authentication.accessKey"
|
|
1343
1331
|
},
|
|
1332
|
+
"condition": {
|
|
1333
|
+
"property": "authenticationType",
|
|
1334
|
+
"equals": "credentials"
|
|
1335
|
+
},
|
|
1344
1336
|
"constraints": {
|
|
1345
1337
|
"notEmpty": true
|
|
1346
1338
|
}
|
|
@@ -1354,6 +1346,10 @@
|
|
|
1354
1346
|
"type": "zeebe:input",
|
|
1355
1347
|
"name": "authentication.secretKey"
|
|
1356
1348
|
},
|
|
1349
|
+
"condition": {
|
|
1350
|
+
"property": "authenticationType",
|
|
1351
|
+
"equals": "credentials"
|
|
1352
|
+
},
|
|
1357
1353
|
"constraints": {
|
|
1358
1354
|
"notEmpty": true
|
|
1359
1355
|
}
|
|
@@ -1370,8 +1366,8 @@
|
|
|
1370
1366
|
"constraints": {
|
|
1371
1367
|
"notEmpty": true,
|
|
1372
1368
|
"pattern": {
|
|
1373
|
-
"value": "(
|
|
1374
|
-
"message": "Must be an http(s) URL
|
|
1369
|
+
"value": "^(=|(https?://|\\{\\{secrets\\..+\\}\\}).*$)",
|
|
1370
|
+
"message": "Must be an http(s) URL"
|
|
1375
1371
|
}
|
|
1376
1372
|
}
|
|
1377
1373
|
},
|
|
@@ -1512,16 +1508,16 @@
|
|
|
1512
1508
|
"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"
|
|
1513
1509
|
},
|
|
1514
1510
|
"engines": {
|
|
1515
|
-
"camunda": "^8.
|
|
1511
|
+
"camunda": "^8.4"
|
|
1516
1512
|
}
|
|
1517
1513
|
},
|
|
1518
1514
|
{
|
|
1519
1515
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1520
|
-
"name": "Amazon SQS
|
|
1516
|
+
"name": "Amazon SQS connector",
|
|
1521
1517
|
"id": "io.camunda.connectors.AWSSQS.v1",
|
|
1522
|
-
"version":
|
|
1518
|
+
"version": 2,
|
|
1523
1519
|
"description": "Send message to queue",
|
|
1524
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/
|
|
1520
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs/",
|
|
1525
1521
|
"appliesTo": ["bpmn:Task"],
|
|
1526
1522
|
"elementType": {
|
|
1527
1523
|
"value": "bpmn:ServiceTask"
|
|
@@ -1561,32 +1557,6 @@
|
|
|
1561
1557
|
"property": "type"
|
|
1562
1558
|
}
|
|
1563
1559
|
},
|
|
1564
|
-
{
|
|
1565
|
-
"id": "authenticationType",
|
|
1566
|
-
"label": "Authentication",
|
|
1567
|
-
"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>",
|
|
1568
|
-
"group": "authentication",
|
|
1569
|
-
"type": "Dropdown",
|
|
1570
|
-
"optional": false,
|
|
1571
|
-
"value": "credentials",
|
|
1572
|
-
"choices": [
|
|
1573
|
-
{
|
|
1574
|
-
"name": "Credentials",
|
|
1575
|
-
"value": "credentials"
|
|
1576
|
-
},
|
|
1577
|
-
{
|
|
1578
|
-
"name": "Default Credentials Chain (Hybrid/Self-Managed only)",
|
|
1579
|
-
"value": "defaultCredentialsChain"
|
|
1580
|
-
}
|
|
1581
|
-
],
|
|
1582
|
-
"binding": {
|
|
1583
|
-
"type": "zeebe:input",
|
|
1584
|
-
"name": "authentication.type"
|
|
1585
|
-
},
|
|
1586
|
-
"constraints": {
|
|
1587
|
-
"notEmpty": true
|
|
1588
|
-
}
|
|
1589
|
-
},
|
|
1590
1560
|
{
|
|
1591
1561
|
"label": "Access key",
|
|
1592
1562
|
"description": "Provide AWS IAM access key that has permission to send to desired SQS",
|
|
@@ -1596,10 +1566,6 @@
|
|
|
1596
1566
|
"type": "zeebe:input",
|
|
1597
1567
|
"name": "authentication.accessKey"
|
|
1598
1568
|
},
|
|
1599
|
-
"condition": {
|
|
1600
|
-
"property": "authenticationType",
|
|
1601
|
-
"equals": "credentials"
|
|
1602
|
-
},
|
|
1603
1569
|
"constraints": {
|
|
1604
1570
|
"notEmpty": true
|
|
1605
1571
|
}
|
|
@@ -1613,10 +1579,6 @@
|
|
|
1613
1579
|
"type": "zeebe:input",
|
|
1614
1580
|
"name": "authentication.secretKey"
|
|
1615
1581
|
},
|
|
1616
|
-
"condition": {
|
|
1617
|
-
"property": "authenticationType",
|
|
1618
|
-
"equals": "credentials"
|
|
1619
|
-
},
|
|
1620
1582
|
"constraints": {
|
|
1621
1583
|
"notEmpty": true
|
|
1622
1584
|
}
|
|
@@ -1633,8 +1595,8 @@
|
|
|
1633
1595
|
"constraints": {
|
|
1634
1596
|
"notEmpty": true,
|
|
1635
1597
|
"pattern": {
|
|
1636
|
-
"value": "^(
|
|
1637
|
-
"message": "Must be an http(s) URL"
|
|
1598
|
+
"value": "(^https?://.+)|(^secrets\\..+)",
|
|
1599
|
+
"message": "Must be an http(s) URL or a secret.XYZ"
|
|
1638
1600
|
}
|
|
1639
1601
|
}
|
|
1640
1602
|
},
|
|
@@ -1645,7 +1607,7 @@
|
|
|
1645
1607
|
"type": "String",
|
|
1646
1608
|
"binding": {
|
|
1647
1609
|
"type": "zeebe:input",
|
|
1648
|
-
"name": "
|
|
1610
|
+
"name": "queue.region"
|
|
1649
1611
|
},
|
|
1650
1612
|
"constraints": {
|
|
1651
1613
|
"notEmpty": true
|
|
@@ -1775,14 +1737,14 @@
|
|
|
1775
1737
|
"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"
|
|
1776
1738
|
},
|
|
1777
1739
|
"engines": {
|
|
1778
|
-
"camunda": "^8.
|
|
1740
|
+
"camunda": "^8.2"
|
|
1779
1741
|
}
|
|
1780
1742
|
},
|
|
1781
1743
|
{
|
|
1782
1744
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1783
|
-
"name": "Amazon SQS
|
|
1745
|
+
"name": "Amazon SQS connector",
|
|
1784
1746
|
"id": "io.camunda.connectors.AWSSQS.v1",
|
|
1785
|
-
"version":
|
|
1747
|
+
"version": 3,
|
|
1786
1748
|
"description": "Send message to queue",
|
|
1787
1749
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs/",
|
|
1788
1750
|
"appliesTo": ["bpmn:Task"],
|
|
@@ -1862,8 +1824,8 @@
|
|
|
1862
1824
|
"constraints": {
|
|
1863
1825
|
"notEmpty": true,
|
|
1864
1826
|
"pattern": {
|
|
1865
|
-
"value": "^(
|
|
1866
|
-
"message": "Must be an http(s) URL"
|
|
1827
|
+
"value": "(^https?://.+)|(^secrets\\..+)",
|
|
1828
|
+
"message": "Must be an http(s) URL or a secret.XYZ"
|
|
1867
1829
|
}
|
|
1868
1830
|
}
|
|
1869
1831
|
},
|
|
@@ -2011,9 +1973,17 @@
|
|
|
2011
1973
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2012
1974
|
"name": "Amazon SQS Outbound Connector",
|
|
2013
1975
|
"id": "io.camunda.connectors.AWSSQS.v1",
|
|
2014
|
-
"description": "Send
|
|
1976
|
+
"description": "Send messages to Amazon SQS.",
|
|
1977
|
+
"metadata": {
|
|
1978
|
+
"keywords": [
|
|
1979
|
+
"send message",
|
|
1980
|
+
"publish message",
|
|
1981
|
+
"send message to queue",
|
|
1982
|
+
"publish message to queue"
|
|
1983
|
+
]
|
|
1984
|
+
},
|
|
2015
1985
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=outbound",
|
|
2016
|
-
"version":
|
|
1986
|
+
"version": 11,
|
|
2017
1987
|
"category": {
|
|
2018
1988
|
"id": "connectors",
|
|
2019
1989
|
"name": "Connectors"
|
|
@@ -2022,6 +1992,9 @@
|
|
|
2022
1992
|
"elementType": {
|
|
2023
1993
|
"value": "bpmn:ServiceTask"
|
|
2024
1994
|
},
|
|
1995
|
+
"engines": {
|
|
1996
|
+
"camunda": "^8.3"
|
|
1997
|
+
},
|
|
2025
1998
|
"groups": [
|
|
2026
1999
|
{
|
|
2027
2000
|
"id": "authentication",
|
|
@@ -2035,6 +2008,10 @@
|
|
|
2035
2008
|
"id": "input",
|
|
2036
2009
|
"label": "Input message data"
|
|
2037
2010
|
},
|
|
2011
|
+
{
|
|
2012
|
+
"id": "connector",
|
|
2013
|
+
"label": "Connector"
|
|
2014
|
+
},
|
|
2038
2015
|
{
|
|
2039
2016
|
"id": "output",
|
|
2040
2017
|
"label": "Output mapping"
|
|
@@ -2167,7 +2144,10 @@
|
|
|
2167
2144
|
"id": "configuration.region",
|
|
2168
2145
|
"label": "Region",
|
|
2169
2146
|
"description": "Specify the AWS region",
|
|
2170
|
-
"optional":
|
|
2147
|
+
"optional": false,
|
|
2148
|
+
"constraints": {
|
|
2149
|
+
"notEmpty": true
|
|
2150
|
+
},
|
|
2171
2151
|
"feel": "optional",
|
|
2172
2152
|
"group": "configuration",
|
|
2173
2153
|
"binding": {
|
|
@@ -2253,6 +2233,30 @@
|
|
|
2253
2233
|
},
|
|
2254
2234
|
"type": "String"
|
|
2255
2235
|
},
|
|
2236
|
+
{
|
|
2237
|
+
"id": "version",
|
|
2238
|
+
"label": "Version",
|
|
2239
|
+
"description": "Version of the element template",
|
|
2240
|
+
"value": "11",
|
|
2241
|
+
"group": "connector",
|
|
2242
|
+
"binding": {
|
|
2243
|
+
"key": "elementTemplateVersion",
|
|
2244
|
+
"type": "zeebe:taskHeader"
|
|
2245
|
+
},
|
|
2246
|
+
"type": "Hidden"
|
|
2247
|
+
},
|
|
2248
|
+
{
|
|
2249
|
+
"id": "id",
|
|
2250
|
+
"label": "ID",
|
|
2251
|
+
"description": "ID of the element template",
|
|
2252
|
+
"value": "io.camunda.connectors.AWSSQS.v1",
|
|
2253
|
+
"group": "connector",
|
|
2254
|
+
"binding": {
|
|
2255
|
+
"key": "elementTemplateId",
|
|
2256
|
+
"type": "zeebe:taskHeader"
|
|
2257
|
+
},
|
|
2258
|
+
"type": "Hidden"
|
|
2259
|
+
},
|
|
2256
2260
|
{
|
|
2257
2261
|
"id": "resultVariable",
|
|
2258
2262
|
"label": "Result variable",
|
|
@@ -2306,7 +2310,6 @@
|
|
|
2306
2310
|
"label": "Retry backoff",
|
|
2307
2311
|
"description": "ISO-8601 duration to wait between retries",
|
|
2308
2312
|
"value": "PT0S",
|
|
2309
|
-
"feel": "optional",
|
|
2310
2313
|
"group": "retries",
|
|
2311
2314
|
"binding": {
|
|
2312
2315
|
"key": "retryBackoff",
|
|
@@ -2317,9 +2320,6 @@
|
|
|
2317
2320
|
],
|
|
2318
2321
|
"icon": {
|
|
2319
2322
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCA0MCA0MCcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICAgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnPjwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNjQgKDkzNTM3KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0nMCUnIHkxPScxMDAlJyB4Mj0nMTAwJScgeTI9JzAlJyBpZD0nbGluZWFyR3JhZGllbnQtMSc+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNCMDA4NEQnIG9mZnNldD0nMCUnPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI0ZGNEY4Qicgb2Zmc2V0PScxMDAlJz48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS8zMi9BcmNoX0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV8zMicgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnCiAgICAgICBmaWxsLXJ1bGU9J2V2ZW5vZGQnPgogICAgICAgIDxnIGlkPSdJY29uLUFyY2hpdGVjdHVyZS1CRy8zMi9BcHBsaWNhdGlvbi1JbnRlZ3JhdGlvbicgZmlsbD0ndXJsKCNsaW5lYXJHcmFkaWVudC0xKSc+CiAgICAgICAgICAgIDxyZWN0IGlkPSdSZWN0YW5nbGUnIHg9JzAnIHk9JzAnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PC9yZWN0PgogICAgICAgIDwvZz4KICAgICAgICA8cGF0aCBkPSdNMTQuMzQyMjA1MSwyMi4zNDkzNzg2IEwxNS44NDY2NzY3LDIwLjkwNjEwNzQgQzE1Ljk0MjgzNDcsMjAuODE0MTUzOSAxNS45OTY5MjM1LDIwLjY4NzIxOCAxNS45OTk5Mjg1LDIwLjU1NTI4NDYgQzE2LjAwMTkzMTcsMjAuNDIyMzUxNyAxNS45NTE4NDk1LDIwLjI5MzQxNjggMTUuODU5Njk4MSwyMC4xOTg0NjQ4IEwxNC4zNTUyMjY0LDE4LjY0MzI1MDIgTDEzLjYzNTA0MzMsMTkuMzM3ODk5NCBMMTQuMzExMTU0LDIwLjAzNzU0NiBMMTEuOTkxMzQyOSwyMC4wMzc1NDYgTDExLjk5MTM0MjksMjEuMDM3MDQxMyBMMTQuMjY1MDc4MywyMS4wMzcwNDEzIEwxMy42NDgwNjQ3LDIxLjYyODc0MjUgTDE0LjM0MjIwNTEsMjIuMzQ5Mzc4NiBaIE0yNi4zNTc5NDUyLDIyLjM1MzM3NjUgTDI3LjkwNzQ5MDksMjAuOTAwMTEwNCBDMjguMDA2NjUzOCwyMC44MDgxNTY5IDI4LjA2Mjc0NTksMjAuNjc5MjIyIDI4LjA2NDc0OTIsMjAuNTQ0MjkwMSBDMjguMDY2NzUyNSwyMC40MDkzNTgzIDI4LjAxMzY2NTMsMjAuMjc4NDI0NCAyNy45MTg1MDksMjAuMTgzNDcyNCBMMjYuMzY4OTYzMywxOC42MzcyNTMyIEwyNS42NjA3OTk5LDE5LjM0Mzg5NjMgTDI2LjM1NDk0MDMsMjAuMDM3NTQ2IEwyNC4wMTEwODk2LDIwLjAzNzU0NiBMMjQuMDExMDg5NiwyMS4wMzcwNDEzIEwyNi4yOTg4NDgxLDIxLjAzNzA0MTMgTDI1LjY3MTgxOCwyMS42MjQ3NDQ1IEwyNi4zNTc5NDUyLDIyLjM1MzM3NjUgWiBNMTcuNTg3NTM2NywyMy4zNjA4Njc4IEMxOC4zMzg3NzA4LDIzLjA1NzAyMTIgMTkuMTYyMTIzNSwyMi44OTQxMDM1IDIwLjAwNDUwNzQsMjIuODk0MTAzNSBDMjAuODQ2ODkxMywyMi44OTQxMDM1IDIxLjY3MDI0NCwyMy4wNTcwMjEyIDIyLjQyMTQ3ODEsMjMuMzYwODY3OCBDMjEuNzUyMzc4OSwyMS41ODk3NjIyIDIxLjc1MjM3ODksMTkuMzg5ODczMSAyMi40MjE0NzgxLDE3LjYxODc2NzUgQzIwLjkxOTAwOTgsMTguMjI2NDYwNiAxOS4wOTAwMDUsMTguMjI2NDYwNiAxNy41ODc1MzY3LDE3LjYxODc2NzUgQzE4LjI1NjYzNTksMTkuMzg5ODczMSAxOC4yNTY2MzU5LDIxLjU4OTc2MjIgMTcuNTg3NTM2NywyMy4zNjA4Njc4IEwxNy41ODc1MzY3LDIzLjM2MDg2NzggWiBNMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IEMxNS41NDYxODMsMjUuMjQzOTE2OCAxNS40OTcxMDI0LDI1LjExNTk4MTQgMTUuNDk3MTAyNCwyNC45ODgwNDYgQzE1LjQ5NzEwMjQsMjQuODYwMTEwNiAxNS41NDYxODMsMjQuNzMyMTc1MyAxNS42NDQzNDQzLDI0LjYzNDIyNDcgQzE3LjU4NDUzMTcsMjIuNjk4MjAyNCAxNy41ODQ1MzE3LDE4LjI4MjQzMjQgMTUuNjQ0MzQ0MywxNi4zNDU0MTA2IEMxNS41NDYxODMsMTYuMjQ4NDU5NSAxNS40OTcxMDI0LDE2LjEyMDUyNDEgMTUuNDk3MTAyNCwxNS45OTI1OTEyIEMxNS40OTcxMDI0LDE1Ljg2NDY1MzQgMTUuNTQ2MTgzLDE1LjczNjcxOCAxNS42NDQzNDQzLDE1LjYzODc2NzQgQzE1LjgzOTY2NTIsMTUuNDQzODY1OSAxNi4xNTcxODY4LDE1LjQ0Mzg2NTkgMTYuMzUyNTA3NywxNS42Mzg3Njc0IEMxNy4yNzQwMjE2LDE2LjU1ODMwMzEgMTguNjA1MjA4NiwxNy4wODYwMzY2IDIwLjAwNDUwNzQsMTcuMDg2MDM2NiBDMjEuNDA0ODA3OSwxNy4wODYwMzY2IDIyLjczNTk5NDgsMTYuNTU4MzAzMSAyMy42NTc1MDg4LDE1LjYzODc2NzQgQzIzLjg1MjgyOTYsMTUuNDQzODY1OSAyNC4xNzAzNTEzLDE1LjQ0Mzg2NTkgMjQuMzY1NjcyMiwxNS42Mzg3Njc0IEMyNC40NjI4MzE4LDE1LjczNjcxOCAyNC41MTE5MTI0LDE1Ljg2NDY1MzQgMjQuNTExOTEyNCwxNS45OTI1OTEyIEMyNC41MTE5MTI0LDE2LjEyMDUyNDEgMjQuNDYyODMxOCwxNi4yNDg0NTk1IDI0LjM2NTY3MjIsMTYuMzQ1NDEwNiBDMjIuNDI0NDgzMSwxOC4yODI0MzI0IDIyLjQyNDQ4MzEsMjIuNjk4MjAyNCAyNC4zNjU2NzIyLDI0LjYzNDIyNDcgQzI0LjQ2MjgzMTgsMjQuNzMyMTc1MyAyNC41MTE5MTI0LDI0Ljg2MDExMDYgMjQuNTExOTEyNCwyNC45ODgwNDYgQzI0LjUxMTkxMjQsMjUuMTE1OTgxNCAyNC40NjI4MzE4LDI1LjI0MzkxNjggMjQuMzY1NjcyMiwyNS4zNDA4Njc5IEMyNC4yNjc1MTA5LDI1LjQzODgxODQgMjQuMTM5MzAwMywyNS40ODc3OTM3IDI0LjAxMTA4OTYsMjUuNDg3NzkzNyBDMjMuODgyODc5LDI1LjQ4Nzc5MzcgMjMuNzU0NjY4NCwyNS40Mzg4MTg0IDIzLjY1NzUwODgsMjUuMzQwODY3OSBDMjIuNzM1OTk0OCwyNC40MjEzMzIyIDIxLjQwNDgwNzksMjMuODkzNTk4NyAyMC4wMDQ1MDc0LDIzLjg5MzU5ODcgQzE4LjYwNTIwODYsMjMuODkzNTk4NyAxNy4yNzQwMjE2LDI0LjQyMTMzMjIgMTYuMzUyNTA3NywyNS4zNDA4Njc5IEMxNi4xNTcxODY4LDI1LjUzNTc2OTQgMTUuODM5NjY1MiwyNS41MzU3Njk0IDE1LjY0NDM0NDMsMjUuMzQwODY3OSBMMTUuNjQ0MzQ0MywyNS4zNDA4Njc5IFogTTMyLjU0MjEwNDksMTkuNDM1ODQ5OSBDMzIuMjM2NjAzLDE5LjEzMjAwMzMgMzEuODM2OTQ2NCwxOC45ODAwODAxIDMxLjQzNjI4ODIsMTguOTgwMDgwMSBDMzEuMDM2NjMxNiwxOC45ODAwODAxIDMwLjYzNjk3NSwxOS4xMzIwMDMzIDMwLjMzMTQ3MzEsMTkuNDM1ODQ5OSBDMjkuNzIxNDcxLDIwLjA0NDU0MjUgMjkuNzIxNDcxLDIxLjAzNDA0MjggMzAuMzMxNDczMSwyMS42NDE3MzU5IEMzMC45NDE0NzUzLDIyLjI1MDQyODUgMzEuOTMyMTAyNywyMi4yNTA0Mjg1IDMyLjU0MjEwNDksMjEuNjQxNzM1OSBDMzMuMTUxMTA1NCwyMS4wMzQwNDI4IDMzLjE1MTEwNTQsMjAuMDQ0NTQyNSAzMi41NDIxMDQ5LDE5LjQzNTg0OTkgTDMyLjU0MjEwNDksMTkuNDM1ODQ5OSBaIE0zMy4yNTAyNjgzLDIyLjM0OTM3ODYgQzMyLjc1MDQ0NzIsMjIuODQ4MTI2NyAzMi4wOTMzNjc3LDIzLjA5ODAwMDUgMzEuNDM2Mjg4MiwyMy4wOTgwMDA1IEMzMC43ODAyMTAzLDIzLjA5ODAwMDUgMzAuMTIzMTMwOSwyMi44NDgxMjY3IDI5LjYyMzMwOTcsMjIuMzQ5Mzc4NiBDMjguNjIzNjY3NSwyMS4zNTA4ODI4IDI4LjYyMzY2NzUsMTkuNzI3NzAyNSAyOS42MjMzMDk3LDE4LjcyOTIwNjggQzMwLjYyMjk1MiwxNy43MzE3MTA1IDMyLjI1MDYyNiwxNy43MzE3MTA1IDMzLjI1MDI2ODMsMTguNzI5MjA2OCBDMzQuMjQ5OTEwNiwxOS43Mjc3MDI1IDM0LjI0OTkxMDYsMjEuMzUwODgyOCAzMy4yNTAyNjgzLDIyLjM0OTM3ODYgTDMzLjI1MDI2ODMsMjIuMzQ5Mzc4NiBaIE05LjY2ODUyNjg3LDE5LjQ0Njg0NDMgQzkuMzYzMDI0OTcsMTkuMTQyOTk3OCA4Ljk2MzM2ODM5LDE4Ljk5MTA3NDUgOC41NjI3MTAxNywxOC45OTEwNzQ1IEM4LjE2MzA1MzU5LDE4Ljk5MTA3NDUgNy43NjMzOTcwMSwxOS4xNDI5OTc4IDcuNDU3ODk1MTEsMTkuNDQ2ODQ0MyBDNi44NDg4OTQ2MSwyMC4wNTU1MzcgNi44NDg4OTQ2MSwyMS4wNDUwMzczIDcuNDU3ODk1MTEsMjEuNjUyNzMwNCBDOC4wNjc4OTcyNiwyMi4yNjE0MjMgOS4wNTg1MjQ3MiwyMi4yNjE0MjMgOS42Njg1MjY4NywyMS42NTI3MzA0IEMxMC4yNzc1Mjc0LDIxLjA0NTAzNzMgMTAuMjc3NTI3NCwyMC4wNTU1MzcgOS42Njg1MjY4NywxOS40NDY4NDQzIEw5LjY2ODUyNjg3LDE5LjQ0Njg0NDMgWiBNMTAuMzc2NjkwMywyMi4zNTkzNzM1IEM5Ljg3Njg2OTE0LDIyLjg1ODEyMTcgOS4yMTk3ODk2NSwyMy4xMDc5OTU1IDguNTYyNzEwMTcsMjMuMTA3OTk1NSBDNy45MDY2MzIzMiwyMy4xMDc5OTU1IDcuMjQ5NTUyODQsMjIuODU4MTIxNyA2Ljc0OTczMTcsMjIuMzU5MzczNSBDNS43NTAwODk0MywyMS4zNjE4NzczIDUuNzUwMDg5NDMsMTkuNzM4Njk3IDYuNzQ5NzMxNywxOC43NDAyMDEyIEM3Ljc0OTM3Mzk3LDE3Ljc0MjcwNDkgOS4zNzcwNDgwMSwxNy43NDI3MDQ5IDEwLjM3NjY5MDMsMTguNzQwMjAxMiBDMTEuMzc2MzMyNSwxOS43Mzg2OTcgMTEuMzc2MzMyNSwyMS4zNjE4NzczIDEwLjM3NjY5MDMsMjIuMzU5MzczNSBMMTAuMzc2NjkwMywyMi4zNTkzNzM1IFogTTI3LjQzMzcxMjUsMjguOTEwMDY1NCBDMjUuNDM2NDMxMywzMC45MDMwNTkgMjIuNzgyMDcwNSwzMi4wMDA1MDQ3IDE5Ljk1NzQzMDEsMzIuMDAwNTA0NyBDMTcuMTMyNzg5NiwzMi4wMDA1MDQ3IDE0LjQ3ODQyODgsMzAuOTAzMDU5IDEyLjQ4MjE0OTIsMjguOTEwMDY1NCBDMTEuMTY1OTg3LDI3LjU5NzcyODEgMTAuNDA3NzQxMywyNi40NjkyOTggOS45NDQ5ODEwNCwyNS4xMzU5NzEzIEw4Ljk5ODQyNTk5LDI1LjQ2MjgwNjMgQzkuNTA3MjYxOTMsMjYuOTI5MDY1OCAxMC4zNjI2NjcyLDI4LjIxMDQxODcgMTEuNzczOTg1OCwyOS42MTY3MDg2IEMxMy45NTg1NzQ4LDMxLjc5ODYwNjcgMTYuODY2MzUxOSwzMyAxOS45NTc0MzAxLDMzIEMyMy4wNDk1MDk5LDMzIDI1Ljk1NjI4NTMsMzEuNzk4NjA2NyAyOC4xNDE4NzU5LDI5LjYxNjcwODYgQzI5LjI4Mjc1MDIsMjguNDc4MjgzNSAzMC40MjA2MTk2LDI3LjE4NjkzNTYgMzEuMDExNTkwNSwyNS40NjA4MDczIEwzMC4wNjQwMzM4LDI1LjEzNzk3MDMgQzI5LjUzOTE3MTUsMjYuNjcwMTk2NiAyOC40ODk0NDY5LDI3Ljg1NjU5NzQgMjcuNDMzNzEyNSwyOC45MTAwNjU0IEwyNy40MzM3MTI1LDI4LjkxMDA2NTQgWiBNOS45NDQ5ODEwNCwxNS44NTk2NTU5IEw4Ljk5ODQyNTk5LDE1LjUzMTgyMTQgQzkuNTEwMjY2ODcsMTQuMDY0NTYyNCAxMC4zNjU2NzIyLDEyLjc4MzIwOTUgMTEuNzc1OTg5MSwxMS4zNzU5MjAyIEMxNi4yODYzOTkxLDYuODc1MTkzMDQgMjMuNjI2NDU3OCw2Ljg3NDE5MzU0IDI4LjEzNzg2OTQsMTEuMzc1OTIwMiBDMjkuMjE4NjQ0OSwxMi40NTMzNzYxIDMwLjQwMzU5MTYsMTMuNzg5NzAxMiAzMS4wMTE1OTA1LDE1LjUzMTgyMTQgTDMwLjA2NDAzMzgsMTUuODU5NjU1OSBDMjkuNTI0MTQ2OCwxNC4zMDk0Mzg3IDI4LjQyOTM0ODIsMTMuMDgwMDU5NiAyNy40Mjk3MDU5LDEyLjA4MjU2MzMgQzI1LjQzNDQyOCwxMC4wOTE1Njg4IDIyLjc4MTA2ODksOC45OTYxMjE5NyAxOS45NTc0MzAxLDguOTk2MTIxOTcgQzE3LjEzMzc5MTIsOC45OTYxMjE5NyAxNC40ODA0MzIxLDEwLjA5MTU2ODggMTIuNDg1MTU0MiwxMi4wODI1NjMzIEMxMS4xODcwMjE1LDEzLjM3NzkwOTIgMTAuNDAzNzM0NywxNC41NDIzMjExIDkuOTQ0OTgxMDQsMTUuODU5NjU1OSBMOS45NDQ5ODEwNCwxNS44NTk2NTU5IFonCiAgICAgICAgICAgICAgaWQ9J0FXUy1TaW1wbGUtUXVldWUtU2VydmljZV9JY29uXzMyX1NxdWlkJyBmaWxsPScjRkZGRkZGJz48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg=="
|
|
2320
|
-
},
|
|
2321
|
-
"engines": {
|
|
2322
|
-
"camunda": "^8.5"
|
|
2323
2323
|
}
|
|
2324
2324
|
}
|
|
2325
2325
|
]
|