llama_deploy icon indicating copy to clipboard operation
llama_deploy copied to clipboard

how can i pass output of one workflow to another workflow

Open Rohith-Scalers opened this issue 1 year ago • 3 comments

is there a way to pass output of one workflow to another , right now my query need to call multiple workflow but after one running first workflow it is stoping

Rohith-Scalers avatar Sep 16 '24 07:09 Rohith-Scalers

Make a workflow that calls one or more sub-workflows

This section of the readme will be helpful https://github.com/run-llama/llama_deploy?tab=readme-ov-file#deploying-nested-workflows

logan-markewich avatar Sep 16 '24 15:09 logan-markewich

Thank you logan i got the idea , but is there a way to have nested workflow structure based on prompt , just like how react agent works i found passing workflows as a functional tool to a react agent is working great but is there a way to do this in llama deploy inherently. Thank you :)

Rohith-Scalers avatar Sep 17 '24 05:09 Rohith-Scalers

I'm not sure what you mean by is there a way to have nested workflow structure based on prompt -- you might have to expand on that a bit more

logan-markewich avatar Sep 19 '24 15:09 logan-markewich