---
title: Time Since Decision node
description: Checks if a specified amount of time has passed since the user was registered.
component: auth-node-ref
version: latest
page_id: auth-node-ref::time-since-decision
canonical_url: https://docs.pingidentity.com/auth-node-ref/latest/time-since-decision.html
keywords: ["Nodes &amp; Trees", "Journeys", "Authentication"]
page_aliases: ["auth-node-time-since-decision.adoc"]
superseded_by: https://docs.pingidentity.com/auth-node-ref/latest/time-since-decision.html
section_ids:
  availability: Availability
  outcomes: Outcomes
  configuration: Configuration
---

# Time Since Decision node

Checks if a specified amount of time has passed since the user was registered.

For example, to prompt users to review your terms and conditions after the account is a week old, set the Elapsed Time property to `1 week`. After that time has elapsed, the next time the user logs in, they are prompted to review your terms and conditions.

Use this node for progressive profile completion.

## Availability

| Product                               | Available? |
| ------------------------------------- | ---------- |
| PingOne Advanced Identity Cloud       | Yes        |
| PingAM (self-managed)                 | Yes 1      |
| Ping Identity Platform (self-managed) | Yes        |

1 This functionality requires that you configure AM as part of a [Ping Identity Platform deployment](https://docs.pingidentity.com/platform/8.1/sample-setup/).

## Outcomes

* `True`

* `False`

## Configuration

| Property           | Usage                                                                                                                                                                                                                                                                      |
| ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Elapsed Time       | The amount of time since the user was created, in minutes, that needs to elapse before this node is triggered.This property also supports specifying basic time units. For example, when setting the property to `10080` minutes, writing `7 days` or `1 week` also works. |
| Identity Attribute | The attribute used to identify the managed object in the underlying identity service (PingIDM).                                                                                                                                                                            |
