Account Active
Node Card
Category: Account Management Nodes
Success message: Account is active.
Typical position: After authentication and before granting access, to gate locked or inactive accounts.
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 is active | NA |
false | Account status check failed (catch-all for unhandled errors) | NA |
4043 | Account has been locked | Account locked |
4045 | Account is inactive | Account inactive |
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
Account Active (true)→Success Finalaccount is active: grant access
Account Active (4043)→Failure Finalaccount locked: deny access with message
Account Active (4045)→Failure Finalaccount inactive: deny access with message
Use this node early in login flows to prevent locked or inactive users from progressing further. Route specific error codes to dedicated messaging pages so users understand why access was denied.