but other runs last night also just timed out errorless. Seems that today the same code is working p

but other runs last night also just timed out errorless. Seems that today the same code is working perfectly. I had a similar experience a few days ago trying to convert a workflow that does...
try { await step.do("first step") } catch { ... }
try { await step.do("second step") } catch { ... }
try { await step.do("third step") } catch { ... }

into something that just fired the three in parallel.

It's +95% likely that I'm doing things wrong but wanted to share in case it's helpful feedback or there are some tips I might have missed from docs
Was this page helpful?