Hi Team,
Have used the following code to create and an asset to collection.
Resource resrce = resourceResolver.getResource(path);
resrCollection = collectionManager.createCollection(parentResource, CollectionName);
I'm able to see the new collection created and asset in Crxde lite but im not able to see the collection in assets-> collections page in UI.
Is there any configuration that needs to be enabled to see the collection created via custom workflow? Please guide me on this.