Open MattGPT-ai opened 1 year ago
Thank you for opening your first issue here! 🛠
Cc @jsonporter
I've also noticed similar behavior w/ the graph view
Hello 👋, This issue has been inactive for over 9 months. To help maintain a clean and focused backlog, we'll be marking this issue as stale and will close the issue if we detect no activity in the next 7 days. Thank you for your contribution and understanding! 🙏
Hello 👋, This issue has been inactive for over 9 months and hasn't received any updates since it was marked as stale. We'll be closing this issue for now, but if you believe this issue is still relevant, please feel free to reopen it. Thank you for your contribution and understanding! 🙏
Not sure if I should open a new issue, but it appears that the dynamically executed executed tasks don't even expand out at any point. The dropdown arrow to expand the dynamic task appears, and clicking on it changes its orientation, but no subtasks are ever displayed
I would also love to see this fixed :)
Dynamic workflows (using the
@dynamic
decorator) will expand out the dynamically created tasks in the web UI after they are run, and will be displayed even after completion:however, after that same execution is refreshed, that expansion into nodes collapses, and the information of the workflow structure is no longer available:
here is example code that defines the overall dynamic workflow: