Skip to content

Potential Infinite Loop in runFlow In src/client/GumloopClient.ts, the polling logic in runFlow might hang. #4

Description

@ANSHSINGH050404

If the API returns state: "DONE" but the outputs field is undefined or null (e.g., if a flow finishes without producing outputs), the condition
status.state === "DONE" && status.outputs will be false. The loop will continue to poll indefinitely (or until a timeout)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions