Identity Cloud

Query Filter Decision node

The Query Filter Decision node checks if the contents of a user’s profile match the specified query filter.

Use this node to check whether an attribute of the user profile matches a specific pattern. For instance, use this in progressive profile flows to check if marketing preferences are set on a user’s profile.

Compatibility

Product Compatible?

ForgeRock Identity Cloud

Yes

ForgeRock Access Management (self-managed)

Yes

ForgeRock Identity Platform (self-managed)

Yes

Inputs

This node reads the Identity Attribute from the shared node state. If it can’t read the Identity Attribute, it reads the userName.

It uses the value to look up the identity object.

Dependencies

This node depends on the underlying identity service to look up the user object.

Configuration

Property Usage

Query Filter

A query filter used to check the contents of an object.

For details on constructing effective query filters, refer to Construct queries.

Default: none

Identity Attribute

The attribute used to identify the managed object in the underlying identity service.

Default: userName

Outputs

None.

Outcomes

True

The node user profile matched the query.

False

Any other case.

Errors

This node doesn’t log error or warning messages of its own.

Example

Other journeys invoke the following progressive profile journey to capture missing profile attributes:

Testing whether an account has profile attributes
Copyright © 2010-2024 ForgeRock, all rights reserved.