cr-connect-workflow/crc/services
Dan Funk 3e3a249e3c Verifying Sub-Process works, and adding a field to expose a hint as to the sub-process in which the task occurs.
Because the name field is now used to expose workflow/sub-process information on tasks, we can't use it to store the workflow_version, so that is now just stored on the database model.  Which is much cleaner and removes a duplication.
2020-04-28 13:48:44 -04:00
..
__init__.py Provide a script for generating word documents from template files. Refractored file managment into a service to make it easier to programatically add files. Modified the workflow_processor to inject the study_id and workflow_id into the running workflow so that this meta-information is avialable at the task level. 2020-02-10 16:19:23 -05:00
file_service.py Verifying Sub-Process works, and adding a field to expose a hint as to the sub-process in which the task occurs. 2020-04-28 13:48:44 -04:00
ldap_service.py fixing a bunch of stupid mistakes because I am tried. 2020-04-20 20:28:12 -04:00
protocol_builder.py Marshmallow isn't the right tool when dealing with large models with lots of null values. Rather than fight the process of mamaging the Study Details, I'm letting that fall through, and we can test on an individual value or maybe set up a constants array when that becomes meaningful. 2020-04-03 16:24:38 -04:00
study_service.py Removes hidden workflows 2020-04-24 09:45:55 -04:00
workflow_processor.py Verifying Sub-Process works, and adding a field to expose a hint as to the sub-process in which the task occurs. 2020-04-28 13:48:44 -04:00
workflow_service.py Verifying Sub-Process works, and adding a field to expose a hint as to the sub-process in which the task occurs. 2020-04-28 13:48:44 -04:00