Hi all,
I have a doubt regarding the workflow.sleep(), I know when we keep this inside a workflow, let say ( for 2 hr ) then the workflow will save the state and reschedule to the next step after this time interval. what if we keep time.Sleep() in an activity, is it same behaviour or will it be like a normal blocking code on the worker?
Thanks in advance,
Junaid