Interface: IPipeline
An interface representing a Pipeline object, extending the IEntity interface.
Interface
IPipeline
Hierarchy
↳
IPipeline
Implemented by
Table of contents
Properties
- clientId
- id
- name
- creator
- createdAt
- updatedAt
- orgId
- projectId
- startNodes
- compositionId
- description
- preview
- nodes
- connections
- templateKind
- info
- status
- settings
- variables
- resetTimestamp
- updatedBy
- readonly
- active
Properties
clientId
• Optional
clientId: string
A local identifier for the Entity, unique within the client.
Inherited from
id
• id: string
A globally unique identifier for the Entity.
Overrides
name
• name: string
creator
• creator: string
The creator of the Entity.
Overrides
createdAt
• createdAt: Date
The date and time when the Entity was created.
Overrides
updatedAt
• updatedAt: Date
The date and time when the Entity was last updated.
Overrides
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
readonly
• Optional
readonly: boolean
active
• Optional
active: boolean