Description
This Timer reads all of the files in a folder, starts a process instance for every CSV - file, and names it after the file. The file is then attached to the process.
...
Webservice Name
Code Block |
---|
ProcessInstanceManager |
Webservice Method
Code Block |
---|
createProcessInstancesByHandler |
...
Parameter
Parameter | Description | ||
---|---|---|---|
Parameter1 | com.dooris.bpm.actionhandler.CreateProcessInstanceFromInputFolder | ||
Parameter2 | Process definition | ||
Parameter3 | Path of the document | ||
Parameter4 | The path along which the file is to be moved after it has been attached to the process instance
|
...
...
Example:
Code Block |
---|
com.dooris.bpm.actionhandler.CreateProcessInstanceFromInputFolder,REPLACE_ME_WITH_PROCESSDEFINITION;C:\Document\input;C:\Document\backup; |
...