ispyb / ispyb-database-modeling

4 stars 3 forks source link

Change of processingStatus column in table AutoProcProgram #4

Closed antolinos closed 7 years ago

antolinos commented 7 years ago

We would like to distinguish when a process: 1) has started 2) has finished successfully 3) has failed

For doing so we propose to change processingStatus type from TINYINT (0,1) to enumeration: RUNNING, FAILED, SUCCESS

antolinos commented 7 years ago

Enumeration kept values 0 and 1 for legacy. We don't know if ISPyB user interface and workflows are ready for this change.