mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-29 04:00:13 +00:00
pass workflow pid when execute workflow (#3306)
This commit is contained in:
parent
9bac606386
commit
32dfa8da68
4 changed files with 6 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ class AsyncExecutor(abc.ABC):
|
|||
organization: Organization,
|
||||
workflow_id: str,
|
||||
workflow_run_id: str,
|
||||
workflow_permanent_id: str,
|
||||
max_steps_override: int | None,
|
||||
api_key: str | None,
|
||||
browser_session_id: str | None,
|
||||
|
|
@ -145,6 +146,7 @@ class BackgroundTaskExecutor(AsyncExecutor):
|
|||
organization: Organization,
|
||||
workflow_id: str,
|
||||
workflow_run_id: str,
|
||||
workflow_permanent_id: str,
|
||||
max_steps_override: int | None,
|
||||
api_key: str | None,
|
||||
browser_session_id: str | None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue