Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Given the description above we propose the following state machine to model the behaviour of the declarative scheduler:

PlantUML
@startuml
hide empty description

[*] -> Created
Created --> Waiting : Start scheduling
state "Waiting for resources" as Waiting

@enduml

...