@camunda/connectors-element-templates 1.0.5 → 1.0.6

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 (84) hide show
  1. package/package.json +1 -1
  2. package/src/connectors.js +2 -0
  3. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +170 -13
  4. package/src/element-templates/agenticai-aiagent-outbound-connector.json +1596 -389
  5. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
  6. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -1
  7. package/src/element-templates/asana-connector.json +104 -104
  8. package/src/element-templates/automation-anywhere-outbound-connector.json +1207 -1201
  9. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  10. package/src/element-templates/aws-dynamodb-outbound-connector.json +1404 -1404
  11. package/src/element-templates/aws-eventbridge-connector-boundary.json +28 -28
  12. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  13. package/src/element-templates/aws-eventbridge-connector-start-event.json +13 -10
  14. package/src/element-templates/aws-eventbridge-outbound-connector.json +474 -474
  15. package/src/element-templates/aws-lambda-outbound-connector.json +51 -51
  16. package/src/element-templates/aws-s3-outbound-connector.json +30 -30
  17. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  18. package/src/element-templates/aws-sns-inbound-boundary.json +283 -283
  19. package/src/element-templates/aws-sns-inbound-intermediate.json +467 -467
  20. package/src/element-templates/aws-sns-inbound-message-start.json +98 -98
  21. package/src/element-templates/aws-sns-inbound-start-event.json +132 -132
  22. package/src/element-templates/aws-sns-outbound-connector.json +719 -719
  23. package/src/element-templates/aws-sqs-boundary-connector.json +420 -420
  24. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +958 -958
  25. package/src/element-templates/aws-sqs-outbound-connector.json +421 -421
  26. package/src/element-templates/aws-sqs-start-event-connector.json +388 -388
  27. package/src/element-templates/aws-sqs-start-message.json +463 -463
  28. package/src/element-templates/azure-blobstorage-outbound-connector.json +1 -1
  29. package/src/element-templates/azure-open-ai-connector.json +32 -32
  30. package/src/element-templates/blue-prism-connector.json +57 -57
  31. package/src/element-templates/box-outbound-connector.json +30 -30
  32. package/src/element-templates/csv-outbound-connector.json +392 -0
  33. package/src/element-templates/easy-post-connector.json +269 -269
  34. package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
  35. package/src/element-templates/email-outbound-connector.json +231 -231
  36. package/src/element-templates/embeddings-vector-database-outbound-connector.json +3473 -150
  37. package/src/element-templates/github-connector.json +2930 -2930
  38. package/src/element-templates/github-webhook-connector-boundary.json +21 -21
  39. package/src/element-templates/github-webhook-connector-intermediate.json +35 -35
  40. package/src/element-templates/github-webhook-connector-message-start.json +21 -21
  41. package/src/element-templates/github-webhook-connector-start-event.json +35 -32
  42. package/src/element-templates/gitlab-connector.json +1561 -1561
  43. package/src/element-templates/google-drive-outbound-connector.json +363 -363
  44. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  45. package/src/element-templates/google-maps-platform-connector.json +76 -76
  46. package/src/element-templates/google-sheets-outbound-connector.json +1177 -1177
  47. package/src/element-templates/graphql-outbound-connector.json +1182 -1182
  48. package/src/element-templates/http-json-connector.json +2332 -2332
  49. package/src/element-templates/http-polling-boundary-catch-event-connector.json +261 -558
  50. package/src/element-templates/http-polling-connector.json +259 -556
  51. package/src/element-templates/hugging-face-connector.json +34 -34
  52. package/src/element-templates/jdbc-outbound-connector.json +404 -2
  53. package/src/element-templates/kafka-inbound-connector-boundary.json +624 -624
  54. package/src/element-templates/kafka-inbound-connector-intermediate.json +1018 -1018
  55. package/src/element-templates/kafka-inbound-connector-start-message.json +532 -532
  56. package/src/element-templates/kafka-inbound-connector.json +240 -237
  57. package/src/element-templates/kafka-outbound-connector.json +588 -588
  58. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  59. package/src/element-templates/microsoft-teams-outbound-connector.json +3730 -3730
  60. package/src/element-templates/openai-connector.json +117 -117
  61. package/src/element-templates/operate-connector.json +68 -68
  62. package/src/element-templates/power-automate-connector.json +12 -12
  63. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +437 -437
  64. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +581 -581
  65. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +451 -451
  66. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +354 -354
  67. package/src/element-templates/rabbitmq-outbound-connector.json +666 -666
  68. package/src/element-templates/salesforce-connector.json +40 -40
  69. package/src/element-templates/sendgrid-outbound-connector.json +487 -487
  70. package/src/element-templates/slack-inbound-boundary.json +301 -301
  71. package/src/element-templates/slack-inbound-intermediate.json +307 -307
  72. package/src/element-templates/slack-inbound-message-start.json +350 -350
  73. package/src/element-templates/slack-inbound-start-event.json +213 -210
  74. package/src/element-templates/slack-outbound-connector.json +739 -739
  75. package/src/element-templates/twilio-connector.json +88 -88
  76. package/src/element-templates/twilio-webhook-connector.json +13 -10
  77. package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
  78. package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
  79. package/src/element-templates/uipath-connector.json +49 -49
  80. package/src/element-templates/webhook-connector-boundary.json +1644 -1644
  81. package/src/element-templates/webhook-connector-intermediate.json +972 -972
  82. package/src/element-templates/webhook-connector-start-event.json +556 -553
  83. package/src/element-templates/webhook-connector-start-message.json +33 -33
  84. package/src/element-templates/whatsapp-connector.json +6 -6
