Read text from the STDIN of the process invoking the flow until EOF is detected, after which it will not run
again. If you wish to get the value of a line (i.e. after ENTER is pressed, then use [readline](readline.md))
```toml
[[process]]
alias = "stdin"
source = "lib://flowruntime/stdio/stdin"
```
*