@camunda/connectors-element-templates 1.0.20 → 1.0.21

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.
Files changed (115) hide show
  1. package/package.json +2 -2
  2. package/src/connectors-template.js +1 -3
  3. package/src/connectors.js +4 -0
  4. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +40 -40
  5. package/src/element-templates/agenticai-aiagent-job-worker.json +2483 -475
  6. package/src/element-templates/agenticai-aiagent-outbound-connector.json +5352 -3427
  7. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +717 -35
  8. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2254 -809
  9. package/src/element-templates/app-integrations-connector.json +1047 -0
  10. package/src/element-templates/asana-connector.json +1050 -216
  11. package/src/element-templates/automation-anywhere-outbound-connector.json +2046 -1553
  12. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +1067 -29
  13. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +385 -4
  14. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +441 -4
  15. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +416 -4
  16. package/src/element-templates/aws-bedrock-outbound-connector.json +2274 -624
  17. package/src/element-templates/aws-comprehend-outbound-connector.json +1572 -0
  18. package/src/element-templates/aws-dynamodb-outbound-connector.json +2385 -949
  19. package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
  20. package/src/element-templates/aws-eventbridge-connector-intermediate.json +62 -62
  21. package/src/element-templates/aws-eventbridge-connector-start-event.json +20 -20
  22. package/src/element-templates/aws-eventbridge-outbound-connector.json +680 -266
  23. package/src/element-templates/aws-lambda-outbound-connector.json +462 -63
  24. package/src/element-templates/aws-s3-outbound-connector.json +1850 -329
  25. package/src/element-templates/aws-sagemaker-outbound-connector.json +680 -51
  26. package/src/element-templates/aws-sns-inbound-boundary.json +207 -206
  27. package/src/element-templates/aws-sns-inbound-intermediate.json +410 -409
  28. package/src/element-templates/aws-sns-inbound-message-start.json +4 -3
  29. package/src/element-templates/aws-sns-inbound-receive.json +4 -3
  30. package/src/element-templates/aws-sns-inbound-start-event.json +138 -138
  31. package/src/element-templates/aws-sns-outbound-connector.json +643 -186
  32. package/src/element-templates/aws-sqs-boundary-connector.json +1059 -540
  33. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +1046 -527
  34. package/src/element-templates/aws-sqs-outbound-connector.json +596 -143
  35. package/src/element-templates/aws-sqs-receive-connector.json +525 -7
  36. package/src/element-templates/aws-sqs-start-event-connector.json +401 -401
  37. package/src/element-templates/aws-sqs-start-message.json +736 -185
  38. package/src/element-templates/aws-textract-outbound-connector.json +925 -190
  39. package/src/element-templates/azure-blobstorage-outbound-connector.json +1648 -225
  40. package/src/element-templates/azure-open-ai-connector.json +1372 -9
  41. package/src/element-templates/blue-prism-connector.json +655 -76
  42. package/src/element-templates/box-outbound-connector.json +2331 -247
  43. package/src/element-templates/csv-outbound-connector.json +44 -44
  44. package/src/element-templates/easy-post-connector.json +1178 -97
  45. package/src/element-templates/email-outbound-connector.json +3087 -1013
  46. package/src/element-templates/embeddings-vector-database-outbound-connector.json +2160 -0
  47. package/src/element-templates/github-connector.json +14049 -9863
  48. package/src/element-templates/github-webhook-connector-boundary.json +24 -24
  49. package/src/element-templates/github-webhook-connector-intermediate.json +33 -33
  50. package/src/element-templates/github-webhook-connector-message-start.json +8 -8
  51. package/src/element-templates/github-webhook-connector-receive.json +8 -8
  52. package/src/element-templates/github-webhook-connector-start-event.json +54 -54
  53. package/src/element-templates/gitlab-connector.json +2110 -208
  54. package/src/element-templates/google-cloud-storage-outbound-connector.json +1448 -241
  55. package/src/element-templates/google-drive-outbound-connector.json +2246 -694
  56. package/src/element-templates/google-gemini-outbound-connector.json +8 -22
  57. package/src/element-templates/google-maps-platform-connector.json +688 -137
  58. package/src/element-templates/google-sheets-outbound-connector.json +3631 -2475
  59. package/src/element-templates/graphql-outbound-connector.json +3346 -789
  60. package/src/element-templates/http-json-connector.json +5295 -2803
  61. package/src/element-templates/http-polling-boundary-catch-event-connector.json +2550 -590
  62. package/src/element-templates/http-polling-connector.json +2886 -926
  63. package/src/element-templates/hubspot-outbound-connector.json +2786 -36
  64. package/src/element-templates/hugging-face-connector.json +44 -43
  65. package/src/element-templates/jdbc-outbound-connector.json +505 -8
  66. package/src/element-templates/kafka-inbound-connector-boundary.json +29 -32
  67. package/src/element-templates/kafka-inbound-connector-intermediate.json +615 -618
  68. package/src/element-templates/kafka-inbound-connector-receive.json +9 -12
  69. package/src/element-templates/kafka-inbound-connector-start-message.json +9 -12
  70. package/src/element-templates/kafka-inbound-connector.json +240 -240
  71. package/src/element-templates/kafka-outbound-connector.json +494 -498
  72. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +7 -10
  73. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +7 -10
  74. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +7 -10
  75. package/src/element-templates/microsoft-office365-mail-connector.json +1095 -39
  76. package/src/element-templates/microsoft-teams-outbound-connector.json +7335 -4894
  77. package/src/element-templates/openai-connector.json +596 -102
  78. package/src/element-templates/operate-connector.json +167 -170
  79. package/src/element-templates/orchestration-connector.json +1843 -0
  80. package/src/element-templates/power-automate-connector.json +64 -64
  81. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +449 -451
  82. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +770 -772
  83. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +576 -578
  84. package/src/element-templates/rabbitmq-inbound-connector-receive.json +5 -7
  85. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +105 -105
  86. package/src/element-templates/rabbitmq-outbound-connector.json +319 -319
  87. package/src/element-templates/rpa-connector.json +6 -6
  88. package/src/element-templates/salesforce-connector.json +690 -56
  89. package/src/element-templates/send-message-connector-intermediate-throw-event.json +300 -0
  90. package/src/element-templates/send-message-connector-message-end-event.json +300 -0
  91. package/src/element-templates/send-message-connector-send-task.json +299 -0
  92. package/src/element-templates/sendgrid-outbound-connector.json +597 -597
  93. package/src/element-templates/servicenow-connector.json +1365 -8
  94. package/src/element-templates/servicenow-flow-starter-connector.json +15 -15
  95. package/src/element-templates/servicenow-incident-connector.json +1076 -30
  96. package/src/element-templates/slack-inbound-boundary.json +374 -374
  97. package/src/element-templates/slack-inbound-intermediate.json +766 -766
  98. package/src/element-templates/slack-inbound-message-start.json +145 -145
  99. package/src/element-templates/slack-inbound-receive.json +2 -2
  100. package/src/element-templates/slack-inbound-start-event.json +211 -211
  101. package/src/element-templates/slack-outbound-connector.json +2154 -1051
  102. package/src/element-templates/soap-outbound-connector.json +114 -118
  103. package/src/element-templates/twilio-connector.json +1181 -368
  104. package/src/element-templates/twilio-webhook-boundary-connector.json +29 -30
  105. package/src/element-templates/twilio-webhook-connector.json +56 -57
  106. package/src/element-templates/twilio-webhook-intermediate-connector.json +33 -34
  107. package/src/element-templates/twilio-webhook-message-start-connector.json +27 -28
  108. package/src/element-templates/twilio-webhook-receive-connector.json +9 -10
  109. package/src/element-templates/uipath-connector.json +681 -63
  110. package/src/element-templates/webhook-connector-boundary.json +1242 -587
  111. package/src/element-templates/webhook-connector-intermediate.json +1339 -684
  112. package/src/element-templates/webhook-connector-receive.json +659 -5
  113. package/src/element-templates/webhook-connector-start-event.json +1736 -1175
  114. package/src/element-templates/webhook-connector-start-message.json +1791 -1104
  115. package/src/element-templates/whatsapp-connector.json +386 -16