@@ -1,10 +1,17 @@
1
1
  [
2
2
  {
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
- "name": "Asana connector",
4
+ "name": "Asana Outbound Connector",
5
5
  "id": "io.camunda.connectors.Asana.v1",
6
- "version": 1,
7
- "description": "Manage your Asana project with Camunda",
6
+ "version": 3,
7
+ "description": "Create, update, and manage tasks and projects in Asana.",
8
+ "metadata": {
9
+ "keywords": [
10
+ "get task or project by ID",
11
+ "get tasks from project",
12
+ "create project in workspace"
13
+ ]
14
+ },
8
15
  "icon": {
9
16
  "contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='781.361 0 944.893 873.377'%3E%3CradialGradient id='a' cx='943.992' cy='1221.416' r='.663' gradientTransform='matrix(944.8934 0 0 -873.3772 -890717.875 1067234.75)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ffb900'/%3E%3Cstop offset='.6' stop-color='%23f95d8f'/%3E%3Cstop offset='.999' stop-color='%23f95353'/%3E%3C/radialGradient%3E%3Cpath fill='url(%23a)' d='M1520.766 462.371c-113.508 0-205.508 92-205.508 205.488 0 113.499 92 205.518 205.508 205.518 113.489 0 205.488-92.019 205.488-205.518 0-113.488-91.999-205.488-205.488-205.488zm-533.907.01c-113.489.01-205.498 91.99-205.498 205.488 0 113.489 92.009 205.498 205.498 205.498 113.498 0 205.508-92.009 205.508-205.498 0-113.499-92.01-205.488-205.518-205.488h.01zm472.447-256.883c0 113.489-91.999 205.518-205.488 205.518-113.508 0-205.508-92.029-205.508-205.518S1140.31 0 1253.817 0c113.489 0 205.479 92.009 205.479 205.498h.01z'/%3E%3C/svg%3E"
10
17
  },
@@ -18,7 +25,7 @@
18
25
  "value": "bpmn:ServiceTask"
19
26
  },
20
27
  "engines": {
21
- "camunda": "^8.2"
28
+ "camunda": "^8.3"
22
29
  },
23
30
  "groups": [
24
31
  {
@@ -196,7 +203,7 @@
196
203
  },
197
204
  "condition": {
198
205
  "property": "taskOperation",
199
- "oneOf": ["createTask"]
206
+ "equals": "createTask"
200
207
  }
201
208
  },
202
209
  {
@@ -207,8 +214,8 @@
207
214
  "name": "method"
208
215
  },
209
216
  "condition": {
210
- "property": "operation",
211
- "oneOf": ["createProject"]
217
+ "property": "projectOperation",
218
+ "equals": "createProject"
212
219
  }
213
220
  },
