In the re-structuring document the below detail is mentioned: Need to understand if the existing scaffolding will still function in its old location and what is the new scaffolding framework that is mentioned here?
I have scaffolding which was developed in 6.3, and all of the scaffold templates exists under /etc path. Trying to under how to restructure it, since it has to be under /apps for 6.5. Do I have to just copy paste the nodes to the new location or do i have to build it from level zero, since in adobe ...
I am trying to understand how to create a scaffolding, its template etc, in AEM 6.5, since in the restructuring document it is mentioned, that it has to be re-developed instead of migrated [6.3-->6.5].
I migrated my aem instance from 6.3 to 6.5 and the model got migrated and are working well. But the workflow with scripts are not working because it is not able to pick up the script from the location (checked both before/after migrating scripts to new locations it was through same error). The OOTB ...
Thanks Wasil and Vishu, that permission fixed the problem partially.The behaviour of my custom workflow seems to be a little peculiar. For some workflow models, the scripts are getting picked and complied correctly, whereas for some other, I am getting the above error that the script doesn't exist [...
To /etc/workflow i have this:and to /etc/workflow/scripts i have this:This is post migration and I am still getting similar error:"... com.adobe.granite.workflow.core.rule.ScriptingRuleEngine Could not find script resource /etc/workflow/scripts/new.ecma. Workflow Scripts may need to be located in ...
Im following that document for the migration, and I had migrated all the workflow model and instances to the new location. But, when I migrated the scripts I got the error that I had mentioned.
I migrated my custom workflow model from /etc to /var and scripts from /etc to /apps. But on execution of the workflow I am getting the below error:"... com.adobe.granite.workflow.core.rule.ScriptingRuleEngine Could not find script resource /apps/workflow/scripts/new.ecma. Workflow Scripts may nee...
Hi Srikanth,The issue was due to missing permissions at the node level. You can add permissions to the required node from the Access Control Tab. Suppose I needed to add permissions to root level and also some specific permissions to var node. In my case I needed to add system users to those node an...