Hi @vikkip1 Seems you are getting timeout.You are on the right track, please check the error logs. Seems issue with index.
You can raise this with Adobe as well.
Hi @manavpadhariya
you need a editor.path configuration
key | value
editor.path | /site/path/to/content=https://experience.adobe.com/#/@adobecomdx/aem/editor/canvas/main--da-block-collection--aemsites.ue.da.live
, please check below guide
https://github.com/adobe/da-live/wiki/Universal-Ed...
Hi @Kamal_Kishor
What is the use case here? There are ways to use dynamic values.
Example -
Use placeholder and resolve placeholder
when reading the CA-ConfigDuring Deployment - package build
HI @StanleyLi2
Could you please try to add below as Import-Package the POM in <goal>bnd-process</goal>
com.adobe.cq.dam.dm.delivery.api;version="[1.0,2)",*,
Hi @MithraDe
You can try getActiveWorkflowItems in conjuction with WorkItem filter to list down active workitem for a model
ResultSet<WorkItem> getActiveWorkItems(long start,
long limit,
WorkItemFilter filter)
...