214
221
  {
@@ -220,7 +227,7 @@
220
227
  },
221
228
  "condition": {
222
229
  "property": "taskOperation",
223
- "oneOf": ["deleteTask"]
230
+ "equals": "deleteTask"
224
231
  }
225
232
  },
226
233
  {
@@ -232,7 +239,7 @@
232
239
  },
233
240
  "condition": {
234
241
  "property": "projectOperation",
235
- "oneOf": ["deleteProject"]
242
+ "equals": "deleteProject"
236
243
  }
237
244
  },
238
245
  {
@@ -250,7 +257,7 @@
250
257
  },
251
258
  "condition": {
252
259
  "property": "taskOperation",
253
- "oneOf": ["getTasksFromProject"]
260
+ "equals": "getTasksFromProject"
254
261
  }
255
262
  },
256
263
  {
@@ -262,7 +269,7 @@
262
269
  },
263
270
  "condition": {
264
271
  "property": "taskOperation",
265
- "oneOf": ["getTasksFromProject"]
272
+ "equals": "getTasksFromProject"
266
273
  }
267
274
  },
268
275
  {
@@ -274,7 +281,7 @@
274
281
  },
275
282
  "condition": {
276
283
  "property": "taskOperation",
277
- "oneOf": ["getTasksFromProject"]
284
+ "equals": "getTasksFromProject"
278
285
  }
279
286
  },
280
287
  {
@@ -292,7 +299,7 @@
292
299
  },
293
300
  "condition": {
294
301
  "property": "taskOperation",
295
- "oneOf": ["getTaskById"]
302
+ "equals": "getTaskById"
296
303
  }
297
304
  },
298
305
  {
@@ -304,7 +311,7 @@
304
311
  },
305
312
  "condition": {
306
313
  "property": "taskOperation",
307
- "oneOf": ["getTaskById"]
314
+ "equals": "getTaskById"
308
315
  }
309
316
  },
310
317
  {
@@ -322,7 +329,7 @@
322
329
  },
323
330
  "condition": {
324
331
  "property": "taskOperation",
325
- "oneOf": ["deleteTask"]
332
+ "equals": "deleteTask"
326
333
  }
327
334
  },
328
335
  {
@@ -334,7 +341,7 @@
334
341
  },
335
342
  "condition": {
336
343
  "property": "taskOperation",
337
- "oneOf": ["deleteTask"]
344
+ "equals": "deleteTask"
338
345
  }
339
346
  },
340
347
  {
@@ -352,7 +359,7 @@
352
359
  },
353
360
  "condition": {
354
361
  "property": "taskOperation",
355
- "oneOf": ["createTask"]
362
+ "equals": "createTask"
356
363
  }
357
364
  },
358
365
  {
@@ -370,7 +377,7 @@
370
377
  },
371
378
  "condition": {
372
379
  "property": "taskOperation",
373
- "oneOf": ["createTask"]
380
+ "equals": "createTask"
374
381
  }
375
382
  },
376
383
  {
@@ -386,7 +393,7 @@
386
393
  },
387
394
  "condition": {
388
395
  "property": "taskOperation",
389
- "oneOf": ["createTask"]
396
+ "equals": "createTask"
390
397
  }
391
398
  },
392
399
  {
@@ -402,7 +409,7 @@
402
409
  },
403
410
  "condition": {
404
411
  "property": "taskOperation",
405
- "oneOf": ["createTask"]
412
+ "equals": "createTask"
406
413
  }
407
414
  },
408
415
  {
@@ -414,7 +421,7 @@
414
421
  },
