You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 31, 2019. It is now read-only.
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