Expand my Community achievements bar.

Post processing workflow Assets multi upload

Avatar

Level 5

Hi,

Requirement to upload multiple assets onto AEMaaCS instance using 3 step process. Post asset upload is complete extra processing can be triggered through custom post processing workflow.

How to capture assets in-case of multi/bulk upload to process individual asset with custom metadata update.

@arunpatidar @aanchal-sikka if any thoughts/inputs around this.

Thank you.

5 Replies

Avatar

Community Advisor

Hi @rsl_lucky 
I think this will be taken care automatically, custom post processing workflow has to be processed for each assets.

 

How to capture assets in-case of multi/bulk upload to process individual asset with custom metadata update.



Arun Patidar

Avatar

Level 5

ok @arunpatidar, but want to make sure no assets are miss with post processing workflow as it process custom metadata on every asset uploaded.

How to capture current asset uploaded & its corresponding request details sent from front-end in post processing workflow after upload is complete ?

Note: Assets are uploaded from front-end by hitting endpoints as shared in AEMaaCS also few request params are incorporated in each call.

Avatar

Community Advisor

Hello @rsl_lucky 

 

Metadata update isn't a memory intensive process. AaaCS should be able to deal with metadata update in bulk.

 

You might already be doing this, Always execute Bulk operations in batches. It provides us checkpoints to verify that all looks good. In case of issues, we need to deal with a smaller set, fix it, and have better execution for next batches.

 


Aanchal Sikka

Avatar

Level 5

Hi @aanchal-sikka ,

May I know, How can we capture current asset uploaded & its corresponding request details sent from front-end in post processing workflow after upload is complete ?

Note: Assets are uploaded from front-end by hitting endpoints as shared in AEMaaCS also few request params are incorporated in each call.