Skip to content

Commit

Permalink
M is demonstrably not less than 1 in the examples (#5021)
Browse files Browse the repository at this point in the history
Signed-off-by: Alastair Maw <github@almaw.com>
  • Loading branch information
herebebeasties authored Feb 8, 2021
1 parent 5915a21 commit 48b669c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/progress.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
When you run a workflow, the controller will report on its progress.

We define progress as two numbers, `N/M` such that `0 <= N <= M and 0 <= M <= 1`.
We define progress as two numbers, `N/M` such that `0 <= N <= M and 0 <= M`.

* `N` is the number of completed tasks.
* `M` is the total number of tasks.
Expand All @@ -23,4 +23,4 @@ Progress for each node is calculated as follows:
For a whole workflow's, progress is the sum of all its leaf nodes.

!!! Warning
`M` will increase during workflow run each time a node is added to the graph.
`M` will increase during workflow run each time a node is added to the graph.

0 comments on commit 48b669c

Please sign in to comment.