How to identify executed flows from event logs

__ __2
Tera Expert

Hi

 

A large number of event records named "Flow.fire" are being output to the event log.
I would like to identify which flow was executed from this log. Is there a way?

____2_0-1701657507916.png

 

1 ACCEPTED SOLUTION

Tai Vu
Kilo Patron
Kilo Patron

Hi @__ __2 

There's a column Instance [instance] in the Events [sysevent] table. You can find the sys_id of the flow context from this field.

Timi_0-1701664935265.png

Just pull that field to the list, open the table Flow engine contexts [sys_flow_context], and add a filter as Sys ID is the sys_id from the Instance column. And you'll have the name and also the context of the Flow.

 

You can also access the list of Active Flows by navigating to Process Automation > Flow Administration > Active Flows

Screenshot 2023-12-04 at 11.36.28.png

 

Cheers,

Tai Vu

View solution in original post

2 REPLIES 2

Maik Skoddow
Tera Patron
Tera Patron

Hi @__ __2 

unfortunately, that table cannot provide the requested information. You have to go to table sys_flow_context if you want to see the link to the underlying (sub-)flow.

Maik

Tai Vu
Kilo Patron
Kilo Patron

Hi @__ __2 

There's a column Instance [instance] in the Events [sysevent] table. You can find the sys_id of the flow context from this field.

Timi_0-1701664935265.png

Just pull that field to the list, open the table Flow engine contexts [sys_flow_context], and add a filter as Sys ID is the sys_id from the Instance column. And you'll have the name and also the context of the Flow.

 

You can also access the list of Active Flows by navigating to Process Automation > Flow Administration > Active Flows

Screenshot 2023-12-04 at 11.36.28.png

 

Cheers,

Tai Vu