I have a callback assigned to "EndExecution" that is running the following code:
The "Execution Closed" message is simply there so I know when it is running. I expect this callback to run when the execution of the current sequence finishes. However it seems to be running after a user has been logged in. I have triple checked and i'm registering the above code to run under these conditions:
Is there something I am not understanding? I use callbacks for user login/logout and they execute correctly