Trading Assistant API Documentation - v0.1.0
Preparing search index...
types
WorkflowRun
Interface WorkflowRun
interface
WorkflowRun
{
workflow_id
:
string
;
workflow_name
:
string
;
status
:
WorkflowStatus
;
progress
:
number
;
started_at
:
string
;
completed_at
?:
string
;
error
?:
string
;
metrics
?:
{
duration_ms
?:
number
;
records_processed
?:
number
}
;
}
Index
Properties
workflow_
id
workflow_
name
status
progress
started_
at
completed_
at?
error?
metrics?
Properties
workflow_
id
workflow_id
:
string
workflow_
name
workflow_name
:
string
status
status
:
WorkflowStatus
progress
progress
:
number
started_
at
started_at
:
string
Optional
completed_
at
completed_at
?:
string
Optional
error
error
?:
string
Optional
metrics
metrics
?:
{
duration_ms
?:
number
;
records_processed
?:
number
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
workflow_
id
workflow_
name
status
progress
started_
at
completed_
at
error
metrics
Trading Assistant API Documentation - v0.1.0
Loading...