Hi everyone,

I'm working on a bit of code that interacts with an Information Studio
flow and I'm curious about something.

In one hand, I have an existing Information Studio flow. In my other
hand, I have a file that exists in MarkLogic. From my XQuery code, I
want to pass this file to Information Studio to be processed by the
specific flow.

I've tried just about every combination I can think of to push the
file from my code to an Info Studio flow using info:flow-start and
infodev:ingest, with and without an xdmp:invoke of the collector, all
resulting in uneven and incomplete results.

I eventually changed approach so rather than pushing the file from my
code to Info Studio, I have the collector pull it out. My code calls
info:flow-start, which triggers the collector, and the collector
accesses my library function to get the file.

Some rough testing I have in place shows this approach working, but I
wanted to ask if anyone else has tackled this sort of problem before?
Is there another approach I'm missing?

Thanks,
Mattio
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to