Luigi Cosentino schrieb:
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.
I can think of two options:
a) wrap the other nodes into CPEs
b) use a CAS consumer that takes the results of the UIMA CPE
and feeds it into your other workflow.
(you'd have to convert the data in the CAS on your own,
but there are mechanisms for serialization into XML that
might help you.)
Regards,
Florian