Add a polling_flow pattern for retrying a set of tasks up to a timeout
Registered by
Greg Hill
A common workflow pattern consists of something like this:
CreateServer()
while not server.done:
CheckIfServ
There should be a construct in taskflow to make such patterns easier.
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
Add polling_flow pattern and associated Timeout retries
(?)