Last updated

Interface: IPipeline

An interface representing a Pipeline object, extending the IEntity interface.

Interface

IPipeline

Hierarchy

Implemented by

Table of contents

Properties

Properties

clientId

Optional clientId: string

A local identifier for the Entity, unique within the client.

Inherited from

IEntity.clientId


id

id: string

A globally unique identifier for the Entity.

Overrides

IEntity.id


name

name: string


creator

creator: string

The creator of the Entity.

Overrides

IEntity.creator


createdAt

createdAt: Date

The date and time when the Entity was created.

Overrides

IEntity.createdAt


updatedAt

updatedAt: Date

The date and time when the Entity was last updated.

Overrides

IEntity.updatedAt


orgId

orgId: string


projectId

projectId: string


startNodes

Optional startNodes: Dictionary[]


compositionId

Optional compositionId: string


description

description: string


preview

preview: string


nodes

nodes: Dictionary[]


connections

connections: Dictionary[]


templateKind

Optional templateKind: string


info

Optional info: Dictionary


status

status: string


settings

Optional settings: Dictionary


variables

Optional variables: Dictionary[]


resetTimestamp

Optional resetTimestamp: Date


updatedBy

Optional updatedBy: string

The user who last updated the Entity.

Overrides

IEntity.updatedBy


readonly

Optional readonly: boolean


active

Optional active: boolean