Skip to content
Discussion options

You must be logged in to vote

There are a few ways to keep persistent data with workflow tools. NXT works really hard to clean up after itself and throw data away on re-comps. You can disable re-comps when workflow tools execute by unchecking Execute > Workflow Tools Always Recomp, however that may not be enough for your case.
Each graph (tab) has a global STAGE object available, but keep in mind STAGE is flushed after each execution/comp. So to store data that is persistent as long as NXT is open (and across graphs) you need to set it on a module, I've attached a graph showing this. Remember though, modules are not scoped to graphs, if you mess with data from one graph, other graphs can access it, NXT only flushed th…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by michaelharmonart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants