Skip to content

Commit

Permalink
chore: update state machine diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
aeby committed Jul 29, 2020
1 parent ada7121 commit 393540a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
Binary file modified docs/statemachine.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 5 additions & 7 deletions docs/statemachine.puml
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
@startuml
[*] --> fetch_jobs

state verify_job
state restart
state download
state verify_installation

state fetch_jobs
state monitor
state select_job
state verify_job
state download
state install
state restart
state select_job
fetch_jobs --> monitor: no-jobs-pending
fetch_jobs --> select_job: jobs-available
monitor --> select_job: jobs-available
select_job --> verify_job: job-selected
select_job --> fetch_jobs: job-resource-not-found
select_job --> fetch_jobs: selected-job-interrupted
verify_job --> download: job-verified
verify_job --> fetch_jobs: job-revoked
verify_job --> verify_installation: job-installation-done
Expand Down

0 comments on commit 393540a

Please sign in to comment.