Closed diegodelemos closed 5 years ago
The workflow parameters are received as strings, and then stored as JSON, and this affects integers, e.g. 2
becomes '\'2\'
instead of '2'
, and apparently the new CWL version makes the distinction. I will make a parser for the workflow parameters inside cwl engine.
When overwriting parameters from the CLI, the
reana-client
validation passes, but then an error is thrown in the workflow engine side: