// trap_flag.set("1");
//}
prepareLineage().add(this);
//System.out.println(" Execute START : " + executable);
OutBuffer bufOut = executable.getStdOut();
executable.setStdOut(new CloseProtectedOutBufferImpl(bufOut));
executable.execute(exepath, params);
/*if(!"1".equals(shell.getEnvProperty("TX_ACTIVE")) && TxSupport.isActive())
TxSupport.commit();*/