You can have either Servlet or Workflow on Publisher, still you will need to do the following:
- Reverse Replicate the content with a custom property set
- This custom property should be the identifier that the node has been reverse replicated from Publisher to Author.
- Have an event listener to listen to node events on Author and see if the listener has got triggered because of node modification having the custom prop as set in step 1.
- Remove the prop from the node so as not to get the event from re-triggering when node goes under some modification.
- Next step in the same listener can be programmatically triggering the workflow that you wish to trigger on author.
Don't miss out on step 2.1 else the workflow will keep triggering whenever the node with custom prop goes under some sort of modification.
Hope it helps
- Runal