@@ -1,4 +1,501 @@
1
1
  [
2
+ {
3
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
+ "name": "Execute SQL Statement on Database",
5
+ "id": "io.camunda.connectors.Jdbc.v1",
6
+ "description": "Read and write data from a Camunda process directly to a SQL database (e.g., Microsoft SQL Server, MySQL, PostgreSQL)",
7
+ "keywords": [
8
+ "relational",
9
+ "database",
10
+ "SQL",
11
+ "query database",
12
+ "execute SQL",
13
+ "relational database",
14
+ "MySQL",
15
+ "PostgreSQL",
16
+ "SQL Server",
17
+ "Oracle",
18
+ "MariaDB",
19
+ "select",
20
+ "insert",
21
+ "update",
22
+ "delete"
23
+ ],
24
+ "documentationRef": "https://docs.camunda.io/docs/8.6/components/connectors/out-of-the-box-connectors/sql",
25
+ "version": 4,
26
+ "category": {
27
+ "id": "connectors",
28
+ "name": "Connectors"
29
+ },
30
+ "appliesTo": ["bpmn:Task"],
31
+ "elementType": {
32
+ "value": "bpmn:ServiceTask"
33
+ },
34
+ "engines": {
35
+ "camunda": "^8.6"
36
+ },
37
+ "groups": [
38
+ {
39
+ "id": "database",
40
+ "label": "Database"
41
+ },
42
+ {
43
+ "id": "connection",
44
+ "label": "Connection"
45
+ },
46
+ {
47
+ "id": "query",
48
+ "label": "Query"
49
+ },
50
+ {
51
+ "id": "connector",
52
+ "label": "Connector"
53
+ },
54
+ {
55
+ "id": "output",
56
+ "label": "Output mapping"
57
+ },
58
+ {
59
+ "id": "error",
60
+ "label": "Error handling"
61
+ },
62
+ {
63
+ "id": "retries",
64
+ "label": "Retries"
65
+ }
66
+ ],
67
+ "properties": [
68
+ {
69
+ "value": "io.camunda:connector-jdbc:1",
70
+ "binding": {
71
+ "property": "type",
72
+ "type": "zeebe:taskDefinition"
73
+ },
74
+ "type": "Hidden"
75
+ },
76
+ {
77
+ "id": "database",
78
+ "label": "Select a database",
79
+ "optional": false,
80
+ "constraints": {
81
+ "notEmpty": true
82
+ },
83
+ "group": "database",
84
+ "binding": {
85
+ "name": "database",
86
+ "type": "zeebe:input"
87
+ },
88
+ "tooltip": "If you choose Oracle, make sure the Oracle JDBC driver is included. <a href=\"https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/sql/#database\">Oracle JDBC driver setup</a>.",
89
+ "type": "Dropdown",
90
+ "choices": [
91
+ {
92
+ "name": "MariaDB",
93
+ "value": "MARIADB"
94
+ },
95
+ {
96
+ "name": "Microsoft SQL Server",
97
+ "value": "MSSQL"
98
+ },
99
+ {
100
+ "name": "MySQL",
101
+ "value": "MYSQL"
102
+ },
103
+ {
104
+ "name": "PostgreSQL",
105
+ "value": "POSTGRESQL"
106
+ },
107
+ {
108
+ "name": "Oracle",
109
+ "value": "ORACLE"
110
+ }
111
+ ]
112
+ },
113
+ {
114
+ "id": "connection.authType",
115
+ "label": "Connection type",
116
+ "value": "uri",
117
+ "group": "connection",
118
+ "binding": {
119
+ "name": "connection.authType",
120
+ "type": "zeebe:input"
121
+ },
122
+ "type": "Dropdown",
123
+ "choices": [
124
+ {
125
+ "name": "URI",
126
+ "value": "uri"
127
+ },
128
+ {
129
+ "name": "Detailed",
130
+ "value": "detailed"
131
+ }
132
+ ]
133
+ },
134
+ {
135
+ "id": "connection.uri",
136
+ "label": "URI",
137
+ "optional": false,
138
+ "constraints": {
139
+ "notEmpty": true,
140
+ "pattern": {
141
+ "value": "^(=|(jdbc:|secrets|\\{\\{).*$)",
142
+ "message": "Must start with 'jdbc:' or contain a secret reference"
143
+ }
144
+ },
145
+ "feel": "optional",
146
+ "group": "connection",
147
+ "binding": {
148
+ "name": "connection.uri",
149
+ "type": "zeebe:input"
150
+ },
151
+ "condition": {
152
+ "property": "connection.authType",
153
+ "equals": "uri",
154
+ "type": "simple"
155
+ },
156
+ "tooltip": "URI should contain JDBC driver, host name, and port number. See the <a href=\"https://docs.camunda.io/docs/8.6/components/connectors/out-of-the-box-connectors/sql/#uri-connection\" target=\"_blank\">URI connection</a> reference.",
157
+ "type": "String"
158
+ },
159
+ {
160
+ "id": "connection.uriProperties",
161
+ "label": "Properties",
162
+ "optional": true,
163
+ "feel": "required",
164
+ "group": "connection",
165
+ "binding": {
166
+ "name": "connection.uriProperties",
167
+ "type": "zeebe:input"
168
+ },
169
+ "condition": {
170
+ "property": "connection.authType",
171
+ "equals": "uri",
172
+ "type": "simple"
173
+ },
174
+ "tooltip": "Additional properties for the connection ('user' and 'password' for instance). See the <a href=\"https://docs.camunda.io/docs/8.6/components/connectors/out-of-the-box-connectors/sql/#connection\" target=\"_blank\">SQL connection properties</a> reference.",
175
+ "type": "String"
176
+ },
177
+ {
178
+ "id": "connection.host",
179
+ "label": "Host",
180
+ "optional": false,
181
+ "constraints": {
182
+ "notEmpty": true
183
+ },
184
+ "feel": "optional",
185
+ "group": "connection",
186
+ "binding": {
187
+ "name": "connection.host",
188
+ "type": "zeebe:input"
189
+ },
190
+ "condition": {
191
+ "property": "connection.authType",
192
+ "equals": "detailed",
193
+ "type": "simple"
194
+ },
195
+ "type": "String"
196
+ },
197
+ {
198
+ "id": "connection.port",
199
+ "label": "Port",
200
+ "optional": false,
201
+ "constraints": {
202
+ "notEmpty": true
203
+ },
204
+ "feel": "optional",
205
+ "group": "connection",
206
+ "binding": {
207
+ "name": "connection.port",
208
+ "type": "zeebe:input"
209
+ },
210
+ "condition": {
211
+ "property": "connection.authType",
212
+ "equals": "detailed",
213
+ "type": "simple"
214
+ },
215
+ "type": "String"
216
+ },
217
+ {
218
+ "id": "connection.username",
219
+ "label": "Username",
220
+ "optional": true,
221
+ "feel": "optional",
222
+ "group": "connection",
223
+ "binding": {
224
+ "name": "connection.username",
225
+ "type": "zeebe:input"
226
+ },
227
+ "condition": {
228
+ "property": "connection.authType",
229
+ "equals": "detailed",
230
+ "type": "simple"
231
+ },
232
+ "type": "String"
233
+ },
234
+ {
235
+ "id": "connection.password",
236
+ "label": "Password",
237
+ "optional": true,
238
+ "feel": "optional",
239
+ "group": "connection",
240
+ "binding": {
241
+ "name": "connection.password",
242
+ "type": "zeebe:input"
243
+ },
244
+ "condition": {
245
+ "property": "connection.authType",
246
+ "equals": "detailed",
247
+ "type": "simple"
248
+ },
249
+ "type": "String"
250
+ },
251
+ {
252
+ "id": "connection.databaseName",
253
+ "label": "Database name",
254
+ "optional": true,
255
+ "feel": "optional",
256
+ "group": "connection",
257
+ "binding": {
258
+ "name": "connection.databaseName",
259
+ "type": "zeebe:input"
260
+ },
261
+ "condition": {
262
+ "property": "connection.authType",
263
+ "equals": "detailed",
264
+ "type": "simple"
265
+ },
266
+ "type": "String"
267
+ },
268
+ {
269
+ "id": "connection.properties",
270
+ "label": "Properties",
271
+ "optional": true,
272
+ "feel": "required",
273
+ "group": "connection",
274
+ "binding": {
275
+ "name": "connection.properties",
276
+ "type": "zeebe:input"
277
+ },
278
+ "condition": {
279
+ "property": "connection.authType",
280
+ "equals": "detailed",
281
+ "type": "simple"
282
+ },
283
+ "tooltip": "Additional properties for the connection. See the <a href=\"https://docs.camunda.io/docs/8.6/components/connectors/out-of-the-box-connectors/sql/#connection\" target=\"_blank\">SQL connection properties</a> reference.",
284
+ "type": "String"
285
+ },
286
+ {
287
+ "id": "connectionConfiguration",
288
+ "label": "Connection credential",
289
+ "description": "Choose a reusable JDBC connection credential. When set, it is bound as a whole to the connector's 'configuration' input.",
290
+ "optional": true,
291
+ "group": "connection",
292
+ "binding": {
293
+ "name": "configuration",
294
+ "type": "zeebe:input"
295
+ },
296
+ "type": "Configuration",
297
+ "configurationTemplate": "io.camunda.connectors:jdbc-connection:1"
298
+ },
299
+ {
300
+ "id": "data.returnResults",
301
+ "label": "Return results",
302
+ "optional": false,
303
+ "value": false,
304
+ "feel": "static",
305
+ "group": "query",
306
+ "binding": {
307
+ "name": "data.returnResults",
308
+ "type": "zeebe:input"
309
+ },
310
+ "tooltip": "Check this box if the SQL statement returns results, e.g. a SELECT or any statement with a RETURNING clause",
311
+ "type": "Boolean"
312
+ },
313
+ {
314
+ "id": "data.query",
315
+ "label": "SQL Query to execute",
316
+ "optional": false,
317
+ "constraints": {
318
+ "notEmpty": true
319
+ },
320
+ "feel": "optional",
321
+ "group": "query",
322
+ "binding": {
323
+ "name": "data.query",
324
+ "type": "zeebe:input"
325
+ },
326
+ "tooltip": "You can use named, positional or binding <a href=\"https://docs.camunda.io/docs/8.6/components/connectors/out-of-the-box-connectors/sql/#variables\" target=\"_blank\">parameters</a>",
327
+ "type": "String"
328
+ },
329
+ {
330
+ "id": "data.variables",
331
+ "label": "SQL Query variables",
332
+ "optional": true,
333
+ "feel": "required",
334
+ "group": "query",
335
+ "binding": {
336
+ "name": "data.variables",
337
+ "type": "zeebe:input"
338
+ },
339
+ "tooltip": "The <a href=\"https://docs.camunda.io/docs/8.6/components/connectors/out-of-the-box-connectors/sql/#variables\" target=\"_blank\">variables</a> to use in the SQL query.",
340
+ "type": "String"
341
+ },
342
+ {
343
+ "id": "version",
344
+ "label": "Version",
345
+ "description": "Version of the element template",
346
+ "value": "4",
347
+ "group": "connector",
348
+ "binding": {
349
+ "key": "elementTemplateVersion",
350
+ "type": "zeebe:taskHeader"
351
+ },
352
+ "type": "Hidden"
353
+ },
354
+ {
355
+ "id": "id",
356
+ "label": "ID",
357
+ "description": "ID of the element template",
358
+ "value": "io.camunda.connectors.Jdbc.v1",
359
+ "group": "connector",
360
+ "binding": {
361
+ "key": "elementTemplateId",
362
+ "type": "zeebe:taskHeader"
363
+ },
364
+ "type": "Hidden"
365
+ },
366
+ {
367
+ "id": "resultVariable",
368
+ "label": "Result variable",
369
+ "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>.",
370
+ "group": "output",
371
+ "binding": {
372
+ "key": "resultVariable",
373
+ "type": "zeebe:taskHeader"
374
+ },
375
+ "type": "String"
376
+ },
377
+ {
378
+ "id": "resultExpression",
379
+ "label": "Result expression",
380
+ "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>.",
381
+ "feel": "required",
382
+ "group": "output",
383
+ "binding": {
384
+ "key": "resultExpression",
385
+ "type": "zeebe:taskHeader"
386
+ },
387
+ "type": "Text"
388
+ },
389
+ {
390
+ "id": "errorExpression",
391
+ "label": "Error expression",
392
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
393
+ "feel": "required",
394
+ "group": "error",
395
+ "binding": {
396
+ "key": "errorExpression",
397
+ "type": "zeebe:taskHeader"
398
+ },
399
+ "type": "Text"
400
+ },
401
+ {
402
+ "id": "retryCount",
403
+ "label": "Retries",
404
+ "description": "Number of retries",
405
+ "value": "3",
406
+ "feel": "optional",
407
+ "group": "retries",
408
+ "binding": {
409
+ "property": "retries",
410
+ "type": "zeebe:taskDefinition"
411
+ },
412
+ "type": "String"
413
+ },
414
+ {
415
+ "id": "retryBackoff",
416
+ "label": "Retry backoff",
417
+ "description": "ISO-8601 duration to wait between retries",
418
+ "value": "PT30S",
419
+ "group": "retries",
420
+ "binding": {
421
+ "key": "retryBackoff",
422
+ "type": "zeebe:taskHeader"
423
+ },
424
+ "type": "String"
425
+ }
426
+ ],
427
+ "configurationTemplates": [
428
+ {
429
+ "id": "io.camunda.connectors:jdbc-connection:1",
430
+ "kind": "CREDENTIAL",
431
+ "version": 1,
432
+ "name": "JDBC Connection",
433
+ "properties": [
434
+ {
435
+ "id": "host",
436
+ "label": "Host",
437
+ "constraints": {
438
+ "notEmpty": true
439
+ },
440
+ "group": "connection",
441
+ "binding": {
442
+ "name": "host",
443
+ "type": "property"
444
+ },
445
+ "type": "String"
446
+ },
447
+ {
448
+ "id": "port",
449
+ "label": "Port",
450
+ "constraints": {
451
+ "notEmpty": true
452
+ },
453
+ "group": "connection",
454
+ "binding": {
455
+ "name": "port",
456
+ "type": "property"
457
+ },
458
+ "type": "String"
459
+ },
460
+ {
461
+ "id": "databaseName",
462
+ "label": "Database name",
463
+ "group": "connection",
464
+ "binding": {
465
+ "name": "databaseName",
466
+ "type": "property"
467
+ },
468
+ "type": "String"
469
+ },
470
+ {
471
+ "id": "username",
472
+ "label": "Username",
473
+ "group": "authentication",
474
+ "binding": {
475
+ "name": "username",
476
+ "type": "property"
477
+ },
478
+ "type": "String",
479
+ "secret": true
480
+ },
481
+ {
482
+ "id": "password",
483
+ "label": "Password",
484
+ "group": "authentication",
485
+ "binding": {
486
+ "name": "password",
487
+ "type": "property"
488
+ },
489
+ "type": "String",
490
+ "secret": true
491
+ }
492
+ ]
493
+ }
494
+ ],
495
+ "icon": {
496
+ "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTMiIGhlaWdodD0iNTEyIiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgNTEzIDUxMiI+CiAgPGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj4KICAgIDxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik00MjIuMDY5IDQxNi45OTVWMjUzLjA0NGgtMjQuNzU2VjQ0NC4zMmg5OS4wMjR2LTI3LjMyNWgtNzQuMjY4Wm0tNzQuMjY4LTE2My45NTFoLTQ5LjUxMmMtNi41NjUgMC0xMi44NjIgMi44NzktMTcuNTA1IDguMDA0LTQuNjQzIDUuMTI0LTcuMjUxIDEyLjA3NC03LjI1MSAxOS4zMjJ2MTM2LjYyNWMwIDcuMjQ3IDIuNjA4IDE0LjE5NyA3LjI1MSAxOS4zMjEgNC42NDMgNS4xMjUgMTAuOTQgOC4wMDQgMTcuNTA1IDguMDA0aDEyLjM3OHYyNy4zMjVjMCA3LjI0NyAyLjYwOCAxNC4xOTcgNy4yNTEgMTkuMzIxIDQuNjQzIDUuMTI1IDEwLjk0IDguMDA0IDE3LjUwNSA4LjAwNGgyNC43NTZ2LTI3LjMyNWgtMjQuNzU2VjQ0NC4zMmgxMi4zNzhjNi41NjYgMCAxMi44NjMtMi44NzkgMTcuNTA1LTguMDA0IDQuNjQzLTUuMTI0IDcuMjUxLTEyLjA3NCA3LjI1MS0xOS4zMjFWMjgwLjM3YzAtNy4yNDgtMi42MDgtMTQuMTk4LTcuMjUxLTE5LjMyMi00LjY0Mi01LjEyNS0xMC45MzktOC4wMDQtMTcuNTA1LTguMDA0Wm0tNDkuNTEyIDE2My45NTFWMjgwLjM3aDQ5LjUxMnYxMzYuNjI1aC00OS41MTJabS03NC4yNjggMjcuMzI1aC03NC4yNjh2LTI3LjMyNWg3NC4yNjh2LTU0LjY1aC00OS41MTJjLTYuNTY2IDAtMTIuODYyLTIuODc5LTE3LjUwNS04LjAwNC00LjY0My01LjEyNC03LjI1MS0xMi4wNzQtNy4yNTEtMTkuMzIxdi01NC42NWMwLTcuMjQ4IDIuNjA4LTE0LjE5OCA3LjI1MS0xOS4zMjIgNC42NDMtNS4xMjUgMTAuOTM5LTguMDA0IDE3LjUwNS04LjAwNGg3NC4yNjh2MjcuMzI2aC03NC4yNjh2NTQuNjVoNDkuNTEyYzYuNTY2IDAgMTIuODYzIDIuODc4IDE3LjUwNSA4LjAwMyA0LjY0MyA1LjEyNCA3LjI1MSAxMi4wNzUgNy4yNTEgMTkuMzIydjU0LjY1YzAgNy4yNDctMi42MDggMTQuMTk3LTcuMjUxIDE5LjMyMS00LjY0MiA1LjEyNS0xMC45MzkgOC4wMDQtMTcuNTA1IDguMDA0WiIvPgogICAgPHBhdGggZmlsbD0iI0M2MjlDRCIgZD0iTTE2MC42OTUgMTMuMDMyYy02My4wNjYgMC0xMzAuOTQzIDE2LjQ1LTEzMC45NDMgNTIuNTU3djIzNi41MDZjMCAyMi4wNyAyNS40MDMgMzYuNzYyIDU5LjUyIDQ0Ljg3di0yNi44ODJjLTIzLjczNi02LjIxLTM1LjA2LTE1LjAxOS0zNS43MTItMTcuOTg4di00Ni45MzhjMTcuNzggOS44NDIgMTcuNzMzIDkuMTg1IDQ1LjQyNCAxMi4wMDl2LTI2LjI0N2MtNDYuMTYyLTQuOTU5LTQzLjk2NS0xMS44OTktNDUuNDI0LTE3LjY2MXYtNDYuOTM3YzI1LjMzIDE0LjAyNSA2Ny4xNjkgMjAuNjU5IDEwNy4xMzUgMjAuNjU5IDYzLjA2NiAwIDEzMC45NDMtMTYuNDUxIDEzMC45NDMtNTIuNTU3di03OC44NGMtLjAwOS0zNi4xMDctNjcuODgxLTUyLjU1LTEzMC45NDMtNTIuNTVaTTUzLjU0MiA2NS43ODdjMS44MTMtNy4yOTUgMzcuNTE0LTI2LjQ3NyAxMDcuMTUzLTI2LjQ3NyA2OS4wMTQgMCAxMDQuNjk0IDE4Ljg0MyAxMDcuMDk3IDI2LjI3OS0yLjQwMyA3LjQzNS0zOC4wODMgMjYuMjc4LTEwNy4wOTcgMjYuMjc4LTY5LjYzOSAwLTEwNS4zMzktMTkuMTgzLTEwNy4xNTMtMjYuMDhabTIxNC4yODggNzguNDdjLTEuOTEyIDcuMzItMzcuNjAxIDI2LjQ0Ni0xMDcuMTM1IDI2LjQ0Ni02OS42MzkgMC0xMDUuMzM5LTE5LjE4NC0xMDcuMTM1LTI2LjI3OVY5Ny40ODdjMjUuMzMgMTQuMDI1IDY3LjE2OSAyMC42NTkgMTA3LjEzNSAyMC42NTkgMzkuOTY2IDAgODEuODA1LTYuNjM0IDEwNy4xMzUtMjAuNjU5djQ2Ljc3WiIvPgogIDwvZz4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iYSI+CiAgICAgIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yOS43NTQgNmg0NTIuOTkxdjUwMEgyOS43NTR6Ii8+CiAgICA8L2NsaXBQYXRoPgogIDwvZGVmcz4KPC9zdmc+Cg=="
497
+ }
498
+ },
2
499
  {
3
500
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
501
  "name": "SQL Database Connector",
@@ -767,7 +1264,7 @@
767
1264
  },
768
1265
  {
769
1266
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
770
- "name": "SQL Database Connector",
1267
+ "name": "Execute SQL Statement on Database",
771
1268
  "id": "io.camunda.connectors.Jdbc.v1",
772
1269
  "description": "Read and write data from a Camunda process directly to a SQL database (e.g., Microsoft SQL Server, MySQL, PostgreSQL)",
773
1270
  "keywords": [
@@ -842,7 +1339,6 @@
842
1339
  {
843
1340
  "id": "database",
844
1341
  "label": "Select a database",
845
- "description": "Select the database you want to connect to. If you choose Oracle, make sure the Oracle JDBC driver is included. <a href=\"https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/sql/#database\">Learn how to set it up.</a>",
846
1342
  "optional": false,
847
1343
  "constraints": {
848
1344
  "notEmpty": true
@@ -852,6 +1348,7 @@
852
1348
  "name": "database",
853
1349
  "type": "zeebe:input"
854
1350
  },
1351
+ "tooltip": "If you choose Oracle, make sure the Oracle JDBC driver is included. <a href=\"https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/sql/#database\">Oracle JDBC driver setup</a>.",
855
1352
  "type": "Dropdown",
856
1353
  "choices": [
857
1354
  {
@@ -900,7 +1397,6 @@
900
1397
  {
901
1398
  "id": "connection.uri",
902
1399
  "label": "URI",
903
- "description": "URI should contain JDBC driver, host name, and port number. For more information, see the <a href=\"https://docs.camunda.io/docs/8.6/components/connectors/out-of-the-box-connectors/sql/#uri-connection\" target=\"_blank\">documentation</a>.)",
904
1400
  "optional": false,
905
1401
  "constraints": {
906
1402
  "notEmpty": true,
@@ -920,12 +1416,12 @@
920
1416
  "equals": "uri",
921
1417
  "type": "simple"
922
1418
  },
1419
+ "tooltip": "URI should contain JDBC driver, host name, and port number. See the <a href=\"https://docs.camunda.io/docs/8.6/components/connectors/out-of-the-box-connectors/sql/#uri-connection\" target=\"_blank\">URI connection</a> reference.",
923
1420
  "type": "String"
924
1421
  },
925
1422
  {
926
1423
  "id": "connection.uriProperties",
927
1424
  "label": "Properties",
928
- "description": "Additional properties for the connection ('user' and 'password' for instance). For more information, see the <a href=\"https://docs.camunda.io/docs/8.6/components/connectors/out-of-the-box-connectors/sql/#connection\" target=\"_blank\">documentation</a>.",
929
1425
  "optional": true,
930
1426
  "feel": "required",
931
1427
  "group": "connection",
@@ -938,6 +1434,7 @@
938
1434
  "equals": "uri",
939
1435
  "type": "simple"
940
1436
  },
1437
+ "tooltip": "Additional properties for the connection ('user' and 'password' for instance). See the <a href=\"https://docs.camunda.io/docs/8.6/components/connectors/out-of-the-box-connectors/sql/#connection\" target=\"_blank\">SQL connection properties</a> reference.",
941
1438
  "type": "String"
942
1439
  },
943
1440
  {
@@ -1034,7 +1531,6 @@
1034
1531
  {
1035
1532
  "id": "connection.properties",
1036
1533
  "label": "Properties",
1037
- "description": "Additional properties for the connection. For more information, see the <a href=\"https://docs.camunda.io/docs/8.6/components/connectors/out-of-the-box-connectors/sql/#connection\" target=\"_blank\">documentation</a>.",
1038
1534
  "optional": true,
1039
1535
  "feel": "required",
1040
1536
  "group": "connection",
@@ -1047,12 +1543,12 @@
1047
1543
  "equals": "detailed",
1048
1544
  "type": "simple"
1049
1545
  },
1546
+ "tooltip": "Additional properties for the connection. See the <a href=\"https://docs.camunda.io/docs/8.6/components/connectors/out-of-the-box-connectors/sql/#connection\" target=\"_blank\">SQL connection properties</a> reference.",
1050
1547
  "type": "String"
1051
1548
  },
1052
1549
  {
1053
1550
  "id": "data.returnResults",
1054
1551
  "label": "Return results",
1055
- "description": "Check this box if the SQL statement return results, e.g. a SELECT or any statement with a RETURNING clause",
1056
1552
  "optional": false,
1057
1553
  "value": false,
1058
1554
  "feel": "static",
@@ -1061,12 +1557,12 @@
1061
1557
  "name": "data.returnResults",
1062
1558
  "type": "zeebe:input"
1063
1559
  },
1560
+ "tooltip": "Check this box if the SQL statement returns results, e.g. a SELECT or any statement with a RETURNING clause",
1064
1561
  "type": "Boolean"
1065
1562
  },
1066
1563
  {
1067
1564
  "id": "data.query",
1068
1565
  "label": "SQL Query to execute",
1069
- "description": "You can use named, positional or binding <a href=\"https://docs.camunda.io/docs/8.6/components/connectors/out-of-the-box-connectors/sql/#variables\" target=\"_blank\">parameters</a>",
1070
1566
  "optional": false,
1071
1567
  "constraints": {
1072
1568
  "notEmpty": true
@@ -1077,12 +1573,12 @@
1077
1573
  "name": "data.query",
1078
1574
  "type": "zeebe:input"
1079
1575
  },
1576
+ "tooltip": "You can use named, positional or binding <a href=\"https://docs.camunda.io/docs/8.6/components/connectors/out-of-the-box-connectors/sql/#variables\" target=\"_blank\">parameters</a>",
1080
1577
  "type": "String"
1081
1578
  },
1082
1579
  {
1083
1580
  "id": "data.variables",
1084
1581
  "label": "SQL Query variables",
1085
- "description": "The <a href=\"https://docs.camunda.io/docs/8.6/components/connectors/out-of-the-box-connectors/sql/#variables\" target=\"_blank\">variables</a> to use in the SQL query.",
1086
1582
  "optional": true,
1087
1583
  "feel": "required",
1088
1584
  "group": "query",
@@ -1090,6 +1586,7 @@
1090
1586
  "name": "data.variables",
1091
1587
  "type": "zeebe:input"
1092
1588
  },
1589
+ "tooltip": "The <a href=\"https://docs.camunda.io/docs/8.6/components/connectors/out-of-the-box-connectors/sql/#variables\" target=\"_blank\">variables</a> to use in the SQL query.",
1093
1590
  "type": "String"
1094
1591
  },
1095
1592
  {