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 f992cf4 commit 4f03469
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ state PollInProgressScansForStatus {
err2: CheckForFailure
err3: CheckForFailure
rei1: BadgerInit
fin1: ExtractResults
fai1: ExtractErrorLog
del1: DeleteDroplet
pro1: ExtractProgress
pro2: ExtractProgress
pro3: ExtractProgress
Expand All @@ -94,7 +97,7 @@ state PollInProgressScansForStatus {
state scan1_failed <<choice>>
chk1 --> scan1_failed
scan1_failed --> rei1 : Scan previously failed
scan1_failed --> pro1 : Scan OK
scan1_failed --> pro1 : No error log found
rei1 --> [*]
Expand All @@ -104,6 +107,10 @@ state PollInProgressScansForStatus {
scan1_term --> fai1: Scan failed
scan1_term --> sta1 : Scan is still running
fin1 --> del1
fai1 --> del1
del1 --> [*]
sta1 --> [*]
}
--
Expand Down

0 comments on commit 4f03469

Please sign in to comment.