I have a process deployed over AEM Forms with multiple instances of that process running. When terminating a process instance, the process instance is shown as terminated but it continues to work as per the process workflow for some time before the process gets terminated. The same thing happens whe...
What configuration values need to provide for a Correspondence letter post processing to an AEM Workflow (not LC Workflow). UI gives options of 1. Data File Path 2.Attachment Path 3. Layout Path 4. PDF Path.If we have NAS mounted file system attached to AEM servers what could be some sample values?T...
When doing DDX, what is the path to use to pull a PDF or XDP file from the CRX repository?I know the path to use if the file is in a folder on the server.If I load a PDF or XDP via the AEM Forms UI under Assets, what path do I use to retrieve it via the DDX?<DDX xmlns="http://ns.adobe.com/DDX/1.0/">...
we have few Livecycle workbench processes which uses fileutils service to read XDP file from a LAN location.But now we are trying to get rid of that LAN location and upload the xdp's to the workbench application.So is there a way I can read those XDP's from the workbench application folders dynamica...
I can't figure out how to inserting process variables of type XML into XSLT Source templates. I have no problem inserting variables of type String.This is the insert part of my stylesheet: <xsl:variable name="stringvariable" select="'{$/process_data/@stringVariable$}'"/> <xsl:variable name="external...
We have a scenario :a livecycle process uses ddx to attach pdf (lets call it child pdf) to the parent pdf. The parent pdf is then apply usage rights.At the end of the process it output a the parent pdf with the child pdf attached to it. What is causing a problem now is that the child pdf (which used...
I have an adaptive form that uses:themescustom form templatesdata integrationcustom cloud servicesQuestion: is there an easy way to export all the dependencies of an adaptive form and import it into a codebase, so that i can deploy it into another environment without worrying about a missing part?
I'm trying to make my first reusable Subprocess. It takes XML as input and generates XML as output. It is meant to use XPath for both input and output in order to make it flexible. Now, when I instantiate it in Another process and try to set XPath for input and output it fails. I also notice thatbot...