- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2023 08:18 PM
A large amount of logs with the name "flow.file" are output to the event log. What kind of events are these?
Also, what triggers the "flow.file" event?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2023 09:35 PM
Hi @__ __2 ,
sysevent table generally stores information about events in the system, but specific event names can vary based on the actions and operations within the platform. ServiceNow FlowAPI this API can restart a flow with its sys_flow_context record and the source record of the flow.
Refer below link
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1504112
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0960053
Please mark it as helpful and solution proposed if it serves your purpose.
Thanks,
Annad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2023 09:35 PM
Hi @__ __2 ,
sysevent table generally stores information about events in the system, but specific event names can vary based on the actions and operations within the platform. ServiceNow FlowAPI this API can restart a flow with its sys_flow_context record and the source record of the flow.
Refer below link
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1504112
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0960053
Please mark it as helpful and solution proposed if it serves your purpose.
Thanks,
Annad