Workflow editor (#735)

Co-authored-by: Muhammed Salih Altun <muhammedsalihaltun@gmail.com>
This commit is contained in:
Kerem Yilmaz
2024-08-26 21:31:42 +03:00
committed by GitHub
parent d21b6e6adc
commit 3502093200
48 changed files with 2803 additions and 193 deletions

View File

@@ -85,7 +85,9 @@ function WorkflowPage() {
)}
</div>
<Button asChild>
<Link to="run">Create New Run</Link>
<Link to={`/workflows/${workflowPermanentId}/run`}>
Create New Run
</Link>
</Button>
</header>
<div className="space-y-4">
@@ -124,7 +126,9 @@ function WorkflowPage() {
);
return;
}
navigate(`${workflowRun.workflow_run_id}`);
navigate(
`/workflows/${workflowPermanentId}/${workflowRun.workflow_run_id}`,
);
}}
className="cursor-pointer"
>