What is triggering this event - cmdbdatamanager.tasks.created

sanjeevkumar
Tera Contributor

Need to know which script is triggering this event - cmdbdatamanager.tasks.created.

 

sanjeevkumar_0-1736269864240.png

 

8 REPLIES 8

You can also look for System Definition, Scheduled Jobs, then search for name = *CMDB DATA MANA"
and you should see them there

David77_1-1747830481399.png

 

Not applicable

Since it isn't easily found, I wonder if it's part of the 

CMDBDataManagerScriptableApis API which is called by the scheduled scripts that run and generate the CMDB Data Manager Tasks.

Is the triggering of that event causing an issue?  Perhaps you will get more help if you share why you are looking for the trigger.

Hey, after some in-depth digging and head scratching I agree that this is most likely the culprit for the event: sn_cmdb_data_manager.CMDBDataManagerScopedScriptableApis.executePolicy(). Also dont think your link is pointing to the correct thing.

icreate
Tera Contributor

I have spent enough time on this in my current use-case. Where we want to trigger a notification for the Data Certification Task record. 
The CMDB Task and the assignee on it is able to receive the notifications for 50%, 75%, 90% and Breached for the due date on it.

BUT - The assignee has not received any notification for the first assignment.

 

My blind guess is - It is some logic in the sn_cmdb_data_manager.CMDBDataManagerScopedScriptableApis.executePolicy() which is connected to the "Policy Type" value of the policy.