Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workflow - Creating a workflow in a step does not result in the step workflow being executed when running the workflow #1572

Open
sangee2004 opened this issue Feb 1, 2025 · 0 comments
Labels
admin-ui UI related issues bug Something isn't working

Comments

@sangee2004
Copy link

sangee2004 commented Feb 1, 2025

Steps to reproduce the problem:

  1. Created a workflow for getting some sports updates with google search tool.
Image
  1. Create another workflow which uses the above workflow in one of the steps
Image
  1. Execute this workflow using "Run Workflows"

Problem 1:

Notice that the results for step 2 never gets shown in the chat view and run is not shown as being completed even when it is done.

Image

We can see that the workflow - Sportsupdate has been invoked and completed when we visit the Threads view where we can see a thread created for this workflow with details of the steps that have been executed.

Expected Behavior:
We should be able to show the step details (message and response) of the invoked workflow as well in the chat view and be aware that run is done and "Stop Workflow" should change to "Run Workflow".

Problem 2:

For the above execution, we have 2 threads created , one for workflow created in step1 and another for workflow created in step 2.

Notice that the thread relating to workflow created in step 2 which was the one that was executed using "Run Workflow" does not show any details.

Image
@sangee2004 sangee2004 added bug Something isn't working admin-ui UI related issues labels Feb 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
admin-ui UI related issues bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant