Identity trigger not getting created for mover event

Which IIQ version are you inquiring about?

8.4

Share all details about your problem, including any error messages you may have received.

I have a mover event configured to trigger on departmentID change but it is not creating any identityTrigger object. I can see that on the attribute value change, the workflow is getting triggered , I can see the event under the identity but no identityTrigger object. what could I be missing? I need the identity trigger object so I can use that in a certification exclusion rule to include the identity that went through a job change. Appreciate any help.

@dmaan I am not able to understand the issue. IdentityTrigger is the xml object which is the xml representation of LifeCycleEvent, this is not the triggered identity object or related objects.

Are you looking for the some way to figure out which event is triggered? If yes, you can also query audit object with action: identityLifeCycleEvent, this should tell you which on which users event is triggered. It is the same key, which causes the details to be updated in the Events tab in Identity UI.

oh. I thought an identityTrigger object gets created everytime an LCE gets triggered. Thanks!

Looks like you actually ran into a very similar issue before - check out this thread which got resolved: Custom mover event not getting triggered

Hi @dmaan

Whenever event is triggered, then the events will be available in the Identity xml and can be viewed either by UI or through the debug pages.

@msingh900 I don’t think they are available at identity xml. if exists, please confirm the key.

Hi @neel193

I was referring this triggerSnapshots key in the Identity XML that gets generated whenever the lifecycle event is triggered. I t will get removed once we do the refresh with process events option selected.

Events information can be viewed after generation on UI page or Audit page with Identity Event action

Just want to add few points -

IdentityTrigger object represents LifeCycle event available in IIQ. PFB screenshots.

As explained by other experts, when event is triggered, then triggerSnapshots key will be available in the Identity xml and can be viewed either by UI or through the debug pages.

Hope this helps.

@msingh900 I think it generates triggerSnapshots during aggregation/refresh but BEFORE lifecycle event is triggered. Once it is triggered as part of refresh with process events. it gets cleared.

Also, in audit action name is identityLifeCycleEvent if you want to search.

@neel193 Its correct, triggerSnapshots tag will be generated as soon as the aggregation finishes.

After Refresh it will get removed and run your lifecycle event that will get stored and you can view in Identity Warehouse or audit page.

@neel193 Audit Action name is IdentityLifecycleEvent and the display Name for this is Identity Event.

It can searched in audit page through either of the names.