@camunda/connectors-element-templates 1.0.16 → 1.0.18

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 (124) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -0
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +3 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +9 -8
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +9 -8
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +9 -8
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +9 -8
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +36 -39
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3769 -28
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +6979 -3299
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +469 -471
  12. package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
  13. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +484 -486
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1756 -1752
  16. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
  17. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
  18. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
  19. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
  20. package/src/element-templates/aws-bedrock-outbound-connector.json +788 -51
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1412 -1412
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +376 -11
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +408 -9
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +322 -5
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +316 -311
  29. package/src/element-templates/aws-lambda-outbound-connector.json +305 -301
  30. package/src/element-templates/aws-s3-outbound-connector.json +656 -15
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
  32. package/src/element-templates/aws-sns-inbound-boundary.json +422 -415
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +330 -323
  34. package/src/element-templates/aws-sns-inbound-message-start.json +348 -341
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
  37. package/src/element-templates/aws-sns-outbound-connector.json +593 -589
  38. package/src/element-templates/aws-sqs-boundary-connector.json +642 -638
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +588 -584
  40. package/src/element-templates/aws-sqs-outbound-connector.json +748 -746
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +408 -400
  43. package/src/element-templates/aws-sqs-start-message.json +465 -461
  44. package/src/element-templates/aws-textract-outbound-connector.json +298 -294
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1329 -4
  47. package/src/element-templates/blue-prism-connector.json +598 -53
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +39 -31
  50. package/src/element-templates/easy-post-connector.json +1017 -49
  51. package/src/element-templates/email-inbound-connector-boundary.json +32 -24
  52. package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +45 -37
  55. package/src/element-templates/email-outbound-connector.json +2129 -256
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12447 -5385
  58. package/src/element-templates/github-webhook-connector-boundary.json +11 -13
  59. package/src/element-templates/github-webhook-connector-intermediate.json +55 -57
  60. package/src/element-templates/github-webhook-connector-message-start.json +19 -21
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +62 -64
  63. package/src/element-templates/gitlab-connector.json +2974 -1342
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +882 -262
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1048 -19
  68. package/src/element-templates/google-sheets-outbound-connector.json +2961 -1967
  69. package/src/element-templates/graphql-outbound-connector.json +1780 -1193
  70. package/src/element-templates/http-json-connector.json +2832 -2168
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +953 -277
  72. package/src/element-templates/http-polling-connector.json +1642 -966
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +432 -5
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +21 -12
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +581 -572
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +150 -141
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +436 -430
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +165 -13
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +165 -13
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +178 -26
  85. package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +5616 -1607
  87. package/src/element-templates/openai-connector.json +608 -145
  88. package/src/element-templates/operate-connector.json +1218 -66
  89. package/src/element-templates/power-automate-connector.json +602 -10
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +799 -790
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +914 -905
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +477 -468
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +754 -745
  95. package/src/element-templates/rabbitmq-outbound-connector.json +875 -869
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +583 -39
  98. package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
  99. package/src/element-templates/send-message-connector-message-end-event.json +10 -5
  100. package/src/element-templates/send-message-connector-send-task.json +10 -5
  101. package/src/element-templates/sendgrid-outbound-connector.json +1406 -798
  102. package/src/element-templates/servicenow-connector.json +971 -3
  103. package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
  104. package/src/element-templates/servicenow-incident-connector.json +980 -3
  105. package/src/element-templates/slack-inbound-boundary.json +639 -341
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +678 -348
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +332 -327
  110. package/src/element-templates/slack-outbound-connector.json +3313 -919
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1521 -41
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +35 -26
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +38 -29
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +607 -15
  119. package/src/element-templates/webhook-connector-boundary.json +1986 -1331
  120. package/src/element-templates/webhook-connector-intermediate.json +2193 -1538
  121. package/src/element-templates/webhook-connector-receive.json +654 -0
  122. package/src/element-templates/webhook-connector-start-event.json +1261 -700
  123. package/src/element-templates/webhook-connector-start-message.json +1754 -1067
  124. package/src/element-templates/whatsapp-connector.json +339 -5
@@ -1,9 +1,1103 @@
1
1
  [
2
+ {
3
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
+ "name": "Camunda Operate Outbound connector",
5
+ "id": "io.camunda.connectors.CamundaOperate.v1",
6
+ "version": 7,
7
+ "engines": {
8
+ "camunda": "^8.3"
9
+ },
10
+ "deprecated": {
11
+ "message": "Deprecation of the Operate API and Tasklist API. Please use the REST Connector for now.",
12
+ "documentationRef": "https://docs.camunda.io/docs/apis-tools/working-with-apis-tools/"
13
+ },
14
+ "description": "Fetch data from Camunda Operate API",
15
+ "keywords": [
16
+ "search process instances",
17
+ "get process instance by key",
18
+ "search incidents",
19
+ "get incident by key",
20
+ "search variables",
21
+ "get variable by key",
22
+ "search process definitions",
23
+ "get process definition by key",
24
+ "search flow node instances",
25
+ "get flow node instance by key",
26
+ "process monitoring",
27
+ "workflow status"
28
+ ],
29
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/operate/",
30
+ "category": {
31
+ "id": "connectors",
32
+ "name": "Connectors"
33
+ },
34
+ "appliesTo": ["bpmn:Task"],
35
+ "elementType": {
36
+ "value": "bpmn:ServiceTask"
37
+ },
38
+ "groups": [
39
+ {
40
+ "id": "cluster",
41
+ "label": "Cluster"
42
+ },
43
+ {
44
+ "id": "authentication",
45
+ "label": "Authentication"
46
+ },
47
+ {
48
+ "id": "input",
49
+ "label": "Endpoint"
50
+ },
51
+ {
52
+ "id": "parameters",
53
+ "label": "Parameters"
54
+ },
55
+ {
56
+ "id": "connector",
57
+ "label": "Connector"
58
+ },
59
+ {
60
+ "id": "output",
61
+ "label": "Response mapping"
62
+ },
63
+ {
64
+ "id": "errors",
65
+ "label": "Error handling"
66
+ }
67
+ ],
68
+ "properties": [
69
+ {
70
+ "type": "Hidden",
71
+ "value": "io.camunda:http-json:1",
72
+ "binding": {
73
+ "type": "zeebe:taskDefinition",
74
+ "property": "type"
75
+ }
76
+ },
77
+ {
78
+ "type": "Hidden",
79
+ "value": "={\"Content-Type\":\"application/json\"}",
80
+ "binding": {
81
+ "type": "zeebe:input",
82
+ "name": "headers"
83
+ }
84
+ },
85
+ {
86
+ "label": "Type",
87
+ "id": "authentication.internal_deployment_type",
88
+ "group": "cluster",
89
+ "type": "Dropdown",
90
+ "value": "saas",
91
+ "choices": [
92
+ {
93
+ "name": "Camunda SaaS",
94
+ "value": "saas"
95
+ },
96
+ {
97
+ "name": "Camunda Self-managed",
98
+ "value": "sm"
99
+ }
100
+ ],
101
+ "binding": {
102
+ "type": "zeebe:input",
103
+ "name": "authentication.internal_deployment_type"
104
+ }
105
+ },
106
+ {
107
+ "label": "OAuth token endpoint",
108
+ "description": "Token endpoint of your authentication server",
109
+ "group": "cluster",
110
+ "type": "String",
111
+ "feel": "optional",
112
+ "binding": {
113
+ "type": "zeebe:input",
114
+ "name": "authentication.oauthTokenEndpoint"
115
+ },
116
+ "constraints": {
117
+ "notEmpty": true
118
+ },
119
+ "condition": {
120
+ "property": "authentication.internal_deployment_type",
121
+ "equals": "sm"
122
+ }
123
+ },
124
+ {
125
+ "label": "Operate base URL",
126
+ "description": "Base URL of Operate in your C8 cluster",
127
+ "type": "String",
128
+ "feel": "optional",
129
+ "id": "authentication.operate_base_url",
130
+ "group": "cluster",
131
+ "binding": {
132
+ "type": "zeebe:input",
133
+ "name": "authentication.operate_base_url"
134
+ },
135
+ "constraints": {
136
+ "notEmpty": true
137
+ },
138
+ "condition": {
139
+ "property": "authentication.internal_deployment_type",
140
+ "equals": "sm"
141
+ }
142
+ },
143
+ {
144
+ "label": "Region",
145
+ "group": "cluster",
146
+ "type": "String",
147
+ "feel": "optional",
148
+ "binding": {
149
+ "type": "zeebe:input",
150
+ "name": "authentication.internal_region"
151
+ },
152
+ "constraints": {
153
+ "notEmpty": true
154
+ },
155
+ "condition": {
156
+ "property": "authentication.internal_deployment_type",
157
+ "equals": "saas"
158
+ }
159
+ },
160
+ {
161
+ "label": "Cluster ID",
162
+ "description": "SaaS cluster region and ID.<br>Lean more about <a href=\"https://docs.camunda.io/docs/guides/setup-client-connection-credentials\" target=\"_blank\">creating API client credentials</a>",
163
+ "group": "cluster",
164
+ "type": "String",
165
+ "feel": "optional",
166
+ "binding": {
167
+ "type": "zeebe:input",
168
+ "name": "authentication.internal_cluster"
169
+ },
170
+ "constraints": {
171
+ "notEmpty": true
172
+ },
173
+ "condition": {
174
+ "property": "authentication.internal_deployment_type",
175
+ "equals": "saas"
176
+ }
177
+ },
178
+ {
179
+ "type": "Hidden",
180
+ "id": "authenticationType",
181
+ "value": "oauth-client-credentials-flow",
182
+ "binding": {
183
+ "type": "zeebe:input",
184
+ "name": "authentication.type"
185
+ }
186
+ },
187
+ {
188
+ "value": "credentialsBody",
189
+ "type": "Hidden",
190
+ "binding": {
191
+ "type": "zeebe:input",
192
+ "name": "authentication.clientAuthentication"
193
+ }
194
+ },
195
+ {
196
+ "description": "The OAuth token endpoint (SaaS)",
197
+ "group": "authentication",
198
+ "type": "Hidden",
199
+ "value": "https://login.cloud.camunda.io/oauth/token",
200
+ "binding": {
201
+ "type": "zeebe:input",
202
+ "name": "authentication.oauthTokenEndpoint"
203
+ },
204
+ "condition": {
205
+ "property": "authentication.internal_deployment_type",
206
+ "equals": "saas"
207
+ }
208
+ },
209
+ {
210
+ "label": "Client ID",
211
+ "group": "authentication",
212
+ "type": "String",
213
+ "feel": "optional",
214
+ "binding": {
215
+ "type": "zeebe:input",
216
+ "name": "authentication.clientId"
217
+ },
218
+ "constraints": {
219
+ "notEmpty": true
220
+ },
221
+ "condition": {
222
+ "property": "authenticationType",
223
+ "equals": "oauth-client-credentials-flow"
224
+ }
225
+ },
226
+ {
227
+ "label": "Client secret",
228
+ "description": "Client ID and secret for the Operate OAuth client",
229
+ "group": "authentication",
230
+ "type": "String",
231
+ "feel": "optional",
232
+ "binding": {
233
+ "type": "zeebe:input",
234
+ "name": "authentication.clientSecret"
235
+ },
236
+ "constraints": {
237
+ "notEmpty": true
238
+ },
239
+ "condition": {
240
+ "property": "authenticationType",
241
+ "equals": "oauth-client-credentials-flow"
242
+ }
243
+ },
244
+ {
245
+ "label": "Operate audience",
246
+ "description": "API audience",
247
+ "type": "String",
248
+ "group": "authentication",
249
+ "value": "operate-api",
250
+ "feel": "optional",
251
+ "binding": {
252
+ "type": "zeebe:input",
253
+ "name": "authentication.audience"
254
+ },
255
+ "condition": {
256
+ "property": "authentication.internal_deployment_type",
257
+ "equals": "sm"
258
+ },
259
+ "constraints": {
260
+ "notEmpty": true
261
+ }
262
+ },
263
+ {
264
+ "label": "Scopes",
265
+ "description": "Space-separated list of OAuth 2.0 scopes to request from the token endpoint. Required by some identity providers — e.g. for Microsoft Entra ID use <code>api://&lt;client-id&gt;/.default</code>",
266
+ "group": "authentication",
267
+ "type": "String",
268
+ "feel": "optional",
269
+ "binding": {
270
+ "type": "zeebe:input",
271
+ "name": "authentication.scopes"
272
+ },
273
+ "optional": true,
274
+ "condition": {
275
+ "property": "authentication.internal_deployment_type",
276
+ "equals": "sm"
277
+ }
278
+ },
279
+ {
280
+ "type": "Hidden",
281
+ "value": "operate.camunda.io",
282
+ "binding": {
283
+ "type": "zeebe:input",
284
+ "name": "authentication.audience"
285
+ },
286
+ "condition": {
287
+ "property": "authentication.internal_deployment_type",
288
+ "equals": "saas"
289
+ }
290
+ },
291
+ {
292
+ "label": "Endpoint",
293
+ "description": "Operate API entity",
294
+ "group": "input",
295
+ "id": "input.internal_endpoint",
296
+ "type": "Dropdown",
297
+ "value": "/v1/process-instances",
298
+ "choices": [
299
+ {
300
+ "name": "Process instances",
301
+ "value": "/v1/process-instances"
302
+ },
303
+ {
304
+ "name": "Incidents",
305
+ "value": "/v1/incidents"
306
+ },
307
+ {
308
+ "name": "Variables",
309
+ "value": "/v1/variables"
310
+ },
311
+ {
312
+ "name": "Process definitions",
313
+ "value": "/v1/process-definitions"
314
+ },
315
+ {
316
+ "name": "Flownode instances",
317
+ "value": "/v1/flownode-instances"
318
+ }
319
+ ],
320
+ "binding": {
321
+ "type": "zeebe:input",
322
+ "name": "input.internal_endpoint"
323
+ }
324
+ },
325
+ {
326
+ "label": "Operation",
327
+ "description": "Operation to execute against the selected entity",
328
+ "group": "input",
329
+ "id": "input.internal_operation",
330
+ "type": "Dropdown",
331
+ "value": "/search",
332
+ "choices": [
333
+ {
334
+ "name": "Search",
335
+ "value": "/search"
336
+ },
337
+ {
338
+ "name": "Get by key",
339
+ "value": "/"
340
+ }
341
+ ],
342
+ "binding": {
343
+ "type": "zeebe:input",
344
+ "name": "input.internal_operation"
345
+ }
346
+ },
347
+ {
348
+ "type": "Hidden",
349
+ "description": "Get by key operation method (GET)",
350
+ "value": "get",
351
+ "binding": {
352
+ "type": "zeebe:input",
353
+ "name": "method"
354
+ },
355
+ "condition": {
356
+ "property": "input.internal_operation",
357
+ "equals": "/"
358
+ }
359
+ },
360
+ {
361
+ "type": "Hidden",
362
+ "description": "Search operation method (POST)",
363
+ "value": "post",
364
+ "binding": {
365
+ "type": "zeebe:input",
366
+ "name": "method"
367
+ },
368
+ "condition": {
369
+ "property": "input.internal_operation",
370
+ "equals": "/search"
371
+ }
372
+ },
373
+ {
374
+ "type": "Hidden",
375
+ "binding": {
376
+ "type": "zeebe:input",
377
+ "name": "url"
378
+ },
379
+ "value": "=\"https://\" + authentication.internal_region + \".operate.camunda.io/\" + authentication.internal_cluster + input.internal_endpoint + input.internal_operation + (if is defined(input.internal_key) then input.internal_key else \"\")",
380
+ "condition": {
381
+ "property": "authentication.internal_deployment_type",
382
+ "equals": "saas"
383
+ }
384
+ },
385
+ {
386
+ "type": "Hidden",
387
+ "binding": {
388
+ "type": "zeebe:input",
389
+ "name": "url"
390
+ },
391
+ "value": "=authentication.operate_base_url + input.internal_endpoint + input.internal_operation + (if is defined(input.internal_key) then input.internal_key else \"\")",
392
+ "condition": {
393
+ "property": "authentication.internal_deployment_type",
394
+ "equals": "sm"
395
+ }
396
+ },
397
+ {
398
+ "label": "Key",
399
+ "description": "Entity key",
400
+ "group": "parameters",
401
+ "type": "String",
402
+ "feel": "optional",
403
+ "binding": {
404
+ "type": "zeebe:input",
405
+ "name": "input.internal_key"
406
+ },
407
+ "constraints": {
408
+ "notEmpty": true
409
+ },
410
+ "condition": {
411
+ "property": "input.internal_operation",
412
+ "equals": "/"
413
+ }
414
+ },
415
+ {
416
+ "label": "Filter",
417
+ "description": "Search filter in <a href=\"https://docs.camunda.io/docs/apis-tools/operate-api/specifications/search/\" target=\"_blank\">Operate format</a>",
418
+ "group": "parameters",
419
+ "type": "String",
420
+ "feel": "required",
421
+ "binding": {
422
+ "type": "zeebe:input",
423
+ "name": "input.internal_filter"
424
+ },
425
+ "optional": true,
426
+ "condition": {
427
+ "property": "input.internal_operation",
428
+ "equals": "/search"
429
+ }
430
+ },
431
+ {
432
+ "label": "Sort",
433
+ "description": "Sorting properties in <a href=\"https://docs.camunda.io/docs/apis-tools/operate-api/specifications/search\" target=\"_blank\">Operate format</a><br>Please provide a list of sort objects",
434
+ "group": "parameters",
435
+ "type": "String",
436
+ "feel": "required",
437
+ "binding": {
438
+ "type": "zeebe:input",
439
+ "name": "input.internal_sort"
440
+ },
441
+ "optional": true,
442
+ "condition": {
443
+ "property": "input.internal_operation",
444
+ "equals": "/search"
445
+ }
446
+ },
447
+ {
448
+ "label": "Results",
449
+ "description": "Number of results to return",
450
+ "group": "parameters",
451
+ "type": "String",
452
+ "value": "20",
453
+ "feel": "optional",
454
+ "binding": {
455
+ "type": "zeebe:input",
456
+ "name": "input.internal_results"
457
+ },
458
+ "condition": {
459
+ "property": "input.internal_operation",
460
+ "equals": "/search"
461
+ },
462
+ "constraints": {
463
+ "notEmpty": true,
464
+ "pattern": {
465
+ "value": "^[1-9]\\d*$",
466
+ "message": "Must be a positive integer number"
467
+ }
468
+ }
469
+ },
470
+ {
471
+ "label": "Pagination",
472
+ "description": "Identifier of item from which the search should start. <br>Hint: Copy the <code>sortValues</code> field from the previous search result, or leave blank for no pagination",
473
+ "group": "parameters",
474
+ "type": "String",
475
+ "feel": "required",
476
+ "binding": {
477
+ "type": "zeebe:input",
478
+ "name": "input.internal_pagination"
479
+ },
480
+ "optional": true,
481
+ "condition": {
482
+ "property": "input.internal_operation",
483
+ "equals": "/search"
484
+ }
485
+ },
486
+ {
487
+ "type": "Hidden",
488
+ "value": "={filter: if is defined(input.internal_filter) then input.internal_filter else null, sort: if is defined(input.internal_sort) then input.internal_sort else null, searchAfter: if is defined(input.internal_pagination) then input.internal_pagination else null, size: number(input.internal_results)}",
489
+ "binding": {
490
+ "type": "zeebe:input",
491
+ "name": "body"
492
+ },
493
+ "condition": {
494
+ "property": "input.internal_operation",
495
+ "equals": "/search"
496
+ }
497
+ },
498
+ {
499
+ "label": "Result variable",
500
+ "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>",
501
+ "group": "output",
502
+ "type": "String",
503
+ "binding": {
504
+ "type": "zeebe:taskHeader",
505
+ "key": "resultVariable"
506
+ }
507
+ },
508
+ {
509
+ "label": "Result expression",
510
+ "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>",
511
+ "group": "output",
512
+ "value": "={operateResponse: response.body}",
513
+ "type": "Text",
514
+ "feel": "required",
515
+ "binding": {
516
+ "type": "zeebe:taskHeader",
517
+ "key": "resultExpression"
518
+ }
519
+ },
520
+ {
521
+ "label": "Connection timeout",
522
+ "description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
523
+ "group": "errors",
524
+ "type": "String",
525
+ "value": "20",
526
+ "binding": {
527
+ "type": "zeebe:input",
528
+ "name": "connectionTimeoutInSeconds"
529
+ },
530
+ "optional": true,
531
+ "feel": "optional",
532
+ "constraints": {
533
+ "notEmpty": false,
534
+ "pattern": {
535
+ "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
536
+ "message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
537
+ }
538
+ }
539
+ },
540
+ {
541
+ "label": "Error expression",
542
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
543
+ "group": "errors",
544
+ "type": "Text",
545
+ "feel": "required",
546
+ "binding": {
547
+ "type": "zeebe:taskHeader",
548
+ "key": "errorExpression"
549
+ }
550
+ },
551
+ {
552
+ "id": "version",
553
+ "label": "Version",
554
+ "description": "Version of the element template",
555
+ "value": "6",
556
+ "group": "connector",
557
+ "binding": {
558
+ "key": "elementTemplateVersion",
559
+ "type": "zeebe:taskHeader"
560
+ },
561
+ "type": "Hidden"
562
+ },
563
+ {
564
+ "id": "id",
565
+ "label": "ID",
566
+ "description": "ID of the element template",
567
+ "value": "io.camunda.connectors.CamundaOperate.v1",
568
+ "group": "connector",
569
+ "binding": {
570
+ "key": "elementTemplateId",
571
+ "type": "zeebe:taskHeader"
572
+ },
573
+ "type": "Hidden"
574
+ }
575
+ ],
576
+ "icon": {
577
+ "contents": "data:image/png;base64,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"
578
+ }
579
+ },
2
580
  {
3
581
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
582
  "name": "Camunda Operate connector",
5
583
  "id": "io.camunda.connectors.CamundaOperate.v1",
6
- "version": 1,
584
+ "version": 2,
585
+ "description": "Fetch data from Camunda Operate API",
586
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/operate/",
587
+ "category": {
588
+ "id": "connectors",
589
+ "name": "Connectors"
590
+ },
591
+ "appliesTo": ["bpmn:Task"],
592
+ "elementType": {
593
+ "value": "bpmn:ServiceTask"
594
+ },
595
+ "groups": [
596
+ {
597
+ "id": "cluster",
598
+ "label": "Cluster"
599
+ },
600
+ {
601
+ "id": "authentication",
602
+ "label": "Authentication"
603
+ },
604
+ {
605
+ "id": "input",
606
+ "label": "Endpoint"
607
+ },
608
+ {
609
+ "id": "parameters",
610
+ "label": "Parameters"
611
+ },
612
+ {
613
+ "id": "output",
614
+ "label": "Response mapping"
615
+ },
616
+ {
617
+ "id": "errors",
618
+ "label": "Error handling"
619
+ }
620
+ ],
621
+ "properties": [
622
+ {
623
+ "type": "Hidden",
624
+ "value": "io.camunda:http-json:1",
625
+ "binding": {
626
+ "type": "zeebe:taskDefinition",
627
+ "property": "type"
628
+ }
629
+ },
630
+ {
631
+ "type": "Hidden",
632
+ "value": "={\"Content-Type\":\"application/json\"}",
633
+ "binding": {
634
+ "type": "zeebe:input",
635
+ "name": "headers"
636
+ }
637
+ },
638
+ {
639
+ "label": "Type",
640
+ "id": "authentication.internal_deployment_type",
641
+ "group": "cluster",
642
+ "type": "Dropdown",
643
+ "value": "saas",
644
+ "choices": [
645
+ {
646
+ "name": "Camunda 8 SaaS",
647
+ "value": "saas"
648
+ },
649
+ {
650
+ "name": "Camunda 8 self-managed",
651
+ "value": "sm"
652
+ }
653
+ ],
654
+ "binding": {
655
+ "type": "zeebe:input",
656
+ "name": "authentication.internal_deployment_type"
657
+ }
658
+ },
659
+ {
660
+ "label": "OAuth token endpoint",
661
+ "description": "Token endpoint of your authentication server",
662
+ "group": "cluster",
663
+ "type": "String",
664
+ "feel": "optional",
665
+ "binding": {
666
+ "type": "zeebe:input",
667
+ "name": "authentication.oauthTokenEndpoint"
668
+ },
669
+ "constraints": {
670
+ "notEmpty": true
671
+ },
672
+ "condition": {
673
+ "property": "authentication.internal_deployment_type",
674
+ "equals": "sm"
675
+ }
676
+ },
677
+ {
678
+ "label": "Operate base URL",
679
+ "description": "Base URL of Operate in your C8 cluster",
680
+ "type": "String",
681
+ "feel": "optional",
682
+ "id": "authentication.operate_base_url",
683
+ "group": "cluster",
684
+ "binding": {
685
+ "type": "zeebe:input",
686
+ "name": "authentication.operate_base_url"
687
+ },
688
+ "constraints": {
689
+ "notEmpty": true
690
+ },
691
+ "condition": {
692
+ "property": "authentication.internal_deployment_type",
693
+ "equals": "sm"
694
+ }
695
+ },
696
+ {
697
+ "label": "Region",
698
+ "group": "cluster",
699
+ "type": "String",
700
+ "feel": "optional",
701
+ "binding": {
702
+ "type": "zeebe:input",
703
+ "name": "authentication.internal_region"
704
+ },
705
+ "constraints": {
706
+ "notEmpty": true
707
+ },
708
+ "condition": {
709
+ "property": "authentication.internal_deployment_type",
710
+ "equals": "saas"
711
+ }
712
+ },
713
+ {
714
+ "label": "Cluster ID",
715
+ "description": "SaaS cluster region and ID.<br>Lean more about <a href=\"https://docs.camunda.io/docs/next/guides/setup-client-connection-credentials\" target=\"_blank\">creating API client credentials</a>",
716
+ "group": "cluster",
717
+ "type": "String",
718
+ "feel": "optional",
719
+ "binding": {
720
+ "type": "zeebe:input",
721
+ "name": "authentication.internal_cluster"
722
+ },
723
+ "constraints": {
724
+ "notEmpty": true
725
+ },
726
+ "condition": {
727
+ "property": "authentication.internal_deployment_type",
728
+ "equals": "saas"
729
+ }
730
+ },
731
+ {
732
+ "type": "Hidden",
733
+ "id": "authenticationType",
734
+ "value": "oauth-client-credentials-flow",
735
+ "binding": {
736
+ "type": "zeebe:input",
737
+ "name": "authentication.type"
738
+ }
739
+ },
740
+ {
741
+ "value": "credentialsBody",
742
+ "type": "Hidden",
743
+ "binding": {
744
+ "type": "zeebe:input",
745
+ "name": "authentication.clientAuthentication"
746
+ }
747
+ },
748
+ {
749
+ "description": "The OAuth token endpoint (SaaS)",
750
+ "group": "authentication",
751
+ "type": "Hidden",
752
+ "value": "https://login.cloud.camunda.io/oauth/token",
753
+ "binding": {
754
+ "type": "zeebe:input",
755
+ "name": "authentication.oauthTokenEndpoint"
756
+ },
757
+ "condition": {
758
+ "property": "authentication.internal_deployment_type",
759
+ "equals": "saas"
760
+ }
761
+ },
762
+ {
763
+ "label": "Client ID",
764
+ "group": "authentication",
765
+ "type": "String",
766
+ "feel": "optional",
767
+ "binding": {
768
+ "type": "zeebe:input",
769
+ "name": "authentication.clientId"
770
+ },
771
+ "constraints": {
772
+ "notEmpty": true
773
+ },
774
+ "condition": {
775
+ "property": "authenticationType",
776
+ "equals": "oauth-client-credentials-flow"
777
+ }
778
+ },
779
+ {
780
+ "label": "Client secret",
781
+ "description": "Client ID and secret for the Operate OAuth client",
782
+ "group": "authentication",
783
+ "type": "String",
784
+ "feel": "optional",
785
+ "binding": {
786
+ "type": "zeebe:input",
787
+ "name": "authentication.clientSecret"
788
+ },
789
+ "constraints": {
790
+ "notEmpty": true
791
+ },
792
+ "condition": {
793
+ "property": "authenticationType",
794
+ "equals": "oauth-client-credentials-flow"
795
+ }
796
+ },
797
+ {
798
+ "label": "Operate audience",
799
+ "description": "API audience",
800
+ "type": "String",
801
+ "group": "authentication",
802
+ "value": "operate-api",
803
+ "feel": "optional",
804
+ "binding": {
805
+ "type": "zeebe:input",
806
+ "name": "authentication.audience"
807
+ },
808
+ "condition": {
809
+ "property": "authentication.internal_deployment_type",
810
+ "equals": "sm"
811
+ },
812
+ "constraints": {
813
+ "notEmpty": true
814
+ }
815
+ },
816
+ {
817
+ "type": "Hidden",
818
+ "value": "operate.camunda.io",
819
+ "binding": {
820
+ "type": "zeebe:input",
821
+ "name": "authentication.audience"
822
+ },
823
+ "condition": {
824
+ "property": "authentication.internal_deployment_type",
825
+ "equals": "saas"
826
+ }
827
+ },
828
+ {
829
+ "label": "Endpoint",
830
+ "description": "Operate API entity",
831
+ "group": "input",
832
+ "id": "input.internal_endpoint",
833
+ "type": "Dropdown",
834
+ "value": "/v1/process-instances",
835
+ "choices": [
836
+ {
837
+ "name": "Process instances",
838
+ "value": "/v1/process-instances"
839
+ },
840
+ {
841
+ "name": "Incidents",
842
+ "value": "/v1/incidents"
843
+ },
844
+ {
845
+ "name": "Variables",
846
+ "value": "/v1/variables"
847
+ },
848
+ {
849
+ "name": "Process definitions",
850
+ "value": "/v1/process-definitions"
851
+ },
852
+ {
853
+ "name": "Flownode instances",
854
+ "value": "/v1/flownode-instances"
855
+ }
856
+ ],
857
+ "binding": {
858
+ "type": "zeebe:input",
859
+ "name": "input.internal_endpoint"
860
+ }
861
+ },
862
+ {
863
+ "label": "Operation",
864
+ "description": "Operation to execute against the selected entity",
865
+ "group": "input",
866
+ "id": "input.internal_operation",
867
+ "type": "Dropdown",
868
+ "value": "/search",
869
+ "choices": [
870
+ {
871
+ "name": "Search",
872
+ "value": "/search"
873
+ },
874
+ {
875
+ "name": "Get by key",
876
+ "value": "/"
877
+ }
878
+ ],
879
+ "binding": {
880
+ "type": "zeebe:input",
881
+ "name": "input.internal_operation"
882
+ }
883
+ },
884
+ {
885
+ "type": "Hidden",
886
+ "description": "Get by key operation method (GET)",
887
+ "value": "get",
888
+ "binding": {
889
+ "type": "zeebe:input",
890
+ "name": "method"
891
+ },
892
+ "condition": {
893
+ "property": "input.internal_operation",
894
+ "equals": "/"
895
+ }
896
+ },
897
+ {
898
+ "type": "Hidden",
899
+ "description": "Search operation method (POST)",
900
+ "value": "post",
901
+ "binding": {
902
+ "type": "zeebe:input",
903
+ "name": "method"
904
+ },
905
+ "condition": {
906
+ "property": "input.internal_operation",
907
+ "equals": "/search"
908
+ }
909
+ },
910
+ {
911
+ "type": "Hidden",
912
+ "binding": {
913
+ "type": "zeebe:input",
914
+ "name": "url"
915
+ },
916
+ "value": "=\"https://\" + authentication.internal_region + \".operate.camunda.io/\" + authentication.internal_cluster + input.internal_endpoint + input.internal_operation + (if is defined(input.internal_key) then input.internal_key else \"\")",
917
+ "condition": {
918
+ "property": "authentication.internal_deployment_type",
919
+ "equals": "saas"
920
+ }
921
+ },
922
+ {
923
+ "type": "Hidden",
924
+ "binding": {
925
+ "type": "zeebe:input",
926
+ "name": "url"
927
+ },
928
+ "value": "=authentication.operate_base_url + input.internal_endpoint + input.internal_operation + (if is defined(input.internal_key) then input.internal_key else \"\")",
929
+ "condition": {
930
+ "property": "authentication.internal_deployment_type",
931
+ "equals": "sm"
932
+ }
933
+ },
934
+ {
935
+ "label": "Key",
936
+ "description": "Entity key",
937
+ "group": "parameters",
938
+ "type": "String",
939
+ "feel": "optional",
940
+ "binding": {
941
+ "type": "zeebe:input",
942
+ "name": "input.internal_key"
943
+ },
944
+ "constraints": {
945
+ "notEmpty": true
946
+ },
947
+ "condition": {
948
+ "property": "input.internal_operation",
949
+ "equals": "/"
950
+ }
951
+ },
952
+ {
953
+ "label": "Filter",
954
+ "description": "Search filter in <a href=\"https://docs.camunda.io/docs/apis-clients/operate-api/#filter\" target=\"_blank\">Operate format</a>",
955
+ "group": "parameters",
956
+ "type": "String",
957
+ "feel": "required",
958
+ "binding": {
959
+ "type": "zeebe:input",
960
+ "name": "input.internal_filter"
961
+ },
962
+ "optional": true,
963
+ "condition": {
964
+ "property": "input.internal_operation",
965
+ "equals": "/search"
966
+ }
967
+ },
968
+ {
969
+ "label": "Sort",
970
+ "description": "Sorting properties in <a href=\"https://docs.camunda.io/docs/apis-clients/operate-api/#sort\" target=\"_blank\">Operate format</a><br>Please provide a list of sort objects",
971
+ "group": "parameters",
972
+ "type": "String",
973
+ "feel": "required",
974
+ "binding": {
975
+ "type": "zeebe:input",
976
+ "name": "input.internal_sort"
977
+ },
978
+ "optional": true,
979
+ "condition": {
980
+ "property": "input.internal_operation",
981
+ "equals": "/search"
982
+ }
983
+ },
984
+ {
985
+ "label": "Results",
986
+ "description": "Number of results to return",
987
+ "group": "parameters",
988
+ "type": "String",
989
+ "value": "20",
990
+ "feel": "optional",
991
+ "binding": {
992
+ "type": "zeebe:input",
993
+ "name": "input.internal_results"
994
+ },
995
+ "condition": {
996
+ "property": "input.internal_operation",
997
+ "equals": "/search"
998
+ },
999
+ "constraints": {
1000
+ "notEmpty": true,
1001
+ "pattern": {
1002
+ "value": "^[1-9]\\d*$",
1003
+ "message": "Must be a positive integer number"
1004
+ }
1005
+ }
1006
+ },
1007
+ {
1008
+ "label": "Pagination",
1009
+ "description": "Identifier of item from which the search should start. <br>Hint: Copy the <code>sortValues</code> field from the previous search result, or leave blank for no pagination",
1010
+ "group": "parameters",
1011
+ "type": "String",
1012
+ "feel": "required",
1013
+ "binding": {
1014
+ "type": "zeebe:input",
1015
+ "name": "input.internal_pagination"
1016
+ },
1017
+ "optional": true,
1018
+ "condition": {
1019
+ "property": "input.internal_operation",
1020
+ "equals": "/search"
1021
+ }
1022
+ },
1023
+ {
1024
+ "type": "Hidden",
1025
+ "value": "={filter: if is defined(input.internal_filter) then input.internal_filter else null, sort: if is defined(input.internal_sort) then input.internal_sort else null, searchAfter: if is defined(input.internal_pagination) then input.internal_pagination else null, size: number(input.internal_results)}",
1026
+ "binding": {
1027
+ "type": "zeebe:input",
1028
+ "name": "body"
1029
+ },
1030
+ "condition": {
1031
+ "property": "input.internal_operation",
1032
+ "equals": "/search"
1033
+ }
1034
+ },
1035
+ {
1036
+ "label": "Result variable",
1037
+ "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>",
1038
+ "group": "output",
1039
+ "type": "String",
1040
+ "binding": {
1041
+ "type": "zeebe:taskHeader",
1042
+ "key": "resultVariable"
1043
+ }
1044
+ },
1045
+ {
1046
+ "label": "Result expression",
1047
+ "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>",
1048
+ "group": "output",
1049
+ "value": "={operateResponse: response.body}",
1050
+ "type": "Text",
1051
+ "feel": "required",
1052
+ "binding": {
1053
+ "type": "zeebe:taskHeader",
1054
+ "key": "resultExpression"
1055
+ }
1056
+ },
1057
+ {
1058
+ "label": "Connection timeout",
1059
+ "description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
1060
+ "group": "errors",
1061
+ "type": "String",
1062
+ "value": "20",
1063
+ "binding": {
1064
+ "type": "zeebe:input",
1065
+ "name": "connectionTimeoutInSeconds"
1066
+ },
1067
+ "optional": true,
1068
+ "feel": "optional",
1069
+ "constraints": {
1070
+ "notEmpty": false,
1071
+ "pattern": {
1072
+ "value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
1073
+ "message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
1074
+ }
1075
+ }
1076
+ },
1077
+ {
1078
+ "label": "Error expression",
1079
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
1080
+ "group": "errors",
1081
+ "type": "Text",
1082
+ "feel": "required",
1083
+ "binding": {
1084
+ "type": "zeebe:taskHeader",
1085
+ "key": "errorExpression"
1086
+ }
1087
+ }
1088
+ ],
1089
+ "icon": {
1090
+ "contents": "data:image/png;base64,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"
1091
+ },
1092
+ "engines": {
1093
+ "camunda": "^8.2"
1094
+ }
1095
+ },
1096
+ {
1097
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1098
+ "name": "Camunda Operate Outbound connector",
1099
+ "id": "io.camunda.connectors.CamundaOperate.v1",
1100
+ "version": 3,
7
1101
  "description": "Fetch data from Camunda Operate API",
8
1102
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/operate/",
9
1103
  "category": {
@@ -65,11 +1159,11 @@
65
1159
  "value": "saas",
66
1160
  "choices": [
67
1161
  {
68
- "name": "Camunda 8 SaaS",
1162
+ "name": "Camunda SaaS",
69
1163
  "value": "saas"
70
1164
  },
71
1165
  {
72
- "name": "Camunda 8 self-managed",
1166
+ "name": "Camunda Self-managed",
73
1167
  "value": "sm"
74
1168
  }
75
1169
  ],
@@ -491,7 +1585,7 @@
491
1585
  "constraints": {
492
1586
  "notEmpty": false,
493
1587
  "pattern": {
494
- "value": "^(=|([0-9]+|secrets\\..+)$)",
1588
+ "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
495
1589
  "message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
496
1590
  }
497
1591
  }
@@ -519,7 +1613,7 @@
519
1613
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
520
1614
  "name": "Camunda Operate Outbound connector",
521
1615
  "id": "io.camunda.connectors.CamundaOperate.v1",
522
- "version": 3,
1616
+ "version": 4,
523
1617
  "description": "Fetch data from Camunda Operate API",
524
1618
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/operate/",
525
1619
  "category": {
@@ -650,7 +1744,7 @@
650
1744
  },
651
1745
  {
652
1746
  "label": "Cluster ID",
653
- "description": "SaaS cluster region and ID.<br>Lean more about <a href=\"https://docs.camunda.io/docs/next/guides/setup-client-connection-credentials\" target=\"_blank\">creating API client credentials</a>",
1747
+ "description": "SaaS cluster region and ID.<br>Lean more about <a href=\"https://docs.camunda.io/docs/components/console/manage-clusters/setup-client-connection-credentials\" target=\"_blank\">creating API client credentials</a>",
654
1748
  "group": "cluster",
655
1749
  "type": "String",
656
1750
  "feel": "optional",
@@ -889,7 +1983,7 @@
889
1983
  },
890
1984
  {
891
1985
  "label": "Filter",
892
- "description": "Search filter in <a href=\"https://docs.camunda.io/docs/apis-clients/operate-api/#filter\" target=\"_blank\">Operate format</a>",
1986
+ "description": "Search filter in <a href=\"https://docs.camunda.io/docs/apis-tools/operate-api/specifications/search/\" target=\"_blank\">Operate format</a>",
893
1987
  "group": "parameters",
894
1988
  "type": "String",
895
1989
  "feel": "required",
@@ -905,7 +1999,7 @@
905
1999
  },
906
2000
  {
907
2001
  "label": "Sort",
908
- "description": "Sorting properties in <a href=\"https://docs.camunda.io/docs/apis-clients/operate-api/#sort\" target=\"_blank\">Operate format</a><br>Please provide a list of sort objects",
2002
+ "description": "Sorting properties in <a href=\"https://docs.camunda.io/docs/apis-tools/operate-api/specifications/search\" target=\"_blank\">Operate format</a><br>Please provide a list of sort objects",
909
2003
  "group": "parameters",
910
2004
  "type": "String",
911
2005
  "feel": "required",
@@ -1014,7 +2108,7 @@
1014
2108
  },
1015
2109
  {
1016
2110
  "label": "Error expression",
1017
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
2111
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>",
1018
2112
  "group": "errors",
1019
2113
  "type": "Text",
1020
2114
  "feel": "required",
@@ -1028,15 +2122,36 @@
1028
2122
  "contents": "data:image/png;base64,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"
1029
2123
  },
1030
2124
  "engines": {
1031
- "camunda": "^8.2"
2125
+ "camunda": "^8.4"
1032
2126
  }
1033
2127
  },
1034
2128
  {
1035
2129
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1036
- "name": "Camunda Operate connector",
2130
+ "name": "Camunda Operate Outbound connector",
1037
2131
  "id": "io.camunda.connectors.CamundaOperate.v1",
1038
- "version": 2,
2132
+ "version": 6,
2133
+ "engines": {
2134
+ "camunda": "^8.3"
2135
+ },
2136
+ "deprecated": {
2137
+ "message": "Deprecation of the Operate API and Tasklist API. Please use the REST Connector for now.",
2138
+ "documentationRef": "https://docs.camunda.io/docs/apis-tools/working-with-apis-tools/"
2139
+ },
1039
2140
  "description": "Fetch data from Camunda Operate API",
2141
+ "keywords": [
2142
+ "search process instances",
2143
+ "get process instance by key",
2144
+ "search incidents",
2145
+ "get incident by key",
2146
+ "search variables",
2147
+ "get variable by key",
2148
+ "search process definitions",
2149
+ "get process definition by key",
2150
+ "search flow node instances",
2151
+ "get flow node instance by key",
2152
+ "process monitoring",
2153
+ "workflow status"
2154
+ ],
1040
2155
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/operate/",
1041
2156
  "category": {
1042
2157
  "id": "connectors",
@@ -1097,11 +2212,11 @@
1097
2212
  "value": "saas",
1098
2213
  "choices": [
1099
2214
  {
1100
- "name": "Camunda 8 SaaS",
2215
+ "name": "Camunda SaaS",
1101
2216
  "value": "saas"
1102
2217
  },
1103
2218
  {
1104
- "name": "Camunda 8 self-managed",
2219
+ "name": "Camunda Self-managed",
1105
2220
  "value": "sm"
1106
2221
  }
1107
2222
  ],
@@ -1166,7 +2281,7 @@
1166
2281
  },
1167
2282
  {
1168
2283
  "label": "Cluster ID",
1169
- "description": "SaaS cluster region and ID.<br>Lean more about <a href=\"https://docs.camunda.io/docs/next/guides/setup-client-connection-credentials\" target=\"_blank\">creating API client credentials</a>",
2284
+ "description": "SaaS cluster region and ID.<br>Lean more about <a href=\"https://docs.camunda.io/docs/guides/setup-client-connection-credentials\" target=\"_blank\">creating API client credentials</a>",
1170
2285
  "group": "cluster",
1171
2286
  "type": "String",
1172
2287
  "feel": "optional",
@@ -1267,6 +2382,22 @@
1267
2382
  "notEmpty": true
1268
2383
  }
1269
2384
  },
2385
+ {
2386
+ "label": "Scopes",
2387
+ "description": "Space-separated list of OAuth 2.0 scopes to request from the token endpoint. Required by some identity providers — e.g. for Microsoft Entra ID use <code>api://&lt;client-id&gt;/.default</code>",
2388
+ "group": "authentication",
2389
+ "type": "String",
2390
+ "feel": "optional",
2391
+ "binding": {
2392
+ "type": "zeebe:input",
2393
+ "name": "authentication.scopes"
2394
+ },
2395
+ "optional": true,
2396
+ "condition": {
2397
+ "property": "authentication.internal_deployment_type",
2398
+ "equals": "sm"
2399
+ }
2400
+ },
1270
2401
  {
1271
2402
  "type": "Hidden",
1272
2403
  "value": "operate.camunda.io",
@@ -1405,7 +2536,7 @@
1405
2536
  },
1406
2537
  {
1407
2538
  "label": "Filter",
1408
- "description": "Search filter in <a href=\"https://docs.camunda.io/docs/apis-clients/operate-api/#filter\" target=\"_blank\">Operate format</a>",
2539
+ "description": "Search filter in <a href=\"https://docs.camunda.io/docs/apis-tools/operate-api/specifications/search/\" target=\"_blank\">Operate format</a>",
1409
2540
  "group": "parameters",
1410
2541
  "type": "String",
1411
2542
  "feel": "required",
@@ -1421,7 +2552,7 @@
1421
2552
  },
1422
2553
  {
1423
2554
  "label": "Sort",
1424
- "description": "Sorting properties in <a href=\"https://docs.camunda.io/docs/apis-clients/operate-api/#sort\" target=\"_blank\">Operate format</a><br>Please provide a list of sort objects",
2555
+ "description": "Sorting properties in <a href=\"https://docs.camunda.io/docs/apis-tools/operate-api/specifications/search\" target=\"_blank\">Operate format</a><br>Please provide a list of sort objects",
1425
2556
  "group": "parameters",
1426
2557
  "type": "String",
1427
2558
  "feel": "required",
@@ -1523,7 +2654,7 @@
1523
2654
  "constraints": {
1524
2655
  "notEmpty": false,
1525
2656
  "pattern": {
1526
- "value": "^(=|([0-9]+|secrets\\..+|\\{\\{secrets\\..+\\}\\})$)",
2657
+ "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
1527
2658
  "message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
1528
2659
  }
1529
2660
  }
@@ -1538,13 +2669,34 @@
1538
2669
  "type": "zeebe:taskHeader",
1539
2670
  "key": "errorExpression"
1540
2671
  }
2672
+ },
2673
+ {
2674
+ "id": "version",
2675
+ "label": "Version",
2676
+ "description": "Version of the element template",
2677
+ "value": "6",
2678
+ "group": "connector",
2679
+ "binding": {
2680
+ "key": "elementTemplateVersion",
2681
+ "type": "zeebe:taskHeader"
2682
+ },
2683
+ "type": "Hidden"
2684
+ },
2685
+ {
2686
+ "id": "id",
2687
+ "label": "ID",
2688
+ "description": "ID of the element template",
2689
+ "value": "io.camunda.connectors.CamundaOperate.v1",
2690
+ "group": "connector",
2691
+ "binding": {
2692
+ "key": "elementTemplateId",
2693
+ "type": "zeebe:taskHeader"
2694
+ },
2695
+ "type": "Hidden"
1541
2696
  }
1542
2697
  ],
1543
2698
  "icon": {
1544
2699
  "contents": "data:image/png;base64,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"
1545
- },
1546
- "engines": {
1547
- "camunda": "^8.2"
1548
2700
  }
1549
2701
  },
1550
2702
  {
@@ -2067,7 +3219,14 @@
2067
3219
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
2068
3220
  "name": "Camunda Operate Outbound connector",
2069
3221
  "id": "io.camunda.connectors.CamundaOperate.v1",
2070
- "version": 4,
3222
+ "version": 5,
3223
+ "engines": {
3224
+ "camunda": "^8.3"
3225
+ },
3226
+ "deprecated": {
3227
+ "message": "Deprecation of the Operate API and Tasklist API. Please use the REST Connector for now.",
3228
+ "documentationRef": "https://docs.camunda.io/docs/apis-tools/working-with-apis-tools/"
3229
+ },
2071
3230
  "description": "Fetch data from Camunda Operate API",
2072
3231
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/operate/",
2073
3232
  "category": {
@@ -2198,7 +3357,7 @@
2198
3357
  },
2199
3358
  {
2200
3359
  "label": "Cluster ID",
2201
- "description": "SaaS cluster region and ID.<br>Lean more about <a href=\"https://docs.camunda.io/docs/components/console/manage-clusters/setup-client-connection-credentials\" target=\"_blank\">creating API client credentials</a>",
3360
+ "description": "SaaS cluster region and ID.<br>Lean more about <a href=\"https://docs.camunda.io/docs/guides/setup-client-connection-credentials\" target=\"_blank\">creating API client credentials</a>",
2202
3361
  "group": "cluster",
2203
3362
  "type": "String",
2204
3363
  "feel": "optional",
@@ -2562,7 +3721,7 @@
2562
3721
  },
2563
3722
  {
2564
3723
  "label": "Error expression",
2565
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>",
3724
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
2566
3725
  "group": "errors",
2567
3726
  "type": "Text",
2568
3727
  "feel": "required",
@@ -2570,27 +3729,41 @@
2570
3729
  "type": "zeebe:taskHeader",
2571
3730
  "key": "errorExpression"
2572
3731
  }
3732
+ },
3733
+ {
3734
+ "id": "version",
3735
+ "label": "Version",
3736
+ "description": "Version of the element template",
3737
+ "value": "5",
3738
+ "group": "connector",
3739
+ "binding": {
3740
+ "key": "elementTemplateVersion",
3741
+ "type": "zeebe:taskHeader"
3742
+ },
3743
+ "type": "Hidden"
3744
+ },
3745
+ {
3746
+ "id": "id",
3747
+ "label": "ID",
3748
+ "description": "ID of the element template",
3749
+ "value": "io.camunda.connectors.CamundaOperate.v1",
3750
+ "group": "connector",
3751
+ "binding": {
3752
+ "key": "elementTemplateId",
3753
+ "type": "zeebe:taskHeader"
3754
+ },
3755
+ "type": "Hidden"
2573
3756
  }
