-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Won't Fix
-
Affects Version/s: 10.1
-
Fix Version/s: 10.3
-
Component/s: Nuxeo Drive
The following operations have a signature that makes them impossible to use in a Nuxeo Studio automation chain
GetRepositories
["void", "list"]
NuxeoDrive.SetActiveFactories
["void", "boolean"]
With Studio application definition registries, users will soon be able to add Nuxeo Drive to their dependencies and automatically see all its content appear for them to use.
Unfortunately, they won't be able to use these operations in automation chains due to their signature, that should be among:
- void
- document(s)
- blob(s)
TODO
Provide operations that match Studio compatibility rules so that customers can use them in their Studio project
- is related to
-
NXS-4254 NOS: Application Definition Registries
- Resolved