cr-connect-workflow/crc/api
Dan 5e54c90b47 "Reset" should not mean "re-start". Calling the reset_workflow script will now set the workflow to an "unstarted" state with no outstanding tasks, no json-state structure stored. The workflow is not yet running.
Also:
* Assured that arguments are consistent (we always seem to use workflow_spec_id, so I made sure we use that consistently.
* Don't require named parameters - so it's cool to call it like: reset_workflow('my_workflow_id')
* Task Actions (ie create, assign, etc...) are now an enumeration in the models, and not static variables on Workflow Service, so we can reference them consistently from anywhere.
* Removed some repetitive code
* Always try to validate as much as possible in the scripts to save folks time debugging.
*
2022-04-15 15:36:23 -04:00
..
__init__.py Fixed Associate API Endpoint description 2021-07-22 14:09:24 -04:00
admin.py rm pi id refs 2022-03-18 12:04:20 -04:00
common.py typo 2022-03-16 16:54:36 -04:00
data_store.py Cleaning up Print Statements (it was making it hard to see what was happening) 2022-03-08 15:46:36 -05:00
document.py 1. Created a UserFileService, so it's clear what we use when for File Services, UserFiles, SpecFiles, and ReferenceFiles each function differently. 2022-02-02 12:59:56 -05:00
file.py Be sure we update the document list when new workflow documents are added. 2022-02-28 15:49:21 -05:00
git_repo.py Remove unused code 2022-02-03 06:47:41 -05:00
reference_file.py 1. Created a UserFileService, so it's clear what we use when for File Services, UserFiles, SpecFiles, and ReferenceFiles each function differently. 2022-02-02 12:59:56 -05:00
spec_file.py more test passing 2022-02-09 13:01:26 -05:00
study.py merging in from dev. 2022-03-18 16:22:33 -04:00
tools.py Loading latest chages from Spiff whic refactored the way the PythonExpressionEngine works. 2022-03-04 15:34:36 -05:00
user.py Fix for failing tests 2022-01-21 15:13:05 -05:00
workflow.py "Reset" should not mean "re-start". Calling the reset_workflow script will now set the workflow to an "unstarted" state with no outstanding tasks, no json-state structure stored. The workflow is not yet running. 2022-04-15 15:36:23 -04:00