415
422
  "condition": {
416
423
  "property": "taskOperation",
417
- "oneOf": ["createTask"]
424
+ "equals": "createTask"
418
425
  }
419
426
  },
420
427
  {
@@ -426,7 +433,7 @@
426
433
  },
427
434
  "condition": {
428
435
  "property": "taskOperation",
429
- "oneOf": ["createTask"]
436
+ "equals": "createTask"
430
437
  }
431
438
  },
432
439
  {
@@ -442,7 +449,7 @@
442
449
  },
443
450
  "condition": {
444
451
  "property": "projectOperation",
445
- "oneOf": ["getProjects"]
452
+ "equals": "getProjects"
446
453
  }
447
454
  },
448
455
  {
@@ -458,7 +465,7 @@
458
465
  },
459
466
  "condition": {
460
467
  "property": "projectOperation",
461
- "oneOf": ["getProjects"]
468
+ "equals": "getProjects"
462
469
  }
463
470
  },
464
471
  {
@@ -470,7 +477,7 @@
470
477
  },
471
478
  "condition": {
472
479
  "property": "projectOperation",
473
- "oneOf": ["getProjects"]
480
+ "equals": "getProjects"
474
481
  }
475
482
  },
476
483
  {
@@ -482,7 +489,7 @@
482
489
  },
483
490
  "condition": {
484
491
  "property": "projectOperation",
485
- "oneOf": ["getProjects"]
492
+ "equals": "getProjects"
486
493
  }
487
494
  },
488
495
  {
@@ -500,7 +507,7 @@
500
507
  },
501
508
  "condition": {
502
509
  "property": "projectOperation",
503
- "oneOf": ["getProjectById"]
510
+ "equals": "getProjectById"
504
511
  }
505
512
  },
506
513
  {
@@ -512,7 +519,7 @@
512
519
  },
513
520
  "condition": {
514
521
  "property": "projectOperation",
515
- "oneOf": ["getProjectById"]
522
+ "equals": "getProjectById"
516
523
  }
517
524
  },
518
525
  {
@@ -530,7 +537,7 @@
530
537
  },
531
538
  "condition": {
532
539
  "property": "projectOperation",
533
- "oneOf": ["createProjectInWorkspace"]
540
+ "equals": "createProjectInWorkspace"
534
541
  }
535
542
  },
536
543
  {
@@ -548,7 +555,7 @@
548
555
  },
549
556
  "condition": {
550
557
  "property": "projectOperation",
551
- "oneOf": ["createProjectInWorkspace"]
558
+ "equals": "createProjectInWorkspace"
552
559
  }
553
560
  },
554
561
  {
@@ -564,7 +571,7 @@
564
571
  },
565
572
  "condition": {
566
573
  "property": "projectOperation",
567
- "oneOf": ["createProjectInWorkspace"]
574
+ "equals": "createProjectInWorkspace"
568
575
  }
569
576
  },
570
577
  {
@@ -576,7 +583,7 @@
576
583
  },
577
584
  "condition": {
578
585
  "property": "projectOperation",
579
- "oneOf": ["createProjectInWorkspace"]
586
+ "equals": "createProjectInWorkspace"
580
587
  }
581
588
  },
582
589
  {
@@ -588,7 +595,7 @@
588
595
  },
589
596
  "condition": {
590
597
  "property": "projectOperation",
591
- "oneOf": ["createProjectInWorkspace"]
598
+ "equals": "createProjectInWorkspace"
592
599
  }
593
600
  },
594
601
  {
@@ -606,7 +613,7 @@
606
613
  },
607
614
  "condition": {
608
615
  "property": "projectOperation",
609
- "oneOf": ["deleteProject"]
616
+ "equals": "deleteProject"
610
617
  }
611
618
  },
612
619
  {
@@ -618,7 +625,7 @@
618
625
  },
619
626
  "condition": {
620
627
  "property": "projectOperation",
621
- "oneOf": ["deleteProject"]
628
+ "equals": "deleteProject"
622
629
  }
623
630
  },
