To allow others to recreate this sequence diagram include the source to that diagram so that it can be regenerated (if needed) in the future. Change-Id: I68dfea274e679e09a9d5e34af28d05d766856686
14 lines
423 B
Plaintext
14 lines
423 B
Plaintext
# Created using web sequence diagrams.
|
|
#
|
|
# https://www.websequencediagrams.com/
|
|
|
|
note over RESUMING
|
|
Running starts here
|
|
end note
|
|
|
|
RESUMING->SCHEDULING: Resumes and \nschedules initial tasks.
|
|
SCHEDULING->WAITING: Waits for any \nfuture<task> to complete.
|
|
WAITING->WAITING: Continue waiting for \nfuture<task> to complete.
|
|
WAITING->ANALYZING: Analyze future<task> results.
|
|
ANALYZING->SCHEDULING: Schedules next set of tasks.
|