Workflow states determine how Password Manager ran a workflow and which activities of the workflow it initiated. Workflows have 3 states:
- 
Success is the state of the workflow if no errors occur when running a workflow. In this state, Password Manager performs all workflow activities, except the following:
- 
Email user if workflow fails
 - 
Email administrator if workflow fails
 - 
Lock Q&A profile
 - 
Restart workflow if error occurs
 
 - 
 - 
Failure is the state of the workflow if an error occurs when running a workflow activity. If any errors occur during the workflow, Password Manager performs only the following activities:
- 
Email user if workflow fails
 - 
Email administrator if workflow fails
 - 
Lock Q&A profile
 - 
Restart workflow if error occurs
NOTE: The Restart workflow if error occurs activity resets the workflow state to Success and runs the workflow from the beginning.
 
 - 
 - 
Critical Error is the state of the workflow if a critical error occurs (for example, locking a user account or a Q&A profile). If any critical errors occur when running the workflow, Password Manager performs only the following activities:
- 
Email user if workflow fails
 - 
Email administrator if workflow fails
 
 -