About My webMethods Server Login Events
The MWSLoginEvent has an Action field which fires the following actions at specific stages in the login process:
ACTION_FIRST_LOG_IN(0) fires only once after the user initially logs into
My webMethods Server.
ACTION_LOGIN_SCRIPT_DONE(5)fires only once after the login script creates the user personal folders
ACTION_LOGGED_IN(1) fires with each occurrence.
ACTION_LOGGED_OUT(2) fires with each occurrence.
ACTION_TIMED_OUT(3) fires with each occurrence.
ACTION_FAILED_LOGIN(4) fires with each occurrence.
ACTION_FIRST_LOGIN_SCRIPT_DONE(6) fires with each occurrence.
You can collect these actions in the My webMethods Server Events Collector database and implement a page in your application to query and display the collected actions. For more information, see Administering My webMethods Server.