Hey, `terminate()` is intended to terminate the instance, and although it is not supported yet in de
Hey,
Under
terminate() is intended to terminate the instance, and although it is not supported yet in dev, it still wouldn't clear the workflow instance state. Under
.wrangler/state/workflows there will be 3 storage files (.sqlite, .sqllite-wal and .sqlite-shm) for each created workflow (the file names are not related to the workflow instance ids, so it is complicated to know which ones to delete). If you really want to run a workflow instance with the id equal to one that already ran, your best option is to delete the files under that directory and re-run the workflow instance.

