Skip to content

Type Alias: FlowState

ts
type FlowState = object;

Job definition types for creating Nosana jobs

Properties

endTime

ts
endTime: number | null;

errors?

ts
optional errors: unknown[];

opStates

ts
opStates: OpState[];

secrets?

ts
optional secrets: FlowSecrets;

startTime

ts
startTime: number;

status

ts
status: string;