@JakeCham , although @Shiv_Prakash_Patel 's response is perfectly fine for your query.If you are trying to create an absolute URL or externalLink. Try using Exernalizer service in your Sling Model (which can be tied to a runmode config) and then get it in sightly. Externalizing URLs | Adobe Experien...
You may let your workflow which locks the page set to handler advance = true and let it run to completion.Then in your scheduler code you may programmatically trigger another workflow with "Unlock payload process" in it.
If you are on Cloud Service you may want to explore https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-with-aem-headless/authentication/overview.html
1. Check resourceResolver.getUserId() in your scheduler, wether it is "workflow-process-service" or "anonymous"2. Check this code for referenceHashMap<String, Object> param = new HashMap<>();param.put(ResourceResolverFactory.SUBSERVICE, "wfservice"); //service user workflow-process-service mappingtr...
Hi @VeenaVikraman , Below code seems to be working fine for me kindly check thispublic void createContentFragment(final String parentPath, final String templatePath, ResourceResolver resourceResolver) {Resource parent = resourceResolver.getResource(parentPath);Resource template = resourceResolver.ge...
If you are on AEM as a cloud service consider redirecting the request to the original or desired rendition using a filter, rather than streaming the binary.
Can this be a feature request? I have a similar validation use case which happens after asset is ingested in DAM using the three steps upload framework on cloud, unfortunately we do not have a validation framework outside AEM.If a preprocessor is available, the assets need not be submitted for rendi...
Hi @mrudulm90837917 , as @diksha_mishra pointed out tree activation looks for folder level publishing and what you may do is 1. Get a list of assets to be activated either from ACS aem commons report or OOTB assets report on cloud as CSV 2. Create a user on author and assign it to admin group, make ...