How to get the old or deleted flows details
Comments
-
Yes, in decisions we've element_registration table, using query you'll able to retrieve the flow details.
You can refer the below query example:
SELECT er.entity_name AS flow_name, ef.full_path AS folder_path
FROM element_registration AS er
JOIN entity_folder AS ef
ON er.entity_folder_id=ef.entity_folder_id
WHERE er.element_registration_type_name = 'Flow'
-
Additionally, You can retrieve flow details even if the flow was soft-deleted or deleted using user actions. However, if the flow details are deleted from the element_registration table, you won't be able to retrieve the details for the same.
Howdy, Stranger!
Categories
- 4.4K All Categories
- 80 General
- 13 Training
- 209 Installation / Setup
- 1.1K Flows
- 110 Rules
- 270 Administration
- 213 Portal
- 497 General Q & A
- 711 Forms
- 346 Reports
- 3 Designer Extensions
- 48 Example Flows
- 58 CSS Examples
- 1 Diagram Tile
- 7 Javascript Controls
- 187 Pages
- 5 Process Mining
- New Features
- 186 Datastructures
- 70 Repository
- 229 Integrations
- 29 Multi-Tenant
- 27 SDK
- 81 Modules
- 59 Settings
- 26 Active Directory
- 12 Version 7
- 35 Version 8
- 143 Lunch And Learn Questions