[BUG] execute flow (sequential agent flow) does not update state and ouput not usable downstream
Describe the bug using the execute flow node for either updating a custom state or using the output downstream in an llm node is not possible: state update does not happen, despite correct format of selected flow (not shown here but explanation would certainly help) and setting return as ai/human message and trying to use it downstream via {{seqExecuteFlow_0.data.instance}} only returns {"id":"seqExecuteFlow_0"} instead of the chatflow output.
To Reproduce Steps to reproduce the behavior: set up a flow like in the image
Expected behavior either have the state-update function working or make the node output usable downstream
Screenshots
Setup
- docker,
- flowise 2.2.7
- Win
- edge
Hey man. Where's the documentation for learning how to use Execute Flow?
Also encountered this. Nothing is coming back from the Execute flow. I have a start -> agent (or LLM node) and end in my child flow. I execute it, and it doesn't output anything - not an AI message or anything. I have seen demos on Youtube where it worked, so not sure when it went bad... Can we please get an ETA on a fix, or perhaps whether we're doing something wrong?
Agentflow V2 is now released, this should solve the issue faced in V1: https://docs.flowiseai.com/using-flowise/agentflowv2
Same issue i am also facing with latest docker: v3.x
Update Flow State item #1: Key is required
Even though i kept writing it again and again.
Same thing happening on cloud as well.
Agentflow V2 is now released, this should solve the issue faced in V1: https://docs.flowiseai.com/using-flowise/agentflowv2
Please look into this issue