Retry Limit Decision node
Permits the specified number of passes through to the Retry
outcome path
before continuing evaluation along the Reject
outcome path.
Compatibility
Product | Compatible? |
---|---|
Advanced Identity Cloud |
Yes |
PingAM (self-managed) |
Yes |
Ping Identity Platform (self-managed) |
Yes |
Outputs
If Save Retry Limit to User is enabled, the node increments the retry count and saves the number of failed
attempts in the retryLimitNodeCounts
property of the user profile. If the user can’t be identified as part of the
journey context, the journey ends with an error.
If Save Retry Limit to User is disabled, the node increments the retry count and saves the number of failed
attempts in a shared state property named nodeId.retryCount
. The count is lost if the journey is restarted.
Configuration
Property | Usage |
---|---|
Retry limit |
Specify the number of retries to allow. Default: |
Save Retry Limit to User |
Specify whether the number of failed login attempts persists across multiple journeys until authentication is successful. Possible values are:
For security reasons, you should enable this setting. Default: Enabled. |