@startuml participant Queue participant Algorithm participant Ready participant Retry Queue -> Algorithm : get next node alt retry == false Algorithm -> Ready : append(node) else retry == true Algorithm -> Retry : append(node) end @enduml