Hi All,I'm trying to create backup from Felix console (http://localhost:4502/system/console/jmx/com.adobe.granite%3Atype%3DRepository)I'm using startBackup(java.lang.String target) operation to create backup and passing target path. It works fine when I use my local drive path as target. But it's no...
Hi Sam,If you know the exact time that will take to execute your workflow, then one way of achieving is using "Thread.sleep(<time in millisecond>)" in your current process. Is that possible to provide exact use case?Thanks
Hi Opkar,Thank your for your reply.I wanted to access the page information of other AEM server (Author) and check whether the page is associated with workflow or not. As you suggested I've created a AEM servlet to access the other AEM repository. But I'm getting same exception. Both servers are runn...
We have two AEM instances and trying to access one AEM instance repository on other AEM instance. I've created workflow process where I used below to code to access. But it is throwing below exception when the process is executed.Piece of code: Repository repository = JcrUtils.getRepository("http://...
There are several workflows running on and suddenly all the Workflow items in the inbox are not loaded. I see below error in firebug [1]. I think some workflow might be corrupted or something else. But how can we fix this issue so that users can see the work items in their AEM inbox. Quick response ...