What happens when we use continue as new? Will a new workflow execution start from the beginning? or will it start from the point where it stopped?
ContinueAsNew completes the previous execution and starts the new one with the same ID from the beginning atomically. The state can be passed as a workflow argument.