migrate block and workflow related schemas to skyvern/schemas/workflows.py (#3227)

This commit is contained in:
Shuchang Zheng
2025-08-18 16:18:50 -07:00
committed by GitHub
parent 430721da49
commit adee311e6a
14 changed files with 536 additions and 549 deletions

View File

@@ -5,7 +5,7 @@ import structlog
from skyvern.core.script_generations.constants import SCRIPT_TASK_BLOCKS
from skyvern.forge import app
from skyvern.forge.sdk.workflow.models.block import BlockType
from skyvern.schemas.workflows import BlockType
from skyvern.services import workflow_service
LOG = structlog.get_logger(__name__)