cr-connect-workflow/crc/api
Dan acae6030f5 The API for evaluating python expressions should not raise an error, it can simply return a result of false, and provide an error to explain the problem. In this way the front end doesn't error out when it's running the script tasks but doesn't have enough information to get a valid response back.
The validation should take into account that repeating sections must be evaluated in the context of the data within the repeating section, not outside of it.
2021-06-15 16:17:15 -04:00
..
__init__.py Adding file management. Files are stored in the database along with basic meta data. 2019-12-27 13:50:03 -05:00
admin.py Remove Approvals per ticket 183 2021-02-16 09:05:29 -05:00
common.py Merge branch 'dev' into customer-error-messages-192. 2021-03-01 10:29:10 -05:00
data_store.py Import DataStoreBase from service now 2021-06-02 10:00:18 -04:00
file.py Prefer tasks that share a parent over just the the next available task when returning the next_task in the workflow processor. 2021-06-08 08:03:14 -04:00
study.py Resolving an alembic conflict. 2021-05-04 13:39:49 -04:00
tools.py The API for evaluating python expressions should not raise an error, it can simply return a result of false, and provide an error to explain the problem. In this way the front end doesn't error out when it's running the script tasks but doesn't have enough information to get a valid response back. 2021-06-15 16:17:15 -04:00
user.py Resolving an alembic conflict. 2021-05-04 13:39:49 -04:00
workflow.py fixing a big stupid bug I created when merging all the code and making changes to the files. 2021-06-08 14:24:59 -04:00
workflow_sync.py Don't fail the sync completely when a remote file does not exist. 2021-05-05 15:59:00 -04:00