Hi all,
Is this the correct forum to post blend4j issues ? Apologies if this is not the case.
I was trying to run a custom workflow via blend4j, according to
https://github.com/jmchilton/blend4j
In my hands, the call to workflowDetails.getInputs() returns an empty Map. I believe the corresponding REST request looks like:
/galaxy/api/workflows/<workflow id>?key=<API key>
In the JSON response, the ‘inputs’ attribute is empty indeed ({"url": "/galaxy/api/workflows/f09437b8822035f7", "inputs": {}, …).
I do not understand why this is the case because 2 steps require inputs to be set at runtime. Via the Galaxy web interface those required parameters can be set and the workflow is running smoothly.
Or has the term ‘inputs’ nothing to do with ‘parameters’ ?
Regards,
Marc