I have a workspace which takes a dgn file(A) and matches it to another dgn file (B).
dgn file (A) contains little changes everythime I have to run the workspace. These changes need to be braught to the second dgn file (B), and this workspace automatically (often succesfully) does that.
However, if I have run this workspace once, and then changed something to the first dgn (A), the reader will not automatically load the new data in dgn file (A).
I dont know how to fix this, obviously I dont want to delete the reader and put a new one back everytime a small change is made.
Is there anyway to make the reader completely reload the data everytime I run the workspace?