Class: SDKExecution
An interface representing an Entity object.
Interface
IEntity
Implements
Table of contents
Constructors
Properties
- attempts
- createdAt
- creator
- duration
- feedbackQueue
- id
- input
- latestStatus
- maxAttempts
- packageId
- packageName
- packageRevision
- projectId
- serviceId
- serviceVersion
- status
- statusLog
- toTerminate
- updatedAt
Constructors
constructor
• new SDKExecution(execution
)
Parameters
Name | Type |
---|---|
execution | Partial <SDKExecution > |
Properties
attempts
• attempts: number
Implementation of
createdAt
• createdAt: Date
The date and time when the Entity was created.
Implementation of
creator
• creator: string
The creator of the Entity.
Implementation of
duration
• duration: number
Implementation of
feedbackQueue
• feedbackQueue: Object
Type declaration
Name | Type |
---|---|
exchange | string |
routing | string |
Implementation of
id
• id: string
A globally unique identifier for the Entity.
Implementation of
input
• input: Dictionary
Implementation of
latestStatus
• latestStatus: ExecutionStatusReport
Implementation of
maxAttempts
• maxAttempts: number
Implementation of
packageId
• packageId: string
Implementation of
packageName
• packageName: string
Implementation of
packageRevision
• packageRevision: number
Implementation of
projectId
• projectId: string
Implementation of
serviceId
• serviceId: string
Implementation of
serviceVersion
• serviceVersion: number
Implementation of
status
• status: ExecutionStatusReport
[]
Implementation of
statusLog
• statusLog: ExecutionStatusReport
[]
Implementation of
toTerminate
• toTerminate: boolean
Implementation of
updatedAt
• updatedAt: Date
The date and time when the Entity was last updated.