<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question How do I check this JOB Flow Engine Event Handler? in ServiceNow AI Platform forum</title>
    <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-do-i-check-this-job-flow-engine-event-handler/m-p/1103601#M59990</link>
    <description>&lt;P&gt;I have a schedule job that populates the svc_ci_assoc table.&lt;/P&gt;
&lt;P&gt;But for some cases, when I check the table one day after the insert, there are some records missing, the Deleted records list shows that this JOB: &lt;SPAN class="ng-scope"&gt;Flow Engine Event Handler&lt;/SPAN&gt; is the responsible for the deletion.&lt;/P&gt;
&lt;P&gt;I would like to understand what this job is and if is there a way to find it.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/107552i1E4B3B6BEC9C7261/image-size/large?v=v2&amp;amp;px=999" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/107549i2E6513D8A1D8210E/image-size/large?v=v2&amp;amp;px=999" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Apr 2022 19:22:52 GMT</pubDate>
    <dc:creator>Jean Ferreira</dc:creator>
    <dc:date>2022-04-08T19:22:52Z</dc:date>
    <item>
      <title>How do I check this JOB Flow Engine Event Handler?</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-do-i-check-this-job-flow-engine-event-handler/m-p/1103601#M59990</link>
      <description>&lt;P&gt;I have a schedule job that populates the svc_ci_assoc table.&lt;/P&gt;
&lt;P&gt;But for some cases, when I check the table one day after the insert, there are some records missing, the Deleted records list shows that this JOB: &lt;SPAN class="ng-scope"&gt;Flow Engine Event Handler&lt;/SPAN&gt; is the responsible for the deletion.&lt;/P&gt;
&lt;P&gt;I would like to understand what this job is and if is there a way to find it.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/107552i1E4B3B6BEC9C7261/image-size/large?v=v2&amp;amp;px=999" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/107549i2E6513D8A1D8210E/image-size/large?v=v2&amp;amp;px=999" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2022 19:22:52 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-do-i-check-this-job-flow-engine-event-handler/m-p/1103601#M59990</guid>
      <dc:creator>Jean Ferreira</dc:creator>
      <dc:date>2022-04-08T19:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: How do I check this JOB Flow Engine Event Handler?</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-do-i-check-this-job-flow-engine-event-handler/m-p/1103602#M59991</link>
      <description>&lt;P&gt;Flow Engine Event Handler calls an internal Java object.&amp;nbsp; Nothing you can do to get a look at it.&lt;/P&gt;
&lt;P&gt;However, from the name, I assume it is exactly what is sounds like, a dispatch routine that receives flow events and fires off Flows, SubFlows, Workflows, etc.&amp;nbsp; So it is most likely not the root cause, it is just what dispatched the event.&lt;/P&gt;
&lt;P&gt;Finding this will not be easy.&amp;nbsp; There is something, whether it is a Script, Flow or whatever, that is "cleaning" that table.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe check this link:&amp;nbsp;&lt;A href="https://support.servicenow.com/kb?id=kb_article_view&amp;amp;sysparm_article=KB0694151"&gt;Table Cleaner&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Could be that someone has added that table to be cleaned based on certain criteria that those records meet.&lt;/P&gt;
&lt;P&gt;Aoife&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2022 20:46:21 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-do-i-check-this-job-flow-engine-event-handler/m-p/1103602#M59991</guid>
      <dc:creator>Aoife</dc:creator>
      <dc:date>2022-04-08T20:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: How do I check this JOB Flow Engine Event Handler?</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-do-i-check-this-job-flow-engine-event-handler/m-p/1103603#M59992</link>
      <description>&lt;P&gt;Thanks for helping.&lt;/P&gt;
&lt;P&gt;But unfortunately the table cleaner is not my problem.&lt;/P&gt;
&lt;P&gt;I'm going to investigate if I found any Flow/procedure that is causing this issue.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/107555i0B6A65F538BF3E58/image-size/large?v=v2&amp;amp;px=999" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2022 12:49:54 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-do-i-check-this-job-flow-engine-event-handler/m-p/1103603#M59992</guid>
      <dc:creator>Jean Ferreira</dc:creator>
      <dc:date>2022-04-11T12:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: How do I check this JOB Flow Engine Event Handler?</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-do-i-check-this-job-flow-engine-event-handler/m-p/2689092#M191463</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/138347"&gt;@Jean Ferreira&lt;/a&gt;&amp;nbsp; ,&lt;/P&gt;&lt;P&gt;Were you able to find what is causing this issue ? I am facing the same issue .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;S.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2023 01:51:41 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-do-i-check-this-job-flow-engine-event-handler/m-p/2689092#M191463</guid>
      <dc:creator>V S R</dc:creator>
      <dc:date>2023-10-03T01:51:41Z</dc:date>
    </item>
  </channel>
</rss>

