Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostwords committed Oct 13, 2023
1 parent 3f1b2ba commit 57f59a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ state PollInProgressScansForStatus {
err3: CheckForFailure
rei1: BadgerInit
pro1: ExtractProgress
ter1: CheckForTermination
pro2: ExtractProgress
pro3: ExtractProgress
fin1: ExtractResults
Expand All @@ -102,8 +103,10 @@ state PollInProgressScansForStatus {
rei1 --> [*]
pro1 --> ter1
state scan1_term <<choice>>
pro1 --> scan1_term
ter1 --> scan1_term
scan1_term --> fin1 : Scan finished
scan1_term --> fai1: Scan failed
scan1_term --> sta1 : Scan is still running
Expand Down

0 comments on commit 57f59a0

Please sign in to comment.