This page is not fully translated, yet. Please help completing the translation.
(remove this paragraph once the translation is finished)
This handler allows the user to start process instances from XML files. One instance is started per XML file. The information found in the XML are delivered as process variables.
com.dooris.bpm.actionhandler.CreateProcessInstanceFromFolderByXML
any
any
-
The name of the definition from which the instance is to be started is given here.
Here, the path to the XML file is given. This may be either a path directly to an XML file, in which case only the specified file is used. This may also be a path to a folder, in which case all XML files in the folder will used.
Here the name, in which the instance name should be found, is given.
<root> <Variables> <variablenName1>Here is the variable content</variablenName1> <variablenName2>Here is the variable content</variablenName2> <instanceName>InstanceName</instanceName> </Variables> </root>