RFC: specification for error JSON format #419
jdidion
started this conversation in
Requests for Comment
Replies: 1 comment
-
Just cataloguing what's out there, miniwdl has an
There's a related RFC to file on how tasks can surface a brief error message (aside from exit code / stderr). We have this example: https://github.com/chanzuckerberg/miniwdl/blob/main/examples/run_with_custom_error.py Both of the above features are used by IDseq |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We have specifications for the input and output JSON formats, but we do not have any specification for what the runtime engine should provide in the event of failure.
I propose that, upon failure, an engine is required to provide, at a minimum, the following output:
Beta Was this translation helpful? Give feedback.
All reactions