Hi Team,
I thought it would be better to raise this as a new topic.
I’m planning to use the 'Account Updated’ event trigger, but I’m finding its behaviour to be inconsistent, as it doesn’t always fire when I expect it to.
My use case is based on a source account attribute (let’s call it AttributeX). This attribute is not mapped as an identity attribute in the Identity Profile. My event trigger filter is configured to invoke another service when AttributeX changes from “ABC” to “PQR”, which seems to be the expected configuration for this trigger.
However, the trigger does not fire consistently. To test, I’m updating the account attribute via the SailPoint API (using Postman). Sometimes the trigger fires on the first update, but subsequent updates are inconsistent. In some cases, the event doesn’t fire at all, even though the attribute value has changed.
Are there any additional prerequisites or conditions that must be be met for the Account Updated event trigger to fire reliably? For example:
-
Does the account update need to occur through a specific SailPoint process?
-
Are there any known limitations when the updated attribute is not mapped to an identity attribute?
-
Is there any event deduplication, batching, or aggregation behaviour that could explain this?
My concern is that the trigger doesn’t appear to behave consistently or in real time, making it difficult to rely on for this use case.
By comparison, the Identity Attributes Changed event trigger appears to be much more reliable. When I update an identity attribute via the SailPoint API (again, for testing), the trigger fires consistently.
I do have the option of exposing AttributeX as an identity attribute, since it originates from a trusted source account. However, I’d prefer to avoid doing that if possible, as I don’t believe the attribute needs to be part of the identity profile solely to support this event.
Has anyone experienced similar behaviour with the Account Updated event trigger, or can shed some light on why this might be happening and the recommended way forward?
Thanks in advance.