@cpod/sdk - v0.2.7
Preparing search index...
TaskDetails
Interface TaskDetails
Detailed task information
interface
TaskDetails
{
id
:
string
;
uuid
:
string
;
title
:
string
;
description
:
string
;
expert
:
TaskExpert
;
inputs
:
TaskInputSection
[]
;
task_type
:
string
;
output_type
?:
string
|
null
;
total_steps
?:
number
|
null
;
is_active
:
boolean
;
is_visible
:
boolean
;
subtasks
:
TaskSubtask
[]
;
type
?:
string
;
status
?:
TaskStatus
;
created_at
?:
string
;
updated_at
?:
string
;
output
?:
unknown
;
error
?:
string
;
progress
?:
number
;
history_id
?:
string
;
params
?:
Record
<
string
,
unknown
>
;
completed_at
?:
string
;
}
Hierarchy (
View Summary
)
Task
TaskDetails
Index
Properties
id
uuid
title
description
expert
inputs
task_
type
output_
type?
total_
steps?
is_
active
is_
visible
subtasks
type?
status?
created_
at?
updated_
at?
output?
error?
progress?
history_
id?
params?
completed_
at?
Properties
id
id
:
string
uuid
uuid
:
string
title
title
:
string
description
description
:
string
expert
expert
:
TaskExpert
inputs
inputs
:
TaskInputSection
[]
task_
type
task_type
:
string
Optional
output_
type
output_type
?:
string
|
null
Optional
total_
steps
total_steps
?:
number
|
null
is_
active
is_active
:
boolean
is_
visible
is_visible
:
boolean
subtasks
subtasks
:
TaskSubtask
[]
Optional
type
type
?:
string
Optional
status
status
?:
TaskStatus
Optional
created_
at
created_at
?:
string
Optional
updated_
at
updated_at
?:
string
Optional
output
output
?:
unknown
Optional
error
error
?:
string
Optional
progress
progress
?:
number
Optional
history_
id
history_id
?:
string
Optional
params
params
?:
Record
<
string
,
unknown
>
Optional
completed_
at
completed_at
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
uuid
title
description
expert
inputs
task_
type
output_
type
total_
steps
is_
active
is_
visible
subtasks
type
status
created_
at
updated_
at
output
error
progress
history_
id
params
completed_
at
@cpod/sdk - v0.2.7
Loading...
Detailed task information