Re: How to do common pipelines?

2009-04-07 Thread Dr. Bhatia Praveen
Thanks. It does work. For others, like me :) , here is simple example that I could make work: This example would call the P pipeline from P1 pipeline. thanks Praveen - Original Message - From: "Ross Gardler" To: ; "Dr. Bhatia Praveen" Sent: Tuesday, April 07, 2009 8:00 PM Su

Re: How to do common pipelines?

2009-04-07 Thread Ross Gardler
2009/4/7 Dr. Bhatia Praveen : > Hello, >  Would like to use a pipeline, p,  which is commonly used by other > pipelines, p1, p2, p3. > >  How could one achieve in p1, a call to common pipeline p, and then continue > the processing into pipeline. > (It sounds more like a functional call. In function

How to do common pipelines?

2009-04-07 Thread Dr. Bhatia Praveen
Hello, Would like to use a pipeline, p, which is commonly used by other pipelines, p1, p2, p3. How could one achieve in p1, a call to common pipeline p, and then continue the processing into pipeline. (It sounds more like a functional call. In function parlance, it is equivalent to a fun