Accessing Your Task Results
Once your modernization task is successfully completed, a "Download Results" button will become available on the Task Progress Visualization page. This allows you to access the generated documentation, backlog, or any other artifacts from your task.
Downloading and Viewing the Output
The results are packaged in a .zip file for easy download. The generated documentation is provided in HTML and Markdown formats, giving you both a ready-to-view website and the raw source files for further customization.
To view the generated content, follow these simple steps:
- Download the File: Click the "Download Results" button to save the
.zipfile to your computer.

- Extract the Contents: Unzip the downloaded file to a location of your choice. This will create a folder containing all the generated files.
- Navigate and View:
-
After extracting, you will see a folder structure similar to this:

-
To view the website, navigate into the
htmldirectory.
-
Open the
index.htmlfile in your web browser to see the fully rendered documentation.
-
Want to see what a fully generated documentation site looks like? You can explore a live example in our repository here.
- To view the source files, you can open the folder using an IDE of your choice.
Dynamic and Cumulative Content
It's important to understand that the contents of the downloaded .zip file will vary depending on the options you select in the task creation toggles. The documentation is generated dynamically based on your choices.
Additionally, the generated documentation is cumulative. For example, if you first run a "Technical Documentation" task and then a "Backlog Generation" task, the second download will contain the information from both tasks.
That's it! You can now explore the customized results of your modernization task.