Hey @avenceslau something odd happened with this workflow with the SLEEP step functionality.
1- most obvious error artificat is that there appears to be 5 "wait" steps still "RUNNING" for this workflow instance 2- this workflow was supposed to run over 7 days (with 1 day wait in between each). Yet it seems to have accelerated and run in 1 day.
I double checked and we are
await
await
ing the
step.sleep
step.sleep
and we did not touch the sleep step name. Any idea on what happened here?