Calling distributed workflow #523
Unanswered
ravisamavedula
asked this question in
Q&A
Replies: 3 comments
-
|
If there is a huge transfer of data, then each workflow should be reading the data from some db or s3 storage, rather than passing over the network |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
otherwise, seems like a perfectly valid use case |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@logan-markewich Can we add a docker sample for distributed agentic workflows, like different personas, Coder, reviewer, Tester, it will make users to adopt and test quickly, basic and simple one. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have 3 workflows running in 3 different containers if workflow A needs to call workflow B and workflow B calls workflow C, how should be called, take a use case of Coder as Workflow A, who generates the code and passes the code to review to Workflow B, and after review, Workflow B passes to Tester(workflow c), there is a huge transfer of data, is this use case suitable with Llama-Deploy.
Beta Was this translation helpful? Give feedback.
All reactions