Skip to content

Commit

Permalink
Add spec for runner
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricereix committed Oct 19, 2023
1 parent d032cac commit babf683
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/spec/runner/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Running an entry

```mermaid
flowchart
entrystart[Run Entry] --> skip{skip}
skip -->|false| exec[Exec Request]
exec --> entryend
skip -->|true| entryend[End]
```

0 comments on commit babf683

Please sign in to comment.