Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Asset Workflow Migration tool | Issue while executing

Avatar

Level 1

Hi,

 

We have a requirement where we need to migrate the custom asset workflow from on-prem to AEM as a Cloud. I explore the utility " GitHub - adobe/aem-cloud-migration" but when I executed the same it gave me below error

ShikhaSharma_0-1758606801130.png

It will be helpful if anyone has tried this utility and can share step by step guide. 

 

TIA.

5 Replies

Avatar

Level 10

hi @ShikhaSharma

Can you provide the command used to launch the program? As stated in the documentation, this is the correct method:

java -jar wf-migrator-VERSION.jar [PROJECT_DIR]

 

 

Avatar

Level 1

Hi @giuseppebag , below is the command I was using and where aem-wknd is the code base having the custom asset workflow

 

java -jar wf-migrator-0.6.0.jar C:\aem-wknd

Avatar

Level 10

By looking at the code here and here, the error message occurs when any of the filter.xml files across all Maven modules are missing the necessary nodes: /conf or /etc/workflow. Please review each filter.xml file to ensure it includes the correct node paths that contain the workflow before attempting to launch it again.

Avatar

Administrator

@ShikhaSharma Just checking in! Were you able to get this resolved? If you found your own solution, sharing the details would be a big help to others who might face the same issue later on. And if one of the replies here helped—whether it fully solved the problem or simply pointed you in the right direction—marking it as accepted makes it much easier for future readers to find. Thanks again for helping close the loop and contributing to the community!



Kautuk Sahni

Avatar

Level 1

Hi @kautuk_sahni , surely will update the group.