Temporal workflow resetWorkflowExecution not working

Viewed 268

Whenever I tried to reset a temporal workflow I got this error:

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

reset workflow always shows in running state, even If I try to start a new workflow, the new workflow also shows in running state only. Temporal UI shows StartToCloseTimeout error for reset workflow and new workflow.

Here is my tctl command

tctl workflow reset -w 0235cb83-3b74-4220-b76b-483c1af8baca  --event_id 7  --reason 'reset
1 Answers
Related