Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Access to AEM Publish Code

Avatar

Level 1

We have previously created a custom workflow that allows for publishing to a staging environment instead of directly to production.  This allows our authors to preview their changes in an integrated environment before going live in production.

Recently, we have started to experiment with Target Integration with AEM.  We have noticed that when we publish the page containing targeting, we get all of the campaign/experience references published as well.  However, our custom workflow is not picking up those references.

Can someone point us to the location of the Publish code in order for us to decompile and adjust our custom workflow accordingly?  We are using AEM 6.2.

Please let me know if you need any additional information.

Thanks for the help!

1 Accepted Solution

Avatar

Correct answer by
Level 10

De-compligin AEM code is not recommended or even in accordance with the lic agreement.

View solution in original post

3 Replies

Avatar

Correct answer by
Level 10

De-compligin AEM code is not recommended or even in accordance with the lic agreement.

Avatar

Level 7

Don't decompile the code, look at the API documentation and then try to extend it and write your custom code if required.