Open jomalsan opened 1 month ago
Hi, we're sending this friendly reminder because we haven't heard back from you in 30 days. We need more information about this issue to help address it. Please be sure to give us your input. If we don't hear back from you within 7 days of this comment, the issue will be automatically closed. Thank you!
bump
Describe the bug When running a flex flow, if an exception occurs in the
__aggregate__
method, there will be no logging to the command life when running the flow.How To Reproduce the bug Steps to reproduce the behavior, how frequent can you experience the bug:
raise Exception("Test")
to the__aggregate__
methodThe run will appear to be successful, but if you go to the logs there will be a warning that it failed as seen below:
Expected behavior I would expect a warning to be raised to the user's attention on the cli. The prompt flow should still write the outputs from the run.
Running Information(please complete the following information): { "promptflow": "1.15.0", "promptflow-azure": "1.15.0", "promptflow-core": "1.15.0", "promptflow-devkit": "1.15.0", "promptflow-tracing": "1.15.0" }
Python (Darwin) 3.11.9