/
CreateXMLByProcessVariableActionHandler

CreateXMLByProcessVariableActionHandler

Beschreibung

Dieser ActionHandler erstellt zum Zeitpunkt der Ausführung eine XML-Datei und speichert sie im Dateisystem.einen XML-Code und speichert ihn im Dateisystem.


Klasse

com.dooris.bpm.actionhandler.CreateXMLByProcessVariableActionHandler

Parameter

Parameter

Standardwert

Beschreibung

Gültige Beispiele

Parameter

Standardwert

Beschreibung

Gültige Beispiele

xmlPath

 

Der Pfad, unter dem der XML-Code gespeichert werden soll.

C:\formulare\output-xml

fileName

 

Der Dateiname der XML

f${processInstanceId}.xml

excludedVariables

 

Wird verwendet, um Variablen auszuschließen

 

includedVariables

none

Wird verwendet, um Variablen einzuschließen. Wenn hier etwas angegeben wird, werden alle Variablen, die nicht enthalten sind, bei der XML-Erstellung ignoriert. 

variableEins,variableZwei

overwriteExisting

false

Überschreibt eine alte XML, wenn bereits eine XML-Datei mit diesem Dateinamen vorhanden ist.

 

renameVariables

 

Umbenennen von Variablen in XML

processInsatanceId:Prozessinstanz

xmlFormat

normal

Die möglichen Werte sind hier "normal" und "notNormal". Wenn "normal" eingegeben wird, wird der XML-Code wie folgt erstellt:

<variable> <key>Prozessvariable</key> <value><![CDATA[Variablenwert]]></value> </variable>

sonst:

<Prozessvariable>Variablenwert</Prozessvariable>

notNormal

root

processInstance

Stammelement des XML-Codes.

document

 

Related content

CreateXMLByProcessVariableActionHandler
CreateXMLByProcessVariableActionHandler
More like this
FillInstanceDataViaXMLManager
FillInstanceDataViaXMLManager
More like this
CreateProcessInstancesByQuery
CreateProcessInstancesByQuery
More like this
IDGenerationActionhandler
IDGenerationActionhandler
More like this
ProcessVariableSetter
ProcessVariableSetter
More like this
WriteBackProcessVariableHandler
WriteBackProcessVariableHandler
More like this