Tela SDK for JavaScript
NPM
Preparing search index...
Resources
WorkflowExecutionPollingResult
Type Alias WorkflowExecutionPollingResult<TOutput>
Result returned when polling for workflow execution status.
Template: T
The type of the output content.
type
WorkflowExecutionPollingResult
<
TOutput
>
=
{
createdAt
:
string
;
creditsUsed
:
number
;
deletedAt
:
any
;
id
:
string
;
outputContent
:
{
id
:
string
;
output
:
{
error
:
any
;
id
:
string
;
name
:
string
;
output
:
TOutput
}
;
}
;
promptApplicationId
:
any
;
promptId
:
string
;
promptVersionId
:
string
;
status
:
string
;
tags
:
any
[]
;
updatedAt
:
string
;
workspaceId
:
string
;
}
Type Parameters
TOutput
Index
Properties
created
At
credits
Used
deleted
At
id
output
Content
prompt
Application
Id
prompt
Id
prompt
Version
Id
status
tags
updated
At
workspace
Id
Properties
created
At
createdAt
:
string
credits
Used
creditsUsed
:
number
deleted
At
deletedAt
:
any
id
id
:
string
output
Content
outputContent
:
{
id
:
string
;
output
:
{
error
:
any
;
id
:
string
;
name
:
string
;
output
:
TOutput
}
;
}
prompt
Application
Id
promptApplicationId
:
any
prompt
Id
promptId
:
string
prompt
Version
Id
promptVersionId
:
string
status
status
:
string
tags
tags
:
any
[]
updated
At
updatedAt
:
string
workspace
Id
workspaceId
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created
At
credits
Used
deleted
At
id
output
Content
prompt
Application
Id
prompt
Id
prompt
Version
Id
status
tags
updated
At
workspace
Id
Class Hierarchy
NPM
Tela SDK for JavaScript
Loading...
Result returned when polling for workflow execution status.
Template: T
The type of the output content.