migrate generate_script -> run_with (BE) (#3550)
This commit is contained in:
@@ -77,7 +77,7 @@ class Workflow(BaseModel):
|
||||
status: WorkflowStatus = WorkflowStatus.published
|
||||
max_screenshot_scrolls: int | None = None
|
||||
extra_http_headers: dict[str, str] | None = None
|
||||
generate_script: bool = False
|
||||
run_with: str | None = None
|
||||
ai_fallback: bool = False
|
||||
cache_key: str | None = None
|
||||
run_sequentially: bool | None = None
|
||||
|
||||
Reference in New Issue
Block a user