Skip to content
Discussion options

You must be logged in to vote

Is this behavior by design (i.e., the aggregator expects responses from all agents), or is there likely an issue in my implementation or configuration?

Yes. Fan in edges requires all inputs to be available before the target executor is triggered.

Instead of using Fan in edges, you can instead wire the edges individually, and handles each input separate and aggregate them in your implementation. That will give you the behavior you want.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by moonbox3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants