reanahub / reana-workflow-engine-snakemake

REANA Workflow Engine Snakemake
MIT License
0 stars 22 forks source link

executor: handle job success and error #7

Closed mvidalgarcia closed 3 years ago

mvidalgarcia commented 3 years ago

closes #6

To test:

$ reana-client run -f reana-snakemake.yaml -w foo
...
$ reana-client logs -w foo
...
==> Status: finished  
...

Introduce a typo in one of the commands and repeat the process:

$ reana-client logs -w foo
...
==> Status: failed  
...