NearNodeFlash / NearNodeFlash.github.io

View this document https://nearnodeflash.github.io/
Apache License 2.0
3 stars 3 forks source link

Improving errors when the source in `copy_` directives does not exist #47

Open jameshcorbett opened 1 year ago

jameshcorbett commented 1 year ago

When the source of a copy_in or copy_out directive does not exist, the workflow is sent into "State": "Error", with the message being "Staging operation failed". It would be nice if this error message could be improved to indicate that the source does not exist. Similarly (although I haven't tested this) if the target cannot be created.

Solving #46 would help too.