Tela SDK for JavaScript
NPM
Preparing search index...
Resources
WorkflowExecutionSyncResult
Type Alias WorkflowExecutionSyncResult<TOutput>
Result returned when synchronously executing a workflow.
type
WorkflowExecutionSyncResult
<
TOutput
>
=
{
completedAt
:
string
;
id
:
string
;
output
:
{
id
:
string
;
name
:
string
;
output
:
TOutput
;
status
:
string
}
;
promptVersionId
:
string
;
startedAt
:
string
;
status
:
string
;
}
Type Parameters
TOutput
The type of the output content.
Index
Properties
completed
At
id
output
prompt
Version
Id
started
At
status
Properties
completed
At
completedAt
:
string
id
id
:
string
output
output
:
{
id
:
string
;
name
:
string
;
output
:
TOutput
;
status
:
string
}
prompt
Version
Id
promptVersionId
:
string
started
At
startedAt
:
string
status
status
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
completed
At
id
output
prompt
Version
Id
started
At
status
Class Hierarchy
NPM
Tela SDK for JavaScript
Loading...
Result returned when synchronously executing a workflow.