It is possible to ask for a boolean from within a process via processUI.ask(String, Callback).
However, we needed a solution to ask for a input string (e. g. the TAN during a SEPA transaction), rather than a boolean. So i implemented the askForInput(String, Callback) method. Now it is possible to ask for booleans and strings.