beanlab / quest_framework

A Python framework for fault-tolerant workflows
0 stars 0 forks source link

Upgrade WorkflowManager API to remove and cancel workflows #24

Open ABCambridge opened 4 months ago

ABCambridge commented 4 months ago

This task is in connection with changing WorkflowManager to correctly handle workflows that complete, as well as those that experience a KeyboardInterrupt, both with or without the delete_on_finish flag. The two key goals of this task are: