Class: SDKPipeline
A class representing a Task object.
Implements
Implements
Table of contents
Properties
- id
- name
- creator
- createdAt
- updatedAt
- orgId
- projectId
- startNodes
- compositionId
- description
- preview
- nodes
- connections
- templateKind
- info
- status
- settings
- variables
- resetTimestamp
- updatedBy
- readonly
- active
Constructors
Properties
id
• id: string
The unique identifier of the pipeline.
Implementation of
name
• name: string
The name of the pipeline.
Implementation of
creator
• creator: string
The creator of the pipeline.
Implementation of
createdAt
• createdAt: Date
The date and time when the pipeline was created.
Implementation of
updatedAt
• updatedAt: Date
The date and time when the pipeline was last updated.
Implementation of
orgId
• orgId: string
The organization ID of the pipeline.
Implementation of
projectId
• projectId: string
The project ID of the pipeline.
Implementation of
startNodes
• Optional startNodes: Dictionary[]
The start nodes of the pipeline.
Implementation of
compositionId
• Optional compositionId: string
The composition ID of the pipeline.
Implementation of
description
• description: string
The description of the pipeline.
Implementation of
preview
• preview: string
The preview of the pipeline.
Implementation of
nodes
• nodes: Dictionary[]
The nodes of the pipeline.
Implementation of
connections
• connections: Dictionary[]
The connections of the pipeline.
Implementation of
templateKind
• Optional templateKind: string
The template kind of the pipeline.
Implementation of
info
• Optional info: Dictionary
The info of the pipeline.
Implementation of
status
• status: string
The status of the pipeline.
Implementation of
settings
• Optional settings: Dictionary
The settings of the pipeline.
Implementation of
variables
• Optional variables: Dictionary[]
The variables of the pipeline.
Implementation of
resetTimestamp
• Optional resetTimestamp: Date
The reset timestamp of the pipeline.
Implementation of
updatedBy
• Optional updatedBy: string
The user who last updated the pipeline.
Implementation of
readonly
• Optional readonly: boolean
Whether the pipeline is readonly.
Implementation of
active
• Optional active: boolean
Whether the pipeline is active (running).
Implementation of
Constructors
constructor
• new SDKPipeline(pipeline)
Parameters
| Name | Type |
|---|---|
pipeline | any |