I am having difficulty getting this workflow to execute and produce a csv for the end consumer. I can run it via the webportal, however there is no output. I have referenced the example of the model deployment dashboard workflow, but I get an error that doesn’t allow me to see the final configuration. Am I on the right path with the image below?
you have to put the file download node in a wrapped metanode (like with your “User inputs”)
Also what error do you get? The database reader is not connected to a db connection yet which most likely will fail
Beside these two points it looks okay from the screenshot
Ok, good to know. The DB reader is a legacy reader where the connection and credentials are all contained within the node. I’ve run it locally without issue aside from the file download piece.
When I run it in webportal, I get a success message but no actual output, just a blank screen.
I will try the wrapped metanode approach tomorrow. Thank you for the suggestion.
Does an output need to be specified somewhere? I have wrapped the file download node (legacy) and the file download widget as components and metanodes and still get a blank screen upon executing.
Arrggghhh…I was missing the path to string variable and then passing that along to the file download. I will try this out shortly. Thank you VERY much for taking the time to put together this example!