定时任务触发的工作流中,如果只有 agent 节点而没有 start 节点,
get_node_input 返回空 {},且 fallback 仅对 type=='start' 生效,
导致 run_agent_node 收不到 query 而返回错误。
修复:无入边且 input 为空时,所有节点类型均可获取初始 input_data。
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
定时任务触发的工作流中,如果只有 agent 节点而没有 start 节点,
get_node_input 返回空 {},且 fallback 仅对 type=='start' 生效,
导致 run_agent_node 收不到 query 而返回错误。
修复:无入边且 input 为空时,所有节点类型均可获取初始 input_data。
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>