Why do I get this exception error: ExitPoint executed but EntryPointArgs does not exist in InnerArg tree?
The following 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
Here is an example of the message:
To avoid this exception, always call the entry point from another automation. For instance, this is incorrect:
This is correct: