Post processing workflow Assets multi upload | Community
Skip to main content
rsl_lucky
November 7, 2023

Post processing workflow Assets multi upload

  • November 7, 2023
  • 2 replies
  • 874 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

arunpatidar
Community Advisor
Community Advisor
November 7, 2023

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
rsl_lucky
rsl_luckyAuthor
November 8, 2023

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.

aanchal-sikka
Community Advisor
Community Advisor
November 8, 2023

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
rsl_lucky
rsl_luckyAuthor
November 8, 2023

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.

rsl_lucky
rsl_luckyAuthor
November 14, 2023

Any inputs on above ?

@aanchal-sikka @arunpatidar