Skyvern-AI / skyvern

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

Show workflow outputs in workflow run screen #1239

Closed wintonzheng closed 3 days ago

wintonzheng commented 3 days ago

[!IMPORTANT] Add UI section in WorkflowRun.tsx to display workflow outputs in JSON format when run is finalized.

  • UI Enhancement:
    • In WorkflowRun.tsx, added a section to display "Block Outputs" using CodeEditor when workflowRunIsFinalized is true.
    • Outputs are shown in JSON format, read-only, with a min height of 96px and max height of 500px.

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