When we run the Alteryx CREW macro on the Server, I am aware of the part mentioned in some threads wherein it keeps the thread open and the controller has no control over it which may lead to memory leaks and causing performance issues. However I want to know when there are 20-30 workflows configured in a master workflow which calls another workflow through the "Conditional Runner" so I know it runs the workflow sequentially instead of running them in parallel. By any chance is it that even if workflow number 1 ran successfully and did its job when the workflow number 3 is running the tool level or output data generated data at workflow number 1 will still be stored in the system memory or is it that when workflow number 3 is running the memory used to store the runtime data for workflow number 1 is released from the memory?