Just note that (this is not specific to Workflows) that `while (condition) { await step.do(...) } `
Just note that (this is not specific to Workflows) that
while (condition) { await step.do(...) } will block on each await before it iterates.