Skip to content
This repository was archived by the owner on Mar 31, 2019. It is now read-only.

Default State Machine (PlantUML)

Zsolt Kovács edited this page Aug 22, 2016 · 1 revision
@startuml
[*] -> Waiting
Waiting --> Started: Start
Waiting --> Finished : Done
Started --> Finished : Finish
Started --> Suspended : Suspend
Suspended --> Started : Resume

note as N1
  List of Transition can have Outcome
    - Done
    - Finish
    - Suspend

  Resume may be performed by any Admin role
  but it preservers Agent reservation.
end note
@enduml

Clone this wiki locally