Lock Account
Node Card
Category: Account Management Nodes
Typical position: After detecting suspicious activity or a policy violation, before a Failure Final node or notification step.
Properties
Outputs & Errors
| Property | Type | Default | Description |
|---|---|---|---|
| Error Handling | custommultiselect | All errors set to automatic | Lets you override the default message shown to users for each error code. Setting a custom message activates that error code as a named output edge on the canvas. |
| Output / Code | Condition | Default message |
|---|---|---|
true | Account locked successfully | NA |
false | Lock operation failed (catch-all for unhandled errors) | NA |
4046 | Account record was not found | Account not found |
tip
Error edges only appear on the canvas when you explicitly select them in the Error Handling property. An unselected error code falls through to the false output.
Common Next Nodes
Lock Account (true)→Failure Finalaccount locked: end the flow
Lock Account (true)→Send Emailnotify user their account has been locked
Use this node in security-enforcement flows to lock an account after repeated failed authentication attempts or a detected policy violation. Pair it with the Unlock Account node in a separate administrative flow.