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
- 86 General
- 13 Training
- 212 Installation / Setup
- 1.2K Flows
- 112 Rules
- 282 Administration
- 216 Portal
- 501 General Q & A
- 719 Forms
- 353 Reports
- 3 Designer Extensions
- 48 Example Flows
- 58 CSS Examples
- 1 Diagram Tile
- 8 Javascript Controls
- 189 Pages
- 5 Process Mining
- New Features
- 187 Datastructures
- 71 Repository
- 233 Integrations
- 30 Multi-Tenant
- 27 SDK
- 81 Modules
- 60 Settings
- 27 Active Directory
- 12 Version 7
- 36 Version 8
- 143 Lunch And Learn Questions