Skyvern-AI / skyvern

Automate browser-based workflows with LLMs and Computer Vision
https://www.skyvern.com
GNU Affero General Public License v3.0
10.57k stars 725 forks source link

Remove old workflow types #1227

Closed wintonzheng closed 2 days ago

wintonzheng commented 2 days ago

[!IMPORTANT] Refactor workflow-related types by moving them from types.ts to workflowTypes.ts and update imports accordingly.

  • Refactoring:
    • Remove WorkflowParameterValueType, WorkflowParameterType, WorkflowParameter, WorkflowBlock, and WorkflowApiResponse from types.ts.
    • Move WorkflowParameter, WorkflowBlock, and WorkflowApiResponse to workflowTypes.ts.
  • Imports:
    • Update imports in CreateNewTaskFormPage.tsx, SavedTasks.tsx, WorkflowPage.tsx, WorkflowParameterInput.tsx, WorkflowTitle.tsx, and WorkflowsTable.tsx to use workflowTypes.ts for workflow-related types.

This description was created by Ellipsis for d600cceb03eb0405013efc4a21b95d6aac092739. It will automatically update as commits are pushed.