= resources.getNodeByName(MapStackResolver.unescape(name));
if (pipelineArgs != null)
ctx.pushMap(pipelineArgs);
try {
pipeline.invoke(environment, ctx);
}
finally {
environment.removeAttribute("bean-dict");
environment.removeAttribute("kont");
if (pipelineArgs != null)