Skip to content

[Bug] Parallel step does not aggregate inner steps' content #5634

@themtok

Description

@themtok

Description

Looks that step after Parallel step in workflow is not fed with aggreated result but with last result from inner steps.

Steps to Reproduce

  1. Copy https://github.com/agno-agi/agno/blob/main/cookbook/workflows/_04_workflows_parallel_execution/async/parallel_steps_workflow.py
  2. add dummy hook to writer agent and set breakpoint in it
  3. inspect run input content when breakpoint is hit

Agent Configuration (if applicable)

No response

Expected Behavior

Parallel step propagates aggregated result to subsequent step

Actual Behavior

Parallel step does not aggregate inner steps' content

Screenshots or Logs (if applicable)

No response

Environment

- OS: Windows 11
- Python 3.12.6

Possible Solutions (optional)

No response

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions