mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-11 05:22:41 +00:00
resume_async() was missing trace infrastructure that kickoff_async() sets up, causing flow_finished to never reach the platform after HITL feedback. Add FlowStartedEvent emission to initialize the trace batch, await event futures, finalize the trace batch, and guard with suppress_flow_events.