Dear @SantoshSai, I know that the issue is fixed in 6.5.13, but, anyway,
thanks for re-iterating it. Also, thanks for taking your time and
clarifying the scope of the query yourselves. Appreciate it.
Thanks,Kiran Vedantam.
@HariDo Can you log the support ticket for this. Even I tried and it is
not working. In the workflow history it is showing as complete but it is
not working The step "Delete Asset", calls the java class
"com.day.cq.dam.core.process.DeleteAssetProcess" which checks the 2
conditions i.e.if
(getAssetManager(workflowSession.getSession()).removeAssetForBinary(binaryPath))
{ log.debug("execute: successfully removed asset [{}] for binary [{}].",
DamUtil.binaryToAssetPath(binaryPath), binaryPath); } els...
@Nandheswara The workflow model can be created as followsand for the
getting the metadata for checking the approval status you either create
the java process step and then route or,you can create the ecma script
for checking it as follows And for starting the workflow on creating of
the variation you can write the launcher for it. Reference:
https://experienceleague.adobe.com/docs/experience-manager-64/administering/operations/workflows-starting.html?lang=en#:~:text=The%20Workflow%20Launcher%20m...
Hi @akhilr48142671 ,In classic UI (ExtJS) your component might be
referring to
/libs/cq/reporting/components/columnbase/columnbase.jspwhich looks
responsible for sorting. However, If you wish to achieve it in Granite
Touch UI you have to customize it.Please refer one of component from
we-retail - Product Grid.Hope that helps!Regards,Santosh