diff --git a/skyvern-frontend/src/routes/workflows/WorkflowRun.tsx b/skyvern-frontend/src/routes/workflows/WorkflowRun.tsx index 41ad821b..01a73be4 100644 --- a/skyvern-frontend/src/routes/workflows/WorkflowRun.tsx +++ b/skyvern-frontend/src/routes/workflows/WorkflowRun.tsx @@ -365,7 +365,7 @@ function WorkflowRun() {
{getStream()}
-
+
Current Task
{workflowRunIsLoading || !currentRunningTask ? (
Waiting for a task to start...
@@ -377,7 +377,10 @@ function WorkflowRun() {
- + {currentRunningTask.request.url}
@@ -389,7 +392,10 @@ function WorkflowRun() {
- + {currentRunningTask && timeFormatWithShortDate(currentRunningTask.created_at)}