Hello,
we are working on upgrading from 6.0 to 6.3 version of AEM. We have customized the "DAM Upload Asset" workflow that gets called when uploading an asset in DAM Admin. It works fine in 6.0, however we are seeing one issue in 6.3.
I see two new properties got added in 6.3
dam:assetState
dam:relativePath
In vanilla 6.3 instance after I upload an asset the property "dam:assetState" has value of "processed"
However once we deploy our custom code and then upload the asset the value remains "processing". This is blocking any further action on that asset with error something like "workflow is in progress".
I am not sure if we need to update this property in our custom step, any pointers are appreciated!
Thanks
- Atul