Hello,
I am trying to test a workflow that sleeps for 2 different time periods depending on a certain condition using workflow.Sleep
. I know that temporal internally advances the time to avoid the sleep time when testing. Is there a way to access the sleep time that was elapsed in the tests so that to validate that the workflow sleeps for the proper amount of time for a given condition?
Thanks,
Mark