new BuildUserInterfaceStep(),
new ImplicitBehaviourStep(framework.getDispatcher()),
new IntegrityStep());
try {
pipeline.execute(dialog, context);
//progress.getBar().setProgress(100.0);
control.proceed();
} catch (Throwable e) {
Console.error("Reification failed: "+ e.getMessage());
control.abort();