Get Cancelled Task State Futures. #3930
Labels
bug
For modifications that fix a flaw in the code.
good-first-issue
A simpler issue that would be a good starting point for a new contributor
TaskVine
We have some use cases in which we want to check if a task is cancelled (FuturesExecutor). When a task is cancelled, this state may become an attribute of the task and should be retrievable via the Python bindings.
This is the current code that does not work:
cctools/taskvine/src/bindings/python3/ndcctools/taskvine/futures.py
Lines 239 to 248 in 034aba1
The text was updated successfully, but these errors were encountered: