From the workflows get started guide: > Because Workflows can be long running, it is possible to hav

From the workflows get started guide:
Because Workflows can be long running, it is possible to have running instances that represent different versions of your Workflow code over time.
Does it mean that if, for example, I update my code while the workflow is waiting a
sleep()
step, when the sleep is over it will execute the old code and not the updated steps (considering that the step names are the same if it matters)?
Was this page helpful?