This page is not fully translated, yet. Please help completing the translation.
(remove this paragraph once the translation is finished)
This handler creates an XML upon execution and stores it in the file system.
com.dooris.bpm.actionhandler.CreateXMLByProcessVariableActionHandler
any
any
none
The path under which the finished XML should be placed. (see Example)
The file name of the XML (see Example)
Used to exclude variables (see Example).
Used to include variables. If an entry exists here, then only the variables named in this field are included in the XML generation (variables not explicitly given are not included). By default, this parameter is set to “none”. (see Example)
Overwrites an old XML if an XML with the same name already exists. This parameter is set to false by default. (see Example)
Renaming of variables in XML (see Example)
The possible values here are “normal” and “notNormal”. If “normal” is entered, the XML is built according to the following: <variable> <key>Prozessvariable</key> <value><![CDATA[Variablenwert]]></value> </variable>
otherwise:
<Prozessvariable>Variablenwert</Prozessvariable>
(see Example)
Description (see Example)
Root element of the XML. By default, this is processInstance
Attention! A warning is given here!