I want to execute multiple events in sequence using the “Click Event” of a “Button group” in “WorkShop.”
However, the events are executed asynchronously, and the next event seems to be executed even while AIP is running.
I would like to know how to execute the events in sequence.
Hi @mitsuki!
Could you explain in more details about the workflow you are building, and what events you would like to run in sequential order?
Thanks!
Hello!!! yushi!
example!
On click run “LLM_1” next “function_1” next “LLM_2”.
I hope be put “LLM_1” output in “function_1” or “LLM_2”.
But, I think async run.
Not put “LLM_1”.
My problem is run “LLM_2” not after “LLM_1”
But, this problem is solved.
Because, I was run AIP_logic in AIP_logic.
But, please tell me.
How to on click event run be put “LLM_1” output in “function_1” or “LLM_2”.
Sorry for my bad English.