cr-connect-workflow/crc
mike cullerton 7e76639cf3 When a study is put on hold, we now reset workflows and call any pending cancel_notify events.
In api.study.update_study we test the study status and call the new WorkflowService method process_workflows_for_cancels.
In services.workflow_service we added the new method process_workflows_for_cancels. It loops through workflows for a study, and resets them if they are in progress.
In services.workflow_processor, we changed the reset method to be an instance method so we can call self.cancel_notify.
In tests.test_lookup_service we changed the call to WorkflowProcessor.reset to reflect the change from class method to instance method
2021-01-29 14:05:07 -05:00
..
api When a study is put on hold, we now reset workflows and call any pending cancel_notify events. 2021-01-29 14:05:07 -05:00
models Don't error out on autocomplete_num 2021-01-04 13:41:57 -05:00
scripts Ticket 143. Test whether file is uploaded. 2021-01-04 10:53:21 -05:00
services When a study is put on hold, we now reset workflows and call any pending cancel_notify events. 2021-01-29 14:05:07 -05:00
static updates using new navigation from spiff workflow's navigation branch, all tests passing. 2020-12-04 17:56:12 -05:00
__init__.py Allow for synch to work even if the local set of workflow specifications are completely empty. 2021-01-08 13:23:01 -05:00
api.yml New api endpoint for restarting a workflow. Unsure if I needed the responses section. **Dan, can you check this?** 2021-01-19 15:00:39 -05:00