Hi @aravindS , Please follow article in conjuction with article for configuring the post process for an IC and invoke it when Submit button is pressed in agent UI. If you are facing any further issues, please log a support ticket with compelete details
@aravindS , I would request you to share more details or better open a support case with all the details. It is difficult to provide any further inputs without additonal information. cc: @Khushwant_Singh
Hi @aravindS , Have you filled all the required fields? I hope you have not marked any field editable by agent, then marked it as required and disabled it for editing by agent. In this case, there is a bug where the field's required status is not removed once it is marked non-editable by agent? Als...
@aravindS , what is the intention here? To use AEM workflows for post processing or to use JEE workflows for post processing?Secondly, Correspondence Management and Letters has been deprecated and replaced with Interactive Communciations and IC on 6.4 and 6.5. I would advise you to use IC. For post...
You are facing a NPE because the Junit test you are writing is a basic unit test with no server-side integration and hence, the instance of AssemblerService will always be null. What you need to write is an integration test using Apache Sling Teleporter framework which will help you write the test l...
I have observed that - in the custom LogVariable step, the document variable is converted to String since the default value supplied to metadataMap.get() is a String.This conversion of the document to String is not recommended since the workflow engine tries to convert it to JCR Value and then the J...