Audit history on a Flow

Cirrus
Kilo Sage

Good afternoon,

We have a flow that was executed on 28/08/2024, and then daily from 19/09/2024. The trigger is Daily @ midnight, which suggests that someone activated, deactivated and then reactivated the flow. Does anyone know if there is an audit history on a flow where we can see when active was changed and by who?

I have tried looking for the flow sys_id in the sys_update_version table, but the last version before today is recorded as 25/01/2021, which doesnt match with the execution history above.

The flow caused significant performance issues, hence the need to find out what went on.

 

Thanks

1 REPLY 1

Sanjay191
Tera Sage

Hello @Cirrus 

If someone makes any changes to the flow, it will create a new version where you can see who performed the changes. Additionally, you can view the details in the 'Updated' and 'Updated By' fields. Also, the execution time and updated time do not necessarily have to match. If you want to check for errors that occurred during the flow execution, you can find them in the error log. You can also trigger an email at the end of the flow if any errors have occurred, and you can use the error handler for managing errors

If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.

Thank You