Add collapsible for workflow run tasks table (#1219)

Co-authored-by: Muhammed Salih Altun <muhammedsalihaltun@gmail.com>
This commit is contained in:
Shuchang Zheng
2024-11-19 10:54:38 -08:00
committed by GitHub
parent 5477612d37
commit 9b29ed1d5b
7 changed files with 452 additions and 82 deletions

View File

@@ -555,6 +555,7 @@ function getWorkflowBlock(node: WorkflowBlockNode): BlockYAML {
...base,
block_type: "task",
url: node.data.url,
title: node.data.label,
navigation_goal: node.data.navigationGoal,
data_extraction_goal: node.data.dataExtractionGoal,
data_schema: JSONParseSafe(node.data.dataSchema),