624
631
  {
@@ -629,6 +636,30 @@
629
636
  "name": "connectionTimeoutInSeconds"
630
637
  }
631
638
  },
639
+ {
640
+ "id": "version",
641
+ "label": "Version",
642
+ "description": "Version of the element template",
643
+ "value": "3",
644
+ "group": "connector",
645
+ "binding": {
646
+ "key": "elementTemplateVersion",
647
+ "type": "zeebe:taskHeader"
648
+ },
649
+ "type": "Hidden"
650
+ },
651
+ {
652
+ "id": "id",
653
+ "label": "ID",
654
+ "description": "ID of the element template",
655
+ "value": "io.camunda.connectors.Asana.v1",
656
+ "group": "connector",
657
+ "binding": {
658
+ "key": "elementTemplateId",
659
+ "type": "zeebe:taskHeader"
660
+ },
661
+ "type": "Hidden"
662
+ },
632
663
  {
633
664
  "label": "Result variable",
634
665
  "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>",
@@ -665,9 +696,9 @@
665
696
  },
666
697
  {
667
698
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
668
- "name": "Asana Outbound Connector",
699
+ "name": "Asana connector",
669
700
  "id": "io.camunda.connectors.Asana.v1",
670
- "version": 2,
701
+ "version": 1,
671
702
  "description": "Manage your Asana project with Camunda",
672
703
  "icon": {
673
704
  "contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='781.361 0 944.893 873.377'%3E%3CradialGradient id='a' cx='943.992' cy='1221.416' r='.663' gradientTransform='matrix(944.8934 0 0 -873.3772 -890717.875 1067234.75)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ffb900'/%3E%3Cstop offset='.6' stop-color='%23f95d8f'/%3E%3Cstop offset='.999' stop-color='%23f95353'/%3E%3C/radialGradient%3E%3Cpath fill='url(%23a)' d='M1520.766 462.371c-113.508 0-205.508 92-205.508 205.488 0 113.499 92 205.518 205.508 205.518 113.489 0 205.488-92.019 205.488-205.518 0-113.488-91.999-205.488-205.488-205.488zm-533.907.01c-113.489.01-205.498 91.99-205.498 205.488 0 113.489 92.009 205.498 205.498 205.498 113.498 0 205.508-92.009 205.508-205.498 0-113.499-92.01-205.488-205.518-205.488h.01zm472.447-256.883c0 113.489-91.999 205.518-205.488 205.518-113.508 0-205.508-92.029-205.508-205.518S1140.31 0 1253.817 0c113.489 0 205.479 92.009 205.479 205.498h.01z'/%3E%3C/svg%3E"
@@ -871,7 +902,7 @@
871
902
  "name": "method"
872
903
  },
873
904
  "condition": {
874
- "property": "projectOperation",
905
+ "property": "operation",
875
906
  "oneOf": ["createProject"]
876
907
  }
877
908
  },
@@ -1316,7 +1347,7 @@
1316
1347
  },
