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)
[[process]]
source = "context://stdio/stdin"
- text - Text read from STDIN - with leading and trailing whitespace (including EOF) trimmed.
- json - Json value parsed from from STDIN