Hi @bagwanpankaj ,Try to complete the workflow step through code as below,workflowSession.complete(workItem, route);route you can get it from workflowSession.getRoutes(workItem, false).get(0)); Thanks,
Hi @SaiM ,We can not manually restart the AEM servers like we used to do on AMS or on-prem AEM instances.However you can try to trigger the QA pipelines manually to refresh the bundles.Thanks,Sid
We can also try to exclude the dependency from Uber.jar.<dependency><groupId>com.adobe.aem</groupId><artifactId>uber-jar</artifactId><version>${aem.uber.version}</version><scope>provided</scope><exclusions><exclusion><groupId>com.google.code.gson</groupId><artifactId>gson</artifactId></exclusion></e...
Hi @KevinACorcino,Have you looked at this similar thread ,https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/com-google-gson-internal-cannot-be-resolved/m-p/366206 adding Export-Package: com.google.gson.*;version='2.8.6' in manifest file has resolved this issue.. Use the lates...
Hi @gmahendra ,I think you can download the content/source code packages from WKND sites and play around it.This sample site has i18n dictionary for wknd under the path \ui.apps\src\main\content\jcr_root\apps\wknd\i18n\fr Thanks,