Projektdateien hinzufügen.
This commit is contained in:
23
FileinterfaceCronScheduler/cronjobs.json
Normal file
23
FileinterfaceCronScheduler/cronjobs.json
Normal file
@@ -0,0 +1,23 @@
|
||||
[
|
||||
{
|
||||
"Id": "example_cogi_import",
|
||||
"Name": "Beispiel - COGI Import",
|
||||
"Enabled": false,
|
||||
"Cron": "*/5 * * * *",
|
||||
"CallOnceWithoutFile": false,
|
||||
"SourceDirectory": "C:\\FileInterface\\Input",
|
||||
"SearchPattern": "*.xml",
|
||||
"IncludeSubdirectories": false,
|
||||
"RemoveEmptyLines": true,
|
||||
"JoinSeparator": ";",
|
||||
"CustomFunction": "BroseREST.restCallCogi1",
|
||||
"InArgs": [
|
||||
"RPCServices-WS",
|
||||
"{{CONTENT}}",
|
||||
"{{FILE_NAME}}"
|
||||
],
|
||||
"MoveFileAfterSuccess": true,
|
||||
"MoveTargetDirectory": "C:\\FileInterface\\Archive",
|
||||
"OverwriteTargetFile": false
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user