Why do I get this error: ExitPoint executed but EntryPointArgs does not exist in InnerArg tree?
This exception indicates an automation that has both an entry point and an exit point and also has an event that bypasses the entry point and connects to an exit point:
ExitPoint executed but EntryPointArgs does not exist in InnerArg tree
To avoid this exception, always be sure to call the entry point from another automation.
Here is an example of the message you would receive:
This is incorrect:
This is correct: