-
```console
$ reana-client stop --force -w helloworld.serial.2
Workflow could not be stopped:
(404)
Reason: Not Found
HTTP response headers: HTTPHeaderDict({'Content-Type': 'application/json', '…
-
Seen that sometimes one cannot delete workflows if I include all runs, perhaps off-by-one error?
```console
$ reana-client workflows …
-
**Current behaviour**
If you would like to validate environment images for an analysis and you don't have the image available locally, then the validation attempts to download the image, assuming a…
-
A task similar to #386 is the mismatch between Yadage parameter names and REANA parameter names.
Take RooFit demo workflow, and make a typo on the `reana-yadage.yaml` level:
```console
$ sed -i…
-
Building up on previous tasks of verifying environment images, see #457 for example, we can take validation further to perform some sanity checks on the workflow commands.
For example, it happened …
-
Already implemented for [Serial and Yadage workflows](https://github.com/reanahub/reana-client/blob/cc3df10d59ffa1d82a376d351d075afcde0a41a7/reana_client/validation.py#L288-L291), parameter validation…
-
Consider Serial workflow such as `reana-demo-worldpopulation`.
Consider that the `inputs` section is fully missing from `reana.yaml`:
```diff
diff --git a/reana.yaml b/reana.yaml
index e3db858…
-
As mentioned in https://github.com/reanahub/reana-job-controller/pull/303 body, when trying to apply the same fix to HTCondor, other combinations of workflow engine and compute backend broke.
The r…
-
The `validate` command should discover errors with parameters early.
Take Serial workflow engine, for example `reana-demo-worldpopulation`, and simulate a typo:
```console
$ cd reana-demo-wo…
-
Take `reana-demo-root6-roofit` as an example.
The workflow needs a parameter called `events`.
If a user makes a mistake and calls this parameter `xevents`, the workflow still validates:
```c…