User Guide

Adobe LiveCycle Invoking LiveCycle Assembler Using LiveCycle Workflow and Watched Folder
Installing and Configuring LiveCycle for JBoss Creating a JobConfig.xml file 111
The content of the JobConfig.xml file maps to the variables and actions defined in the workflow process
described in “Configuring an Assembler QPAC in a workflow process” on page 106
.
For more information on creating the JobConfig.xml file, see Watched Folder Administration Help.
Node Description
process-config
The root of the job configuration file.
process-type
The name of the workflow process type. This value must match the
value specified in the workflow process in
LiveCycle Workflow Designer.
process-variables
Contains multiple process-variable nodes.
process-variable
Each process-variable node maps to a variable included in the
workflow process. Its subelements specify property values for each
process variable.
filter-pattern
The pattern used to filter all of the files from the input set that will
be set for the process variable. This pattern matches the type of
files to be processed in relation to the variable.
process-variable-type
The type of input variable: single, list, or map.
In the example above,
list is used for the <inputdocmap>
variable, because the variable specified a series of documents (all
of the files that will be placed in the watched folder). For the
<inputddx> variable, single is specified, because only one file
will be included.
process-variable-name
The name of the workflow variable as defined in the workflow. In
the example above, the variable names match those created in
“Configuring an Assembler QPAC in a workflow process” on
page 106: inputdocmap and inputddx
process-variable-datatype
The type of workflow variable. Two types of variables are
supported: document and xml. This matches the
containedtype attribute of the variable (not the
collectiontype attribute).
process-input
Watched Folder does not currently use this setting. Leave the value
set to true.