Add top_level_vertices to getInactiveVertexData function
This commit is contained in:
parent
8c0a2b62a3
commit
c175395cd7
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ function getInactiveVertexData(vertexId: string): VertexBuildTypeAPI {
|
|||
inactivated_vertices: null,
|
||||
run_id: "",
|
||||
next_vertices_ids: [],
|
||||
top_level_vertices: [],
|
||||
inactive_vertices: null,
|
||||
valid: false,
|
||||
timestamp: new Date().toISOString(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue