Hello, I want to publish an asset instantly as it's dropped into a specific folder.
How can I do this?
Thanks!
Solved! Go to Solution.
Views
Replies
Total Likes
Hi
For Replication Package, please have a look at :- http://stackoverflow.com/questions/18955982/how-to-activate-programmatically-a-page-in-cq5-workflow
and
Option 2 [Not tried, but could work]
Activate the page/assets on modification using Workflows
Link:- http://adobeaemclub.com/publish-assets-on-modification-using-workflow-launcher-in-aem/
[img]http://adobeaemclub.com/wp-content/uploads/2016/01/Workflow-Launcher.png[/img]
I hope this would help you.
Thanks and Regards
Kautuk Sahni
Views
Replies
Total Likes
You can write a Java program to watch a specific folder on the desktop.
https://docs.oracle.com/javase/tutorial/essential/io/notification.html
WHen you drop a file in a Java Watch Folder- post the file to an AEM sling settler. In the servlet - place the file in the DAM. Then use this API to replication content:
Views
Replies
Total Likes
Is there a example of this anywhere?
Not too familiar with this Replication Package
Views
Replies
Total Likes
Hi
For Replication Package, please have a look at :- http://stackoverflow.com/questions/18955982/how-to-activate-programmatically-a-page-in-cq5-workflow
and
Option 2 [Not tried, but could work]
Activate the page/assets on modification using Workflows
Link:- http://adobeaemclub.com/publish-assets-on-modification-using-workflow-launcher-in-aem/
[img]http://adobeaemclub.com/wp-content/uploads/2016/01/Workflow-Launcher.png[/img]
I hope this would help you.
Thanks and Regards
Kautuk Sahni
Views
Replies
Total Likes