Hey folks, I’m just getting started with Workflows and ran into something while testing locally. I n

Hey folks, I’m just getting started with Workflows and ran into something while testing locally. I noticed that
instance.terminate()
isn’t implemented in local dev. I figured restarting the server would clear everything, but even after a restart the workflow instance still seems to persist.

Does anyone know where the instance state is actually stored in local mode? And what’s the recommended way to create a new instance with the same ID if the previous one errored out and I want to retry with different input (since I can’t cancel or terminate locally)?
Was this page helpful?