This website requires JavaScript.
Explore
Help
Sign In
sartography
/
cr-connect-workflow
Watch
1
Star
0
Fork
0
You've already forked cr-connect-workflow
mirror of
https://github.com/sartography/cr-connect-workflow.git
synced
2025-02-22 20:58:28 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cr-connect-workflow
/
crc
/
api
History
Dan Funk
0ea4c13d09
Convert protocol builder status to always be in lower case in order to better match the front end. And also fixing an issue with the multi_instance that is oddly broken suddenly, and I don't know why.
2020-07-28 17:16:48 -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
Whenever a workflow is loaded or updated, add events to the TaskEvent table with assignments for the next set of ready tasks, along with who should complete those tasks.
2020-07-14 22:16:44 -04:00
approval.py
Refactoring shared code
2020-06-22 14:07:57 -06:00
common.py
Allow the workflow to be requested without making changes to the workflow - requires that you specify a read_only flag of true, otherwise it assumes that you want a fully prepared workflow with the next ready task set to run.
2020-07-28 13:33:38 -04:00
file.py
minor cleanup of error codes.
2020-06-03 15:03:22 -04:00
study.py
Convert protocol builder status to always be in lower case in order to better match the front end. And also fixing an issue with the multi_instance that is oddly broken suddenly, and I don't know why.
2020-07-28 17:16:48 -04:00
tools.py
Removing an unused function and addign a fix me.
2020-07-22 11:40:49 -04:00
user.py
Hot fix to correct for a failing test due to updates in Spiffworkflow library,
2020-07-27 11:25:29 -04:00
workflow.py
dropping the "read_only" flag in favor of a "do_engine_steps" flag, which more clearly defines what is happening.
2020-07-28 13:51:29 -04:00