1317
1348
  {
1318
1349
  "label": "Error expression",
1319
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>",
1350
+ "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>",
1320
1351
  "group": "errors",
1321
1352
  "type": "Text",
1322
1353
  "feel": "required",
@@ -1331,15 +1362,8 @@
1331
1362
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1332
1363
  "name": "Asana Outbound Connector",
1333
1364
  "id": "io.camunda.connectors.Asana.v1",
1334
- "version": 3,
1335
- "description": "Create, update, and manage tasks and projects in Asana.",
1336
- "metadata": {
1337
- "keywords": [
1338
- "get task or project by ID",
1339
- "get tasks from project",
1340
- "create project in workspace"
1341
- ]
1342
- },
1365
+ "version": 2,
1366
+ "description": "Manage your Asana project with Camunda",
1343
1367
  "icon": {
1344
1368
  "contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='781.361 0 944.893 873.377'%3E%3CradialGradient id='a' cx='943.992' cy='1221.416' r='.663' gradientTransform='matrix(944.8934 0 0 -873.3772 -890717.875 1067234.75)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ffb900'/%3E%3Cstop offset='.6' stop-color='%23f95d8f'/%3E%3Cstop offset='.999' stop-color='%23f95353'/%3E%3C/radialGradient%3E%3Cpath fill='url(%23a)' d='M1520.766 462.371c-113.508 0-205.508 92-205.508 205.488 0 113.499 92 205.518 205.508 205.518 113.489 0 205.488-92.019 205.488-205.518 0-113.488-91.999-205.488-205.488-205.488zm-533.907.01c-113.489.01-205.498 91.99-205.498 205.488 0 113.489 92.009 205.498 205.498 205.498 113.498 0 205.508-92.009 205.508-205.498 0-113.499-92.01-205.488-205.518-205.488h.01zm472.447-256.883c0 113.489-91.999 205.518-205.488 205.518-113.508 0-205.508-92.029-205.508-205.518S1140.31 0 1253.817 0c113.489 0 205.479 92.009 205.479 205.498h.01z'/%3E%3C/svg%3E"
1345
1369
  },
@@ -1353,7 +1377,7 @@
1353
1377
  "value": "bpmn:ServiceTask"
1354
1378
  },
1355
1379
  "engines": {
1356
- "camunda": "^8.3"
1380
+ "camunda": "^8.2"
1357
1381
  },
1358
1382
  "groups": [
1359
1383
  {
@@ -1531,7 +1555,7 @@
1531
1555
  },
1532
1556
  "condition": {
1533
1557
  "property": "taskOperation",
1534
- "equals": "createTask"
1558
+ "oneOf": ["createTask"]
1535
1559
  }
1536
1560
  },
1537
1561
  {
@@ -1543,7 +1567,7 @@
1543
1567
  },
1544
1568
  "condition": {
1545
1569
  "property": "projectOperation",
1546
- "equals": "createProject"
1570
+ "oneOf": ["createProject"]
1547
1571
  }
1548
1572
  },
1549
1573
  {
@@ -1555,7 +1579,7 @@
1555
1579
  },
1556
1580
  "condition": {
1557
1581
  "property": "taskOperation",
1558
- "equals": "deleteTask"
1582
+ "oneOf": ["deleteTask"]
1559
1583
  }
1560
1584
  },
1561
1585
  {
@@ -1567,7 +1591,7 @@
1567
1591
  },
1568
1592
  "condition": {
1569
1593
  "property": "projectOperation",
1570
- "equals": "deleteProject"
1594
+ "oneOf": ["deleteProject"]
1571
1595
  }
1572
1596
  },
1573
1597
  {
@@ -1585,7 +1609,7 @@
1585
1609
  },
1586
1610
  "condition": {
1587
1611
  "property": "taskOperation",
1588
- "equals": "getTasksFromProject"
1612
+ "oneOf": ["getTasksFromProject"]
1589
1613
  }
1590
1614
  },
1591
1615
  {
@@ -1597,7 +1621,7 @@
1597
1621
  },
1598
1622
  "condition": {
1599
1623
  "property": "taskOperation",
1600
- "equals": "getTasksFromProject"
1624
+ "oneOf": ["getTasksFromProject"]
1601
1625
  }
1602
1626
  },
1603
1627
  {
@@ -1609,7 +1633,7 @@
1609
1633
  },
1610
1634
  "condition": {
1611
1635
  "property": "taskOperation",
1612
- "equals": "getTasksFromProject"
1636
+ "oneOf": ["getTasksFromProject"]
1613
1637
  }
1614
1638
  },
1615
1639
  {
@@ -1627,7 +1651,7 @@
1627
1651
  },
1628
1652
  "condition": {
1629
1653
  "property": "taskOperation",
1630
- "equals": "getTaskById"
1654
+ "oneOf": ["getTaskById"]
1631
1655
  }
1632
1656
  },
1633
1657
  {
@@ -1639,7 +1663,7 @@
1639
1663
  },
