covalent
covalent copied to clipboard
Cancellation of Workflows
Overview
- Implement logic for local execution (Dask & Local Executor) in
cancel_workflow
fromexecution.py
(or elsewhere if more appropriate) - Create a new route POST
/api/result/:dispatch_id/cancel
to invokecancel_workflow
- Add doc strings to API route and
cancel_workflow
method - Add unit tests