Projektdateien hinzufügen.
This commit is contained in:
28
FileinterfaceCronScheduler/watcherjobs.json
Normal file
28
FileinterfaceCronScheduler/watcherjobs.json
Normal file
@@ -0,0 +1,28 @@
|
||||
[
|
||||
{
|
||||
"Id": "example_file_watcher",
|
||||
"Name": "Beispiel - XML Eingang",
|
||||
"Enabled": false,
|
||||
"SourceDirectory": "C:\\FileInterface\\Input",
|
||||
"SearchPattern": "*.xml",
|
||||
"IncludeSubdirectories": false,
|
||||
"WatchCreated": true,
|
||||
"WatchChanged": true,
|
||||
"WatchRenamed": true,
|
||||
"DebounceMilliseconds": 1000,
|
||||
"FileReadyRetries": 10,
|
||||
"FileReadyDelayMilliseconds": 250,
|
||||
"RemoveEmptyLines": true,
|
||||
"JoinSeparator": ";",
|
||||
"CustomFunction": "BroseREST.restCallCogi1",
|
||||
"InArgs": [
|
||||
"RPCServices-WS",
|
||||
"{{CONTENT}}",
|
||||
"{{FILE_NAME}}",
|
||||
"{{EVENT}}"
|
||||
],
|
||||
"MoveFileAfterSuccess": true,
|
||||
"MoveTargetDirectory": "C:\\FileInterface\\Archive",
|
||||
"OverwriteTargetFile": false
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user