is there any way to exclude certain path for Asset Compute Service in AEMaaCS??
I have a folder "/content/dam/abc" where i need to upload zip file then once i uploaded there will be custom workflow which will be triggered validate the zip size, folder count, subfolder count and other validation using some metadata property like "dam:Content", "dam:size", "dam:FileCount", "dam:extracted".
currently i'm migrating the dam Asset workflow to AEMaaCs and where Asset compute service is interrupting the zip validation process.
When Custome workflow triggered this value is not generated in cloud "dam:Content", "dam:size", "dam:FileCount", "dam:extracted" so the workflow is failing as the required property not available.
Can any guide me how to handle this issue??