beanlab / quest_framework

A Python framework for fault-tolerant workflows
0 stars 0 forks source link

Update main.py to use workflow manager #14

Open byubean opened 8 months ago

ABCambridge commented 8 months ago

I'll start working on this the week of 02/05/2024. After my escapades with WorkflowManager on Friday, I think I am comfortable enough with this to get main.py to use it 😄

ABCambridge commented 8 months ago

As of today, 02/05/2024, I believe I have this working. See my pull request "Andrew / Manager integration to main.py". I am wondering if it would be helpful as an example to include use of multiple workflows in main.py, to show how you can pass different workflows to workflow manager at different times. Doing that would also be a good learning process for me as well.

ABCambridge commented 7 months ago

This is ready to be merged. Future changes coming when we convert main.py to use the number guessing game

ABCambridge commented 6 months ago

Dr. Bean decided that it would be worth getting rid of this file and instead implementing it with multiple workflows of the number guessing game. Issue closed.