---
title: Time Since Decision node
description: "Configure the Time Since Decision node to check whether a specified amount of time has elapsed since a user's account was created, for use in progressive profile journeys."
component: platform
version: 7.5
page_id: platform:auth-node-ref:time-since-decision
canonical_url: https://docs.pingidentity.com/platform/7.5/auth-node-ref/time-since-decision.html
llms_txt: https://docs.pingidentity.com/platform/llms.txt
docs_for_agents: https://developer.pingidentity.com/build-with-ai/docs-for-agents.md
keywords: ["Nodes &amp; Trees", "Journeys", "Authentication"]
page_aliases: ["auth-node-time-since-decision.adoc"]
section_ids:
  availability: Availability
  outcomes: Outcomes
  properties: Properties
---

# 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)&#xA;&#xA;This functionality requires that you configure AM as part of a sample Ping Identity Platform deployment. | Yes        |
| Ping Identity Platform (self-managed)                                                                                                   | Yes        |

## Outcomes

* `True`

* `False`

## Properties

| 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 IDM.                                                                                                                                                                                                                  |