2574
3757
  ],
2575
3758
  "icon": {
2576
3759
  "contents": "data:image/png;base64,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"
2577
- },
2578
- "engines": {
2579
- "camunda": "^8.4"
2580
3760
  }
2581
3761
  },
2582
3762
  {
2583
3763
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
2584
- "name": "Camunda Operate Outbound connector",
3764
+ "name": "Camunda Operate connector",
2585
3765
  "id": "io.camunda.connectors.CamundaOperate.v1",
2586
- "version": 5,
2587
- "engines": {
2588
- "camunda": "^8.3"
2589
- },
2590
- "deprecated": {
2591
- "message": "Deprecation of the Operate API and Tasklist API. Please use the REST Connector for now.",
2592
- "documentationRef": "https://docs.camunda.io/docs/apis-tools/working-with-apis-tools/"
2593
- },
3766
+ "version": 1,
2594
3767
  "description": "Fetch data from Camunda Operate API",
2595
3768
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/operate/",
2596
3769
  "category": {
@@ -2652,11 +3825,11 @@
2652
3825
  "value": "saas",
2653
3826
  "choices": [
2654
3827
  {
2655
- "name": "Camunda SaaS",
3828
+ "name": "Camunda 8 SaaS",
2656
3829
  "value": "saas"
2657
3830
  },
2658
3831
  {
2659
- "name": "Camunda Self-managed",
3832
+ "name": "Camunda 8 self-managed",
2660
3833
  "value": "sm"
2661
3834
  }
2662
3835
  ],
@@ -2721,7 +3894,7 @@
2721
3894
  },
2722
3895
  {
2723
3896
  "label": "Cluster ID",
2724
- "description": "SaaS cluster region and ID.<br>Lean more about <a href=\"https://docs.camunda.io/docs/guides/setup-client-connection-credentials\" target=\"_blank\">creating API client credentials</a>",
3897
+ "description": "SaaS cluster region and ID.<br>Lean more about <a href=\"https://docs.camunda.io/docs/next/guides/setup-client-connection-credentials\" target=\"_blank\">creating API client credentials</a>",
2725
3898
  "group": "cluster",
2726
3899
  "type": "String",
2727
3900
  "feel": "optional",
@@ -2960,7 +4133,7 @@
2960
4133
  },
2961
4134
  {
2962
4135
  "label": "Filter",
2963
- "description": "Search filter in <a href=\"https://docs.camunda.io/docs/apis-tools/operate-api/specifications/search/\" target=\"_blank\">Operate format</a>",
4136
+ "description": "Search filter in <a href=\"https://docs.camunda.io/docs/apis-clients/operate-api/#filter\" target=\"_blank\">Operate format</a>",
2964
4137
  "group": "parameters",
2965
4138
  "type": "String",
2966
4139
  "feel": "required",
@@ -2976,7 +4149,7 @@
2976
4149
  },
2977
4150
  {
2978
4151
  "label": "Sort",
2979
- "description": "Sorting properties in <a href=\"https://docs.camunda.io/docs/apis-tools/operate-api/specifications/search\" target=\"_blank\">Operate format</a><br>Please provide a list of sort objects",
4152
+ "description": "Sorting properties in <a href=\"https://docs.camunda.io/docs/apis-clients/operate-api/#sort\" target=\"_blank\">Operate format</a><br>Please provide a list of sort objects",
2980
4153
  "group": "parameters",
2981
4154
  "type": "String",
2982
4155
  "feel": "required",
@@ -3078,7 +4251,7 @@
3078
4251
  "constraints": {
3079
4252
  "notEmpty": false,
3080
4253
  "pattern": {
3081
- "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
4254
+ "value": "^(=|([0-9]+|secrets\\..+)$)",
3082
4255
  "message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
3083
4256
  }
3084
4257
  }
@@ -3093,34 +4266,13 @@
3093
4266
  "type": "zeebe:taskHeader",
3094
4267
  "key": "errorExpression"
3095
4268
  }
3096
- },
3097
- {
3098
- "id": "version",
3099
- "label": "Version",
3100
- "description": "Version of the element template",
3101
- "value": "5",
3102
- "group": "connector",
3103
- "binding": {
3104
- "key": "elementTemplateVersion",
3105
- "type": "zeebe:taskHeader"
3106
- },
3107
- "type": "Hidden"
3108
- },
3109
- {
3110
- "id": "id",
3111
- "label": "ID",
3112
- "description": "ID of the element template",
3113
- "value": "io.camunda.connectors.CamundaOperate.v1",
3114
- "group": "connector",
3115
- "binding": {
3116
- "key": "elementTemplateId",
3117
- "type": "zeebe:taskHeader"
3118
- },
3119
- "type": "Hidden"
3120
4269
  }
