I'm looking at the 8.7 release notes and see this interesting tidbit
> User created tasks with properties of types java.io.InputStream and java.io.OutputStream can also use the standard streams as property values.
can you provide an example? Could I have
@Output OutputStream getOutputStream()
?