Eddie, thanks for the quick answer: the scenario is the follow: I have a proprietary workflow in which just the first node is an UIMA CPE.
input----> UIMA CPE ----> third part node 2 ----> third part node 3 --->...... I need to pass the UIMA CPE produced results to the next node. Regards. Gg. On Fri, Sep 12, 2008 at 5:02 PM, Eddie Epstein <[EMAIL PROTECTED]> wrote: > Sounds like you want CPE1 that processes a collection of documents and > creates a new collection, which would then be fed into CPE2. Is that it? If > so, why not extend CPE1 to include the processing of CPE2? If my > understanding is wrong, can you give more details on the scenario? > > Regards, > Eddie > > On Fri, Sep 12, 2008 at 10:01 AM, Luigi Cosentino < > [EMAIL PROTECTED]> wrote: > > > Hi all, > > > > I'm developing an application able to setup a workflow and run it. The > > start > > node of this workflow is an UIMA CPE. > > I need to take the UIMA consumer processed data and pass them to the next > > workflow node. > > > > Anyone can help me? > > > > Gigi. > > >
