Get topics payload in postprocessing workflow during incremental publishing
While doing incremental site publishing, a user can select topics which needs to be updated incrementally during AEM Site Generation.
I have a custom post processing workflow which gets triggered once the execution of aem sites completes.
In the custom workflow I need the list of topics which user selected during incremental site generation. Currently I don't see that getting passed to the metadata of the post processing workflow.
Is there any way I can retrieve that topics information programmatically in post processing workflow.