en:docuteam:doc_observer
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
en:docuteam:doc_observer [2018/12/13 09:37] – penelope | en:docuteam:doc_observer [2023/02/06 15:23] (aktuell) – gelöscht Administrator | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | ===== Automated start of workflows with a hotfolder ===== | ||
- | It is possible to start a workflow or a queue of several workflows from a hotfolder. The configuration has to be defined in the file %FEEDER_RUBY%\config\doc_observer.yml | ||
- | < | ||
- | # | ||
- | hotfolder_xy: | ||
- | directory_watcher: | ||
- | directory: /tmp # directory to watch | ||
- | glob: */** # pattern for files to watch | ||
- | interval: 5.0 # interval between runs (in seconds) | ||
- | stable: 2 # number of runs until a file is stable | ||
- | persist: / | ||
- | |||
- | webservice: | ||
- | uri: localhost: | ||
- | user: user # user name for basic authentication | ||
- | password: passwort123 | ||
- | | ||
- | #Use one of these configuration parameters to define which workflow(s) to execute | ||
- | workflow_id: | ||
- | workflow_ids: | ||
- | |||
- | teardown_workflow_id: | ||
- | |||
- | path: | ||
- | parent: false # submit the parent path of the object { true | false (default) } | ||
- | absolute: false # submit the absolute path of the object { true | false (default) } | ||
- | extension: false # submit the filename with the extension { true | false (default) } | ||
- | |||
- | </ | ||
- | |||
- | Configure the service or daemon as follows: | ||
- | |||
- | Path to the application: | ||
- | Startup directory: %APPS%\feeder_ruby\\ | ||
- | Arguments: exec %APPS%\ruby23\bin\ruby lib\doc_observer\doc_observer.rb hotfolder_xy (whereas the name of the hotfolder must equal the name defined in doc_observer.yml) |
en/docuteam/doc_observer.1544690262.txt.gz · Zuletzt geändert: 2019/01/07 11:26 (Externe Bearbeitung)