Hi ,
I need your help in implementing a workflow which uses a Listener.
Listener should be able to find a newly added node or page to path /content/usergenerated/comments folder.
Once a new comment node /page gets added to the above mentioned path, the workflow should be able to activate only that newly added node or page to all publisher instances.
So that we have all the comments in synch with author and other publisher instances.
My Approach below:
1. Implement a workflow which activates the newly added node to /content/usergenerated/comments folder
2. Add a Listener to the node /content/usergenerated/comments
You help or guidance in this approach is really appreciated.