Re: playing with sling pipes

2016-01-15 Thread DIRAN SAMARJIAN
eProp1Transform); Pipe prop2Transform = plumberService.getPipe(resourceProp1Transform); prop1Transform.getOutput(); prop2Transform.getOutput(); resolver.commit(); But as you did it here, prop2 pipe is expecting the output of moveProp1. another thing: does subNode-1 always exist? If not you

Re: playing with sling pipes

2016-01-14 Thread DIRAN SAMARJIAN
Hi Nicolas, Yes, the issue we are having is not to cut the execution stream if a single pipe fails. We basically have a grouping of pipes in a container pipe but I can see by design the container pipe stops execution if any intermediate pipe fails. Is there an alternative way to group pipes