lanl / BEE

Other
13 stars 3 forks source link

Invalid workflow step inputs are not caught until runtime #790

Closed jtronge closed 3 weeks ago

jtronge commented 4 months ago

Invalid input names are not getting caught until the task manager attempts to construct the command on submission, resulting in a SUBMIT_FAIL for the task. We should probably try to catch these in the client at parse time.

pagrubel commented 2 months ago

@jtronge Is this the name of the input file?

rstyd commented 3 weeks ago

This was completed with #842.