mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-01 13:18:10 +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.