public void cleanup() throws Exception {
CommandScriptHandler handler = handler();
ExecutionContext context = new ExecutionContext(
"tbatch", "tflow", "texec", ExecutionPhase.CLEANUP, map());
handler.cleanUp(ExecutionMonitor.NULL, context);
}
/**
* Script is missing.
* @throws Exception if failed