An integrated environment for using and contributing to Metafacture | NOTE: this is no longer maintained. For tool support, see VS code/codium extensions at https://metafacture.org/ide-extensions/ and the Playground at https://metafacture.org/playground/
Output of Flux workflows that write to "stdout" using a write("stdout") pipe element is printed to the console of the Eclipse process when executed with the Metafacture IDE launcher.
We should provide a console page to hook into the Console view and redirect output there.
+1 this would be really helpful, not only for write("stdout") but also for log messages. I tend to use console output a lot to quickly check if a script does what I expect it to do.
Output of Flux workflows that write to "stdout" using a
write("stdout")
pipe element is printed to the console of the Eclipse process when executed with the Metafacture IDE launcher.We should provide a console page to hook into the Console view and redirect output there.