We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a15eba commit 4fd8724Copy full SHA for 4fd8724
src/topics/troubleshooting.md
@@ -29,7 +29,7 @@ create the directory for you if it does not exist already):
29
30
```{runcmd} cwltool --cachedir /tmp/cachedir/ troubleshooting-wf1.cwl
31
:working-directory: src/_includes/cwl/troubleshooting
32
-:emphasize-lines: 12-14, 19-21
+:emphasize-lines: 13-15, 18-20
33
```
34
35
The workflow is in the `permanentFail` status due to `step_b` failing to execute the
@@ -53,7 +53,7 @@ Also note that the status of `step_b` is now of success.
53
54
```{runcmd} cwltool --cachedir /tmp/cachedir/ troubleshooting-wf1-stepb-fixed.cwl
55
56
-:emphasize-lines: 12, 13-16
+:emphasize-lines: 12-16
57
58
59
In this example the workflow step `step_a` was not re-evaluated as it had been cached, and
0 commit comments