3121
4270
  ],
3122
4271
  "icon": {
3123
4272
  "contents": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAATYAAAE2CAYAAADrvL6pAAAACXBIWXMAAAsSAAALEgHS3X78AAAJEUlEQVR4nO3d71EcyQHG4W6bz5YuApGBcATHRXA4AQtHcGRwOAKjCA45AhzBQQSGDCAD4e+udg1uqfZsIfFnZ5l9+3mq+OCybmp2pvZXPTM927W1VgCS/M7ZBNIIGxBH2IA4wgbEETYgjrABcYQNiCNsQBxhA+IIGxBH2IA4wgbEETYgjrABcYQNiCNsQBxhA+IIGxBH2IA4wgbEETYgjrABcYQNiCNsQBxhA+IIGxBH2IA4wgbEETYgjrABcYQNiCNsQBxhA+IIGxBH2IA4wgbEETYgjrABcYQNiCNsQBxhA+IIGxBH2IA4wgbE2XFKWbda614p5fXKZlf/98dSyuXK/3fdWrt2Elin2lpzQHmSWutuKWW/h+vT36snbu5milwp5byH71LweCph41FqrQellIMetDczH72rHrrT1trlA/493BE2vqmPzA7739wxu880ojvpkfvorPE1wsa9etCOSynvFnSUbnvgTgSO+wgb/6fWOt3oPyql/LzgozMF7ri1drKAfWFhhI3fqLVO985OX/CS87Gm+3CH7sGxyjw2Pqu1Tpedv25R1CZvpwcMtdbDBewLC2HExp1a6+nC7qU9xfvW2tH27TbrJmyD6/fTzvvIJ8GH1prR2+BcinIWFLXJuz76ZGDCNrAegO8Dj8AUN5ekA3MpOqj+xf9b+Kf/obV2voD9YMOEbUD9JfV/DvDJp7luuybyjsel6JhGuQf1aqDPygphG0yfq5b0sOBbfuyTjhmIS9GB9Kkd18/4aaFtddNa2x39/I/EiG0sRwNGbfLGmwljMWIbxMCjtU+M2gZixDaOw4GjVvqozb22QQjbOExY/W/cGYBL0QEMNG/tIb4zry2fVarG8FIjlau+MMuXFmXZf+biL091YG5bPmEbw8EGP+XtytoE31xlqt/3Ot7gO6v7wpbPpWi4DV+GXkwRfcqlXg/c2QZGcLettdcP+HdsMQ8P8m3qSeD0O2j7T71/1V9W3+urUc3pVY89wYQt3ybCdrWOH3fsl64H/XJ2TqZ9hBO2fJsYnazt4URflOV4Xdu7hxFbOGEL1t82mHthlg/rXiGqL6k35yWpNxDCCVu2TYxMzmba7pzrhSb+ajArhC3b3COT6QnjXGGba7t3+ir3hBK2bHN/eWf72e3+IMHlKE8ibNnm/vLOvfr6nOsVmMsWTNiybXvYvvnmwjN4MhpM2HiOuV8mnzNsBBO2bNt+uSVsPImwZRtp0Rb4TNgYlYcHwYSNUXl4EEzYgDjCBsQRNiCOsAFxhA2II2xAHGED4ggbEEfYgDjCBsQRNiCOsAFxhA2II2xAnB2nlAWbfnr8Yqbdm3u9Bl6QsLFYfYX5fWeIx3IpCsQRNiCOsAFxhA2II2xAHGED4ggbEEfYgDjCBsQRNiCOsAFxhA2II2xAHGED4ggbEEfYgDjCBsQRNiCOsAFxhA2II2xAHGED4ggbEEfYgDjCBsQRNiCOsAFxhA2II2xAHGED4ggbEEfYgDjCBsQRNiCOsAFxhA2II2xAHGED4ggbEEfYgDjCBsQRNiDOjlPKUtVad0sphzPt3nVr7dTJzyRsLNkUtp9n2r+LUoqwhXIpCsQRNiCOsAFxhA2II2xAHGED4ggbEEfYgDjCBsQRNiCOsAFxhA2II2xAHGED4ggbEEfYgDjCBsQRNiCOsAFxhI1RfXTmcwkbo7p05nMJGxBH2LLdjH4AGJOwZbve8k+3u4B9YAsJG8+xN/PRmzNs2x59vkLYss395G/uEdWc4RS2YMKWbe4nf/tbvH3TPYIJW7a5v7xva62zjNpqrdNo7dUc25601kz3CCZs2Tbx5T3csu0WT4vzCVu2TdxHOqq1vl7nBvv25gyb+2vhhC1Ya236At/O/Amny8XjNW/zeM7L0FLK+YzbZgGELd8mvsQ/1VrXMsLq2/lpHdv6CmELJ2z5NvUl/uW5cev//S/r26V7eXAQTtjybXJ0MsXt7LFPSqd/P/13G4raVWvNVI9wtbU2+jGIV2v9OPM9qy+5KKWc9dHR5WpM+sOBvf43jdLebnC//tpaW/c9QRZG2AZQaz0tpbwb/Th0fzSHLZ9L0TGcjX4AuhtRG4OwDaC1dmZS6p2TBewDGyBs4zgd/QA4BuMQtnGcbGCy7pJ98DR0HMI2iP6lHvlSzJPQgQjbWEYdtb3vr5cxCGEbSB+1jTZyuTVaG495bAOqtV5ueFLsS/pTfyrMQIzYxnQ4yCXpP0RtTMI2oD5J9Sj8k9/M/JtuLJiwDaq1Ns3p+hD66afR6IHpHeMStoG11g4D4zZFbd+rU2MTtsGFxU3UuCNsfIrb+y0/EqLGZ8LGndba9DDhL1v6tHT67bddUeMTYeOz/kBhr4diW0w/HLnvQQGrTNDli/r6A9OM/TcLPUJTfA+9KsWXCBv36j/hfdTngy0lcFPQjltrVpriXsLGg/QR3EEp5ccXOGK3/bfUTozQeAhh41H6KO6g/+3PuEjMVV9h69xrUTyWsPEstdZPq03t9tBNvn/ENqdXn65X/s7/d1UreCxhY1Z9jdHfrDPq/hhzEzYgjnlsQBxhA+IIGxBH2IA4wgbEETYgjrABcYQNiCNsQBxhA+IIGxBH2IA4wgbEETYgjrABcYQNiCNsQBxhA+IIGxBH2IA4O05prn//+Q9Wg7rf5e///q+jpe4czyNs2R6zvifEcCkKxBE2II6wAXGEDYgjbEAcYQPiCBsQR9iAOMIGxBE2II6wAXGEDYgjbEAcYQPiCBsQR9iAOMIGxBE2II6wAXGEDYgjbEAcYQPiCBsQR9iAOMIGxBE2II6wAXGEDYgjbEAcYQPiCBsQR9iAOMIGxBE2II6wAXGEDYgjbEAcYQPi7Dil0S5GPwBfcbnYPePZamvNUQSiuBQF4ggbEEfYgDjCBsQRNiCOsAFxhA2II2xAHGED4ggbEEfYgDjCBsQRNiCOsAFxhA2II2xAHGED4ggbEEfYgDjCBsQRNiCOsAFxhA2II2xAHGED4ggbEEfYgDjCBsQRNiCOsAFxhA2II2xAHGED4ggbEEfYgDjCBsQRNiCOsAFxhA2II2xAHGED4ggbEEfYgDjCBsQRNiBLKeU/6wDlv8KCEewAAAAASUVORK5CYII="
4273
+ },
4274
+ "engines": {
4275
+ "camunda": "^8.2"
3124
4276
  }
3125
4277
  }
3126
4278
  ]