Hi all, qq does anyone know if this counts as cpu time in context of workflows? ```await new Promise

Hi all, qq does anyone know if this counts as cpu time in context of workflows?
await new Promise(resolve => setTimeout(resolve, 1000));

p.s. I know there is step.sleep, but little bit concerned to use it within a loop to exceed max number of steps.
Was this page helpful?