Bug #1162
openMy work flow-> Delte isnt working and theme issue
Description

Files
Updated by Fareena Anayat about 1 month ago
- Project changed from 16 to Prism Release 2
- Target version deleted (
Prism Regression)
Updated by ALi RAZA about 1 month ago
- File clipboard-202603091249-ft9qe.png clipboard-202603091249-ft9qe.png added
- Status changed from New to Resolved
- % Done changed from 0 to 100
Frontend:
Fixed - My work flow-> theme issue now works proper without any issue
Backend :
Bug Fix: Workflow Deletion Now Works Correctly
Previously, attempting to delete a saved workflow would result in a 500 Internal Server Error, causing the operation to fail silently on the frontend. This affected all users trying to remove workflows from their account.
The issue was caused by a misconfigured internal service call in the delete operation, the system was attempting to reach a storage service that was no longer in use, causing the entire request to crash before any deletion could take place.
This fix ensures the delete operation now correctly connects to the active cloud storage service, allowing workflows to be deleted successfully as intended.
Impact: All users can now delete workflows without encountering errors
Updated by ALi RAZA about 1 month ago
- Status changed from Resolved to Ready For QA
Updated by Fareena Anayat about 1 month ago
- Status changed from Ready For QA to Cycle 1
Updated by Fareena Anayat 25 days ago
- Status changed from Ready For QA to Waiting for Regression