Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

[AEM 6.4 - Dynamic Media] Bulk Workflow Manager - Synthetic Workflow for Dynamic Media Migration

Avatar

Employee

Hello, Expert.

 

I'm assisting the customer in migrating 130g digital asset files from AEM 6.4 on-premise to Dynamic Media Cloud. According to [1], I should be able to use Bulk workflow - Synthetic Workflow Runner on the DAM Asset Update workflow, but we discovered that it took a few seconds to complete, there was no scene7 metadata update on the asset, and no files were migrated to the DM cloud. Can anyone help me figure out how to use Synthetic Workflow Runner to reprocess a digital asset for dynamic media? Thanks!

 

[1] https://adobe-consulting-services.github.io/acs-aem-commons/features/bulk-workflow-manager/index.htm...

 

 

Best Regards,

 

Jaman

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@stai Please check the following things first:

1. You have an active Dynamic Media account integrated with AEM: https://experienceleague.adobe.com/docs/experience-manager-64/assets/dynamic/administering-dynamic-m...

2. If yes, Create a new bulk workflow as described here: https://adobe-consulting-services.github.io/acs-aem-commons/features/bulk-workflow-manager/index.htm... 

3. Run the following query to execute the assets reprocessing workflow (DAM update workflow):

path=/content/dam/<folder1>
type=dam:Asset
p.limit=-1  

View solution in original post

5 Replies

Avatar

Correct answer by
Community Advisor

@stai Please check the following things first:

1. You have an active Dynamic Media account integrated with AEM: https://experienceleague.adobe.com/docs/experience-manager-64/assets/dynamic/administering-dynamic-m...

2. If yes, Create a new bulk workflow as described here: https://adobe-consulting-services.github.io/acs-aem-commons/features/bulk-workflow-manager/index.htm... 

3. Run the following query to execute the assets reprocessing workflow (DAM update workflow):

path=/content/dam/<folder1>
type=dam:Asset
p.limit=-1  

Avatar

Employee

Hi Diksha,

 

It doesn't work because I found that there is no s7 metadata created in the asset files. Do you know why?

 

 

Regards,

Jaman

 

Avatar

Community Advisor

This usually happens if the asset was not uploaded to S7 via AEM integration. Please check for the Scene7 workflow to troubleshoot further.

Avatar

Employee

After checking, Synthetic Workflow doesn't work on the Dynamic Media sync. Only the ootb workflow runner will work. Thanks for your help.

Avatar

Level 3

Hi @stai , I am in similar situation. Were you able to migrate/push your files to DM? Running the bulk workflow manager on DAM asset update workflow with DM sync step is not working for us as well.