Hi,
I have been trying to use OOTB workflow process 'Dynamic Media Batch Upload', but not sure what does this workflow process step do?
Is there any docs available for all OOTB workflow process step? If yes please do help here.
Thank you.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Its a step where you can configure batch size and internally adobe handles the ingestion of these assets to dynamic media in batches as per the number specified here. This will be useful in case where you are trying to sync a folder whole of assets or while selecting multiple assets.
On the internal working you can refer to the core file :
com.day.cq.dam.scene7.impl.process.Scene7BatchUploadProcess
You can find this as part of the scene7 OOTB jar .
Hi @Abhijeet_Kumar
There are not any documentation that list all the OOTB process, you have to check the code by yourself,
there is a reference doc which covers few : https://experienceleague.adobe.com/docs/experience-manager-65/content/implementing/developing/extend...
Hi @Abhijeet_Kumar ,
Maybe check out https://justabhishek-1310.medium.com/how-to-trigger-workflow-on-assets-after-batch-dynamic-media-upl... post. Its more of an overview of what the batch upload process does but you can check the API too.
Hi @anupampat ,
We tried this approach, but the problem with above approach is that it doesn't work on AEMaacs. We get error "Please try another process configuration".
If there is any way to upload and publish asset to DM through API or workflow in AEMaacs. Please do help me.
Thanks.
Its a step where you can configure batch size and internally adobe handles the ingestion of these assets to dynamic media in batches as per the number specified here. This will be useful in case where you are trying to sync a folder whole of assets or while selecting multiple assets.
On the internal working you can refer to the core file :
com.day.cq.dam.scene7.impl.process.Scene7BatchUploadProcess
You can find this as part of the scene7 OOTB jar .
Hi @sherinregi ,
I tried with scene7batchupload, but the problem with above approach is that it doesn't work on AEMaacs. We get error "Please try another process configuration".
Views
Likes
Replies
Views
Likes
Replies