mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-10 23:44:36 +00:00
Update workflow response and webhook, bugfix: workflow is always completed (#328)
This commit is contained in:
parent
e6cee25416
commit
7d3bb704ed
3 changed files with 30 additions and 43 deletions
|
@ -6,7 +6,7 @@ from pydantic import BaseModel
|
|||
|
||||
from skyvern.forge.sdk.schemas.tasks import ProxyLocation
|
||||
from skyvern.forge.sdk.workflow.exceptions import WorkflowDefinitionHasDuplicateBlockLabels
|
||||
from skyvern.forge.sdk.workflow.models.block import BlockResult, BlockTypeVar
|
||||
from skyvern.forge.sdk.workflow.models.block import BlockTypeVar
|
||||
from skyvern.forge.sdk.workflow.models.parameter import PARAMETER_TYPE
|
||||
|
||||
|
||||
|
@ -98,5 +98,4 @@ class WorkflowRunStatusResponse(BaseModel):
|
|||
parameters: dict[str, Any]
|
||||
screenshot_urls: list[str] | None = None
|
||||
recording_url: str | None = None
|
||||
payload: dict[str, Any] | None = None
|
||||
output: BlockResult | None = None
|
||||
outputs: dict[str, Any] | None = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue