covalent icon indicating copy to clipboard operation
covalent copied to clipboard

Cancellation of Workflows

Open AlejandroEsquivel opened this issue 2 years ago • 0 comments

Overview

  • Implement logic for local execution (Dask & Local Executor) in cancel_workflow from execution.py (or elsewhere if more appropriate)
  • Create a new route POST /api/result/:dispatch_id/cancel to invoke cancel_workflow
  • Add doc strings to API route and cancel_workflow method
  • Add unit tests

AlejandroEsquivel avatar Sep 13 '22 01:09 AlejandroEsquivel