Every time I attempt to reset a temporal workflow, an error occurs:
thread 'tokio-runtime-worker' panicked at 'Workflow machines must exist, we just created/updated them: WorkflowMissingError { run_id: "2bd9d9c7-3f7d-42c5-93d7-4ab43595d988" }', sdk-core\src\workflow\workflow_tasks\mod.rs:304:14
Resetting the workflow always indicates a running state. Even when starting a new workflow, it also remains in a running state. The Temporal UI displays a StartToCloseTimeout error for both the reset and new workflows.
Below is the tctl command I used:
tctl workflow reset -w 0235cb83-3b74-4220-b76b-483c1af8baca --event_id 7 --reason 'reset'