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 88964ec commit ce84e78Copy full SHA for ce84e78
docs/designs/runbook.md
@@ -18,3 +18,5 @@ runn developers need to have a common understanding of the properties of the run
18
19
- The runbook is the minimum unit of running of runn. For example, it is not assumed to have features that run only certain steps in a runbook.
20
- The running of the steps in a runbook is always sequential. Concurrent running is not assumed.
21
+- All steps that have started running will stop when that runbook is completed (e.g. `exec.background:`).
22
+ - Steps marked with `defer:` have not started running, so run execution is delayed until completion of the parent runbook.
0 commit comments