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