progress
This commit is contained in:
parent
6f86377685
commit
8ecb036b1d
36 changed files with 498 additions and 212 deletions
7
server/src/core/model/pipeline_meta.ts
Normal file
7
server/src/core/model/pipeline_meta.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
export interface IPipelineMeta {
|
||||
pipelineIsRunning: boolean;
|
||||
projectUUID?: string | null;
|
||||
lastProcessCompleteCount: number | null;
|
||||
error: any;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue