My case is like this:
- data scientist creates orange workflow with some File widget on start and Save data widget on finish
- my code (on python or csharp) periodically reload source files, run orange workflow, and take away the results (for example, file with prediction)
Is there any way to implement this case?
Maybe automatic launch of orange workflow from console?