Copyright © Cloud Software Group, Inc. All rights reserved. |
The leavers table stores information about the recently deleted users.TABLE leavers (
node_id INTEGER NOT NULL,
user_name VARCHAR(64) NOT NULL,
destination VARCHAR(64) NOT NULL,
timestamp NUMERIC(20) NOT NULL,
status INTEGER NOT NULL)
• 0 (LEAVER_WILL_BE_REDIRECTED) The leaver will be redirected.
• 1 (LEAVER_IS_BEING_REDIRECTED) The leaver is being redirected.
• 2 (LEAVER_FINISH_REDIRECTION) The leaver has been redirected.
•
• the time length definied by the WQS_LEAVER_PERIOD process attribute has passed since the status field was set to 2,
Copyright © Cloud Software Group, Inc. All rights reserved. |