Hi @Matthew, On checking your shared workflow, it is exceeding the Firestore limit, in simple terms, the workflow is very large, if you delete one of your branch it will then add the new node.
Instead, I highly recommend you split your workflow *(move node from parent workflow and add them into a new workflow to reference it from there) *and use the Execute BuildShip Workflow node and call some part of your via another workflow, you can refer to these docs for more info on how to use the BuildShip execute workflow node - https://docs.buildship.com/core-nodes/execute-workflow.
Didn’t realize the paid plans had a limit on how big a workflow could be. This causes a big issue and going to now make me have to reconfigure a lot. No way we can make this fixed?
@Gaurav Chadha So i added a new workflow for all my chats and i have about 7 branches and its now doing the same thing. This has been minimzied greatly and its still going on
I found a way around it but sadly it didnt work the original way
But i have a question....If i wanted to run an openai streaming and groq streaming could i output both of these values via api in one workflow and it work?