You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created a workflow for getting some sports updates with google search tool.
Create another workflow which uses the above workflow in one of the steps
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.
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.
The text was updated successfully, but these errors were encountered:
Steps to reproduce the problem:
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.
We can see that the workflow -
Sportsupdate
has been invoked and completed when we visit theThreads
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.
The text was updated successfully, but these errors were encountered: