Skip to content

Commit 8894ffa

Browse files
author
Leemalin Moodley
committed
chore: updated pipeline model
1 parent 82b0bb6 commit 8894ffa

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,9 @@ components:
376376
- null
377377
format: int64
378378
description: Total duration in milliseconds (null if still running)
379+
waitingForInput:
380+
type: boolean
381+
description: Whether the stage is waiting for user input
379382
children:
380383
type: array
381384
items:

src/main/frontend/pipeline-graph-view/pipeline-graph/main/PipelineGraphModel.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ export interface StageInfo {
5757

5858
skeleton?: boolean;
5959
pauseLiveTotal?: boolean;
60+
waitingForInput?: boolean;
6061
}
6162

6263
interface BaseNodeInfo {

0 commit comments

Comments
 (0)