@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
|
@@ -0,0 +1,498 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
+
"name": "Kafka Receive Task Connector",
|
|
5
|
+
"id": "io.camunda.connectors.inbound.KafkaReceive.v1",
|
|
6
|
+
"description": "Consume Kafka messages",
|
|
7
|
+
"metadata": {
|
|
8
|
+
"keywords": []
|
|
9
|
+
},
|
|
10
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
11
|
+
"version": 7,
|
|
12
|
+
"category": {
|
|
13
|
+
"id": "connectors",
|
|
14
|
+
"name": "Connectors"
|
|
15
|
+
},
|
|
16
|
+
"appliesTo": ["bpmn:ReceiveTask"],
|
|
17
|
+
"elementType": {
|
|
18
|
+
"value": "bpmn:ReceiveTask"
|
|
19
|
+
},
|
|
20
|
+
"engines": {
|
|
21
|
+
"camunda": "^8.3"
|
|
22
|
+
},
|
|
23
|
+
"groups": [
|
|
24
|
+
{
|
|
25
|
+
"id": "authentication",
|
|
26
|
+
"label": "Authentication"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"id": "kafka",
|
|
30
|
+
"label": "Kafka"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"id": "schema",
|
|
34
|
+
"label": "Schema"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"id": "activation",
|
|
38
|
+
"label": "Activation"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"id": "correlation",
|
|
42
|
+
"label": "Correlation",
|
|
43
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"id": "deduplication",
|
|
47
|
+
"label": "Deduplication",
|
|
48
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"id": "output",
|
|
52
|
+
"label": "Output mapping"
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"properties": [
|
|
56
|
+
{
|
|
57
|
+
"value": "io.camunda:connector-kafka-inbound:1",
|
|
58
|
+
"binding": {
|
|
59
|
+
"name": "inbound.type",
|
|
60
|
+
"type": "zeebe:property"
|
|
61
|
+
},
|
|
62
|
+
"type": "Hidden"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"id": "authenticationType",
|
|
66
|
+
"label": "Authentication type",
|
|
67
|
+
"description": "Username/password or custom",
|
|
68
|
+
"optional": false,
|
|
69
|
+
"value": "credentials",
|
|
70
|
+
"constraints": {
|
|
71
|
+
"notEmpty": true
|
|
72
|
+
},
|
|
73
|
+
"group": "authentication",
|
|
74
|
+
"binding": {
|
|
75
|
+
"name": "authenticationType",
|
|
76
|
+
"type": "zeebe:property"
|
|
77
|
+
},
|
|
78
|
+
"type": "Dropdown",
|
|
79
|
+
"choices": [
|
|
80
|
+
{
|
|
81
|
+
"name": "Credentials",
|
|
82
|
+
"value": "credentials"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"name": "Custom",
|
|
86
|
+
"value": "custom"
|
|
87
|
+
}
|
|
88
|
+
]
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"id": "authentication.username",
|
|
92
|
+
"label": "Username",
|
|
93
|
+
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
94
|
+
"optional": true,
|
|
95
|
+
"group": "authentication",
|
|
96
|
+
"binding": {
|
|
97
|
+
"name": "authentication.username",
|
|
98
|
+
"type": "zeebe:property"
|
|
99
|
+
},
|
|
100
|
+
"type": "String"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"id": "authentication.password",
|
|
104
|
+
"label": "Password",
|
|
105
|
+
"description": "Provide a password for the user",
|
|
106
|
+
"optional": true,
|
|
107
|
+
"group": "authentication",
|
|
108
|
+
"binding": {
|
|
109
|
+
"name": "authentication.password",
|
|
110
|
+
"type": "zeebe:property"
|
|
111
|
+
},
|
|
112
|
+
"type": "String"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"id": "topic.bootstrapServers",
|
|
116
|
+
"label": "Bootstrap servers",
|
|
117
|
+
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
118
|
+
"optional": false,
|
|
119
|
+
"constraints": {
|
|
120
|
+
"notEmpty": true
|
|
121
|
+
},
|
|
122
|
+
"group": "kafka",
|
|
123
|
+
"binding": {
|
|
124
|
+
"name": "topic.bootstrapServers",
|
|
125
|
+
"type": "zeebe:property"
|
|
126
|
+
},
|
|
127
|
+
"type": "String"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"id": "topic.topicName",
|
|
131
|
+
"label": "Topic",
|
|
132
|
+
"description": "Provide topic name",
|
|
133
|
+
"optional": false,
|
|
134
|
+
"constraints": {
|
|
135
|
+
"notEmpty": true
|
|
136
|
+
},
|
|
137
|
+
"group": "kafka",
|
|
138
|
+
"binding": {
|
|
139
|
+
"name": "topic.topicName",
|
|
140
|
+
"type": "zeebe:property"
|
|
141
|
+
},
|
|
142
|
+
"type": "String"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"id": "groupId",
|
|
146
|
+
"label": "Consumer group ID",
|
|
147
|
+
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
148
|
+
"optional": false,
|
|
149
|
+
"group": "kafka",
|
|
150
|
+
"binding": {
|
|
151
|
+
"name": "groupId",
|
|
152
|
+
"type": "zeebe:property"
|
|
153
|
+
},
|
|
154
|
+
"type": "String"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"id": "additionalProperties",
|
|
158
|
+
"label": "Additional properties",
|
|
159
|
+
"description": "Provide additional Kafka consumer properties in JSON",
|
|
160
|
+
"optional": true,
|
|
161
|
+
"feel": "required",
|
|
162
|
+
"group": "kafka",
|
|
163
|
+
"binding": {
|
|
164
|
+
"name": "additionalProperties",
|
|
165
|
+
"type": "zeebe:property"
|
|
166
|
+
},
|
|
167
|
+
"type": "String"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"id": "offsets",
|
|
171
|
+
"label": "Offsets",
|
|
172
|
+
"description": "List of offsets, e.g. '10' or '=[10, 23]'. If specified, it has to have the same number of values as the number of partitions",
|
|
173
|
+
"optional": true,
|
|
174
|
+
"feel": "optional",
|
|
175
|
+
"group": "kafka",
|
|
176
|
+
"binding": {
|
|
177
|
+
"name": "offsets",
|
|
178
|
+
"type": "zeebe:property"
|
|
179
|
+
},
|
|
180
|
+
"type": "String"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"id": "autoOffsetReset",
|
|
184
|
+
"label": "Auto offset reset",
|
|
185
|
+
"description": "What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. You should only select none if you specified the offsets",
|
|
186
|
+
"optional": false,
|
|
187
|
+
"value": "latest",
|
|
188
|
+
"constraints": {
|
|
189
|
+
"notEmpty": true
|
|
190
|
+
},
|
|
191
|
+
"group": "kafka",
|
|
192
|
+
"binding": {
|
|
193
|
+
"name": "autoOffsetReset",
|
|
194
|
+
"type": "zeebe:property"
|
|
195
|
+
},
|
|
196
|
+
"type": "Dropdown",
|
|
197
|
+
"choices": [
|
|
198
|
+
{
|
|
199
|
+
"name": "None",
|
|
200
|
+
"value": "none"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"name": "Latest",
|
|
204
|
+
"value": "latest"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"name": "Earliest",
|
|
208
|
+
"value": "earliest"
|
|
209
|
+
}
|
|
210
|
+
]
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"id": "schemaStrategy.type",
|
|
214
|
+
"label": "Schema strategy",
|
|
215
|
+
"value": "noSchema",
|
|
216
|
+
"group": "schema",
|
|
217
|
+
"binding": {
|
|
218
|
+
"name": "schemaStrategy.type",
|
|
219
|
+
"type": "zeebe:property"
|
|
220
|
+
},
|
|
221
|
+
"type": "Dropdown",
|
|
222
|
+
"choices": [
|
|
223
|
+
{
|
|
224
|
+
"name": "No schema",
|
|
225
|
+
"value": "noSchema"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"name": "Avro Inline schema",
|
|
229
|
+
"value": "inlineSchema"
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"name": "Confluent Schema registry",
|
|
233
|
+
"value": "schemaRegistry"
|
|
234
|
+
}
|
|
235
|
+
]
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"id": "schemaStrategy.avro.schema",
|
|
239
|
+
"label": "Schema",
|
|
240
|
+
"description": "Avro inline schema for the message value",
|
|
241
|
+
"optional": false,
|
|
242
|
+
"constraints": {
|
|
243
|
+
"notEmpty": true
|
|
244
|
+
},
|
|
245
|
+
"feel": "required",
|
|
246
|
+
"group": "schema",
|
|
247
|
+
"binding": {
|
|
248
|
+
"name": "schemaStrategy.schema",
|
|
249
|
+
"type": "zeebe:property"
|
|
250
|
+
},
|
|
251
|
+
"condition": {
|
|
252
|
+
"property": "schemaStrategy.type",
|
|
253
|
+
"equals": "inlineSchema",
|
|
254
|
+
"type": "simple"
|
|
255
|
+
},
|
|
256
|
+
"type": "Text"
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"id": "schemaStrategy.schemaType",
|
|
260
|
+
"label": "Schema type",
|
|
261
|
+
"description": "Select the schema type. For details, visit the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound\" target=\"_blank\">documentation</a>",
|
|
262
|
+
"optional": false,
|
|
263
|
+
"value": "avro",
|
|
264
|
+
"group": "schema",
|
|
265
|
+
"binding": {
|
|
266
|
+
"name": "schemaStrategy.schemaType",
|
|
267
|
+
"type": "zeebe:property"
|
|
268
|
+
},
|
|
269
|
+
"condition": {
|
|
270
|
+
"property": "schemaStrategy.type",
|
|
271
|
+
"equals": "schemaRegistry",
|
|
272
|
+
"type": "simple"
|
|
273
|
+
},
|
|
274
|
+
"type": "Dropdown",
|
|
275
|
+
"choices": [
|
|
276
|
+
{
|
|
277
|
+
"name": "JSON",
|
|
278
|
+
"value": "json"
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"name": "Avro",
|
|
282
|
+
"value": "avro"
|
|
283
|
+
}
|
|
284
|
+
]
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"id": "schemaStrategy.schemaRegistryUrl",
|
|
288
|
+
"label": "Schema registry URL",
|
|
289
|
+
"description": "Provide the schema registry URL",
|
|
290
|
+
"optional": false,
|
|
291
|
+
"constraints": {
|
|
292
|
+
"notEmpty": true
|
|
293
|
+
},
|
|
294
|
+
"group": "schema",
|
|
295
|
+
"binding": {
|
|
296
|
+
"name": "schemaStrategy.schemaRegistryUrl",
|
|
297
|
+
"type": "zeebe:property"
|
|
298
|
+
},
|
|
299
|
+
"condition": {
|
|
300
|
+
"property": "schemaStrategy.type",
|
|
301
|
+
"equals": "schemaRegistry",
|
|
302
|
+
"type": "simple"
|
|
303
|
+
},
|
|
304
|
+
"type": "String"
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"id": "activationCondition",
|
|
308
|
+
"label": "Activation condition",
|
|
309
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
310
|
+
"optional": true,
|
|
311
|
+
"feel": "required",
|
|
312
|
+
"group": "activation",
|
|
313
|
+
"binding": {
|
|
314
|
+
"name": "activationCondition",
|
|
315
|
+
"type": "zeebe:property"
|
|
316
|
+
},
|
|
317
|
+
"type": "String"
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"id": "consumeUnmatchedEvents",
|
|
321
|
+
"label": "Consume unmatched events",
|
|
322
|
+
"value": true,
|
|
323
|
+
"group": "activation",
|
|
324
|
+
"binding": {
|
|
325
|
+
"name": "consumeUnmatchedEvents",
|
|
326
|
+
"type": "zeebe:property"
|
|
327
|
+
},
|
|
328
|
+
"tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
|
|
329
|
+
"type": "Boolean"
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"id": "correlationKeyProcess",
|
|
333
|
+
"label": "Correlation key (process)",
|
|
334
|
+
"description": "Sets up the correlation key from process variables",
|
|
335
|
+
"constraints": {
|
|
336
|
+
"notEmpty": true
|
|
337
|
+
},
|
|
338
|
+
"feel": "required",
|
|
339
|
+
"group": "correlation",
|
|
340
|
+
"binding": {
|
|
341
|
+
"name": "correlationKey",
|
|
342
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
343
|
+
},
|
|
344
|
+
"type": "String"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"id": "correlationKeyPayload",
|
|
348
|
+
"label": "Correlation key (payload)",
|
|
349
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
350
|
+
"constraints": {
|
|
351
|
+
"notEmpty": true
|
|
352
|
+
},
|
|
353
|
+
"feel": "required",
|
|
354
|
+
"group": "correlation",
|
|
355
|
+
"binding": {
|
|
356
|
+
"name": "correlationKeyExpression",
|
|
357
|
+
"type": "zeebe:property"
|
|
358
|
+
},
|
|
359
|
+
"type": "String"
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"id": "messageIdExpression",
|
|
363
|
+
"label": "Message ID expression",
|
|
364
|
+
"description": "Expression to extract unique identifier of a message",
|
|
365
|
+
"optional": true,
|
|
366
|
+
"feel": "required",
|
|
367
|
+
"group": "correlation",
|
|
368
|
+
"binding": {
|
|
369
|
+
"name": "messageIdExpression",
|
|
370
|
+
"type": "zeebe:property"
|
|
371
|
+
},
|
|
372
|
+
"type": "String"
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"id": "messageTtl",
|
|
376
|
+
"label": "Message TTL",
|
|
377
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
378
|
+
"optional": true,
|
|
379
|
+
"constraints": {
|
|
380
|
+
"notEmpty": false,
|
|
381
|
+
"pattern": {
|
|
382
|
+
"value": "^(PT.*|)$",
|
|
383
|
+
"message": "must be an ISO-8601 duration"
|
|
384
|
+
}
|
|
385
|
+
},
|
|
386
|
+
"feel": "optional",
|
|
387
|
+
"group": "correlation",
|
|
388
|
+
"binding": {
|
|
389
|
+
"name": "messageTtl",
|
|
390
|
+
"type": "zeebe:property"
|
|
391
|
+
},
|
|
392
|
+
"type": "String"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"id": "messageNameUuid",
|
|
396
|
+
"generatedValue": {
|
|
397
|
+
"type": "uuid"
|
|
398
|
+
},
|
|
399
|
+
"group": "correlation",
|
|
400
|
+
"binding": {
|
|
401
|
+
"name": "name",
|
|
402
|
+
"type": "bpmn:Message#property"
|
|
403
|
+
},
|
|
404
|
+
"type": "Hidden"
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"id": "deduplicationModeManualFlag",
|
|
408
|
+
"label": "Manual mode",
|
|
409
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
410
|
+
"value": false,
|
|
411
|
+
"group": "deduplication",
|
|
412
|
+
"binding": {
|
|
413
|
+
"name": "deduplicationModeManualFlag",
|
|
414
|
+
"type": "zeebe:property"
|
|
415
|
+
},
|
|
416
|
+
"type": "Boolean"
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"id": "deduplicationId",
|
|
420
|
+
"label": "Deduplication ID",
|
|
421
|
+
"constraints": {
|
|
422
|
+
"notEmpty": true,
|
|
423
|
+
"pattern": {
|
|
424
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
425
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
426
|
+
}
|
|
427
|
+
},
|
|
428
|
+
"group": "deduplication",
|
|
429
|
+
"binding": {
|
|
430
|
+
"name": "deduplicationId",
|
|
431
|
+
"type": "zeebe:property"
|
|
432
|
+
},
|
|
433
|
+
"condition": {
|
|
434
|
+
"property": "deduplicationModeManualFlag",
|
|
435
|
+
"equals": true,
|
|
436
|
+
"type": "simple"
|
|
437
|
+
},
|
|
438
|
+
"type": "String"
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"id": "deduplicationModeManual",
|
|
442
|
+
"value": "MANUAL",
|
|
443
|
+
"group": "deduplication",
|
|
444
|
+
"binding": {
|
|
445
|
+
"name": "deduplicationMode",
|
|
446
|
+
"type": "zeebe:property"
|
|
447
|
+
},
|
|
448
|
+
"condition": {
|
|
449
|
+
"property": "deduplicationId",
|
|
450
|
+
"isActive": true,
|
|
451
|
+
"type": "simple"
|
|
452
|
+
},
|
|
453
|
+
"type": "Hidden"
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"id": "deduplicationModeAuto",
|
|
457
|
+
"value": "AUTO",
|
|
458
|
+
"group": "deduplication",
|
|
459
|
+
"binding": {
|
|
460
|
+
"name": "deduplicationMode",
|
|
461
|
+
"type": "zeebe:property"
|
|
462
|
+
},
|
|
463
|
+
"condition": {
|
|
464
|
+
"property": "deduplicationId",
|
|
465
|
+
"isActive": false,
|
|
466
|
+
"type": "simple"
|
|
467
|
+
},
|
|
468
|
+
"type": "Hidden"
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"id": "resultVariable",
|
|
472
|
+
"label": "Result variable",
|
|
473
|
+
"description": "Name of variable to store the response in",
|
|
474
|
+
"group": "output",
|
|
475
|
+
"binding": {
|
|
476
|
+
"name": "resultVariable",
|
|
477
|
+
"type": "zeebe:property"
|
|
478
|
+
},
|
|
479
|
+
"type": "String"
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"id": "resultExpression",
|
|
483
|
+
"label": "Result expression",
|
|
484
|
+
"description": "Expression to map the response into process variables",
|
|
485
|
+
"feel": "required",
|
|
486
|
+
"group": "output",
|
|
487
|
+
"binding": {
|
|
488
|
+
"name": "resultExpression",
|
|
489
|
+
"type": "zeebe:property"
|
|
490
|
+
},
|
|
491
|
+
"type": "Text"
|
|
492
|
+
}
|
|
493
|
+
],
|
|
494
|
+
"icon": {
|
|
495
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
|
|
496
|
+
}
|
|
497
|
+
}
|
|
498
|
+
]
|