1640
1664
  "condition": {
1641
1665
  "property": "taskOperation",
1642
- "equals": "getTaskById"
1666
+ "oneOf": ["getTaskById"]
1643
1667
  }
1644
1668
  },
1645
1669
  {
@@ -1657,7 +1681,7 @@
1657
1681
  },
1658
1682
  "condition": {
1659
1683
  "property": "taskOperation",
1660
- "equals": "deleteTask"
1684
+ "oneOf": ["deleteTask"]
1661
1685
  }
1662
1686
  },
1663
1687
  {
@@ -1669,7 +1693,7 @@
1669
1693
  },
1670
1694
  "condition": {
1671
1695
  "property": "taskOperation",
1672
- "equals": "deleteTask"
1696
+ "oneOf": ["deleteTask"]
1673
1697
  }
1674
1698
  },
1675
1699
  {
@@ -1687,7 +1711,7 @@
1687
1711
  },
1688
1712
  "condition": {
1689
1713
  "property": "taskOperation",
1690
- "equals": "createTask"
1714
+ "oneOf": ["createTask"]
1691
1715
  }
1692
1716
  },
1693
1717
  {
@@ -1705,7 +1729,7 @@
1705
1729
  },
1706
1730
  "condition": {
1707
1731
  "property": "taskOperation",
1708
- "equals": "createTask"
1732
+ "oneOf": ["createTask"]
1709
1733
  }
1710
1734
  },
1711
1735
  {
@@ -1721,7 +1745,7 @@
1721
1745
  },
1722
1746
  "condition": {
1723
1747
  "property": "taskOperation",
1724
- "equals": "createTask"
1748
+ "oneOf": ["createTask"]
1725
1749
  }
1726
1750
  },
1727
1751
  {
@@ -1737,7 +1761,7 @@
1737
1761
  },
1738
1762
  "condition": {
1739
1763
  "property": "taskOperation",
1740
- "equals": "createTask"
1764
+ "oneOf": ["createTask"]
1741
1765
  }
1742
1766
  },
1743
1767
  {
@@ -1749,7 +1773,7 @@
1749
1773
  },
1750
1774
  "condition": {
1751
1775
  "property": "taskOperation",
1752
- "equals": "createTask"
1776
+ "oneOf": ["createTask"]
1753
1777
  }
1754
1778
  },
1755
1779
  {
@@ -1761,7 +1785,7 @@
1761
1785
  },
1762
1786
  "condition": {
1763
1787
  "property": "taskOperation",
1764
- "equals": "createTask"
1788
+ "oneOf": ["createTask"]
1765
1789
  }
1766
1790
  },
1767
1791
  {
@@ -1777,7 +1801,7 @@
1777
1801
  },
1778
1802
  "condition": {
1779
1803
  "property": "projectOperation",
1780
- "equals": "getProjects"
1804
+ "oneOf": ["getProjects"]
1781
1805
  }
1782
1806
  },
1783
1807
  {
@@ -1793,7 +1817,7 @@
1793
1817
  },
1794
1818
  "condition": {
1795
1819
  "property": "projectOperation",
1796
- "equals": "getProjects"
1820
+ "oneOf": ["getProjects"]
1797
1821
  }
1798
1822
  },
1799
1823
  {
@@ -1805,7 +1829,7 @@
1805
1829
  },
1806
1830
  "condition": {
1807
1831
  "property": "projectOperation",
1808
- "equals": "getProjects"
1832
+ "oneOf": ["getProjects"]
1809
1833
  }
1810
1834
  },
1811
1835
  {
@@ -1817,7 +1841,7 @@
1817
1841
  },
1818
1842
  "condition": {
1819
1843
  "property": "projectOperation",
1820
- "equals": "getProjects"
1844
+ "oneOf": ["getProjects"]
1821
1845
  }
1822
1846
  },
1823
1847
  {
@@ -1835,7 +1859,7 @@
1835
1859
  },
1836
1860
  "condition": {
1837
1861
  "property": "projectOperation",
1838
- "equals": "getProjectById"
1862
+ "oneOf": ["getProjectById"]
1839
1863
  }
