-
Notifications
You must be signed in to change notification settings - Fork 5.8k
[Bug]: Workflow
doesn't work
#18333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
There are two similar discussions related to event consumption and handling in LlamaIndex workflows:
Regarding your issue, the To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Im confused -- why should this workflow ever work? The finish step does not accept EventB, so it will wait forever |
I'm terribly sorry, yes, you are right |
It still works. LlamaIndex Workflows are magical |
BTW, this is also shows the power of static typing (when it's used). If |
Collect events is moreso for map-reduce type patterns (at least thats how I always use it) |
Bug Description
Triggered by #18245 (comment). I thought that LlamaIndex did some magic.
But I made a
Workflow
where an event is consumed, which blocks the execution.I don't think that you can do anything here. But I think it needs an explanation for users.
(My inner Knuth is now happy)
Sorry for the strange issue title.
Version
0.12.25
Steps to Reproduce
Diagram:
Relevant Logs/Tracbacks
The text was updated successfully, but these errors were encountered: