Dropping Data from a Temp Table
Hi,
I have a continual delivery workflow that is looking for an External signal to activate.
As part of the workflow, I pull in a List for lookups against c1.4 million rows. Not ideal but best way of circumventing an issue.
The workflow runs and sends the emails.
However the list never seems to get dropped but holds the data in a temp table (temp:readGroup). Is there anyway of dropping this data via a JS node once the email has sent? It's putting strain on the server since the workflow never really 'ends' continually eating memory when not needed etc.
Hope that makes sense!


