TACTIC Open Source
How this progress node information is stored? - Printable Version

+- TACTIC Open Source (http://forum.southpawtech.com)
+-- Forum: TACTIC Open Source (http://forum.southpawtech.com/forumdisplay.php?fid=3)
+--- Forum: TACTIC Discussion (http://forum.southpawtech.com/forumdisplay.php?fid=4)
+--- Thread: How this progress node information is stored? (/showthread.php?tid=250)



How this progress node information is stored? - listy - 12-08-2021

Hi! I have a strange bug, i got every assets ready, and all publish tasks are "Comple", but the progress node is still not showing 100%
And i had to "recomplete" all tasks of the assets to make it 100%
This makes me think the information of the progress is stored somewhere else, and it change by the trigger. But how i can get this information? And how can i execute this trigger to make 100% of the progress.


RE: How this progress node information is stored? - listy - 12-08-2021

Ooookay, i did some coding diggin, and found that this is using sthpw/message table...
I think this is not ideal solution, but i think this was made to minimize db queries count.
One of the flaw i see is bug, when there is no message with status "complete" created, i don't know why it is no create though.
Second - when i delete publish task it will not delete any messages from the message table, so even if Publish task does not exists anymore - its still showing the complete state, which is wrong...