You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is executed when the Workflow_Status was changed to SUBMIT and after the execution of the validateExportmmCIF() function.
The first thing the validateExportmmCIF() function is doing is to delete the coresponding Entry_Generated_File and Entry_Error_File entries.
That means that also the Conform_Dictionary which is referring the Entry_Generated_File will be deleted.
The validateExportmmCIF() function is called also when Workflow_Status was changed to SUBMISSION_COMPLETE and RELEASE READY.
But in that case, there is no code for creating the Conform_Dictionary.
That explains why you can see the Conform_Dictionary at mmCIF CREATED but not any more at HOLD and REL.
The solution is to define a function with the code for creating the Conform_Dictionary and to be called after validateExportmmCIF().
The
Conform_Dictionary
table is not populated for new entries on bothdev
andproduction
.This table is supposed to get populated during the backend workflow (
Submission_Complete
-->HOLD
andRelease_Ready
-->REL
).The text was updated successfully, but these errors were encountered: