-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix reset error issue #757: caused errors when there were active work…
…flows. This commit performs the following to solve the errors: - allow reset when there are active workflows, remove workflows - add ability to remove or cancel paused workflows - check workflows for active states - warn user there are active states before continuing - stop all processes for active workflows - add get_workflow_list method to eliminiate duplicate code - make response text message clearer to read in code - add timestamp to name for unique backup if archive flag is set - simplify complexity of reset function - print warning and possible course of action when intializing workflows cause directory removal to fail
- Loading branch information
Showing
2 changed files
with
133 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters