Hi all
So with a client having SunSystems in the cloud, and the ability to access the SunSystems databases for pulling data via ION, I'm running into some trouble.
There is an API for the Data Fabric, but it seems convoluted when trying to string together the jobs, status, and results endpoints to obtain the query results.
Attempt1:
Using Workflow I seem to be able to get 90% of the way there; inputting the desired query into the jobs API, having it check for a running status and loop until it changes and kick off the results api step; however, there is no means to get the document/body out at the end of this workflow.
Attempt 2:
Publish the workflow, call it from a API flow, and then attempt to path the query ID from the first workflow to the second; there seems to be no means of doing so.
Surely it can't be this difficult for three APIs that are ostensibly supposed to work with one another?!