diff --git a/docs/DeploymentGuide.md b/docs/DeploymentGuide.md index f02c8c9..32038c0 100644 --- a/docs/DeploymentGuide.md +++ b/docs/DeploymentGuide.md @@ -237,3 +237,7 @@ Once you've opened the project in [Codespaces](#github-codespaces), [Dev Contain ### 🛠️ Troubleshooting If you encounter any issues during the deployment process, please refer [troubleshooting](../docs/TroubleShootingSteps.md) document for detailed steps and solutions. + +## Running the application + +To help you get started, here's the [Sample Workflow](./SampleWorkflow.md) you can follow to try it out. diff --git a/docs/SampleWorkflow.md b/docs/SampleWorkflow.md new file mode 100644 index 0000000..296db49 --- /dev/null +++ b/docs/SampleWorkflow.md @@ -0,0 +1,36 @@ + +# Sample Workflow + +To help you get started, here’s a **sample process** you can follow in the app. + +## **Process** + +> Note: Download sample data files for **EKS & GKE** in data folder from [here](../data). + +### **Upload** + +_Sample Operations:_ + +- Select all files from **EKS** folder. +- Click the **Upload** button. +- Check Upload Status + > _Observe: Success message **All valid files uploaded successfully!** appears_ +- Click **Start Processing** Button to Process Files. + > _Note: Average response time is 20-30 minutes._
+ +### **Review** + +- The Batch Processing page will appear, showing the migration process with real-time status updates, including agent activity and phase details. +- Once batch processing is complete, all files along with four detailed reports will be available for review. + +### **Download** + +_Sample operation:_ + +- Once the files are translated, the **Download all as .zip** button at the top left will be enabled to download the translated files. + + ![Application](images/sampleworkflow1.png) + + > Note: Follow the same process for the **GKE** folder. + +This structured approach simplifies container adoption by automating migration, handling dependencies, and optimizing performance for cloud-native environments, while enhancing existing code for better efficiency and maintainability. diff --git a/docs/images/sampleworkflow1.png b/docs/images/sampleworkflow1.png new file mode 100644 index 0000000..02f0b96 Binary files /dev/null and b/docs/images/sampleworkflow1.png differ