1840
1864
  },
1841
1865
  {
@@ -1847,7 +1871,7 @@
1847
1871
  },
1848
1872
  "condition": {
1849
1873
  "property": "projectOperation",
1850
- "equals": "getProjectById"
1874
+ "oneOf": ["getProjectById"]
1851
1875
  }
1852
1876
  },
1853
1877
  {
@@ -1865,7 +1889,7 @@
1865
1889
  },
1866
1890
  "condition": {
1867
1891
  "property": "projectOperation",
1868
- "equals": "createProjectInWorkspace"
1892
+ "oneOf": ["createProjectInWorkspace"]
1869
1893
  }
1870
1894
  },
1871
1895
  {
@@ -1883,7 +1907,7 @@
1883
1907
  },
1884
1908
  "condition": {
1885
1909
  "property": "projectOperation",
1886
- "equals": "createProjectInWorkspace"
1910
+ "oneOf": ["createProjectInWorkspace"]
1887
1911
  }
1888
1912
  },
1889
1913
  {
@@ -1899,7 +1923,7 @@
1899
1923
  },
1900
1924
  "condition": {
1901
1925
  "property": "projectOperation",
1902
- "equals": "createProjectInWorkspace"
1926
+ "oneOf": ["createProjectInWorkspace"]
1903
1927
  }
1904
1928
  },
1905
1929
  {
@@ -1911,7 +1935,7 @@
1911
1935
  },
1912
1936
  "condition": {
1913
1937
  "property": "projectOperation",
1914
- "equals": "createProjectInWorkspace"
1938
+ "oneOf": ["createProjectInWorkspace"]
1915
1939
  }
1916
1940
  },
1917
1941
  {
@@ -1923,7 +1947,7 @@
1923
1947
  },
1924
1948
  "condition": {
1925
1949
  "property": "projectOperation",
1926
- "equals": "createProjectInWorkspace"
1950
+ "oneOf": ["createProjectInWorkspace"]
1927
1951
  }
1928
1952
  },
1929
1953
  {
@@ -1941,7 +1965,7 @@
1941
1965
  },
1942
1966
  "condition": {
1943
1967
  "property": "projectOperation",
1944
- "equals": "deleteProject"
1968
+ "oneOf": ["deleteProject"]
1945
1969
  }
1946
1970
  },
1947
1971
  {
@@ -1953,7 +1977,7 @@
1953
1977
  },
1954
1978
  "condition": {
1955
1979
  "property": "projectOperation",
1956
- "equals": "deleteProject"
1980
+ "oneOf": ["deleteProject"]
1957
1981
  }
1958
1982
  },
1959
1983
  {
@@ -1964,30 +1988,6 @@
1964
1988
  "name": "connectionTimeoutInSeconds"
1965
1989
  }
1966
1990
  },
1967
- {
1968
- "id": "version",
1969
- "label": "Version",
1970
- "description": "Version of the element template",
1971
- "value": "3",
1972
- "group": "connector",
1973
- "binding": {
1974
- "key": "elementTemplateVersion",
1975
- "type": "zeebe:taskHeader"
1976
- },
1977
- "type": "Hidden"
1978
- },
1979
- {
1980
- "id": "id",
1981
- "label": "ID",
1982
- "description": "ID of the element template",
1983
- "value": "io.camunda.connectors.Asana.v1",
1984
- "group": "connector",
1985
- "binding": {
1986
- "key": "elementTemplateId",
1987
- "type": "zeebe:taskHeader"
1988
- },
1989
- "type": "Hidden"
1990
- },
1991
1991
  {
1992
1992
  "label": "Result variable",
1993
1993
  "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>",
@@ -2011,7 +2011,7 @@
2011
2011
  },
2012
2012
  {
2013
2013
  "label": "Error expression",
2014
- "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>",
2014
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>",
2015
2015
  "group": "errors",
2016
2016
  "type": "Text",
2017
2017
  "feel": "required",