Expand my Community achievements bar.

Programatically trigger Scene7/Dynamic Media Workflow in AEM Cloud

Avatar

Level 3

Hi All,

 

I have a custom workflow which triggers another workflow after setting empty value to property "dam:dynamicMediaURL"

as seen below - 

PraveenKumarG_0-1724695193746.png

 

private static final String SCENE7 = "/var/workflow/models/scene7";

The workflow scene7 is no longer available on the cloud.
The process step involved is com.day.cq.dam.scene7.impl.process.Scene7Upload (Upload assets to configured remote Scene7 service for Dynamic Media delivery) 


We lifted the same workflow to Cloud, but it isn't working as expected as the Scene7 workflow is no longer available.
How can I programmatically trigger the equivalent step for the same?

 

thanks in advance,

 

2 Replies

Avatar

Community Advisor

@gallaghan6 check Dynamic Media Reprocess under workflows tab in tools section

Avatar

Community Advisor

Hi @gallaghan6,

 

You can refer to Configure Dynamic Media - Scene7 mode 

  • When the Dynamic Media Reprocess assets workflow is triggered on a folder, it reprocesses any large assets that are already in sync with the Dynamic Media company. However, if any large assets are not yet synced in the folder, it does not upload the asset. Therefore, to sync existing large assets in Dynamic Media, you can run Dynamic Media Reprocess assets workflow on individual assets.

  • Reprocess Assets OOB workflow(/conf/global/settings/workflow/models/scene7_reprocess_assets.html) 

Hope this helps!

 

Thanks,

Rohan Garg