Hi,
Is it possible to pass BOD from one ION data flow to another ION data flow?
If yes, is there a documentation how to setup connection point for this purpose?
Thanks,
KK
Hi Brandon,
Thank you for your response.
I am trying to split one large data flow into several small ones.
In one large data flow I encounter DataFabric API throttling error.
I think I figured it out.
I created BiDirectional connection point and it's available in data flow as Network.
It seems to work.
Kirill - The only two ways I can think of, is to use a File Connection Point to drop off the file in one flow and pick it up in another. You could also use the IMS via API, and call the API to submit a document to a specific Connection Point that would pass to your needed DataFlow. Is there a specific reason you want to do this though? Going this route will cause a higher usage limit for integration, than simply passing the document to the next needed task.