Skip to content

Type Alias: Execution

ts
type Execution = object;

Job definition types for creating Nosana jobs

Properties

depends_on?

ts
optional depends_on: string[];

group?

ts
optional group: string;

stop_if_dependent_stops?

ts
optional stop_if_dependent_stops: boolean;

timeout?

ts
optional timeout: number;