We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4effba commit 49faaafCopy full SHA for 49faaaf
src/workflow/WorkflowManager.py
@@ -184,8 +184,7 @@ def stop_workflow(self) -> bool:
184
if job_id:
185
success = self._queue_manager.cancel_job(job_id)
186
if success:
187
- # Don't clear job_id here - let get_workflow_status() see the
188
- # "canceled" state. The file is cleaned up when the job expires.
+ self._queue_manager.clear_job_id(self.workflow_dir)
189
return True
190
191
# Fallback: stop local process
0 commit comments