Hi,
Is there any OOTB DAM workflow process which I can use, allowing user to upload file in first step and then it advances to next workflow step passing the value of the uploaded file, where I can do business logic.. I found com.day.cq.dam.pim.impl.sourcing.upload.process.ProductAssetsUploadProcess PROCESS OOTB Update Asset workflow, and looking for more details.
In Projects workflow, I am aware there is 'Task' option to create script where we can define uploadAsset..
Do we have similar approach available?
Thanks.