colinthebomb1 opened a new pull request, #3751: URL: https://github.com/apache/texera/pull/3751
## Description Fixes the incorrect JSON structure and formatting when downloading workflows from the hub's workflow list. Previously, the downloaded JSON had operators and other workflow properties incorrectly nested inside a `content` object, which prevented the workflow from being re-uploaded and loaded properly. ## Changes: Edited the `downloadWorkflow` function in `download.service.ts` to correctly format the JSON file and bring workflow properties nested inside the content object up a level. ### Issues Closes #3750 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
