How do I check this JOB Flow Engine Event Handler?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2022 12:22 PM
I have a schedule job that populates the svc_ci_assoc table.
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: Flow Engine Event Handler is the responsible for the deletion.
I would like to understand what this job is and if is there a way to find it.
- Labels:
-
flow designer
-
Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2022 01:46 PM
Flow Engine Event Handler calls an internal Java object. Nothing you can do to get a look at it.
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. So it is most likely not the root cause, it is just what dispatched the event.
Finding this will not be easy. There is something, whether it is a Script, Flow or whatever, that is "cleaning" that table.
Maybe check this link: Table Cleaner
Could be that someone has added that table to be cleaned based on certain criteria that those records meet.
Aoife

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2022 05:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2023 06:51 PM
Hi @Jean Ferreira ,
Were you able to find what is causing this issue ? I am facing the same issue .
Regards,
S.