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.1K All Categories
- 61 General
- 11 Training
- 201 Installation / Setup
- 1.1K Flows
- 106 Rules
- 260 Administration
- 212 Portal
- 489 General Q & A
- 693 Forms
- 333 Reports
- 3 Designer Extensions
- 47 Example Flows
- 51 CSS Examples
- 1 Diagram Tile
- 7 Javascript Controls
- 178 Pages
- 5 Process Mining
- New Features
- 178 Datastructures
- 69 Repository
- 219 Integrations
- 28 Multi-Tenant
- 27 SDK
- 76 Modules
- 56 Settings
- 25 Active Directory
- 12 Version 7
- 35 Version 8
- 66 Lunch And Learn Questions