We have a flow that currently does some data transfer and compute and we'd like to add an ingest step.
We already have:
1. a search index setup in Globus
2. Working python code to extract metadat
3. Manually uploaded the ingest document through the web interface and verified that we can search on that metadata
My question is about the ingest flow action. When I look at the documentation for the flow ingest action (and some example flows that use it), it seems like I can only ingest one subject at a time. Is that a correct understanding? I'm asking because for our use case, we'd like to ingest multiple subjects at a time as part of the flow, similar to what happens when you do it manually in the web interface by uploading a JSON file. If we can't use the flow action in that way then I guess we'd need a second compute component and have that do the ingest using the APIs?
Thank you
Tony