From cec2ad38ec149d3dd878f8ddfbf1e2badb988862 Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Fri, 22 Nov 2024 06:06:50 -0800 Subject: [PATCH] Show workflow outputs in workflow run screen (#1239) --- .../src/routes/workflows/WorkflowRun.tsx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/skyvern-frontend/src/routes/workflows/WorkflowRun.tsx b/skyvern-frontend/src/routes/workflows/WorkflowRun.tsx index 5ead151b..3ae78d10 100644 --- a/skyvern-frontend/src/routes/workflows/WorkflowRun.tsx +++ b/skyvern-frontend/src/routes/workflows/WorkflowRun.tsx @@ -611,6 +611,20 @@ function WorkflowRun() { + {workflowRunIsFinalized && ( +
+
+

Block Outputs

+
+ +
+ )} {Object.entries(parameters).length > 0 && (