mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-22 08:38:13 +02:00
fix: await pending variable extraction tasks before pipeline finishes
This commit is contained in:
parent
c61a3843a5
commit
563e631522
2 changed files with 53 additions and 4 deletions
|
|
@ -145,7 +145,7 @@ def register_event_handlers(
|
|||
logger.debug(f"Added trace URL to gathered_context: {trace_url}")
|
||||
|
||||
# also consider existing gathered context in workflow_run
|
||||
gathered_context = {**gathered_context, **workflow_run.gathered_context}
|
||||
gathered_context = {**workflow_run.gathered_context, **gathered_context}
|
||||
|
||||
# Set user_speech call tag
|
||||
call_tags = gathered_context.get("call_tags", [])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue