This error message gets generated when running an object (X) that calls another object (Y) AND somewhere within Object (Y) there is a stage [could be on a completely separate/different page] that calls Object (X).
So, the error isn't because Object (X) and Object (Y) recursively call each other. It is that the Object X has logic to call Y, and Object Y has logic to call X maintained somewhere. So, there is the potential to call recursively, and thus the error, whether or not the objects actually do.
In short, two objects are calling each other. This shouldn't happen.
------------------------------
Matthew Rach
Senior Automation Analyst
ATB Financial
America/Denver
------------------------------