mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-14 09:19:40 +00:00
remove include history flag from workflow run model (#2354)
Co-authored-by: lawyzheng <lawyzheng1106@gmail.com>
This commit is contained in:
parent
a1c86798ac
commit
9424324baa
5 changed files with 39 additions and 6 deletions
|
@ -545,7 +545,6 @@ class BaseTaskBlock(Block):
|
|||
workflow_run_block_id=workflow_run_block_id,
|
||||
task_id=task.task_id,
|
||||
organization_id=organization_id,
|
||||
include_action_history_in_verification=self.include_action_history_in_verification,
|
||||
)
|
||||
current_running_task = task
|
||||
organization = await app.DATABASE.get_organization(organization_id=workflow_run.organization_id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue