mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
fix: fix variable extraction during pipeline execution flow
This commit is contained in:
parent
0e70a77f17
commit
6b408e588c
7 changed files with 352 additions and 62 deletions
|
|
@ -106,8 +106,7 @@ async def run_pipeline_with_user_idle(
|
|||
|
||||
# Create pipeline task
|
||||
task = PipelineTask(
|
||||
pipeline,
|
||||
params=PipelineParams(allow_interruptions=False),
|
||||
pipeline, params=PipelineParams(allow_interruptions=False), enable_rtvi=False
|
||||
)
|
||||
|
||||
engine.set_task(task)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue