This example demonstrates how can user be prompted to answer "Yes" or "No" to some question during the EFT operation execution
See TestQueryDriver.java source code for details.
ctx.getProgress().showQuery(guid, QUERY_ARE_YOU_SURE, ProgressQueryType.YES_NO, "Are you a sure?");