06-04-2020, 06:16 PM
We having moving a lot of data out of the XML definition of the workflow and putting it in the process table. This gives us "room" to add a lot more data, especially since process table has a jsonb "workflow" column which is where we now store all of the settings for node. It was just becoming way to unwieldy to store in a single xml document, especially since we were seeing workflows with 100+ nodes in them.
Specifically for status pipelines, Diego has a pull request, which he is still working on that updates the saving of the data from status nodes.
https://github.com/Southpaw-TACTIC/TACTIC/pull/1444
Specifically for status pipelines, Diego has a pull request, which he is still working on that updates the saving of the data from status nodes.
https://github.com/Southpaw-TACTIC/TACTIC/pull/1444