@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,11 +1,11 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
-
"name": "RabbitMQ
|
|
4
|
+
"name": "RabbitMQ connector",
|
|
5
5
|
"id": "io.camunda.connectors.inbound.RabbitMQ.StartEvent.v1",
|
|
6
|
+
"version": 2,
|
|
6
7
|
"description": "Receive a message from RabbitMQ",
|
|
7
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq
|
|
8
|
-
"version": 6,
|
|
8
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq-inbound",
|
|
9
9
|
"category": {
|
|
10
10
|
"id": "connectors",
|
|
11
11
|
"name": "Connectors"
|
|
@@ -32,29 +32,29 @@
|
|
|
32
32
|
"label": "Activation"
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
|
-
"id": "
|
|
36
|
-
"label": "
|
|
35
|
+
"id": "variable-mapping",
|
|
36
|
+
"label": "Variable mapping"
|
|
37
37
|
}
|
|
38
38
|
],
|
|
39
39
|
"properties": [
|
|
40
40
|
{
|
|
41
|
+
"type": "Hidden",
|
|
41
42
|
"value": "io.camunda:connector-rabbitmq-inbound:1",
|
|
42
43
|
"binding": {
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
}
|
|
46
|
-
"type": "Hidden"
|
|
44
|
+
"type": "zeebe:property",
|
|
45
|
+
"name": "inbound.type"
|
|
46
|
+
}
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
|
-
"id": "
|
|
49
|
+
"id": "connectionType",
|
|
50
50
|
"label": "Connection type",
|
|
51
|
-
"value": "uri",
|
|
52
51
|
"group": "authentication",
|
|
52
|
+
"type": "Dropdown",
|
|
53
|
+
"value": "uri",
|
|
53
54
|
"binding": {
|
|
54
|
-
"
|
|
55
|
-
"
|
|
55
|
+
"type": "zeebe:property",
|
|
56
|
+
"name": "authentication.authType"
|
|
56
57
|
},
|
|
57
|
-
"type": "Dropdown",
|
|
58
58
|
"choices": [
|
|
59
59
|
{
|
|
60
60
|
"name": "URI",
|
|
@@ -67,178 +67,154 @@
|
|
|
67
67
|
]
|
|
68
68
|
},
|
|
69
69
|
{
|
|
70
|
-
"id": "authentication.uri",
|
|
71
70
|
"label": "URI",
|
|
72
71
|
"description": "URI should contain username, password, host name, port number, and virtual host",
|
|
73
|
-
"
|
|
72
|
+
"group": "authentication",
|
|
73
|
+
"type": "String",
|
|
74
|
+
"binding": {
|
|
75
|
+
"type": "zeebe:property",
|
|
76
|
+
"name": "authentication.uri"
|
|
77
|
+
},
|
|
74
78
|
"constraints": {
|
|
75
79
|
"notEmpty": true,
|
|
76
80
|
"pattern": {
|
|
77
|
-
"value": "^(
|
|
81
|
+
"value": "^(amqps?://)|secrets\\..+|(\\{\\{secrets\\..+\\}\\}).*",
|
|
78
82
|
"message": "Must start with amqp(s):// or contain a secret reference"
|
|
79
83
|
}
|
|
80
84
|
},
|
|
81
|
-
"group": "authentication",
|
|
82
|
-
"binding": {
|
|
83
|
-
"name": "authentication.uri",
|
|
84
|
-
"type": "zeebe:property"
|
|
85
|
-
},
|
|
86
85
|
"condition": {
|
|
87
|
-
"property": "
|
|
88
|
-
"equals": "uri"
|
|
89
|
-
|
|
90
|
-
},
|
|
91
|
-
"type": "String"
|
|
86
|
+
"property": "connectionType",
|
|
87
|
+
"equals": "uri"
|
|
88
|
+
}
|
|
92
89
|
},
|
|
93
90
|
{
|
|
94
|
-
"id": "authentication.userName",
|
|
95
91
|
"label": "Username",
|
|
96
|
-
"optional": false,
|
|
97
|
-
"constraints": {
|
|
98
|
-
"notEmpty": true
|
|
99
|
-
},
|
|
100
92
|
"group": "authentication",
|
|
93
|
+
"type": "String",
|
|
101
94
|
"binding": {
|
|
102
|
-
"
|
|
103
|
-
"
|
|
95
|
+
"type": "zeebe:property",
|
|
96
|
+
"name": "authentication.userName"
|
|
104
97
|
},
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"equals": "credentials",
|
|
108
|
-
"type": "simple"
|
|
98
|
+
"constraints": {
|
|
99
|
+
"notEmpty": true
|
|
109
100
|
},
|
|
110
|
-
"
|
|
101
|
+
"condition": {
|
|
102
|
+
"property": "connectionType",
|
|
103
|
+
"equals": "credentials"
|
|
104
|
+
}
|
|
111
105
|
},
|
|
112
106
|
{
|
|
113
|
-
"id": "authentication.password",
|
|
114
107
|
"label": "Password",
|
|
115
|
-
"optional": false,
|
|
116
|
-
"constraints": {
|
|
117
|
-
"notEmpty": true
|
|
118
|
-
},
|
|
119
108
|
"group": "authentication",
|
|
109
|
+
"type": "String",
|
|
120
110
|
"binding": {
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
},
|
|
124
|
-
"condition": {
|
|
125
|
-
"property": "authentication.authType",
|
|
126
|
-
"equals": "credentials",
|
|
127
|
-
"type": "simple"
|
|
111
|
+
"type": "zeebe:property",
|
|
112
|
+
"name": "authentication.password"
|
|
128
113
|
},
|
|
129
|
-
"type": "String"
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
"id": "routing.virtualHost",
|
|
133
|
-
"label": "Virtual host",
|
|
134
|
-
"description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
|
|
135
|
-
"optional": false,
|
|
136
114
|
"constraints": {
|
|
137
115
|
"notEmpty": true
|
|
138
116
|
},
|
|
139
|
-
"group": "routing",
|
|
140
|
-
"binding": {
|
|
141
|
-
"name": "routing.virtualHost",
|
|
142
|
-
"type": "zeebe:property"
|
|
143
|
-
},
|
|
144
117
|
"condition": {
|
|
145
|
-
"property": "
|
|
146
|
-
"equals": "credentials"
|
|
147
|
-
|
|
148
|
-
},
|
|
149
|
-
"type": "String"
|
|
118
|
+
"property": "connectionType",
|
|
119
|
+
"equals": "credentials"
|
|
120
|
+
}
|
|
150
121
|
},
|
|
151
122
|
{
|
|
152
|
-
"id": "routing.hostName",
|
|
153
123
|
"label": "Host name",
|
|
154
|
-
"description": "Host name: get from RabbitMQ external
|
|
155
|
-
"
|
|
124
|
+
"description": "Host name: get from RabbitMQ external applocation configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
|
|
125
|
+
"group": "routing",
|
|
126
|
+
"type": "String",
|
|
127
|
+
"binding": {
|
|
128
|
+
"type": "zeebe:property",
|
|
129
|
+
"name": "routing.hostName"
|
|
130
|
+
},
|
|
156
131
|
"constraints": {
|
|
157
132
|
"notEmpty": true
|
|
158
133
|
},
|
|
134
|
+
"condition": {
|
|
135
|
+
"property": "connectionType",
|
|
136
|
+
"equals": "credentials"
|
|
137
|
+
}
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"label": "Virtual host",
|
|
141
|
+
"description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
|
|
159
142
|
"group": "routing",
|
|
143
|
+
"type": "String",
|
|
160
144
|
"binding": {
|
|
161
|
-
"
|
|
162
|
-
"
|
|
145
|
+
"type": "zeebe:property",
|
|
146
|
+
"name": "routing.virtualHost"
|
|
163
147
|
},
|
|
164
|
-
"
|
|
165
|
-
"
|
|
166
|
-
"equals": "credentials",
|
|
167
|
-
"type": "simple"
|
|
148
|
+
"constraints": {
|
|
149
|
+
"notEmpty": true
|
|
168
150
|
},
|
|
169
|
-
"
|
|
151
|
+
"condition": {
|
|
152
|
+
"property": "connectionType",
|
|
153
|
+
"equals": "credentials"
|
|
154
|
+
}
|
|
170
155
|
},
|
|
171
156
|
{
|
|
172
|
-
"id": "routing.port",
|
|
173
157
|
"label": "Port",
|
|
174
|
-
"description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq
|
|
175
|
-
"optional": false,
|
|
176
|
-
"constraints": {
|
|
177
|
-
"notEmpty": true
|
|
178
|
-
},
|
|
158
|
+
"description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/#routing-data\"target=\"_blank\">documentation</a>",
|
|
179
159
|
"group": "routing",
|
|
160
|
+
"type": "String",
|
|
180
161
|
"binding": {
|
|
181
|
-
"
|
|
182
|
-
"
|
|
162
|
+
"type": "zeebe:property",
|
|
163
|
+
"name": "routing.port"
|
|
183
164
|
},
|
|
184
|
-
"
|
|
185
|
-
"
|
|
186
|
-
"equals": "credentials",
|
|
187
|
-
"type": "simple"
|
|
165
|
+
"constraints": {
|
|
166
|
+
"notEmpty": true
|
|
188
167
|
},
|
|
189
|
-
"
|
|
168
|
+
"condition": {
|
|
169
|
+
"property": "connectionType",
|
|
170
|
+
"equals": "credentials"
|
|
171
|
+
}
|
|
190
172
|
},
|
|
191
173
|
{
|
|
192
|
-
"id": "queueName",
|
|
193
174
|
"label": "Queue name",
|
|
194
175
|
"description": "Name of the queue to subscribe to",
|
|
195
|
-
"optional": false,
|
|
196
|
-
"constraints": {
|
|
197
|
-
"notEmpty": true
|
|
198
|
-
},
|
|
199
176
|
"group": "subscription",
|
|
177
|
+
"type": "String",
|
|
178
|
+
"feel": "optional",
|
|
200
179
|
"binding": {
|
|
201
|
-
"
|
|
202
|
-
"
|
|
180
|
+
"type": "zeebe:property",
|
|
181
|
+
"name": "queueName"
|
|
203
182
|
},
|
|
204
|
-
"
|
|
183
|
+
"constraints": {
|
|
184
|
+
"notEmpty": true
|
|
185
|
+
}
|
|
205
186
|
},
|
|
206
187
|
{
|
|
207
|
-
"id": "consumerTag",
|
|
208
188
|
"label": "Consumer tag",
|
|
209
189
|
"description": "Consumer tag to use for the subscription",
|
|
210
|
-
"optional": false,
|
|
211
190
|
"group": "subscription",
|
|
191
|
+
"type": "String",
|
|
192
|
+
"feel": "optional",
|
|
212
193
|
"binding": {
|
|
213
|
-
"
|
|
214
|
-
"
|
|
215
|
-
}
|
|
216
|
-
"type": "String"
|
|
194
|
+
"type": "zeebe:property",
|
|
195
|
+
"name": "consumerTag"
|
|
196
|
+
}
|
|
217
197
|
},
|
|
218
198
|
{
|
|
219
|
-
"id": "arguments",
|
|
220
199
|
"label": "Arguments",
|
|
221
200
|
"description": "Arguments to use for the subscription",
|
|
222
|
-
"optional": true,
|
|
223
|
-
"feel": "required",
|
|
224
201
|
"group": "subscription",
|
|
202
|
+
"type": "String",
|
|
203
|
+
"feel": "required",
|
|
225
204
|
"binding": {
|
|
226
|
-
"
|
|
227
|
-
"
|
|
228
|
-
}
|
|
229
|
-
"type": "String"
|
|
205
|
+
"type": "zeebe:property",
|
|
206
|
+
"name": "arguments"
|
|
207
|
+
}
|
|
230
208
|
},
|
|
231
209
|
{
|
|
232
|
-
"id": "exclusive",
|
|
233
210
|
"label": "Exclusive consumer",
|
|
234
|
-
"optional": false,
|
|
235
|
-
"value": "false",
|
|
236
211
|
"group": "subscription",
|
|
212
|
+
"type": "Dropdown",
|
|
213
|
+
"value": "false",
|
|
237
214
|
"binding": {
|
|
238
|
-
"
|
|
239
|
-
"
|
|
215
|
+
"type": "zeebe:property",
|
|
216
|
+
"name": "exclusive"
|
|
240
217
|
},
|
|
241
|
-
"type": "Dropdown",
|
|
242
218
|
"choices": [
|
|
243
219
|
{
|
|
244
220
|
"name": "Yes",
|
|
@@ -251,47 +227,46 @@
|
|
|
251
227
|
]
|
|
252
228
|
},
|
|
253
229
|
{
|
|
254
|
-
"id": "activationCondition",
|
|
255
230
|
"label": "Activation condition",
|
|
256
|
-
"
|
|
257
|
-
"optional": true,
|
|
258
|
-
"feel": "required",
|
|
231
|
+
"type": "String",
|
|
259
232
|
"group": "activation",
|
|
233
|
+
"feel": "required",
|
|
234
|
+
"optional": true,
|
|
260
235
|
"binding": {
|
|
261
|
-
"
|
|
262
|
-
"
|
|
236
|
+
"type": "zeebe:property",
|
|
237
|
+
"name": "activationCondition"
|
|
263
238
|
},
|
|
264
|
-
"
|
|
239
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events"
|
|
265
240
|
},
|
|
266
241
|
{
|
|
267
|
-
"id": "resultVariable",
|
|
268
242
|
"label": "Result variable",
|
|
269
|
-
"
|
|
270
|
-
"group": "
|
|
243
|
+
"type": "String",
|
|
244
|
+
"group": "variable-mapping",
|
|
245
|
+
"optional": true,
|
|
271
246
|
"binding": {
|
|
272
|
-
"
|
|
273
|
-
"
|
|
247
|
+
"type": "zeebe:property",
|
|
248
|
+
"name": "resultVariable"
|
|
274
249
|
},
|
|
275
|
-
"
|
|
250
|
+
"description": "Name of variable to store the result of the connector in"
|
|
276
251
|
},
|
|
277
252
|
{
|
|
278
|
-
"id": "resultExpression",
|
|
279
253
|
"label": "Result expression",
|
|
280
|
-
"
|
|
254
|
+
"type": "String",
|
|
255
|
+
"group": "variable-mapping",
|
|
281
256
|
"feel": "required",
|
|
282
|
-
"
|
|
257
|
+
"optional": true,
|
|
283
258
|
"binding": {
|
|
284
|
-
"
|
|
285
|
-
"
|
|
259
|
+
"type": "zeebe:property",
|
|
260
|
+
"name": "resultExpression"
|
|
286
261
|
},
|
|
287
|
-
"
|
|
262
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
288
263
|
}
|
|
289
264
|
],
|
|
290
265
|
"icon": {
|
|
291
|
-
"contents": "data:image/svg+xml;
|
|
266
|
+
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='-7.5 0 271 271' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M245.44 108.308h-85.09a7.738 7.738 0 0 1-7.735-7.734v-88.68C152.615 5.327 147.29 0 140.726 0h-30.375c-6.568 0-11.89 5.327-11.89 11.894v88.143c0 4.573-3.697 8.29-8.27 8.31l-27.885.133c-4.612.025-8.359-3.717-8.35-8.325l.173-88.241C54.144 5.337 48.817 0 42.24 0H11.89C5.321 0 0 5.327 0 11.894V260.21c0 5.834 4.726 10.56 10.555 10.56H245.44c5.834 0 10.56-4.726 10.56-10.56V118.868c0-5.834-4.726-10.56-10.56-10.56zm-39.902 93.233c0 7.645-6.198 13.844-13.843 13.844H167.69c-7.646 0-13.844-6.199-13.844-13.844v-24.005c0-7.646 6.198-13.844 13.844-13.844h24.005c7.645 0 13.843 6.198 13.843 13.844v24.005z' fill='%23F60'/%3E%3C/svg%3E"
|
|
292
267
|
},
|
|
293
268
|
"engines": {
|
|
294
|
-
"camunda": "^8.
|
|
269
|
+
"camunda": "^8.2"
|
|
295
270
|
}
|
|
296
271
|
},
|
|
297
272
|
{
|
|
@@ -678,9 +653,9 @@
|
|
|
678
653
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
679
654
|
"name": "RabbitMQ Start Event Connector",
|
|
680
655
|
"id": "io.camunda.connectors.inbound.RabbitMQ.StartEvent.v1",
|
|
681
|
-
"version": 3,
|
|
682
656
|
"description": "Receive a message from RabbitMQ",
|
|
683
657
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
|
|
658
|
+
"version": 6,
|
|
684
659
|
"category": {
|
|
685
660
|
"id": "connectors",
|
|
686
661
|
"name": "Connectors"
|
|
@@ -707,29 +682,29 @@
|
|
|
707
682
|
"label": "Activation"
|
|
708
683
|
},
|
|
709
684
|
{
|
|
710
|
-
"id": "
|
|
711
|
-
"label": "
|
|
685
|
+
"id": "output",
|
|
686
|
+
"label": "Output mapping"
|
|
712
687
|
}
|
|
713
688
|
],
|
|
714
689
|
"properties": [
|
|
715
690
|
{
|
|
716
|
-
"type": "Hidden",
|
|
717
691
|
"value": "io.camunda:connector-rabbitmq-inbound:1",
|
|
718
692
|
"binding": {
|
|
719
|
-
"
|
|
720
|
-
"
|
|
721
|
-
}
|
|
693
|
+
"name": "inbound.type",
|
|
694
|
+
"type": "zeebe:property"
|
|
695
|
+
},
|
|
696
|
+
"type": "Hidden"
|
|
722
697
|
},
|
|
723
698
|
{
|
|
724
|
-
"id": "
|
|
699
|
+
"id": "authentication.authType",
|
|
725
700
|
"label": "Connection type",
|
|
726
|
-
"group": "authentication",
|
|
727
|
-
"type": "Dropdown",
|
|
728
701
|
"value": "uri",
|
|
702
|
+
"group": "authentication",
|
|
729
703
|
"binding": {
|
|
730
|
-
"
|
|
731
|
-
"
|
|
704
|
+
"name": "authentication.authType",
|
|
705
|
+
"type": "zeebe:property"
|
|
732
706
|
},
|
|
707
|
+
"type": "Dropdown",
|
|
733
708
|
"choices": [
|
|
734
709
|
{
|
|
735
710
|
"name": "URI",
|
|
@@ -742,154 +717,178 @@
|
|
|
742
717
|
]
|
|
743
718
|
},
|
|
744
719
|
{
|
|
720
|
+
"id": "authentication.uri",
|
|
745
721
|
"label": "URI",
|
|
746
722
|
"description": "URI should contain username, password, host name, port number, and virtual host",
|
|
747
|
-
"
|
|
748
|
-
"type": "String",
|
|
749
|
-
"binding": {
|
|
750
|
-
"type": "zeebe:property",
|
|
751
|
-
"name": "authentication.uri"
|
|
752
|
-
},
|
|
723
|
+
"optional": false,
|
|
753
724
|
"constraints": {
|
|
754
725
|
"notEmpty": true,
|
|
755
726
|
"pattern": {
|
|
756
|
-
"value": "^(amqps
|
|
727
|
+
"value": "^(=|(amqps?://|secrets|\\{\\{).*$)",
|
|
757
728
|
"message": "Must start with amqp(s):// or contain a secret reference"
|
|
758
729
|
}
|
|
759
730
|
},
|
|
731
|
+
"group": "authentication",
|
|
732
|
+
"binding": {
|
|
733
|
+
"name": "authentication.uri",
|
|
734
|
+
"type": "zeebe:property"
|
|
735
|
+
},
|
|
760
736
|
"condition": {
|
|
761
|
-
"property": "
|
|
762
|
-
"equals": "uri"
|
|
763
|
-
|
|
737
|
+
"property": "authentication.authType",
|
|
738
|
+
"equals": "uri",
|
|
739
|
+
"type": "simple"
|
|
740
|
+
},
|
|
741
|
+
"type": "String"
|
|
764
742
|
},
|
|
765
743
|
{
|
|
744
|
+
"id": "authentication.userName",
|
|
766
745
|
"label": "Username",
|
|
767
|
-
"
|
|
768
|
-
"type": "String",
|
|
769
|
-
"binding": {
|
|
770
|
-
"type": "zeebe:property",
|
|
771
|
-
"name": "authentication.userName"
|
|
772
|
-
},
|
|
746
|
+
"optional": false,
|
|
773
747
|
"constraints": {
|
|
774
748
|
"notEmpty": true
|
|
775
749
|
},
|
|
750
|
+
"group": "authentication",
|
|
751
|
+
"binding": {
|
|
752
|
+
"name": "authentication.userName",
|
|
753
|
+
"type": "zeebe:property"
|
|
754
|
+
},
|
|
776
755
|
"condition": {
|
|
777
|
-
"property": "
|
|
778
|
-
"equals": "credentials"
|
|
779
|
-
|
|
756
|
+
"property": "authentication.authType",
|
|
757
|
+
"equals": "credentials",
|
|
758
|
+
"type": "simple"
|
|
759
|
+
},
|
|
760
|
+
"type": "String"
|
|
780
761
|
},
|
|
781
762
|
{
|
|
763
|
+
"id": "authentication.password",
|
|
782
764
|
"label": "Password",
|
|
765
|
+
"optional": false,
|
|
766
|
+
"constraints": {
|
|
767
|
+
"notEmpty": true
|
|
768
|
+
},
|
|
783
769
|
"group": "authentication",
|
|
784
|
-
"type": "String",
|
|
785
770
|
"binding": {
|
|
786
|
-
"
|
|
787
|
-
"
|
|
771
|
+
"name": "authentication.password",
|
|
772
|
+
"type": "zeebe:property"
|
|
773
|
+
},
|
|
774
|
+
"condition": {
|
|
775
|
+
"property": "authentication.authType",
|
|
776
|
+
"equals": "credentials",
|
|
777
|
+
"type": "simple"
|
|
788
778
|
},
|
|
779
|
+
"type": "String"
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"id": "routing.virtualHost",
|
|
783
|
+
"label": "Virtual host",
|
|
784
|
+
"description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
|
|
785
|
+
"optional": false,
|
|
789
786
|
"constraints": {
|
|
790
787
|
"notEmpty": true
|
|
791
788
|
},
|
|
789
|
+
"group": "routing",
|
|
790
|
+
"binding": {
|
|
791
|
+
"name": "routing.virtualHost",
|
|
792
|
+
"type": "zeebe:property"
|
|
793
|
+
},
|
|
792
794
|
"condition": {
|
|
793
|
-
"property": "
|
|
794
|
-
"equals": "credentials"
|
|
795
|
-
|
|
795
|
+
"property": "authentication.authType",
|
|
796
|
+
"equals": "credentials",
|
|
797
|
+
"type": "simple"
|
|
798
|
+
},
|
|
799
|
+
"type": "String"
|
|
796
800
|
},
|
|
797
801
|
{
|
|
802
|
+
"id": "routing.hostName",
|
|
798
803
|
"label": "Host name",
|
|
799
|
-
"description": "Host name: get from RabbitMQ external
|
|
800
|
-
"
|
|
801
|
-
"type": "String",
|
|
802
|
-
"binding": {
|
|
803
|
-
"type": "zeebe:property",
|
|
804
|
-
"name": "routing.hostName"
|
|
805
|
-
},
|
|
804
|
+
"description": "Host name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
|
|
805
|
+
"optional": false,
|
|
806
806
|
"constraints": {
|
|
807
807
|
"notEmpty": true
|
|
808
808
|
},
|
|
809
|
-
"condition": {
|
|
810
|
-
"property": "connectionType",
|
|
811
|
-
"equals": "credentials"
|
|
812
|
-
}
|
|
813
|
-
},
|
|
814
|
-
{
|
|
815
|
-
"label": "Virtual host",
|
|
816
|
-
"description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound#routing-data-1\"target=\"_blank\">documentation</a>",
|
|
817
809
|
"group": "routing",
|
|
818
|
-
"type": "String",
|
|
819
810
|
"binding": {
|
|
820
|
-
"
|
|
821
|
-
"
|
|
822
|
-
},
|
|
823
|
-
"constraints": {
|
|
824
|
-
"notEmpty": true
|
|
811
|
+
"name": "routing.hostName",
|
|
812
|
+
"type": "zeebe:property"
|
|
825
813
|
},
|
|
826
814
|
"condition": {
|
|
827
|
-
"property": "
|
|
828
|
-
"equals": "credentials"
|
|
829
|
-
|
|
815
|
+
"property": "authentication.authType",
|
|
816
|
+
"equals": "credentials",
|
|
817
|
+
"type": "simple"
|
|
818
|
+
},
|
|
819
|
+
"type": "String"
|
|
830
820
|
},
|
|
831
821
|
{
|
|
822
|
+
"id": "routing.port",
|
|
832
823
|
"label": "Port",
|
|
833
|
-
"description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=
|
|
834
|
-
"
|
|
835
|
-
"type": "String",
|
|
836
|
-
"binding": {
|
|
837
|
-
"type": "zeebe:property",
|
|
838
|
-
"name": "routing.port"
|
|
839
|
-
},
|
|
824
|
+
"description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=outbound#routing-data\"target=\"_blank\">documentation</a>",
|
|
825
|
+
"optional": false,
|
|
840
826
|
"constraints": {
|
|
841
827
|
"notEmpty": true
|
|
842
828
|
},
|
|
829
|
+
"group": "routing",
|
|
830
|
+
"binding": {
|
|
831
|
+
"name": "routing.port",
|
|
832
|
+
"type": "zeebe:property"
|
|
833
|
+
},
|
|
843
834
|
"condition": {
|
|
844
|
-
"property": "
|
|
845
|
-
"equals": "credentials"
|
|
846
|
-
|
|
835
|
+
"property": "authentication.authType",
|
|
836
|
+
"equals": "credentials",
|
|
837
|
+
"type": "simple"
|
|
838
|
+
},
|
|
839
|
+
"type": "String"
|
|
847
840
|
},
|
|
848
841
|
{
|
|
842
|
+
"id": "queueName",
|
|
849
843
|
"label": "Queue name",
|
|
850
844
|
"description": "Name of the queue to subscribe to",
|
|
845
|
+
"optional": false,
|
|
846
|
+
"constraints": {
|
|
847
|
+
"notEmpty": true
|
|
848
|
+
},
|
|
851
849
|
"group": "subscription",
|
|
852
|
-
"type": "String",
|
|
853
|
-
"feel": "optional",
|
|
854
850
|
"binding": {
|
|
855
|
-
"
|
|
856
|
-
"
|
|
851
|
+
"name": "queueName",
|
|
852
|
+
"type": "zeebe:property"
|
|
857
853
|
},
|
|
858
|
-
"
|
|
859
|
-
"notEmpty": true
|
|
860
|
-
}
|
|
854
|
+
"type": "String"
|
|
861
855
|
},
|
|
862
856
|
{
|
|
857
|
+
"id": "consumerTag",
|
|
863
858
|
"label": "Consumer tag",
|
|
864
859
|
"description": "Consumer tag to use for the subscription",
|
|
860
|
+
"optional": false,
|
|
865
861
|
"group": "subscription",
|
|
866
|
-
"type": "String",
|
|
867
|
-
"feel": "optional",
|
|
868
862
|
"binding": {
|
|
869
|
-
"
|
|
870
|
-
"
|
|
871
|
-
}
|
|
863
|
+
"name": "consumerTag",
|
|
864
|
+
"type": "zeebe:property"
|
|
865
|
+
},
|
|
866
|
+
"type": "String"
|
|
872
867
|
},
|
|
873
868
|
{
|
|
869
|
+
"id": "arguments",
|
|
874
870
|
"label": "Arguments",
|
|
875
871
|
"description": "Arguments to use for the subscription",
|
|
876
|
-
"
|
|
877
|
-
"type": "String",
|
|
872
|
+
"optional": true,
|
|
878
873
|
"feel": "required",
|
|
874
|
+
"group": "subscription",
|
|
879
875
|
"binding": {
|
|
880
|
-
"
|
|
881
|
-
"
|
|
882
|
-
}
|
|
876
|
+
"name": "arguments",
|
|
877
|
+
"type": "zeebe:property"
|
|
878
|
+
},
|
|
879
|
+
"type": "String"
|
|
883
880
|
},
|
|
884
881
|
{
|
|
882
|
+
"id": "exclusive",
|
|
885
883
|
"label": "Exclusive consumer",
|
|
886
|
-
"
|
|
887
|
-
"type": "Dropdown",
|
|
884
|
+
"optional": false,
|
|
888
885
|
"value": "false",
|
|
886
|
+
"group": "subscription",
|
|
889
887
|
"binding": {
|
|
890
|
-
"
|
|
891
|
-
"
|
|
888
|
+
"name": "exclusive",
|
|
889
|
+
"type": "zeebe:property"
|
|
892
890
|
},
|
|
891
|
+
"type": "Dropdown",
|
|
893
892
|
"choices": [
|
|
894
893
|
{
|
|
895
894
|
"name": "Yes",
|
|
@@ -902,55 +901,56 @@
|
|
|
902
901
|
]
|
|
903
902
|
},
|
|
904
903
|
{
|
|
904
|
+
"id": "activationCondition",
|
|
905
905
|
"label": "Activation condition",
|
|
906
|
-
"
|
|
907
|
-
"group": "activation",
|
|
908
|
-
"feel": "required",
|
|
906
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
909
907
|
"optional": true,
|
|
908
|
+
"feel": "required",
|
|
909
|
+
"group": "activation",
|
|
910
910
|
"binding": {
|
|
911
|
-
"
|
|
912
|
-
"
|
|
911
|
+
"name": "activationCondition",
|
|
912
|
+
"type": "zeebe:property"
|
|
913
913
|
},
|
|
914
|
-
"
|
|
914
|
+
"type": "String"
|
|
915
915
|
},
|
|
916
916
|
{
|
|
917
|
+
"id": "resultVariable",
|
|
917
918
|
"label": "Result variable",
|
|
918
|
-
"
|
|
919
|
-
"group": "
|
|
920
|
-
"optional": true,
|
|
919
|
+
"description": "Name of variable to store the response in",
|
|
920
|
+
"group": "output",
|
|
921
921
|
"binding": {
|
|
922
|
-
"
|
|
923
|
-
"
|
|
922
|
+
"name": "resultVariable",
|
|
923
|
+
"type": "zeebe:property"
|
|
924
924
|
},
|
|
925
|
-
"
|
|
925
|
+
"type": "String"
|
|
926
926
|
},
|
|
927
927
|
{
|
|
928
|
+
"id": "resultExpression",
|
|
928
929
|
"label": "Result expression",
|
|
929
|
-
"
|
|
930
|
-
"group": "variable-mapping",
|
|
930
|
+
"description": "Expression to map the response into process variables",
|
|
931
931
|
"feel": "required",
|
|
932
|
-
"
|
|
932
|
+
"group": "output",
|
|
933
933
|
"binding": {
|
|
934
|
-
"
|
|
935
|
-
"
|
|
934
|
+
"name": "resultExpression",
|
|
935
|
+
"type": "zeebe:property"
|
|
936
936
|
},
|
|
937
|
-
"
|
|
937
|
+
"type": "Text"
|
|
938
938
|
}
|
|
939
939
|
],
|
|
940
940
|
"icon": {
|
|
941
|
-
"contents": "data:image/svg+xml;
|
|
941
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nLTcuNSAwIDI3MSAyNzEnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yNDUuNDQgMTA4LjMwOGgtODUuMDlhNy43MzggNy43MzggMCAwIDEtNy43MzUtNy43MzR2LTg4LjY4QzE1Mi42MTUgNS4zMjcgMTQ3LjI5IDAgMTQwLjcyNiAwaC0zMC4zNzVjLTYuNTY4IDAtMTEuODkgNS4zMjctMTEuODkgMTEuODk0djg4LjE0M2MwIDQuNTczLTMuNjk3IDguMjktOC4yNyA4LjMxbC0yNy44ODUuMTMzYy00LjYxMi4wMjUtOC4zNTktMy43MTctOC4zNS04LjMyNWwuMTczLTg4LjI0MUM1NC4xNDQgNS4zMzcgNDguODE3IDAgNDIuMjQgMEgxMS44OUM1LjMyMSAwIDAgNS4zMjcgMCAxMS44OTRWMjYwLjIxYzAgNS44MzQgNC43MjYgMTAuNTYgMTAuNTU1IDEwLjU2SDI0NS40NGM1LjgzNCAwIDEwLjU2LTQuNzI2IDEwLjU2LTEwLjU2VjExOC44NjhjMC01LjgzNC00LjcyNi0xMC41Ni0xMC41Ni0xMC41NnptLTM5LjkwMiA5My4yMzNjMCA3LjY0NS02LjE5OCAxMy44NDQtMTMuODQzIDEzLjg0NEgxNjcuNjljLTcuNjQ2IDAtMTMuODQ0LTYuMTk5LTEzLjg0NC0xMy44NDR2LTI0LjAwNWMwLTcuNjQ2IDYuMTk4LTEzLjg0NCAxMy44NDQtMTMuODQ0aDI0LjAwNWM3LjY0NSAwIDEzLjg0MyA2LjE5OCAxMy44NDMgMTMuODQ0djI0LjAwNXonCiAgICAgICAgICBmaWxsPScjRjYwJy8+Cjwvc3ZnPg=="
|
|
942
942
|
},
|
|
943
943
|
"engines": {
|
|
944
|
-
"camunda": "^8.
|
|
944
|
+
"camunda": "^8.5"
|
|
945
945
|
}
|
|
946
946
|
},
|
|
947
947
|
{
|
|
948
948
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
949
|
-
"name": "RabbitMQ
|
|
949
|
+
"name": "RabbitMQ Start Event Connector",
|
|
950
950
|
"id": "io.camunda.connectors.inbound.RabbitMQ.StartEvent.v1",
|
|
951
|
-
"version":
|
|
951
|
+
"version": 3,
|
|
952
952
|
"description": "Receive a message from RabbitMQ",
|
|
953
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq
|
|
953
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound",
|
|
954
954
|
"category": {
|
|
955
955
|
"id": "connectors",
|
|
956
956
|
"name": "Connectors"
|
|
@@ -1023,7 +1023,7 @@
|
|
|
1023
1023
|
"constraints": {
|
|
1024
1024
|
"notEmpty": true,
|
|
1025
1025
|
"pattern": {
|
|
1026
|
-
"value": "^(amqps?://)|
|
|
1026
|
+
"value": "^(amqps?://)|(\\{\\{secrets\\..+\\}\\}).*",
|
|
1027
1027
|
"message": "Must start with amqp(s):// or contain a secret reference"
|
|
1028
1028
|
}
|
|
1029
1029
|
},
|
|
@@ -1066,7 +1066,7 @@
|
|
|
1066
1066
|
},
|
|
1067
1067
|
{
|
|
1068
1068
|
"label": "Host name",
|
|
1069
|
-
"description": "Host name: get from RabbitMQ external applocation configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq
|
|
1069
|
+
"description": "Host name: get from RabbitMQ external applocation configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound#routing-data-1\"target=\"_blank\">documentation</a>",
|
|
1070
1070
|
"group": "routing",
|
|
1071
1071
|
"type": "String",
|
|
1072
1072
|
"binding": {
|
|
@@ -1083,7 +1083,7 @@
|
|
|
1083
1083
|
},
|
|
1084
1084
|
{
|
|
1085
1085
|
"label": "Virtual host",
|
|
1086
|
-
"description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq
|
|
1086
|
+
"description": "Virtual name: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound#routing-data-1\"target=\"_blank\">documentation</a>",
|
|
1087
1087
|
"group": "routing",
|
|
1088
1088
|
"type": "String",
|
|
1089
1089
|
"binding": {
|
|
@@ -1100,7 +1100,7 @@
|
|
|
1100
1100
|
},
|
|
1101
1101
|
{
|
|
1102
1102
|
"label": "Port",
|
|
1103
|
-
"description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq
|
|
1103
|
+
"description": "Port: get from RabbitMQ external application configurations. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/rabbitmq/?rabbitmq=inbound#routing-data-1\"target=\"_blank\">documentation</a>",
|
|
1104
1104
|
"group": "routing",
|
|
1105
1105
|
"type": "String",
|
|
1106
1106
|
"binding": {
|